*,
*:after,
*:before {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
html {
  scroll-behavior: smooth;
}
html.jivo-site-full-block {
  overflow-x: visible !important;
}
body {
  color: #262626;
  font-size: 15px;
  line-height: 1.5;
  background-color: #fff;
  font-weight: 400;
  overflow-x: hidden;
}
a {
  color: #262626;
  text-decoration: none;
}
a:hover {
  color: #0C6DE2;
}
a:hover svg {
  fill: #0C6DE2;
}
b {
  font-weight: 600;
}
img {
  max-width: 100%;
  height: auto;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=text],
input[type=email],
input[type=number],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #818489;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #818489;
  opacity: 1;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #818489;
  opacity: 1;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #818489;
  opacity: 1;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
input::placeholder,
textarea::placeholder {
  color: #818489;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0.5;
}
input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0.5;
}
input,
textarea {
  border: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  outline: none;
}
input[type="file"] {
  display: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: 400;
  margin: 0;
}
h2,
.h2 {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: 23px;
  }
}
@media screen and (min-width: 1300px) {
  h2,
  .h2 {
    font-size: 25px;
  }
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
p {
  max-width: 1200px;
}
p.delivery-banner {
  max-width: 1300px;
}
input,
textarea,
button,
select,
label,
a {
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 1200px) {
  .sticky {
    position: sticky!important;
    top: 164px;
  }
}
/* todo перенести потом в другой компонент стилей*/
.show-more {
  position: relative;
  z-index: 1;
  text-align: center;
  display: block;
}
.more {
  display: inline-block;
  margin: auto;
}
.text-product-wrapper {
  margin-bottom: 50px;
}
.a-btn-disable {
  display: inline-block;
  pointer-events: none;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.hide {
  display: none;
}
.site-wrapper {
  max-width: 1800px;
  margin: 0 auto;
}
.disable-scroll {
  overflow: hidden;
  padding-right: var(--scrollbar-width, 0);
}
/* скрываем оригинальный виджет чата - чтобы не было два ярлыка на экране*/
#jvlabelWrap,
jdiv.__jivoMobileButton {
  display: none;
}
.page-header__chat {
  position: fixed;
  right: 30px;
  bottom: 110px;
}
.page-header__chat-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #3C71EE;
}
@media screen and (max-width: 768px) {
  .page-header__chat-link {
    width: 50px;
    height: 50px;
  }
  .page-header__chat-link svg {
    width: 23px;
  }
}
.page-header__chat-link:hover,
.page-header__chat-link:focus,
.page-header__chat-link:active {
  background-color: #EBF1FD;
}
.page-header__chat-link:hover svg,
.page-header__chat-link:focus svg,
.page-header__chat-link:active svg {
  fill: #FFFFFF;
}
.page-header__chat-link:hover path,
.page-header__chat-link:focus path,
.page-header__chat-link:active path {
  stroke: #3C71EE;
}
@media (min-width: 481px) and (orientation: portrait), (min-width: 1000px) and (orientation: landscape) {
  .install {
    display: none !important;
  }
}
@media (max-width: 480px) and (orientation: portrait), (max-width: 1000px) and (orientation: landscape) {
  .install {
    position: relative;
    background-color: #0C6DE2;
    height: 62px;
    width: 100%;
    padding: 6px 20px 6px 40px;
  }
  .install-col {
    min-width: 80px;
  }
  .install-rating__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 50px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .install-logo {
    height: 100%;
    width: 80px;
    margin-top: 2px;
  }
  .install-logo img {
    height: 100%;
  }
  .install-header {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 13px;
  }
  .install-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    color: #262626;
    margin: 0;
  }
  .install-desc {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
  }
  .install-row {
    margin-bottom: 12px;
  }
  .install-row:last-child {
    margin-bottom: 0;
    margin-top: 16px;
  }
  .install-row--flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 -6px;
    margin-bottom: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .install-row--flx .install-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .install-row--flx .install-col + .install-col {
    margin-left: 16px;
  }
  .install-row--flx img {
    margin-right: 6px;
  }
  .install-btn {
    display: block;
    width: 100%;
    height: 35px;
    left: 85px;
    top: 65px;
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    padding: 8px 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
  }
  .install-col__right {
    margin-left: 20px;
    width: 100%;
  }
  .download-close {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px;
    top: 4px;
    right: 14px;
    z-index: 9;
    cursor: pointer;
  }
  .download-amount {
    color: #fff;
    font-size: 11px;
    opacity: 0.5;
    margin-left: 3px;
    margin-right: 5px;
  }
  .install-rating__downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2px;
  }
  .download-amount__icon {
    opacity: 0.5;
    margin-left: 3px;
  }
  .page-header {
    position: sticky !important;
  }
  .page-header--fixed {
    position: fixed !important;
  }
  .page-header--fixed + .page-content {
    padding-top: 71px !important;
  }
  .page-content {
    padding-top: 15px !important;
  }
  .rating-star {
    position: relative;
    height: 8px;
    width: 8px;
  }
  .rating-star svg {
    position: absolute;
    top: 0;
  }
  .install-rating {
    margin-top: 5px;
  }
  .top-offset {
    top: 70px !important;
  }
  .download-app-banner {
    background-image: url('../img/app-banner.png');
    background-position: top 0 left 2px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .download-app-banner__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .download-app-banner__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    line-height: 12px;
    color: #ffffff;
  }
  .download-app-banner__text span:first-child,
  .download-app-banner__text span:last-child {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
  }
  .download-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
    height: 25px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DFDFDF));
    background: linear-gradient(180deg, #FFFFFF 0%, #DFDFDF 100%);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-size: 10px;
    line-height: 14px;
    color: #0C6DE2;
  }
}
@media (max-width: 480px) and (orientation: portrait) and screen and (min-width: 769px), (max-width: 1000px) and (orientation: landscape) and screen and (min-width: 769px) {
  .page-header--fixed + .page-content {
    padding-top: 0 !important;
  }
}
.page-block__title {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  text-align: center;
  max-width: initial;
}
@media (max-width: 992px) {
  .page-block__title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 26px;
  }
}
.uploaded-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  min-width: 175px;
  max-width: 300px;
  padding: 8px;
  font-size: 14px;
  line-height: 19.07px;
  white-space: nowrap;
  color: #00000066;
  background-color: #FFFFFF;
  border: 1px solid #00000040;
  border-radius: 61px;
}
@media (max-width: 480px) {
  .uploaded-file {
    min-width: 156px;
    font-size: 12px;
    line-height: 16.34px;
  }
}
.uploaded-file__name {
  width: calc(100% - 30px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.uploaded-file__delete-btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  width: 22px;
  height: 22px;
  background-color: #3C71EE;
  border-radius: 50%;
  cursor: pointer;
}
.uploaded-file__delete-btn::before,
.uploaded-file__delete-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 1px;
  background-color: #FFFFFF;
}
.uploaded-file__delete-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.uploaded-file__delete-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 480px) {
  .label-desktop-only {
    display: none;
  }
}
.fadeOut {
  -webkit-animation: fadeOut 1s ease forwards;
  animation: fadeOut 1s ease forwards;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#jcont {
  right: 30px !important;
}
.accordion__content {
  display: none;
}
.accordion .arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 9px;
  flex: 0 0 9px;
}
.accordion--active .arrow,
.accordion--active .accordion__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion--active .accordion__content {
  display: block;
}
.accordion--vacancy {
  width: 100%;
  max-width: 1150px;
  margin-top: -1px;
}
.accordion--vacancy .accordion__title {
  border: 1px solid #EEF2F6;
  border-radius: 3px;
  min-height: 65px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #fff;
  position: relative;
  color: #4F95E8;
  text-align: left;
  font-size: 16px;
}
@media screen and (min-width: 1300px) {
  .accordion--vacancy .accordion__title {
    font-size: 18px;
    padding: 10px 30px;
  }
}
.accordion--vacancy .accordion__title:hover {
  color: #0C6DE2;
}
.accordion--vacancy .arrow,
.accordion--vacancy .accordion__icon {
  margin-left: 15px;
}
.accordion--vacancy .accordion__content {
  border: 1px solid #EEF2F6;
  border-radius: 0 0 3px 3px;
  padding: 20px;
  width: 100%;
  margin-top: -3px;
  max-width: inherit;
}
@media screen and (min-width: 1300px) {
  .accordion--vacancy .accordion__content {
    padding: 30px;
  }
}
.accordion--vacancy.accordion--active .accordion__title {
  color: #262626;
}
.accordion__more-content {
  display: none;
}
.accordion__more-button {
  background: none;
  padding: 0;
  margin: 0;
  border: 0;
  color: #0C6DE2;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px dashed #D7E5F4;
}
.badge {
  position: relative;
  display: block;
}
.badge__counter {
  height: 16px;
  width: 16px;
  position: absolute;
  left: 51%;
  top: 14px;
  background: #3C71EE;
  font-size: 10px;
  line-height: 13.62px;
  color: #FFFFFF;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .badge__counter {
    height: 18px;
    width: 18px;
    font-size: 10px;
    line-height: 14px;
  }
}
.badge--tab .badge__counter {
  margin-left: -8px;
  margin-bottom: -25px;
  right: 0;
  left: auto;
  bottom: 100%;
  top: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.badge svg {
  display: block;
}
.breadcrumbs {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #46494D;
  margin: 15px 0;
  white-space: nowrap;
}
@media (max-width: 480px) and (orientation: portrait), (max-width: 1000px) and (orientation: landscape) {
  .breadcrumbs {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin: 5px 0 5px;
    padding-left: 0;
    font-size: 14px;
    white-space: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .breadcrumbs {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.breadcrumbs a {
  color: #66696F;
  border-bottom: 1px solid #D6E5F4;
}
.breadcrumbs a:hover {
  color: #0C6DE2;
}
.breadcrumbs li {
  display: inline-block;
  margin-right: 9px;
  white-space: nowrap;
  position: relative;
  padding-right: 14px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs li:first-child {
    padding-left: 0;
  }
}
.breadcrumbs li:last-child {
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs li:last-child {
    padding-right: 0;
  }
}
.breadcrumbs li:not(:last-child):after {
  content: '/';
  right: 0;
  top: -2px;
  font-size: 16px;
  color: #DEDEDE;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .breadcrumbs li:not(:last-child):after {
    margin-right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumbs li {
    margin-right: 9px;
    padding-right: 21px;
  }
}
input[type=button],
button {
  background: transparent;
  display: inline-block;
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  color: #262626;
}
.btn {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 25px;
  height: 50px;
  padding: 0 30px;
  margin: 0;
  outline: none;
  cursor: pointer;
  color: #262626;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.5px;
}
.btn:disabled,
.btn--disabled {
  cursor: default;
  background-color: #F5F5F5 !important;
  border-color: #F5F5F5 !important;
  color: #B8B8B8 !important;
  pointer-events: none;
}
.btn:disabled:active,
.btn--disabled:active {
  -webkit-transform: none!important;
  transform: none!important;
}
.btn--clear {
  display: inline-block;
  border: 0;
  border-radius: 0;
  height: inherit;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: inherit;
  letter-spacing: 0;
}
.btn--region {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  color: #000;
}
.btn--region:hover {
  color: #3C71EE;
}
.btn--block {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.btn--circle {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
}
.btn--show-all {
  height: 45px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-xs {
  height: 28px;
}
.btn-xs--circle {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
}
.btn-sm {
  height: 40px;
}
.btn-sm--circle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}
.btn-md {
  height: 45px;
}
.btn-md--circle {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
}
.btn-lg {
  height: 48px;
}
.btn-lg--circle {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
}
.btn-xl {
  height: 56px;
  font-size: 15px;
  border-radius: 28px;
}
.btn-xl--circle {
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
}
.btn-xxl {
  height: 85px;
  font-size: 25px;
  border-radius: 50px;
}
.btn-xxl--circle {
  border-radius: 50%;
  width: 85px;
  height: 85px;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
}
.btn-p20 {
  padding-left: 20px;
  padding-right: 20px;
}
.btn-p25 {
  padding-left: 25px;
  padding-right: 25px;
}
.btn-p40 {
  padding-left: 40px;
  padding-right: 40px;
}
.btn-p50 {
  padding-left: 50px;
  padding-right: 50px;
}
.btn-p60 {
  padding-left: 60px;
  padding-right: 60px;
}
.btn-p80 {
  padding-left: 80px;
  padding-right: 80px;
}
.btn:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.btn-primary {
  background-color: #F6D300;
  border-color: #F6D300;
  color: #262626;
}
.btn-primary:hover {
  background-color: #FDE24B;
  border-color: #FDE24B;
  color: #262626;
}
.btn-primary:active {
  background-color: #FDE24B;
  border-color: #FDE24B;
  color: #262626;
}
.btn-primary--outline {
  background-color: #fff;
  border-color: #F6D300;
  color: #262626;
}
.btn-primary--outline:hover {
  background-color: #F6D300;
  border-color: #F6D300;
  color: #262626;
}
.btn-primary--outline:active {
  background-color: #F6D300;
  border-color: #F6D300;
  color: #262626;
}
.btn-primary--outline-cart {
  height: 42px;
  padding: 0;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  text-transform: none;
  border-radius: 8px;
  color: #3C71EE;
  background-color: #EBF1FD;
  border-color: #EBF1FD;
}
.btn-primary--outline-cart:hover,
.btn-primary--outline-cart:focus {
  color: #3C71EE;
  background-color: #FFFFFF;
  border-color: #3C71EE;
}
.btn-primary--outline-cart:active {
  color: #FFFFFF;
  background-color: #3C71EE;
  border-color: #3C71EE;
}
.btn-primary:disabled {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-secondary {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-secondary:hover {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-secondary:active {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-secondary:disabled {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-secondary--outline {
  background-color: #fff;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-secondary--outline:hover {
  background-color: #fff;
  border-color: #EEF2F6;
  color: #0C6DE2;
}
.btn-secondary--outline:hover svg {
  fill: #0C6DE2;
}
.btn-secondary--outline.btn--active {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-secondary--outline:active {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  color: #0C6DE2;
}
.btn-secondary--outline:active svg {
  fill: #0C6DE2;
}
.btn-secondary--outline.btn--disabled,
.btn-secondary--outline:disabled {
  background-color: #fff;
  border-color: #EEF2F6;
  color: #262626;
  pointer-events: none;
}
.url-brand {
  height: 45px;
}
.url-brand-mobile {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 175px;
  display: none;
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
  .url-brand-mobile {
    display: block;
  }
}
.btn-success {
  background-color: #fff;
  border-color: #7EBD69;
  color: inherit;
}
.btn-success:hover {
  background-color: #fff;
  border-color: #7EBD69;
  color: inherit;
}
.btn-success:active {
  background-color: inherit;
  border-color: #7EBD69;
  color: inherit;
}
.btn-success--outline {
  background-color: inherit;
  border-color: inherit;
  color: inherit;
}
.btn-danger {
  background-color: #fff;
  border-color: #FDD9D9;
  color: #CE0101;
}
.btn-danger:hover {
  background-color: #FDD9D9;
  border-color: #FDD9D9;
  color: #CE0101;
}
.btn-danger:active {
  background-color: #FDD9D9;
  border-color: #FDD9D9;
  color: #CE0101;
}
.btn-danger--outline {
  background-color: #fff;
  border-color: #FDD9D9;
  color: #CE0101;
}
.btn-danger--outline:hover {
  background-color: #FDD9D9;
  border-color: #FDD9D9;
  color: #CE0101;
}
.btn-danger--outline:active {
  background-color: #FDD9D9;
  border-color: #FDD9D9;
  color: #CE0101;
}
.btn-blue {
  background: #fff;
  border-color: #D6E9FC;
  color: #006DEA;
}
.btn-blue:hover {
  background-color: #D6E9FC;
  border-color: #D6E9FC;
  color: #006DEA;
}
.btn-blue:active {
  background-color: #D6E9FC;
  border-color: #D6E9FC;
  color: #006DEA;
}
.btn-info {
  background-color: #4F95E8;
  border-color: #4F95E8;
  color: #fff;
}
.btn-info:hover {
  background-color: #0C6DE2;
  border-color: #0C6DE2;
  color: #fff;
}
.btn-info:active {
  background-color: #0C6DE2;
  border-color: #0C6DE2;
  color: #fff;
}
.btn-info--outline {
  background-color: #fff;
  border-color: #4F95E8;
  color: #262626;
}
.btn-info--outline:hover {
  background-color: #fff;
  border-color: #0C6DE2;
  color: #262626;
}
.btn-info--outline:active {
  background-color: #fff;
  border-color: #0C6DE2;
  color: #262626;
}
.btn-info--outlinegray {
  background-color: #fff;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-info--outlinegray:hover {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-info--outlinegray:active {
  background-color: #EEF2F6;
  border-color: #EEF2F6;
  color: #262626;
}
.btn-ticker {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btn-ticker__container {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 34px;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  margin-right: -23px;
  margin-left: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #EEF2F6;
  position: relative;
  overflow: hidden;
}
.btn-ticker__icon {
  width: 9px;
  position: absolute;
  fill: #262626;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-ticker__icon:last-child {
  left: -21px;
  opacity: 0;
}
.btn-ticker:hover .btn-ticker__icon {
  opacity: 0;
  -webkit-transform: translateX(34px);
  transform: translateX(34px);
  fill: #262626;
}
.btn-ticker:hover .btn-ticker__icon:last-child {
  opacity: 1;
}
.btn-link-image {
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-link-image svg {
  width: 19px;
  margin-right: 10px;
  fill: #818489;
}
.btn-link-image:hover {
  color: #0C6DE2;
}
.btn-link-image:hover svg {
  fill: #0C6DE2;
}
.btn-group {
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-group .btn-group__btn {
  width: 120px;
  border: 1px solid #EEF2F6;
  color: #818489;
}
.btn-group .btn-group__btn-active {
  background: #F6D300;
  color: #262626;
  border-color: #F6D300;
}
.btn-group .btn-group__btn:first-child {
  border-radius: 4px 0 0 4px;
}
.btn-group .btn-group__btn:last-child {
  border-radius: 0 4px 4px 0;
}
.loading {
  pointer-events: none;
}
.loading svg {
  -webkit-animation: loading 1s linear infinite;
  animation: loading 1s linear infinite;
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn-group--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.btn-group--inline .btn {
  margin-right: 8px;
}
.btn-group--inline .btn:last-child {
  margin-right: 0;
}
.btn-group--inline.btn-group--link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .btn-group--inline.btn-group--link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.btn-group--inline.btn-group--link .btn {
  margin-bottom: 15px;
  margin-right: 0;
  width: 280px;
}
@media screen and (min-width: 768px) {
  .btn-group--inline.btn-group--link .btn {
    margin-right: 15px;
    margin-bottom: 0;
    width: inherit;
  }
}
.btn-color {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.btn-color--xl {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-color--xl:hover {
  border-color: #FDE24B;
}
.btn-color--xl-active {
  border-color: #000;
  cursor: default;
  pointer-events: none;
}
.btn-color--xl.unavailable .product-color {
  position: relative;
}
.btn-color--xl.unavailable .product-color .product-color img {
  border-color: #F2F2F2;
}
.btn-color--xl.unavailable .product-color:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /* Ограничиваем полосу кругом */
  background: linear-gradient(to top left, transparent calc(50% - 2px), #F2F2F2 calc(50% - 2px), #F2F2F2 calc(50% + 2px), transparent calc(50% + 2px));
  pointer-events: none;
}
.btn-color--xl.unavailable:hover .product-color img {
  border-color: #F2F2F2 !important;
}
.btn-color--multi {
  position: relative;
}
.btn-color--multi span {
  position: absolute;
  height: 13px!important;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.btn-color--multi span:first-child {
  border-radius: 26px 26px 0 0;
  margin-top: -5px;
  margin-left: -5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-color--multi span:last-child {
  border-radius: 0 0 26px 26px;
  margin-top: 4px;
  margin-left: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 1200px) {
  .btn-color {
    width: 18px;
    height: 18px;
  }
}
.btn-white {
  background: #fff;
  border: 0;
  font-size: 16px;
}
.btn-white:hover {
  color: #0C6DE2;
  background: #fff;
}
.btn-empty {
  background: #FF4F44;
  border-radius: 100px;
  padding: 6px 15px 5px;
  font-weight: bold;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.btn-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
.btn-nav--reflected {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.btn-nav svg {
  color: #fff;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.btn-nav:hover {
  background-color: #ffffff;
}
.btn-nav:hover svg {
  color: #262626;
}
.new-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 262px;
  min-height: 42px;
  padding: 0 30px;
  color: #FFF;
  background: #3C71EE;
  border: 2px solid #3C71EE;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.new-btn:hover {
  color: #3C71EE;
  background-color: #EBF1FD;
}
.svg {
  width: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--cart {
  width: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--cart--xl {
  width: 67px;
  fill: #cfcfcf;
}
.svg--arrow {
  width: 9px;
  height: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--arrow-slider {
  width: 19px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media screen and (min-width: 1200px) {
  .svg--arrow-slider {
    width: 10px;
  }
}
.svg--phone1 {
  width: 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--profile {
  width: 23px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--camera {
  width: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--info {
  width: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--check {
  width: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--mobile-catalog {
  width: 17px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #fff;
}
.svg--more-dots {
  width: 2.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  fill: #b5b5b5 !important;
}
.svg--zoom {
  width: 19px;
}
.svg--close {
  width: 9px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--information {
  width: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--click {
  width: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.svg--check5 {
  width: 22px;
}
.svg--like,
.svg--dislike {
  width: 19px;
  fill: #CFD1D3;
}
.svg--plus,
.svg--minus {
  width: 8px;
}
.svg--minus-xl {
  width: 12px;
}
.svg--plus-xl {
  width: 12px;
}
.svg--minus-xl {
  width: 12px;
}
.arrow-right {
  width: 9px;
  height: 9px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.information-icon {
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.link {
  color: #262626;
  cursor: pointer;
}
.link:hover {
  color: #0C6DE2;
}
.link--default:hover {
  color: #262626;
}
.link--default:hover svg {
  fill: #262626;
}
.link--bottom {
  border-bottom: 1px solid #D6E5F4;
}
.link--dashed {
  border-bottom: 1px dashed #D6E5F4;
}
.link--gray {
  color: #66696F;
}
.link--gray:hover {
  color: #0C6DE2;
}
.link--blue {
  color: #3C71EE;
}
.link--blue:hover {
  color: #0C6DE2;
}
.link--active {
  color: #0C6DE2;
}
.link--header-callback {
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
  color: #0174B9;
  border-bottom: 1px solid #0174B9;
}
.link--header-callback--mobile {
  font-size: 15px;
  line-height: normal;
}
.link--header-callback-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #F3F5F6;
}
.rating-advanced {
  max-width: 300px;
}
.rating-advanced__item {
  margin-bottom: 20px;
}
.rating-advanced__item:last-child {
  margin-bottom: 0;
}
.rating-advanced__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}
.rating-advanced__title {
  text-transform: uppercase;
}
.rating-advanced__count {
  font-weight: 600;
}
.rating-advanced__line {
  height: 4px;
  background: #E8E8E8;
  border-radius: 4px;
  position: relative;
  margin-top: 10px;
}
.rating-advanced__line > span {
  height: 4px;
  border-radius: 4px;
  background: #7EBD69;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rating.js-rating {
  cursor: pointer;
}
.rating__stars {
  background: url('/bitrix/templates/responsive/layout/assets/img/icons/other/star-6.svg') left center repeat-x;
  width: 78px;
  min-width: 78px;
  height: 14px;
  position: relative;
}
.rating__stars > span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url('/bitrix/templates/responsive/layout/assets/img/icons/other/star-gold.svg') left center repeat-x;
}
.rating__counter {
  margin-left: 3px;
  font-size: 14px;
  color: #929292;
}
.rating__big__stars {
  background: url('/bitrix/templates/responsive/layout/assets/img/icons/other/star-6-big.svg') left center repeat-x;
  width: 176px;
  height: 35px;
  position: relative;
  cursor: pointer;
}
.rating__big__stars > span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: url('/bitrix/templates/responsive/layout/assets/img/icons/other/star-gold-big.svg') left center repeat-x;
}
.timer {
  background: #005EA3;
  border-radius: 4px 0 0 4px;
  padding: 5px 10px 10px;
  color: #fff;
  position: relative;
  z-index: 1;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .timer {
    background: #005EA3;
    padding: 15px;
  }
}
.timer__title {
  font-size: 12px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .timer__title {
    font-size: 14px;
  }
}
@media screen and (min-width: 1400px) {
  .timer__title {
    font-size: 16px;
  }
}
.timer__close {
  position: absolute;
  top: 10px;
  right: 15px;
  stroke: #74ABEB;
  cursor: pointer;
  width: 10px;
  height: 10px;
}
.timer__close:hover {
  stroke: #94CBFB;
}
.timer__calendar-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}
.timer__calendar-item {
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 40px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .timer__calendar-item {
    width: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .timer__calendar-item {
    width: 50px;
  }
}
.timer__calendar-item--yellow {
  color: #262626;
}
.timer__calendar-item--yellow .timer__calendar-title {
  background: #FFCA19;
}
.timer__calendar-item--yellow .timer__calendar-left {
  background: #FFDA5D;
}
.timer__calendar-title {
  font-size: 8px;
  text-transform: uppercase;
  background: #3486E6;
  padding: 2px 0;
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1400px) {
  .timer__calendar-title {
    font-size: 10px;
  }
}
.timer__calendar-left {
  font-size: 18px;
  font-weight: 600;
  background: #4F95E8;
  padding: 2px 0 4px;
}
@media screen and (min-width: 768px) {
  .timer__calendar-left {
    font-size: 21px;
  }
}
@media screen and (min-width: 1400px) {
  .timer__calendar-left {
    font-size: 25px;
  }
}
.vobler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 6px 5px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 992px) {
  .vobler {
    padding: 0 5px;
    border-radius: 2px;
    font-size: 8px;
    line-height: 13px;
    font-weight: 500;
  }
}
.vobler--bar_action {
  padding-left: 22px;
  padding-right: 7px;
  background-color: #E54E21;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjA2MzExIDkuMTkxNTlDMi45OTUyNSA4LjY5ODk1IDMuMTMwOTggNy41MzYzMiAzLjk0NTM1IDYuMzgzNTRDNC4yMDY5MyA2LjAxMzI3IDQuNDQ5MDIgNS43MTMxNSA0LjY2NDU2IDUuNDQ1OTNDNS4yNzAxNiA0LjY5NTE3IDUuNjY2MjEgNC4yMDQxOCA1LjY5NjI1IDMuMTQ2OUM1LjcyNjMxIDIuMDg4NDcgNS4xOTQ1OCAxLjQ2ODE2IDQuOTE2OTMgMS4xNDQyNUM0LjgwMzIxIDEuMDExNTggNC43MzIxMSAwLjkyODYzNiA0Ljc1OTcyIDAuODg1Njg5QzQuODU0NzMgMC43Mzc4OTggNi4yMjU1OCAwLjY2NDAwMiA3LjYyMzU5IDEuNDkxNjRDOS4wMjE1OSAyLjMxOTI3IDkuODM1OTYgNC4xMDc1NSA5LjcyNzM4IDYuMDE0MDdDOS42OTM1NSA2LjYwODAxIDkuNjE2MjYgNy4xMjMwNiA5LjU0OTY2IDcuNTY2ODJDOS40MDI0OCA4LjU0NzUgOS4zMDc1NiA5LjE3OTk5IDkuODQ5NTMgOS41NDYyOUMxMC42MTgzIDkuOTY0ODYgMTEuMDc3IDkuMTE5MTcgMTEuMzA0NyA4LjY5OTQzQzExLjM3NDQgOC41NzA4MSAxMS40MjI1IDguNDgyMTkgMTEuNDUxMSA4LjQ4MjE5QzExLjcxMzMgOC40ODIxOSAxMy42MzY0IDExLjExMjkgMTIuMzA2MiAxNC40MzgyQzExLjAxODggMTcuNjU2OCA4LjA1NzkyIDE4LjIwNjkgNi44MDkyMiAxOC4yMDY5QzUuNTYwNTIgMTguMjA2OSAzLjQ2NTA2IDE3Ljc2MzUgMi4wODU4NyAxNi4xOTY5QzAuMTk5MjQxIDE0LjA1MzkgLTAuMDU4NjQzMSAxMS4wNTM4IDAuNDcwNjk4IDkuMTkxNTlDMS4wMDAwNCA3LjMyOTQxIDIuNDExNjIgNS43Nzc2IDIuNTMzNzcgNS44NTE0OUMyLjU2NjQ3IDUuODcxMjcgMi41NTYzOCA2LjA0MTQzIDIuNTQwOTggNi4zMDEwMUMyLjQ5ODg2IDcuMDExMTcgMi40MTcwMyA4LjM5MDY4IDMuMDYzMTEgOS4xOTE1OVpNNi4wNzc1NCAxNy4xOTE2QzUuNDM5NjEgMTcuMTkxNiAzLjY3NTE0IDE2LjkyNTYgMy4wMTAwNyAxNS4xODE2QzIuMjUwOTYgMTMuMTkxMSAzLjMyMjI1IDExLjY0OTQgMy4zNzY1NCAxMS44MjY4QzMuMzgwMDIgMTEuODM4MSAzLjM4NDcgMTEuODU0NCAzLjM5MDU2IDExLjg3NDlDMy40NzYwOSAxMi4xNzMyIDMuODE1MyAxMy4zNTYyIDQuNDIxNjUgMTMuMDgzQzQuNTkyNzYgMTMuMDA1OSA0LjUzODE1IDEyLjgyODIgNC40NDE4IDEyLjUxNDhDNC4zMTY1MiAxMi4xMDczIDQuMTIwNjcgMTEuNDcwMiA0LjI1ODc4IDEwLjUyNjJDNC41MDMwOSA4Ljg1NjE0IDUuMTQxMDEgNy44NTExNiA1LjgzMzIzIDcuMTI2OThDNi41MjU0NCA2LjQwMjggNi45ODIzOSA2LjE5NTg5IDcuMDI3NjQgNi4yNjk3OUM3LjAzMzU1IDYuMjc5NDUgNy4wMTQzNCA2LjMzMTIgNi45ODEwOSA2LjQyMDc3QzYuODYxNzIgNi43NDIyOSA2LjU2MTQ2IDcuNTUxMTEgNi41OTMzMSA4LjY0OTIzQzYuNjIxMjkgOS42MTQyNiA3LjE4MTQ5IDEwLjM4MzggNy43NjcwNSAxMS4xODgyQzguMDMzNDMgMTEuNTU0MSA4LjMwNTA2IDExLjkyNzIgOC41MzQyMiAxMi4zMjkzQzkuMjY3MTYgMTMuNjE1IDkuMTU4NTcgMTQuODEyMiA4Ljc1MTM5IDE1LjU5NTRDOC4zNDQyIDE2LjM3ODcgNy43MDYyOCAxNy4xOTE2IDYuMDc3NTQgMTcuMTkxNloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 12px auto;
}
@media (max-width: 768px) {
  .vobler--bar_action {
    background-size: auto 76%;
  }
}
.vobler--bar_reklama1 {
  background-color: #000000;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFxSURBVHgB3ZJRTsJAEIZnt1sgEbC9wSaWZ/ERxAgnQG/gFTwBcAM8geEE6AkwMUDiU9+FpDdoIz6ItDvObgCJ0dL4ZPxfdnZm9tvZnQH4F1qMvVH4VKnu+jj8UmKJTjiqVBcTb2j2XxPCkXTAtqW23caz/zI5utB2uT6/M7ECOLjCm4TzyMqrYaz4pY6zLeDRawoOHfI0Nz4GGCAwud76iCDpQMAYOqtlclIg6Fss5Ba0mHodQOjCHimA68P6rE9/RLksVAwZR2gTJRJUrswC0eIKpV7j97ivVzsvOsXTWcvELNvKBDGAVWJyRU4M4cCWSqH7Oq7cGhBjrJ0VlMtZ5xtbd63cmF+hwoHZ0/ucrKAEwTWVKehBMfa1XTqbPRgQUmcYMJkFRH8b6NVdH94VRwX3GRigLyx9A9iClJX0KSuCPeIsvbPcrQUBldzSN8LP5fSKtfkgDfQ52VMpLbS6BD0mb5WmOKKgT1PYS3vS39UHPi+LwgItFgQAAAAASUVORK5CYII=);
  padding-left: 25px;
  background-position: 5px center;
}
@media (max-width: 768px) {
  .vobler--bar_reklama1 {
    background-size: auto 76%;
    background-position-y: 33%;
    padding-left: 18px;
  }
}
.vobler--bar_reklama {
  background-color: #FF4D00;
}
.vobler--bar_hit {
  background-color: #00D1FF;
}
.vobler--bar_speed {
  background-color: #8D57C8;
}
.vobler--bar_delivery {
  background-color: #F66F8D;
}
.vobler--bar_bestprice {
  background-color: #3C71EE;
}
.vobler--bar_gift_4_purchase {
  background-color: #FA9900;
}
.vobler--bar_new {
  background-color: #8CBD61;
}
.vobler--bar_assembling {
  background-color: #0BC4AE;
}
.vobler--bar_hurry_up {
  background-color: #E32227;
}
.vobler--test_drive {
  background-color: #0030DA;
}
.vobler.best-price {
  border-color: #4f6ce8;
  padding-top: 1px;
}
.vobler.new {
  border-color: #ef7e5c;
}
.vobler.white-friday {
  border: none;
  font-size: 10px;
}
.vobler.white-friday .st0 {
  fill: #ffffff;
  stroke: #6ec9e5;
  stroke-width: 1.5;
}
.vobler.white-friday .st2 {
  font-family: 'OpenSans-Bold';
}
.vobler.hurry-up {
  border: none;
  font-size: 10px;
}
.vobler.hurry-up .st0 {
  fill: #ffffff;
  stroke: #9966CC;
  stroke-width: 1.5;
}
.vobler.hurry-up .st2 {
  font-family: 'OpenSans-Bold';
}
.vobler.robot-cleaner {
  border: none;
  font-size: 10px;
}
.vobler.robot-cleaner .st0 {
  fill: none;
  stroke: #1D6CB2;
  stroke-width: 1.5;
}
.vobler.robot-cleaner .st1 {
  font-family: 'OpenSans-Bold';
}
.vobler.robot-cleaner .st2 {
  font-size: 7px;
}
.vobler.robot-cleaner .st3 {
  fill: none;
  stroke: #000000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.vobler.hit {
  border-color: #4f94e7;
  font-size: 11px;
}
.vobler.auction {
  background: #fff;
  border-color: #F6D300;
  color: #1C1C1C;
  font-size: 10px;
}
.vobler.free_delivery {
  background: #fff;
  border-color: #80B682;
  color: #1C1C1C;
}
.vobler.free_delivery svg {
  stroke: #0d0d0d;
  height: 25px;
  width: 35px;
  margin-top: 2px;
  margin-left: 8px;
  margin-bottom: -5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.vobler.product-the-day {
  background: #EF7E5C;
  border-color: #EF7E5C;
  color: #fff;
  font-size: 11px;
  height: 56px;
  width: 56px;
}
.vobler.delivery {
  border-color: #f4a140;
  font-size: 6.5px;
}
.vobler.delivery svg {
  stroke: #0d0d0d;
  height: 12px;
  width: 18px;
  margin-bottom: -2px;
  margin-top: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.vobler.gift_4_purchase {
  border-color: #c67467;
  font-size: 5px;
  padding-top: 7px;
}
.vobler.gift_4_purchase svg {
  stroke: #0d0d0d;
  width: 13px;
  margin-bottom: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.vobler.spring_block {
  border-color: #7fb56b;
}
.vobler.spring_block svg {
  stroke: #0d0d0d;
  width: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.vobler.buy_and_get_gift {
  border-color: #63baf5;
}
.vobler.buy_and_get_gift svg {
  width: 56px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 2px;
}
.vobler.assembling {
  border-color: #4f6ce8;
}
.vobler.assembling svg {
  height: 30px;
  width: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.vobler.other {
  border-color: #F6D300;
}
.vobler.give_money {
  border: 1px solid #e8052c;
  font-weight: 600;
  text-transform: initial;
  font-size: 9px;
  white-space: nowrap;
  display: inline-block;
  padding-top: 5px;
}
.vobler.give_money .rub {
  font-size: 13px;
}
.vobler.test_drive {
  border-color: #4bacd9;
}
.vobler--xl {
  width: 56px;
  height: 56px;
  font-size: 10px;
  cursor: default;
}
.vobler--xl:hover {
  color: #fff;
}
.vobler--xl:hover svg {
  fill: #fff;
  stroke: #fff;
}
.vobler--xl.auction {
  font-size: 10px;
}
.vobler--xl.auction:hover {
  background: #F6D300;
}
.vobler--xl.free_delivery {
  font-size: 10px;
}
.vobler--xl.free_delivery:hover {
  background: #80B682;
}
.vobler--xl.hit {
  font-size: 13px;
}
.vobler--xl.hit:hover {
  background-color: #4f94e7;
}
.vobler--xl.best-price {
  font-size: 10px;
}
.vobler--xl.best-price:hover {
  background-color: #4f6ce8;
}
.vobler--xl.new:hover {
  background-color: #ef7e5c;
}
.vobler--xl.delivery svg {
  width: 26px;
  height: 18px;
  margin-bottom: 0;
  margin-top: 3px;
}
.vobler--xl.delivery:hover {
  background-color: #f4a140;
}
.vobler--xl.gift_4_purchase {
  font-size: 6.5px;
}
.vobler--xl.gift_4_purchase svg {
  width: 18px;
  margin-top: 3px;
  margin-bottom: -2px;
}
.vobler--xl.gift_4_purchase:hover {
  background-color: #c67467;
}
.vobler--xl.spring_block svg {
  width: 38px;
  margin-bottom: 0;
}
.vobler--xl.spring_block:hover {
  background-color: #7fb56b;
}
.vobler--xl.buy_and_get_gift:hover {
  background-color: #63baf5;
}
.vobler--xl.buy_and_get_gift:hover #path3 {
  fill: white;
}
.vobler--xl.assembling svg {
  width: 40px;
  height: 40px;
  margin-bottom: 2px;
}
.vobler--xl.assembling:hover {
  background-color: #4f6ce8;
}
.vobler--xl.give_money {
  border-color: #e8052c;
  font-weight: 600;
  text-transform: initial;
  font-size: 12px;
  white-space: nowrap;
  display: inline-block;
  padding-top: 8px;
}
.vobler--xl.give_money .rub {
  font-size: 16px;
}
.vobler--xl.give_money:hover {
  background-color: #e8052c;
}
.vobler--xl.test_drive:hover {
  background-color: #4bacd9;
}
.vobler.mdf .st0 {
  fill: #FFFFFF;
  stroke: #0C6DE2;
  stroke-width: 1.5;
}
.vobler.mdf .st1 {
  enable-background: new;
}
.product-preview__voblers .new {
  font-size: 5pt;
}
.product-card__title .vobler.delivery {
  font-size: 8px;
}
.product-card__title .vobler.new {
  font-size: 7pt;
}
.product-card__voblers .popover__content {
  max-width: 246px;
}
.product-card__voblers .vobler-container:nth-last-child(2) .popover__content {
  left: 40%;
  right: auto;
}
.product-card__voblers .vobler-container:nth-last-child(2) .popover__content:after {
  margin-left: -3px;
}
@media screen and (max-width: 1199px) {
  .product-card__voblers .vobler-container:nth-last-child(2) .popover__content {
    left: 0;
  }
  .product-card__voblers .vobler-container:nth-last-child(2) .popover__content:after {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .product-card__voblers .vobler-container:nth-last-child(2) .popover__content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .product-card__voblers .vobler-container:nth-last-child(2) .popover__content:after {
    left: 0;
    right: auto;
  }
}
.product-card__voblers .vobler-container .buy_and_get_gift + .popover__content {
  left: 0 !important;
  top: -12px;
  width: 56px;
  height: 56px;
  background: #63baf5;
  border-radius: 50%;
  padding: 0;
  color: #fff;
  line-height: 1;
  font-size: 8px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase !important;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none !important;
  transform: none !important;
}
.product-card__voblers .vobler-container .buy_and_get_gift + .popover__content::before,
.product-card__voblers .vobler-container .buy_and_get_gift + .popover__content::after {
  display: none;
}
.product-card__voblers .vobler-container:last-child .popover__content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  left: auto;
  right: -25px;
}
.product-card__voblers .vobler-container:last-child .popover__content:after {
  left: auto;
  right: 45px;
}
@media screen and (max-width: 1199px) {
  .product-card__voblers .vobler-container:last-child .popover__content {
    right: 0;
  }
  .product-card__voblers .vobler-container:last-child .popover__content:after {
    margin-left: 20px;
    right: 21px;
  }
}
@media screen and (max-width: 767px) {
  .product-card__voblers .vobler-container:last-child .popover__content {
    left: -60px;
    right: auto;
  }
  .product-card__voblers .vobler-container:last-child .popover__content:after {
    left: 60px;
    right: auto;
  }
}
.product-card__voblers .vobler-container:only-child .popover__content {
  left: auto;
  right: -26px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.product-card__voblers .vobler-container:only-child .popover__content:after {
  left: auto;
  right: 47px;
}
@media screen and (max-width: 1199px) {
  .product-card__voblers .vobler-container:only-child .popover__content {
    right: -10px;
  }
  .product-card__voblers .vobler-container:only-child .popover__content:after {
    left: auto;
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .product-card__voblers .vobler-container:only-child .popover__content {
    left: 0;
    right: auto;
  }
  .product-card__voblers .vobler-container:only-child .popover__content:after {
    left: 0px;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .product-card__voblers .vobler-container:nth-last-child(2) .popover__content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.vobler-container:hover .vobler--xl {
  color: #fff;
}
.vobler-container:hover .vobler--xl svg {
  fill: #fff;
  stroke: #fff;
}
.vobler-container:hover .vobler--xl.hit {
  background-color: #4f94e7;
}
.vobler-container:hover .vobler--xl.best-price {
  background-color: #4f6ce8;
}
.vobler-container:hover .vobler--xl.new {
  background-color: #ef7e5c;
}
.vobler-container:hover .vobler--xl.delivery {
  background-color: #f4a140;
}
.vobler-container:hover .vobler--xl.assembling {
  background-color: #4f6ce8;
}
.vobler-container:hover .vobler--xl.white-friday {
  background-color: #6ec9e5;
}
.vobler-container:hover .vobler--xl.white-friday .st0 {
  fill: #6ec9e5;
}
.vobler-container:hover .vobler--xl.hurry-up {
  background-color: #9966CC;
}
.vobler-container:hover .vobler--xl.hurry-up .st0 {
  fill: #9966CC;
}
.vobler-container:hover .vobler--xl.robot-cleaner .st0 {
  fill: #1D6CB2;
}
.vobler-container:hover .vobler--xl.robot-cleaner .st1 {
  fill: #FFFFFF;
  stroke-width: 0 !important;
}
.vobler-container:hover .vobler--xl.robot-cleaner .st3 {
  stroke: #FFFFFF;
}
.vobler-container:hover .vobler--xl.other {
  color: #262626;
  background-color: #FFE18F;
}
.vobler-container:hover .vobler--xl.mdf .st0 {
  fill: #0c6de2;
}
.price--current {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 768px) {
  .price--current {
    font-size: 14px;
  }
}
.price--old {
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-left: 20px;
  margin-right: 20px;
  color: #00000066;
  font-weight: 400;
}
.price--old:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 1px;
  left: 0;
  right: 0;
  background: #B9BCC1;
}
@media screen and (max-width: 768px) {
  .price--old {
    margin-left: 6px;
    margin-right: 0;
    font-size: 12px;
    line-height: 1;
  }
}
.price--sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 7px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 12px;
  font-weight: 700;
  background: #3C71EE;
  color: #FFFFFF;
}
.price--sale--xl {
  width: 78px;
  height: 38px;
  border-radius: 28px 0;
  font-size: 23px;
}
.price--sale--formatted {
  width: 80px;
}
@media (max-width: 1100px) {
  .price--sale-desktop {
    display: none;
  }
}
.price--sale-mobile {
  display: none;
}
@media (max-width: 1100px) {
  .price--sale-mobile {
    display: block;
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 5;
  }
}
@media screen and (max-width: 768px) {
  .price--sale-mobile {
    font-size: 12px;
    line-height: 1;
  }
}
.category {
  background: #F2F5F8;
  padding: 20px 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 480px) {
  .category {
    height: inherit;
  }
}
.category__image {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.category__image img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin-bottom: 12px;
  min-height: 96px;
}
.category__name {
  font-size: 12px;
  text-transform: uppercase;
  color: #262626;
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 15px;
  line-height: 1;
  display: block;
  text-align: center;
  word-break: break-word;
}
.category__name svg {
  display: none;
  width: 10px;
  height: 18px;
  margin-left: 10px;
}
.category__name span {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 480px) {
  .category__name span {
    white-space: nowrap;
  }
}
@media screen and (min-width: 480px) {
  .category__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 14px;
    text-align: left;
  }
  .category__name svg {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .category__name {
    font-size: 16px;
    line-height: 1.4;
  }
}
.category__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 20px;
  right: 12px;
  left: 12px;
  margin: 0 -4px;
}
.category__info > div {
  margin: 0 4px;
}
.category__info .goods-counter.added {
  border: 2px solid #F6D300;
  background: 0 0;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 29px;
  height: 29px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.category:hover {
  background: #E8EDF3;
}
.subcategories {
  padding: 22px 15px;
  display: none;
}
@media screen and (min-width: 480px) {
  .subcategories {
    display: block;
  }
}
.subcategories ul {
  list-style-type: none;
}
.subcategories .subcategory {
  margin-bottom: 15px;
}
.subcategories__separator {
  height: 1px;
  margin: 27px -15px 15px;
  background: #EEF2F6;
}
.subcategories .dropdown-menu {
  width: 100%;
  z-index: 2;
}
.subcategories .dropdown-menu__content {
  width: 240px;
}
.subcategories__button_more {
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
.subcategories__button_more > span {
  border-bottom: 1px dashed #707070;
}
.subcategories__button_more svg {
  width: 9px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 5px;
}
.subcategories__button_more.subcategories__button_more-active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.subcategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  width: 100%;
}
.subcategory__name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 5px;
  display: inline-block;
}
.subcategory-hidden {
  display: none;
}
.favorite__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.favorite__btn:hover .favorite__svg {
  fill: #fff;
}
.favorite__btn:hover .favorite__svg--active {
  fill: #3C71EE;
}
@media (max-width: 1024px) {
  .favorite__btn:hover .favorite__svg--active {
    fill: #fff;
  }
}
.favorite__btn:active .favorite__svg {
  fill: #3C71EE;
}
@media (max-width: 1024px) {
  .favorite__btn:active .favorite__svg {
    fill: #fff;
  }
}
.favorite__svg {
  width: 22px;
  height: auto;
  stroke: #3C71EE;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cart__product-action-btn .favorite__svg {
  width: 26px;
}
.favorite__svg--active {
  fill: #3C71EE;
  stroke: #3C71EE;
}
@media (max-width: 1024px) {
  .favorite__svg--active {
    fill: #fff;
    stroke: #fff;
  }
  .cart__product-action-btn .favorite__svg--active {
    fill: #3C71EE;
    stroke: #3C71EE;
  }
}
.favorite__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid #EEF2F6;
  border-radius: 8px;
  background-color: #EBF1FD;
}
@media screen and (max-width: 1200px) {
  .favorite__icon {
    width: 26px;
    height: 26px;
  }
  .favorite__icon svg {
    width: 16px;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .favorite__icon {
    width: 24px;
    height: 24px;
    background-color: #00000033;
    border-radius: 50%;
    border: none;
  }
  .favorite__icon svg {
    width: 12px;
    height: auto;
    margin-top: 2px;
    stroke: #fff;
  }
}
.favorite__icon--sm {
  width: 35px;
  height: 35px;
}
.favorite__icon--xs {
  width: 30px;
  height: 30px;
}
.favorite__icon--xs svg {
  width: 16px;
  height: auto;
}
.favorite__text {
  font-size: 15px;
  margin-left: 7px;
}
.dropdown-menu {
  display: inline-block;
  position: relative;
}
.dropdown-menu__action {
  -webkit-transform: none!important;
  transform: none!important;
}
.dropdown-menu__action svg {
  margin-left: 3px;
}
.dropdown-menu__action:hover .link {
  color: #0C6DE2;
}
.dropdown-menu__content {
  display: none;
  padding: 10px 0;
  width: 170px;
  top: 100%;
  left: 10%;
  -webkit-transform: translateX(-10%) translateY(10px);
  transform: translateX(-10%) translateY(10px);
  position: absolute;
  font-size: 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  margin-top: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 3;
}
@media screen and (max-width: 1199px) {
  .dropdown-menu__content {
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .dropdown-menu__content_profile {
    top: auto;
    bottom: calc(100% + 14px);
    right: -76%;
    left: auto;
  }
}
.dropdown-menu__content:before {
  height: 14px;
  bottom: 100%;
  left: 0;
  right: 0;
  background: transparent;
  position: absolute;
}
.dropdown-menu__content:after {
  border: 10px solid transparent;
  border-left-width: 7px;
  border-right-width: 7px;
  border-bottom-color: #fff;
  bottom: 100%;
  left: 15%;
  margin-left: -7px;
  position: absolute;
  -webkit-filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, 0.05));
}
@media screen and (max-width: 1199px) {
  .dropdown-menu__content:after {
    left: 40%;
  }
}
.dropdown-menu__content li {
  display: block;
  margin: 0;
}
.dropdown-menu__content .dropdown-menu__item {
  margin: 0;
  display: block !important;
  font-size: 12px;
  padding: 4px 20px;
}
.dropdown-menu__content .dropdown-menu__item--radio {
  padding: 0;
}
.dropdown-menu__content .dropdown-menu__item--radio > label {
  padding: 6px 0;
}
.dropdown-menu__content .dropdown-menu__item--radio .radio__select {
  top: 6px;
  left: 3px;
}
.dropdown-menu__content .dropdown-menu__item:hover {
  color: #262626;
  background: #EFF6FF;
}
.dropdown-menu__content .radio__label {
  font-size: 13px;
  color: #262626;
}
.dropdown-menu__active {
  z-index: 5;
}
.dropdown-menu__active .dropdown-menu__action .link {
  border-bottom-color: transparent;
}
.dropdown-menu__active .dropdown-menu__content {
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}
.dropdown-menu--right .dropdown-menu__content {
  width: 120px;
  left: auto;
  right: 10%;
  -webkit-transform: translateX(10%) translateY(10px);
  transform: translateX(10%) translateY(10px);
}
.dropdown-menu--right .dropdown-menu__content:after {
  left: auto;
  right: 15%;
}
.dropdown-menu--right.dropdown-menu__active .dropdown-menu__content {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}
.dropdown-menu--profile .dropdown-menu__content {
  border-radius: 0;
  padding: 5px 0;
  width: 224px !important;
  font-size: 15px;
  left: auto;
  right: 17px;
  -webkit-transform: translateX(10%) translateY(10px);
  transform: translateX(10%) translateY(10px);
}
.dropdown-menu--profile .dropdown-menu__content:after {
  left: auto;
  right: 10px;
}
@media screen and (min-width: 1400px) {
  .dropdown-menu--profile .dropdown-menu__content {
    left: 10%;
    -webkit-transform: translateX(-10%) translateY(20px);
    transform: translateX(-10%) translateY(20px);
  }
  .dropdown-menu--profile .dropdown-menu__content:after {
    left: 15%;
    right: auto;
  }
}
.dropdown-menu--profile.dropdown-menu__active .dropdown-menu__content {
  -webkit-transform: translateX(10%);
  transform: translateX(10%);
}
@media screen and (min-width: 1400px) {
  .dropdown-menu--profile.dropdown-menu__active .dropdown-menu__content {
    -webkit-transform: translateX(-10%) translateY(10px);
    transform: translateX(-10%) translateY(10px);
  }
}
.dropdown-menu--city .dropdown-menu__content {
  padding: 0;
  width: 380px;
}
@media (max-width: 768px) {
  .dropdown-menu--city .dropdown-menu__content {
    width: 79vw;
    left: auto;
    right: 0;
    -webkit-transform: none;
    transform: none;
  }
}
.dropdown-container {
  position: relative;
}
.dropdown-container__content {
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  right: 0;
  display: none;
  width: 414px;
  padding: 16px;
  margin-top: 12px;
  border: 1px solid #E2E2E2;
  border-radius: 12px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .dropdown-container__content {
    display: block;
  }
}
.dropdown-container__content li {
  display: block;
  margin: 0;
}
.dropdown-container__content .dropdown-menu__item {
  margin: 0;
  display: block !important;
  padding: 6px 20px;
}
.dropdown-container__content .dropdown-menu__item--radio {
  padding: 0;
}
.dropdown-container__content .dropdown-menu__item--radio > label {
  padding: 6px 20px;
}
.dropdown-container__content .dropdown-menu__item--radio .radio__select {
  top: 6px;
  left: 15px;
}
.dropdown-container__content .dropdown-menu__item:hover {
  color: #262626;
  background: #EFF6FF;
}
.dropdown-container__content .radio__label {
  font-size: 13px;
  color: #262626;
}
.dropdown-container__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #E2E2E2;
  font-size: 14px;
  line-height: 16px;
}
.dropdown-container .all-count-cart {
  font-weight: 600;
}
.dropdown-container__body {
  max-height: 272px;
}
.dropdown-container .product-mini {
  gap: 16px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
  margin-bottom: 16px;
}
.dropdown-container .product-mini:last-child {
  margin-bottom: 0;
}
.dropdown-container .product-mini .product-mini__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 107px;
  flex: 0 0 107px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}
.dropdown-container .product-mini .product-mini__image img {
  width: 100%;
}
.dropdown-container .product-mini .product-mini__content {
  margin-left: 0;
}
.dropdown-container .product-mini .product-mini__price {
  font-size: 20px;
  line-height: 24px;
}
.dropdown-container .product-mini .price--sale {
  padding: 6px 7px;
}
.dropdown-container .product-mini .product-mini__title {
  width: 99%;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dropdown-container__footer .flex {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #E2E2E2;
  margin-top: 16px;
  font-size: 14px;
  line-height: 16px;
}
.page-header__cart-empty .dropdown-container__footer .flex {
  margin-top: 0;
  border-top: none;
}
.dropdown-container__footer .price--current {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}
.dropdown-container__footer .btn-ticker {
  padding-left: 15px;
  border-radius: 0 0 3px 3px;
}
.dropdown-container .dropdown-cart-btn {
  height: 46px;
  border: none;
  border-radius: 100px;
  background-color: #3C71EE1A;
}
.dropdown-container:hover {
  z-index: 4;
}
@media (min-width: 1100px) {
  .dropdown-container:hover:after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 414px;
    height: 30px;
  }
  .dropdown-container:hover .dropdown-container__content {
    opacity: 1;
    pointer-events: inherit;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
}
.count-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.count-buttons button {
  border-width: 1px;
}
.count-buttons button.disabled {
  pointer-events: none;
  cursor: default;
}
.count-buttons__input-container {
  position: relative;
  padding-right: 35px;
  padding-left: 3px;
  width: 60px;
}
.count-buttons__input-container:after {
  position: absolute;
  content: "шт.";
  right: 8px;
  top: 0;
}
.count-buttons__input {
  width: 100%;
  font-size: 14px;
  text-align: center;
}
.popover {
  position: relative;
  display: inline-block;
}
.popover__action {
  display: inherit;
  color: #B3B3B3;
}
.page-header .popover__action {
  color: #999DA4;
}
.popover__action img {
  max-width: 28px;
}
.popover__action img.left-compensation {
  margin-left: -5px;
}
.popover__content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(10px);
  transform: translateX(-50%) translateY(10px);
  text-align: center;
  position: absolute;
  font-size: 13px!important;
  font-weight: 400!important;
  text-transform: none!important;
  padding: 7px 15px;
  background: #fff;
  border-radius: 6px;
  margin-top: 12px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.4;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .popover__content {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .popover__content {
    width: 280px;
  }
}
.popover__content:before {
  content: '';
  height: 14px;
  bottom: 100%;
  left: 0;
  right: 0;
  background: transparent;
  position: absolute;
}
.popover__content:after {
  content: '';
  border: 10px solid transparent;
  border-left-width: 7px;
  border-right-width: 7px;
  border-bottom-color: #fff;
  bottom: 100%;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}
.popover__content--left {
  left: 40px;
  text-align: left;
  -webkit-transform: translateX(-40px) translateY(10px);
  transform: translateX(-40px) translateY(10px);
}
.popover__content--left:after {
  left: 40px;
}
.popover__content--right {
  -webkit-transform: translateX(-75%) translateY(10px);
  transform: translateX(-75%) translateY(10px);
}
.popover__content--right:after {
  left: 75%;
}
.popover__content--right-near-border {
  -webkit-transform: translateX(-90%) translateY(0);
  transform: translateX(-90%) translateY(0);
}
.popover__content--right-near-border:after {
  left: 90%;
}
.popover__content--city {
  left: 60px;
  top: 46px;
  padding: 20px 30px 30px;
  font-size: 16px!important;
  line-height: 1.56;
  text-align: center;
  pointer-events: inherit;
  -webkit-transform: none;
  transform: none;
  -webkit-transition: opacity 0.2s ease 0.2s;
  transition: opacity 0.2s ease 0.2s;
  -webkit-box-shadow: 2px 2px 10.6px 0 #00000040;
  box-shadow: 2px 2px 10.6px 0 #00000040;
  opacity: 1;
}
.popover__content--city::before,
.popover__content--city::after {
  display: none;
}
.popover__content--city .btn-group--inline {
  margin-top: 18px;
}
.popover__content--city .btn-group--inline .btn {
  min-width: 129px;
  height: 45px;
  padding: 6px;
  border-width: 2px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 13px;
  text-transform: none;
  white-space: nowrap;
}
.popover__content--city .popover__content-btn-submit {
  margin-right: 28px;
  color: #FFF;
  background-color: #3C71EE;
  border-color: #3C71EE;
}
.popover__content--city .popover__content-btn-submit:hover {
  color: #3C71EE;
  background-color: #FFF;
  border-color: #3C71EE;
}
.popover__content--city .popover__content-btn-cancel {
  color: #3C71EE;
  background-color: #EBF1FD;
  border-color: #EBF1FD;
}
.popover__content--city .popover__content-btn-close {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 0;
  width: 32px;
  height: 32px;
  padding: 6px;
  border: none;
  color: #000;
  background-color: transparent;
}
.popover__content--city .popover__content-btn-close svg {
  fill: currentColor;
}
.popover__content--city .popover__content-btn-close:hover {
  color: #3C71EE;
}
@media screen and (max-width: 1800px) {
  .popover__content--city {
    left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .popover__content--city {
    top: 70px;
    left: 100px;
  }
}
@media screen and (max-width: 768px) {
  .popover__content--city {
    display: block;
    position: fixed;
    bottom: 45px;
    top: auto;
    left: 0;
    width: 100%;
    max-width: 100%;
    -webkit-transition: top 0.2s ease 0.2s, opacity 0.2s ease 0.4s;
    transition: top 0.2s ease 0.2s, opacity 0.2s ease 0.4s;
    opacity: 1;
    border-radius: 8px 8px 0 0;
    text-align: center;
  }
  .popover__content--city::before,
  .popover__content--city::after {
    display: none;
  }
  .popover__content--city .btn-group--inline {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .popover__content--city {
    font-size: 20px !important;
    line-height: 26px;
  }
  .popover__content--city .btn-group--inline {
    margin-top: 20px;
  }
  .popover__content--city .btn-group--inline .btn {
    min-width: 157px;
    height: 41px;
    border-radius: 59px;
  }
  .popover__content--city .popover__content-btn-submit {
    margin-right: 13px;
  }
  .popover__content--city .popover__content-btn-close {
    width: 38px;
    height: 38px;
    padding: 12px;
  }
  .popover__content--city .popover__content-btn-close svg {
    width: 12px;
    height: 12px;
  }
}
.popover__content-proposed-city {
  font-weight: 700;
}
.popover__content--top {
  top: auto;
  bottom: 100%;
  -webkit-transform: translateX(-50%) translateY(-10px);
  transform: translateX(-50%) translateY(-10px);
  margin-top: 0;
  margin-bottom: 12px;
}
.popover__content--top:before {
  top: 100%;
  bottom: auto;
}
.popover__content--top:after {
  border: 10px solid transparent;
  border-top-color: #fff;
  top: 100%;
  bottom: auto;
}
.popover__content_on_right {
  top: 50%;
  left: 100%;
  -webkit-transform: translateX(10px) translateY(-50%);
  transform: translateX(10px) translateY(-50%);
  margin-top: 0;
  margin-left: 12px;
}
.popover__content_on_right:before {
  bottom: auto;
  right: 100%;
}
.popover__content_on_right:after {
  border-right-width: 10px;
  border-bottom-color: transparent;
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-right-color: #fff;
  left: auto;
  right: calc(100% - 1px);
  bottom: 50%;
  margin-left: 0;
  margin-bottom: -7px;
}
.popover__content--on-left {
  left: -100%;
  top: 50%;
}
.popover__content--header {
  padding: 7px 8px;
  margin-top: 7px;
  border: 1px solid #E2E2E2;
  font-size: 14px !important;
  color: #000000;
}
.popover__content--header:after {
  content: none;
}
.popover:hover .popover__action {
  fill: #0C6DE2;
  color: #B3B3B3;
}
.popover:hover .popover__action.download {
  fill: #262626;
}
.popover:hover .popover__action.download svg {
  fill: #262626 !important;
}
.popover:hover .popover__content {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.1));
  display: block;
}
.popover:hover .popover__content--left {
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px);
}
.popover:hover .popover__content--right {
  -webkit-transform: translateX(-75%);
  transform: translateX(-75%);
}
.image-wrap__actions .popover:hover .popover__content--right {
  -webkit-transform: translateX(-80%);
  transform: translateX(-80%);
}
.popover:hover .popover__content--right-near-border {
  -webkit-transform: translateX(-90%) translateY(0);
  transform: translateX(-90%) translateY(0);
}
.popover:hover .popover__content_on_right {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.popover:hover .popover__content--on-left {
  -webkit-transform: translate(calc(-50% - 60px), -50%);
  transform: translate(calc(-50% - 60px), -50%);
  margin-top: 0;
}
.popover:hover .popover__content--header {
  -webkit-filter: none;
  filter: none;
}
@media (max-width: 768px) {
  .popover:hover .popover__content--header {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .popover#searchImageFormHeader .popover__content {
    right: 0;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media screen and (max-width: 480px) {
  .popover#searchImageFormHeader:hover .popover__content {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.popover .popover__action:hover {
  color: #B3B3B3;
}
.voblers .popover__content {
  top: auto;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-jcc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-alc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .flex-center {
    padding: 75px 15px;
  }
}
.flex-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-layout--catalog {
  margin-left: -4px;
  margin-right: -4px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex-layout--catalog .flex-layout__item {
  padding: 4px;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .flex-layout--catalog {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .flex-layout--catalog .flex-layout__item {
    padding: 7.5px;
    width: 33.333333%;
  }
}
@media screen and (min-width: 1400px) {
  .flex-layout--catalog .flex-layout__item {
    width: 25%;
  }
}
@media screen and (min-width: 1500px) {
  .flex-layout--catalog {
    margin-left: -15px;
    margin-right: -15px;
  }
  .flex-layout--catalog .flex-layout__item {
    padding: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .flex-layout--catalog .flex-layout__item {
    width: 20%;
  }
}
.flex-layout--catalog .category {
  height: 100%;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .flex-layout--catalog .category {
    padding: 10px;
  }
}
.flex-layout--catalog .category__image {
  margin-bottom: 12px;
}
.flex-layout--catalog .category__image span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-layout--catalog .category__image img {
  height: 96px;
  margin-bottom: 0;
}
.flex-layout--catalog .category__name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  left: 0;
  bottom: 0;
}
.flex-layout--catalog .category__title {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
.flex-layout--modules {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px 22px;
}
@media (max-width: 1600px) {
  .flex-layout--modules {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .flex-layout--modules {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .flex-layout--modules {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.flex-layout--modules .category {
  height: 100%;
  padding: 12px 10px;
  border-radius: 8px;
}
@media screen and (max-width: 480px) {
  .flex-layout--modules .category {
    padding: 5px;
    border-radius: 5px;
  }
}
.flex-layout--modules .category__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.flex-layout--modules .category__link:hover {
  color: #262626;
}
.flex-layout--modules .category__image {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-bottom: 8px;
}
@media (max-width: 480px) {
  .flex-layout--modules .category__image {
    margin-bottom: 4px;
  }
}
.flex-layout--modules .category__image span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  aspect-ratio: 299/257;
}
@media (max-width: 480px) {
  .flex-layout--modules .category__image span {
    aspect-ratio: 152/127;
  }
}
.flex-layout--modules .category__image img {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .flex-layout--modules .category__image img {
    height: 100%;
    border-radius: 5px;
  }
}
.flex-layout--modules .category__title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
}
.flex-layout--modules .category__price {
  margin-bottom: 6px;
}
.flex-layout--modules .category__details {
  margin-top: auto;
  font-size: 14px;
  color: #00000066;
}
@media (max-width: 480px) {
  .flex-layout--modules .category__details {
    font-size: 12px;
  }
}
.flex-layout--modules .category__details:hover {
  color: #3C71EE;
}
.flex-layout--category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 16px -11px;
}
@media screen and (max-width: 768px) {
  .flex-layout--category {
    margin-left: -6px;
    margin-right: -6px;
  }
}
.flex-layout--category .flex-layout__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-bottom: 50px;
  padding: 0 11px;
}
@media screen and (max-width: 1200px) {
  .flex-layout--category .flex-layout__item {
    width: 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .flex-layout--category .flex-layout__item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .flex-layout--category .flex-layout__item {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 17px;
  }
}
.flex-layout--category .flex-layout__item.banner-product > a {
  width: 100%;
}
@media (max-width: 768px) {
  .flex-layout--category .flex-layout__item.banner-product {
    width: 100%;
  }
}
.flex-layout--lookbook {
  margin-left: -15px;
  margin-right: -15px;
  max-width: 1610px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1600px) {
  .flex-layout--lookbook {
    margin-bottom: 60px;
  }
}
.flex-layout--lookbook .flex-layout__item {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .flex-layout--lookbook .flex-layout__item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .flex-layout--lookbook .flex-layout__item {
    width: calc(50% - 30px);
  }
}
.flex-layout--recommend {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-layout--recommend > .flex-layout__item {
  width: 100%;
}
.flex-layout--recommend .carousel-dots {
  margin: 20px auto 30px!important;
}
@media screen and (min-width: 1500px) {
  .flex-layout--recommend {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-layout--recommend > .flex-layout__item:first-child {
    width: calc(100% - 560px);
    margin-right: 15px;
  }
  .flex-layout--recommend > .flex-layout__item:last-child {
    width: 530px;
    margin-left: 15px;
  }
}
@media screen and (min-width: 1700px) {
  .flex-layout--recommend > .flex-layout__item:first-child {
    width: calc(60% - 15px);
  }
  .flex-layout--recommend > .flex-layout__item:last-child {
    width: calc(40% - 15px);
  }
}
@media screen and (min-width: 1500px) and (max-width: 1679px) {
  .flex-layout--recommend > .flex-layout__item:first-child {
    width: calc(100% - 460px);
  }
  .flex-layout--recommend > .flex-layout__item:last-child {
    width: 430px;
  }
}
.flex-layout--products {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1270px) {
  .flex-layout--products {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-layout--products > .flex-layout__item {
    width: calc(50% - 15px);
  }
  .flex-layout--products > .flex-layout__item:first-child {
    margin-right: 15px;
  }
  .flex-layout--products > .flex-layout__item:last-child {
    margin-left: 15px;
  }
  .flex-layout--products > .flex-layout__item:only-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 1500px) {
  .flex-layout--products {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex-layout--products > .flex-layout__item {
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}
.flex-layout--products .flex-layout__item:first-child {
  margin-bottom: 15px;
}
@media screen and (min-width: 1270px) {
  .flex-layout--products .flex-layout__item:first-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1500px) {
  .flex-layout--products .flex-layout__item:last-child {
    margin-bottom: 55px;
  }
}
.flex-layout--planned {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}
@media screen and (min-width: 1600px) {
  .flex-layout--planned {
    margin-bottom: 60px;
  }
}
.flex-layout--planned .flex-layout__item {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .flex-layout--planned .flex-layout__item {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .flex-layout--planned .flex-layout__item {
    width: calc(50% - 30px);
  }
}
.flex-layout--competition {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .flex-layout--competition {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .flex-layout--competition {
    margin-bottom: 130px;
  }
}
.flex-layout--competition .flex-layout__item {
  width: 50%;
}
@media screen and (min-width: 1200px) {
  .flex-layout--competition .flex-layout__item {
    position: relative;
    width: 33.33333333%;
    margin-bottom: -90px;
  }
  .flex-layout--competition .flex-layout__item:hover {
    z-index: 3;
  }
}
@media screen and (min-width: 1300px) {
  .flex-layout--competition .flex-layout__item {
    position: relative;
    width: 25%;
  }
}
@media screen and (min-width: 1600px) {
  .flex-layout--competition .flex-layout__item {
    position: relative;
    width: 20%;
  }
  .flex-layout--competition .flex-layout__item:hover {
    z-index: 3;
  }
}
@media screen and (min-width: 1200px) {
  .flex-layout--news .flex-layout__item {
    margin-bottom: -60px;
  }
}
.flex-layout--competition-mini {
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .flex-layout--competition-mini {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .flex-layout--competition-mini {
    margin-bottom: 60px;
  }
}
.flex-layout--competition-mini .flex-layout__item {
  width: 50%;
}
.flex-layout--competition-mini .flex-layout__item:nth-child(3),
.flex-layout--competition-mini .flex-layout__item:nth-child(4) {
  display: none;
}
@media screen and (min-width: 1200px) {
  .flex-layout--competition-mini .flex-layout__item {
    position: relative;
    width: 33.33333333%;
    margin-bottom: -90px;
  }
  .flex-layout--competition-mini .flex-layout__item:nth-child(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-layout--competition-mini .flex-layout__item:hover {
    z-index: 3;
  }
}
@media screen and (min-width: 1300px) {
  .flex-layout--competition-mini .flex-layout__item {
    position: relative;
    width: 25%;
  }
  .flex-layout--competition-mini .flex-layout__item:nth-child(4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.flex-layout--competition-banner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-layout--competition-banner .flex-layout__item:first-child {
  width: 100%;
}
.flex-layout--competition-banner .flex-layout__item:last-child {
  display: none;
}
@media screen and (min-width: 1600px) {
  .flex-layout--competition-banner .flex-layout__item:first-child {
    width: calc(100% - 325px);
  }
  .flex-layout--competition-banner .flex-layout__item:last-child {
    width: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex-layout--competition-banner .flex-layout__item:last-child .competition-item {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    padding-top: 0;
  }
}
.flex-layout--questions {
  margin-bottom: 60px;
  max-width: 1470px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media screen and (min-width: 1400px) {
  .flex-layout--questions {
    margin-bottom: 100px;
  }
}
.flex-layout--questions .flex-layout__item:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.flex-layout--questions .flex-layout__item:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: 20px;
  padding-left: 30px;
}
@media screen and (min-width: 1200px) {
  .flex-layout--questions {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-layout--questions .flex-layout__item:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% - 320px);
    flex: 1 0 calc(100% - 320px);
  }
  .flex-layout--questions .flex-layout__item:nth-child(2) {
    width: 320px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    margin-top: 0;
  }
}
.flex-layout--samples {
  margin-bottom: 60px;
}
.flex-layout--samples--wardrobe {
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .flex-layout--samples .flex-layout__item {
    margin: 0 0 -80px 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .flex-layout-filter--active {
    padding-left: 280px;
  }
}
@media screen and (min-width: 1300px) {
  .flex-layout-filter--active {
    padding-left: 380px;
  }
}
@media screen and (min-width: 768px) {
  .flex-modul-filter .flex-layout__item {
    width: calc(33.33333333% - 15px);
  }
}
@media screen and (min-width: 1200px) {
  .flex-modul-filter .flex-layout__item {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 1400px) {
  .flex-modul-filter .flex-layout__item {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 1800px) {
  .flex-modul-filter {
    padding-right: 60px;
  }
  .flex-modul-filter .flex-layout__item {
    width: 25%;
  }
}
.banner-product {
  padding: 15px 10px;
  position: relative;
}
.banner-product img {
  vertical-align: middle;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .banner-product img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    position: absolute;
    left: 0;
    width: 100%;
  }
}
.banner-product__img {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 768px) {
  .banner-product__img {
    display: none;
  }
}
.banner-product__img--mobile {
  display: none;
}
@media (max-width: 768px) {
  .banner-product__img--mobile {
    display: block;
  }
}
.page-index .main-slider-wrap {
  margin-bottom: 20px;
  padding: 0 60px;
}
@media (max-width: 1799px) {
  .page-index .main-slider-wrap {
    padding: 0 30px;
  }
}
@media (max-width: 1200px) {
  .page-index .main-slider-wrap {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .page-index .main-slider-wrap {
    padding: 0 12px;
  }
}
@media (max-width: 1024px) {
  .page-index .main-slider-wrap {
    padding-bottom: 32px;
    margin-bottom: 0;
  }
}
.page-index .main-slider-wrap .dayly-product {
  margin-top: 2px;
  margin-left: 20px;
}
.page-index .product__price.new-product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-index .owl-carousel.off {
  display: block;
}
.page-index .product__mobile-price {
  display: none;
  margin-top: 20px;
}
.page-index .product__price-old-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3px;
}
.page-index .main-products .slider-product__title {
  margin-bottom: 40px;
}
.page-index .main-products__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px 22px;
  margin-bottom: 40px;
}
@media (max-width: 1100px) {
  .page-index .main-products__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .page-index .main-products__list {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 17px;
  }
}
.page-index .main-products__link-to-all {
  display: block;
  margin-top: 40px;
  padding: 11px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 19.07px;
  font-weight: 700;
  text-align: center;
  color: #3C71EE;
  background-color: #EBF1FD;
  border: 2px solid #EBF1FD;
}
.page-index .main-products__link-to-all:hover {
  background-color: #FFFFFF;
  border-color: #3C71EE;
}
.page-index .main-products__link-to-all:active {
  color: #FFF;
  background-color: #3C71EE;
  border-color: #3C71EE;
}
@media (max-width: 992px) {
  .page-index .main-products__link-to-all {
    color: #FFF;
    background-color: #3C71EE;
    border-color: #3C71EE;
  }
}
.page-index .product.new-product-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
}
@media (max-width: 480px) {
  .page-index .product.new-product-item {
    overflow: hidden;
  }
}
.page-index .product.new-product-item .product__bottom {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.page-index .main-products-layout {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 50px 22px;
}
@media (max-width: 1600px) {
  .page-index .main-products-layout {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 1200px) {
  .page-index .main-products-layout {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .page-index .main-products-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }
}
.page-index .new-product-item.product__image img {
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.page-index .btn-color img {
  display: block;
  width: 100%;
}
.page-index .btn-color {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.page-index .btn-color:not(.btn-color--xl-active) img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page-index .btn-color:not(.btn-color--xl-active) img {
    width: 100%;
    height: 100%;
  }
}
.page-index .show-more {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #F5D12F;
  border-radius: 25px;
  margin-right: auto;
  margin-left: auto;
  width: 180px;
  font-size: 13px;
  padding: 13px 0;
  cursor: pointer;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .page-index .main-recommend .flex-layout--recommend {
    overflow-y: auto;
    -webkit-overflow-scrolling: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 375px) {
  .page-index .main-recommend .flex-layout--recommend {
    margin: 0 -10px;
  }
}
.page-index .main-recommend .flex-layout--recommend.owl-carousel {
  display: block;
}
.page-index .main-recommend .flex-layout--recommend .dayly-product-inner {
  padding-top: 0;
}
.page-index .main-recommend .flex-layout--recommend .product__info {
  margin-top: 5px;
}
.page-index .main-recommend .flex-layout--recommend .product__info h3 {
  margin-top: 0;
}
@media (min-width: 1367px) {
  .page-index .main-recommend .flex-layout--recommend .dayly-product {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 508px;
    margin-left: 0;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .page-index .main-recommend .flex-layout--recommend .dayly-product .product__buttons .btn:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-width: 187px;
  }
}
.page-index .main-recomended__item {
  max-width: 508px;
  width: 100%;
  padding: 0 5px;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 350px) {
  .page-index .main-recomended__item {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0 5px;
  }
}
@media (max-width: 375px) {
  .page-index .main-recomended__item {
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0 5px;
  }
}
@media (max-width: 1200px) {
  .page-index .main-recomended__item {
    width: 300px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px;
    padding: 0 5px;
  }
}
.page-index .main-recomended__item .product__price.new-product__price {
  display: block;
}
.page-index .recomended-img img {
  border-radius: 8px;
}
.page-index .main-recomended__item .product__price.new-product__price {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-index .main-recomended__item .product__buttons {
  margin-top: 15px;
}
.page-index .main-recomended__item .product__buttons > .btn:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 187px;
}
.page-index .main-auction-item {
  border: 2px solid #F5D12F;
  border-radius: 8px;
  padding: 10px;
  position: relative;
  max-width: 510px;
  width: 100%;
}
@media (max-width: 1200px) {
  .page-index .main-auction-item {
    width: 300px;
    margin: 0 20px;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
  }
}
@media (max-width: 375px) {
  .page-index .main-auction-item {
    width: 300px;
    margin: 0;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
  }
}
@media (max-width: 350px) {
  .page-index .main-auction-item {
    width: 280px;
    margin: 0;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
  }
}
.page-index .main-auction-price {
  padding: 10px;
}
.page-index .auction-info {
  padding: 0 10px;
}
.page-index .main-auction-item__mobile {
  display: none;
  max-width: 296px;
  width: 100%;
  padding: 0;
  margin: 0 10px;
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 255px;
}
.page-index .main-auction-item__mobile .auction-img {
  padding: 10px 10px 0px 10px;
}
.page-index .main-auction-item__mobile .main-auction-price {
  padding: 0 10px;
}
.page-index .main-auction-item__mobile .auction-info {
  padding: 0 10px;
  margin: 10px 0;
}
.page-index .main-auction-item__mobile .auction-info__text {
  padding: 0 5px;
}
.page-index .main-auction-item__mobile .auction-info__btn {
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
  margin: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (max-width: 500px) {
  .page-index .main-auction-item__mobile .auction-info__btn {
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 1200px) {
  .page-index .main-auction-item__mobile {
    display: block;
  }
}
@media (max-width: 1100px) {
  .page-index .main-auction-item__mobile {
    max-width: 230px;
  }
}
@media (max-width: 768px) {
  .page-index .main-auction-item__mobile {
    min-width: 232px;
    margin: 0;
    max-width: 232px;
  }
}
@media (max-width: 520px) {
  .page-index .main-auction-item__mobile {
    min-width: 200px;
    margin: 0;
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .page-index .main-auction-item__mobile {
    min-width: 200px;
    margin: 0;
    max-width: 200px;
  }
}
@media (max-width: 440px) {
  .page-index .main-auction-item__mobile {
    min-width: 190px;
    margin: 0;
    max-width: 190px;
  }
}
@media (max-width: 420px) {
  .page-index .main-auction-item__mobile {
    min-width: 180px;
    margin: 0;
    max-width: 180px;
  }
}
@media (max-width: 400px) {
  .page-index .main-auction-item__mobile {
    min-width: 175px;
    margin: 0;
    max-width: 175px;
  }
}
@media (max-width: 374px) {
  .page-index .main-auction-item__mobile {
    min-width: 145px;
    margin: 0;
    max-width: 160px;
  }
}
.page-index .main-auction-item img {
  border-radius: 8px;
}
.page-index .auction-img {
  padding-top: 29px;
}
.page-index .auction-img img {
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}
.page-index .auction-banner {
  width: 112px;
  height: 30px;
  text-align: center;
  border-radius: 7px 0;
  padding-top: 4px;
  background: #F6D300;
  font-size: 14px;
  position: absolute;
  top: -1px;
  left: -1px;
  font-weight: bold;
}
.page-index .bet-amount {
  font-size: 14px;
  line-height: 19px;
  color: #818489;
}
.page-index .main-auction-price {
  margin-top: 20px;
}
.page-index ul.menu.js-menu_catalog li:first-child {
  background-color: #F6D300;
}
.page-index .auction-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .page-index .auction-info {
    margin: 10px 0;
  }
}
.page-index .auction-info__btn {
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #F5D12F;
  border-radius: 25px;
  margin-right: auto;
  margin-left: auto;
  width: 180px;
  font-size: 13px;
  padding: 13px 0;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
}
.page-index .tab__item.tab-item-new {
  text-transform: none;
  padding-top: 5px !important;
}
.page-index .tab-content.hide {
  display: none;
}
.page-index .tab-content.show {
  display: block;
}
.page-index .tabs-container {
  margin: 30px 0;
}
.page-index .tab-examples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .page-index .tab-examples {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.page-index .tab-example {
  width: auto;
  height: auto;
  border-radius: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px 20px 0;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .page-index .tab-example {
    width: 236px;
  }
}
@media (max-width: 768px) {
  .page-index .tab-example {
    margin: 10px;
  }
}
@media (max-width: 768px) {
  .page-index .tab-example {
    width: 220px;
    min-width: auto;
    height: auto;
  }
}
@media (max-width: 520px) {
  .page-index .tab-example {
    min-width: 200px;
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .page-index .tab-example {
    min-width: 200px;
    max-width: 200px;
  }
}
@media (max-width: 440px) {
  .page-index .tab-example {
    min-width: 190px;
    max-width: 190px;
  }
}
@media (max-width: 420px) {
  .page-index .tab-example {
    min-width: 180px;
    max-width: 180px;
  }
}
@media (max-width: 400px) {
  .page-index .tab-example {
    min-width: 160px;
    max-width: 160px;
  }
}
.page-index .tab-example img {
  border-radius: 8px;
  height: auto;
  width: 100%;
}
.page-index .tab-example__name {
  color: #fff;
  padding: 10px 0;
  z-index: 99;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 10px;
  bottom: 10px;
}
.page-index .items-block {
  margin-bottom: 60px;
}
.page-index .special-offer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 40px 0;
}
@media (max-width: 1290px) {
  .page-index .special-offer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .page-index .special-offer {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .page-index .special-offer {
    gap: 17px;
  }
}
.page-index .special-offer .main-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  border-radius: 8px;
  color: #000;
  background-color: #0000000D;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .page-index .special-offer .main-banner {
    padding: 20px;
    background-color: #EBF1FD;
  }
}
@media (max-width: 992px) {
  .page-index .special-offer .main-banner {
    min-height: 280px;
  }
}
.page-index .special-offer .main-banner:hover {
  color: #000;
}
.page-index .special-offer .main-banner--mobile-app {
  background-image: url('/images_v2/banners/app-desktop.png');
  background-position: bottom right 5.5%;
  background-size: auto 91%;
}
@media (max-width: 1500px) {
  .page-index .special-offer .main-banner--mobile-app {
    background-size: auto 75%;
  }
}
@media (max-width: 1200px) {
  .page-index .special-offer .main-banner--mobile-app {
    background-image: url('/images_v2/banners/app-mobile.png');
    background-position: center right 5%;
    background-size: auto 92%;
  }
}
@media (max-width: 480px) {
  .page-index .special-offer .main-banner--mobile-app {
    padding: 30px 8px 25px;
  }
}
.page-index .special-offer .main-banner--bonus-program {
  background-image: url('/images_v2/banners/bonus-program-desktop.png');
  background-position: top 38% right 4.5%;
  background-size: auto 91%;
}
@media (max-width: 1600px) {
  .page-index .special-offer .main-banner--bonus-program {
    background-size: auto 85%;
  }
}
@media (max-width: 1400px) {
  .page-index .special-offer .main-banner--bonus-program {
    background-size: auto 68%;
    background-position: center right 2%;
  }
}
@media (max-width: 1200px) {
  .page-index .special-offer .main-banner--bonus-program {
    background-image: url('/images_v2/banners/bonus-program-mobile.png');
  }
}
@media (max-width: 480px) {
  .page-index .special-offer .main-banner--bonus-program {
    padding: 20px 8px 30px;
    background-size: auto 68%;
    background-position: top 70% right;
  }
}
.page-index .special-offer .main-banner__title {
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1600px) {
  .page-index .special-offer .main-banner__title {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .page-index .special-offer .main-banner__title {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  .page-index .special-offer .main-banner__title {
    width: 50%;
    margin-bottom: 22px;
  }
}
.page-index .special-offer .main-banner__title--big {
  max-width: 240px;
  font-size: 40px;
  line-height: 1.05;
}
@media (max-width: 1600px) {
  .page-index .special-offer .main-banner__title--big {
    font-size: 30px;
  }
}
@media (max-width: 1200px) {
  .page-index .special-offer .main-banner__title--big {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  .page-index .special-offer .main-banner__title--big {
    max-width: none;
    width: auto;
    margin-bottom: 14px;
  }
}
.page-index .special-offer .main-banner__description {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 21.79px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .page-index .special-offer .main-banner__description {
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .page-index .special-offer .main-banner__description {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 16px;
  }
}
.page-index .special-offer .main-banner__description--narrow {
  max-width: 220px;
  margin-bottom: 16px;
}
@media (max-width: 480px) {
  .page-index .special-offer .main-banner__description--narrow {
    margin-bottom: 25px;
  }
}
.page-index .special-offer .main-banner__description em {
  font-style: normal;
  color: #3C71EE;
}
.page-index .special-offer .main-banner__btn {
  padding: 12px 16px;
  border: 2px solid #3C71EE;
  border-radius: 8px;
  font-size: 14px;
  line-height: 19.07px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  background-color: #3C71EE;
}
.page-index .special-offer .main-banner__btn:hover {
  color: #3C71EE;
  background-color: transparent;
  border-color: #3C71EE;
}
.page-index .special-offer .main-banner__details {
  max-width: 277px;
  margin-top: auto;
  font-size: 12px;
  line-height: 16px;
  color: #00000066;
}
@media (max-width: 480px) {
  .page-index .special-offer .main-banner__details {
    max-width: 48%;
  }
}
.page-index .special-offer .main-banner__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
@media (max-width: 1400px) {
  .page-index .special-offer .main-banner__links {
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .page-index .special-offer .main-banner__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 11px;
  }
}
.page-index .special-offer .main-banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 141px;
  font-size: 14px;
  line-height: 19.07px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1400px) {
  .page-index .special-offer .main-banner__link {
    width: auto;
  }
}
.page-index .special-offer .main-banner__link-qr {
  padding: 10px;
  margin-bottom: 13px;
  border-radius: 10px;
  background-color: #fff;
}
@media (max-width: 1400px) {
  .page-index .special-offer .main-banner__link-qr {
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .page-index .special-offer .main-banner__link-qr {
    display: none;
  }
}
@media (max-width: 1400px) {
  .page-index .special-offer .main-banner__link-qr-image {
    width: 100px;
    height: 100px;
  }
}
.page-index .special-offer .main-banner__link-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 480px) {
  .page-index .special-offer .main-banner__link-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 162px;
    height: 50px;
    border-radius: 8px;
    text-align: center;
    background-color: #fff;
  }
}
.page-index .special-offer .main-banner__link-store-icon {
  margin-right: 12px;
}
.page-index .special-offer .card-col {
  min-width: 324px;
}
@media (max-width: 700px) {
  .page-index .special-offer .card-col {
    min-width: unset;
  }
}
@media (min-width: 1290px) and (max-width: 1750px) {
  .page-index .special-offer .card-col {
    margin-bottom: 20px;
    min-width: unset;
  }
}
@media (max-width: 1289px) {
  .page-index .special-offer .card-col {
    margin-left: auto;
  }
  .page-index .special-offer .card-col:first-child {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .page-index .special-offer .card-col {
    margin-left: 0;
  }
}
.page-index .special-offer .card-col:first-child {
  min-width: initial;
  max-width: 300px;
  width: 100%;
  padding: 30px 20px;
}
@media (min-width: 1290px) and (max-width: 1750px) {
  .page-index .special-offer .card-col:first-child {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  .page-index .special-offer .card-col:first-child {
    max-width: 100%;
  }
}
.page-index .special-offer__card {
  width: 770px;
  height: auto;
  background-color: #EEF2F6;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1289px) {
  .page-index .special-offer__card {
    max-width: 100%;
    width: 100%;
  }
  .page-index .special-offer__card:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 700px) {
  .page-index .special-offer__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1639px) {
  .page-index .special-offer .download-card img {
    max-width: 280px;
    vertical-align: top;
  }
  .page-index .special-offer .download-card .offer-header {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .page-index .special-offer .download-card .download-img {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .page-index .special-offer .download-card img {
    max-width: 148px;
  }
}
@media (max-width: 390px) {
  .page-index .special-offer .download-card .card-col:first-child {
    padding: 20px 12px;
  }
  .page-index .special-offer .download-card .offer-name {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    margin-bottom: 12px;
  }
  .page-index .special-offer .download-card .offer-header {
    text-align: center;
    max-width: 150px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .page-index .special-offer .download-card .download-btns {
    max-width: 270px;
    margin: 0 auto;
  }
  .page-index .special-offer .download-card .download-btns img {
    max-width: 120px;
  }
}
.page-index .offer-header {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #818489;
  margin-bottom: 15px;
}
.page-index .offer-name {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #262626;
  margin-bottom: 30px;
}
.page-index .offer-btn {
  width: 203px;
  height: 50px;
  left: 30px;
  top: 161px;
  background-color: #FFFFFF;
  border-radius: 30px;
}
.page-index .download-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-index .download-card {
  position: relative;
}
@media (min-width: 1290px) and (max-width: 1750px) {
  .page-index .download-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.page-index .download-card .card-col:first-child {
  max-width: 400px;
}
@media (min-width: 1290px) and (max-width: 1750px) {
  .page-index .download-card .download-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .page-index .download-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .page-index .download-img {
    padding-top: 20px;
  }
}
.page-index .download-img img {
  position: absolute;
  bottom: 0;
  right: 30px;
}
@media (max-width: 700px) {
  .page-index .download-img img {
    display: block;
    width: 100%;
    position: relative;
    right: 0;
  }
}
.page-index .main-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 20%;
  padding: 0 11px;
}
@media (max-width: 1200px) {
  .page-index .main-news__item {
    width: 404px;
  }
}
@media (max-width: 1024px) {
  .page-index .main-news__item {
    width: 232px;
    padding: 0 6px;
  }
}
.page-index .main-news {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-index .main-news {
    margin-top: 32px;
    margin-bottom: 15px;
  }
}
.page-index .main-news__title {
  text-align: center;
}
.page-index .main-news__title a {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-decoration: none;
  color: #000000;
}
@media (max-width: 700px) {
  .page-index .main-news__title a {
    font-size: 20px;
    line-height: 26px;
  }
}
.page-index .main-news__title a:hover {
  color: #000000;
}
.page-index .news-item__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #262626;
  font-size: 16px;
}
.page-index .news-item__dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 12px;
}
.page-index .news-item__hashtag {
  color: #0C6DE2;
}
.page-index .news-item__date {
  color: #818489;
}
.page-index .news-item__img {
  border-radius: 8px;
}
.page-index .news-item__img img {
  border-radius: 8px;
}
.page-index .social-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 500px) {
  .page-index .social-content-wrap {
    margin: 0 -5px;
    margin-right: -15px;
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.page-index .social-content-wrap .social-content-item {
  margin: 0 10px;
  margin-bottom: 10px;
  min-width: 286px;
}
@media (max-width: 768px) {
  .page-index .social-content-wrap .social-content-item {
    max-width: 232px;
    min-width: auto;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .page-index .social-content-wrap .social-content-item {
    max-width: 180px;
    width: 100%;
    margin: 5px;
    margin-bottom: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.page-index .hide {
  display: none;
}
.page-index .show {
  display: block;
}
.page-index .main-socials-tabs .tab--main .tab__list,
.page-index .tab--main .tab__border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-index .main-products .tab--main .tab__list,
.page-index .tab--main .tab__border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-index .main-products .tab--main .tab__list--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .page-index .main-products .tab--main .tab__list--center {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.page-index .social-popup-layout {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page-index .show-layout {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page-index .social-popup {
  background-color: #fff;
  border-radius: 8px;
  max-width: 1400px;
  position: relative;
  margin: 50px auto;
  padding: 40px;
  bottom: -100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 650px) {
  .page-index .social-popup {
    padding: 15px;
  }
}
.page-index .social-popup .social-popup-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page-index .social-popup-img {
  max-width: 900px;
}
@media (max-width: 1300px) {
  .page-index .social-popup-img {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .page-index .social-popup-img {
    max-width: 400px;
  }
}
@media (max-width: 768px) {
  .page-index .social-popup-img {
    max-width: 360px;
  }
}
@media (max-width: 650px) {
  .page-index .social-popup-img {
    max-width: 100%;
  }
}
.page-index .social-popup .popup-col:first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.page-index .social-popup .popup-col:last-child {
  padding-left: 40px;
}
@media (max-width: 650px) {
  .page-index .social-popup .popup-col:last-child {
    padding-left: 0;
  }
}
.page-index .social-popup-text {
  max-height: 550px;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 1300px) {
  .page-index .social-popup-text {
    max-height: 400px;
  }
}
@media (max-width: 991px) {
  .page-index .social-popup-text {
    max-height: 280px;
  }
}
@media (max-width: 768px) {
  .page-index .social-popup-text {
    max-height: 240px;
  }
}
.page-index .social-popup .popup-text__header {
  font-weight: bold;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .page-index .social-popup .popup-text__header {
    padding-top: 10px;
  }
}
.page-index .social-popup .popup-text__p {
  padding-top: 30px;
}
.page-index .social-popup-content {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 650px) {
  .page-index .social-popup-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.page-index .show-popup {
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page-index .popup-details {
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #EEF2F6;
  border-radius: 25px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  font-size: 13px;
  padding: 13px 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .page-index .popup-details {
    display: none;
  }
}
.page-index .popup-details-mobile {
  display: none;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #EEF2F6;
  border-radius: 25px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  font-size: 13px;
  padding: 13px 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .page-index .popup-details-mobile {
    display: block;
  }
}
.page-index .popup-close-cross {
  position: absolute;
  right: 0;
  top: -25px;
  cursor: pointer;
}
.page-index .owl-controls {
  display: none;
}
.page-index .main-recommend .flex-layout--recommend {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.page-index .main-recommend .flex-layout--recommend:not(.swiper-initialized) .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1799px) {
  .page-index .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .page-index .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1024px) {
  .page-index .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 400px) {
  .page-index .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1620px) and (max-width: 1720px) {
  .page-index .new-product__price .price--current {
    font-size: 20px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1480px) {
  .page-index .new-product__price .price--current {
    font-size: 21px !important;
  }
}
@media (min-width: 991px) {
  .page-index .aside-hide-desktop {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-index .aside-burger-hide-mobile {
    display: none;
  }
}
.page-index .aside__scroll {
  position: relative;
}
.page-index .aside__scroll .logo {
  text-align: center;
}
.page-index .aside-burger-rollout {
  position: absolute;
  top: 60px;
  right: 20px;
  cursor: pointer;
}
.page-index .aside-menu-rollout {
  position: fixed;
  top: 0;
  left: -350px;
  z-index: 99999;
  background-color: #fff;
  -webkit-transition: left 1s linear;
  transition: left 1s linear;
  height: 100%;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
}
.page-index .aside-menu-rollout .popup-close-cross {
  right: -20px;
  top: 10px;
}
.page-index .aside-menu-rollout ul.menu.js-menu_catalog li:first-child {
  background-color: #fff;
}
.page-index .show-menu {
  left: 0;
  -webkit-transition: left 0.3s linear;
  transition: left 0.3s linear;
}
.page-index .menu-popup-layout {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
  opacity: 1;
}
.page-index .menu-popup-layout.menu-active {
  display: block;
}
.page-index .aside-menu-rollout .menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  direction: ltr;
}
.page-index .aside-menu-rollout .menu__arrow {
  margin-right: 15px;
  opacity: 0;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 991px) {
  .page-index .aside-menu-rollout .menu__arrow {
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .page-index .aside-menu-rollout .menu__arrow {
    margin-right: 15px;
    opacity: 0;
    -webkit-transform: translateX(5px) translateY(-50%);
    transform: translateX(5px) translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    top: 50%;
  }
}
.page-index .aside-menu-rollout .menu__icon {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 50%;
  max-width: 26px;
}
.page-index .aside-menu-rollout .menu__icon_AR-back {
  display: block;
  width: 15px;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  fill: #a7a9ac;
}
@media only screen and (min-width: 768px) {
  .page-index .aside-menu-rollout .menu__icon {
    display: block;
  }
}
.page-index .aside-menu-rollout .menu__link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  text-transform: uppercase;
  padding-left: 65px;
  font-weight: 600;
  height: 51px;
  font-size: 13px;
  overflow: hidden;
  border-bottom: 1px solid #EEF2F6;
}
@media only screen and (min-width: 768px) {
  .page-index .aside-menu-rollout .menu__link {
    border-bottom: 0;
    padding-left: 65px;
    height: 51px;
  }
}
.page-index .aside-menu-rollout .menu__link > span,
.page-index .aside-menu-rollout .menu__link > a {
  display: block;
  border-bottom: 1px solid #F2F5F8;
  height: 100%;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  line-height: 51px;
  padding-right: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page-index .aside-menu-rollout .menu__link:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 3px;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
}
.page-index .aside-menu-rollout .menu__link:hover,
.page-index .aside-menu-rollout .menu__link.menu__link-active {
  background-color: #EFF6FF;
}
.page-index .aside-menu-rollout .menu__link:hover:after,
.page-index .aside-menu-rollout .menu__link.menu__link-active:after {
  background: #F6D300;
}
.page-index .aside-menu-rollout .menu__link:hover .menu__arrow,
.page-index .aside-menu-rollout .menu__link.menu__link-active .menu__arrow {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.page-index .main-recommend {
  position: relative;
}
.page-index .main-recommend .btn-group--inline {
  position: absolute;
  right: 50px;
  bottom: 95px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.page-index .main-recommend:hover .swiper-initialized + .btn-group--inline {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 992px) {
  .page-index .aside-menu-rollout .menu__link:hover .menu__arrow,
  .page-index .aside-menu-rollout .menu__link.menu__link-active .menu__arrow {
    -webkit-transform: translateX(5px) translateY(-50%);
    transform: translateX(5px) translateY(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .page-index .aside-menu-rollout .menu .is-opened > .menu__link > a {
    color: #0C6DE2;
  }
  .page-index .aside-menu-rollout .menu .is-opened > .menu__link::after {
    display: none;
  }
  .page-index .aside-menu-rollout .menu .is-opened > .menu__link .menu__arrow {
    fill: #0C6DE2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.page-index .aside-menu-rollout .menu__link_ar {
  color: #0C6DE2;
  padding-left: 65px;
}
@media screen and (max-width: 991px) {
  .page-index .aside-menu-rollout .menu__link_ar .menu__icon {
    display: block;
    max-width: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .page-index .aside-menu-rollout .menu__link-active {
    background: none;
  }
  .page-index .aside-menu-rollout .menu__link-active:hover {
    background: none;
  }
}
@media only screen and (min-width: 768px) {
  .page-index .aside-menu-rollout .menu__link-active:hover,
  .page-index .aside-menu-rollout .menu__link-active a {
    background-color: #EFF6FF;
    color: #0C6DE2;
  }
}
.page-index .aside-menu-rollout .menu__link-active .menu__arrow {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .page-index .aside-menu-rollout .menu__link-active .menu__arrow {
    fill: #0C6DE2;
  }
}
.page-index .aside-menu-rollout .menu ul {
  display: none;
}
@media only screen and (max-width: 767px) {
  .page-index .aside-menu-rollout .menu_hidden {
    display: none;
  }
}
.news-slider.outer-top-xs {
  overflow-x: auto;
  margin: 0 -11px;
}
.news-slider.outer-top-xs .main-news__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 550px) {
  .modal-wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.modal-img__wrap {
  max-width: 400px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .modal-img__wrap {
    max-width: 350px;
  }
}
@media (max-width: 650px) {
  .modal-img__wrap {
    max-width: 300px;
  }
}
@media (max-width: 620px) {
  .modal-img__wrap {
    max-width: 280px;
  }
}
@media (max-width: 580px) {
  .modal-img__wrap {
    max-width: 250px;
  }
}
@media (max-width: 550px) {
  .modal-img__wrap {
    max-width: 100%;
  }
}
.social-article-text {
  margin-left: 10px;
  max-height: 350px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .social-article-text {
    max-height: 300px;
  }
}
@media (max-width: 650px) {
  .social-article-text {
    max-height: 350px;
  }
}
@media (max-width: 620px) {
  .social-article-text {
    max-height: 300px;
  }
}
@media (max-width: 580px) {
  .social-article-text {
    max-height: 250px;
  }
}
@media (max-width: 540px) {
  .social-article-text {
    max-height: initial;
  }
}
.modal-body__btn {
  padding: 20px 0;
  margin: 0 10px;
}
.owl-carousel.owl-drag .owl-item {
  padding: 0 10px;
}
@media (min-width: 1199px) {
  .owl-carousel.owl-drag .owl-item {
    padding: 0;
  }
}
.services-block.owl-drag .owl-item,
.shop-slider-start.owl-drag .owl-item {
  padding: 0;
}
.modal-body__btn.desktop {
  display: none;
}
@media (min-width: 1024px) {
  .modal-body__btn.desktop {
    display: block;
  }
}
.modal-body__btn.mobile {
  display: none;
}
@media (max-width: 1023px) {
  .modal-body__btn.mobile {
    display: block;
  }
}
.text-block-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
img.social-content-img,
img.sub-banners {
  border-radius: 8px;
}
.main-socials-tabs .slider-product__title {
  text-align: center;
}
.main-socials-tabs .tab-item-soc {
  cursor: default;
}
.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-recommend .owl-carousel.owl-drag .owl-item {
  padding-right: 10px;
}
@media (max-width: 1200px) {
  .main-recommend .swiper-slide {
    padding: 0 10px;
  }
}
.hidden-color {
  display: none;
}
.tabs-container .module__colors {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.show-more-colors {
  display: none;
}
.show-more-colors.active-btn {
  display: inline-block;
  cursor: pointer;
}
.tab-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.module__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-show-more-colors {
  cursor: pointer;
}
.wrapper-more-colors {
  width: 0;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.more-colors {
  display: block !important;
  width: 100%;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.colors-showed {
  display: none;
}
.hidden-color {
  display: none;
}
.tabs-container .module__colors {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.show-more-colors {
  display: none;
}
.show-more-colors.active-btn {
  display: inline-block;
  cursor: pointer;
}
.tab-colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.module__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.js-show-more-colors {
  cursor: pointer;
}
.wrapper-more-colors {
  width: 0%;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.more-colors {
  display: block !important;
  width: 100%;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.colors-showed {
  display: none;
}
.modal__close-socials {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 15px;
  stroke: #CECECE;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.modal__close-socials:hover {
  stroke: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dayly-product {
  position: relative;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .dayly-product {
    grid-column: span 2;
  }
}
.dayly-product::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -8px;
  border-radius: 8px;
  border: 2px solid #3C71EE;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .dayly-product::after {
    top: -5px;
    left: -4px;
    right: -4px;
    bottom: -6px;
    border-width: 1px;
  }
}
.dayly-product--auction::after {
  border-color: #FF4D00;
}
.dayly-product_product .dayly-product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px 6px;
  margin-right: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  border-radius: 4px;
  color: #FFF;
  background-color: #3C71EE;
}
@media screen and (max-width: 1200px) {
  .dayly-product_product .dayly-product__top {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .dayly-product_product .dayly-product__top {
    height: 22px;
    padding: 0 16px;
  }
}
.dayly-product .product__image a {
  display: block;
  width: 100%;
}
.dayly-product .product__image a span {
  display: block;
}
.dayly-product .product__image a span picture {
  display: block;
}
@media screen and (max-width: 768px) {
  .dayly-product .product__image {
    grid-row-start: 2;
    grid-column-start: 1;
  }
}
.dayly-product .product__buttons {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .dayly-product .product__buttons {
    margin-top: auto;
  }
}
.dayly-product .product__info {
  margin-top: 2px;
  text-align: center;
}
.dayly-product .product__info h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .dayly-product .product__info {
    margin: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .dayly-product .product__info span {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .dayly-product .product__info span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .dayly-product .product__price {
    margin: 0;
  }
}
.dayly-product .product__size {
  text-align: center;
}
@media (min-width: 769px) {
  .dayly-product .product__size {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .dayly-product .product__size {
    font-size: 12px;
  }
}
.dayly-product__rating-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .dayly-product__rating-top {
    grid-row-start: 1;
    grid-column-start: 1;
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .dayly-product__rating-top .bx_item_detail_rating tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .dayly-product__rating-top .bx_item_rating {
    margin-right: 4px;
  }
  .dayly-product__rating-top .bx_stars_rating_grade {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
  }
  .dayly-product__rating-top .bx_stars_rating_votes {
    display: none;
  }
}
.dayly-product__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .dayly-product__content {
    grid-row: span 2;
    gap: 8px;
    margin-top: auto;
  }
}
@media screen and (max-width: 768px) {
  .dayly-product .product__price-old-sale {
    gap: 8px;
  }
}
@media screen and (max-width: 768px) {
  .dayly-product .price--old {
    margin-right: 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 550px) {
  .dayly-product .price--old {
    margin-right: 0;
    font-size: 12px;
  }
}
.dayly-product .price--current {
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .dayly-product .price--current {
    font-size: 32px;
  }
}
@media screen and (max-width: 550px) {
  .dayly-product .price--current {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .dayly-product .price--sale {
    font-size: 12px;
    line-height: 1;
  }
}
.dayly-product .btn-primary--outline-cart {
  margin-right: 0 !important;
  color: #FFF;
  background-color: #3C71EE;
  border-color: #3C71EE;
}
.dayly-product .btn-primary--outline-cart:hover {
  color: #3C71EE;
  background-color: #FFF;
}
.dayly-product .btn-primary--outline-cart:active {
  background-color: #EBF1FD;
  border-color: #EBF1FD;
}
.dayly-product .btn-primary--outline-cart.disabled {
  color: #3C71EE !important;
  background-color: #EBF1FD !important;
  border-color: #EBF1FD !important;
}
.dayly-product__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 21px 0 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.dayly-product__top--auction {
  padding-top: 11px;
}
@media screen and (max-width: 768px) {
  .dayly-product__top--auction {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 6px;
    -moz-column-gap: 6px;
    column-gap: 6px;
    padding-top: 0;
  }
}
.dayly-product__accent {
  padding: 3px 6px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19.07px;
  color: #FFF;
  background-color: #DC502D;
}
@media screen and (max-width: 768px) {
  .dayly-product__accent {
    padding: 0 6px;
    height: 22px;
    line-height: 22px;
  }
}
.dayly-product__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px 4px;
  margin-left: 12px;
  border-radius: 4px;
  color: #000;
  background-color: #DC502D1A;
}
@media screen and (max-width: 768px) {
  .dayly-product__timer {
    margin-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 22px;
    padding: 0 8px 0 4px;
  }
}
.dayly-product__timer-value {
  margin-left: 9px;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
@media screen and (max-width: 768px) {
  .dayly-product__timer-value {
    margin-left: 4px;
  }
}
@media screen and (max-width: 550px) {
  .dayly-product__timer-value {
    font-size: 12px;
  }
}
.dayly-product__descr {
  margin: 10px auto;
  color: #818489;
  font-size: 14px;
  text-align: center;
  line-height: 19px;
}
@media screen and (max-width: 768px) {
  .dayly-product__descr {
    margin: 0;
  }
}
@media screen and (max-width: 550px) {
  .dayly-product__descr {
    font-size: 12px;
    line-height: 15px;
  }
}
.dayly-product .dayly-product__price {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #000;
  margin-bottom: 9px;
}
@media (max-width: 768px) {
  .dayly-product .dayly-product__price {
    font-size: 32px;
    margin-bottom: 0;
    margin-top: -4px;
  }
}
@media (max-width: 550px) {
  .dayly-product .dayly-product__price {
    font-size: 24px;
  }
}
.dayly-product__title {
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .dayly-product__title {
    font-size: 20px;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 550px) {
  .dayly-product__title {
    font-size: 12px;
    line-height: 15px;
  }
}
.dayly-product__btn {
  height: 42px;
  margin-top: auto;
}
.dayly-product__btn--auction {
  text-transform: none;
  color: #FFF;
  background-color: #DC502D;
  border-radius: 8px;
  border: 2px solid #DC502D;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dayly-product__btn--auction:hover {
  background-color: transparent;
  color: #DC502D;
}
@media screen and (max-width: 768px) {
  .dayly-product__btn--auction {
    margin-top: 8px;
  }
}
.dayly-product-inner {
  padding: 0 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .dayly-product-inner {
    padding: 0;
  }
}
.dayly-product-inner .product__image {
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-right: -12px;
}
@media screen and (max-width: 768px) {
  .dayly-product-inner .product__image {
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .dayly-product-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 5px;
  }
}
.header-top-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  margin-bottom: 16px;
  background-color: #F7F7F7;
}
.header-top-wrap::before,
.header-top-wrap::after {
  width: calc(100vw - 100%);
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  background-color: #F7F7F7;
}
@media (max-width: 768px) {
  .header-top-wrap::before,
  .header-top-wrap::after {
    display: none;
  }
}
.header-top-wrap::before {
  right: 100%;
}
.header-top-wrap::after {
  left: 100%;
}
@media screen and (max-width: 1200px) {
  .header-top-wrap {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .header-top-wrap {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 13px;
    margin-left: -12px;
    margin-right: -12px;
    padding: 0 12px;
  }
  .page-header--open-menu .header-top-wrap {
    display: none;
  }
}
.header-top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .header-top {
    display: none;
  }
}
.header-top .design-project-btn {
  font-size: 12px;
  margin-left: 10px;
  color: #006DE6;
  background-color: #EDF2F6;
  padding: 6px 15px;
  border-radius: 20px;
  line-height: 1;
}
.header-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header-top-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.callback-wrapper {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .callback-wrapper {
    margin-left: auto;
  }
}
.callback-wrapper .header-phone {
  padding: 0;
}
@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 1600px) {
  .callback-wrapper .header-phone {
    padding: 0;
  }
}
.header-top-center {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 10px 0;
  margin-right: 24px;
  margin-left: 29px;
}
@media screen and (max-width: 991px) {
  .header-top-center {
    margin-right: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .header-top-center {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }
  .header-top-center .dropdown-menu__content {
    left: auto;
    right: -20px;
  }
}
@media screen and (max-width: 1300px) {
  .header-top-center {
    margin-right: 0;
  }
}
.header-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: auto;
}
@media screen and (max-width: 1300px) {
  .header-top-right {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .header-top-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.header-middle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}
.header-middle-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header-middle-left {
    display: none;
  }
}
.header-middle-center {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .header-middle-center {
    position: relative;
    z-index: 3002;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0;
  }
}
.header-middle-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 35px;
  max-width: 480px;
  width: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 35px;
}
@media screen and (max-width: 991px) {
  .header-middle-right {
    max-width: 205px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .header-middle-right {
    position: fixed;
    z-index: 3002;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    -ms-flex-pack: distribute;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 12px;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0 -8px 20px 0 #0000001A;
    box-shadow: 0 -8px 20px 0 #0000001A;
    border-radius: 24px 24px 0 0;
    padding: 12px;
    margin: 0;
    max-width: 100%;
  }
  .page-header--open-menu:not(.page-header--open-menu-from-bottom) .header-middle-right {
    display: none;
  }
  .header-middle-right .badge__counter {
    top: auto;
    bottom: 0;
    left: 65%;
  }
}
.header-middle-right .page-header__to-main-page {
  display: none;
}
@media screen and (max-width: 768px) {
  .header-middle-right .page-header__to-main-page {
    display: block;
  }
}
.header-middle__btn-back {
  display: none;
}
@media screen and (max-width: 992px) {
  .page-header--open-search .header-middle__btn-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px;
    margin-right: 5px;
  }
}
.header-middle__logo-link {
  display: none;
}
@media screen and (max-width: 992px) {
  .page-header--open-menu .header-middle__logo-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 128px;
  }
  .page-header--open-menu .header-middle__logo-link img {
    width: 100%;
  }
  .page-header--open-search .header-middle__logo-link {
    display: none;
  }
}
.header-middle__services {
  position: relative;
}
.header-middle__services-title {
  display: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 768px) {
  .header-middle__services-title {
    display: block;
  }
}
.header-middle__services-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  height: 46px;
  padding: 20px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  background-color: #F7F7F7;
  border-radius: 100px;
}
@media (max-width: 992px) {
  .header-middle__services-btn {
    display: none;
  }
}
.header-middle__services-btn--mobile {
  display: none;
}
@media (max-width: 992px) {
  .header-middle__services-btn--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    padding: 0;
    font-weight: 400;
    background-color: transparent;
  }
}
.header-middle__services-btn .icon {
  position: relative;
  width: 24px;
  height: 24px;
}
.header-middle__services-btn .icon::before,
.header-middle__services-btn .icon::after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-middle__services-btn .icon::before {
  left: 5px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: currentColor;
  -webkit-box-shadow: 8px 0 0 currentColor;
  box-shadow: 8px 0 0 currentColor;
}
.header-middle__services-btn:hover {
  color: #3C71EE;
}
.header-middle__services-btn.active {
  color: #3C71EE;
}
.header-middle__services-btn.active .icon::before {
  width: 18px;
  height: 2px;
  border-radius: 0;
  left: 3px;
  top: 11px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-middle__services-btn.active .icon::after {
  width: 18px;
  height: 2px;
  background: currentColor;
  left: 3px;
  top: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-middle__services-dropdown {
  display: none;
  position: fixed;
  left: 0;
  top: 141px;
  width: 100%;
  padding: 40px;
  background-color: #FFFFFF;
  border-radius: 0 0 20px 20px;
  z-index: 1;
}
@media (max-width: 768px) {
  .header-middle__services-dropdown {
    padding: 12px 16px 72px;
    bottom: 0;
    border-radius: 0;
  }
  .header-middle__services-dropdown .container {
    padding: 0;
  }
}
.header-middle__services-dropdown-row {
  display: grid;
  grid-template-columns: 4fr 1fr;
  gap: 35px;
}
@media (max-width: 768px) {
  .header-middle__services-dropdown-row {
    display: block;
  }
}
.header-middle__services-overlay {
  display: none;
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
}
.header-middle__services-links li {
  margin-bottom: 14px;
}
.header-middle__services-links li:last-child {
  margin-bottom: 0;
}
.header-middle__services-links a {
  padding: 10px 5px;
}
.header-middle__btn-search {
  display: none;
}
@media screen and (max-width: 992px) {
  .page-header--open-menu .header-middle__btn-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px;
  }
  .page-header--open-search .header-middle__btn-search {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header-middle {
    width: 100%;
    margin-bottom: 0;
  }
  .page-header--open-menu:not(.page-header--open-menu-from-bottom) .header-middle {
    padding-top: 12px;
  }
  .header-middle .page-header__chat {
    display: block;
    right: 12px;
    bottom: 180px;
  }
}
.page-header__phones {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-header__phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-header--open-menu .page-header__phones {
    display: none;
  }
  .page-header__phones-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #000000 !important;
    background: #3C71EE1A;
  }
  .page-header__phones-btn:hover,
  .page-header__phones-btn:focus,
  .page-header__phones-btn:active {
    color: #3C71EE !important;
  }
  .page-header__phones a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-header__phones .dropdown-menu__content {
    position: fixed;
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 16px 16px 72px;
    border-radius: 24px 24px 0 0;
    -webkit-box-shadow: 0px -5px 10px 0px #0000001A;
    box-shadow: 0px -5px 10px 0px #0000001A;
    -webkit-transform: none;
    transform: none;
  }
  .page-header__phones .dropdown-menu__content .dropdown-menu__close {
    position: absolute;
    top: 3px;
    right: 5px;
    padding: 10px;
  }
  .page-header__phones .dropdown-menu__active .dropdown-menu__content {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  .page-header__phones .dropdown-menu__active::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    pointer-events: none;
    opacity: 1;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
  }
  .page-header__phones-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .page-header__phones-divider {
    width: 100%;
    height: 1px;
    background-color: #E2E2E2;
    margin-bottom: 16px;
  }
}
.header-bottom {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-bottom--transparent {
  height: 0;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .header-bottom {
    display: none;
  }
}
.header-site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 45px;
}
.site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-height: 45px;
  overflow: hidden;
  overflow-x: auto;
}
.site-nav__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.site-nav__item:not(:last-child) {
  margin-right: 30px;
}
.site-nav__item a {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #B9BCC1;
}
.site-nav__item.menu-item-sale .site-nav__link {
  height: 45px;
  color: #fff !important;
  padding: 13px 8px 15px;
  background: #D54E26;
  border-radius: 5px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.site-nav__item.menu-item-sale .site-nav__link img {
  -webkit-filter: brightness(0) invert(1) saturate(0);
  filter: brightness(0) invert(1) saturate(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.site-nav__item.menu-item-sale .site-nav__link:hover {
  color: #D54E26 !important;
  background: #FFF0E2;
}
.site-nav__item.menu-item-sale .site-nav__link:hover img {
  -webkit-filter: none;
  filter: none;
}
.site-nav__item.menu-item-liquidation .site-nav__link {
  height: 45px;
  position: relative;
  color: #1E1918 !important;
  padding: 13px 8px 15px;
  background: #F3EB17;
  border-radius: 5px;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.site-nav__item.menu-item-liquidation .site-nav__link:after,
.site-nav__item.menu-item-liquidation .site-nav__link:before {
  content: '';
  width: 100%;
  height: 9px;
  position: absolute;
  left: 0;
  background-image: url("/bitrix/templates/responsive/layout/img/liquidation-btn-mask.svg?202410171054");
  background-repeat: no-repeat;
  background-color: #F3EB17;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.site-nav__item.menu-item-liquidation .site-nav__link:after {
  top: 0;
  border-bottom: 1px solid #1E1918;
}
.site-nav__item.menu-item-liquidation .site-nav__link:before {
  bottom: 0;
  border-top: 1px solid #1E1918;
}
.site-nav__item.menu-item-liquidation .site-nav__link:hover {
  color: #fff !important;
  background: #000;
}
.site-nav__item.menu-item-liquidation .site-nav__link:hover:after,
.site-nav__item.menu-item-liquidation .site-nav__link:hover:before {
  border-color: #F3EB17;
}
.site-nav__link {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #262626;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.2s ease, -webkit-filter 0.2s ease;
  transition: color 0.2s ease, -webkit-filter 0.2s ease;
  transition: color 0.2s ease, filter 0.2s ease;
  transition: color 0.2s ease, filter 0.2s ease, -webkit-filter 0.2s ease;
}
.site-nav__link--stock {
  color: #EB5757;
}
.site-nav__link--liquidation {
  color: #F5A62F;
}
.site-nav__link picture {
  line-height: 0;
  margin-right: 4px;
  margin-top: 1px;
  font-size: 0;
}
.site-nav__link:hover {
  color: #0C6DE2 !important;
}
.page-header__top-city-mobile {
  display: none;
}
@media (max-width: 992px) {
  .page-header__top-city-mobile {
    display: block;
  }
}
.city-btn-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0;
  opacity: 1;
}
.page-header__top-city-mobile .city-btn-wrap {
  margin-right: 0;
}
.city-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
}
.city-btn.popover__action:hover,
.city-btn.popover__action:focus,
.city-btn.popover__action:active {
  color: #0C6DE2;
}
.city-btn__text {
  font-size: 14px;
  line-height: 14px;
}
.city-btn__icon {
  margin-right: 7px;
  fill: currentColor;
}
.header-top .city-btn__icon {
  margin-top: -1px;
  margin-right: 6px;
  margin-left: 0;
  fill: currentColor;
}
.user-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 16px;
  color: #999DA4;
}
.user-count span:not(.user-count__row) {
  color: #505050;
}
.user-count__row:not(:last-child) {
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .user-count__row {
    display: block;
  }
}
.user-count__online {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-count__online:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #27AE60;
  margin-right: 5px;
}
.shop-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.shop-link {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #505050;
}
.header-menu__item {
  margin-right: 24px;
}
.header-menu__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .header-menu__item {
    margin-right: 20px;
  }
}
.header-menu__link {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
.menu-more {
  display: none;
}
.menu-more__link {
  font-size: 14px;
  line-height: 14px;
  color: #919191;
}
.menu-more .dropdown-menu__content {
  width: 243px;
}
.menu-more .dropdown-menu__item {
  font-size: 14px;
  line-height: 14px;
  color: #919191;
  padding: 10px 20px;
}
.menu-more .menu-more__item {
  display: none;
}
.menu-more .menu-more__item-hidden {
  display: none;
}
.phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.phones-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.4;
  color: #999DA4;
}
@media screen and (max-width: 991px) {
  .phones-row {
    letter-spacing: -0.65px;
  }
}
.phones-row:not(:last-child) {
  margin-right: 16px;
}
.phones-row__link {
  margin-right: 2px;
  font-weight: 700;
  color: #505050;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .phones-row__link {
    margin-right: 5px;
  }
}
@media screen and (max-width: 1200px) {
  .phones-row__link {
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .phones-row__text {
    margin-left: 5px;
  }
}
.page-header {
  position: sticky;
  top: -40px;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 121;
  padding-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .page-header--open-search {
    width: calc(100% + var(--scrollbar-width, 0));
  }
}
@media screen and (max-width: 1300px) {
  .page-header {
    top: -63px;
  }
}
@media screen and (max-width: 1200px) {
  .page-header {
    top: -70px;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 768px) {
  .page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px 12px;
  }
}
@media screen and (max-width: 768px) {
  .page-header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: -40px;
    -webkit-box-shadow: 0 8px 20px 0 #0000001A;
    box-shadow: 0 8px 20px 0 #0000001A;
    border-radius: 0 0 24px 24px;
  }
  .page-header.page-header--open-menu {
    top: 0;
    z-index: 133;
  }
  .page-header--open-menu-from-bottom {
    height: 0;
    padding-bottom: 0;
  }
  .page-header--open-menu-from-bottom .header-middle-center {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .page-header.scrolled {
    padding-bottom: 0;
  }
}
.page-header__catalog {
  display: none;
}
@media screen and (max-width: 768px) {
  .page-header__catalog {
    display: block;
  }
}
.page-header__phone-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.page-header__phone-row:not(:last-child) {
  margin-bottom: 12px;
}
.page-header__phone-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.page-header__phone-link {
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 700;
}
.page-header .header-banner {
  margin-left: -60px;
  margin-right: -60px;
}
.page-header .header-banner img {
  width: 100%;
}
.page-header__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  height: 56px;
}
@media screen and (min-width: 768px) {
  .page-header__content {
    height: 80px;
  }
}
.page-header__logo {
  display: block;
  width: 186px;
  margin-right: 35px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page-header__logo {
    margin-right: 10px;
  }
}
.page-header__logo img {
  width: 100%;
  height: auto;
  display: block;
}
.page-header__logo .is-bot {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media screen and (max-width: 992px) {
  .page-header__logo--desktop {
    display: none;
  }
}
.page-header__logo--mobile {
  display: none;
  width: 139px;
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  .page-header__logo--mobile {
    display: block;
    margin-right: auto;
  }
}
.page-header__logo--mobile .is-bot {
  top: 15px;
  left: 10px;
}
.page-header__city > .btn {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 256px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  line-height: 1;
  text-transform: none;
  font-weight: 400;
}
.page-header__city > .btn span {
  margin-left: 25px;
  margin-right: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-header__city > .btn .svg--more-dots {
  position: absolute;
  margin-top: -5px;
  padding: 0 5px;
  right: 18px;
  height: 12.6px;
  width: 20px;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .page-header__city > .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .page-header__city > .btn {
    max-width: 180px;
  }
}
.page-header__shop {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .page-header__shop {
    margin-right: 5px;
  }
}
.page-header__phone:not(:first-child) {
  margin-left: 40px;
}
@media screen and (min-width: 1300px) {
  .page-header__phone {
    font-size: 18px;
  }
}
.page-header__call {
  margin-left: 17px;
  display: none!important;
}
@media screen and (min-width: 1600px) {
  .page-header__call {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
  }
}
.page-header__city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .page-header__city {
    display: none;
  }
}
.page-header__city .dropdown-menu {
  margin-right: 0;
}
.page-header__city .dropdown-menu__close {
  padding: 0;
  margin: 0;
  border: none;
  font-size: 0;
  position: absolute;
  right: 9px;
  top: -24px;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L14 14M14 1L1 14' stroke='%23CECECE' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.page-header__city .dropdown-menu__content {
  position: fixed;
  top: 53px;
  left: 0;
  margin: 0;
  width: 100%;
  height: calc(100% - 53px);
}
.page-header__city .dropdown-menu__active::before {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
}
.page-header__city .dropdown-menu__active .dropdown-menu__content {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.page-header__city .dropdown-menu__active .search-city__results {
  height: calc(100% - 62px);
  overflow: auto;
}
.page-header__city .dropdown-menu__active .search-city__input .search-city__button {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.page-header__city .dropdown-menu__active .search-city__results {
  padding: 14px 0;
}
.page-header__city .search-city__selected {
  font-weight: bold;
}
.page-header__nav {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.page-header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header__nav .dropdown-menu__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-header__nav .dropdown-menu__action span {
  line-height: 1.4;
}
.page-header__nav .svg--arrow {
  margin-left: 5px;
}
.page-header .pull-left .page-header__phone {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-header .pull-left .page-header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-header .pull-right {
  margin-right: 15px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 4px;
  height: 27px;
}
@media screen and (min-width: 1200px) {
  .page-header .pull-right {
    margin-top: 0;
  }
}
.page-header .pull-right > div {
  margin-left: 8px;
  margin-right: 8px;
}
.page-header .pull-right > div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .page-header .pull-right > div > a {
    display: inline-block;
  }
}
.page-header .pull-right > div > a > .badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .page-header .pull-right > div > a > .badge {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .page-header .pull-right > div {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .page-header .pull-right {
    margin-right: 5px;
  }
}
.page-header .pull-right .page-header__phone {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-header .pull-right .page-header__phone {
    display: none;
  }
}
.page-header .pull-right > div {
  height: 100%;
}
.page-header .pull-right > div > a {
  height: 100%;
}
.page-header .pull-right > div > a > .badge {
  height: 100%;
}
@media screen and (max-width: 991px) {
}
.page-header__profile > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-header__profile .svg--arrow {
  display: none;
}
@media screen and (min-width: 1400px) {
  .page-header__profile .svg--arrow {
    display: inline-block;
  }
}
.page-header__profile .header-icon__link svg {
  margin-left: 0;
}
.page-header__favorite-link:hover svg,
.page-header__favorite-link:focus svg,
.page-header__favorite-link:active svg {
  fill: transparent;
}
.page-header__cart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-header__cart .page-header__price {
  display: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  margin-left: 15px;
  white-space: normal;
}
@media screen and (min-width: 1200px) {
  .page-header__cart .page-header__price {
    display: inline-block;
  }
}
.page-header__cart .page-header__cart-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.page-header__cart .page-header__cart-link:hover .page-header__price {
  color: #262626;
}
@media screen and (max-width: 767px) {
  .page-header__cart svg {
    width: 26px;
  }
}
.page-header__cart-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-header__cart-link .svg--cart {
  height: 23px;
}
.page-header .svg--phone1 {
  width: 23px;
}
@media screen and (min-width: 1300px) {
  .page-header .svg--phone1 {
    width: 19px;
  }
}
.site-content_search .page-header {
  z-index: 130;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .site-content_search .page-header {
    z-index: 131;
  }
  .site-content_search .page-header::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 0 8px 20px 0 #0000001A;
    box-shadow: 0 8px 20px 0 #0000001A;
    border-radius: 0 0 24px 24px;
    z-index: 3002;
    pointer-events: none;
  }
}
.header-icon__link,
.header-icon .badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-icon__link:hover {
  color: #3C71EE;
}
.header-icon__link:hover .s1 {
  fill: #0C6DE2;
  stroke: transparent;
}
.header-icon__link:hover .s2 {
  fill: transparent;
  stroke: #0C6DE2;
}
.header-icon__link:hover .header-icon__caption {
  color: #0C6DE2;
}
.header-icon__badge {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
}
.header-icon__badge svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .header-icon__badge svg {
    width: auto !important;
    height: initial;
  }
}
.header-icon__badge .badge__counter {
  top: -5px;
  min-width: 18px;
  width: auto;
  height: 13px;
  border-radius: 100px;
}
.header-icon__caption {
  display: none;
  margin-top: 4px;
  font-size: 10px;
  line-height: 12px;
}
@media (max-width: 768px) {
  .header-icon__caption {
    display: block;
  }
}
.with-bx-panel .page-header {
  top: 0;
}
.mobile-icon__link {
  display: block;
}
.mobile-icon svg {
  display: block;
}
.mobile-icon .mobile-icon__text {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile-icon .mobile-icon__img {
    display: none;
  }
  .mobile-icon .mobile-icon__text {
    display: block;
  }
}
.burger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.burger-menu_tablet {
  height: 46px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 13px 20px 13px 24px;
  border-radius: 100px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #000;
  background: #3C71EE1A;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media screen and (max-width: 768px) {
  .burger-menu_tablet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 46px;
    padding: 0;
  }
  .page-header--open-search .burger-menu_tablet {
    display: none;
  }
  .burger-menu_tablet--secondary {
    background-color: transparent;
  }
}
.burger-menu_tablet .burger-menu__line-wrap:before,
.burger-menu_tablet .burger-menu__line-wrap:after,
.burger-menu_tablet .burger-menu__line {
  background: #000;
}
.burger-menu_tablet .burger-menu__line-wrap:before {
  top: 0;
}
.burger-menu_tablet .burger-menu__line-wrap:after {
  bottom: 0;
}
.burger-menu_tablet:hover {
  color: #3C71EE;
}
.burger-menu_tablet:hover .burger-menu__line-wrap:before,
.burger-menu_tablet:hover .burger-menu__line-wrap:after,
.burger-menu_tablet:hover .burger-menu__line {
  background: #3C71EE;
}
.burger-menu.burger-menu--active {
  background: #EDF1FF;
}
.burger-menu.burger-menu--active.burger-menu_tablet--secondary {
  background-color: transparent;
}
.burger-menu.burger-menu--active .burger-menu__line-wrap:before,
.burger-menu.burger-menu--active .burger-menu__line-wrap:after,
.burger-menu.burger-menu--active .burger-menu__line {
  background: #4670ED;
}
.burger-menu.burger-menu--active .burger-menu__line {
  opacity: 0;
}
.burger-menu.burger-menu--active .burger-menu__line-wrap:before {
  -webkit-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}
@media (max-width: 992px) {
  .burger-menu.burger-menu--active .burger-menu__line-wrap:before {
    -webkit-transform: translateY(3px) rotate(45deg);
    transform: translateY(3px) rotate(45deg);
  }
}
.burger-menu.burger-menu--active .burger-menu__line-wrap:after {
  width: 100%;
  -webkit-transform: translateY(-3px) rotate(-45deg);
  transform: translateY(-3px) rotate(-45deg);
}
@media (max-width: 992px) {
  .burger-menu.burger-menu--active .burger-menu__line-wrap:after {
    -webkit-transform: translateY(-3px) rotate(-45deg);
    transform: translateY(-3px) rotate(-45deg);
  }
}
.burger-menu.burger-menu--active .burger-menu__text {
  color: #4670ED;
}
.burger-menu_mob {
  display: block;
  padding: 10px 11px;
  margin-right: 10px;
  border-radius: 8px;
  background-color: #EBF1FD;
}
@media screen and (min-width: 769px) {
  .burger-menu_mob {
    display: none !important;
  }
}
.burger-menu_mob > div {
  margin-right: 0;
}
.burger-menu_mob .burger-menu__line-wrap:before,
.burger-menu_mob .burger-menu__line-wrap:after,
.burger-menu_mob .burger-menu__line {
  background: #3C71EE;
}
.burger-menu_mob .burger-menu__line {
  margin: auto;
}
.burger-menu_mob .burger-menu__line-wrap::before {
  top: 0;
  bottom: auto;
}
.burger-menu_mob .burger-menu__line-wrap::after {
  bottom: 0;
}
.burger-menu__line {
  width: 23px;
  background: #fff;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
}
.burger-menu__line-wrap {
  width: 16px;
  height: 8px;
  margin-right: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .burger-menu__line-wrap {
    margin-right: 0;
  }
}
.burger-menu__line-wrap::after,
.burger-menu__line-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 3px;
  border-radius: 5px;
}
.burger-menu__line-wrap::after {
  width: 10px;
}
@media (max-width: 768px) {
  .burger-menu__text {
    display: none;
  }
}
.header-menu__item-hidden {
  display: block;
}
@media screen and (min-width: 991px) {
  .header-menu__item-hidden {
    display: none !important;
  }
}
.site-content__left-menu--hidden .header-menu__item {
  display: none;
}
.site-content__left-menu--hidden .header-menu__item:nth-child(-n+2) {
  display: block;
}
@media screen and (max-width: 1023px) {
  .site-content__left-menu--hidden .header-menu__item:nth-child(-n+2) {
    display: none;
  }
  .site-content__left-menu--hidden .header-menu__item:nth-child(-n+1) {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .site-content__left-menu--hidden .header-menu__item:nth-child(3) {
    display: block;
  }
}
@media screen and (min-width: 1380px) {
  .site-content__left-menu--hidden .header-menu__item:nth-child(n+4):nth-child(-n+6) {
    display: block;
  }
}
@media screen and (min-width: 1920px) {
  .site-content__left-menu--hidden .header-menu__item {
    display: block;
  }
}
@media screen and (min-width: 1700px) {
  .header-menu__item {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .header-menu__item.header-menu__item-hidden {
    display: none;
  }
  .header-menu__item .site-content__left-menu--hidden .header-menu__item.header-menu__item-hidden {
    display: none;
  }
}
.search-city__input {
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .search-city__input {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-box-shadow: 0px 5px 9.3px 0px #0000001A;
    box-shadow: 0px 5px 9.3px 0px #0000001A;
  }
}
.search-city__input input {
  width: 100%;
  padding: 13px 40px;
  border: 2px solid #3C71EE;
  border-radius: 5px;
  background: transparent;
  font-size: 12px;
}
@media (max-width: 480px) {
  .search-city__input input {
    border: none;
  }
}
.search-city__input .search-city__button {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  padding-left: 9px;
  padding-right: 9px;
  background: transparent;
}
.search-city__input .search-city__button svg {
  fill: #818489;
  width: 18px;
}
.search-city__input .search-city__button:hover svg {
  fill: #434548;
}
.search-city__results {
  padding: 0;
  overflow: auto;
}
@media screen and (min-width: 769px) {
  .search-city__results {
    max-height: 400px;
  }
}
.search-city__results li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.search-city__results a,
.search-city__results strong {
  display: block;
  padding: 4px 20px 4px 0;
  font-size: 16px;
  color: #000;
}
@media (max-width: 480px) {
  .search-city__results a,
  .search-city__results strong {
    padding-left: 15px;
    font-size: 12px;
    line-height: 13px;
  }
}
.search-city__results a:hover {
  color: #3C71EE;
}
.search-city__results .search-city__not-found {
  display: block;
  padding: 8px 20px 8px 40px;
  color: #818489;
}
.search-city__results .search-city__hidden {
  display: none;
}
.search-city__favorites {
  margin-bottom: 15px;
}
.search-city__favorites-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 17px;
}
@media (max-width: 480px) {
  .search-city__favorites-list {
    display: block;
    padding-bottom: 4px;
    border-bottom: 1px solid #EBF1FD;
  }
}
.search-city__favorites-link {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 13px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  background-color: #EDF1FF;
}
.search-city__favorites-link:hover {
  color: #FFF;
  background-color: #3C71EE;
}
@media (max-width: 480px) {
  .search-city__favorites-link {
    padding: 4px 15px;
    font-size: 12px;
    line-height: 13px;
    background-color: transparent;
  }
  .search-city__favorites-link:hover {
    color: #000000;
    background-color: transparent;
  }
}
.search-city__regions-list {
  width: 100%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media (max-width: 480px) {
  .search-city__regions-list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.search-city__selected {
  position: relative;
}
@media (max-width: 480px) {
  .search-city__selected {
    font-weight: 700;
  }
  .search-city__selected:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 7px;
    background-image: url('../img/icons/other/checkbasket.svg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
}
.header-dropdown-menu {
  display: none;
  position: fixed;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 132;
  top: 0;
}
@media screen and (min-width: 1200px) {
  .header-dropdown-menu {
    max-width: calc(100% - 60px);
  }
}
@media screen and (min-width: 1800px) {
  .header-dropdown-menu {
    max-width: 1680px;
  }
}
.header-dropdown-menu__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 111;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-dropdown-menu--active {
  display: block;
  border: 2px solid #EEF2F6;
  border-radius: 4px;
  overflow: hidden;
  left: calc(50% - var(--scrollbar-width, 0) / 2);
}
@media screen and (max-width: 1600px) {
  .header-dropdown-menu--active {
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  .header-dropdown-menu--active {
    height: calc(100% - 45px);
    max-height: none;
    border-radius: 0;
    border: none;
  }
}
.header-dropdown-menu--active .header-dropdown-menu__overlay {
  display: block;
}
.header-dropdown-menu--active ~ .site-content_search::after {
  z-index: 131;
}
.header-dropdown-menu--active ~ .site-content_search .search-results {
  z-index: 131;
}
.header-dropdown-menu--active ~ .site-content_search .container-search {
  z-index: 131;
}
.header-dropdown-menu--active ~ .site-content_search .page-header {
  z-index: 132;
}
.header-dropdown-menu--active ~ .site-content .page-header {
  z-index: 131;
}
.header-dropdown-menu--active ~ .site-content .dropdown-menu__content {
  z-index: 131;
}
.header-dropdown-menu--active ~ .site-content .dropdown-menu__active {
  z-index: 131;
}
.header-dropdown-menu--active ~ .site-content .popover__content--city {
  display: none;
}
.header-dropdown-menu__content {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header-dropdown-menu__content {
    display: block;
  }
}
.header-dropdown-menu__aside {
  max-width: 262px;
  width: 100%;
  max-height: calc(100vh - 227px);
  height: 100%;
  overflow: hidden auto;
}
@media screen and (min-width: 769px) {
  .header-dropdown-menu__aside {
    border-right: 2px solid #F2F2F2;
  }
}
@media screen and (max-width: 768px) {
  .header-dropdown-menu__aside {
    max-width: 100%;
    max-height: calc(100% - 144px);
    max-height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .header-dropdown-menu__main {
    max-height: calc(100vh - 227px);
  }
}
@media screen and (min-width: 769px) {
  .header-dropdown-menu__main {
    max-height: calc(100vh - 227px);
    height: 100%;
    overflow: auto;
    width: 100%;
  }
}
.header-dropdown-menu__item {
  display: none;
  height: 100%;
}
.header-dropdown-menu__item--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) and (min-width: 480px) {
  .header-dropdown-menu__item[data-group="products"] .header-aside-nav__list {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
  }
  .header-dropdown-menu__item[data-group="products"] .header-aside-nav__group {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
.header-dropdown-menu__close {
  position: absolute;
  left: 50%;
  bottom: -46px;
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  z-index: 112;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L15 15' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M15 1L1 15' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.header-dropdown-menu--onscroll {
  height: calc(100% - 94px);
}
.header-dropdown-menu--onscroll .header-dropdown-menu__aside {
  max-height: calc(100vh - 100px);
}
.header-dropdown-menu--onscroll .header-dropdown-menu__main {
  max-height: calc(100vh - 100px);
}
@media screen and (max-width: 1200px) {
  .header-dropdown-menu--onscroll {
    height: calc(100% - 75px);
  }
  .header-dropdown-menu--onscroll .header-dropdown-menu__aside {
    max-height: calc(100vh - 75px);
  }
  .header-dropdown-menu--onscroll .header-dropdown-menu__main {
    max-height: calc(100vh - 75px);
  }
}
@media screen and (max-width: 768px) {
  .header-dropdown-menu--onscroll .header-dropdown-menu__aside {
    max-height: 100%;
  }
}
.header-aside-nav {
  padding: 17px 14px 17px 20px;
}
@media screen and (max-width: 768px) {
  .header-aside-nav {
    border-right: none;
    height: 100%;
    min-height: 100%;
    overflow: auto;
    padding: 32px 26px;
  }
}
@media screen and (max-width: 480px) {
  .header-aside-nav {
    padding: 15px 15px 24px;
  }
}
@media screen and (min-width: 769px) {
  .header-aside-nav__group:not(:last-child) {
    margin-bottom: 5px;
    width: 100%;
  }
  .header-aside-nav__group:not(:last-child)::after {
    content: "";
    display: block;
    width: calc(100% + 30px);
    height: 1px;
    background-color: #EEF2f6;
  }
}
@media screen and (max-width: 480px) {
  .header-aside-nav__group:not(:last-child) {
    border-bottom: 1px solid #EEF2F6;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .header-aside-nav__group .header-aside-nav__link:not(.header-aside-nav__link--active) {
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    padding: 5px 12px 5px 32px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33334 1.33331L5.50001 5.49998L1.33334 9.66665' stroke='%23B9BCC1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  }
}
@media screen and (min-width: 769px) {
  .header-aside-nav__group:first-child .header-aside-nav__link {
    padding: 3px 9px 3px 37px;
    line-height: 24px;
  }
}
.header-aside-nav__list {
  margin-bottom: -5px;
}
@media screen and (max-width: 768px) {
  .header-aside-nav__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 480px) {
  .header-aside-nav__list {
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
  }
  .header-aside-nav__list[data-group="room"] .header-aside-nav__link:not([data-group="room"]) {
    display: none;
  }
}
.header-aside-nav__list--links .header-aside-nav__link {
  display: inline-block;
  padding: 12px 0;
  border-bottom: 1px solid #EBF1FD;
  border-radius: 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  color: #000;
}
.header-aside-nav__item {
  padding-bottom: 5px;
}
.header-aside-nav__item.menu-item-sale .header-aside-nav__link .header-aside-nav__pic {
  height: 23px;
  margin-top: -11px;
}
.header-aside-nav__item.menu-item-liquidation .header-aside-nav__link {
  position: relative;
}
.header-aside-nav__item.menu-item-liquidation .header-aside-nav__link:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 30px;
  width: 145px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #F3EB17;
  border-radius: 3px;
  z-index: -1;
}
.header-aside-nav__item.menu-item-liquidation .header-aside-nav__link .header-aside-nav__pic {
  height: 30px;
  margin-top: -15px;
}
.header-aside-nav__item.menu-item-pre-cp .header-aside-nav__link:after {
  width: 220px;
}
.header-aside-nav__link {
  padding: 0 9px 0 37px;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  border-radius: 8px;
  display: inline-block;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 769px) {
  .header-aside-nav__link:hover {
    background: #EFF6FF;
    color: #0C6DE2 !important;
  }
}
@media screen and (max-width: 768px) {
  .header-aside-nav__link {
    padding: 5px 32px;
    font-size: 15px;
    line-height: 23px;
  }
  .header-aside-nav__link:hover {
    color: #262626;
  }
}
.header-aside-nav__link--active {
  background-color: #EFF6FF;
}
@media screen and (max-width: 768px) {
  .header-aside-nav__link--active {
    font-size: 18px;
    line-height: 24px;
    position: absolute;
    width: calc(100% - 60px);
    top: 0;
    left: 0;
    z-index: 11;
    padding: 25px 47px 25px 64px;
    margin: 0 30px;
    border: 1px solid #EEF2F6;
    border-radius: 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11L1 6L6 1' stroke='%23B9BCC1' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    color: #262626;
  }
  .header-aside-nav__link--active .header-aside-nav__pic {
    left: 30px;
    width: 20px;
    height: 20px;
  }
  .header-aside-nav__link--active::after,
  .header-aside-nav__link--active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    z-index: -1;
  }
  .header-aside-nav__link--active::after {
    right: 100%;
  }
  .header-aside-nav__link--active::before {
    left: 100%;
  }
}
@media screen and (max-width: 480px) {
  .header-aside-nav__link--active {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
}
.header-aside-nav__pic {
  position: absolute;
  left: 9px;
  top: 50%;
  margin-top: -8.5px;
  width: 17px;
  height: 17px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
@media screen and (max-width: 768px) {
  .header-aside-nav__pic {
    width: 20px;
    height: 20px;
    left: 0;
    margin-top: -10px;
  }
}
.header-main-nav {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  max-width: 100%;
  padding: 21px 23px;
  display: none;
}
@media screen and (max-width: 768px) {
  .header-main-nav {
    position: absolute;
    z-index: -1;
    padding: 12px 15px;
  }
}
.header-main-nav__block {
  max-width: 380px;
  width: 100%;
  padding-right: 80px;
  margin-bottom: 15px;
}
.header-main-nav__submenu {
  padding-left: 10px;
}
.header-main-nav__submenu-item {
  margin-top: 5px;
  font-size: 0;
  line-height: 0;
}
.header-main-nav__submenu .header-main-nav__link {
  font-size: 14px;
  line-height: 22px;
}
.header-main-nav__item {
  margin-top: 5px;
  line-height: 0;
}
.header-main-nav__item:first-child {
  margin-top: 9px;
}
@media screen and (max-width: 480px) {
  .header-main-nav__item {
    margin-top: 7px;
  }
}
.header-main-nav__title .header-main-nav__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (max-width: 480px) {
  .header-main-nav__title .header-main-nav__link {
    font-size: 15px;
    line-height: 24px;
  }
}
.header-main-nav__title .header-main-nav__link:hover {
  color: #0C6DE2;
}
.header-main-nav__link {
  font-size: 14px;
  line-height: 22px;
  color: #262626;
}
@media screen and (max-width: 1500px) {
  .header-main-nav {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media screen and (max-width: 1200px) {
  .header-main-nav {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 991px) {
  .header-main-nav {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.header-main-nav.header-main-nav--active {
  display: block;
}
@media screen and (max-width: 768px) {
  .header-main-nav.header-main-nav--active {
    z-index: 10;
    background-color: #fff;
    top: 75px;
    width: 100%;
    left: 0;
    -webkit-column-count: unset;
    -moz-column-count: unset;
    column-count: unset;
    height: calc(100% - 75px);
    overflow: auto;
  }
}
.menu-toggle {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 15px 5px 15px;
}
.menu-toggle__btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0;
  padding: 10px;
  border-radius: 59px;
  border: none;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  color: #3C71EE;
  background-color: #EBF1FD;
}
.menu-toggle__btn:first-child {
  margin-right: 15px;
}
.menu-toggle__btn--active {
  background-color: #3C71EE;
  color: #FFFFFF;
}
/* Результаты поиска на мобилке, когда есть баннер загрузки приложений */
@media (max-width: 768px) {
  .banner_show .isMobile .download-app-banner ~ .site-content_search::after {
    top: 144px;
  }
}
.ribbon-banner ~ .site-content_search .header-bottom {
  margin-top: 6px;
}
.isMobile .ribbon-banner {
  font-size: small;
}
.header-user-bonuses {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .header-user-bonuses {
    display: none;
  }
}
.user-bonuses {
  padding: 12px 44px 12px 20px;
  border-radius: 100px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  background-color: #3C71EE1A;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNzIwNjggMTEuNTAwMUw3LjE4NzU3IDkuNTMwMzlIMTAuMzgyOUwxMC4wNTY4IDEwLjg2NDZDOS45NjU2IDExLjIzNzcgOS42MzEzIDExLjUwMDEgOS4yNDcyOSAxMS41MDAxSDYuNzIwNjhaIiBmaWxsPSIjM0M3MUVFIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOS4wMDAwOCAxNy4zMzM0QzEzLjYwMjUgMTcuMzMzNCAxNy4zMzM0IDEzLjYwMjUgMTcuMzMzNCA5LjAwMDA4QzE3LjMzMzQgNC4zOTc3MSAxMy42MDI1IDAuNjY2NzQ4IDkuMDAwMDggMC42NjY3NDhDNC4zOTc3MSAwLjY2Njc0OCAwLjY2Njc0OCA0LjM5NzcxIDAuNjY2NzQ4IDkuMDAwMDhDMC42NjY3NDggMTMuNjAyNSA0LjM5NzcxIDE3LjMzMzQgOS4wMDAwOCAxNy4zMzM0Wk02LjMyOTcgNS45MjM0N0M2LjU5NjkyIDQuNzk2MTIgNy42MDM3MSA0LjAwMDA4IDguNzYyMjkgNC4wMDAwOEgxMy40MTg4TDEzLjAxODcgNS42NjY3NUg4Ljc2MjI5QzguMzc2MSA1LjY2Njc1IDguMDQwNSA1LjkzMjA5IDcuOTUxNDMgNi4zMDc4OEw3LjU4MjY0IDcuODYzNzJIMTIuNTA2MUwxMS42NzU4IDExLjI2MDRDMTEuNDAyMiAxMi4zNzk1IDEwLjM5OTMgMTMuMTY2NyA5LjI0NzI5IDEzLjE2NjdINC42MTI3N0w2LjMyOTcgNS45MjM0N1oiIGZpbGw9IiMzQzcxRUUiLz4KPC9zdmc+Cg==");
  background-repeat: no-repeat;
  background-size: 16.67px 16.67px;
  background-position: right 21px center;
}
.subscribe {
  padding: 36px 26px 38px 60px;
  margin-right: 12px;
  margin-left: 12px;
  background: #0000000D;
  border-radius: 8px;
}
@media screen and (max-width: 1600px) {
  .subscribe {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .subscribe {
    padding: 20px 16px 20px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .subscribe {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .subscribe {
    margin-left: 60px;
    margin-right: 60px;
  }
}
.subscribe-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .subscribe-grid {
    display: block;
  }
}
.subscribe__icon {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}
@media screen and (max-width: 480px) {
  .subscribe__icon {
    width: 24px;
  }
}
.subscribe__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 20px;
  color: #2C2C2C;
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
}
.subscribe__content h4 {
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .subscribe__content {
    font-size: 36px;
  }
}
@media screen and (max-width: 1400px) {
  .subscribe__content {
    font-size: 28px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .subscribe__content {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .subscribe__content {
    font-size: 16px;
    line-height: 22px;
  }
}
.subscribe__content p {
  margin: 0;
}
.subscribe__content strong {
  color: #3C71EE;
}
@media screen and (min-width: 768px) {
  .subscribe__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1400px) {
  .subscribe__content {
    margin-bottom: 0;
  }
  .subscribe__content .subscribe__icon {
    margin-top: 0;
    margin-right: 16px;
  }
}
.subscribe__tumbler {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 9px 20px;
  border-radius: 8px 0 0 8px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .subscribe__tumbler {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0;
    background-color: transparent;
  }
}
.subscribe__tumbler::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background-color: #0000000D;
}
.subscribe .switch-label:first-child {
  margin-right: 12px;
}
.subscribe .switch-label:last-child {
  margin-left: 12px;
}
.subscribe__switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 20px;
}
.subscribe__switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F2F2F2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 100px;
}
@media screen and (max-width: 1200px) {
  .subscribe__switch-slider {
    background-color: #FFFFFF;
  }
}
.subscribe__switch-slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: #3C71EE;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.subscribe__switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.subscribe__switch input:checked + .subscribe__switch-slider:before {
  -webkit-transform: translateX(11px);
  transform: translateX(11px);
}
.subscribe .field__input {
  display: none;
  height: 42px;
  padding-right: 60px;
  border-radius: 0 8px 8px 0;
  border: none;
  background: #fff;
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .subscribe .field__input {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
  }
}
.subscribe .field__input--visible {
  display: block;
}
.subscribe .field__label {
  top: 11px;
  font-size: 14px;
}
@media screen and (max-width: 1200px) {
  .subscribe .field__label {
    left: 20px;
  }
}
.subscribe__button {
  height: 42px;
  padding: 10px 12px;
  margin-left: 12px;
  border-radius: 8px;
  border: 2px solid #3C71EE;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  color: #FFF;
  background-color: #3C71EE;
}
.subscribe__button:hover {
  color: #3C71EE;
  background-color: #fff;
  border-color: #3C71EE;
}
.subscribe__button:active {
  color: #FFF;
  background-color: #3C71EE;
  border-color: #3C71EE;
}
@media screen and (max-width: 480px) {
  .subscribe__button {
    margin: 10px 0 0 0;
  }
}
.subscribe__form {
  width: 50%;
  max-width: 700px;
}
@media screen and (max-width: 1300px) {
  .subscribe__form {
    width: 100%;
  }
}
.subscribe__form .checkbox {
  margin-top: 18px;
}
.subscribe__form .checkbox__label {
  line-height: 1.3;
}
@media screen and (max-width: 480px) {
  .subscribe__form .checkbox__label .popover {
    font-size: 12px;
  }
}
.subscribe__form .checkbox__select {
  border-radius: 4px;
}
.subscribe__form .popover__content {
  width: 600px;
}
@media screen and (max-width: 1200px) {
  .subscribe__form .popover__content {
    width: 275px;
  }
}
.subscribe__form > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.subscribe__select {
  margin-bottom: 15px;
  grid-area: select;
}
@media screen and (min-width: 768px) {
  .subscribe__select {
    margin-bottom: 0;
  }
}
.subscribe__mail {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .subscribe__mail {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  .subscribe__mail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.subscribe__mail .field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
}
.subscribe__policy {
  width: 68%;
}
@media screen and (max-width: 1400px) {
  .subscribe__policy {
    width: 75%;
  }
}
@media screen and (max-width: 1200px) {
  .subscribe__policy {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
  }
}
.subscribe__unsubscribe {
  margin-left: auto;
  width: 17.5%;
}
@media screen and (max-width: 1600px) {
  .subscribe__unsubscribe {
    width: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .subscribe__unsubscribe {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 40%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 992px) {
  .subscribe__unsubscribe {
    width: auto;
    margin-left: 15px;
  }
}
@media screen and (max-width: 480px) {
  .subscribe__unsubscribe {
    margin-left: auto;
  }
}
.subscribe__unsubscribe .checkbox {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}
.footer-phone {
  margin-bottom: 23px;
  font-size: 14px;
  font-weight: 400;
  color: #00000066;
}
.footer-phone:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .footer-phone {
    padding-bottom: 0 !important;
    margin-bottom: 4px;
  }
}
.footer-phone__time {
  margin-left: 5px;
}
@media screen and (min-width: 1200px) {
  .footer-phone__time {
    margin-left: 0;
  }
}
.footer-phone__tel {
  display: block;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.footer-section__title {
  font-size: 13px;
  color: #707070;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .footer-section__title {
    color: #262626;
  }
}
.yandex-market {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.yandex-market img {
  margin-right: 15px;
}
.social {
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .social {
    margin-bottom: 15px;
  }
}
.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 1400px) {
  .social__list {
    gap: 9px;
  }
}
@media screen and (max-width: 1200px) {
  .social__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 18px;
  }
}
.social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.social__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.social__item .social__item-default {
  opacity: 1;
}
.social__item .social__item-hover {
  opacity: 0;
}
.social__item:hover .social__item-default {
  opacity: 0;
}
.social__item:hover .social__item-hover {
  opacity: 1;
}
.inline-block {
  display: inline-block;
}
.footer-downloads {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-downloads__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-downloads__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45%;
  padding: 30px 30px 20px;
  background-color: #F2F2F2;
  border-radius: 12px;
}
@media screen and (max-width: 1600px) {
  .footer-downloads__item {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 1400px) {
  .footer-downloads__item {
    padding: 12px;
  }
}
@media screen and (max-width: 480px) {
  .footer-downloads__item {
    padding: 17px 10px;
  }
}
.footer-downloads__item:hover {
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24px 0 #0000001A;
  box-shadow: 0 0 24px 0 #0000001A;
}
.footer-downloads__item--wide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  padding: 16px 20px;
}
.footer-downloads__item-qr {
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .footer-downloads__item-qr {
    display: none;
  }
}
.footer-downloads__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .footer-downloads__item-title {
    font-size: 14px;
  }
}
.footer-downloads__item-icon {
  margin-right: 12px;
}
.footer-downloads__item-link {
  margin-left: auto;
  color: #3C71EE;
}
.footer-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 23px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .footer-mobile {
    padding: 0 12px !important;
    margin-bottom: 19px;
  }
}
.footer-mobile .btn {
  text-transform: none;
  border-radius: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 5px;
  height: 56px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  font-size: 15px;
  border: 0;
}
.footer-mobile .btn:active {
  -webkit-transform: none!important;
  transform: none!important;
}
.footer-mobile .btn .text-gray {
  color: #969696;
}
.footer-mobile .btn-light {
  font-weight: 400;
}
.footer-mobile .btn-light > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .footer-mobile {
    display: none;
  }
}
.footer-mobile__phone {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.footer-mobile__brd-t {
  border-top: 1px solid #EEF2F6;
}
.footer-mobile__city {
  border-top: 0;
  border-bottom: 1px solid #EEF2F6 !important;
  padding-right: 5px!important;
  padding-left: 10px!important;
}
@media screen and (min-width: 768px) {
  .footer-mobile__city {
    display: none;
  }
}
.footer-mobile__accordion {
  border-bottom: 1px solid #EEF2F6;
}
.footer-mobile__accordion .accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 5px 14px 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 480px) {
  .footer-mobile__accordion .accordion__title {
    padding-left: 0;
  }
}
.footer-mobile__accordion .accordion__content {
  padding-top: 5px;
  padding-left: 10px;
}
@media screen and (max-width: 480px) {
  .footer-mobile__accordion .accordion__content {
    padding-left: 0;
  }
}
.footer-mobile__accordion .accordion__content ul {
  list-style-type: none;
}
.footer-mobile__accordion .accordion__content a {
  color: #808A97;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
}
@media screen and (max-width: 480px) {
  .footer-mobile__accordion .accordion__content a {
    margin-bottom: 17px;
  }
}
.footer-mobile__accordion .accordion__content a.link--bottom {
  border-bottom: none;
}
@media screen and (min-width: 992px) {
  .footer-mobile__regionBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1200px) {
  .footer-mobile + .container .footer-grid {
    display: block;
    padding: 0;
  }
  .footer-mobile + .container .footer-grid .footer-grid__menu {
    display: none;
  }
}
.footer-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .footer-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-grid {
    display: grid;
    grid-template-areas: 'menu_1 menu_2 menu_3 contacts';
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.footer-grid__menu {
  display: none;
}
.footer-grid__menu .footer__title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #000;
}
.footer-grid__menu ul {
  list-style-type: none;
}
.footer-grid__menu li {
  margin-bottom: 16px;
}
.footer-grid__menu a {
  font-size: 14px;
  color: #00000066;
}
.footer-grid__menu a.link--bottom {
  border: none;
}
.footer-grid__menu a:hover {
  text-decoration: underline;
  color: #3C71EE;
}
.footer-grid__menu a:active {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .footer-grid__menu {
    display: block;
    width: 30%;
  }
}
@media screen and (min-width: 1200px) {
  .footer-grid__menu {
    width: 100%;
  }
}
.footer-grid__menu_1 {
  grid-area: menu_1;
}
.footer-grid__menu_2 {
  grid-area: menu_2;
}
.footer-grid__menu_3 {
  grid-area: menu_3;
}
.footer-grid__contacts {
  grid-area: contacts;
}
.footer-grid__phoneandcity {
  display: none;
  margin-bottom: 39px;
}
@media screen and (min-width: 1200px) {
  .footer-grid__phoneandcity {
    display: block;
  }
}
.footer-grid__phoneandcity .footer-phone .footer-phone__tel {
  line-height: 1;
}
.copyright {
  display: grid;
  grid-template-areas: 'site payments payments links';
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00000066;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .copyright {
    padding-top: 7px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.copyright__site {
  grid-area: site;
  padding: 14px 5px 14px 10px;
  display: block;
}
@media screen and (min-width: 1200px) {
  .copyright__site {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.copyright__payments {
  grid-area: payments;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .copyright__payments {
    margin-top: 0;
  }
  .copyright__payments img {
    margin-left: 7px;
  }
}
@media screen and (max-width: 480px) {
  .copyright__payments {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .copyright__payments img {
    margin-top: 5px;
  }
}
.copyright__links {
  grid-area: links;
}
.copyright__links a {
  color: #00000066;
  padding: 14px 5px 14px 0;
  display: block;
}
@media screen and (min-width: 1200px) {
  .copyright__links a {
    display: inline-block;
    border-bottom: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .copyright-border {
    border-top: 1px solid #EEF2F6;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
@media screen and (max-width: 480px) {
  .page-footer .container {
    padding: 0 12px;
  }
}
.default--p {
  margin: 20px 0;
}
.text-order {
  font-size: 20px;
  margin-bottom: 0.3em;
}
.text-order--recall {
  margin-top: 1em;
  font-size: 16px;
}
.text-order--recall span {
  font-size: 18px;
}
.text-center {
  text-align: center;
}
.text-lg {
  font-size: 16px;
}
.text-lk-p {
  max-width: 920px;
  margin-bottom: 1em;
}
.text-default {
  color: #262626;
}
.text-gray {
  color: #818489;
}
.text-green {
  color: #7EBD69;
}
.required {
  color: #CE0101;
}
.currency {
  font-size: 80%;
}
.label--required {
  color: #818489;
  font-size: 14px;
}
.line-through-after-before {
  text-align: center;
  position: relative;
}
.line-through-after-before span {
  background: #fff;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.line-through-after-before:before {
  content: '';
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  background: #EEF2F6;
  position: absolute;
}
.page-text-wrapper {
  border-top: 1px solid #EEF2F6;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .page-text-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.page-text-wrapper h2 {
  font-size: 19px;
  color: #434343;
}
.page-text-wrapper p,
.page-text-wrapper a {
  margin-top: 10px;
  color: #525c69;
  line-height: 1.6;
  display: block;
  max-width: 1310px;
}
.page-text-wrapper a {
  display: inline-block;
}
.seo-footer * {
  all: revert;
}
.text-product-wrapper {
  max-width: 1080px;
  line-height: 1.6;
}
.text-product-wrapper p {
  margin-bottom: 20px;
}
.text-product-wrapper h4 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
}
.text-product-wrapper ul {
  list-style: none;
  margin-left: 1.5em;
  margin-bottom: 10px;
}
.text-product-wrapper ul li {
  line-height: 1.5;
  margin: 5px 0;
  padding: 0;
}
.text-product-wrapper ul li:before {
  content: "\2022";
  color: #585858;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 20px;
  margin-left: -1em;
}
.text-product-wrapper a {
  text-decoration: underline;
}
.author {
  font-size: 14px;
  color: #707070;
}
.author b {
  color: #262626;
  font-size: 15px;
}
.time {
  font-size: 14px;
  color: #8C8C8C;
}
.text--bottom {
  position: relative;
  display: inline-block;
}
.text--bottom span {
  position: relative;
}
.text--bottom:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -4px;
  border-bottom: 4px solid #F6D300;
}
.small_p {
  font-size: 14px;
  margin: 1em 0;
}
.status--processing {
  color: #EF9032;
}
.status--success {
  color: #39B42F;
}
.text-offer-paragraph .btn {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .text-offer-paragraph {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-offer-paragraph .btn {
    margin-top: 0;
    margin-left: 10px;
  }
}
.nowrap {
  white-space: nowrap;
}
.tableHolder {
  overflow: auto;
}
.responsive-table {
  width: 100%;
  min-width: 800px;
  table-layout: fixed;
}
.responsive-table tr {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 33px;
}
@media screen and (min-width: 768px) {
  .responsive-table tr {
    margin-left: 0;
    margin-right: 0;
  }
}
.responsive-table tr:nth-child(odd) {
  background: #f9fafc;
}
.responsive-table td {
  width: 50%;
  padding: 14px 0;
  text-align: left;
}
@media screen and (min-width: 480px) {
  .responsive-table td {
    padding: 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .responsive-table td {
    display: table-cell;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .responsive-table td {
    font-size: 14px;
    line-height: 20px;
  }
}
.responsive-list {
  list-style-type: disc;
  margin-left: 20px;
}
.responsive-list li {
  margin-bottom: 10px;
}
.container {
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (min-width: 1200px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.site-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.site-content .container-search--fixed,
.site-content .container-search--js {
  left: 0;
}
.site-content.site-content__header--hidden .page-header {
  display: none;
}
.page-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .page-content {
    padding-bottom: 30px;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 769px) {
  .page-content {
    padding-bottom: 0;
  }
}
.page-content_padd_default {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .page-content_padd_default {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .page-content_padd_default {
    padding-left: 60px;
  }
}
.page--category {
  margin-top: 10px;
}
.pull-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pull-row--filter-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .pull-row--filter-desktop {
    display: none;
  }
}
.pull-row--filter-mobile {
  display: none;
}
@media (max-width: 480px) {
  .pull-row--filter-mobile {
    display: block;
  }
}
.pull-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .pull-left {
    margin-left: 10px;
  }
}
.pull-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.bg--gray {
  background: #EEF2F6;
}
@media screen and (min-width: 768px) {
  .bg--gray.page-footer {
    border-top: 1px solid #DEE3E8;
  }
}
.bg--gray.page-footer .copyright {
  padding-bottom: 0;
}
.bg--gray.page-footer .copyright__site {
  color: #818489;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .bg--gray.page-footer .copyright__site {
    text-align: left;
  }
}
.bg--gray.page-footer .copyright__links {
  display: none;
}
@media screen and (min-width: 768px) {
  .bg--gray.page-footer .copyright__links {
    display: block;
  }
}
.fs14 {
  font-size: 14px;
}
.indent_t7 {
  margin-top: 7px;
}
.indent_l10 {
  margin-left: 10px;
}
.indent_t10 {
  margin-top: 10px;
}
.indent_t20 {
  margin-top: 20px;
}
.indent_t30 {
  margin-top: 30px;
}
.indent_b20 {
  margin-bottom: 20px;
}
.indent_b25 {
  margin-bottom: 25px;
}
.indent_b30 {
  margin-bottom: 30px;
}
.indent_b40 {
  margin-bottom: 40px;
}
.indent_b50 {
  margin-bottom: 50px;
}
.indent_b60 {
  margin-bottom: 60px;
}
.block_content {
  width: calc(100% - 310px);
  margin-right: 30px;
}
@media screen and (max-width: 1400px) {
  .block_content {
    width: calc(100% - 220px);
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .block_content {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1400px) {
  .about_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.about_map {
  height: 500px;
}
@media screen and (max-width: 1400px) {
  .about_map {
    width: 100%;
  }
}
.contacts_map {
  margin-bottom: 155px;
  width: calc(100% - 55px);
}
@media screen and (max-width: 1400px) {
  .contacts_map {
    width: 100%;
  }
}
.shop_box_slider-element {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.shop_box-map {
  width: 49%;
}
@media screen and (max-width: 1500px) {
  .shop_box-map {
    width: 100%;
    height: 350px;
    margin-bottom: 30px;
  }
}
.about_right {
  padding-top: 15px;
  width: 280px;
}
@media screen and (max-width: 1400px) {
  .about_right {
    width: 100%;
  }
}
.about_right-text {
  margin-bottom: 130px;
  font-size: 14px;
}
@media screen and (max-width: 1400px) {
  .about_right-text {
    margin-bottom: 20px;
  }
}
.about_right-link {
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}
.about_bottom-text {
  margin-bottom: 30px;
}
.news_detail-img {
  margin-bottom: 10px;
}
.news_detail_social {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1500px) {
  .news_detail_social {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.news_detail_social .r-menu-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  padding: 0;
}
.news_detail_social .r-menu-item h4 {
  margin-right: 15px;
}
@media screen and (max-width: 1500px) {
  .news_detail_social-date {
    margin-bottom: 10px;
  }
}
.news_detail-footnote {
  padding-top: 15px;
  width: 280px;
}
@media screen and (max-width: 1400px) {
  .news_detail-footnote {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .news_detail-footnote {
    display: none;
  }
}
.news_detail_text h3 {
  font-size: 26px;
  margin-bottom: 36px;
}
.news_detail_right {
  margin-right: 60px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  .news_detail_right {
    margin-right: 0;
  }
}
@media screen and (max-width: 1500px) and (min-width: 1200px) {
  .grid--default .grid__aside.news_detail_right {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.shop_box_slider-start.owl-carousel .owl-nav {
  position: absolute;
  top: calc(50% - 20px);
  width: 100%;
}
.shop_box_slider-start.owl-carousel .owl-nav button {
  position: absolute;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 10px;
  margin-right: 10px;
}
.shop_box_slider-start.owl-carousel .owl-nav button svg {
  fill: #fff;
  width: 12px;
  height: 12px;
}
.shop_box_slider-start.owl-carousel .owl-prev {
  left: 0;
}
.shop_box_slider-start.owl-carousel .owl-next {
  right: 0;
}
.shop_box_slider-start.owl-carousel .owl-dots {
  display: none!important;
}
.news_detail_right-title {
  font-size: 20px;
  margin-bottom: 20px;
}
.news_detail_text-yellow {
  border-left: 3px solid #F6D300;
  padding-left: 20px;
}
.page-title {
  margin-bottom: 15px;
  font-size: 20px;
}
@media screen and (min-width: 480px) {
  .page-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .page-title {
    font-size: 30px;
  }
}
.page-title__counter {
  font-size: 80%;
  color: #AFAFAF;
}
.page-title__vendor-code {
  display: none;
  font-size: 14px;
  color: #9499A0;
}
@media screen and (min-width: 1200px) {
  .page-title__vendor-code {
    display: inline-block;
  }
}
.no-items {
  margin-bottom: 40px;
}
.page-catalog {
  margin-bottom: 30px;
}
@media screen and (min-width: 1600px) {
  .page-catalog {
    margin-bottom: 60px;
  }
}
.border--top {
  border-top: 1px solid #EEF2F6;
}
.recommend_title {
  font-size: 25px;
  margin-bottom: 30px;
}
.shop_box {
  margin-bottom: 65px;
}
.shop_box > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.shop_box > div:first-child {
  padding-right: 30px;
}
@media screen and (max-width: 1500px) {
  .shop_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .shop_box {
    width: 100%;
  }
}
.shop_box_slider {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .shop_box .shop_box_slider {
    max-height: none;
  }
}
.shop_box_slider .item {
  width: 100%;
}
.shop_box_slider .item:after {
  content: "";
  display: block;
  padding-top: 70.5%;
}
@media screen and (max-width: 480px) {
  .shop_box_slider .item:after {
    padding-top: 70.6%;
  }
}
.shop_sale {
  margin-bottom: 80px;
}
.shop_sale_box {
  width: 23%;
}
@media screen and (max-width: 1600px) {
  .shop_sale_box {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .shop_sale_box {
    width: 100%;
  }
}
.shop_sale_content {
  margin-bottom: 35px;
}
@media screen and (max-width: 1600px) {
  .shop_sale_content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.shop_sale_box-price {
  font-size: 26px;
  font-weight: bold;
}
.shop_sale_box-price-old {
  font-size: 18px;
  font-weight: bold;
  color: #9499A0;
  text-decoration: line-through;
}
.shop_sale_box-title {
  font-size: 16px;
}
.shop_sale_box-info {
  font-size: 14px;
  color: #818489;
}
.products-offers--links {
  font-size: 12px;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .products-offers--links {
    margin: 20px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .products-offers--links a.hide_sm {
    display: none;
  }
}
.products-offers--links a {
  margin-right: 20px;
  margin-bottom: 5px;
  display: block;
}
@media screen and (min-width: 768px) {
  .products-offers--links a {
    display: inline-block;
  }
}
.products-offers--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 22px;
}
@media screen and (min-width: 768px) {
  .products-offers--buttons {
    margin-bottom: 20px;
  }
}
.products-offers--buttons .btn {
  font-weight: 400;
  height: 42px;
  padding: 10px;
  font-size: 16px;
  line-height: 25px;
  text-transform: none;
  letter-spacing: 0;
  border-radius: 8px;
  border-color: #EBF1FD;
}
@media (max-width: 480px) {
  .products-offers--buttons .btn {
    font-size: 14px;
    line-height: 17px;
  }
}
.products-offers--buttons .btn:hover {
  color: #3C71EE;
  background-color: #EBF1FD;
}
.products-offers--buttons .btn:hover svg {
  stroke: #262626;
}
.products-offers--buttons .btn svg {
  margin-right: 5px;
}
.products-offers--buttons .btn span {
  margin-left: 5px;
}
.page-hidden {
  overflow: hidden;
}
.credit-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.credit-steps__item {
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .credit-steps__item {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1700px) {
  .credit-steps__item {
    width: 25%;
    margin-bottom: 0;
  }
}
.credit-step__icon-container {
  position: relative;
}
.credit-step__icon-container:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 78px;
  right: 0;
  border-bottom: 1px dashed #A7ACB2;
}
@media screen and (min-width: 768px) {
  .credit-step__icon-container:after {
    left: 115px;
    right: 15px;
  }
}
.credit-step__image {
  background: #EEF2F6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 68px;
  height: 68px;
}
@media screen and (min-width: 768px) {
  .credit-step__image {
    width: 100px;
    height: 100px;
  }
}
.credit-step__title {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0 15px;
}
.credit-step__text {
  color: #818489;
}
@media screen and (min-width: 768px) {
  .credit-step__text {
    max-width: 240px;
  }
}
.page-favorites {
  margin-bottom: 30px;
}
.main-recommend {
  margin: 30px 0;
}
@media screen and (min-width: 1400px) {
  .main-recommend {
    margin: 65px 0 30px;
  }
}
.main-recommend h1 {
  font-size: 20px;
  margin-bottom: 18px;
  line-height: 1.3;
}
@media screen and (min-width: 1400px) {
  .main-recommend h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.flex-buttons a:first-child {
  margin-right: 10px;
}
.social-carousel {
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .social-carousel {
    margin-bottom: 120px;
    padding-top: 16px;
  }
}
.social-carousel__title {
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
}
@media only screen and (min-width: 992px) {
  .social-carousel--owl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 200px 75px 200px;
    gap: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .social-carousel__item {
    grid-row: span 1;
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .social-carousel__item--1,
  .social-carousel__item--2,
  .social-carousel__item--3,
  .social-carousel__item--4,
  .social-carousel__item--5,
  .social-carousel__item--6,
  .social-carousel__item--7,
  .social-carousel__item--8,
  .social-carousel__item--9,
  .social-carousel__item--10,
  .social-carousel__item--11 {
    display: block;
  }
  .social-carousel__item--1,
  .social-carousel__item--3,
  .social-carousel__item--5 {
    grid-row: span 2;
  }
  .social-carousel__item--6,
  .social-carousel__item--7,
  .social-carousel__item--8 {
    grid-row: span 2;
  }
}
.social-item {
  position: relative;
  display: inline-block;
  width: 275px;
}
@media screen and (min-width: 768px) {
  .social-item {
    width: inherit;
  }
}
@media only screen and (min-width: 992px) {
  .social-item {
    overflow: hidden;
    border-radius: 8px;
  }
}
.social-item__img {
  display: inherit;
  height: 227px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .social-item__img {
    height: 100%;
    width: 100%;
  }
}
.social-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.social-item a .btn-white {
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.social-item:hover a {
  opacity: 1;
}
.social-item:hover a .btn-white {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.line-top {
  margin-top: 10px!important;
  border-top: 1px solid #EEF2F6;
  padding-top: 5px;
}
.bonus-stock {
  border: 1px solid #E9EDF1;
}
.bonus-stock-title {
  background-color: #F5F7F9;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 30px;
  padding-right: 30px;
}
.bonus-stock-title--text {
  margin-left: 15px;
  color: #3D3F41;
  font-weight: 600;
}
.bonus-stock-box {
  border-top: 1px solid #E9EDF1;
  padding: 20px 30px 25px 30px;
}
.page-lk {
  margin-top: 20px;
}
.address-list__item {
  margin-bottom: 25px;
}
.address-list__title {
  font-size: 16px;
  margin-bottom: 5px;
}
.address-list__buttons button {
  margin-right: 20px;
}
.visibility-hidden {
  visibility: hidden;
}
.warning-stock {
  border: 1px solid #EEF2F6;
  padding: 30px;
  font-size: 14px;
  border-left: 3px solid #F6D300;
}
@media screen and (min-width: 1200px) {
  .warning-stock {
    max-width: 300px;
  }
}
.page-search {
  margin: 20px 0 15px;
}
@media screen and (min-width: 1200px) {
  .page-search {
    margin: 40px 0 30px;
  }
}
.reference--link {
  font-size: 13px;
  margin-top: 20px;
}
.page-lookbook p {
  margin-bottom: 25px;
}
.page-order {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .page--order .js-address {
    right: 0 !important;
  }
  .page--order .btn-primary {
    margin-left: auto;
    margin-right: auto;
  }
}
.hidden {
  display: none;
}
@media (max-width: 1500px) {
  .bonus-stock {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .products-offers--buttons {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .products-offers--buttons .btn {
    white-space: nowrap;
  }
}
.profile-form {
  background: #fff;
  width: 100%;
  max-width: 625px;
  padding: 20px 30px;
}
.profile-form .tab {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (min-width: 480px) {
  .profile-form .tab {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .profile-form .tab {
    margin-left: 60px;
    margin-right: 60px;
  }
}
.profile-form .tab .tab__border {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 480px) {
  .profile-form .tab .tab__border {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 768px) {
  .profile-form .tab .tab__border {
    margin-left: -60px;
    margin-right: -60px;
  }
}
.profile-form .tab .tab__item {
  margin-right: 0;
  padding-bottom: 18px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  text-align: center;
}
.profile-form .tab .mCustomScrollBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.profile-form .tab .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile-form .panel {
  border: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 480px) {
  .profile-form .panel {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .profile-form .panel {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.profile-form__back-link {
  color: #0C6DE2;
}
.profile-form__container {
  display: grid;
  grid-template-areas: "inputPassword recoveryBtn" "captcha captcha";
  grid-template-columns: 2fr 1fr;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 30px;
}
@media screen and (max-width: 480px) {
  .profile-form__container {
    grid-template-areas: "inputPassword" "recoveryBtn" "captcha";
    grid-template-columns: 1fr;
  }
}
.profile-form__email {
  grid-area: inputPassword;
}
.profile-form__captcha {
  grid-area: captcha;
  padding-bottom: 5px;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 30px;
}
.profile-form__recovery-btn {
  width: 230px;
  margin: auto;
}
.profile-form__recovery-btn button {
  font-size: 13px;
  text-transform: uppercase;
  padding: 20px;
  letter-spacing: 0.04em;
}
.profile-form__sms-btn {
  grid-area: smsBtn;
  border: 2px solid #0C6DE2;
  width: 100%;
  border-radius: 1000px;
  margin-bottom: 30px;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.profile-form__sms-btn button {
  width: 100%;
}
.profile-form__sms-btn:hover {
  border: 2px solid #0c6ce29d;
}
.profile-form__title {
  font-size: 18px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .profile-form__title {
    font-size: 20px;
  }
}
.profile-form__subtitle {
  margin-bottom: 30px;
}
.profile-form .errortext {
  display: inline-block;
  margin-bottom: 15px;
}
.profile-form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 13px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 355px) {
  .profile-form__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.profile-form .line-through-after-before {
  margin-top: 30px;
  margin-bottom: 15px;
}
.profile-form .line-through-after-before:before {
  left: -15px;
  right: -15px;
}
@media screen and (min-width: 768px) {
  .profile-form .line-through-after-before:before {
    left: 0;
    right: 0;
  }
}
.profile-form .social--networks {
  margin-left: -4px;
  margin-right: -4px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}
.profile-form .social--networks > button {
  margin-left: 4px;
  margin-right: 4px;
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) {
  .profile-form .social--networks > button {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.profile-form .social--networks > button span {
  display: none;
  margin-left: 8px;
}
@media screen and (min-width: 768px) {
  .profile-form .social--networks > button span {
    display: inline-block;
  }
}
.profile-form__success {
  text-align: center;
}
.profile-form .flex-jcc {
  margin-top: 20px;
  margin-bottom: 15px;
}
.profile-form.p60 {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .profile-form.p60 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.image-wrap {
  margin-top: 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  .image-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .image-wrap {
    margin-top: 10px;
  }
}
.image-wrap__item {
  height: 100%;
  text-align: center;
}
.image-wrap__video-wrapper {
  height: 100%;
}
.image-wrap__video-wrapper iframe {
  width: 100%;
  height: 100%;
}
.image-wrap__dots {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  background: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .image-wrap__dots {
    display: none;
  }
}
.image-wrap__dots .btn-nav-detail {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 30px;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.image-wrap__dots .btn-nav-detail svg {
  stroke: #BDBDBD;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.image-wrap__dots .btn-nav-detail:hover svg {
  stroke: #0C6DE2;
}
.image-wrap__dots .btn-prev:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.image-wrap__dots .btn-next {
  left: auto;
  right: 0;
}
.image-wrap__dots .btn-next:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.image-wrap__dots-slider {
  width: 91%;
  max-height: 100px;
  margin-right: 7px;
  margin-left: 7px;
  background: #fff;
  overflow: hidden;
}
.image-wrap__dots-slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.image-wrap__dots-slider .swiper-wrapper .swiper-slide {
  height: auto;
}
.image-wrap__dots-slider .swiper-wrapper .swiper-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.image-wrap__dots .owl-stage-outer {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.image-wrap__dots .owl-nav {
  display: none;
}
.image-wrap__dots .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-wrap__dots .owl-item.current {
  opacity: 0.3;
}
.image-wrap__dot {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.image-wrap__dot.swiper-slide-thumb-active {
  opacity: 0.3;
}
.image-wrap__dot img {
  display: none;
  width: 100%;
}
.image-wrap__dot.video-wrap {
  text-align: center;
  padding-left: 18px;
}
.image-wrap__dot.video-wrap svg {
  display: none;
}
.image-wrap__dot.video-wrap_thumb {
  position: relative;
  height: auto !important;
}
.image-wrap__dot.video-wrap_thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .image-wrap__dot {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .image-wrap__dot img {
    display: inherit;
  }
  .image-wrap__dot.video-wrap svg {
    display: block;
  }
}
.image-wrap__content {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .image-wrap__content {
    padding-right: 85px;
  }
}
@media screen and (min-width: 768px) {
  .image-wrap__content {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .image-wrap__content {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .image-wrap__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
  }
  .image-wrap__content .image-wrap__container {
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
  .image-wrap__content .voblers-list {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .image-wrap__content .vobler {
    font-size: 10px;
    line-height: 13px;
  }
}
.image-wrap__content #MainHolderDiv canvas:nth-child(2) {
  width: 100% !important;
  height: auto !important;
}
.image-wrap__content #MainHolderDiv [id^="Rotate"] {
  bottom: 0 !important;
}
@media screen and (max-width: 600px) {
  .image-wrap__content #MainHolderDiv [id^="Rotate"] {
    display: none;
  }
}
.image-wrap__content #MainHolderDiv #RotateL {
  left: calc(50% - 150px) !important;
}
@media screen and (max-width: 480px) {
  .image-wrap__content #MainHolderDiv #RotateL {
    left: calc(50% - 120px) !important;
  }
}
.image-wrap__content #MainHolderDiv #RotateC {
  left: calc(50% - 40px) !important;
}
.image-wrap__content #MainHolderDiv #RotateR {
  left: calc(50% + 70px) !important;
}
@media screen and (max-width: 480px) {
  .image-wrap__content #MainHolderDiv #RotateR {
    left: calc(50% + 40px) !important;
  }
}
.image-wrap__content--loaded {
  opacity: 0;
  overflow: hidden;
}
.image-wrap__container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.image-wrap__container .btn-prev,
.image-wrap__container .btn-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 20;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(61, 104, 143, 0.12));
  filter: drop-shadow(0px 0px 20px rgba(61, 104, 143, 0.12));
}
.image-wrap__container .btn-prev svg,
.image-wrap__container .btn-next svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 480px) {
  .image-wrap__container .btn-prev,
  .image-wrap__container .btn-next {
    width: 30px;
    height: 30px;
  }
  .image-wrap__container .btn-prev .svg--arrow-chevron,
  .image-wrap__container .btn-next .svg--arrow-chevron {
    width: 9px;
    height: 12px;
  }
}
.image-wrap__container .btn-prev {
  left: 10px;
}
.image-wrap__container .btn-prev:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.image-wrap__container .btn-next {
  left: auto;
  right: 10px;
}
.image-wrap__container .btn-next:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
@media screen and (max-width: 1200px) {
  .image-wrap__container .btn-next {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .image-wrap__container .owl-item {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .image-wrap__container .owl-dots {
    display: none;
  }
}
.image-wrap__full-image {
  margin-right: auto;
  position: relative;
  max-width: 1000px;
}
.image-wrap__full-image .swiper-slide {
  height: auto;
}
@media screen and (min-width: 1800px) {
}
@media screen and (max-width: 1660px) {
  .image-wrap__full-image {
    max-width: 820px;
  }
}
@media screen and (max-width: 1440px) {
  .image-wrap__full-image {
    max-width: 800px;
  }
}
@media screen and (max-width: 1350px) {
  .image-wrap__full-image {
    max-width: 650px;
  }
}
@media screen and (max-width: 1200px) {
  .image-wrap__full-image {
    max-width: 100%;
  }
}
.image-wrap__full-image .image-wrap__absolute {
  position: absolute;
  left: 15px;
  z-index: 2;
}
.image-wrap__full-image .price--sale {
  top: 15px;
  right: 15px;
  left: auto;
}
.image-wrap__full-image .image-wrap__zoom {
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.image-wrap__full-image .image-wrap__zoom:hover {
  background: #FDE24B;
}
.image-wrap__full-image .popups {
  top: 15px;
  left: 15px;
  width: 172px;
  display: none;
}
@media screen and (min-width: 768px) {
  .image-wrap__full-image .popups {
    display: block;
  }
}
.image-wrap__full-image .popups > div {
  margin-bottom: 10px;
}
.image-wrap__full-image .image-wrap__item img {
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  max-height: 700px;
  width: auto!important;
}
@media screen and (max-width: 1440px) {
  .image-wrap__full-image .image-wrap__item img {
    width: 100% !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 1600px) {
  .image-wrap__full-image .image-wrap__item img {
    max-height: 536px;
  }
}
@media screen and (max-width: 768px) {
  .image-wrap__full-image .image-wrap__item img {
    display: block;
    height: auto;
    max-height: 320px!important;
    width: auto!important;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.image-wrap__full-image:hover .image-wrap__zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.image-wrap__full-image .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.image-wrap__full-image .owl-stage .owl-video-play-icon {
  display: none;
}
.image-wrap__actions {
  position: absolute;
  right: 0;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 21;
}
.image-wrap__actions > div {
  margin-left: 8px;
}
.image-wrap__actions .btn {
  background: #fff;
  padding-left: 3px;
}
@media screen and (max-width: 1200px) {
  .image-wrap__actions {
    top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image-wrap__actions .popover {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1200px) and screen and (min-width: 768px) {
  .image-wrap__actions .popover:last-child .popover__content {
    left: auto;
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .image-wrap__actions .popover:last-child .popover__content::after {
    right: 10px;
    left: auto;
  }
}
@media screen and (max-width: 768px) {
  .image-wrap__actions {
    display: none !important;
  }
  .image-wrap__actions .popover {
    margin-left: 10px;
  }
  .image-wrap__actions .popover:first-child {
    margin-left: 0;
  }
  .image-wrap__actions .popover .popover__content {
    left: 0;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .image-wrap__actions .popover .popover__content::after {
    left: 10px;
    right: auto;
  }
}
.image-wrap__actions .btn.iphone {
  padding: 8px 0 0 0;
}
.image-wrap__actions .btn.android {
  padding: 10px 0 0 5px;
}
.image-wrap__actions a.popover__action {
  padding: 29%;
}
.image-wrap__actions .popover path {
  fill: #B3B3B3;
}
.image-wrap__actions-left {
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
.image-wrap__reviews {
  margin-top: 40px;
}
.image-wrap__reviews .image-wrap__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.image-wrap__reviews .slider-image-reviews-wrapper {
  position: relative;
}
.image-wrap__reviews .slider-image-reviews__item {
  position: relative;
  padding-top: 83%;
}
.image-wrap__reviews .slider-image-reviews__item img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.image-wrap__reviews .slider-image-reviews__item video {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #bbbbbb;
  padding: 1px;
}
@media screen and (max-width: 1200px) {
  .image-wrap__reviews--desktop {
    display: none;
  }
}
.image-wrap__reviews--mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .image-wrap__reviews--mobile {
    display: block;
  }
}
.image-wrap__reviews .swiper-button-next,
.image-wrap__reviews .swiper-button-prev {
  position: absolute;
  width: 24px;
  height: 24px;
  margin: 0;
  border-radius: 50%;
  left: -12px;
  top: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.image-wrap__reviews .swiper-button-next.disabled,
.image-wrap__reviews .swiper-button-prev.disabled {
  display: none;
}
.image-wrap__reviews .swiper-button-next:after,
.image-wrap__reviews .swiper-button-prev:after {
  content: '';
}
.image-wrap__reviews .swiper-button-next {
  left: auto;
  right: -12px;
}
@media screen and (max-width: 768px) {
  .image-wrap__reviews .owl-nav {
    display: none;
  }
}
.image-wrap .svg--arrow-chevron {
  width: 40px;
}
.image-wrap .owl-carousel .owl-dots.disabled,
.image-wrap .owl-carousel .owl-nav.disabled {
  display: none!important;
}
.image-wrap .popover {
  border: 1px solid #EEF2F6;
  border-radius: 100px;
}
@media screen and (min-width: 1200px) {
  .image-wrap .popover {
    margin-top: 20px;
  }
}
.image-wrap .popover:hover {
  border-color: #B9BCC1;
}
.image-wrap .vobler-container.popover {
  border: none;
}
.image-wrap__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.image-wrap__header .review-more {
  color: #0C6DE2;
}
@media (min-width: 1200px) {
  .image-wrap__header .review-more {
    display: none;
  }
}
.image-wrap-more {
  margin-top: 40px;
  margin-bottom: 40px;
}
.image-wrap-more span {
  font-size: 18px;
  color: #434343;
  display: inline-block;
  margin-bottom: 12px;
}
.image-wrap-more ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-wrap-more li {
  width: 115px;
  margin-right: 20px;
}
.image-wrap-more img {
  display: inherit;
}
.review-modal__product-slider {
  position: relative;
}
.review-modal__product-slider .btn-prev,
.review-modal__product-slider .btn-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: 0;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(61, 104, 143, 0.12));
  filter: drop-shadow(0px 0px 20px rgba(61, 104, 143, 0.12));
}
.review-modal__product-slider .btn-prev svg,
.review-modal__product-slider .btn-next svg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.review-modal__product-slider .btn-prev {
  left: 10px;
}
.review-modal__product-slider .btn-prev:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.review-modal__product-slider .btn-next {
  left: auto;
  right: 95px;
}
.review-modal__product-slider .btn-next:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
@media screen and (max-width: 1600px) {
  .review-modal__product-slider .btn-next {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .review-modal__product-slider .owl-item {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .review-modal__product-slider .owl-dots {
    display: none;
  }
}
.container-search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 500px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .container-search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: none;
  }
  .page-header--open-search .container-search {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .container-search {
    margin: 0 12px;
  }
}
@media screen and (min-width: 992px) {
  .container-search__left-menu--hidden {
    left: 60px;
  }
}
.with_bx_pannel .container-search {
  top: 96px;
}
@media screen and (min-width: 768px) {
  .with_bx_pannel .container-search {
    top: 120px;
  }
}
.container-search--js {
  margin-top: -85px;
  -webkit-transform: none;
  transform: none;
  position: fixed;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.container-search--fixed {
  -webkit-transform: translateY(85px);
  transform: translateY(85px);
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.04);
}
.search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 99%;
  width: 100%;
  position: relative;
}
.search-form__input {
  width: 100%;
  height: 46px;
  padding-left: 20px;
  padding-right: 80px;
  border: 1px solid #E2E2E2;
  border-radius: 100px;
  font-size: 14px;
  line-height: 19px;
  color: #505050;
}
@media screen and (max-width: 992px) {
  .page-header--open-search .search-form__input {
    height: 30px;
    padding-right: 65px;
    text-decoration: none;
    color: #999999;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
  .search-form__input {
    font-size: 16px;
  }
}
.search-form__input:focus ~ label,
.search-form__input:not(:invalid) ~ label {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .search-form__input {
    font-size: 18px;
  }
}
.search-form__label {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  color: #9499A0;
  font-size: 12px;
  pointer-events: none;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .search-form__label {
    font-size: 14px;
  }
}
.search-form__actions {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
  padding: 0 16px;
}
@media screen and (max-width: 992px) {
  .page-header--open-search .search-form__actions {
    right: 60px;
  }
}
.search-form__clear-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-left: 8px;
  background: none;
  border: none;
  cursor: pointer;
}
.search-form__submit-btn {
  display: none;
}
@media screen and (max-width: 992px) {
  .page-header--open-search .search-form__submit-btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 60px;
    height: 30px;
    margin-left: 5px;
    font-size: 12px;
    line-height: 1;
    color: #3C71EE;
    background-color: #EBF1FD;
    border-radius: 5px;
    border: none;
    text-align: center;
  }
}
.search-form__button svg {
  width: 18px;
  display: block;
}
@media screen and (min-width: 768px) {
  .search-form__button svg {
    width: 24px;
  }
}
.search-form .search-form__camera {
  width: auto;
  height: auto;
  padding: 0;
}
.search-form .search-form__camera svg {
  width: 18px;
  fill: #0C6DE2;
}
.search-form .search-form__camera:hover,
.search-form .search-form__camera:focus,
.search-form .search-form__camera:active {
  background-color: #EEF2F6;
  color: #0C6DE2;
}
.search-form .search-form__camera:hover svg,
.search-form .search-form__camera:focus svg,
.search-form .search-form__camera:active svg {
  fill: #084a99;
}
@media screen and (min-width: 768px) {
  .search-form .search-form__camera svg {
    width: 24px;
  }
}
@media screen and (min-width: 768px) and (max-height: 920px) {
  .search-form .search-form__camera svg {
    width: 31px;
  }
}
#searchImageFormHeader {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .page-header--open-search #searchImageFormHeader {
    right: 52px;
  }
}
.search-results {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  min-height: 100px;
  max-height: 400px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  margin-top: 1px;
  margin-right: 60px;
  margin-left: 60px;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1800px) {
  .search-results {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .search-results {
    margin: 0;
  }
}
@media screen and (max-width: 992px) {
  .search-results {
    max-height: none;
    height: calc(100vh - 50px);
  }
}
.search-results h4 {
  margin: 15px 10px;
  padding: 5px;
  border-bottom: 1px solid #EBF1FD;
  font-size: 15px;
  text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
  .search-results h4 {
    margin: 15px 30px 10px;
  }
}
@media screen and (min-width: 1800px) {
  .search-results h4 {
    margin: 15px 60px 10px 60px;
  }
}
@media screen and (max-width: 992px) {
  .search-results h4 {
    position: relative;
    color: #999999;
    border-bottom: none;
    text-transform: none;
  }
  .search-results h4:after {
    content: '';
    position: absolute;
    left: 5px;
    bottom: -2px;
    width: 70%;
    height: 1px;
    background: #EBF1FD;
  }
}
.search-results p {
  color: #999999;
  font-size: 14px;
  padding: 18px 15px;
}
@media screen and (min-width: 1200px) {
  .search-results p {
    padding: 16px 30px;
  }
}
@media screen and (min-width: 1800px) {
  .search-results p {
    padding: 16px 60px;
  }
}
.search-results a {
  display: block;
  padding: 10px 15px;
  color: #262626;
}
@media screen and (min-width: 1200px) {
  .search-results a {
    padding: 10px 20px 10px 35px;
  }
}
@media screen and (min-width: 1800px) {
  .search-results a {
    padding: 10px 40px 10px 65px;
  }
}
.search-results li:hover,
.search-results li.hover {
  background: #EFF6FF;
}
.isMobile .search-results {
  margin-right: inherit;
  margin-left: inherit;
}
.site-content_search {
  position: relative;
}
.site-content_search:after {
  content: '';
  z-index: 120;
  position: fixed;
  top: 155.125px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1200px) {
  .site-content_search:after {
    top: 146px;
  }
}
@media screen and (max-width: 768px) {
  .site-content_search:after {
    top: 84px;
  }
}
@media screen and (max-width: 767px) {
  .site-content_search:after {
    display: none;
  }
}
.site-content_search .search-results {
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 0;
  opacity: 1;
  pointer-events: inherit;
  z-index: 2;
}
.panel {
  color: #1D1D1D;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.panel--success {
  background: #EAFAEC;
  border: 1px solid #C1E0B6;
}
.panel--success.panel--box {
  color: #5B9648;
}
.panel--success .panel__close {
  stroke: #5B9648;
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer;
  width: 10px;
}
.panel--success .panel__close:hover {
  stroke: #6BA658;
}
.panel--box {
  padding: 20px 30px;
}
.label-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.label-icon__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  padding-top: 5px;
}
.label-icon__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pagination {
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
.pagination__container {
  padding-top: 70px;
}
.pagination__container--aucs {
  padding-top: 0;
}
.pagination__more {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}
.pagination__more_custom {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 480px) {
  .pagination__more {
    width: 265px;
  }
}
.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination__list .btn-sm--circle {
  margin: 0 3px;
}
.pagination__prev {
  margin-right: 40px;
  display: none;
}
@media screen and (min-width: 768px) {
  .pagination__prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.pagination__next {
  margin-left: 40px;
  display: none;
}
@media screen and (min-width: 768px) {
  .pagination__next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.tab__list .mCSB_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tab__list--products {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 -15px -18px;
  padding: 0 15px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tab__list--products::-webkit-scrollbar {
  display: none;
}
.tab__border {
  border-bottom: 1px solid #EEF2F6;
}
@media screen and (min-width: 768px) {
  .tab__border {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.tab__border--questions {
  margin-bottom: 40px;
}
.tab__active {
  position: absolute;
  bottom: 0;
  height: 3px;
  left: 0;
  width: 0;
  background: #F6D300;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tab__item {
  cursor: pointer;
  font-size: 16px;
  padding: 13px 0;
  margin-right: 30px;
  text-transform: uppercase;
  color: #818489;
  white-space: nowrap;
}
.tab__item:hover,
.tab__item--active {
  color: #262626;
}
@media screen and (min-width: 1400px) {
  .tab__item {
    font-size: 18px;
  }
}
.tab__item--products {
  padding: 0;
  color: rgba(0, 0, 0, 0.4);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tab__item--products h2 {
  font-size: 40px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: none;
}
@media screen and (max-width: 992px) {
  .tab__item--products {
    margin-right: 10px;
  }
  .tab__item--products h2 {
    font-size: 20px !important;
    line-height: 1.3;
  }
}
.tab__item--products:hover,
.tab__item--products.tab__item--active {
  color: #000000;
}
.tab__item--products:last-child {
  margin-right: 0;
}
.tab__content {
  display: none;
}
.tab__content--active {
  display: block;
}
.tab--products .tab__list {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .tab--products .tab__list {
    margin-left: 0;
    margin-right: 0;
  }
}
.tab--products .tab__item {
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #919191;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1200px) {
  .tab--products .tab__item {
    margin-left: 0;
    margin-right: 15px;
    font-size: 14px;
  }
}
@media screen and (min-width: 1500px) {
  .tab--products .tab__item {
    margin-right: 30px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1800px) {
  .tab--products .tab__item {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .tab--products .tab__item {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.tab--products .tab__item--active {
  color: #262626;
}
.tab--products .tab__active {
  left: 15px;
}
@media screen and (min-width: 1200px) {
  .tab--products .tab__active {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .tab--products .tab__active {
    bottom: 10px;
  }
}
.tab--products .tab__border {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 1200px) {
  .tab--products .tab__border {
    margin-left: 0px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1800px) {
  .tab--products .tab__border {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .tab--products .tab__border {
    margin-top: -10px;
  }
}
.tab--products .tab__content {
  padding-top: 20px;
}
.tab--products .tab__content .container-search-store {
  margin-bottom: 20px;
}
@media screen and (min-width: 1600px) {
  .tab--products .tab__content .container-search-store {
    display: none;
  }
}
.tab--products .badge__counter {
  position: static;
  width: auto;
  background-color: transparent;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #919191;
  margin: 0;
  margin-left: 3px;
  -webkit-transform: none;
  transform: none;
}
.tab--products .table-params {
  margin-top: 50px;
  display: block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  .tab--products .table-params {
    margin-top: 40px;
  }
}
.tab--products .table-params--bonuses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 0;
}
.tab--products .table-params .table__item {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding-bottom: 15px;
  grid-column: span 1;
}
.tab--products .table-params .table__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 38px;
  /* 237.5% */
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media (max-width: 991px) {
  .tab--products .table-params {
    gap: 10px 20px;
  }
}
@media (max-width: 600px) {
  .tab--products .table-params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .tab--products .table-params .table__title {
    line-height: 1.5;
  }
  .tab--products .table-params .table__item {
    width: 100%;
    padding-bottom: 0;
  }
}
.tab--main .tab__list,
.tab--main .tab__border {
  display: none;
}
@media screen and (min-width: 1200px) {
  .tab--main .tab__list,
  .tab--main .tab__border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tab--lk {
  margin-bottom: 30px;
}
.tab--lk .tab__content {
  padding: 30px 0;
}
.tab--lk .card__text {
  text-align: center;
  color: #818489;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 20px;
}
.tab--lk .card__img {
  display: block;
  margin: 0 auto;
  width: 460px;
  height: 100px;
}
.mobile-menu {
  position: fixed;
  top: 57px;
  right: auto;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
  font-size: 15px;
  background: #fff;
  width: 100%;
  z-index: 45;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .mobile-menu {
    display: none;
  }
}
.mobile-menu.mobile-menu-active {
  opacity: 1;
  pointer-events: inherit;
}
.mobile-menu .mobile-menu__nav {
  padding: 8px 0;
}
.mobile-menu .mobile-menu__nav a {
  display: block;
  padding: 10px 15px;
}
.mobile-menu .mobile-menu__nav_accordion > ul > li {
  border-top: 1px solid #e8e8e8;
}
.mobile-menu .mobile-menu__nav_accordion > ul > li:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.mobile-menu .mobile-menu__nav_accordion > ul > li .mobile-menu__nav {
  padding: 0;
  margin-top: -5px;
}
.mobile-menu .mobile-menu__nav_accordion > ul > li .mobile-menu__nav ul > li:last-child {
  margin-bottom: 18px;
}
.mobile-menu .mobile-menu__nav_accordion > ul > li .mobile-menu__nav a {
  padding: 8px 15px;
  color: #818489;
}
.mobile-menu .mobile-menu__nav_accordion > ul > li > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  font-size: 16px;
  padding: 0 15px;
}
.mobile-menu .mobile-contacts {
  padding: 15px 15px 30px;
}
.mobile-menu .mobile-contacts .mobile-contacts__item {
  margin-bottom: 10px;
}
.mobile-menu .mobile-contacts .mobile-contacts__item--feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-menu .mobile-contacts .mobile-contacts__item-right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 20px;
}
.mobile-menu .mobile-contacts .mobile-contacts__mail {
  margin-top: 10px;
}
.mobile-menu .mobile-contacts .mobile-contacts__phone {
  display: block;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 0;
}
@media screen and (min-width: 1300px) {
  .mobile-menu .mobile-contacts .mobile-contacts__phone {
    font-size: 18px;
  }
}
.mobile-menu .btn {
  text-transform: none;
  border-radius: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  height: 56px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 56px;
  flex: 0 0 56px;
  font-size: 15px;
  border: 0;
}
.mobile-menu .btn:active {
  -webkit-transform: none!important;
  transform: none!important;
}
.mobile-menu .btn .text-gray {
  color: #969696;
}
.mobile-menu .btn-light {
  font-weight: 400;
}
.mobile-menu .btn-light > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mobile-menu .btn-info {
  text-transform: none;
  border-radius: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  width: 100%;
  height: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  background: #004B95;
  border-color: #004B95;
}
.mobile-menu .btn-info:active {
  -webkit-transform: none!important;
  transform: none!important;
}
.mobile-menu .btn-info .text-gray {
  color: #969696;
}
.mobile-menu .btn-info .svg--mobile-catalog {
  margin-right: 12px;
}
.mobile-menu .btn-info svg {
  fill: #fff;
}
.mobile__searchCity {
  position: fixed;
  top: 57px;
  right: auto;
  bottom: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 15px;
  background: #fff;
  width: 100%;
  z-index: 45;
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .mobile__searchCity {
    display: none;
  }
}
.mobile__searchCity.mobile__searchCity-active {
  opacity: 1;
  pointer-events: inherit;
  padding-top: 70px;
}
.mobile-catalog__counter {
  color: #99BDF7;
  font-size: 15px;
  font-weight: 400;
}
.btn-mobile.btn-info {
  text-transform: none;
  border-radius: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  width: 100%;
  height: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  background: #004B95;
  border-color: #004B95;
}
.btn-mobile.btn-info:active {
  -webkit-transform: none!important;
  transform: none!important;
}
.btn-mobile.btn-info .text-gray {
  color: #969696;
}
.btn-mobile.btn-info .svg--mobile-catalog {
  margin-right: 12px;
}
.btn-mobile.btn-info svg {
  fill: #fff;
}
@media screen and (min-width: 992px) {
  .page-content .btn-mobile {
    display: none;
  }
}
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  min-height: 22px;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.checkbox__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #E3E8ED;
  background: #FBFCFD;
  width: 22px;
  height: 22px;
}
.checkbox__select svg {
  opacity: 0;
}
.checkbox:hover input:not(:disabled) + span svg {
  opacity: 0.1;
}
.checkbox input:disabled + span {
  border-color: #EEF2F6;
}
.checkbox input:checked + span {
  background: #fff;
}
.checkbox input:checked + span svg {
  opacity: 1!important;
}
.checkbox__label {
  font-size: 14px;
  padding-left: 35px;
  padding-top: 0;
}
.checkbox:hover .checkbox-container__select {
  border: 1px solid #d3dbe3;
}
.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
  min-height: 22px;
}
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
}
.radio__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #E3E8ED;
  border-radius: 50%;
  background: #FBFCFD;
  width: 22px;
  height: 22px;
}
.radio__select:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.radio:hover input:not(:disabled) + span:after {
  opacity: 0.1;
}
.radio input:disabled + span {
  border-color: #EEF2F6;
}
.radio input:checked + span {
  background: #fff;
}
.radio input:checked + span:after {
  opacity: 1!important;
}
.radio__label {
  font-size: 14px;
  padding-left: 30px;
  padding-top: 2px;
}
.radio:hover .checkbox-container__select {
  border: 1px solid #d3dbe3;
}
.dropdown-menu__item--radio .radio:hover input:not(:disabled) + span:after {
  opacity: 0;
}
.dropdown-menu__item--radio .radio__select {
  position: absolute;
  left: 0;
  top: 0;
  border: 0;
  border-radius: 50%;
  background: transparent!important;
  width: 22px;
  height: 22px;
}
.dropdown-menu__item--radio .radio__select:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 15px;
  height: 11px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url('../img/icons/other/checkbasket.svg');
  background-size: cover;
}
.delivery-radio label {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.delivery-radio input {
  display: none;
}
.delivery-radio input:checked + label {
  border-color: #F6D300;
}
.delivery-radio input:checked + label:after {
  background: url('../img/icons/other/checkbasket.svg');
  opacity: 1!important;
}
.delivery-radio input:checked + label:before {
  opacity: 1!important;
}
.delivery-radio__input {
  max-width: 320px;
  width: 100%;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #EEF2F6;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 20px;
}
.delivery-radio__input .delivery-radio__icon {
  margin-right: 10px;
  width: 28px;
  text-align: center;
}
.delivery-radio__input .icon__delivery {
  width: 28px;
  margin-bottom: -3px;
}
.delivery-radio__input .icon__payment-pay_method {
  width: 36px;
  max-width: initial;
}
.delivery-radio__input:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 18px;
  width: 17px;
  height: 12px;
  background: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.delivery-radio__input:before {
  content: '';
  position: absolute;
  right: 16px;
  top: 18px;
  width: 40px;
  height: 20px;
  background: -webkit-gradient(linear, right top, left top, color-stop(40%, #fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #fff 40%, rgba(255, 255, 255, 0));
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
}
.delivery-radio__input:hover {
  cursor: pointer;
  border-color: #F6D300;
}
.delivery-radio__input:hover:after {
  opacity: 0.1;
  background: url('../img/icons/other/checkbasket.svg');
}
.delivery-radio__input:hover:before {
  opacity: 1;
}
.grid--order__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.grid--order__delivery > div:first-child {
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .grid--order__delivery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .grid--order__delivery .delivery-radio__input {
    min-width: 250px;
    width: 100%;
  }
  .grid--order__delivery > div:first-child {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .grid--order__delivery {
    margin-top: 10px;
  }
}
@media screen and (min-width: 670px) {
  .grid--order__delivery .delivery-radio__input {
    width: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .grid--order__delivery {
    margin-top: 20px;
  }
  .grid--order__delivery .delivery-radio__input {
    width: 270px;
  }
}
@media screen and (min-width: 1400px) {
  .grid--order__delivery .delivery-radio__input {
    width: 320px;
  }
}
.radio__label {
  height: 100%!important;
  max-width: 286px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.radio__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  margin-right: 15px;
  margin-top: 2px;
}
.radio__content__title {
  display: block;
}
.radio__content__description {
  color: #818489;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 5px;
  display: inline-block;
}
:active,
:hover,
:focus {
  outline: 0;
  outline-offset: 0;
}
body.modal-open .select2-container {
  z-index: 3003;
}
body.modal-open .select2-selection {
  z-index: 3000;
}
body.modal-open .subscribe__form .select2-container {
  z-index: 10;
}
body.modal-open .field--select .field__label {
  z-index: 3004;
}
.modal {
  z-index: 3000;
}
.select2-container {
  width: 100% !important;
}
.select2-container.select2-container--open .select2-selection {
  background: #fff !important;
}
.select2-container.select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select2-selection {
  min-height: 60px !important;
  border-color: #EEF2F6 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 75px;
  background: #fff !important;
  position: relative;
}
.select2-selection .select2-selection__rendered {
  padding-left: 25px !important;
}
.select2-selection .select2-selection__arrow {
  top: 10px !important;
  bottom: 10px !important;
  right: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #DFE6ED;
  width: 50px !important;
  height: auto !important;
}
.select2-selection .select2-selection__arrow b {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0 !important;
  width: 9px !important;
  height: 9px !important;
  position: static !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  display: inline-block;
  background: url('../img/icons/other/arrow-down-sign-to-navigate.svg');
  background-size: 9px 9px;
}
.select2-selection.select2-selection--multiple:after {
  content: "";
  position: absolute;
  top: 10px !important;
  bottom: 10px !important;
  right: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 1px solid #DFE6ED;
  width: 50px !important;
  height: auto !important;
}
.select2-selection.select2-selection--multiple:before {
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 50% !important;
  right: 20px !important;
  border: 0 !important;
  width: 9px !important;
  height: 9px !important;
  margin-left: 0 !important;
  margin-top: -4.5px !important;
  display: inline-block;
  background: url('../img/icons/other/arrow-down-sign-to-navigate.svg');
  background-size: 9px 9px;
}
.select2-container--focus.select2-container--open .select2-selection--multiple:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select2-dropdown {
  -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.06);
  border-color: #EEF2F6 !important;
}
.select2-dropdown .select2-search--dropdown {
  padding: 0 !important;
}
.select2-dropdown .select2-search__field {
  border: 0 !important;
  border-bottom: 1px solid #EEF2F6 !important;
  padding: 15px 25px !important;
}
.select2-results__option {
  min-height: 40px !important;
  padding: 8px 25px !important;
  color: #262626 !important;
}
.select2-results__option:hover {
  background: #DDEAFC !important;
}
.select2-results__option[aria-disabled=true] {
  display: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #EFF6FF !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
  background: #EFF6FF !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  position: relative;
  background: #fff !important;
  color: #262626 !important;
}
.select2-container--default .select2-results__option[aria-selected=true]:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 15px;
  width: 15px;
  height: 11px;
  background: url('../img/icons/other/checkbasket.svg');
  background-size: cover;
}
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  background: #EFF6FF !important;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #fff !important;
  border: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding-left: 0 !important;
  margin-top: 0 !important;
  line-height: 1 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #86898E !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 4px;
  margin-top: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #0C6DE2 !important;
}
.input-default {
  background: #FBFCFD;
  color: #3D3F41;
  border: 1px solid #EEF2F6;
  border-radius: 4px;
  padding: 14px 25px;
  font-size: 14px;
  width: 100%;
}
.field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.field--files {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.field__input {
  padding-top: 27px;
  padding-bottom: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.field__input:focus {
  background: #fff;
}
.field__input:focus ~ label {
  -webkit-transform: translateY(-12px) scale(0.9);
  transform: translateY(-12px) scale(0.9);
}
.field__label {
  font-size: 15px;
  position: absolute;
  left: 25px;
  right: 20px;
  top: 18px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: left;
  transform-origin: left;
  pointer-events: none;
  white-space: nowrap;
  text-overflow: clip;
  overflow: hidden;
  color: #818489;
}
.field__label.rating {
  left: unset;
  text-align: right;
  top: 10px;
}
.field__description {
  display: none;
}
.field_focus + .field__description {
  display: block;
  font-size: 12px;
  margin-top: -15px;
}
.field__hint {
  display: none;
}
.field--hinted .field__input {
  padding-right: 140px;
}
.field--hinted .field__hint {
  display: inline-block;
  position: absolute;
  right: 0;
  padding-right: 20px;
  padding-left: 20px;
}
.field--xl .field__input {
  padding-top: 30px;
  padding-bottom: 12px;
  font-size: 18px;
}
.field--xl .field__label {
  top: 22px;
}
.field--file input {
  display: none;
}
.field--file .field__label {
  color: #4F95E8;
  fill: #4F95E8;
  position: static;
  cursor: pointer;
  pointer-events: inherit!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.field--file .field__label span {
  border-bottom: 1px solid #D6E5F4;
  margin-left: 8px;
}
.field--file .field__label:hover {
  color: #0C6DE2;
  fill: #0C6DE2;
}
.field--select .select2-selection--single,
.field--select .select2-selection--multiple {
  background-color: #FBFCFD !important;
}
.field--select .select2-container {
  z-index: 0;
}
.field--select .select2-selection__rendered {
  margin-top: 13px;
}
.field--select ul.select2-selection__rendered {
  margin-top: 20px!important;
}
.field--filled .field__input {
  background-color: #fff;
}
.field--filled .field__input.error {
  border-color: #e78282;
}
.field--filled .field__label {
  -webkit-transform: translateY(-12px) scale(0.9);
  transform: translateY(-12px) scale(0.9);
}
.field--filled.field--select .select2-selection--single,
.field--filled.field--select .select2-selection--multiple {
  background-color: #fff !important;
}
.field .required {
  font-size: 80%;
}
.field--not-label .field__input {
  padding-top: 18px;
  padding-bottom: 18px;
}
.field--not-label .select2-selection__rendered {
  margin-top: 0!important;
}
/** Список загруженных файлов input type=file */
.field--file {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.listOfFiles span {
  margin: 14px 0;
  font-size: 13px;
  color: #818489;
  display: inline-block;
}
.listOfFiles {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}
.file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 8px 12px;
}
.delete-file {
  background: none;
  border: none;
  cursor: pointer;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 0 10px;
}
.delete-file .icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpdD0nJyBoZWlnaHQ9JzEwMCUnIHdpZHRoPScxMDAlJyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSd4TWlkWU1pZCBtZWV0JyB2aWV3Qm94PScwIDAgMjQgMjQnPjxwYXRoIGZpbGw9JyMwMDAwMDAnIGQ9J00xNC4xMSwxMiBMMjMuMTMsMi45NyBDMjMuNzYsMi4zNAogICAgICAgICAgMjMuNzYsMS4zMyAyMy4xMywwLjcwIEMyMi41MSwwLjA3IDIxLjQ5LDAuMDcgMjAuODYsMC43MCBMMTEuODQsOS43MyBMMi44MSwwLjczIEMyLjE5LDAuMTAgMS4xNywwLjEwCiAgICAgICAgICAwLjU0LDAuNzMgQy0wLjA3LDEuMzUgLTAuMDcsMi4zNyAwLjU0LDMgTDkuNTcsMTIgTDAuNTcsMjEuMDIgQy0wLjA1LDIxLjY1IC0wLjA1LDIyLjY2CiAgICAgICAgICAwLjU3LDIzLjI5IEMxLjIsMjMuOTIgMi4yMSwyMy45MiAyLjg0LDIzLjI5IEwxMS44NiwxNC4yNiBMMjAuODksMjMuMjkgQzIxLjUyLDIzLjkyCiAgICAgICAgICAyMi41MywyMy45MiAyMy4xNiwyMy4yOSBDMjMuNzksMjIuNjYgMjMuNzksMjEuNjUgMjMuMTYsMjEuMDIgTDE0LjExLDEyIEwxNC4xMSwxMiBaJz48L3BhdGg+PC9zdmc+);
  background-size: contain;
  background-repeat: no-repeat;
}
.filename {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px;
  color: #333;
}
.error-message {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  width: 100%;
  padding: 4px 0;
}
.file-item.has-error {
  background-color: rgba(220, 53, 69, 0.1);
  border: 1px solid #dc3545;
}
.file-item span {
  margin-right: auto;
}
.upload-file__h3 {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.24px;
}
@media (max-width: 1100px) {
  .upload-file__h3 {
    font-size: 20px;
    line-height: 1.36;
  }
}
@media (max-width: 480px) {
  .upload-file__h3 {
    font-size: 16px;
    line-height: 21.79px;
  }
}
.upload-file__list {
  list-style: initial;
  padding-left: 30px;
  margin-bottom: 8px;
}
.upload-file__files-hint {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  color: #00000066;
}
.upload-file__file-btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 480px) {
  .upload-file__file-btns {
    gap: 0;
  }
}
.upload-file__form-block {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .upload-file__form-block {
    margin-bottom: 24px;
  }
}
.upload-file__form-block--files {
  padding: 16px 22px 32px;
  background: #F2F2F2;
  border-radius: 8px;
}
@media (max-width: 480px) {
  .upload-file__form-block--files {
    padding: 12px;
  }
}
.upload-file__form-block .flex-message.flex-message--error {
  margin-top: 3px;
  padding-left: 8px;
  font-size: 12px;
  line-height: 16.34px;
  color: #F34040;
}
.upload-file__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 262px;
  height: 42px;
  font-size: 16px;
  line-height: 21.79px;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  background-color: #3C71EE;
  border: 2px solid #3C71EE;
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .upload-file__btn {
    min-width: 162px;
    font-size: 14px;
    line-height: 1;
  }
  .upload-file__btn--submit {
    width: 100%;
  }
}
.upload-file__btn:hover {
  color: #3C71EE;
  background-color: #EBF1FD;
  border-color: #3C71EE;
}
.upload-file__btn--banner:hover {
  color: #FFFFFF;
  background-color: #3C71EE;
  border-color: #F2F2F2;
}
.upload-file__btn--file {
  width: 262px;
}
@media (max-width: 480px) {
  .upload-file__btn--file {
    width: 100%;
  }
}
.upload-file__btn--file svg {
  margin-right: 8px;
}
.upload-file__btn--more-files {
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 480px) {
  .upload-file__btn--more-files {
    position: absolute;
    right: 0;
    bottom: -43px;
  }
}
.upload-file__btn--more-files:hover {
  color: #3C71EE;
}
.upload-file__btn--more-files-disabled {
  color: #00000040;
  cursor: not-allowed;
}
.upload-file__btn--more-files-disabled:hover {
  color: #00000040;
}
.upload-file__user-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  margin-top: 16px;
}
.upload-file__user-files--empty {
  display: none;
}
@media (max-width: 480px) {
  .upload-file__user-files {
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .upload-file .uploaded-file:first-child {
    max-width: 162px;
  }
}
.grid {
  display: grid;
}
.grid--catalog {
  grid-template-columns: 50% 50%;
  margin-left: -4px;
  margin-right: -4px;
}
.grid--catalog .grid__item {
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .grid--catalog {
    grid-template-columns: 33.333333% 33.333333% 33.333333%;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .grid--catalog .grid__item {
    padding: 7.5px;
  }
}
@media screen and (min-width: 1400px) {
  .grid--catalog {
    grid-template-columns: 25% 25% 25% 25%;
  }
}
@media screen and (min-width: 1500px) {
  .grid--catalog {
    margin-left: -15px;
    margin-right: -15px;
  }
  .grid--catalog .grid__item {
    padding: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .grid--catalog {
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
}
.grid--product {
  display: grid;
  grid-template-areas: 'gallery' 'menu' 'info';
  grid-template-columns: 100%;
  grid-template-rows: auto 1fr;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .grid--product {
    grid-template-areas: 'gallery menu' 'info info';
    grid-template-columns: calc(100% - 700px) 700px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .grid--product {
    grid-template-columns: calc(100% - 580px) 580px;
  }
}
.grid--product__gallery {
  grid-area: gallery;
  padding-left: 15px;
  padding-right: 15px;
  overflow-x: hidden;
}
@media screen and (min-width: 1200px) {
  .grid--product__gallery {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 1440px) {
  .grid--product__gallery {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1800px) {
  .grid--product__gallery {
    padding-left: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .grid--product__gallery {
    overflow: hidden;
  }
}
.grid--product__menu {
  grid-area: menu;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1800px) {
  .grid--product__menu {
    padding-right: 60px;
  }
}
.grid--product__info {
  grid-area: info;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--product__info {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1800px) {
  .grid--product__info {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .grid--product__info {
    margin-top: 25px;
  }
}
.grid--product__info--module {
  padding-left: 0;
  padding-right: 0;
}
.grid--product__info--module .modul-title {
  padding-left: 60px;
}
@media screen and (max-width: 1800px) {
  .grid--product__info--module .modul-title {
    padding-left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .grid--product__info--module .modul-title {
    padding-left: 15px;
  }
}
.grid--cart {
  grid-template-areas: 'content, aside';
  grid-template-columns: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--cart {
    grid-template-areas: 'content aside';
    grid-template-columns: auto 410px;
    padding-top: 0;
  }
}
.grid--cart .grid__content {
  grid-template: 'content';
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--cart .grid__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .grid--cart .grid__content {
    padding-left: 60px;
  }
}
.grid--cart .grid__aside {
  grid-template: 'aside';
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--cart .grid__aside {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 30px;
  }
}
.grid--default {
  grid-template-areas: 'content' 'aside';
  grid-template-columns: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 1100px) {
  .grid--default {
    grid-template-areas: 'content aside';
    grid-template-columns: auto 350px;
  }
}
@media screen and (min-width: 1500px) {
  .grid--default {
    grid-template-areas: 'content aside';
    grid-template-columns: auto 410px;
  }
}
@media screen and (min-width: 1650px) {
  .grid--default.grid-kupe {
    grid-template-areas: 'content aside';
    grid-template-columns: auto 410px;
  }
}
@media screen and (max-width: 1649px) {
  .grid--default.grid-kupe {
    grid-template-areas: 'content' 'aside';
    grid-template-columns: 100%;
  }
  .grid--default.grid-kupe .grid__aside {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
@media screen and (min-width: 1200px) {
  .grid--default.grid-kupe .grid__aside {
    padding-left: 30px;
  }
}
.grid--default .grid__content {
  grid-template: 'content';
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .grid--default .grid__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .grid--default .grid__content {
    padding-left: 60px;
  }
}
.grid--default .grid__aside {
  grid-template: 'aside';
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--default .grid__aside {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .grid--default .grid__aside {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 60px;
  }
  .grid--default .grid__aside--vr {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}
.grid--default .grid__aside-pr {
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--default .grid__aside-pr {
    padding-right: 60px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1500px) {
  .grid--default .grid__aside-pr {
    padding-left: 30px;
  }
}
.grid--default.grid-kupe .btn {
  width: 250px;
}
.grid--default.grid-kupe .btn.btn-xxl {
  width: initial;
}
.grid--article {
  grid-template-areas: 'content' 'aside';
  grid-template-columns: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.grid--article .grid__content {
  grid-template: 'content';
  overflow: hidden;
  padding: 0;
}
.grid--article .grid__aside {
  grid-template: 'aside';
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--article .grid__aside {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .grid--article .grid__aside {
    padding-left: 0;
    padding-right: 0;
  }
}
.grid--article .grid__aside-pr {
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--article .grid__aside-pr {
    padding-right: 60px;
  }
}
.grid--article.grid-kupe {
  grid-template-columns: unset;
  grid-template-areas: unset;
  justify-items: center;
}
.grid--article.grid-kupe .btn {
  width: 250px;
}
.grid--news {
  grid-template-columns: 50% 50%;
  margin-left: -4px;
  margin-right: -4px;
  margin-bottom: 20px;
}
.grid--news .grid__item {
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .grid--news {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .grid--news .grid__item {
    padding: 7px;
  }
}
@media screen and (min-width: 992px) {
  .grid--news {
    grid-template-columns: 33.333333% 33.333333% 33.333333%;
  }
}
@media screen and (min-width: 1400px) {
  .grid--news {
    grid-template-columns: 25% 25% 25% 25%;
  }
}
@media screen and (min-width: 1500px) {
  .grid--news {
    margin-left: -15px;
    margin-right: -15px;
  }
  .grid--news .grid__item {
    padding: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .grid--news {
    grid-template-columns: 20% 20% 20% 20% 20%;
  }
}
.grid--order {
  display: block;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .grid--order {
    display: grid;
  }
}
@media screen and (min-width: 1200px) {
  .grid--order {
    grid-template-columns: auto 380px;
    margin-bottom: 100px;
  }
}
.grid--order .grid__content {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1200px) {
  .grid--order .grid__content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .grid--order .grid__content {
    padding-left: 60px;
  }
}
.grid--order .grid__aside {
  padding: 30px;
}
@media screen and (min-width: 1200px) {
  .grid--order .grid__aside {
    display: block;
    padding: 0;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .grid--aucs-product {
    display: grid;
  }
}
@media screen and (min-width: 1200px) {
  .grid--aucs-product {
    grid-template-columns: minmax(320px, 1fr) 324px 320px;
    grid-template-areas: 'product info aside';
  }
}
@media screen and (min-width: 1200px) {
  .grid--aucs-product {
    grid-gap: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .grid--aucs-product {
    grid-template-areas: 'product product' 'info aside';
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .grid--aucs-product {
    grid-gap: 138px;
  }
}
@media screen and (max-width: 768px) {
  .grid--aucs-product {
    grid-template-columns: 100%;
    grid-template-areas: "product" "aside" "info";
  }
}
.grid--aucs-product .grid__product {
  grid-area: product;
}
@media screen and (max-width: 1200px) {
  .grid--aucs-product .grid__product {
    margin-bottom: 40px;
  }
}
.grid--aucs-product .grid__info {
  grid-area: info;
}
@media screen and (max-width: 1200px) {
  .grid--aucs-product .grid__info {
    margin-right: 30px;
  }
}
.grid--aucs-product .grid__aside {
  grid-area: aside;
}
@media screen and (min-width: 768px) {
  .grid--aucs-lk {
    display: grid;
  }
}
@media screen and (min-width: 1200px) {
  .grid--aucs-lk {
    grid-template-columns: 200px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .grid--aucs-lk {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .grid--aucs-lk .grid__aside {
    padding: 0;
  }
}
.grid--empty {
  display: block;
}
.grid-form {
  display: grid;
  grid-template-columns: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
  max-width: 720px;
}
@media screen and (min-width: 350px) {
  .grid-form__col-2 {
    grid-template-columns: 50% calc(50% - 10px);
  }
}
@media screen and (min-width: 500px) {
  .grid-form__col-3 {
    grid-template-columns: 50% calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .grid-form__col-3 {
    grid-template-columns: 33.33333333% calc(33.33333333% - 10px) calc(33.33333333% - 10px);
  }
  .grid-form__col-3 > div {
    max-width: 100%;
  }
}
@media screen and (min-width: 350px) {
  .grid-form__col-4 {
    grid-template-columns: 50% calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .grid-form__col-4 {
    grid-template-columns: 25% calc(25% - 10px) calc(25% - 10px) calc(25% - 10px);
  }
  .grid-form__col-4 > div {
    max-width: 100%;
  }
}
.grid-form__size_s {
  max-width: 600px;
  grid-template-columns: 100%;
}
@media screen and (min-width: 460px) {
  .grid-form__size_s {
    grid-template-columns: 50% calc(50% - 10px);
  }
}
.grid-form__size_md {
  max-width: 900px;
  grid-template-columns: 100%;
}
@media screen and (min-width: 460px) {
  .grid-form__size_md {
    grid-template-columns: 50% calc(50% - 10px);
  }
}
.grid-form__size_lg {
  max-width: 900px;
  grid-template-columns: 100%;
}
@media screen and (min-width: 460px) {
  .grid-form__size_lg {
    grid-template-columns: 50% calc(50% - 10px);
  }
}
@media screen and (min-width: 768px) {
  .grid-form__mobile_col-2 {
    grid-template-columns: 50% calc(50% - 10px);
  }
}
.grid-form__select {
  grid-row-gap: 15px;
  margin-bottom: 25px;
}
.grid-radio-payment {
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  display: inline-grid;
}
@media screen and (min-width: 768px) {
  .grid-radio-payment {
    grid-template-columns: auto auto;
  }
}
@media screen and (min-width: 1500px) {
  .grid-radio-payment {
    grid-template-columns: auto auto auto;
  }
}
@media screen and (min-width: 1600px) {
  .grid-radio-payment {
    grid-template-columns: auto auto auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
}
@media screen and (min-width: 1900px) {
  .grid-radio-payment {
    grid-template-columns: auto auto auto auto;
  }
}
.max-width-content {
  margin: 0 auto;
}
.max-width-content_1400 {
  max-width: 1400px;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block!important;
  opacity: 0!important;
}
.slider-product {
  display: grid;
  grid-template-columns: 100%;
  position: relative;
}
.slider-product:hover {
  z-index: 2;
}
.slider-product--main-page {
  margin-top: -20px;
}
@media screen and (min-width: 1200px) {
  .slider-product {
    grid-template-columns: 320px auto;
    margin-bottom: -100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .slider-product--kitchen-drafting {
    margin-bottom: 0;
  }
}
.slider-product--vr {
  margin-bottom: 0;
}
.slider-product p {
  color: #818489;
}
@media screen and (min-width: 1200px) {
  .slider-product p {
    max-width: 250px;
  }
}
.slider-product .slider-product__title {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .slider-product .slider-product__title {
    font-size: 23px;
  }
}
@media screen and (min-width: 1500px) {
  .slider-product .slider-product__title {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1600px) {
  .slider-product .slider-product__title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.slider-product__prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slider-product .slider-product__p_w6--hidden {
  display: none;
}
@media screen and (min-width: 1200px) {
  .slider-product .slider-product__p_w6--hidden {
    display: block;
  }
}
.slider-product .btn-group--inline {
  display: none;
  margin-top: 15px;
  margin-bottom: 5px;
}
.slider-product .btn-group--inline--vr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1200px) {
  .slider-product .btn-group--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    margin-bottom: 0;
  }
}
.slider-product .btn-group--inline__second {
  margin-top: 10px;
}
.slider-product__left {
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .slider-product__left {
    padding-right: 15px;
    padding-top: 20px;
  }
}
.slider-product__right {
  margin-left: -25px;
  margin-right: -25px;
}
@media screen and (min-width: 1200px) {
  .slider-product__right {
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }
}
.slider-product__right .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .slider-product__right > .owl-carousel > .owl-stage-outer {
    padding-bottom: 15px;
  }
}
.slider-product .owl-carousel .owl-dots.disabled,
.slider-product .owl-carousel .owl-nav.disabled {
  display: none!important;
}
@media screen and (min-width: 1200px) {
  #new-products .slider-product {
    margin-bottom: 0;
  }
}
.slider-product-simple {
  margin-bottom: 30px;
}
.slider-product-simple__title {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .slider-product-simple__title {
    font-size: 23px;
  }
}
@media screen and (min-width: 1600px) {
  .slider-product-simple__title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.slider-product-simple .product {
  padding: 0;
  margin: 0;
  width: 190px;
  border: 0!important;
}
.slider-product-simple .product:hover {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.slider-product-simple .product__bottom-simple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slider--border-top {
  padding-top: 30px;
}
@media screen and (min-width: 1200px) {
  .slider--border-top {
    border-top: 1px solid #EEF2F6;
  }
}
@media screen and (min-width: 1600px) {
  .slider--border-top {
    padding-top: 60px;
  }
}
.slider--top {
  padding-top: 30px;
}
@media screen and (min-width: 1600px) {
  .slider--top {
    padding-top: 60px;
  }
}
.slider-images .owl-nav {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0;
}
@media screen and (min-width: 992px) {
  .slider-images .owl-nav {
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .slider-images .owl-nav {
    opacity: 0;
  }
  .slider-images .owl-nav .svg--arrow-slider {
    width: 14px;
  }
}
.slider-images .owl-nav button {
  cursor: pointer;
  height: 22px;
}
.slider-images .owl-nav button svg {
  fill: #C8C8C8;
}
.slider-images .owl-nav button:hover svg {
  fill: #A8A8A8;
}
.slider-images .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .slider-images .owl-dots {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
  }
}
.slider-images .owl-dot {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #E8E8E8 !important;
  margin-right: 5px;
}
.slider-images .owl-dot.active {
  background: #B0B0B0 !important;
}
.slider-images:hover .owl-nav,
.slider-images:hover .owl-dots {
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .slider-product__js .owl-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  .slider-product__js .owl-item .product {
    width: 100%;
    margin-left: 0;
  }
}
.simple-slider:not(.swiper-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.simple-slider:not(.swiper-initialized) .swiper-wrapper {
  gap: 20px;
}
@media (min-width: 1200px) {
  .simple-slider:not(.swiper-initialized) .slide {
    max-width: calc((100% - 2 * 20px) / 4);
  }
  .product-added-modal__related-products .simple-slider:not(.swiper-initialized) .slide {
    max-width: calc((100% - 2 * 20px) / 3);
  }
}
@media (min-width: 1800px) {
  .simple-slider:not(.swiper-initialized) .slide {
    max-width: calc((100% - 4 * 20px) / 5);
  }
  .product-added-modal__related-products .simple-slider:not(.swiper-initialized) .slide {
    max-width: calc((100% - 3 * 20px) / 4);
  }
}
@media (max-width: 480px) {
  .simple-slider:not(.swiper-initialized) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.simple-slider .swiper-slide {
  height: auto;
}
.simple-slider.owl-carousel .owl-nav button.owl-next,
.simple-slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 46px;
  height: 46px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 4px #ccc;
  box-shadow: 0 0px 4px #ccc;
}
.simple-slider.owl-carousel .owl-nav button.owl-next span,
.simple-slider.owl-carousel .owl-nav button.owl-prev span {
  position: relative;
  top: -4px;
  font-size: 30px;
}
.simple-slider.owl-carousel .owl-nav button.owl-next {
  right: -15px;
}
@media only screen and (max-width: 1800px) {
  .simple-slider.owl-carousel .owl-nav button.owl-next {
    right: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .simple-slider.owl-carousel .owl-nav button.owl-next {
    right: -5px;
  }
}
.simple-slider.owl-carousel .owl-nav button.owl-prev {
  left: -15px;
}
@media only screen and (max-width: 1800px) {
  .simple-slider.owl-carousel .owl-nav button.owl-prev {
    left: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  .simple-slider.owl-carousel .owl-nav button.owl-prev {
    left: -5px;
  }
}
@media screen and (min-width: 1200px) {
  .simple-slider.owl-carousel > .owl-nav {
    opacity: 1 !important;
  }
}
@media screen and (max-width: 992px) {
  .simple-slider .append-slider-images .owl-dots {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .simple-slider .product__image img {
    height: 100%;
  }
}
.grid--slider {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.grid--slider .owl-carousel {
  padding: 0 20px;
  margin: 0 -20px;
  width: auto;
}
@media screen and (max-width: 1800px) {
  .grid--slider .owl-carousel {
    padding: 0 50px;
    padding-left: 50px;
    margin: 0 -50px;
  }
}
@media screen and (max-width: 992px) {
  .grid--slider .owl-carousel {
    padding: 0;
    margin: 0;
  }
}
.grid--slider .product {
  margin-left: auto;
  margin-right: auto;
}
.grid--slider__content {
  max-width: 100%;
}
.slider-opportunity-title {
  font-size: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .slider-opportunity-title {
    font-size: 23px;
  }
}
@media screen and (min-width: 1600px) {
  .slider-opportunity-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
.slider-opportunity {
  position: relative;
  padding: 0 45px;
}
.slider-opportunity .swiper-button-next,
.slider-opportunity .swiper-button-prev {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.5px;
  position: absolute;
  width: 45px;
  height: 45px;
  padding: 0;
  color: #262626;
  background-color: #fff;
  border: 2px solid #EEF2F6;
  border-radius: 50%;
}
.slider-opportunity .swiper-button-next.swiper-button-lock,
.slider-opportunity .swiper-button-prev.swiper-button-lock {
  display: none !important;
}
.slider-opportunity .swiper-button-next:active,
.slider-opportunity .swiper-button-prev:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #EEF2F6;
  border-color: #EEF2F6;
}
.slider-opportunity .swiper-button-next:hover svg,
.slider-opportunity .swiper-button-prev:hover svg,
.slider-opportunity .swiper-button-next:active svg,
.slider-opportunity .swiper-button-prev:active svg {
  fill: #0C6DE2;
}
.slider-opportunity .swiper-button-next:after,
.slider-opportunity .swiper-button-prev:after {
  content: '';
}
.slider-opportunity .swiper-button-prev {
  left: 0;
}
.slider-opportunity .swiper-button-next {
  right: 0;
}
.slider-opportunity .swiper {
  display: none;
}
.slider-opportunity .swiper.swiper-initialized {
  display: block;
}
.slider-opportunity .swiper.swiper-initialized ~ .swiper-button-next,
.slider-opportunity .swiper.swiper-initialized ~ .swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider-opportunity .swiper-slide {
  height: auto;
}
.slider-opportunity .swiper-pagination {
  position: static !important;
  height: 5px;
  width: 135px !important;
  margin: 20px auto 30px;
  background: #E9EFF4;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slider-opportunity .swiper-pagination.swiper-pagination-lock {
  display: none !important;
}
.slider-opportunity .swiper-pagination .swiper-pagination-bullet {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 !important;
  border-radius: 5px;
  background-color: transparent !important;
}
.slider-opportunity .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #F6D300 !important;
  height: 5px;
}
.slider-opportunity .svg--arrow-slider {
  width: 10px;
}
.slider-opportunity .swiper-slide-active a {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1200px) {
  .slider-opportunity .swiper-slide-active a {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.opportunity-item {
  padding: 40px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  margin-left: 15px;
  margin-right: 15px;
}
.opportunity-item a {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  bottom: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .opportunity-item a:hover {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1) !important;
  }
}
.opportunity-item__icon {
  width: 45px;
  height: 45px;
}
.opportunity-item h3 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 15px;
}
.opportunity-item p {
  color: #818489;
  max-width: 240px;
  margin-bottom: 30px;
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
}
.loader {
  color: #3C71EE;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  -webkit-box-shadow: inset 0 0 0 1em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.page-index .loader {
  font-size: 8px;
  color: #3C71EE;
}
.loader:before,
.loader:after {
  position: absolute;
  content: '';
}
.loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #ffffff;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.2em 5.1em;
  transform-origin: 5.2em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s;
}
.loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #ffffff;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 5.1em;
  -webkit-transform-origin: 0 5.1em;
  transform-origin: 0 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease;
}
@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.voblers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2px;
  margin-right: -2px;
}
.voblers > div {
  margin: 0 2px;
}
.voblers-list {
  position: absolute;
  left: 4px;
  top: 4px;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}
@media (max-width: 1100px) {
  .voblers-list {
    top: auto;
    bottom: 2px;
    left: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 4px;
  }
}
@media (max-width: 1024px) {
  .voblers-list--desktop {
    display: none;
  }
}
.voblers-list--mobile {
  display: none;
}
@media (max-width: 1024px) {
  .voblers-list--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: static;
    margin-top: 2px;
    margin-left: 2px;
  }
  .voblers-list--mobile-two {
    position: relative;
    margin-left: 0;
    margin-top: -13px;
  }
}
.voblers-list--empty {
  display: none;
}
@media (max-width: 1024px) {
  .voblers-list--empty {
    display: block;
    height: 15px;
  }
}
.colors__right {
  margin-left: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: -12px;
}
.colors__right > button {
  margin-right: 5px;
}
.colors__right .btn-color--xl {
  margin-right: 5px;
  margin-bottom: 12px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.colors__right .btn.hide {
  display: none;
}
.colors__right.owl-loaded {
  position: relative;
}
.colors__right.owl-loaded .btn {
  margin-bottom: 0;
}
.colors__right .owl-item .btn {
  margin: 0 auto;
}
.colors__right .owl-stage-outer {
  overflow: hidden;
}
.colors__right .owl-prev,
.colors__right .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -5px;
}
.colors__right .owl-next {
  left: auto;
  right: -5px;
}
.colors__more-btn.hide {
  display: none;
}
.product-btn-more {
  font-size: 16px;
  line-height: 24px;
  color: #0C6DE2;
  border: 2px solid #EEF2F6;
  border-radius: 10px;
  margin-left: 7px;
  padding: 10px 30px 10px 14px;
  background-position: calc(100% - 14px) center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1.5L4 4.5L1 1.5' stroke='%230C6DE2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.product-color {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-color img {
  width: 100%;
  border-radius: 50%;
  border: 2px solid #EEF2F6;
}
.color-gray {
  background: #C9CBCA;
}
.color-brown--light {
  background: #A66035;
}
.color-brown--dark {
  background: #5A3624;
}
.color-beige {
  background: #FDE2B6;
}
.color-red--dark {
  background: #D03838;
}
.popup {
  background: #fff;
  padding: 15px 20px;
  width: 100%;
  max-width: 300px;
  position: relative;
  font-size: 13px;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.popup__close {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
}
.popup h3 {
  font-size: 14px;
  font-weight: 600;
  color: #262626;
  margin-bottom: 2px;
}
.popup p {
  color: #818489;
}
.popup b {
  font-weight: 700;
}
.qr-popup {
  max-width: 238px;
  padding: 34px 25px 17px;
  border-radius: 15px;
  background: #FFF;
  text-align: center;
  position: relative;
}
.qr-popup-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  display: none;
}
.qr-popup-wrap.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.qr-popup__title {
  font-size: 14px;
  font-weight: 700;
}
.qr-popup__qr {
  max-width: 165px;
  max-height: 165px;
  margin: 10px auto;
  border-radius: 15px;
  background: #FFF;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.qr-popup__img {
  vertical-align: middle;
}
.qr-popup__desc {
  font-size: 14px;
  font-weight: 400;
  margin: 0 20px;
}
.qr-popup__close {
  position: absolute;
  right: 18px;
  top: 12px;
  cursor: pointer;
}
.wrap-product__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
  padding: 4px 20px 4px 4px;
  margin-bottom: 8px;
  overflow: hidden;
}
.product-added-modal__related-products .wrap-product__colors {
  display: none;
}
@media screen and (max-width: 768px) {
  .wrap-product__colors {
    height: 22px;
    padding: 3px 18px 3px 3px;
  }
}
@media screen and (max-width: 360px) {
  .wrap-product__colors {
    padding-right: 10px;
  }
}
.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
  position: relative;
  background: transparent;
}
@media screen and (min-width: 1200px) {
  .product {
    border: 0;
  }
}
.product__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product__top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__info {
  margin-bottom: 6px;
}
.product__colors {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  .product__colors {
    height: 16px;
  }
}
.product__colors__more-counter {
  display: none;
  margin-left: 8px;
  margin-top: -2px;
  font-size: 14px;
  line-height: 19px;
  color: #00000066;
}
@media screen and (max-width: 768px) {
  .product__colors__more-counter {
    top: 50%;
    margin-left: 3px;
    font-size: 12px;
    font-weight: 600;
  }
}
.product__colors .btn {
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
}
.product__colors .btn-color--xl-active {
  position: relative;
}
.product__colors .btn-color--xl-active::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .product__colors .btn-color--xl-active::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .product__colors .btn {
    display: block;
    width: 16px;
    height: 16px;
    border: none;
  }
}
.product__colors img {
  width: 24px;
  height: 24px;
  border: 1px solid #EFEFEF;
}
@media screen and (max-width: 768px) {
  .product__colors img {
    width: 100%;
    height: 100%;
    border-color: #0000001A;
  }
}
.product__colors-count {
  font-size: 12px;
  margin-right: auto;
  position: relative;
  top: 5px;
  padding-left: 10px;
}
.product__favorite {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .product__favorite {
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1;
  }
}
.product__favorite--active {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.product__empty {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.product__image-wrapper {
  position: relative;
}
.product__image {
  position: relative;
  width: 100%;
  aspect-ratio: 319/274;
}
.product__image .product__admin-info {
  position: absolute;
  z-index: 2;
  left: 2%;
  top: 12%;
}
.product__image .product__admin-info .admin-supplier,
.product__image .product__admin-info .admin-rating {
  position: static;
}
@media (max-width: 480px) {
  .product__image .product__admin-info {
    top: 2%;
  }
}
.product__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .product__image img {
    border-radius: 3px;
  }
}
@media screen and (max-width: 480px) {
  .product__image {
    aspect-ratio: 162/139;
  }
}
.product__image .slider-images {
  width: 100%;
  height: 100%;
}
.product__sale--image {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .product__sale--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product__voblers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 42px;
}
.product__voblers > div {
  margin: 0 2px;
  height: 100%;
}
.product-card__voblers {
  position: absolute;
  right: -7px;
  top: 0;
  z-index: 5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .product-card__voblers .popover {
    margin-top: 10px;
  }
  .product-card__voblers .popover:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .product-card__voblers {
    right: auto;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .product-card__voblers .popover {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-card__voblers {
    position: static;
    margin-bottom: 10px;
  }
}
.product__mobile-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product__mobile-price .price--current {
  font-size: 16px;
  line-height: 20px;
}
.product__mobile-price .price--old {
  font-size: 12px;
  line-height: 16px;
}
.product__mobile-price .btn--circle {
  width: 30px;
  height: 30px;
  border-width: 1px;
}
.product__mobile-price .svg--cart {
  width: 16px;
}
@media screen and (min-width: 1200px) {
  .product__mobile-price {
    display: none;
  }
}
.product__mobile-price .btn.disabled {
  background-color: #F6D300;
  cursor: default;
}
.product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 8px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .product__price {
    margin-top: 7px;
    margin-bottom: 4px;
  }
}
.product__price--daily {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .product__info {
    margin-bottom: 4px;
  }
}
.product__info span {
  font-size: 12px;
  margin-top: 5px;
  word-break: break-word;
}
@media screen and (min-width: 1024px) {
  .product__info span {
    font-size: 16px;
  }
}
.product__info span a {
  display: inline-block;
  color: #000 !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product__bottom {
  margin-top: auto;
}
.product-added-modal__related-products .product__bottom {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .product__bottom {
    font-size: 12px;
    line-height: 16px;
  }
}
.product__size {
  color: #434343;
  margin: 0 0 2px;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .product__size {
    font-size: inherit;
  }
}
.product-added-modal__related-products .product__size {
  display: none;
}
.product__size .gray {
  font-weight: 400;
}
.product__size .x {
  font-size: 9px;
}
.product__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
.product__buttons > .btn {
  position: relative;
}
.product__buttons > .btn:first-child {
  margin-right: 17px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 1300px) {
  .product__buttons > .btn:first-child {
    margin-right: 15px;
  }
}
.product__buttons > .btn.disabled {
  background-color: #F6D300;
  cursor: default;
}
.product__buttons > .btn.js-add-cart.disabled {
  color: #FFF;
  background-color: #3C71EE;
  border-color: #3C71EE;
}
.product__buttons > .btn.js-add-cart.disabled svg * {
  stroke: #FFF;
}
@media (max-width: 1024px) {
  .product__buttons > .btn.btn-primary--outline-cart {
    margin-right: 0;
  }
}
.product__buttons .popover .btn.disabled {
  background-color: #F6D300;
  cursor: default;
}
.product--category {
  width: 100% !important;
  margin-left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product--category .product__favorite,
.product--category .product__colors,
.product--category .product__bottom {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product--category .btn-color img {
  display: block;
}
.product--category .btn-color:not(.btn-color--xl-active) img {
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .product--category .btn-color:not(.btn-color--xl-active) img {
    width: 100%;
    height: 100%;
  }
}
.product--category:hover {
  -webkit-transition: z-index 0s, opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: z-index 0s, opacity 0.3s, -webkit-box-shadow 0.3s;
  transition: z-index 0s, opacity 0.3s, box-shadow 0.3s;
  transition: z-index 0s, opacity 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.product--category .owl-carousel.owl-drag .owl-item {
  padding: 0;
}
@media screen and (min-width: 1200px) {
  .product:hover .product__favorite,
  .product:hover .product__colors,
  .product:hover .product__bottom,
  .product:hover .slider-images .owl-nav,
  .product:hover .slider-images .owl-dots {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  .product:hover .swiper-pagination {
    opacity: 1 !important;
  }
}
.product-advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 18px -30px -32px;
}
.product-advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 32px 30px;
  width: 50%;
}
@media (max-width: 1368px) {
  .product-advantages__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .product-advantages__item {
    position: relative;
    padding: 15px 30px;
  }
}
.product-advantages__img {
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  height: 120px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .product-advantages__img {
    width: 40px;
    height: 40px;
    margin-right: 12px;
  }
}
.product-advantages__img--mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .product-advantages__img--mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .product-advantages__img--desktop {
    display: none;
  }
}
.product-advantages__content {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .product-advantages__content {
    margin-left: 0;
  }
}
.product-advantages__title {
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  color: #262626;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .product-advantages__title {
    font-size: 18px;
    line-height: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.product-advantages__desc {
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .product-advantages__desc {
    font-size: 14px;
    line-height: 20px;
  }
}
.product__quantity {
  display: none;
  margin-right: 17px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1300px) {
  .product__quantity {
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  .product__quantity {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .product__quantity {
    margin-left: 8px;
  }
}
.product__quantity-change {
  width: 42px;
  height: 42px;
  border: 2px solid #EBF1FD;
  border-radius: 8px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #3C71EE;
  background-color: #EBF1FD;
}
@media (max-width: 480px) {
  .product__quantity-change {
    width: 24px;
  }
}
.product__quantity-change:hover {
  background-color: transparent;
  border-color: #3C71EE;
}
.product__quantity-change.disabled,
.product__quantity-change:disabled {
  color: #000000;
  cursor: not-allowed;
}
.product__quantity-change.disabled:hover,
.product__quantity-change:disabled:hover {
  color: #000000;
  background-color: #EBF1FD;
  border-color: #EBF1FD;
}
.product__quantity-input {
  width: 29px;
  text-align: center;
}
@media (max-width: 480px) {
  .product__quantity-input {
    width: 12px;
  }
}
.gray {
  color: #919191;
}
.product-menu {
  position: relative;
}
@media screen and (min-width: 768px) {
  .product-menu {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .product-menu {
    border-top: 0;
  }
}
.product-menu .title-samples {
  margin-bottom: 10px;
  display: inline-block;
  color: #818489;
}
.product-menu__info {
  padding: 15px 10px 0;
}
@media screen and (min-width: 1200px) {
  .product-menu__info {
    padding: 25px 30px 40px;
  }
}
@media screen and (max-width: 1440px) {
  .product-menu__info {
    padding-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .product-menu__info {
    padding: 0;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .product-menu__info {
    padding-bottom: 30px;
  }
}
.product-menu__bonus {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5px;
}
.product-menu__bonus .popover {
  margin-left: 6px;
}
.product-menu__bonus .bonus--value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-menu__bonus .bonus--credit {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-menu__bonus .bonus--credit div:not(:first-child):last-child {
  margin-left: 15px;
}
.product-menu__bonus .bonus--credit a {
  color: #0C6DE2;
}
@media screen and (max-width: 768px) {
  .product-menu__bonus .bonus--credit {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .product-menu__bonus {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .product-menu__bonus {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .product-menu__bonus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product-menu__bonus .bonus--credit {
    margin-left: 0;
    margin-top: 5px;
  }
}
.product-menu__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-menu__meta .rating__counter {
  margin-left: 12px;
}
@media (max-width: 1500px) {
  .product-menu__meta .rating__counter {
    margin-left: 6px !important;
  }
}
@media (max-width: 768px) {
  .product-menu__meta .rating__counter {
    font-size: 13px;
    line-height: 19px;
  }
}
.product-menu__meta .page-title__vendor-code span {
  margin-left: 3px;
}
@media (max-width: 768px) {
  .product-menu__meta .page-title__vendor-code {
    font-size: 13px;
    line-height: 19px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .product-menu__meta .page-title__vendor-code {
    margin-left: 10px;
  }
}
@media (max-width: 1500px) {
  .product-menu__meta .ya-share2--detail {
    margin-left: 30px !important;
  }
}
.product-menu__sizes {
  margin: 20px 0;
}
.product-menu__sizes .flex-size {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin: 10px -6px -6px -6px;
}
@media screen and (max-width: 1200px) {
  .product-menu__sizes .flex-size {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }
  .product-menu__sizes .flex-size .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.product-menu__sizes .btn.hide {
  display: none;
}
.product-menu__sizes .sizes__more-btn.hide {
  display: none;
}
.product-menu__empty {
  margin-left: auto;
}
.product-menu__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .product-menu__price {
    display: none;
    margin-top: 20px;
  }
}
.product-menu__price-for-you {
  margin-top: 7px;
  margin-bottom: 15px;
}
.product-menu__price-for-you .price-blue {
  font-size: 22px;
  font-weight: 700;
  color: #0C6DE2;
}
.product-menu__price-for-you .popup {
  margin-top: 15px;
  max-width: 460px;
}
@media screen and (min-width: 1200px) {
  .product-menu__price-for-you .popup {
    max-width: 270px;
  }
}
.product-menu__credit {
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-menu__credit a {
  margin: 5px 0;
}
.product-menu__credit b {
  margin-left: 4px;
  font-size: 18px;
  font-weight: 700;
}
.product-menu__credit span {
  font-size: 15px;
}
.product-menu__pay-parts {
  margin-top: 39px;
}
@media screen and (max-width: 768px) {
  .product-menu__pay-parts {
    margin-top: 20px;
  }
}
.product-menu .btn-info--outline {
  padding: 0 22px;
}
.product-menu .btn-info--outline.product-size-list__item {
  height: auto;
  padding: 0;
  margin: 6px;
  text-transform: unset;
  border: 2px solid #EEF2F6;
  border-radius: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.product-menu .btn-info--outline.product-size-list__item a {
  padding: 10px 14px;
  text-align: center;
}
.product-menu .btn-info--outline.product-size-list__item.active {
  border-color: #F5D22F;
  pointer-events: none;
}
.product-menu .btn-info--outline.product-size-list__item.unavailable {
  position: relative;
  border: 2px solid #F2F2F2;
  overflow: hidden;
}
.product-menu .btn-info--outline.product-size-list__item.unavailable:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top left, transparent calc(50% - 2px), #F2F2F2 calc(50% - 2px), #F2F2F2 calc(50% + 2px), transparent calc(50% + 2px));
  pointer-events: none;
}
.product-menu .btn-info--outline.product-size-list__item.unavailable a {
  color: #999;
}
.product-menu__colors {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .product-menu__colors {
    margin-top: 20px;
  }
}
.product-menu__colors .btn-color--xl-active {
  border: none !important;
}
.product-menu__colors .btn-color--xl-active .product-color img {
  border: 2px solid #F3EB17;
}
.product-menu__colors .product-color img:hover {
  border: 2px solid #000;
}
.product-menu__colors .btn-color--xl {
  color: #fff;
}
.product-menu__colors .btn-color--xl:hover {
  border-color: transparent !important;
}
.product-menu__colors .btn-color--xl:hover .product-color img {
  border: 2px solid #999999;
}
.product-menu .colors__right {
  margin-left: 0;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .product-menu .colors__right {
    margin-top: 10px;
  }
}
.product-menu .colors__right .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-menu__vendor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-menu__mobile-buttons {
  background: #fff;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.product-menu__mobile-buttons .btn-info--outline {
  padding: 0;
}
.product-menu__mobile-buttons .favorite {
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .product-menu__mobile-buttons {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .product-menu__mobile-buttons {
    display: none;
    margin: 30px 0;
  }
}
.product-menu__mobile-buttons .product-menu__buttons {
  margin-top: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .product-menu__mobile-buttons .product-menu__buttons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 0;
  }
  .product-menu__mobile-buttons .product-menu__buttons .btn-primary {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0;
    font-size: 13px;
    line-height: 16px;
  }
  .product-menu__mobile-buttons .product-menu__buttons .btn-info--outline {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: calc(100% - 70px);
    margin: 20px 0 0 0;
    font-size: 13px;
    line-height: 16px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
  .product-menu__mobile-buttons .product-menu__buttons .btn--circle {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
  }
}
.product-menu__mobile-buttons .product-menu__buttons > button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 20px;
}
.product-menu__mobile-buttons .product-menu__buttons > button:first-child {
  width: inherit;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.product-menu__mobile-buttons .product-menu__buttons > a {
  margin: 0 20px;
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .product-menu__mobile-buttons .product-menu__buttons > a {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .product-menu__mobile-buttons .product-menu__buttons > .product-menu__button-notify:first-child {
    width: 250px;
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .product-menu__button-notify {
    font-size: 14px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-menu__button-notify {
    font-size: 14px;
    padding: 0 15px;
  }
}
.product-menu__btn-info {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (min-width: 1200px) {
  .product-menu .btn--buy-one-click {
    display: none;
  }
}
.product-menu .btn--buy-one-desktop {
  display: none;
}
@media screen and (min-width: 1200px) {
  .product-menu .btn--buy-one-desktop {
    display: block;
  }
}
.product-menu__buttons {
  margin-top: 10px;
}
.product-menu__buttons > button {
  font-size: 15px;
}
.product-menu__buttons > button:first-child {
  width: 230px;
  margin-right: 10px;
}
.product-menu__buttons > button:first-child svg {
  margin-right: 8px;
}
.product-menu__buttons > .product-menu__button-notify {
  font-size: 14px;
}
.product-menu .price--current {
  font-size: 40px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .product-menu .price--current {
    font-size: 26px;
    line-height: 32px;
    margin-right: 12px;
  }
}
.product-menu .price--old {
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .product-menu .price--old {
    font-size: 18px;
    line-height: 27px;
    margin-left: 0;
  }
}
.product-menu .price--sale {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .product-menu .price--sale {
    font-size: 15px;
    width: 50px;
    height: 34px;
    margin-left: 12px;
    border-radius: 20px 0;
  }
}
.product-menu .unavailable-item .rating {
  margin-bottom: 25px;
}
.product-menu .unavailable-item .last-price {
  padding-left: 0;
}
.product-menu__collection {
  margin-top: 40px;
  padding: 0 30px;
}
@media screen and (max-width: 1200px) {
  .product-menu__collection {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .product-menu__collection {
    margin-top: 30px;
  }
}
.product-menu__best-price {
  margin-top: 10px;
}
.product-menu__best-price + .product-menu__colors {
  margin-top: 10px;
}
.product-menu__best-price a {
  font-size: 16px;
  line-height: 22px;
  color: #0C6DE2;
  text-decoration: underline;
}
.product-collection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-collection__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-collection__item {
  width: 40px;
  height: 40px;
  background: #fff;
  border: 1px solid #EEF2F6;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-collection__item + .product-collection__item {
  margin-left: -15px;
}
.product-collection__link {
  margin-left: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #0C6DE2;
}
@media screen and (max-width: 768px) {
  .product-collection__link {
    font-size: 14px;
    line-height: 20px;
    margin-left: 10px;
  }
}
.r-menu-item {
  padding: 0 30px;
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .r-menu-item {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .r-menu-item {
    margin-top: 20px;
    padding: 0;
  }
}
.r-menu-item .r-menu-item__text-shop-count {
  color: #4f95e8;
}
.r-menu-item--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #262626;
}
.r-menu-item--link:hover {
  color: #262626;
}
.r-menu-item--link:hover .r-menu-item__text-shop-count {
  color: #0c6de2;
}
.r-menu-item--link:hover .cls-1 {
  fill: #0c6de2;
}
.r-menu-item--link:hover .cls-2 {
  stroke: #0c6de2;
}
.r-menu-item .flex-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.r-menu-item .popover {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.r-menu-item__icon {
  width: 36px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
}
.r-menu-item__icon svg,
.r-menu-item__icon img {
  margin-top: 2px;
  width: 24px;
}
.r-menu-item .delivery_icon {
  width: 24px;
}
.r-menu-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 15px;
  line-height: 23px;
}
.r-menu-item__text--row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.r-menu-item__text--row .r-menu-item__text-shop-count {
  margin-left: 1ch;
}
@media screen and (max-width: 768px) {
  .r-menu-item__text {
    font-size: 13px;
    line-height: 19px;
    display: inline-block;
  }
}
.r-menu-item__text-item--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.r-menu-item__text-item--row br {
  display: none;
}
.r-menu-item__text-item--delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.r-menu-item__text-value {
  display: inline-block;
  font-size: 15px;
  line-height: 23px;
  margin-left: 5px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .r-menu-item__text-value {
    font-size: 13px;
    line-height: 19px;
    font-weight: bold;
  }
}
.r-menu-item__assembly {
  font-size: 14px;
  color: #262626;
  line-height: 1.5;
  padding-bottom: 10px;
}
.r-menu-item__assembly .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #919191;
  margin-bottom: 11px;
}
.r-menu-item__assembly .r-menu-item {
  border-top: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding: 5px 15px;
}
.r-menu-item__assembly .r-menu-item__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}
.r-menu-item__assembly .svg--phone1 {
  width: 19px;
}
.r-menu-item__assembly p {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .r-menu-item__assembly p {
    display: block;
  }
}
.r-menu-item__assembly a:not(.btn) {
  margin-top: 1em;
}
.r-menu-item__assembly b {
  font-weight: 700;
  font-size: 18px;
  color: #262626;
  margin-left: 5px;
}
.r-menu-item__social .flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -5px;
  margin-top: 10px;
}
.r-menu-item__social .flex > .social-network {
  margin: 0 5px;
}
.r-menu-item__social .flex > .social-network img {
  max-width: 17px;
  max-height: 21px;
}
.r-menu-item__social .flex > .social-network .vk {
  max-width: 21px;
}
.social-network {
  background: #E2E2E3;
  width: 35px;
  height: 35px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-network:hover {
  background: #C6C6C6;
}
.characteristics {
  display: block;
}
@media screen and (min-width: 1600px) {
  .characteristics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.characteristics__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 1600px) {
  .characteristics__left {
    margin-right: 15px;
    margin-bottom: 0;
    max-width: 922px;
  }
}
@media screen and (min-width: 1600px) {
  .characteristics__right {
    max-width: 625px;
    width: 100%;
  }
}
.characteristics__package {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .characteristics__package {
    margin-bottom: 40px;
  }
}
.characteristics__text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.characteristics__text-hide p {
  margin-top: 25px;
}
.characteristics__text-preview {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 4.8em;
}
.characteristics__text .text-product-wrapper {
  margin-bottom: 0;
  display: grid;
}
.characteristics__toggle {
  font-size: 16px;
  line-height: 24px;
  color: #0C6DE2;
  -webkit-text-decoration: dashed;
  text-decoration: dashed;
  margin-top: 6px;
  display: inline-block;
}
.characteristics .table2__th {
  width: 50%;
}
.characteristics .table2 {
  border-left: none;
  border-right: none;
}
.texture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 15px 0;
}
@media screen and (min-width: 768px) {
  .texture {
    max-width: 200px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .texture {
    margin-right: 30px;
  }
}
@media screen and (min-width: 1600px) {
  .texture {
    margin: 0 15px 15px 0;
  }
}
.texture img {
  border: 2px solid #EEF2F6;
}
.texture__color {
  color: #9499A0;
  margin-top: 10px;
}
.texture__title {
  color: #2C2C2C;
  font-weight: 600;
  width: 100%;
}
.doc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.doc-list__item {
  margin: 0 15px;
}
.doc-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  width: 100%;
  margin-bottom: 15px;
}
@media screen and (min-width: 480px) {
  .doc-item {
    max-width: 290px;
  }
}
.doc-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.doc-item__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
}
.doc-item__file {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #919191;
  display: block;
  margin-top: 4px;
}
.doc-item .link--bottom {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0C6DE2;
}
.doc-item:hover .doc-item__name {
  color: #0C6DE2;
}
.warning-delivery {
  margin-top: 30px;
}
.warning-delivery__left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
}
.warning-delivery__right {
  font-size: 14px;
  line-height: 1.6;
}
.warning-delivery__right p {
  margin-bottom: 15px;
  max-width: 780px;
}
.rating-total-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.rating-total-count .rating {
  margin-bottom: 5px;
  margin-left: 7px;
}
.rating-total-count > b {
  font-size: 32px;
}
.recommend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
}
.recommend--xs {
  font-size: 13px;
}
.recommend__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-transform: uppercase;
  margin-left: 10px;
}
.recommend__count {
  font-weight: 600;
}
.recommend-icon {
  width: 26px;
  height: 26px;
  background: #4F95E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.recommend-icon svg {
  fill: #fff;
  width: 14px;
}
.design-reviews-container {
  margin-top: 40px;
}
.opinion-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .opinion-header {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }
}
.opinion-header__rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}
@media screen and (max-width: 767px) {
  .opinion-header__rating {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.opinion-header__rating .rating-total-count {
  margin-bottom: 25px;
}
.opinion-header__rating .rating-advanced {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .opinion-header__images {
    display: block;
    padding-left: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .opinion-header__images {
    padding-left: 100px;
  }
}
.opinion-header__images h3 {
  font-size: 16px;
  margin-bottom: 30px;
}
.product-code {
  display: none;
  margin-left: auto;
  font-size: 12px;
  line-height: 20px;
  color: #969696;
}
@media screen and (max-width: 768px) {
  .product-code {
    display: block;
  }
}
.product-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .product-card__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .product-card__title .vobler {
    width: 56px;
    height: 56px;
    font-size: 10px;
  }
}
@media screen and (max-width: 480px) {
  .product-card__title .page-title {
    margin-bottom: 0;
  }
  .product-card__title .page-title h1,
  .product-card__title .page-title span.h1 {
    font-size: 16px;
    line-height: 22px;
  }
  .product-card__title .page-title .article-value {
    font-size: 12px;
    color: #9499A0;
  }
}
@media screen and (max-width: 1200px) {
  .product-card-desktop {
    display: none;
  }
}
.product-card-mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .product-card-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .product-card-mobile .ya-share2 {
    display: none;
  }
}
.opinion-images-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  max-width: 900px;
}
.opinion-images-list.user-images-list {
  max-width: unset;
}
.opinion-images-list li {
  width: 100px;
  height: 86px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.opinion-images-list img {
  display: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  height: 86px;
  width: 100%;
}
.opinion-images-list video {
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  padding: 1px;
  display: inherit;
}
.opinion-images-list__all {
  display: block;
  position: relative;
}
.opinion-images-list__all span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.opinion-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .opinion-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .opinion-item__comment {
    padding-right: 35px;
    width: 100%;
  }
}
.opinion-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  margin-bottom: 10px;
}
.opinion-item__is-useful {
  color: #818489;
}
.opinion-item__rating {
  padding-top: 5px;
  padding-bottom: 5px;
}
.opinion-item__rating .rating-advanced {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .opinion-item__rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
    padding-left: 25px;
    border-left: 1px solid #EEF2F6;
  }
}
@media screen and (min-width: 1300px) {
  .opinion-item__rating {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.opinion-item .author {
  display: inline-block;
  margin-bottom: 20px;
}
.comment-text,
.comment-block {
  line-height: 1.6;
  margin-bottom: 15px;
}
.comment-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1300px) {
  .comment-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.comment-block__left {
  font-weight: 600;
}
@media screen and (min-width: 1300px) {
  .comment-block__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
  }
}
.map-container--product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #EEF2F6;
}
@media screen and (min-width: 1600px) {
  .map-container--product {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.map-container--product__list li {
  border-bottom: 1px solid #EEF2F6;
  padding: 20px 30px;
  border-left: 3px solid transparent;
  cursor: pointer;
}
.map-container--product__list li.active {
  border-left-color: #F6D300;
}
.map-container--product__list a {
  margin-top: 10px;
  display: inline-block;
}
@media screen and (min-width: 1600px) {
  .map-container--product__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
  }
}
.map-container--product__map {
  display: none;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .map-container--product__map {
    display: block;
    height: 500px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.map-container--product__map .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5em;
  margin-top: -5em;
}
.shop-list {
  height: 500px;
}
.product-horizontal {
  border: 1px solid #EEF2F6;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .product-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-horizontal__image {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .product-horizontal__image {
    padding-right: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    width: 45%;
  }
}
.product-horizontal__image img {
  max-height: 125px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .product-horizontal__image {
    padding: 15px;
  }
}
.product-horizontal__icon {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .product-horizontal__icon {
    right: 30px;
  }
}
.product-horizontal__content {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .product-horizontal__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    width: 55%;
    padding-left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .product-horizontal__content {
    padding-left: 0;
  }
}
@media screen and (min-width: 1600px) {
  .product-horizontal__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.product-horizontal__content .js-add-cart.disabled {
  background-color: #F6D300;
  cursor: default;
}
.product-horizontal__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1;
  margin-top: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .product-horizontal__mobile {
    display: none;
  }
}
.product-horizontal__title {
  max-width: 270px;
  font-size: 13px;
  margin-bottom: 5px;
}
.product-horizontal__title a {
  display: block;
}
@media screen and (min-width: 768px) {
  .product-horizontal__title {
    font-size: 17px;
  }
}
.product-horizontal__auction-count {
  color: #818489;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: -7px;
  display: none;
}
@media screen and (min-width: 768px) {
  .product-horizontal__auction-count {
    display: block;
  }
}
@media screen and (min-width: 1700px) {
  .product-horizontal__auction-count {
    margin-bottom: -15px;
  }
}
.product-horizontal__price {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .product-horizontal__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page--product-detail .page-title,
.page-category .page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page--product-detail .page-title__vendor-code,
.page-category .page-title__vendor-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page--product-detail .page-title__counter,
.page-category .page-title__counter {
  margin-left: 10px;
  margin-top: 8px;
}
@media screen and (min-width: 480px) {
  .page--product-detail h1,
  .page-category h1,
  .page--product-detail span.h1,
  .page-category span.h1 {
    font-size: 24px;
  }
  .page--product-detail .article-value,
  .page-category .article-value {
    font-size: 12px;
    color: #9499A0;
  }
  .page--product-detail .page-title__vendor-code,
  .page-category .page-title__vendor-code {
    margin-top: initial;
  }
}
@media screen and (min-width: 992px) {
  .page--product-detail h1,
  .page-category h1,
  .page--product-detail span.h1,
  .page-category span.h1 {
    font-size: 30px;
  }
  .page--product-detail .article-value,
  .page-category .article-value {
    font-size: 18px;
    color: #9499A0;
  }
  .page--product-detail .page-title__counter,
  .page-category .page-title__counter {
    margin-top: 6px;
  }
}
@media screen and (max-width: 480px) {
  .page--product-detail .page-title,
  .page-category .page-title {
    display: table;
  }
  .page--product-detail .page-title__vendor-code,
  .page-category .page-title__vendor-code {
    display: table-row;
    margin-top: 5px;
  }
  .page--product-detail h1,
  .page-category h1,
  .page--product-detail span.h1,
  .page-category span.h1 {
    font-size: 20px;
  }
  .page--product-detail .article-value,
  .page-category .article-value {
    font-size: 12px;
    color: #9499A0;
  }
  .page--product-detail .page-title__counter,
  .page-category .page-title__counter {
    margin-top: 4px;
  }
}
@media screen and (min-width: 992px) {
  .page--product-detail h1,
  .page--product-detail span.h1 {
    font-size: 25px;
  }
  .page--product-detail .article-value {
    font-size: 18px;
    color: #9499A0;
  }
}
.page--product-modul-kitchen .product-menu .btn:not(.social-network) {
  max-width: 340px;
  width: 100%;
  height: 52px;
}
.ya-share2--detail {
  margin-left: 30px;
}
.ya-share2--detail .ya-share2__link {
  border: none !important;
  background-color: transparent !important;
  padding: 0 !important;
}
.ya-share2--detail .ya-share2__title {
  font-size: 15px;
  line-height: 22px;
  color: #707070;
}
.ya-share2--detail .ya-share2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ya-share2--detail .ya-share2__list .ya-share2__title {
  display: none;
}
.ya-share2--detail .ya-share2__icon_more {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 3L3 7L11 11' stroke='%23B9BCC1' stroke-width='2'/%3E%3Ccircle cx='3' cy='7' r='2' fill='white' stroke='%23B9BCC1' stroke-width='2'/%3E%3Ccircle cx='11' cy='3' r='2' fill='white' stroke='%23B9BCC1' stroke-width='2'/%3E%3Ccircle cx='11' cy='11' r='2' fill='white' stroke='%23B9BCC1' stroke-width='2'/%3E%3C/svg%3E%0A") !important;
}
.review-modal .modal__container {
  max-width: 1325px;
  width: 100%;
  padding: 30px;
  border-radius: 14px;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .review-modal .modal__container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1200px) {
  .review-modal .modal__container {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .review-modal .modal__container {
    padding: 20px 0 0 0;
    height: auto;
  }
}
.review-modal .modal__container.active::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  border-radius: 13px;
  z-index: 20;
}
.review-modal .modal__container.active::after {
  content: "";
  width: 30px;
  height: 30px;
  background: transparent;
  border-radius: 50px;
  border: 5px solid #F6D300;
  border-left-color: transparent;
  border-top-color: transparent;
  -webkit-animation: load2 0.6s infinite ease 1.5s;
  animation: load2 0.6s infinite ease 1.5s;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  z-index: 25;
}
.review-modal .modal__body {
  padding: 0;
}
.review-modal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .review-modal__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.review-modal__wrap.all-photos .review-modal__header,
.review-modal__wrap.all-photos .review-modal__slider-wrap,
.review-modal__wrap.all-photos .review-modal__btn,
.review-modal__wrap.all-photos .review-modal__counter {
  display: none;
}
.review-modal__wrap.all-photos .review-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.review-modal__slider-wrap {
  width: 100%;
  max-width: 921px;
}
@media screen and (max-width: 1600px) {
  .review-modal__slider-wrap {
    max-width: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .review-modal__slider-wrap {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .review-modal__slider-wrap .owl-stage .owl-item {
    padding: 0;
  }
}
.review-modal__content {
  max-width: 314px;
  width: 100%;
  margin-left: 30px;
  padding-bottom: 45px;
}
@media screen and (max-width: 1200px) {
  .review-modal__content {
    display: none;
    max-width: 100%;
  }
}
.review-modal__content--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .review-modal__content--grid {
    padding: 0 20px 20px 20px;
  }
}
.review-modal__content--grid .image-wrap__item {
  width: 33.33%;
  padding: 5px;
}
.review-modal__content--grid .image-wrap__item a {
  position: relative;
  display: block;
  height: 0;
  padding-top: 100%;
}
.review-modal__content--grid .image-wrap__item img,
.review-modal__content--grid .image-wrap__item video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.review-modal__content--grid .image-wrap__item img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.review-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.review-modal__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .review-modal__title {
    font-size: 14px;
    line-height: 20px;
  }
}
.review-modal__main p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  white-space: normal;
}
@media screen and (max-width: 768px) {
  .review-modal__main p {
    font-size: 14px;
    line-height: 20px;
  }
}
.review-modal__main strong {
  display: block;
}
.review-modal__main .review-modal__datetime {
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #919191;
}
@media screen and (max-width: 1200px) {
  .review-modal__main .review-modal__datetime {
    text-align: left;
  }
}
.review-modal .review-modal__dots-slider {
  margin-top: 30px;
  overflow: hidden;
}
.review-modal .review-modal__dots-slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.3;
}
.review-modal .review-modal__dots-slider img {
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .review-modal .review-modal__dots-slider img {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .review-modal .review-modal__dots-slider {
    margin: 20px;
  }
}
.review-modal .review-modal__dots-slider .image-wrap__dot {
  position: relative;
  padding-top: 5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.review-modal .review-modal__dots-slider .image-wrap__dot img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.review-modal .review-modal__dots-slider .image-wrap__dot video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #bbbbbb;
  padding: 1px;
  display: inherit;
}
@media screen and (max-width: 1600px) {
  .review-modal .review-modal__dots-slider .image-wrap__dot {
    padding-top: 8%;
  }
}
@media screen and (max-width: 768px) {
  .review-modal .review-modal__dots-slider .image-wrap__dot {
    padding-top: 15%;
  }
}
@media screen and (max-width: 441px) {
  .review-modal .review-modal__dots-slider .image-wrap__dot {
    padding-top: 25%;
  }
}
.review-modal .review-modal__product-slider .image-wrap__item {
  padding-top: 62.86%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .review-modal .review-modal__product-slider .image-wrap__item {
    padding-top: 0;
    width: 100%;
  }
}
.review-modal .review-modal__product-slider img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 1200px) {
  .review-modal .review-modal__product-slider img {
    border-radius: 0;
    position: static;
    height: calc(100dvh - 270px);
    overflow: hidden;
  }
}
.review-modal .review-modal__product-slider video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #bbbbbb;
  padding: 1px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .review-modal .review-modal__product-slider video {
    border-radius: 0;
    position: static;
    height: calc(100dvh - 270px);
    overflow: hidden;
  }
}
.review-modal .review-modal__slider-wrap .owl-nav,
.review-modal .review-modal__slider-wrap .owl-dots {
  display: none !important;
}
.review-modal__counter {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 16px;
  line-height: 24px;
  color: #919191;
}
@media screen and (max-width: 768px) {
  .review-modal__counter {
    top: 15px;
    left: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 14px;
    line-height: 20px;
  }
}
.review-modal__btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  left: -70px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 0;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(61, 104, 143, 0.12));
  filter: drop-shadow(0px 0px 20px rgba(61, 104, 143, 0.12));
}
.review-modal__btn-prev:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.review-modal__btn-next {
  left: auto;
  right: -70px;
}
.review-modal__btn-next:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
@media screen and (max-width: 768px) {
  .review-modal__btn {
    display: none;
  }
}
.review-modal .rating__counter {
  white-space: nowrap;
}
.review-modal .review-image-wrap__next,
.review-modal .review-image-wrap__prev {
  font-size: 0;
  line-height: 0;
  display: none;
}
.review-modal .review-image-wrap__next {
  right: 30px;
}
@media screen and (max-width: 768px) {
  .review-modal .review-image-wrap__next {
    right: 10px;
  }
}
.review-modal .review-image-wrap__prev {
  left: 10px;
}
.header-product {
  display: none;
  position: sticky;
  z-index: 30;
  background: white;
}
.header-product--active {
  display: block;
}
@media screen and (max-width: 768px) {
  .header-product {
    display: none;
  }
}
.header-product__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 11px 0;
  border-top: 1px solid #F1F0F5;
  border-bottom: 1px solid #F1F0F5;
}
@media screen and (max-width: 1200px) {
  .header-product__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header-product__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-product__right .product-menu__price {
  margin: 0;
}
.header-product__right .product-menu__mobile-buttons {
  margin: 0;
  margin-left: 40px;
}
.header-product__right .product-menu__mobile-buttons .btn:not(.btn--circle) {
  width: 220px;
}
@media screen and (max-width: 1200px) {
  .header-product__right .product-menu__mobile-buttons .btn:not(.btn--circle) {
    width: 320px;
  }
}
.header-product__right .product-menu__mobile-buttons .btn--circle {
  margin-left: 0;
}
@media screen and (max-width: 1200px) {
  .header-product__right .product-menu__mobile-buttons {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .header-product__right {
    margin-top: 24px;
  }
}
.header-product .page-title {
  margin: 0;
}
.header-product .page-title p {
  font-size: 18px;
  line-height: 27px;
  color: #262626;
  margin-bottom: 4px;
}
.header-product .product-menu__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1650px) {
  .header-product .product-menu__price {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .header-product .product-menu__meta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.header-product .price--old,
.header-product .price--sale {
  margin-left: 20px;
}
.fast-delivery-slider-wrapper {
  margin-top: 40px;
  padding: 0 30px;
}
@media screen and (max-width: 1200px) {
  .fast-delivery-slider-wrapper {
    padding: 0;
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .fast-delivery-slider-wrapper {
    margin-top: 30px;
  }
}
.fast-delivery-slider__item {
  padding: 13px;
  border: 2px solid #EEF2F6;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .fast-delivery-slider__item {
    padding: 13px 13px 38px 13px;
  }
}
.fast-delivery-slider__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.fast-delivery-slider__item-img {
  max-width: 70px;
  width: 70px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .fast-delivery-slider__item-img {
    min-width: 60px;
    width: 60px;
    height: 50px;
  }
}
.fast-delivery-slider__item-title {
  font-size: 14px;
  line-height: 20px;
}
.fast-delivery-slider__item-prices {
  margin-top: 5px;
}
.fast-delivery-slider__item-current-price {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.fast-delivery-slider__item-old-price {
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  color: #B9BCC1;
  margin-left: 12px;
  text-decoration: line-through;
}
.fast-delivery-slider__item-badge {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 10px;
  padding-left: 23px;
  background-position: center left;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='4' fill='%23F5D12F'/%3E%3Cpath d='M10 4.5L7 9H11L8 13.5' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.fast-delivery-slider__item-info {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .fast-delivery-slider__item-info {
    margin-left: 15px;
  }
}
.fast-delivery-slider__counter {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #727272;
  margin: 0 15px;
}
.fast-delivery-slider .owl-nav {
  position: absolute;
  right: 0;
  bottom: 0;
  border: 2px solid #EEF2F6;
  border-radius: 10px 0;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 87px;
}
.fast-delivery-slider .owl-next,
.fast-delivery-slider .owl-prev {
  height: 18px;
}
.fast-delivery-slider .owl-next svg,
.fast-delivery-slider .owl-prev svg {
  height: 18px;
}
.fast-delivery-slider.owl-carousel .owl-stage::after {
  display: none;
}
.fast-delivery-slider .owl-dots {
  display: none;
}
.fast-delivery-slider.owl-carousel.owl-drag .owl-item {
  padding: 0;
}
.breadcrumbs-product-back {
  font-size: 12px;
  line-height: 20px;
  color: #0C6DE2;
  padding-left: 12px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L2 5L6 1' stroke='%230C6DE2' stroke-width='2'/%3E%3C/svg%3E%0A");
  margin-right: 40px;
}
.wrap-breadcrumbs-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .wrap-breadcrumbs-product .ya-share2--mobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .wrap-breadcrumbs-product {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .wrap-breadcrumbs-product .ya-share2--mobile {
    margin-left: auto;
  }
  .wrap-breadcrumbs-product .ya-share2--mobile .ya-share2__title {
    font-size: 14px;
    line-height: 20px !important;
  }
  .wrap-breadcrumbs-product .ya-share2--mobile .ya-share2__icon {
    background-size: 14px 14px !important;
    width: 20px !important;
    height: 20px !important;
  }
  .wrap-breadcrumbs-product .breadcrumbs {
    margin-top: 12px;
  }
}
.wrap-breadcrumbs-product .breadcrumbs {
  overflow: auto;
  margin-top: 12px;
}
.page--category .page-filter {
  position: relative;
  z-index: 2;
}
.page--category .flex-layout-filter {
  position: relative;
  z-index: 0;
}
.product-detail-favorite {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
}
.product-detail-fixed-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px 70px;
  background-color: #fff;
  -webkit-box-shadow: 0px -2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -2px 15px rgba(0, 0, 0, 0.2);
  z-index: 21;
}
@media screen and (max-width: 768px) {
  .product-detail-fixed-bar {
    display: block;
  }
}
.product-detail-fixed-bar__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product-detail-fixed-bar__row .price--current {
  font-size: 25px;
  line-height: 22px;
}
.product-detail-fixed-bar__row .price--old {
  font-size: 12px;
  line-height: 20px;
}
.product-detail-fixed-bar__buttons {
  margin-top: 10px;
}
.product-detail-fixed-bar__button {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: initial;
  text-transform: initial;
}
.product-detail-fixed-bar__button--one-click {
  width: 140px;
}
.product-detail-fixed-bar__button svg {
  margin-left: 5px;
}
.product-detail-ar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding: 0 22px;
  margin: 12px auto;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  background-color: #0C6DE2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .product-detail-ar {
    border: 2px solid #969696;
    color: #969696;
    margin: 12px auto 0;
    font-size: 12px;
    border-radius: 50px;
    font-weight: 700;
    background: transparent;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .product-detail-ar::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 16px;
    margin-right: 5px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAcCAYAAAB/E6/TAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAQWSURBVHgBpZZbSJNhGMd30G1mdrDRASIiMqoLiSDI6KBEVxVdaRRYqeVhOiHRvJGaFSW1zLPTOa11E7soCIog6GA3dVUXQQZhWXQut7Zwc3Ou3yttfFv75lYvPDzv9x6e//M87/993k+p+IfW29t7IhQK+dVqdX9FRcVEMnuUihRaT0/PDlQfINkqlUqH/oGcqq6uts+2Nymgtra2JRqNxkJ3M4Zb0AGANgWDwVvoVsbGp6en9xqNxo9yNlSzgXR0dGgzMjJUGHuKXof37eG5mpqam3q9fjUptPK5qLW1NUPOTprchMViyZuYmHjl9XoDtbW1nxhqibeuqKgoKJaLvgAivQvT0tJyy8vLH0nX/ZU6Djof1UwE86emprYD4o7jxC7UysrKSms8cMDuoVaTzkaidkQBWa3W5Rg+A8A+Pi9WVVW1KJXKkEKm2Wy2rLKyMo/cPM4cAqgZGy/4NEbOKBAIXAPkCNJgMBjOJwJJphGtHaKUY28r8iDqjBhwANDU3d1dwKImonqr+Ic2MDCQ7ff7z8LKA9i7w9CWKNYxeAMGbQDkA6AjAC5VpNj6+vrSyY44Iw32ViEzLI0FCnHTfxJJI1RegEdOmJRdWFioTgbEbrdnwjgdjm4j/UcRZ3hOmjovEiknJSUlvj/dyf7+/jUFBQU2yNIAC5/ERLCRcRMZMBcXFz+OPVtAvcz7IqyDkquIYhwAlyJOg0WVgq5sfIjRZu5YUKfTHcfwQbGdlJvl6l5XV1deJCIWfgZEtkDCIsvg4OBtn8/XwOdznBLDw6Q3j9LzRpGg4dzIrCVI2kpLS98DcJKNZ4nqHqBHZgOJgIU7eLY7EctEeeE89GNjY27WiqL6q66ubtxsNuuph/Pk9ok50rtHSoYqvBTsuh6zUJuZmanBcIDUfhdjOBTZV19f/91kMmlwYj6fgdhzSk9PX4vd07JFFXJs4WkY4dCnKDVR9Q4Po/YB5Ef5w0WVfi7UjiqqfwGJoio8oDsXkPx4RRWg16gvseOkUlwRL2BNyBVRzvh+N7NHEsF91FImlyEXeXcS1juHwzGXJ+KX3Dz2Dotgka/I4ggZMP4NtQ7jRkr7uf8tqqTuKuoYkiNsR4CIYD8HfpTuGdI3hKxMZMjj8cj+BgwNDS0gost0HYB0cLF3Rt0jLqWNiTzEg7zkjVoSz1BnZ2fh5OTk+Xhzoqhyv4bpZlNJcgjAJN4tWa8E/7OysvxOp3OO2+12wazp8Bz0NoifE4pviXSPKKoul0ut1WqVojhL52TpLWGbjzq3nlTYODcDxp9J1zGey7j4n7gwOjo6LHVI2pL+ryMl1VSEBow++EOcHETQ/BBjPaTpEmmSZWFKP5Dt7e0ruMSNABlmNiuVd3kCDMnWu5SbYCSEyE9lz2+r4BaFUpPeWgAAAABJRU5ErkJggg==');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.product-pay-parts {
  border: 1px solid #F1F1F1;
  border-radius: 3px;
  padding: 8px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product-pay-parts__desc {
  margin-left: 40px;
  display: inline-block;
}
.product-pay-parts img {
  vertical-align: middle;
}
.product-pay-parts .popover {
  top: -5px;
  right: -3px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.product-pay-parts .popover:hover {
  opacity: 0.7;
}
@media (max-width: 480px) {
  .product-pay-parts {
    padding: 6px 10px;
  }
  .product-pay-parts__desc {
    margin-left: 15px;
    font-size: 14px;
  }
  .product-pay-parts img {
    width: 90px;
  }
}
.owl-carousel .owl-video-wrapper iframe {
  height: 100%;
}
.owl-carousel .owl-item[data-video] .image-wrap__item {
  height: 100%;
}
@media (max-width: 767px) {
  .product-added-modal.modal.modal--active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0;
  }
}
.product-added-modal .modal__container {
  max-width: 1158px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .product-added-modal .modal__container {
    border-radius: 8px 8px 0 0;
  }
}
.product-added-modal .modal__close {
  right: 22px;
  top: 16px;
  bottom: auto;
  stroke: #000000;
}
@media (max-width: 767px) {
  .product-added-modal .modal__close {
    right: 13px;
    top: 9px;
  }
}
.product-added-modal .modal__close:hover {
  stroke: #CECECE;
}
.product-added-modal .modal__body {
  padding: 30px 23px;
}
@media (max-width: 767px) {
  .product-added-modal .modal__body {
    padding: 36px 12px 28px;
  }
}
.product-added-modal__title {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .product-added-modal__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .product-added-modal__product {
    margin-bottom: 0;
  }
}
.product-added-modal .cart__product-img-wrapper {
  width: 120px;
}
@media (max-width: 767px) {
  .product-added-modal .cart__product-img-wrapper {
    width: 99px;
  }
}
.product-added-modal .cart__product-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 19.07px;
}
@media (max-width: 767px) {
  .product-added-modal .cart__product-title {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
@media (max-width: 767px) {
  .product-added-modal .product__quantity {
    margin-left: 0;
  }
}
.product-added-modal__related-products {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .product-added-modal__related-products {
    margin-top: 24px;
    margin-bottom: 0;
  }
  .product-added-modal__related-products .swiper-button-next,
  .product-added-modal__related-products .swiper-button-prev {
    display: none;
  }
}
.product-added-modal__related-products-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.product-added-modal__related-products .page-title {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.product-added-modal__related-products .price--current {
  font-size: 24px;
}
.product-added-modal__related-products .product__info span {
  font-size: 14px;
}
.product-added-modal__related-products-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
.product-added-modal__related-products .product__info a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-added-modal__related-products .grid--slider {
  padding-top: 18px;
}
.product-added-modal__related-products .grid__content--slider .swiper-button-prev,
.product-added-modal__related-products .grid__content--slider .swiper-button-next {
  top: 40%;
  width: 43px;
  height: 43px;
}
.product-added-modal__related-products .grid__content--slider .swiper-button-prev {
  left: 38px;
}
.product-added-modal__related-products .grid__content--slider .swiper-button-next {
  right: 38px;
}
.product-added-modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 22px;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .product-added-modal__footer {
    display: none;
  }
}
.product-added-modal__footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 262px;
  height: 42px;
  border-radius: 8px;
  text-transform: none;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-color: #3C71EE;
  border: 2px solid #3C71EE;
}
.product-added-modal__footer-btn:hover {
  color: #3C71EE;
  background-color: #EBF1FD;
}
.product-added-modal__footer-btn--outline {
  color: #3C71EE;
  background-color: #EBF1FD;
  border-color: #EBF1FD;
}
.product-added-modal__footer-btn--outline:hover {
  border-color: #3C71EE;
}
.product-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 1px solid #EEF2F6;
  max-width: 275px;
  margin-left: 15px;
  padding: 15px 10px 20px;
}
@media screen and (min-width: 1200px) {
  .product-preview {
    border: 0;
    max-width: 320px;
    width: 100%;
  }
}
.product-preview__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.product-preview__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2px;
  margin-right: -2px;
}
.product-preview__colors > button {
  margin-left: 2px;
  margin-right: 2px;
}
.product-preview__image {
  padding-left: 25px;
  padding-right: 25px;
  height: 205px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 992px) {
  .product-preview__image {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.product-preview__image img {
  max-height: 100%;
  width: auto !important;
  margin-left: auto;
  margin-right: auto;
}
.product-preview__image--sale {
  display: none;
}
.product-preview__voblers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .product-preview__voblers {
    right: 0;
    bottom: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 2px;
  }
}
.product-preview__mobile {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
@media screen and (min-width: 1200px) {
  .product-preview__mobile {
    display: none;
  }
}
.product-preview__mobile .pull-left__row_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-preview__title {
  font-size: 13px;
}
@media screen and (min-width: 1200px) {
  .product-preview__title {
    font-size: 16px;
  }
}
.product-preview__buttons {
  display: none;
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (min-width: 1200px) {
  .product-preview__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-preview__buttons > .btn {
  margin-left: 5px;
  margin-right: 5px;
}
.product-preview__buttons > .btn:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.product-preview__size {
  display: none;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .product-preview__size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .product-preview:hover {
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
  }
}
.table {
  display: table;
  width: 100%;
}
.table__thead {
  display: table-header-group;
}
.table__tbody {
  display: table-row-group;
}
.table__tr {
  display: table-row;
}
.table__td {
  display: table-cell;
}
@media screen and (max-width: 991px) {
  .table-params {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .table-params {
    display: table;
  }
}
.table-params .table--tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.table-params .table--tr + .table--tr {
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .table-params .table--tr {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
  }
}
.table-params .table--td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  padding: 7px 14px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  color: #262626;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}
.table-params .table--td:first-child {
  border-right: 1px solid #D9D9D9;
  padding-left: 0;
}
.table-params .table--td:last-child {
  font-weight: 400;
  margin-left: -1px;
  border-left: 1px solid #D9D9D9;
}
@media screen and (min-width: 769px) {
  .table-params .table--td:last-child {
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .table-params .table--td:last-child {
    width: 50%;
  }
}
.table-delivery {
  max-width: 950px;
}
@media screen and (min-width: 768px) {
  .table-delivery {
    display: table;
  }
}
.table-delivery b {
  margin-left: -15px;
  color: #262626;
}
.table-delivery .table--tr {
  display: block;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .table-delivery .table--tr {
    display: table-row;
    padding: 0;
  }
}
.table-delivery .table--tr:nth-child(odd),
.table-delivery .table--tr.table--tr--gray {
  background: #f9fafc;
}
.table-delivery .table--td {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .table-delivery .table--td {
    display: table-cell;
    padding: 15px;
  }
}
.table-delivery .table--td:first-child {
  color: #818489;
  margin-right: 5px;
}
.table-delivery .table--td:last-child {
  padding-left: 0;
  font-weight: 600;
  color: #262626;
  text-align: right;
}
.table-info {
  display: table;
  width: 100%;
}
.table-info.table-info_size-xs {
  font-size: 13px;
}
.table-info.table-info-margin {
  margin-top: 20px;
}
.table-info__row {
  display: table-row;
}
.table-info__row-50 .table-info__cell {
  width: 50%;
}
.table-info__cell {
  display: table-cell;
  padding: 5px 0;
}
.table-info__cell_width_135 {
  width: 135px;
}
.table-info_w110 {
  width: 110px;
}
.table-info_w200 {
  width: 200px;
}
.table-info__indent_bottom > div {
  padding-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .table-info--order .table-info__row {
    display: block;
    margin-bottom: 5px;
  }
  .table-info--order .table-info__cell {
    display: block;
    padding: 2px 0;
  }
}
.table-title {
  color: #818489;
  padding-right: 10px;
}
.table-value {
  color: #262626;
  font-weight: 600;
}
.table-value_sale {
  color: #E60000;
}
.table-value p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}
.table2 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #EEF2F6;
}
.table2__tr:not(:last-child) {
  border-bottom: 1px solid #EEF2F6;
}
.table2__th,
.table2__td {
  text-align: left;
}
.table2__th {
  background: #f9fafc;
  padding: 18px 15px;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  color: #929292;
}
.table2__th:last-child {
  padding: 15px 15px 15px 0;
}
@media screen and (max-width: 768px) {
  .table2__th {
    font-size: 14px;
    line-height: 20px;
    padding: 14px 14px 14px 18px;
  }
  .table2__th:last-child {
    padding: 14px 18px 14px 26px;
  }
}
.table2__td {
  background: #ffffff;
  padding: 15px;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
}
.table2__td:last-child {
  padding: 15px 15px 15px 0;
}
@media screen and (max-width: 768px) {
  .table2__td {
    font-size: 14px;
    line-height: 20px;
    padding: 14px 14px 14px 18px;
  }
  .table2__td:last-child {
    padding: 14px 18px 14px 26px;
  }
}
.filter-product {
  padding: 20px 15px;
  margin-top: 40px;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.filter-product .filter-item {
  display: block;
}
.filter-product .filter-item .filter-item__value {
  margin-left: 0;
}
@media screen and (min-width: 1600px) {
  .filter-product .filter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filter-product .filter-item .filter-item__value {
    margin-left: 8px;
  }
}
.filter-product .pull-right .filter-item {
  text-align: right;
}
@media screen and (min-width: 1600px) {
  .filter-product .pull-right .filter-item {
    text-align: inherit;
  }
}
.filter-product .pull-right .filter-item > span {
  display: none;
}
@media screen and (min-width: 768px) {
  .filter-product .pull-right .filter-item > span {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .filter-product {
    margin-left: -30px;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .filter-product {
    margin-left: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.filter-news {
  margin: 0 0 40px;
  padding-left: 0;
  padding-right: 0;
}
.filter-news .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.filter-news .pull-left > .filter-item:first-child {
  margin-right: 40px;
}
.filter-news .pull-right {
  display: none;
}
@media screen and (min-width: 992px) {
  .filter-news .pull-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-item > span {
  color: #818489;
}
.filter-item--xs {
  display: none;
}
@media screen and (min-width: 768px) {
  .filter-item--xs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.filter-item--indent-right {
  margin-right: 50px;
}
.filter-item__value {
  margin-left: 8px;
}
.filter-item__btn {
  font-weight: 600;
  font-size: 15px;
}
.filter-item__btn span {
  border-bottom-color: #EEF2F6;
}
.filter-item__btn:hover {
  color: #0C6DE2;
}
.filter-item__list {
  left: inherit!important;
  right: -94px;
}
.filter-item__list a {
  border-bottom: 0;
}
.filter--top {
  padding-top: 20px;
  border-top: 1px solid #EEF2F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .filter--top {
    padding-top: 0;
    border-top: none;
  }
}
@media (max-width: 480px) {
  .filter--top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.filter--top .pull-right {
  display: none;
}
@media screen and (min-width: 991px) {
  .filter--top .pull-right {
    margin-left: 60px;
  }
}
@media screen and (min-width: 992px) {
  .filter--top .pull-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}
.filter--top .filter-item > span {
  display: none;
}
@media screen and (min-width: 768px) {
  .filter--top .filter-item > span {
    display: inline-block;
  }
}
.filter--top__main {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media screen and (min-width: 768px) {
  .filter--top__main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1300px) {
  .filter--top__main {
    padding-left: 60px;
  }
}
@media (max-width: 480px) {
  .filter--top__main {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 10px;
  }
}
.filter--top__aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .filter--top__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }
}
@media screen and (min-width: 1300px) {
  .filter--top__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
  }
}
.filter--top__button {
  background: #F5F7F9;
  height: 100%;
  width: 100%;
  font-weight: 600;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 21px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  border-left: 1px solid #EEF2F6;
}
@media screen and (min-width: 768px) {
  .filter--top__button {
    display: none;
  }
}
.filter--top__button .svg2 {
  display: none;
}
.filter--top__button--active .svg1 {
  display: none;
}
.filter--top__button--active .svg2 {
  display: block;
}
.filter--top .dropdown-menu__content {
  z-index: 1000;
}
@media (max-width: 480px) {
  .filter--top .dropdown-menu__content {
    left: auto;
    right: -30px;
  }
}
@media (max-width: 768px) {
  .filter--top .dropdown-menu__active {
    z-index: 45;
  }
}
.filter-navigation {
  display: grid;
  grid-template-columns: 3fr 1fr;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .filter-navigation {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
@media (max-width: 480px) {
  .filter-navigation {
    margin-bottom: 0;
  }
}
.filter-navigation__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 20px;
}
@media (max-width: 992px) {
  .filter-navigation__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}
.filter-navigation__item {
  height: 123px;
}
@media (max-width: 480px) {
  .filter-navigation__item {
    height: auto;
  }
}
.filter-navigation__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-radius: 5px;
  color: #000000;
  background-color: #F2F2F2;
}
@media (max-width: 1200px) {
  .filter-navigation__card {
    border-radius: 3px;
  }
}
.filter-navigation__card:hover {
  color: #000000;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 24px 0 #0000001A;
  box-shadow: 0 0 24px 0 #0000001A;
}
.filter-navigation__card-img-wrapper {
  width: 100%;
  height: 100px;
}
@media (max-width: 480px) {
  .filter-navigation__card-img-wrapper {
    height: 48px;
  }
}
.filter-navigation__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.filter-navigation__card-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 23px;
  font-size: 15px;
  line-height: 1.2;
  text-align: center;
  word-break: break-word;
}
@media (max-width: 1600px) {
  .filter-navigation__card-title {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .filter-navigation__card-title {
    height: 18px;
    font-size: 10px;
  }
}
.filter-navigation__service-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 262px;
  height: 100%;
  border-radius: 8px;
  color: #FFFFFF;
  background: #3C71EE;
}
@media (max-width: 1200px) {
  .filter-navigation__service-link {
    min-height: 0;
    height: auto;
    border-radius: 3px;
  }
}
.filter-navigation__service-link:hover {
  color: #000000;
  background: #EBF1FD;
}
@media (max-width: 1200px) {
  .filter-navigation__service-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
.filter-navigation__service-card-info {
  padding: 0 10px 10px 30px;
}
@media (max-width: 1400px) {
  .filter-navigation__service-card-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .filter-navigation__service-card-info {
    padding: 10px;
  }
}
.filter-navigation__service-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.filter-navigation__service-img-wrapper {
  height: 157px;
}
@media (max-width: 1200px) {
  .filter-navigation__service-img-wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 38%;
    height: 100%;
  }
}
@media (max-width: 992px) {
  .filter-navigation__service-img-wrapper {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .filter-navigation__service-img-wrapper {
    width: 38%;
  }
}
.filter-navigation__service-title {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .filter-navigation__service-title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .filter-navigation__service-title {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
  }
}
.filter-navigation__service-description {
  font-size: 16px;
  line-height: 18.8px;
}
@media (max-width: 1400px) {
  .filter-navigation__service-description {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 480px) {
  .filter-navigation__service-description {
    font-size: 10px;
    line-height: 14px;
  }
}
.fast-delivery {
  margin-right: 45px;
}
@media (max-width: 992px) {
  .fast-delivery {
    margin-right: auto;
  }
}
.fast-delivery__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
@media (max-width: 480px) {
  .fast-delivery__switch {
    font-size: 10px;
    line-height: 13px;
  }
}
.fast-delivery__switch-slider {
  position: relative;
  display: block;
  width: 35px;
  height: 18px;
  margin-right: 5px;
  border: 2px solid #D9D9D9;
  border-radius: 79px;
  background: linear-gradient(280.49deg, #D9D9D9 -5.2%, #A8A8A8 91.77%);
}
@media (max-width: 480px) {
  .fast-delivery__switch-slider {
    width: 27px;
    height: 14px;
  }
}
.fast-delivery__switch-slider::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .fast-delivery__switch-slider::before {
    width: 10px;
    height: 10px;
  }
}
.fast-delivery__switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.fast-delivery__switch input:checked + .fast-delivery__switch-slider {
  border-color: #3C71EE;
  background: linear-gradient(79.47deg, #3C71EE 3.6%, #224188 84.72%);
}
.fast-delivery__switch input:checked + .fast-delivery__switch-slider::before {
  -webkit-transform: translateX(17px);
  transform: translateX(17px);
}
@media (max-width: 480px) {
  .fast-delivery__switch input:checked + .fast-delivery__switch-slider::before {
    -webkit-transform: translateX(13px);
    transform: translateX(13px);
  }
}
.filter--overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  opacity: 0;
  pointer-events: none;
}
.filter--overlay--active {
  opacity: 1;
  pointer-events: inherit;
}
@media screen and (min-width: 768px) {
  .filter--overlay {
    display: none;
  }
}
.filter--aside {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-top: 1px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  padding: 20px 30px;
  z-index: 44;
  width: 100vw;
  overflow-y: auto;
  padding-bottom: 110px;
}
.filter--aside .clear-filter,
.filter--aside .apply-filter {
  margin-top: 25px;
  width: 100%;
}
.filter--aside .clear-filter {
  width: auto;
  margin: 25px auto 0;
  height: auto;
  padding: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .filter--aside {
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    width: auto;
    z-index: 99;
    overflow: initial;
    padding-bottom: 0;
    padding: 20px 30px 20px 20px;
  }
}
@media screen and (min-width: 1300px) {
  .filter--aside {
    padding: 20px 8px;
  }
}
.filter--aside--active {
  opacity: 1;
  pointer-events: inherit;
}
.filter--aside .products-offers--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.filter--aside .accordion {
  position: relative;
  margin-bottom: 20px;
}
.filter--aside .accordion_title {
  padding-left: 25px;
}
.filter--aside .accordion__content {
  padding-top: 10px;
}
.filter--aside .input-default {
  background-color: transparent;
}
.filter--aside .range--multiple__container {
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 1299px) {
  .filter--aside .range--multiple__container {
    margin-left: 0;
  }
}
.filter--aside .range--multiple__title {
  margin-bottom: 10px;
}
.filter--aside .ui-slider-horizontal {
  margin: 15px 21px 15px 8px !important;
}
.filter--aside .ui-slider-horizontal::before,
.filter--aside .ui-slider-horizontal::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #E3E9ED !important;
  width: 8px;
  left: -8px;
  top: 0;
}
.filter--aside .ui-slider-horizontal::after {
  left: auto;
  right: -21px;
  width: 21px;
}
.filter--aside .ui-slider-horizontal .ui-slider-handle {
  top: -15px !important;
  border: 2px solid #F5D22F !important;
}
.filter--aside .wrap-stolplit-checkbox {
  background: #EEF2F6;
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0 -8px 17px -8px;
}
.filter--aside .wrap-stolplit-checkbox .checkbox {
  margin-bottom: 0;
}
.filter--aside .wrap-stolplit-checkbox .checkbox__label {
  font-size: 16px;
}
.filter--aside .wrap-stolplit-checkbox .checkbox__select {
  top: 1px;
}
.filter--aside .checkbox {
  margin-bottom: 12px;
}
.filter--aside .checkbox__label {
  font-size: 15px;
}
.filter--aside .checkbox__label--filter-stolplit {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filter--aside .checkbox__label--filter-stolplit img {
  margin-right: 10px;
}
.filter--aside .svg--arrow {
  position: absolute;
  left: 0;
  top: 8px;
}
.filter--aside .filter__color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}
.filter--aside .filter__color .btn-color {
  margin-right: 10px;
}
.filter--aside .filter__color .text-gray {
  margin-left: 5px;
}
.filter--aside .link {
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
}
.filter--aside .btn-info--outline {
  border-color: #0C6DE2;
  font-weight: 700;
}
.flex-layout-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-layout-filter .container {
  width: 100%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .flex-layout-filter .filter--aside {
    position: absolute;
    width: 350px;
    overflow: inherit;
  }
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1300px) {
}
@media screen and (min-width: 768px) {
  .flex-layout-filter--active .filter--aside {
    display: block;
  }
}
@media screen and (max-width: 920px) {
  .flex-layout-filter .pagination__next,
  .flex-layout-filter .pagination__prev {
    display: none;
  }
}
.filter-selected {
  background: #F2F5F8;
  border: 2px solid #EEF2F6;
  border-radius: 16px;
  padding: 2px 10px 2px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 12px;
}
.filter-selected b {
  margin-left: 5px;
}
.filter-selected .btn {
  padding: 0;
  margin: 6px 0 4px 5px;
  background: transparent;
  height: inherit;
  border: 0;
  font-size: 12px;
  letter-spacing: 0;
}
.filter-selected .btn:active {
  -webkit-transform: none;
  transform: none;
}
.filter-selected .btn .svg--close {
  margin-right: 3px;
  width: 7px;
  height: 7px;
}
.filter-selected .btn .btn-color {
  margin-left: 0;
  margin-top: -5px;
  margin-bottom: -3px;
}
@media (max-width: 767px) {
  .products-offers--buttons {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .products-offers--buttons .btn {
    white-space: nowrap;
  }
}
.filter__all {
  margin-bottom: 20px;
}
.filter__more {
  display: none;
}
.filter-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
}
.filter-tags__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 24px;
  margin-left: -22px;
}
@media (max-width: 1200px) {
  .filter-tags__content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    padding-right: 0;
    margin-left: 0;
  }
}
.filter-tags__clear {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 148px;
  flex: 0 0 148px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EEF2F6;
  border-radius: 100px;
  padding: 8px;
  padding-left: 14px;
}
@media (max-width: 1200px) {
  .filter-tags__clear {
    display: none;
  }
}
.filter-tags__clear-button {
  background-color: #F5F7F9;
  margin-left: auto;
  width: 22px;
  height: 22px;
  padding: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.filter-tags__clear-icon {
  width: 8px;
  height: 8px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8px;
  flex: 0 0 8px;
}
.filter-tags__item + .filter-tags__item {
  margin-left: 10px;
}
.filter-tags__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 22px;
  margin-bottom: 20px;
  background-color: #F5F7F9;
  border-radius: 100px;
  padding: 9px 14px;
}
@media (max-width: 1200px) {
  .filter-tags__group {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-left: 15px;
  }
  .filter-tags__group:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .filter-tags {
    display: block;
  }
  .filter-tags__content {
    padding-right: 0;
  }
}
.tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.43;
}
.tag__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
}
.tag__label {
  color: #818489;
  padding-right: 10px;
}
.tag__remove {
  background-color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tag__remove-icon {
  width: 8px;
  height: 8px;
}
.color {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  margin-right: 7px;
}
.filter--top::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  top: -9999em;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .filter--top::before {
    display: none;
  }
}
.filter--opened {
  position: relative;
}
.filter--opened::before {
  opacity: 1;
  pointer-events: all;
}
.mattress-banner {
  margin-bottom: 20px;
  display: block;
  background-image: url("/images_v2/questionnaire/banner_matress.png");
  background-position: 98% 100%;
  background-color: #51b3e1;
  background-repeat: no-repeat;
  padding: 50px 40px;
}
@media screen and (max-width: 1210px) {
  .mattress-banner {
    background-size: 686px;
  }
}
@media screen and (max-width: 1200px) {
  .mattress-banner {
    padding: 20px;
    background-size: 700px;
    background-position: 50% 100%;
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 768px) {
  .mattress-banner {
    background-size: 100%;
    padding-bottom: 35%;
  }
}
.mattress-banner__descr {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 1.69;
  margin-bottom: 8px;
}
@media screen and (max-width: 1200px) {
  .mattress-banner__descr {
    display: none;
  }
}
.mattress-banner__title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 37px;
}
@media screen and (max-width: 1200px) {
  .mattress-banner__title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.mattress-banner__button {
  width: 173px;
  height: 46px;
  font-size: 12px;
}
@media screen and (max-width: 1200px) {
  .mattress-banner__button {
    margin-left: auto;
    margin-right: auto;
  }
}
.mattress-banner__button .btn-ticker__container {
  margin-left: 24px;
  background-color: #51b3e1;
}
.mattress-banner__button .btn-ticker__icon {
  fill: #fff;
}
.question {
  margin-top: 50px;
  max-width: 920px;
}
.question b {
  display: inline-block;
  width: 62px;
}
.question__header {
  margin-bottom: 10px;
}
.question__body {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .question__body {
    padding-left: 65px;
  }
}
.question__body p {
  margin-bottom: 10px;
}
.answer {
  padding-left: 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .answer {
    padding-left: 65px;
  }
}
.answer b {
  display: inline-block;
  width: 55px;
}
.answer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 52px;
  width: 3px;
  background: #F6D300;
}
.answer__header {
  margin-bottom: 10px;
}
.answer__body {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .answer__body {
    padding-left: 60px;
  }
}
.answer__is-useful {
  margin-top: 15px;
  color: #818489;
}
.group--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7EBD69;
  margin-right: 15px;
}
.like svg {
  margin-right: 6px;
}
.like:hover svg {
  fill: #7EBD69;
}
.like.active svg {
  fill: #7EBD69;
}
.dislike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #CE0101;
}
.dislike svg {
  margin-right: 6px;
}
.dislike:hover svg {
  fill: #CE0101;
}
.dislike.active svg {
  fill: #CE0101;
}
.ui-slider-horizontal {
  height: 2px!important;
  border: 0!important;
  border-radius: 0!important;
  background: #E3E9ED !important;
  margin: 15px 12px 15px 0!important;
  position: relative;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  border-radius: 50%;
  background: #fff !important;
  border: 2px solid #EEF2F6 !important;
  width: 24px!important;
  height: 24px!important;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-state-default:focus,
.ui-widget-content .ui-state-default:focus {
  border-color: #F6D300 !important;
}
.ui-widget-header {
  background: #F6D300 !important;
  border: 0!important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -10px !important;
}
.range--multiple {
  margin-bottom: 30px;
}
.range--multiple__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 1299px) {
  .range--multiple__container {
    margin-right: -8px;
    margin-left: -15px;
  }
}
.range--multiple__input {
  position: relative;
}
.range--multiple__input:first-child {
  margin-right: 10px;
}
@media screen and (max-width: 1299px) {
  .range--multiple__input:last-child .input-default {
    padding-left: 30px;
    padding-right: 5px;
  }
}
.range--multiple__input span {
  position: absolute;
  top: 13px;
  left: 17px;
}
@media screen and (max-width: 1299px) {
  .range--multiple__input span {
    left: 10px;
  }
}
.range--multiple__input .input-default {
  padding-left: 37px;
}
.range--single {
  margin-bottom: 50px;
  margin-left: 20px;
  margin-right: 20px;
}
.range--single__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.range--single__input {
  position: absolute;
  top: 5px;
  font-size: 13px;
  color: #818489;
}
.range--single__input:first-child {
  margin-right: 10px;
}
.range--single__input span {
  top: 13px;
  left: 17px;
  white-space: nowrap;
}
.range--single__input .input-default {
  padding-left: 37px;
}
.range--single__start {
  left: 0;
}
.range--single__end {
  right: 12px;
}
.carousel-dots {
  height: 5px;
  width: 135px;
  margin: 20px auto 30px;
  background: #E9EFF4;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.carousel-dots.disabled {
  display: none;
}
.carousel-dots button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: inline-block;
  border-radius: 5px;
}
.carousel-dots button.active {
  background: #F6D300 !important;
  height: 5px;
}
.append-slider-images {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.append-slider-images .owl-carousel {
  display: block;
}
@media screen and (max-width: 768px) {
  .append-slider-images {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.append-slider-images .owl-carousel .owl-stage:after {
  display: none;
}
.append-slider-images .owl-carousel,
.append-slider-images .owl-stage-outer,
.append-slider-images .owl-stage {
  height: 100%;
}
.append-slider-images .fake-dots {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  z-index: 2;
  display: none;
}
@media screen and (min-width: 992px) and (hover: hover) {
  .append-slider-images .fake-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.fake-dots__dot {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.append-slider-images .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 3px 0;
}
@media screen and (max-width: 768px) {
  .append-slider-images .owl-dots {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 992px) and (hover: hover) {
  .append-slider-images .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.append-slider-images .owl-dot {
  width: 25px;
  height: 3px;
  margin: 0 2px;
  background: #B7B9BE;
  padding: 0;
  border-radius: 2px;
}
.append-slider-images .owl-dot.active {
  background: #858585;
}
.simple-slider.swiper {
  display: block;
}
.grid__content--slider {
  position: relative;
  padding: 0 30px;
  margin: 0 -30px;
}
@media screen and (max-width: 1200px) {
  .grid__content--slider {
    padding: 0 15px;
    margin: 0 -15px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 480px) {
  .grid__content--slider .swiper-slide {
    width: 275px;
    height: auto;
  }
}
.grid__content--slider .swiper:not(.swiper-initialized) ~ .swiper-button {
  display: none;
}
.grid__content--slider .swiper:not(.swiper-initialized) > .swiper-pagination {
  display: none;
}
.grid__content--slider .append-slider-images .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 4px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
.grid__content--slider .append-slider-images .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  margin: 0 2px;
  background: #B7B9BE;
  padding: 0;
  border-radius: 2px;
}
.grid__content--slider .append-slider-images .swiper-pagination .swiper-pagination-bullet-active {
  background: #858585;
}
.grid__content--slider .swiper-button-prev,
.grid__content--slider .swiper-button-next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 46px;
  height: 46px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px #ccc;
  box-shadow: 0 0 4px #ccc;
  color: #262626;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.grid__content--slider .swiper-button-prev.swiper-button-lock,
.grid__content--slider .swiper-button-next.swiper-button-lock {
  display: none;
}
.grid__content--slider .swiper-button-prev::after,
.grid__content--slider .swiper-button-next::after {
  content: none;
}
.grid__content--slider .swiper-button-prev span,
.grid__content--slider .swiper-button-next span {
  position: relative;
  top: -4px;
  font-size: 30px;
}
@media screen and (max-width: 1200px) {
  .grid__content--slider .swiper-button-prev,
  .grid__content--slider .swiper-button-next {
    display: none;
  }
}
.grid__content--slider .swiper-button-prev {
  left: -15px;
}
@media screen and (max-width: 1800px) {
  .grid__content--slider .swiper-button-prev {
    left: 5px;
  }
}
.grid__content--slider .swiper-button-next {
  right: -15px;
}
@media screen and (max-width: 1800px) {
  .grid__content--slider .swiper-button-next {
    right: 5px;
  }
}
.grid__content--slider .swiper-pagination {
  display: none;
}
@media screen and (max-width: 1200px) {
  .grid__content--slider .swiper-pagination {
    position: static !important;
    height: 5px;
    width: 135px !important;
    margin: 20px auto 30px;
    background: #E9EFF4;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .grid__content--slider .swiper-pagination .swiper-pagination-bullet {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 !important;
    border-radius: 5px;
    background-color: transparent !important;
  }
  .grid__content--slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F6D300 !important;
    height: 5px;
  }
}
.append-slider-images .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 4px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
.append-slider-images .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 3px;
  margin: 0 2px;
  background: #B7B9BE;
  padding: 0;
  border-radius: 2px;
}
.append-slider-images .swiper-pagination .swiper-pagination-bullet-active {
  background: #858585;
}
.banner-mini {
  text-align: center;
}
.banner-mini #owl-banner .owl-item:not(.center) {
  opacity: 0;
}
.banner-mini #owl-banner .owl-next,
.banner-mini #owl-banner .owl-prev {
  position: absolute;
  width: 24px;
  height: 47px;
  top: 50%;
  background: url(/images/indexMailSlider.png) -24px -16px no-repeat;
  cursor: pointer;
  text-indent: 100px;
  white-space: nowrap;
  padding: 0;
  border-radius: 0;
  opacity: 1;
  margin: -20px 0 0;
  overflow: hidden;
  z-index: 100;
}
.banner-mini #owl-banner .owl-prev {
  left: 0px;
}
.banner-mini #owl-banner .owl-next {
  right: 0;
  background-position: 0 -16px;
}
.banner-mini--blue {
  background: #007AC7;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px 15px;
}
.banner-mini__title {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.banner-mini__txt--yellow {
  color: #FDCF4C;
  font-weight: 600;
}
.banner-gray {
  background: #EEF2F6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner-gray .btn-ticker {
  background: #fff;
  margin-top: 10px;
}
.banner-gray__content {
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .banner-gray__content {
    padding: 50px 30px;
  }
}
@media screen and (min-width: 1500px) {
  .banner-gray__content {
    padding: 20px 50px;
  }
}
.banner-gray__content img {
  width: 135px;
}
.banner-gray__image {
  display: none;
}
@media screen and (min-width: 1500px) {
  .banner-gray__image {
    display: block;
  }
}
.banner-gray__special {
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #818489;
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .banner-gray__special {
    font-size: 14px;
  }
}
.banner-gray__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #434343;
}
@media screen and (min-width: 768px) {
  .banner-gray__title {
    font-size: 20px;
  }
}
.banner-gray img {
  display: inherit;
  max-height: 220px;
}
.banner-gray--xl {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .banner-gray--xl-phone {
    overflow: inherit;
  }
}
.banner-gray--xl .banner-gray__content {
  max-width: 290px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .banner-gray--xl .banner-gray__content {
    max-width: 420px;
  }
}
@media screen and (min-width: 1500px) {
  .banner-gray--xl .banner-gray__content {
    padding: 50px 60px;
    max-width: inherit;
  }
}
.banner-gray--xl .banner-gray__title {
  margin-bottom: 20px;
}
.banner-gray--xl .banner-gray__image {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 400px;
}
@media screen and (min-width: 768px) {
  .banner-gray--xl .banner-gray__image {
    bottom: 16px;
    width: 570px;
    right: -16px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-gray--xl .banner-gray__image {
    position: static;
    width: 540px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-gray--xl .banner-gray__image {
    position: static;
    width: auto;
  }
}
.banner-gray--xl .banner-gray__image--phone {
  position: absolute;
  left: auto;
  width: inherit;
  bottom: 0;
  right: -64px;
}
.banner-gray--xl .banner-gray__image--phone img {
  width: 180px;
}
@media screen and (min-width: 480px) {
  .banner-gray--xl .banner-gray__image--phone {
    bottom: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .banner-gray--xl .banner-gray__image--phone {
    bottom: 0;
    right: 60px;
  }
  .banner-gray--xl .banner-gray__image--phone img {
    width: auto;
    max-height: 280px;
  }
}
@media screen and (min-width: 1500px) {
  .banner-gray--xl .banner-gray__image--phone {
    right: 80px;
  }
  .banner-gray--xl .banner-gray__image--phone img {
    max-height: 260px;
  }
}
.banner-vacancy {
  background: #EEF2F6;
  background-size: 338px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .banner-vacancy {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-vacancy {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-vacancy {
    overflow: inherit;
  }
}
@media screen and (min-width: 1500px) {
  .banner-vacancy {
    padding: 70px 60px;
  }
}
.banner-vacancy__title {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 13px;
  max-width: 240px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .banner-vacancy__title {
    max-width: inherit;
  }
}
@media screen and (min-width: 1200px) {
  .banner-vacancy__title {
    max-width: 240px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-vacancy__title {
    max-width: inherit;
  }
}
@media screen and (min-width: 1500px) {
  .banner-vacancy__title {
    font-size: 26px;
  }
}
.banner-vacancy__text {
  font-size: 14px;
  color: #818489;
  max-width: 240px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .banner-vacancy__text {
    max-width: 430px;
  }
}
@media screen and (min-width: 1200px) {
  .banner-vacancy__text {
    max-width: 280px;
  }
}
@media screen and (min-width: 1400px) {
  .banner-vacancy__text {
    max-width: 430px;
  }
}
@media screen and (min-width: 1500px) {
  .banner-vacancy__text {
    font-size: 16px;
    max-width: 500px;
  }
}
.banner-vacancy__btn {
  margin-top: 25px;
  width: 250px;
  position: relative;
  font-size: 15px;
}
@media screen and (min-width: 1500px) {
  .banner-vacancy__btn {
    margin-top: 30px;
  }
}
.banner-vacancy__image {
  position: absolute;
  bottom: 0;
  right: -87px;
  width: 230px;
}
.banner-vacancy__image img {
  display: inherit;
}
@media screen and (min-width: 480px) {
  .banner-vacancy__image {
    right: 5%;
    width: 230px;
  }
}
@media screen and (min-width: 768px) {
  .banner-vacancy__image {
    right: 5%;
    width: 220px;
  }
}
@media screen and (min-width: 1600px) {
  .banner-vacancy__image {
    right: 6%;
    width: 270px;
  }
}
@media screen and (min-width: 1800px) {
  .banner-vacancy__image {
    right: 8%;
    width: 280px;
  }
}
.banner {
  background: #EEF2F6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.banner img {
  display: inherit;
}
.banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.banner--competition {
  width: 100%;
  overflow: hidden;
  height: 200px;
}
@media screen and (min-width: 768px) {
  .banner--competition {
    height: 370px;
  }
}
.banner--competition h2 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .banner--competition h2 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .banner--competition h2 {
    font-size: 39px;
  }
}
.banner--competition p {
  text-transform: uppercase;
  margin: 10px 0 15px;
}
@media screen and (min-width: 768px) {
  .banner--competition p {
    margin: 20px 0 30px;
  }
}
.banner--competition img {
  max-height: 100%;
}
.banner--competition .banner__content {
  padding: 20px 40px 20px 20px;
  max-width: 580px;
}
@media screen and (min-width: 768px) {
  .banner--competition .banner__content {
    padding: 0 0 0 60px;
  }
}
.banner--competition .banner__image {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin-left: -130px;
}
.banner--competition .banner__image img {
  max-width: inherit;
  width: 360px;
}
@media screen and (min-width: 480px) {
  .banner--competition .banner__image {
    margin-left: -160px;
  }
}
@media screen and (min-width: 768px) {
  .banner--competition .banner__image {
    left: 100%;
    margin-left: -510px;
  }
  .banner--competition .banner__image img {
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .banner--competition .banner__image {
    margin-left: -630px;
  }
}
@media screen and (min-width: 768px) {
  .banner--club {
    min-height: 340px;
    margin-top: 30px;
  }
}
.banner--club .banner__image {
  position: absolute;
  left: 60%;
  bottom: 0;
  margin-left: 0;
  display: none;
}
@media screen and (min-width: 768px) {
  .banner--club .banner__image {
    display: block;
  }
}
.banner--club .banner__content {
  padding: 20px;
  max-width: 630px;
}
@media screen and (min-width: 768px) {
  .banner--club .banner__content {
    padding: 0 0 0 60px;
  }
}
.banner--club .banner__title {
  font-size: 21px;
  line-height: 1.3;
  max-width: 550px;
}
@media screen and (min-width: 1500px) {
  .banner--club .banner__title {
    font-size: 26px;
  }
}
.banner--club .banner__text {
  font-size: 14px;
  color: #818489;
  margin: 10px 0 25px;
  max-width: 600px;
}
@media screen and (min-width: 1500px) {
  .banner--club .banner__text {
    font-size: 16px;
  }
}
.banner--club .banner__form {
  position: relative;
  width: 100%;
}
.banner--club .banner__form input {
  padding-right: 230px;
}
.banner--club .banner__form .btn {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .banner--club .banner__form .btn {
    margin-top: 0;
    position: absolute;
    top: 8px;
    right: 12px;
  }
}
.banner-point {
  position: absolute;
}
.banner-point__btn {
  background: #F6D300;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 26px;
  height: 26px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
  border: 0;
}
.banner-point__btn svg {
  width: 11px;
  fill: #000;
}
.banner-point__btn:active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.banner-point__btn:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-animation: pulse 2.5s ease-out infinite;
  animation: pulse 2.5s ease-out infinite;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-point__content {
  background: #fff;
  position: absolute;
  border-radius: 8px;
  width: 430px;
  top: calc(100% + 3px);
  right: -3px;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .banner-point__content {
    width: 400px;
  }
}
@media (max-width: 1300px) {
  .banner-point__content {
    width: 380px;
  }
}
@media (max-width: 480px) {
  .banner-point__content {
    width: 328px;
    -webkit-box-shadow: 2px 2px 4px 0 #00000066;
    box-shadow: 2px 2px 4px 0 #00000066;
  }
}
.banner-point__content-img-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 36.27%;
}
@media (max-width: 480px) {
  .banner-point__content-img-wrapper {
    width: 42.68%;
  }
}
@media (max-width: 480px) {
  .banner-point__content-img-wrapper {
    width: 41.68%;
  }
}
.banner-point__content-img-wrapper img {
  aspect-ratio: 156/134;
}
.banner-point__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.banner-point__content-info {
  display: grid;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-template-columns: 126px 100px;
  grid-template-areas: "prices btns" "title title";
  gap: 7px 28px;
  padding: 12px 12px 17px 8px;
}
@media (max-width: 1400px) {
  .banner-point__content-info {
    grid-template-columns: 1fr;
    grid-template-areas: "prices" "title" "btns";
    row-gap: 8px;
  }
}
@media (max-width: 1300px) {
  .banner-point__content-info {
    padding: 3px 12px 5px 8px;
  }
}
.banner-point__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-point__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.banner-point__title {
  grid-area: title;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.362;
}
.banner-point__title:hover {
  color: #3C71EE;
}
@media (max-width: 480px) {
  .banner-point__title {
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    line-height: 16.34px;
    text-overflow: ellipsis;
  }
}
.banner-point__prices {
  grid-area: prices;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px 22px;
}
@media (max-width: 1400px) {
  .banner-point__prices {
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .banner-point__prices {
    gap: 5px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
.banner-point .price--sale {
  padding: 5px 4px;
}
@media (max-width: 480px) {
  .banner-point .price--sale {
    margin-left: auto;
    padding: 3px 2px;
    font-size: 12px;
    line-height: 1;
  }
}
.banner-point .price--old {
  margin: 0;
  font-size: 14px;
  line-height: 1.362;
  font-weight: 400;
}
@media (max-width: 480px) {
  .banner-point .price--old {
    font-size: 12px;
    line-height: 16.34px;
  }
}
.banner-point .price--current {
  font-size: 20px;
  line-height: 1.362;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .banner-point .price--current {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media (max-width: 480px) {
  .banner-point .price--current {
    font-size: 14px;
    line-height: 17px;
  }
}
.banner-point__btns {
  grid-area: btns;
}
.banner-point h3 {
  font-size: 13px;
  margin-bottom: 4px;
}
.banner-point--active .banner-point__btn {
  background: #217BE6;
  -webkit-transform: scale(1) rotate(45deg);
  transform: scale(1) rotate(45deg);
}
.banner-point--active .banner-point__btn:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.banner-point--active .banner-point__btn .svg--plus {
  fill: #FFF;
}
.banner-point--active .banner-point__content {
  opacity: 1;
  pointer-events: inherit;
}
.ribbon-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  min-height: 65px;
  padding: 20px;
  margin-left: calc(-50vw + 50%);
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .ribbon-header {
    font-size: 16px;
  }
}
.ribbon-banner img {
  width: 100%;
}
.banner__close {
  position: absolute;
  bottom: 100%;
  right: 20px;
  top: 20px;
  width: 15px;
  stroke: #CECECE;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 1;
}
.ribbon-banner .banner__close {
  right: 10px;
  top: 10px;
  width: 35px;
  padding: 10px;
}
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.js-show-adv-label {
  position: relative;
}
.js-show-adv-label .download-card {
  height: 100%;
}
.js-show-adv-label .shop_action_picture {
  width: 100%;
}
.banner-label {
  position: absolute;
  right: 8px;
  top: 8px;
  padding: 0 4px;
  background-color: rgba(255, 255, 255, 0.48);
  color: #070707;
  border-radius: 6px;
  font-size: 10px;
  line-height: 14px;
  text-overflow: ellipsis;
}
.main-sub-banner .banner-label {
  right: 8px;
}
.banner-product .banner-label {
  right: 20px;
  top: 20px;
}
@media (max-width: 1600px) {
  .banner-product .banner-label {
    right: 35px;
  }
}
@media (max-width: 1400px) {
  .banner-product .banner-label {
    right: 19%;
  }
}
@media (max-width: 1200px) {
  .banner-product .banner-label {
    right: 12%;
  }
}
@media (max-width: 767px) {
  .banner-product .banner-label {
    right: 15px;
  }
}
.banner-label__details {
  max-width: 264px;
  min-width: 264px;
  padding: 20px 16px;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  text-align: left;
  color: #001a34;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 16px 1px rgba(0, 26, 52, 0.16);
  box-shadow: 0 4px 16px 1px rgba(0, 26, 52, 0.16);
  -webkit-transform: none;
  transform: none;
  right: 0;
  left: auto;
}
.banner-label__details::after {
  left: 91%;
}
@media (max-width: 767px) {
  .banner-label__details {
    position: fixed;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    padding-top: 36px;
    -webkit-transform: none !important;
    transform: none !important;
  }
  .banner-label__details::before,
  .banner-label__details::after {
    display: none;
  }
}
.banner-label__details-close-btn {
  display: none;
}
@media (max-width: 767px) {
  .banner-label__details-close-btn {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFFFF;
    background-color: #F6D300;
  }
}
.banner-label__details-text {
  margin-bottom: 10px;
}
.banner-label__details-source {
  color: #004a8f;
  cursor: pointer;
}
.banner-label__details-source-info {
  display: none;
}
.banner-label__details-link {
  margin-top: 10px;
  color: #004a8f;
  cursor: pointer;
}
.banner-label__details-link-success {
  display: none;
}
.banner-label:hover .banner-label__details {
  opacity: 1 !important;
  pointer-events: inherit !important;
  right: 0;
  left: auto;
  -webkit-transform: none;
  transform: none;
}
@media (max-width: 1200px) {
  .banner-label:hover .banner-label__details {
    opacity: 0 !important;
    pointer-events: none !important;
  }
}
.lookbook-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.lookbook-title .text-gray {
  font-size: 75%;
}
@media screen and (min-width: 768px) {
  .lookbook-title {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .lookbook-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.lookbook-title--elements {
  font-size: 18px;
  margin-bottom: 20px;
}
.image-lookbook-wrap {
  display: grid;
  grid-template-areas: 'first first' 'second third';
  grid-template-columns: 50% 50%;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .image-lookbook-wrap {
    grid-template-areas: 'first second' 'first third';
    grid-template-columns: 66% 34%;
  }
}
.image-lookbook-wrap div:first-child {
  grid-area: first;
}
.image-lookbook-wrap div:nth-child(2) {
  grid-area: second;
  padding-top: 15px;
  padding-right: 7.5px;
}
@media screen and (min-width: 768px) {
  .image-lookbook-wrap div:nth-child(2) {
    padding-top: 0;
    padding-right: 0;
    padding-left: 30px;
  }
}
.image-lookbook-wrap div:nth-child(3) {
  grid-area: third;
  padding-top: 15px;
  padding-left: 7.5px;
}
@media screen and (min-width: 768px) {
  .image-lookbook-wrap div:nth-child(3) {
    padding-top: 30px;
    padding-left: 30px;
  }
}
.image-lookbook-wrap img,
.image-lookbook-wrap a {
  display: inherit;
}
.image-lookbook-wrap__item {
  position: relative;
}
.image-lookbook-wrap__item:hover .image-lookbook-wrap__zoom {
  opacity: 1;
}
.image-lookbook-wrap__zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (min-width: 768px) {
  .image-lookbook-wrap__zoom {
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
.lookbook-text {
  color: #525C69;
  padding: 15px 0 0;
}
@media screen and (min-width: 768px) {
  .lookbook-text {
    padding: 40px 5px;
  }
}
.grid--lookbook__info {
  margin-top: 20px;
}
@media screen and (min-width: 1200px) {
  .grid--lookbook__info {
    margin-top: 30px;
  }
}
.lookbook-item {
  border: 1px solid #EEF2F6;
}
@media screen and (min-width: 768px) {
  .lookbook-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lookbook-item img {
  display: inherit;
}
.lookbook-item__image {
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  position: relative;
}
.lookbook-item__image::after {
  content: '';
  display: block;
  padding-bottom: 56.3093623%;
}
@media screen and (min-width: 1500px) and (max-width: 1900px) {
  .lookbook-item__image::after {
    padding-bottom: 80%;
  }
}
@media screen and (min-width: 1500px) and (max-width: 2000px) {
  .lookbook-item__image {
    min-height: 375px;
  }
}
@media screen and (min-width: 768px) {
  .lookbook-item__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .lookbook-item__image {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-size: cover;
  }
}
@media screen and (max-width: 480px) {
}
.lookbook-item__content {
  padding: 35px 25px;
  border-top: 1px solid #EEF2F6;
}
.lookbook-item__content .rating {
  margin-bottom: auto;
}
@media screen and (min-width: 768px) {
  .lookbook-item__content {
    border-top: 0;
    border-left: 1px solid #EEF2F6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .lookbook-item__content {
    padding: 25px 25px;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .lookbook-item__content {
    padding: 25px 25px;
  }
}
.lookbook-item__category {
  color: #818489;
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .lookbook-item__category {
    font-size: 17px;
  }
}
.lookbook-item__title {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .lookbook-item__title {
    font-size: 21px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .lookbook-item__title {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .lookbook-item__title {
    font-size: 18px;
  }
}
.lookbook-item__el-count {
  color: #707070;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .lookbook-item__el-count {
    font-size: 16px;
  }
}
.lookbook-item__price {
  margin-top: 15px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .lookbook-item__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .lookbook-item__btn {
    width: 148px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .lookbook-item__btn {
    height: 44px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .lookbook-item__btn {
    height: 44px;
    font-size: 12px;
  }
}
.lookbook-item .price--old {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .lookbook-item .price--old {
    font-size: 21px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .lookbook-item .price--old {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .lookbook-item .price--old {
    font-size: 18px;
  }
}
.lookbook-item .price--sale {
  width: 44px;
  height: 20px;
  font-size: 13px;
  border-radius: 15px 0;
}
.lookbook-item .price--current {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .lookbook-item .price--current {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1100px) {
  .lookbook-item .price--current {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .lookbook-item .price--current {
    font-size: 28px;
  }
}
.lookbook-carousel__item {
  margin-left: 15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  .lookbook-carousel__item {
    width: 100%;
    margin-left: 0;
  }
}
.lookbook-carousel .owl-stage-outer {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  .lookbook-carousel .owl-stage-outer {
    margin-left: 0;
    margin-right: 0;
  }
}
.lookbook-carousel .owl-nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .lookbook-carousel .owl-nav {
    display: block;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -27px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.lookbook-carousel .owl-nav button {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #EEF2F6;
  background-color: #fff;
  position: absolute;
  margin-top: -20px;
}
.lookbook-carousel .owl-nav button.c {
  left: -27px;
}
.lookbook-carousel .owl-nav button.a {
  right: -27px;
}
.lookbook-carousel .owl-nav button svg {
  width: 10px;
}
.lookbook-carousel .owl-nav button:hover {
  fill: #0C6DE2;
}
.lookbook-carousel .carousel-dots {
  margin: 20px auto 30px;
}
@media screen and (min-width: 768px) {
  .lookbook-carousel .carousel-dots {
    margin: 30px auto;
  }
}
.lookbook-carousel:hover .owl-nav {
  opacity: 1;
}
.lookbook-footer {
  line-height: 1;
  font-size: 14px;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #EEF2F6;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .lookbook-footer {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .lookbook-footer {
    font-size: 16px;
    padding: 30px 15px;
  }
}
.lookbook-footer .pull-left {
  display: none;
}
@media screen and (min-width: 768px) {
  .lookbook-footer .pull-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.lookbook-footer .pull-right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.lookbook-footer .popover {
  margin-right: 10px;
  height: 16px;
}
.lookbook-footer b {
  margin-left: 8px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  .lookbook-footer b {
    font-size: 20px;
  }
}
.lookbook-slider--mini {
  margin-top: -55px;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .lookbook-slider--mini {
    margin-top: 0;
  }
}
@media screen and (min-width: 1600px) {
  .lookbook-slider--mini {
    margin-bottom: -40px;
  }
}
.lookbook-slider--mini .owl-carousel .owl-dots.disabled,
.lookbook-slider--mini .owl-carousel .owl-nav.disabled {
  display: none!important;
}
.lookbook-mini-item {
  border: 1px solid #EEF2F6;
  width: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .lookbook-mini-item {
    border: 0;
    width: inherit;
    padding: 15px;
  }
  .lookbook-mini-item:hover {
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    background: #fff;
  }
  .lookbook-mini-item:hover .lookbook-mini-item__btn {
    opacity: 1;
  }
}
.lookbook-mini-item img {
  display: inherit;
  height: 180px;
}
@media screen and (min-width: 1200px) {
  .lookbook-mini-item img {
    height: 200px;
  }
}
.lookbook-mini-item__content {
  padding: 35px 25px;
  border-top: 1px solid #EEF2F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen and (min-width: 1200px) {
  .lookbook-mini-item__content {
    padding: 20px 5px 10px;
  }
}
.lookbook-mini-item__category {
  color: #818489;
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .lookbook-mini-item__category {
    font-size: 15px;
  }
}
.lookbook-mini-item__title {
  margin-top: 12px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.3;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen and (min-width: 768px) {
  .lookbook-mini-item__title {
    font-size: 16px;
  }
}
.lookbook-mini-item__el-count {
  color: #707070;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .lookbook-mini-item__el-count {
    font-size: 16px;
  }
}
.lookbook-mini-item__price {
  margin-top: 15px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .lookbook-mini-item__btn {
    width: 148px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.cart-thead {
  color: #818489;
}
.cart-thead > div {
  padding-bottom: 10px;
  display: none;
}
@media screen and (min-width: 1500px) {
  .cart-thead > div {
    display: block;
  }
}
.cart-thead .cart-thead__provider {
  display: block;
  color: #2C2D2E;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.cart-thead .cart-thead__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  padding-left: 15px;
}
@media screen and (min-width: 1700px) {
  .cart-thead .cart-thead__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 175px;
    flex: 0 0 175px;
  }
}
.cart-thead .cart-thead__count {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
  padding-left: 15px;
}
.cart-thead .cart-thead__date_completion {
  padding-left: 15px;
}
.cart-thead .cart-thead__sum {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 105px;
  flex: 0 0 105px;
  text-align: right;
  padding-right: 45px;
}
@media screen and (min-width: 1500px) {
  .cart-thead .cart-thead__sum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
  }
}
@media screen and (min-width: 1700px) {
  .cart-thead .cart-thead__sum {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
  }
}
@media screen and (min-width: 1200px) {
  .cart-thead {
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.cart-thead--order {
  height: inherit!important;
}
.cart-thead--order .cart-thead__sum {
  padding-right: 25px;
}
.cart-group-stolplit {
  background-color: #FAFAFA;
  border: 1px solid #EEF2F6;
  margin-bottom: 20px;
}
.cart-group-stolplit .count-buttons__input {
  background-color: transparent;
}
.cart-group-stolplit .section-title {
  margin-bottom: 0;
}
.cart-group-stolplit .product-cart {
  border-color: transparent;
}
.cart-group-stolplit .count-buttons button,
.cart-group-stolplit .favorite__icon,
.cart-group-stolplit .product-cart__action .product-cart__button-icon {
  background-color: #fff;
  border: 1px solid #EEF2F6;
}
.cart-group .section-title {
  border: none;
  font-size: 16px;
  color: #000;
}
@media screen and (min-width: 1200px) {
  .cart-group .section-title {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .cart-group .section-title {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1800px) {
  .cart-group .section-title {
    margin-left: -14px;
  }
}
.cart-group .add-services__item {
  margin-left: 20px;
  margin-bottom: 18px;
}
.cart-group .checkbox__label {
  font-size: 15px;
  padding-left: 25px;
  color: #000;
}
.cart-group .checkbox__label a {
  font-size: 14px;
  display: block;
  margin-top: 10px;
  color: #2874FE;
}
.cart-group .checkbox__select {
  display: none;
}
.cart-group .checkbox {
  cursor: pointer;
}
.cart-group .checkbox input {
  opacity: 1;
  top: 5px;
}
.cart-gift-badge {
  background: #0C6DE2;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}
.product-cart {
  border: 1px solid #EEF2F6;
  padding: 20px;
  margin-bottom: 20px;
}
.product-cart--lookbook {
  border: 0;
  border-bottom: 1px solid #EEF2F6;
  margin-bottom: 0;
}
.product-cart__deleted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .product-cart__deleted {
    padding: 5px 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.product-cart__deleted .btn {
  margin-top: 8px;
}
@media screen and (min-width: 340px) {
  .product-cart__deleted .btn {
    width: 257px;
  }
}
@media screen and (min-width: 768px) {
  .product-cart__deleted .btn {
    padding-left: 35px;
    padding-right: 40px;
    width: inherit;
  }
}
@media screen and (min-width: 1200px) {
  .product-cart__deleted .btn {
    margin-top: 0;
  }
}
.product-cart__content {
  display: grid;
  grid-template-areas: 'image info info' 'additional additional additional' 'price price price' 'count count count' 'sum sum sum' 'action action action';
  grid-template-columns: 100px auto 110px;
}
@media screen and (min-width: 400px) {
  .product-cart__content {
    grid-template-areas: 'image info info' 'additional additional additional' 'price price count' 'sum sum sum' 'action action action';
  }
}
@media screen and (min-width: 460px) {
  .product-cart__content {
    grid-template-columns: 100px auto auto;
  }
}
@media screen and (min-width: 768px) {
  .product-cart__content {
    grid-template-areas: 'image info info info' 'image additional additional additional' 'price price count sum' 'action action action action';
    grid-template-columns: 100px auto auto auto;
  }
}
@media screen and (min-width: 992px) {
  .product-cart__content {
    grid-template-columns: 140px auto auto auto;
  }
}
@media screen and (min-width: 1500px) {
  .product-cart__content {
    grid-template-columns: 140px auto 151px 130px 118px;
    grid-template-areas: 'image info price count sum' 'image additional action action action';
  }
}
@media screen and (min-width: 1700px) {
  .product-cart__content {
    grid-template-columns: 140px auto 175px 131px 208px;
    grid-template-areas: 'image info price count sum' 'image additional action action action';
  }
}
.product-cart--date-completion.product-cart--order-wrap {
  padding: 0;
}
.product-cart--date-completion .product-cart__content {
  grid-template-areas: 'image info info' 'additional additional additional' 'price price price' 'count count count' 'sum sum sum' 'date_completion date_completion date_completion';
  grid-template-columns: 100px auto 110px;
}
@media screen and (min-width: 400px) {
  .product-cart--date-completion .product-cart__content {
    grid-template-areas: 'image info info' 'additional additional additional' 'price price count' 'sum sum sum' 'date_completion date_completion date_completion';
  }
}
@media screen and (min-width: 460px) {
  .product-cart--date-completion .product-cart__content {
    grid-template-columns: 100px auto auto;
  }
}
@media screen and (min-width: 768px) {
  .product-cart--date-completion .product-cart__content {
    grid-template-areas: 'image info info info' 'image additional additional additional' 'price count date_completion sum' 'action action action action';
    grid-template-columns: 100px auto auto auto;
  }
}
@media screen and (min-width: 992px) {
  .product-cart--date-completion .product-cart__content {
    grid-template-columns: 140px auto auto auto;
  }
}
@media screen and (min-width: 1500px) {
  .product-cart--date-completion .product-cart__content {
    grid-template-columns: 140px auto 150px 131px 159px 140px;
    grid-template-areas: 'image info price count date_completion sum' 'image additional action action action action';
  }
}
@media screen and (min-width: 1700px) {
  .product-cart--date-completion .product-cart__content {
    grid-template-columns: 140px auto 176px 130px 160px 229px;
    grid-template-areas: 'image info price count date_completion sum' 'image additional action action action action';
  }
}
.product-cart__check {
  grid-area: check;
  width: 13px;
  cursor: pointer;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .product-cart__check {
    width: 17px;
  }
}
.product-cart__img {
  grid-area: image;
  text-align: center;
}
.product-cart__img img {
  max-height: 120px;
}
.product-cart__img > div {
  margin-right: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-cart__img > div .price--sale {
  position: absolute;
  right: 0;
  top: 0;
}
.product-cart__info {
  grid-area: info;
  padding-right: 10px;
}
@media screen and (min-width: 1500px) {
  .product-cart__info .info {
    margin-top: 6px;
  }
}
.product-cart__price {
  padding-top: 15px;
  grid-area: price;
}
.product-cart__count {
  padding-top: 15px;
  grid-area: count;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (min-width: 1500px) {
  .product-cart__count {
    display: block;
  }
  .product-cart__count .goods-quantity > button {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
.product-cart__sum {
  padding-top: 15px;
  grid-area: sum;
}
@media screen and (min-width: 768px) {
  .product-cart__sum {
    text-align: right;
  }
}
.product-cart__date_completion {
  padding-top: 15px;
  grid-area: date_completion;
}
@media screen and (min-width: 992px) {
  .product-cart__date_completion {
    text-align: center;
  }
}
.product-cart__action {
  grid-area: action;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .product-cart__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (min-width: 1500px) {
  .product-cart__action {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 25px;
  }
}
.product-cart__action .product-cart__button {
  color: #4F95E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
}
.product-cart__action .product-cart__button-icon {
  border: 2px solid #EEF2F6;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-cart__action .product-cart__button .like-icon {
  width: 15px;
}
.product-cart__action .product-cart__button .close-icon {
  width: 10px;
}
@media screen and (min-width: 768px) {
  .product-cart__action .product-cart__button {
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.product-cart__action .product-cart__button:hover {
  color: #0C6DE2;
}
.product-cart__action .product-cart__button:hover svg {
  fill: #0C6DE2;
}
.product-cart__action .favorite {
  margin-right: 8px;
  margin-right: 15px;
}
.product-cart__action .favorite__icon {
  stroke: black;
}
.product-cart__action .favorite__btn {
  color: #4F95E8;
}
.product-cart__action .favorite__btn:hover {
  color: #0C6DE2;
}
.product-cart__action .favorite__btn:hover svg {
  stroke: #0C6DE2;
}
.product-cart__additional {
  padding-top: 20px;
  grid-area: additional;
}
.product-cart__hidden {
  display: none;
}
.product-cart .cart__tbody__thead {
  color: #818489;
}
@media screen and (min-width: 1500px) {
  .product-cart .cart__tbody__thead {
    display: none;
  }
}
.product-cart .cart-price__flex_order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1500px) {
  .product-cart .cart-price__flex_order {
    display: block;
  }
}
.product-cart .cart-price__flex_order .price--old {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: 10px;
  margin-top: 1px;
  -ms-flex-item-align: start;
  align-self: start;
}
@media screen and (min-width: 1500px) {
  .product-cart .cart-price__flex_order .price--old {
    margin: 0 0 4px 0;
  }
}
.product-cart .cart-price__flex_order .price--current {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.product-cart .price--current {
  font-weight: 600;
}
@media screen and (min-width: 1500px) {
  .product-cart .price--current {
    font-size: 20px;
  }
}
.product-cart__price-change {
  padding: 0;
}
@media screen and (max-width: 600px) {
  .product-cart__price-change {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
@media screen and (min-width: 1500px) {
  .product-cart:hover .product-cart__action {
    opacity: 1;
  }
  .product-cart:hover .goods-quantity > button {
    opacity: 1;
  }
}
.product-cart .pbinfo__title a:hover {
  color: #0C6DE2;
}
.product-cart__warning {
  border-left: 2px solid #F6D300;
  padding: 0 15px 2px;
  margin-bottom: 19px;
  font-size: 14px;
  color: #818489;
}
.product-cart--lookbook-wrap > div:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .product-cart--lookbook-wrap > div:last-child {
    margin-bottom: 30px;
  }
}
.product-cart--order-wrap {
  padding: 0 20px 0 0;
  border: 0;
}
.product-cart--order-wrap > div:last-child {
  border-bottom: 0;
}
.page--cart__add-services {
  margin-bottom: 8px;
}
.page--cart .js-delete-all-select {
  margin-left: 10px;
}
.page--cart .cart__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}
.add-services-hr {
  border: 1px solid #EEF2F6;
  margin: 15px 0;
}
.add-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.add-services__item {
  margin-bottom: 12px;
}
.add-services__item:not(:last-child) {
  margin-right: 20px;
}
@media screen and (min-width: 1200px) {
  .order-list > div:last-child {
    margin-bottom: 0;
  }
}
.order-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 70px;
}
.order-total__total {
  font-size: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}
@media screen and (min-width: 768px) {
  .order-total__total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
  }
}
@media screen and (min-width: 1700px) {
  .order-total__total {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 175px;
    flex: 0 0 175px;
  }
}
.order-total__count {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media screen and (min-width: 768px) {
  .order-total__count {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 130px;
    flex: 0 0 130px;
  }
}
.order-total__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  text-align: right;
  padding-right: 17px;
}
@media screen and (min-width: 1700px) {
  .order-total__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px;
  }
}
.order-total .price--current {
  font-weight: 600;
  font-size: 21px;
}
.order-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.order-title > div:first-child {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .order-title > div:first-child {
    margin-bottom: 0;
  }
}
.order-title .page-title {
  margin-bottom: 5px;
}
.order-title p {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .order-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.info {
  line-height: 1;
}
.info__title {
  font-size: 13px;
  color: #818489;
  margin-top: 8px;
  display: inline-block;
}
.info__text {
  font-size: 13px;
  margin-top: 5px;
  line-height: 1.3;
  color: #262626;
}
.info__text_block {
  display: inline-block;
}
.x {
  font-size: 80%;
  color: #818489;
}
@media screen and (min-width: 1200px) {
  .right-aside__brd_lt {
    border-left: 1px solid #EEF2F6;
  }
}
.right-aside__brd_bt {
  border-bottom: 1px solid #EEF2F6;
  border-right: 1px solid #EEF2F6;
}
.right-aside__title {
  padding-left: 15px;
  margin-left: -15px;
  margin-right: -15px;
  text-transform: uppercase;
  background: #F5F7F9;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .right-aside__title {
    margin-left: 0;
    margin-right: 0;
  }
}
.right-order {
  padding: 20px 15px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 1200px) {
  .right-order {
    margin-left: 0;
    margin-right: 0;
  }
}
.right-order__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.right-order__radio .delivery-radio__input {
  max-width: inherit;
}
.right-order__radio > div {
  min-width: 250px;
}
.right-order__radio > div:first-child {
  margin-bottom: 10px;
}
@media screen and (min-width: 480px) {
  .right-order__radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .right-order__radio > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .right-order__radio > div:first-child {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .right-order__radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .right-order__radio > div {
    margin-right: 0!important;
  }
  .right-order__radio > div:first-child {
    margin-bottom: 10px;
  }
}
.right-order__warning {
  color: #818489;
  font-size: 13px;
  margin-top: 15px;
}
.right-coupon .flex-form {
  margin-bottom: 10px;
}
.right-coupon .flex-form:last-child {
  margin-bottom: 0;
}
.right-coupon__item:not(:last-child) {
  margin-bottom: 15px;
}
.right-coupon__item-radioNext {
  margin-top: 10px;
}
.radio-bonus-text {
  color: #818489;
  font-size: 13px;
}
.right-checkout {
  text-align: center;
}
.right-checkout__total-cost {
  text-transform: uppercase;
  color: #818489;
  font-size: 14px;
  display: block;
}
.right-checkout__summ {
  display: block;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
}
.right-checkout__btn {
  margin-top: 7px;
}
.right-checkout__bonus {
  font-size: 13px;
  max-width: 245px;
  margin: 0 auto;
}
.right-about-services {
  text-align: center;
}
.right-about-services__item {
  display: block;
  text-decoration: underline;
}
.right-about-services__item:not(:last-child) {
  margin-bottom: 8px;
}
.right-wrapper {
  border-top: 1px solid #EEF2F6;
  border-bottom: 1px solid #EEF2F6;
  padding: 20px 15px;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 1200px) {
  .right-wrapper {
    padding: 25px;
    margin-left: 0;
    margin-right: 0;
    border-left: 1px solid #EEF2F6;
  }
}
.right-wrapper-indent {
  margin-top: 20px;
  margin-bottom: 20px;
}
.right-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.right-flex-container .right-flex-container__image {
  width: 45px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  margin-right: 20px;
}
.right-flex-container .right-flex-container__content {
  margin-top: -5px;
}
.right-flex-container .right-flex-container__title {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2E2F31;
  margin-bottom: 5px;
  display: inline-block;
}
.right-flex-container .right-flex-container__text {
  color: #818489;
  font-size: 13px;
}
.right-flex-container .right-flex-container__text b {
  font-weight: 600;
}
.right-product {
  margin-bottom: 10px;
}
.right-product:last-child {
  margin-bottom: 0;
}
.right-product__title {
  font-size: 14px;
}
.right-product__count {
  font-size: 13px;
  color: #818489;
}
.flex-coupon {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-coupon__input {
  padding-right: 115px;
}
.flex-coupon__btn {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #262626;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.flex-coupon__btn:hover {
  color: #0C6DE2;
}
.flex-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.right-coupon__item_hidd {
  display: none;
}
.information-coupon {
  margin-left: 10px;
}
.information-coupon__action {
  cursor: pointer;
}
@media screen and (min-width: 480px) {
  .popover .information-text-right {
    max-width: 480px;
  }
}
.popover .information-text-right:after {
  left: 95%;
}
.popover:hover .information-text-right {
  -webkit-transform: translateX(-95%);
  transform: translateX(-95%);
}
.cart {
  padding-top: 26px;
  padding-bottom: 204px;
  font-size: 16px;
  line-height: 1.36;
}
@media (max-width: 767px) {
  .cart {
    padding-bottom: 40px;
    font-size: 12px;
  }
}
.cart__link {
  color: #3C71EE;
}
.cart .page-title {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cart .page-title {
    font-size: 20px;
  }
}
.cart__banner {
  width: 100%;
  max-width: 800px;
  padding: 8px 20px;
  margin-bottom: 20px;
  border: 2px solid #0C6DE2;
  border-radius: 8px;
  color: #2C2D2E;
  font-size: 20px;
  line-height: 30px;
}
@media screen and (max-width: 760px) {
  .cart__banner {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 27px;
  }
}
.cart__grid {
  display: grid;
  grid-template-areas: "content aside";
  grid-template-columns: auto 32.38%;
  gap: 24px;
}
@media (max-width: 1200px) {
  .cart__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cart__grid {
    gap: 40px;
  }
}
.cart__grid-content {
  grid-area: content;
  overflow-x: hidden;
}
.cart__grid-aside {
  grid-area: aside;
}
.cart__section {
  margin-bottom: 62px;
}
.cart__section:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cart__section {
    margin-bottom: 43px;
  }
}
.cart__section-title {
  margin-bottom: 17px;
  font-size: 24px;
  font-weight: 700;
}
.cart__delivery .cart__section-title {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .cart__section-title {
    margin-bottom: 27px;
    font-size: 20px;
  }
  .cart__delivery .cart__section-title {
    margin-bottom: 9px;
  }
  .cart__comments .cart__section-title {
    margin-bottom: 17px;
  }
}
.cart__tabs {
  margin-bottom: 16px;
}
.cart__tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart__tabs-button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 16px;
  border: none;
  font: inherit;
  color: #00000066;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cart__tabs-button {
    padding: 12px 6px;
  }
}
.cart__tabs-button:hover {
  color: #3C71EE;
}
.cart__tabs-button--active {
  color: #000000;
  background: #F2F2F2;
  border-radius: 8px 8px 0 0;
  font-weight: 700;
  cursor: default;
}
@media (max-width: 767px) {
  .cart__tabs-button--active {
    font-size: 14px;
    font-weight: 400;
  }
}
.cart__tabs-button--active:hover {
  color: #000000;
}
.cart__tabs-tab {
  position: relative;
  padding: 14px 16px 27px;
  background: #F2F2F2;
  border-radius: 8px;
}
.cart__tabs-tab--wide {
  padding: 24px 22px;
}
@media (max-width: 767px) {
  .cart__tabs-tab--wide {
    padding: 10px 10px 21px;
  }
}
.cart__tabs-tab.active {
  display: block;
}
.cart__tabs-tab:first-child.active {
  border-radius: 0 8px 8px 8px;
}
.cart__tabs-tab:last-child.active {
  border-radius: 8px 0 8px 8px;
}
.cart__tabs-tab:first-child:last-child {
  border-radius: 0 0 8px 8px;
}
.cart__tabs-tab:not(:first-child):not(:last-child).active {
  border-radius: 8px;
}
.cart__tabs-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 22px;
}
@media (max-width: 767px) {
  .cart__tabs-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.cart__tabs-label {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.cart__total {
  top: 150px;
  max-width: 544px;
  padding: 16px 16px 6px;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 7px 0 #0000001A, 0 13px 13px 0 #00000017, 0 29px 17px 0 #0000000D, 0 51px 21px 0 #00000003, 0 80px 22px 0 #00000000;
  box-shadow: 0 3px 7px 0 #0000001A, 0 13px 13px 0 #00000017, 0 29px 17px 0 #0000000D, 0 51px 21px 0 #00000003, 0 80px 22px 0 #00000000;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 1500px) {
  .cart__total {
    top: 190px;
  }
}
@media (max-width: 767px) {
  .cart__total {
    padding: 0;
    font-size: 14px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.cart__total-adaptive-mobile {
  margin-bottom: 40px;
}
.cart__total-header {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  .cart__total-header {
    margin-bottom: 17px;
  }
}
.cart__total-title {
  margin-right: auto;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  color: #000000;
}
.cart__total-quantity {
  margin-left: 28px;
}
@media (max-width: 767px) {
  .cart__total-quantity {
    margin-left: 16px;
  }
}
.cart__total-weight {
  margin-left: 28px;
}
@media (max-width: 767px) {
  .cart__total-weight {
    margin-left: 16px;
  }
}
.cart__total-block {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart__total-block--final {
  font-size: 20px;
  font-weight: 700;
}
.cart__total-block--final .cart__total-block-value {
  font-size: 24px;
}
.cart__total-options {
  padding: 4px 16px;
  margin-bottom: 10px;
  border: 2px solid #F2F2F2;
  border-radius: 8px;
}
.cart__total-plait {
  padding: 6px 14px;
  margin-bottom: 16px;
  border: 2px solid #F2F2F2;
  border-radius: 8px;
}
.cart__total-plait img {
  margin-right: 4px;
}
.cart__total-points {
  padding: 4px 16px 7px;
  margin-bottom: 16px;
  background-color: #EBF1FD;
  border-radius: 8px;
  font-size: 14px;
}
.cart__total-points-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 700;
}
.cart__total-auth-for-promo {
  display: block;
  margin: 20px 0;
  text-align: left;
  color: #818489;
  font-size: 14px;
}
.cart__total-auth-for-promo button.link--blue {
  text-align: left;
}
.cart__total-footer {
  font-size: 12px;
  line-height: 16.34px;
  color: #00000066;
}
.cart__total-footer-description {
  padding: 0 7px;
}
@media (max-width: 767px) {
  .cart__total-footer-description {
    padding: 0;
  }
}
.cart__total-btn {
  width: 100%;
  padding: 10px 16px;
  margin-bottom: 16px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  background-color: #3C71EE;
  border: 2px solid #3C71EE;
}
.cart__total-btn--buy-one-click {
  color: #3C71EE;
  background-color: #EBF1FD;
  border-color: #EBF1FD;
}
.cart__total-btn--buy-one-click:hover {
  border-color: #3C71EE;
}
.cart__total-btn--checkout {
  margin-bottom: 10px;
}
.cart__total-btn--checkout:hover {
  color: #3C71EE;
  background-color: #EBF1FD;
}
.cart__total-mobile-fixed {
  display: none;
}
@media (max-width: 767px) {
  .cart__total-mobile-fixed {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 1;
    display: block;
    padding: 4px 12px 66px;
    border: 1px solid #F2F2F2;
    border-radius: 8px 8px 0 0 ;
    background: white;
    -webkit-box-shadow: 0px -1px 1px 0px #0000001A, 0px -2px 2px 0px #00000017, 0px -5px 3px 0px #0000000D, 0px -8px 3px 0px #00000003, 0px -13px 4px 0px #00000000;
    box-shadow: 0px -1px 1px 0px #0000001A, 0px -2px 2px 0px #00000017, 0px -5px 3px 0px #0000000D, 0px -8px 3px 0px #00000003, 0px -13px 4px 0px #00000000;
  }
}
.cart__total-mobile-fixed .cart__total-quantity,
.cart__total-mobile-fixed .cart__total-weight {
  margin-left: 0;
}
.cart__total-mobile-fixed .cart__total-block-value {
  font-size: 20px;
  font-weight: 700;
}
.cart__total-mobile-fixed .cart__total-plait {
  padding: 11px 9px;
  margin-bottom: 0;
}
.cart__total-mobile-title {
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 700;
}
.cart__total-mobile-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 10px;
}
.cart__total-mobile-quantity-weight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.cart__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 262px;
  height: 42px;
  border-radius: 8px;
  color: #FFFFFF;
  background-color: #3C71EE;
  border: none;
  outline: 1px solid #3C71EE;
  font-weight: 700;
  text-align: center;
  -webkit-transition: outline 0.3s ease;
  transition: outline 0.3s ease;
}
.cart__btn:hover {
  outline-color: transparent;
}
.cart__btn:hover.loader-active {
  outline-color: #3C71EE;
}
.cart__btn--narrow {
  min-width: auto;
  padding: 13px;
}
.cart__btn--social {
  min-width: 0;
  padding: 0 10px;
  color: #000000;
  background-color: #F2F2F2;
  outline-color: #F2F2F2;
}
@media (max-width: 767px) {
  .cart__btn--social {
    font-size: 0;
  }
}
.cart__btn--social img {
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .cart__btn--social img {
    margin-right: 0;
  }
}
.cart__btn--confirm-delete {
  width: 100%;
  outline: none;
  border: 2px solid #3C71EE;
  font-size: 16px;
}
.cart__btn--confirm-delete:hover,
.cart__btn--confirm-delete:active {
  color: #3C71EE;
  background-color: #EBF1FD;
}
.cart__btn--recalculate {
  min-width: 120px;
  color: #3C71EE;
  background-color: #EBF1FD;
  border: 1px solid #EBF1FD;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 14.29px;
}
@media (max-width: 767px) {
  .cart__btn--recalculate {
    min-width: 117px;
  }
}
.cart__btn--recalculate:hover {
  border-color: #3C71EE;
}
.cart__label {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cart__label a {
  color: #3C71EE;
}
.cart__label b {
  font-weight: 700;
}
.cart__label--text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 10px;
  color: #00000040;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cart__label--text {
    width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
  }
}
.cart__label[for="floor"] {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  font-size: 16px;
}
@media (max-width: 767px) {
  .cart__label[for="floor"] {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #00000040;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none;
  }
}
.cart__label--checkbox {
  position: relative;
  padding-left: 37px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cart__label--checkbox {
    display: inline-block;
    padding-left: 24px;
    font-size: 14px;
    line-height: 19.07px;
  }
  .cart__product-service .cart__label--checkbox {
    font-size: 12px;
    line-height: 16.34px;
  }
}
.cart__label--checkbox::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #00000066;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .cart__label--checkbox::before {
    top: 2px;
    width: 16px;
    height: 16px;
  }
}
.cart__label--checkbox::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 6px;
  width: 15.94px;
  height: 10.39px;
  background-size: contain;
}
@media (max-width: 767px) {
  .cart__label--checkbox::after {
    left: 2px;
    top: 6px;
    width: 12px;
    height: 8px;
  }
}
.cart__label--checkbox:hover::before {
  background-color: #F2F2F2;
}
.cart__buyer .cart__label--checkbox {
  padding-left: 30px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .cart__buyer .cart__label--checkbox {
    padding-left: 24px;
    font-size: 12px;
    line-height: 16.34px;
  }
}
.cart__products-header .cart__label--checkbox {
  padding-left: 30px;
}
@media (max-width: 767px) {
  .cart__products-header .cart__label--checkbox {
    padding-left: 24px;
    font-size: 12px;
  }
  .cart__products-header .cart__label--checkbox::before {
    top: 0;
  }
  .cart__products-header .cart__label--checkbox::after {
    top: 4px;
  }
}
.cart__checkbox.visually-hidden:checked + .cart__label--checkbox::before {
  background-color: #3C71EE;
  border-color: #3C71EE;
}
.cart__checkbox.visually-hidden:checked + .cart__label--checkbox::after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNS43MzQgMC4yNzUwNzFDMTYuMDk3NiAwLjY0MDQ5OSAxNi4wOTYxIDEuMjMxNDUgMTUuNzMwNiAxLjU5NUw3LjE2NDgzIDEwLjExNjdDNi44MDA3NCAxMC40NzkgNi4yMTI0IDEwLjQ3OSA1Ljg0ODMxIDEwLjExNjdMMC4zNDE3MjEgNC42Mzg0OEMtMC4wMjM3MDY2IDQuMjc0OTMgLTAuMDI1MjMwNCAzLjY4Mzk4IDAuMzM4MzE4IDMuMzE4NTVDMC43MDE4NjYgMi45NTMxMiAxLjI5MjgyIDIuOTUxNiAxLjY1ODI1IDMuMzE1MTVMNi41MDY1NyA4LjEzODUzTDE0LjQxNDEgMC4yNzE2NjdDMTQuNzc5NSAtMC4wOTE4ODA4IDE1LjM3MDUgLTAuMDkwMzU3IDE1LjczNCAwLjI3NTA3MVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
}
.cart__label--checkbox-product {
  padding-left: 22px;
}
@media (max-width: 767px) {
  .cart__label--checkbox-product {
    padding-left: 16px;
  }
}
@media (max-width: 767px) {
  .cart__label--checkbox-product::after {
    top: 6px;
  }
}
.cart__label--checkbox-service::before {
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .cart__label--checkbox-service::before {
    top: 0;
    width: 16px;
    height: 16px;
  }
}
.cart__label--checkbox-service::after {
  width: 14px;
  height: 9px;
}
@media (max-width: 767px) {
  .cart__label--checkbox-service::after {
    top: 4px;
    width: 12px;
    height: 8px;
  }
}
.cart__label-content--desktop {
  display: inline;
}
@media (max-width: 767px) {
  .cart__label-content--desktop {
    display: none;
  }
}
.cart__label-content--mobile {
  display: none;
}
@media (max-width: 767px) {
  .cart__label-content--mobile {
    display: inline;
  }
}
.cart__input-block {
  position: relative;
  width: 100%;
}
.cart__input-block + .cart__input-block {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cart__input-block + .cart__input-block {
    margin-top: 26px;
  }
}
.cart__form-row .cart__input-block + .cart__input-block {
  margin-top: 0;
}
.js-delivery-datepicker-wrapper .cart__input-block {
  margin-bottom: 32px;
}
.cart__input-wrapper {
  position: relative;
  width: 100%;
}
.cart__input-wrapper.disabled .cart__label {
  color: #00000066;
}
.cart__input-wrapper.has-error .cart__label {
  opacity: 0;
  /* Прячем label */
  pointer-events: none;
}
.cart__input-wrapper.has-error .cart__input,
.cart__input-wrapper .flex-message--error {
  color: #F34040;
}
.cart__input-wrapper.is-focused ~ .cart__input-status-wrapper {
  margin-top: 1.5rem;
  /* Увеличить отступ для текста ниже */
  -webkit-transition: margin-top 0.3s ease;
  transition: margin-top 0.3s ease;
}
.cart__input-wrapper .flex-message {
  padding-left: 8px;
  font-size: 12px;
  line-height: 16.34px;
}
.cart__input-wrapper--row {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1300px) {
  .cart__input-wrapper--row {
    gap: 4px;
  }
}
.cart__input {
  width: 100%;
  height: 42px;
  padding: 8px;
  border-radius: 8px;
  border: 2px solid #F2F2F2;
  outline: none;
  color: #000;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .cart__input {
    font-size: 14px;
  }
}
.cart__input.input-datepicker {
  border-color: #F2F2F2 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cart__input.input-datepicker:hover,
.cart__input.input-datepicker:focus {
  border-color: #00000066 !important;
}
.cart__input--total {
  border: 1px solid transparent;
}
.cart__input--lift {
  width: 124px;
}
@media (max-width: 767px) {
  .cart__input--lift {
    width: 96px;
  }
}
.cart__input ~ .flex-message {
  margin-top: 3px;
}
.cart__tabs-tab .cart__input {
  border-color: transparent;
}
.cart__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.cart__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.cart__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.cart__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.cart__input::placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.cart__input:hover,
.cart__input:focus {
  border: 1px solid #00000066;
}
.cart__input:focus ~ .cart__label,
.cart__input-wrapper.is-filled .cart__input ~ .cart__label {
  top: 42px;
  -webkit-transform: none;
  transform: none;
  font-size: 14px;
}
.cart__input:focus ~ .cart__label[for="floor"],
.cart__input-wrapper.is-filled .cart__input ~ .cart__label[for="floor"] {
  font-size: 16px;
}
@media (max-width: 767px) {
  .cart__input:focus ~ .cart__label,
  .cart__input-wrapper.is-filled .cart__input ~ .cart__label {
    font-size: 12px;
  }
  .cart__input:focus ~ .cart__label[for="floor"],
  .cart__input-wrapper.is-filled .cart__input ~ .cart__label[for="floor"] {
    font-size: 12px;
  }
}
.cart__input:disabled {
  cursor: not-allowed;
  border: 2px solid #F2F2F2;
}
.cart__input--email:not(:-moz-placeholder-shown) ~ .cart__label {
  top: 10px;
  opacity: 0;
}
.cart__input--email:not(:-ms-input-placeholder) ~ .cart__label {
  top: 10px;
  opacity: 0;
}
.cart__input--email:focus ~ .cart__label,
.cart__input--email:not(:placeholder-shown) ~ .cart__label {
  top: 10px;
  opacity: 0;
}
.cart__input-status {
  padding-left: 10px;
  font-size: 14px;
  line-height: 19.07px;
  color: #00000040;
}
.cart__input-status-wrapper {
  padding-left: 10px;
}
.cart__input-status-wrapper .cart__link {
  font-size: 14px;
  line-height: 19.07px;
}
.cart__input-status-wrapper .cart__input-status {
  padding-left: 0;
}
@media (max-width: 767px) {
  .cart__input-status {
    margin-top: 5px;
    font-size: 12px;
    line-height: 12.11px;
  }
}
.cart__switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cart__switch {
    font-size: 14px;
    line-height: 19.07px;
  }
}
.cart__switch-slider {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 40px;
  height: 22px;
  margin-right: 16px;
  border: 2px solid #D9D9D9;
  border-radius: 79px;
  background: linear-gradient(280.49deg, #D9D9D9 -5.2%, #A8A8A8 91.77%);
}
.cart__switch-slider::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 0;
  top: 0;
  background-color: #FFFFFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.cart__switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cart__switch input:checked + .cart__switch-slider {
  border-color: #3C71EE;
  background: linear-gradient(79.47deg, #3C71EE 3.6%, #224188 84.72%);
}
.cart__switch input:checked + .cart__switch-slider::before {
  -webkit-transform: translateX(18px);
  transform: translateX(18px);
}
.cart__delete-all-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 19.07px;
  color: #00000066;
}
@media (max-width: 767px) {
  .cart__delete-all-btn {
    font-size: 12px;
    line-height: 16.34px;
  }
}
.cart__delete-all-btn:hover {
  color: #3C71EE;
}
.cart__products-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 19.07px;
}
@media (max-width: 767px) {
  .cart__products-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 21px;
    font-size: 12px;
    line-height: 16.34px;
  }
}
.cart__products-item {
  margin-bottom: 28px;
}
.cart__products-item:last-child {
  margin-bottom: 0;
}
.cart__products-divider {
  height: 2px;
  margin: 32px 0;
  background-color: #F2F2F2;
}
@media (max-width: 767px) {
  .cart__products-divider {
    margin: 24px 0;
  }
}
.cart__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 22px;
}
@media (max-width: 767px) {
  .cart__product {
    gap: 11px;
  }
}
.cart__product-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-clip-path: inset(0 round 8px);
  clip-path: inset(0 round 8px);
}
.cart__product-img-wrapper {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 19.6%;
  aspect-ratio: 218/187;
  border: 2px solid #F2F2F2;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cart__product-img-wrapper {
    width: 21.7%;
    aspect-ratio: 71 / 60;
  }
}
.cart__product-img-wrapper:hover {
  border-color: #3C71EE;
}
.cart__product-img-wrapper .popover {
  position: absolute;
  right: 0;
  top: 0;
}
.cart__product-img-wrapper .popover .popover__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart__product-img-wrapper .popover .cart__product-img-discount {
  position: static;
}
.cart__product-img-wrapper .popover .popover__content {
  color: #262626;
}
.cart__product-img-discount {
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px 10px;
  border-radius: 0 6px 0 6px;
  white-space: nowrap;
  color: #FFFFFF;
  background-color: #3C71EE;
}
@media (max-width: 767px) {
  .cart__product-img-discount {
    padding: 3px 2px;
  }
}
.cart__product-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: grid;
  grid-template-areas: "name quantity prices" "discount . ." "actions . .";
  grid-template-columns: 1fr 120px 262px;
  gap: 22px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding-top: 10px;
}
.cart__product-info--popup {
  grid-template-areas: "name quantity prices" "actions . .";
  row-gap: 21px;
}
.product-added-modal__product .cart__product-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 1600px) {
  .cart__product-info {
    grid-template-columns: auto 120px 190px;
  }
}
@media (max-width: 767px) {
  .cart__product-info {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "prices prices" "name name" "discount discount" "quantity actions";
    gap: 8px 12px;
    padding-top: 0;
  }
  .cart__product-info--popup {
    grid-template-areas: "prices prices" "name name" "quantity actions";
  }
}
.cart__product-title {
  grid-area: name;
}
.cart__product-quantity {
  grid-area: quantity;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.cart__product-quantity-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 5px;
  background: #EBF1FD;
}
.cart__product-quantity-btn:hover {
  color: #3C71EE;
}
.cart__product-quantity-btn.disabled {
  color: #00000066;
}
.cart__product-quantity-btn.disabled:hover {
  color: #00000066;
  cursor: default;
}
.cart__product-quantity-input {
  width: 36px;
  height: 42px;
  text-align: center;
}
@media (max-width: 767px) {
  .cart__product-quantity-input {
    width: 33px;
  }
}
.cart__product-prices {
  grid-area: prices;
  padding: 0 22px;
}
@media (max-width: 1600px) {
  .cart__product-prices {
    padding: 0;
  }
}
.cart__product-prices-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
.cart__product-prices-row + .js-price_change {
  display: block;
  margin-top: 7px;
  font-size: 14px !important;
  color: #F34040 !important;
}
@media (max-width: 1600px) {
  .cart__product-prices-row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 30px;
  }
  .product-added-modal__product .cart__product-prices-row {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .cart__product-prices-row {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .cart__product-prices-row {
    gap: 16px;
  }
}
.cart__product-price-current {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 767px) {
  .cart__product-price-current {
    font-size: 16px;
  }
}
.cart__product-price-old {
  font-size: 14px;
  line-height: 19.07px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #999999;
}
.cart__product-discount-note {
  grid-area: discount;
  font-size: 14px;
  line-height: 19.07px;
  color: #00000066;
}
@media (max-width: 767px) {
  .cart__product-discount-note {
    font-size: 12px;
    line-height: 16.34px;
  }
}
.cart__product-actions {
  grid-area: actions;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  margin-top: -12px;
}
@media (max-width: 767px) {
  .cart__product-actions {
    gap: 12px;
    margin-top: 0;
  }
}
.cart__product-action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 5px;
  color: #3C71EE;
  background: #EBF1FD;
}
.cart__product-action-btn:hover .cart__product-action-icon-inner {
  fill: #FFFFFF;
}
.cart__product-action-btn:active .cart__product-action-icon-inner {
  fill: #3C71EE;
}
.cart__product-action-btn--favorite:hover svg {
  fill: #FFFFFF;
}
.cart__product-action-btn--favorite:active svg {
  fill: #3C71EE;
}
.cart__product-action-btn--remove:active {
  background: #3C71EE;
}
.cart__product-action-btn--remove:active path:not(.cart__product-action-icon-inner) {
  fill: #FFFFFF;
}
.cart__product-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 44px;
  margin-bottom: 16px;
  padding: 7px 15px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 19.07px;
  background-color: #F2F2F2;
}
@media (max-width: 767px) {
  .cart__product-partner {
    margin-left: 0;
    padding: 13px 11px;
    font-size: 12px;
    line-height: 16.34px;
  }
}
.cart__product-partner-title {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cart__product-partner-title {
    font-weight: 400;
  }
}
.cart__related-products {
  padding-left: 45px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .cart__related-products {
    padding-left: 9px;
    margin-top: 12px;
  }
}
.cart__related-products-title {
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .cart__related-products-title {
    display: none;
  }
}
.cart__related-products-swiper {
  position: relative;
}
.cart__related-products-swiper::before,
.cart__related-products-swiper::after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 131px;
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .cart__related-products-swiper::before,
  .cart__related-products-swiper::after {
    display: none;
  }
}
.cart__related-products-swiper::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.cart__related-products-swiper::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}
.cart__related-products-swiper.show-left-gradient::before {
  opacity: 1;
}
.cart__related-products-swiper.show-right-gradient::after {
  opacity: 1;
}
.cart__related-products-swiper:not(.swiper-initialized) .swiper-button-prev,
.cart__related-products-swiper:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.cart__related-products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart__related-products-swiper:not(.swiper-initialized) .cart__related-products-list {
  gap: 20px;
}
@media (max-width: 767px) {
  .cart__related-products-swiper:not(.swiper-initialized) .cart__related-products-list {
    gap: 12px;
  }
}
.cart__related-products-item,
.cart__related-products-item.swiper-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 341px;
  flex: 0 0 341px;
}
@media (max-width: 767px) {
  .cart__related-products-item,
  .cart__related-products-item.swiper-slide {
    -ms-flex-preferred-size: 263px;
    flex-basis: 263px;
  }
}
.cart__related-products .swiper-button-next,
.cart__related-products .swiper-button-prev {
  width: 42px;
  height: 42px;
  color: #000000;
  background-color: #F2F2F2;
  border-radius: 50%;
  z-index: 3;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cart__related-products .swiper-button-next,
  .cart__related-products .swiper-button-prev {
    display: none;
  }
}
.cart__related-products .swiper-button-next.swiper-button-disabled,
.cart__related-products .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.cart__related-products .swiper-button-next::after,
.cart__related-products .swiper-button-prev::after {
  font-size: 15px;
  font-weight: 700;
}
.cart__related-products .swiper-button-prev {
  left: 0;
}
.cart__related-products .swiper-button-next {
  right: 0;
}
.cart__related-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  padding: 8px;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cart__related-product {
    gap: 12px;
    padding: 5px;
  }
}
.cart__related-product:hover {
  border-color: #00000066;
}
.cart__related-product-img-wrapper {
  position: relative;
  width: 72px;
  height: 62px;
  border: 1px solid #F2F2F2;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cart__related-product-img-wrapper {
    width: 60px;
    height: 50px;
  }
}
.cart__related-product-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.cart__related-product-info {
  width: 167px;
}
@media (max-width: 767px) {
  .cart__related-product-info {
    width: 125px;
  }
}
.cart__related-product-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart__related-product-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
}
@media (max-width: 767px) {
  .cart__related-product-prices {
    gap: 5px;
  }
}
.cart__related-product-price-current {
  font-weight: 700;
}
@media (max-width: 767px) {
  .cart__related-product-price-current {
    font-size: 14px;
    line-height: 20px;
  }
}
.cart__related-product-price-old {
  font-size: 14px;
  line-height: 19.07px;
  text-decoration: line-through;
  color: #999999;
}
@media (max-width: 767px) {
  .cart__related-product-price-old {
    font-size: 12px;
    line-height: 16.34px;
  }
}
.cart__related-product-add-to-cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 5px;
  color: #3C71EE;
  background-color: #EBF1FD;
}
.cart__related-product-add-to-cart-btn svg {
  width: 23px;
  height: auto;
}
.cart__related-product-add-to-cart-btn:hover,
.cart__related-product-add-to-cart-btn:active {
  background-color: #3C71EE;
}
.cart__related-product-add-to-cart-btn:hover path,
.cart__related-product-add-to-cart-btn:active path {
  fill: #FFFFFF;
}
.cart__related-product-add-to-cart-btn--in-cart {
  background-color: #3C71EE;
  cursor: not-allowed;
}
.cart__related-product-add-to-cart-btn--in-cart .cart__related-product-add-to-cart-btn-inner {
  fill: #3C71EE;
}
.cart__related-product-add-to-cart-btn--in-cart path:not(.cart__related-product-add-to-cart-btn-inner) {
  fill: #FFFFFF;
}
.cart__related-product-add-to-cart-btn--in-cart:hover,
.cart__related-product-add-to-cart-btn--in-cart:active {
  background-color: #3C71EE;
}
.cart__related-product-add-to-cart-btn--in-cart:hover .cart__related-product-add-to-cart-btn-inner,
.cart__related-product-add-to-cart-btn--in-cart:active .cart__related-product-add-to-cart-btn-inner {
  fill: #3C71EE;
}
.cart__related-product-add-to-cart-btn--in-cart:hover path:not(.cart__related-product-add-to-cart-btn-inner),
.cart__related-product-add-to-cart-btn--in-cart:active path:not(.cart__related-product-add-to-cart-btn-inner) {
  fill: #FFFFFF;
}
.cart__product-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 28px;
  margin-left: 44px;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .cart__product-services {
    margin-left: 0;
  }
}
.cart__product-services-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 12px 14px;
  background-color: #F2F2F2;
  border-radius: 8px 0 0 8px;
}
@media (max-width: 767px) {
  .cart__product-services-title {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.cart__product-services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  padding: 0 24px;
  overflow-x: auto;
}
@media (max-width: 767px) {
  .cart__product-services-list {
    gap: 10px;
    padding-left: 13px;
    padding-right: 13px;
  }
}
.cart__product-service {
  height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cart__buyer-description {
    font-size: 14px;
  }
}
.cart__buyer-auth {
  margin: 24px 0;
}
@media (max-width: 767px) {
  .cart__buyer-auth {
    margin: 12px 0;
  }
}
.cart__buyer-auth-form {
  font-size: 14px;
  line-height: 19.07px;
}
.cart__buyer-auth-submit-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  .cart__buyer-auth-submit-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0 1px;
  }
}
.cart__form {
  max-width: 830px;
}
.cart__form-agreements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cart__form-agreements {
    gap: 8px;
    margin-top: 19px;
  }
}
.cart__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 22px;
}
@media (max-width: 767px) {
  .cart__form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 16px;
  }
}
.cart__form-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 38px 0 24px;
  font-size: 20px;
  line-height: 27.24px;
  text-align: center;
}
.cart__form-divider--promo {
  display: none;
}
.cart__form-divider::before,
.cart__form-divider::after {
  content: '';
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  background-color: #D9D9D9;
}
.cart__form-divider::before {
  margin-right: 36px;
}
.cart__form-divider::after {
  margin-left: 36px;
}
@media (max-width: 768px) {
  .cart__form-divider {
    margin: 24px 0;
    font-size: 14px;
    line-height: 19.07px;
  }
  .cart__form-divider--promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px 0;
  }
  .cart__form-divider--promo::before {
    margin-right: 14px;
  }
  .cart__form-divider--promo::after {
    margin-left: 14px;
  }
}
.cart__social {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .cart__social {
    gap: 12px;
  }
}
.cart__no-account {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cart__no-account {
    font-size: 14px;
  }
}
.cart__no-account a {
  color: #3C71EE;
}
.cart__delivery {
  max-width: 852px;
}
@media (max-width: 767px) {
  .cart__delivery {
    margin-bottom: 65px;
  }
}
.cart__delivery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 22px;
  margin: 32px 0;
}
@media (max-width: 767px) {
  .cart__delivery-grid {
    margin: 24px 0;
    gap: 22px 12px;
  }
}
.cart__delivery-grid .cart__input-block {
  margin: 0;
}
.cart__lift {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cart__lift {
    margin-bottom: 0;
  }
}
.cart__lift-row {
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  gap: 44px;
  margin-top: 33px;
}
@media (max-width: 1600px) {
  .cart__lift-row {
    gap: 30px;
  }
}
@media (max-width: 1400px) {
  .cart__lift-row {
    gap: 22px;
  }
}
@media (max-width: 767px) {
  .cart__lift-row {
    gap: 16px;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cart__lift-price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 14px;
}
.cart__lift-price-value {
  font-size: 16px;
  font-weight: 700;
}
.cart__select {
  opacity: 0;
}
.cart__select-wrapper + .cart__select-wrapper {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cart__select-wrapper {
    width: 100%;
    font-size: 14px;
  }
}
.cart__select-wrapper .select2-selection {
  min-height: 42px !important;
  padding-right: 30px;
}
.cart__select-wrapper .select2-selection .select2-selection__rendered {
  padding-left: 10px !important;
}
.cart__select-wrapper .select2-selection .select2-selection__arrow {
  width: 30px !important;
  border: none;
}
.cart__select-wrapper .select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #00000040;
}
.cart__select-wrapper .select2-container--disabled .select2-selection .select2-selection__arrow b {
  opacity: 0.25;
}
.cart__notes {
  font-size: 14px;
  line-height: 1.36;
  color: #999999;
}
@media (max-width: 767px) {
  .cart__notes {
    position: absolute;
    left: 0;
    bottom: -25px;
    font-size: 12px;
  }
}
.cart__pickup-map {
  height: 560px;
  margin-top: 16px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cart__pickup-map {
    height: 250px;
  }
}
.cart__pickup-map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cart__pickup-wrapper.table-info.table-info-margin {
  margin-top: 16px;
}
.cart__pickup-wrapper .table-info__indent_bottom > div {
  padding-bottom: 5px;
}
.cart__pickup-wrapper .table-value p {
  font: inherit;
}
.cart__payments-options {
  margin-top: 26px;
}
.cart__payments-option + .cart__payments-option {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cart__payments-option + .cart__payments-option {
    margin-top: 13px;
  }
}
.cart__textarea {
  width: 100%;
  max-width: 830px;
  min-height: 160px;
  padding: 16px;
  border: 1px solid #F2F2F2;
  border-radius: 8px;
}
.cart__textarea:hover {
  border-color: #00000066;
}
@media (max-width: 767px) {
  .cart__textarea {
    min-height: 112px;
    font-size: 14px;
  }
}
.cart__textarea::-webkit-input-placeholder {
  color: #00000040;
}
.cart__textarea::-moz-placeholder {
  color: #00000040;
}
.cart__textarea:-ms-input-placeholder {
  color: #00000040;
}
.cart__textarea::-ms-input-placeholder {
  color: #00000040;
}
.cart__textarea::placeholder {
  color: #00000040;
}
.cart__requisites {
  max-width: 808px;
}
.cart__requisites-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 22px;
  margin: 32px 0;
}
@media (max-width: 767px) {
  .cart__requisites-grid {
    grid-template-columns: 1fr;
    gap: 22px 12px;
    margin: 26px 0;
  }
}
.cart__requisites-grid .cart__input-block {
  margin: 0;
}
.cart__adaptive-block--desktop {
  display: block;
}
@media (max-width: 768px) {
  .cart__adaptive-block--desktop {
    display: none;
  }
}
.cart__adaptive-block--mobile {
  display: none;
}
@media (max-width: 768px) {
  .cart__adaptive-block--mobile {
    display: block;
  }
}
.address-suggestion-list-wrapper ul:not(:has(li)) {
  border: none;
}
.removed-list {
  background: #F6F8FA;
  margin-left: -15px;
  margin-right: -15px;
  padding: 20px 15px 30px;
}
@media screen and (min-width: 768px) {
  .removed-list {
    padding: 30px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .removed-list {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1800px) {
  .removed-list {
    padding: 30px 35px 20px;
  }
}
.removed-list__title {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .removed-list__title {
    font-size: 20px;
  }
}
.removed-list__item {
  width: 210px;
  height: 100%;
  margin-left: 15px;
}
@media screen and (min-width: 768px) {
  .removed-list__item {
    margin-left: 0;
    width: auto;
  }
}
.removed-list__carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.removed-list__carousel .owl-stage-outer {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  .removed-list__carousel .owl-stage-outer {
    margin-left: 0;
    margin-right: 0;
  }
}
.removed-list__carousel .owl-dots,
.removed-list__carousel .owl-nav.disabled {
  display: none!important;
}
.remove-item {
  background: #fff;
  text-align: center;
  padding: 30px 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.remove-item__image {
  height: 95px;
  margin-bottom: 10px;
}
.remove-item__image img {
  max-height: 100%;
  margin: auto;
  width: inherit!important;
}
.remove-item__title {
  font-size: 14px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.remove-item__price {
  margin: 5px 0 15px;
}
.aside-navigation {
  display: none;
  padding-top: 5px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1200px) {
  .aside-navigation {
    display: block;
  }
}
.aside-navigation__item {
  margin: 10px 0;
  padding: 5px 30px;
  cursor: pointer;
  border-left: 3px solid transparent;
  text-transform: uppercase;
  color: #818489;
  font-size: 16px;
}
.aside-navigation__item:hover {
  color: #262626;
}
.aside-navigation__item--active {
  border-left-color: #F6D300;
  color: #262626;
}
.page--product-modul-kitchen .aside-navigation {
  padding-bottom: 0;
}
.page--product-modul-kitchen .aside-navigation__item {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 22px;
  color: #0C6DE2;
  text-transform: none;
}
.page--product-modul-kitchen .aside-navigation__item--active {
  text-decoration: underline;
  border: none;
}
.popular-categories__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
}
.popular-categories__item {
  background: #F9FAFC;
  border-radius: 10px;
  max-width: calc(25% - 40px);
  width: 100%;
  padding: 40px 50px 0;
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 342px;
}
.popular-categories__item--lg {
  max-width: calc(50% - 40px);
  width: 100%;
  position: relative;
  padding: 40px 50px 64px;
}
.popular-categories__item--lg .popular-categories__pic img {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  max-width: 50%;
  max-height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.popular-categories__item--lg .popular-categories__pic--horizontal img {
  -o-object-position: right;
  object-position: right;
}
.popular-categories__item--lg .popular-categories__pic--vertical img {
  -o-object-position: bottom;
  object-position: bottom;
}
.popular-categories__item--lg .popular-categories__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 45%;
}
.popular-categories__item--lg .popular-categories__header {
  max-width: 45%;
}
.popular-categories__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.popular-categories__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5;
  color: #000000;
}
.popular-categories__price {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #707070;
  white-space: nowrap;
}
.popular-categories__content {
  height: 100%;
}
.popular-categories__pic {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popular-categories__pic img {
  max-height: 192px;
}
.popular-categories__links {
  margin-top: 30px;
  margin-bottom: -20px;
}
.popular-categories__links-item {
  margin-bottom: 20px;
}
.popular-categories__links a {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #000000;
}
@media screen and (max-width: 1440px) {
  .popular-categories__item {
    padding: 30px 40px 0;
  }
  .popular-categories__item--lg {
    padding: 30px 40px 36px;
  }
  .popular-categories__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .popular-categories__item {
    max-width: calc(50% - 40px);
  }
  .popular-categories__item--lg {
    max-width: calc(100% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .popular-categories__item {
    max-width: calc(100% - 40px);
    min-height: 272px;
    padding: 20px 30px 0;
  }
  .popular-categories__item--lg {
    padding: 20px 30px;
  }
  .popular-categories__item--lg .popular-categories__content {
    max-width: 100%;
  }
  .popular-categories__item--lg .popular-categories__header {
    max-width: 100%;
  }
  .popular-categories__item--lg .popular-categories__pic img {
    max-width: 100%;
  }
  .popular-categories__item--lg .popular-categories__pic--horizontal img {
    right: -30px;
    top: auto;
    -webkit-transform: none;
    transform: none;
    bottom: -20px;
  }
  .popular-categories__item--lg .popular-categories__pic--vertical img {
    top: auto;
    bottom: -20px;
    -webkit-transform: none;
    transform: none;
  }
  .popular-categories__links {
    display: none;
  }
  .popular-categories__content {
    position: relative;
  }
  .popular-categories__title {
    font-size: 24px;
  }
  .popular-categories__price {
    font-size: 16px;
  }
}
.main-popular-categories {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .main-popular-categories {
    margin-bottom: 60px;
  }
}
.vacancy-container {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .vacancy-container {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .vacancy-container {
    margin-left: 0;
  }
}
.vacancy-steps {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .vacancy-steps {
    margin: 40px 0;
  }
}
@media screen and (min-width: 1400px) {
  .vacancy-steps {
    margin: 40px 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .vacancy-steps {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 50px;
  }
}
@media screen and (min-width: 1400px) {
  .vacancy-steps {
    gap: 100px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.vacancy-steps__item {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .vacancy-steps__item {
    width: calc(50% - 25px);
  }
}
@media screen and (min-width: 1400px) {
  .vacancy-steps__item {
    width: 33.33%;
  }
}
@media screen and (min-width: 1700px) {
  .vacancy-steps__item {
    margin-bottom: 0;
  }
}
.vacancy-steps__item:not(:first-child) {
  position: relative;
}
.vacancy-steps__item:not(:first-child)::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 39px;
  left: -60px;
  top: 50%;
  margin-top: -20px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='39' viewBox='0 0 21 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 3L18 19.5L3 36' stroke='%23EEF2F5' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 1400px) {
  .vacancy-steps__item:not(:first-child)::before {
    display: none;
  }
}
.step-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.step-item__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
  font-size: 48px;
  line-height: 22px;
  width: 65px;
  height: 65px;
  border-radius: 5px;
  background: #2A6CE4;
  position: relative;
  z-index: 2;
}
.step-item__text {
  font-size: 16px;
  margin-left: -33px;
  padding: 17px;
  padding-left: 56px;
  border-radius: 10px;
  background: #EEF2F5;
  color: #262626;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .step-item__text {
    width: 285px;
  }
}
@media screen and (max-width: 1399px) {
  .step-item__text {
    width: 100%;
  }
}
.step-item__arrow {
  display: none;
  padding-top: 27px;
  padding-right: 25px;
}
.step-item__arrow svg {
  fill: #EEF2F6;
  width: 40px;
}
@media screen and (min-width: 1800px) {
  .step-item__arrow {
    display: block;
  }
}
.vacancy-title {
  font-size: 22px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .vacancy-title {
    font-size: 26px;
  }
}
.vacancy-paragraph--xl {
  margin: 25px 0;
  font-size: 18px;
  max-width: 800px;
  line-height: 1.6;
}
.garant {
  margin-top: 40px;
  margin-bottom: 80px;
}
.garant__title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  color: #818489;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .garant__title {
    margin-bottom: 40px;
  }
}
.garant__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 100px 80px;
  margin-top: 80px;
}
.garant-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  background: #EEF2F5;
  padding: 20px;
  padding-top: 60px;
  position: relative;
  width: calc(33.33% - 54px);
}
@media screen and (max-width: 1200px) {
  .garant-item {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 768px) {
  .garant-item {
    width: 100%;
  }
}
.garant-item__icon {
  width: 97px;
  height: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #F3D30E;
  position: absolute;
  left: 50%;
  top: -50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.garant-item__text {
  color: #262626;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}
.vacancy--tab {
  margin-bottom: 50px;
}
.calculator-container {
  margin: 20px 0;
  position: relative;
}
@media screen and (min-width: 1400px) {
  .calculator-container {
    margin: 40px 0;
  }
}
.calculator-container__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.calculator-container__image-left {
  display: none;
  position: absolute;
  width: 50%;
}
.calculator-container__image-right {
  display: none;
  position: absolute;
  width: 50%;
  left: 50%;
}
.calculator-form {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F5F7FA;
  border: 1px solid #EEF2F6;
  border-radius: 3px;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .calculator-form {
    padding: 50px 60px;
  }
  .calculator-form form {
    padding: 0 40px;
  }
}
.calculator-form .input-default {
  background-color: #fff !important;
}
.calculator-form__title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .calculator-form__title {
    font-size: 23px;
    margin-bottom: 30px;
  }
}
.calculator-form__label {
  color: #818489;
  margin-top: 8px;
  margin-bottom: 30px;
  display: inline-block;
  font-size: 13px;
}
.credit--range {
  margin-top: -15px;
}
.sample-item {
  border: 1px solid #EEF2F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 15px;
  -webkit-transition: z-index 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: z-index 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: z-index 0.3s, box-shadow 0.3s, background-color 0.3s;
  transition: z-index 0.3s, box-shadow 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .sample-item {
    border: 0;
    padding: 15px;
  }
  .sample-item:hover {
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
  .sample-item:hover .sample-item__btn {
    opacity: 1;
  }
}
.sample-item img {
  display: inherit;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.sample-item__image {
  position: relative;
}
.sample-item__image:after {
  content: "";
  display: block;
  padding-top: 75%;
}
.sample-item__zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sample-item__sale {
  position: absolute;
  top: 12px;
  right: 12px;
}
.sample-item__price {
  margin: 20px 15px 14px;
  line-height: 1;
}
.sample-item__price .pull-left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sample-item__price .pull-left .price--old {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media screen and (min-width: 768px) {
  .sample-item__price {
    margin: 20px 15px 14px;
  }
}
@media screen and (min-width: 1200px) {
  .sample-item__price {
    margin: 20px 0 14px;
  }
}
.sample-item__title {
  margin: 0 15px 12px;
  font-size: 16px;
  line-height: 1.3;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 1200px) {
  .sample-item__title {
    margin: 0 0 12px;
  }
}
.sample-item__city {
  margin: 0 15px;
  color: #818489;
  font-size: 14px;
  line-height: 1;
}
@media screen and (min-width: 1200px) {
  .sample-item__city {
    margin: 0;
  }
}
.sample-item__btn {
  margin-top: 20px;
  display: none;
}
@media screen and (min-width: 768px) {
  .sample-item__btn {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  .sample-item__btn {
    margin-left: 0;
    margin-right: 0;
  }
}
.sample-item:hover {
  -webkit-transition: z-index 0s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: z-index 0s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: z-index 0s, box-shadow 0.3s, background-color 0.3s;
  transition: z-index 0s, box-shadow 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
}
.sample-item:hover .sample-item__zoom {
  opacity: 1;
}
.sample-item:hover .sample-item__btn {
  opacity: 1;
}
.section-title {
  margin-left: -15px;
  margin-right: -15px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 15px;
  border-bottom: 1px solid #EEF2F6;
}
.section-title__indent {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-title__span {
  color: #818489;
  text-transform: lowercase;
}
@media screen and (min-width: 1200px) {
  .section-title {
    padding-left: 30px;
    margin-left: -30px;
    margin-right: 0;
  }
  .section-title__indent {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1800px) {
  .section-title {
    padding-left: 60px;
    margin-left: -60px;
    font-size: 18px;
  }
}
.section--w900 {
  max-width: 900px;
}
.form--order-tables .btn {
  margin-top: 40px;
}
.input-datepicker {
  border-color: #EEF2F6 !important;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06) !important;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06) !important;
}
.input-datepicker .datepicker--pointer {
  border-top-color: #EEF2F6;
  border-right-color: #EEF2F6;
  left: 25px!important;
}
.input-datepicker .datepicker--day-name {
  color: #4F95E8;
}
/* Переопределение стилей виджета календаря JQuery UI */
.ui-datepicker td {
  position: relative;
  height: 32px;
}
.ui-state-default,
.ui-widget-content .ui-state-default {
  left: 0;
  top: 0;
  width: 32px !important;
  height: 32px !important;
  padding: 5px;
  text-align: center;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
  color: #454545;
}
.gift {
  background: #F5D22F;
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .gift {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 30px 0;
  }
}
.gift__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gift__image {
  width: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .gift__image {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
.gift__text {
  color: #262626;
  margin: 0 20px;
}
@media screen and (max-width: 768px) {
  .gift__text {
    margin: 0 0 0 20px;
  }
}
.gift__text h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
}
@media screen and (max-width: 768px) {
  .gift__text h3 {
    font-size: 16px;
    line-height: 24px;
  }
}
.gift__text p {
  font-size: 16px;
  line-height: 24px;
}
.gift .btn {
  font-weight: 700;
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .gift .btn {
    margin-top: 15px;
    width: 100%;
  }
}
.order-table {
  margin-bottom: 40px;
}
.order-table__header {
  display: none;
  color: #818489;
}
@media screen and (min-width: 1200px) {
  .order-table__header {
    display: block;
  }
  .order-table__header .order-table__grid {
    border: 0!important;
  }
  .order-table__header .order-table__item {
    padding: 8px 15px;
  }
}
@media screen and (min-width: 1200px) {
  .order-table__body .order-table__item {
    padding: 25px 15px;
  }
  .order-table__body .order-table__grid {
    cursor: pointer;
  }
  .order-table__body .order-table__grid:hover,
  .order-table__body .order-table__grid--active {
    background: #F6F8FA;
  }
  .order-table__body .order-table__info--active {
    display: block;
  }
}
.order-table__grid {
  display: grid;
  grid-template-columns: 100%;
  border: 1px solid #EEF2F6;
  margin-top: -1px;
  padding: 15px 25px;
}
@media screen and (min-width: 1200px) {
  .order-table__grid {
    grid-template-columns: 100px auto 150px 150px 150px 180px 150px;
    padding: 0;
  }
}
.order-table__item {
  position: relative;
  padding: 5px 0;
}
.order-table__item:before {
  position: absolute;
  color: #818489;
}
@media screen and (min-width: 1200px) {
  .order-table__item:before {
    display: none;
  }
}
.order-table__item > span {
  margin-left: 50%;
  display: block;
}
@media screen and (min-width: 1200px) {
  .order-table__item > span {
    margin-left: 0;
  }
}
.order-table__item:first-child:before {
  content: '№ Заказа';
}
.order-table__item:nth-child(2) {
  display: none;
}
@media screen and (min-width: 1200px) {
  .order-table__item:nth-child(2) {
    display: block;
  }
}
.order-table__item:nth-child(3):before {
  content: 'Сумма заказа';
}
.order-table__item:nth-child(4):before {
  content: 'Состав заказа';
}
.order-table__item:nth-child(5):before {
  content: 'Бонусы';
}
.order-table__item:nth-child(6):before {
  content: 'Статус';
}
@media screen and (min-width: 1200px) {
  .order-table__item:nth-child(7) {
    text-align: right;
    padding-right: 30px;
  }
}
.order-table__item:nth-child(8) {
  margin-top: 15px;
}
@media screen and (min-width: 1200px) {
  .order-table__item:nth-child(8) {
    display: none;
  }
}
.order-table__info {
  display: none;
  margin-bottom: 80px;
  position: relative;
  border: 1px solid #EEF2F6;
  border-top: 0;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.order-table__info .btn-group--inline {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 15px;
}
.order-table .price--current {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 1300px) {
  .order-table .date-end-bouns {
    display: none;
  }
}
.order-table .product-cart__img img {
  max-width: 90px;
}
@media screen and (min-width: 1700px) {
  .order-table .product-cart__content {
    grid-template-columns: 120px auto 130px 133px 230px;
  }
}
.offer-table {
  margin-bottom: 40px;
  margin-top: 20px;
}
.offer-table__header {
  display: none;
  color: #818489;
}
@media screen and (min-width: 1300px) {
  .offer-table__header {
    display: block;
  }
  .offer-table__header .offer-table__grid {
    border: 0!important;
  }
  .offer-table__header .offer-table__item {
    padding: 8px 15px;
  }
}
.offer-table__body .offer-table__grid {
  margin-bottom: 15px;
}
@media screen and (min-width: 1300px) {
  .offer-table__body .offer-table__item {
    padding: 25px 15px;
  }
  .offer-table__body .offer-table__grid {
    background: #F6F8FA;
    margin-bottom: 80px;
  }
}
.offer-table__grid {
  display: grid;
  grid-template-columns: 100%;
  position: relative;
  border: 1px solid #EEF2F6;
  margin-top: -1px;
  padding: 15px 25px;
}
@media screen and (min-width: 1300px) {
  .offer-table__grid {
    grid-template-columns: 155px 100px auto 250px 300px 200px 150px;
    padding: 0;
  }
}
.offer-table__item {
  position: relative;
  padding: 5px 0;
}
.offer-table__item:before {
  position: absolute;
  color: #818489;
}
@media screen and (min-width: 1300px) {
  .offer-table__item:before {
    display: none;
  }
}
.offer-table__item > span {
  margin-left: 50%;
  display: block;
}
@media screen and (min-width: 1300px) {
  .offer-table__item > span {
    margin-left: 0;
  }
}
.offer-table__item:first-child img {
  max-width: 130px;
}
.offer-table__item:nth-child(2):before {
  content: '№ Заказа';
}
.offer-table__item:nth-child(3):before {
  content: 'Дата';
}
.offer-table__item:nth-child(4):before {
  content: 'Состав заказа';
}
.offer-table__item:nth-child(6):before {
  content: 'Сумма заказа';
}
@media screen and (min-width: 1300px) {
  .offer-table__item:nth-child(7) {
    text-align: right;
    padding-right: 30px;
  }
}
.offer-table__item:nth-child(7):before {
  content: 'Статус';
}
.offer-table__item:nth-child(8) {
  margin-top: 15px;
  padding: 0;
}
@media screen and (min-width: 1300px) {
  .offer-table__item:nth-child(8) {
    position: absolute;
    top: 100%;
    margin-top: 15px;
    right: 15px;
  }
}
.offer-table__item.offer-table__characteristics {
  margin-top: 10px;
  padding-top: 25px;
}
@media screen and (min-width: 1300px) {
  .offer-table__item.offer-table__characteristics {
    margin-top: 0;
  }
}
.offer-table__item.offer-table__characteristics:before {
  top: 0;
  color: #262626;
  content: 'Характеристики';
}
.offer-table .btn {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.offer-table .info {
  margin-bottom: 8px;
  position: relative;
}
.offer-table .info__title {
  font-size: 15px;
  position: absolute;
}
@media screen and (min-width: 1300px) {
  .offer-table .info__title {
    position: static;
  }
}
.offer-table .info__text {
  font-size: 15px;
  margin-left: 50%;
  display: inline-block;
}
@media screen and (min-width: 1300px) {
  .offer-table .info__text {
    margin-left: 0;
  }
}
.offer-table .price--current {
  font-size: 18px;
  font-weight: 600;
}
.offer-table .product-cart__img img {
  max-width: 90px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 3003;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  padding: 60px 15px;
}
@media screen and (max-width: 768px) {
  .modal-select-region {
    padding: 0;
  }
}
.modal__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal__container {
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 770px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  z-index: 1;
}
.modal__container--regions {
  max-width: 1113px;
}
@media (max-width: 767px) {
  .modal__container--regions {
    padding-bottom: 60px;
  }
}
.modal__close {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 15px;
  stroke: #CECECE;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.modal__close:hover {
  stroke: #fff;
}
.modal__close--regions {
  right: 10px;
  top: 4px;
  width: 36px;
  padding: 10px;
  stroke: #000;
}
.modal__close--regions:hover {
  stroke: #3C71EE;
}
@media (max-width: 480px) {
  .modal__close--regions {
    right: 0;
    top: 22px;
    width: 32px;
  }
}
.modal__header {
  padding-top: 15px;
}
.modal__body {
  padding: 20px 15px 15px;
}
@media screen and (min-width: 768px) {
  .modal__body {
    padding: 50px 15px 35px;
  }
}
.modal__body--region {
  max-height: 959px;
  padding: 18px 20px 28px 38px;
}
@media screen and (max-width: 768px) {
  .modal__body--region {
    min-height: 100vh;
    max-height: none;
    padding: 27px 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  .for-developers .modal__body {
    padding-top: 24px;
    padding-left: 87px;
    padding-right: 87px;
    padding-bottom: 0;
  }
}
.modal__body--shops {
  max-height: 600px;
  padding: 0;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .modal__body--shops {
    max-height: calc(100vh - 100px);
  }
}
.modal__footer {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .for-developers .modal__footer {
    padding-left: 87px;
    padding-right: 87px;
    padding-top: 0;
    padding-bottom: 44px;
  }
}
.modal .tab {
  margin-left: 15px;
  margin-right: 15px;
}
.modal .tab .modal__body {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 480px) {
  .modal .tab {
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .modal .tab {
    margin-left: 60px;
    margin-right: 60px;
  }
}
.modal .tab .tab__border {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 480px) {
  .modal .tab .tab__border {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 768px) {
  .modal .tab .tab__border {
    margin-left: -60px;
    margin-right: -60px;
  }
}
.modal .tab .tab__item {
  margin-right: 30px;
  padding-bottom: 18px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .modal .tab .tab__item {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .modal .tab .mCustomScrollBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .modal .tab .mCSB_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .modal .tab .tab__active {
    left: 15px;
  }
}
.modal .tab .phone-list {
  padding-left: 0;
  padding-right: 0;
}
.modal .small-text {
  font-size: 12px;
  margin: 1em auto;
  max-width: 700px;
}
.modal--active .modal__container {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.modal--active .modal__container .messages {
  max-width: 520px;
  margin: 0 auto;
}
.modal--active .modal__container .messages .modal-form__item {
  border-radius: 2px;
  padding: 19px 24px;
}
.modal--active .modal__container .messages .modal-form__item.notice {
  background-color: #eff6ff;
  border: 1px solid #d3e5fd;
  display: none;
}
.modal--active .modal__container .messages .modal-form__item.success {
  background-color: #eafaec;
  border: 1px solid #c1e0b6;
  display: none;
}
.modal--active .modal__container .messages .modal-form__item.error {
  background-color: #f7d9d9;
  border: 1px solid #f5b2b2;
  display: none;
}
.modal--active .modal__container .messages span {
  margin-left: 14px;
}
.modal.modal-registration .modal__container {
  max-width: 600px;
}
.modal.modal-registration .modal__body {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .modal.modal-registration .modal__body {
    padding: 0 30px;
  }
}
.modal.modal-confirm-delete-basket-item .modal__container {
  max-width: 680px;
  border-radius: 8px;
}
.modal.modal-confirm-delete-basket-item .modal__close {
  top: 16px;
  right: 16px;
  bottom: auto;
  width: 16px;
  height: 16px;
  stroke: #000;
}
@media (max-width: 768px) {
  .modal.modal-confirm-delete-basket-item .modal__close {
    top: 12px;
    right: 10px;
  }
}
.modal.modal-confirm-delete-basket-item .modal__close:hover {
  stroke: #3C71EE;
}
.modal.modal-confirm-delete-basket-item .modal__body {
  padding: 34px 68px 23px;
}
@media (max-width: 768px) {
  .modal.modal-confirm-delete-basket-item .modal__body {
    padding: 47px 11px 25px;
  }
}
.modal.modal-confirm-delete-basket-item .modal__header {
  padding-top: 0;
}
.modal.modal-confirm-delete-basket-item .modal-title {
  font-size: 24px;
  line-height: 1.1;
  font-weight: 700;
}
@media (max-width: 768px) {
  .modal.modal-confirm-delete-basket-item .modal-title {
    font-size: 20px;
  }
}
.modal.modal-confirm-delete-basket-item .subtext {
  margin-bottom: 23px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .modal.modal-confirm-delete-basket-item .subtext {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.modal.modal-confirm-delete-basket-item .btn {
  width: 100%;
  margin-bottom: 15px;
}
.modal.modal-aucs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal.modal-aucs .modal__body {
  padding: 30px;
}
.modal.modal-aucs .modal__container {
  border-radius: 8px;
}
.modal.modal-aucs .modal-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  text-align: left;
}
.modal.modal-aucs .modal__desc-strong {
  font-weight: 600;
  margin-bottom: -5px;
}
.modal.modal-aucs a {
  color: #0C6DE2;
}
.modal.modal-aucs p {
  margin-top: 20px;
  font-size: 14px;
  line-height: 22px;
}
.modal.modal-aucs .modal-aucs__pic {
  text-align: center;
  line-height: 0;
  font-size: 0;
}
.modal.modal-aucs .modal-aucs__desc {
  text-align: center;
}
.modal.modal-aucs--info .modal__container {
  max-width: 588px;
}
.modal.modal-aucs--rate-list .modal__container {
  max-width: 934px;
}
@media screen and (max-width: 991px) {
  .modal.modal-aucs--rate-list .modal__container {
    max-width: 770px;
  }
}
@media screen and (max-width: 650px) {
  .modal.modal-aucs--rate-list .modal__container {
    max-width: 320px;
  }
}
.modal.modal-aucs--rate-list .modal__body {
  max-height: 536px;
  overflow: auto;
}
@media screen and (max-width: 650px) {
  .modal.modal-aucs--rate-list .modal__body {
    padding: 20px;
  }
}
.modal.modal-aucs .helpModalBox .modal-title {
  margin-bottom: 20px;
}
.modal.modal-pay-parts .modal__container {
  max-width: 794px;
  border-radius: 32px;
}
.modal.modal-pay-parts .modal__header {
  padding: 16px 32px 8px;
}
.modal.modal-pay-parts .modal__body {
  padding: 0px 32px 16px 32px;
}
.modal.modal-pay-parts .modal__footer {
  padding: 8px 32px 0 32px;
}
@media (max-width: 620px) {
  .modal.modal-pay-parts .modal__header {
    padding: 16px 20px;
  }
  .modal.modal-pay-parts .modal__body {
    padding: 0 20px 10px;
  }
  .modal.modal-pay-parts .modal__footer {
    padding: 8px 20px 0;
  }
}
.modal--sm .modal__container {
  max-width: 346px;
}
.modal-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 480px) {
  .modal-title {
    font-size: 20px;
  }
}
.modal-title--region {
  margin-left: 0;
  margin-bottom: 14px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .modal-title--region {
    font-size: 20px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .for-developers .modal-title {
    text-align: left;
    margin: 0;
    margin-bottom: 21px;
    font-size: 25px;
    max-width: none;
  }
}
.modal-form {
  max-width: 520px;
  margin: 0 auto;
}
.modal-form__item {
  margin-bottom: 20px;
}
.modal-form__item .files-status {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: none;
  border-radius: 2px;
  padding: 19px 24px;
  border: 1px solid #f5b2b2;
  background-color: #f7d9d9;
}
.modal-form__item .files-previews {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-form__item .image-preview {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  height: 60px;
  min-width: 30px;
  margin: 8px;
  overflow: visible;
  cursor: pointer;
}
.modal-form__item .image-preview img,
.modal-form__item .image-preview video {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  margin: 0;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
  -o-object-fit: contain;
  object-fit: contain;
}
.modal-form__item .icon {
  display: inline-block;
  min-width: 16px;
  min-height: 16px;
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIGZpdD0nJyBoZWlnaHQ9JzEwMCUnIHdpZHRoPScxMDAlJyBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSd4TWlkWU1pZCBtZWV0JyB2aWV3Qm94PScwIDAgMjQgMjQnPjxwYXRoIGZpbGw9JyMwMDAwMDAnIGQ9J00xNC4xMSwxMiBMMjMuMTMsMi45NyBDMjMuNzYsMi4zNAogICAgICAgICAgMjMuNzYsMS4zMyAyMy4xMywwLjcwIEMyMi41MSwwLjA3IDIxLjQ5LDAuMDcgMjAuODYsMC43MCBMMTEuODQsOS43MyBMMi44MSwwLjczIEMyLjE5LDAuMTAgMS4xNywwLjEwCiAgICAgICAgICAwLjU0LDAuNzMgQy0wLjA3LDEuMzUgLTAuMDcsMi4zNyAwLjU0LDMgTDkuNTcsMTIgTDAuNTcsMjEuMDIgQy0wLjA1LDIxLjY1IC0wLjA1LDIyLjY2CiAgICAgICAgICAwLjU3LDIzLjI5IEMxLjIsMjMuOTIgMi4yMSwyMy45MiAyLjg0LDIzLjI5IEwxMS44NiwxNC4yNiBMMjAuODksMjMuMjkgQzIxLjUyLDIzLjkyCiAgICAgICAgICAyMi41MywyMy45MiAyMy4xNiwyMy4yOSBDMjMuNzksMjIuNjYgMjMuNzksMjEuNjUgMjMuMTYsMjEuMDIgTDE0LjExLDEyIEwxNC4xMSwxMiBaJz48L3BhdGg+PC9zdmc+);
}
.modal-form__item .remove-image {
  display: none;
  position: absolute;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 8px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
  line-height: 16px;
}
.modal-form__item .image-preview:hover .remove-image {
  display: block;
}
@media screen and (max-width: 480px) {
  .modal-form__item.rating-item {
    left: 50%;
  }
  .modal-form__item.rating-item__label {
    margin-bottom: 0;
  }
  .modal-form__item.rating-item__label .rating {
    right: unset;
  }
}
@media screen and (max-width: 375px) {
  .modal-form__item.rating-item {
    left: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
  }
  .modal-form__item.rating-item__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .modal-form__item.rating-item__label .rating {
    right: unset;
  }
}
@media screen and (min-width: 768px) {
  .modal-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
  }
  .modal-form__group .modal-form__item {
    margin-left: 5px;
    margin-right: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .modal-form__group_fxww {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .modal-form__group_fxww .modal-form__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(50% - 10px);
  }
}
.modal-form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 18px;
}
.modal-form .field-textarea textarea {
  height: 120px;
}
.modal-form .field-textarea textarea#pros,
.modal-form .field-textarea textarea#cons,
.modal-form .field-textarea textarea#body {
  height: 80px;
}
.phone-list {
  max-width: 650px;
  margin: 0 auto;
  border-top: 1px solid #EEF2F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 5px;
  text-align: center;
}
.phone-list--items-3 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.phone-list--items-3 > div {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .phone-list--items-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .phone-list--items-3 > div {
    margin-bottom: 0;
  }
}
.phone-list .text-gray {
  font-size: 14px;
}
.phone-list .phone {
  display: block;
  font-weight: 600;
  font-size: 18px;
}
.credit-form-data {
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .credit-form-data {
    margin-left: -9px;
    margin-right: -9px;
  }
}
.credit-form-data span {
  margin-right: 12px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.credit-form-data b {
  font-weight: 700;
}
.credit-form-data img {
  margin-right: 5px;
}
.credit-form-data .text-gray {
  font-size: 13px;
}
.credit-form-popup .field:nth-child(2) {
  margin-top: -15px;
}
.credit-form-popup span {
  margin-right: 20px;
}
.modal-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}
.modal-icons .modal-icon {
  width: 68px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68px;
  flex: 0 0 68px;
  padding-top: 10px;
}
.modal-text-container {
  max-width: 675px;
  margin: 0 auto;
}
.modal-text-container p {
  font-size: 14px;
}
.modal-text-container .btop {
  margin-top: 35px;
  border-top: 1px solid #EEF2F6;
  padding-top: 20px;
}
.modal-text h3 {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #818489;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.modal-text ul {
  list-style: none;
  margin-left: 1.5em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}
.modal-text ul li {
  line-height: 1.3;
  margin: 2px 0;
  padding: 0;
}
.modal-text ul li:before {
  content: "\2022";
  color: #585858;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  font-size: 20px;
  margin-left: -1em;
}
.modal-warning {
  background-color: #EEF2F6;
  border-left: 3px solid #F6D300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  margin: 30px 0;
}
@media screen and (min-width: 768px) {
  .modal-warning {
    padding: 20px 45px;
  }
}
.modal-warning .modal-icon {
  width: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
[data-modal-show="one-click-form"] .modal__container {
  max-width: 600px;
}
[data-modal-show="one-click-form"] .modal-title {
  font-weight: 700;
}
[data-modal-show="one-click-form"] .modal__body {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  [data-modal-show="one-click-form"] .modal-form__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  [data-modal-show="one-click-form"] .modal-form__group .modal-form__item {
    margin-left: 10px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
[data-modal-show="one-click-form"] .btn {
  width: 100%;
}
[data-modal-show="one-click-form"] .modal-form {
  margin: 0;
}
.modal-pay-parts__header {
  position: sticky;
  top: -60px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(38.82%, rgba(255, 255, 255, 0.92)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 38.82%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
  border-radius: 32px 32px 0 0;
}
.modal-pay-parts__banks {
  background: #F4F7FF;
  border-radius: 30px;
  padding: 8px 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000000;
  font-size: 13px;
  line-height: 17px;
}
.modal-pay-parts__banks img {
  margin-left: 24px;
}
.modal-pay-parts__title {
  color: #333333;
  font-weight: 700;
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  margin: 10px 0 0 0;
}
.modal-pay-parts__payment-shedule {
  margin-top: 15px;
  -webkit-box-shadow: 0px 14px 14px rgba(116, 116, 116, 0.09);
  box-shadow: 0px 14px 14px rgba(116, 116, 116, 0.09);
}
.modal-pay-parts__instruction {
  margin: 10px 0 0 0;
  padding: 0;
}
.modal-pay-parts__instruction-item {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 22px;
  border-bottom: 1px solid #E7E7E7;
}
.modal-pay-parts__instruction-icon {
  margin-right: 24px;
  background: #DAFFE8;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-pay-parts__accordion {
  margin-top: 10px;
  border-radius: 24px;
  border: 1px solid #e7e7e7;
}
.modal-pay-parts__outro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #E7E7E7;
  margin-top: 10px;
}
.modal-pay-parts__outro-text {
  font-size: 16px;
  line-height: 26px;
}
.modal-pay-parts__outro-phone {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin-top: 8px;
}
.modal-pay-parts__outro-site {
  font-size: 21px;
  line-height: 22px;
  margin-top: 8px;
}
.modal-pay-parts__accordion {
  padding: 12px 24px;
  color: #333333;
}
.modal-pay-parts__accordion .accordion__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  padding: 7px 0;
  position: relative;
  width: 100%;
  text-align: left;
  padding-right: 45px;
}
.modal-pay-parts__accordion dt {
  margin-top: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
}
.modal-pay-parts__accordion dd {
  font-size: 15px;
  line-height: 22px;
  margin-top: 4px;
}
.modal-pay-parts__accordion-close {
  background: #F1F1F1;
  border: 1px solid #F1F1F1;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modal-pay-parts .modal__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 16px;
  right: 32px;
  border: 1px solid #E7E7E7;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  stroke: #4a4a4a;
}
@media (max-width: 620px) {
  .modal-pay-parts .modal__close {
    right: 20px;
  }
  .modal-pay-parts__instruction-item {
    font-size: 14px;
    line-height: 22px;
  }
  .modal-pay-parts__instruction-icon {
    margin-right: 12px;
  }
  .modal-pay-parts__outro-text {
    font-size: 14px;
    line-height: 22px;
  }
  .modal-pay-parts__outro-phone {
    font-size: 20px;
    line-height: 24px;
  }
  .modal-pay-parts__outro-site {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .modal-pay-parts__title {
    font-size: 19px;
    line-height: 23px;
  }
  .modal-pay-parts__val {
    font-size: 20px;
    line-height: 18px;
  }
  .modal-pay-parts__accordion .accordion__title {
    font-size: 17px;
  }
}
.payment-shedule {
  padding: 18px 26px;
  border: 1px solid #F1F1F1;
  -webkit-box-shadow: 0px 14px 14px rgba(116, 116, 116, 0.09);
  box-shadow: 0px 14px 14px rgba(116, 116, 116, 0.09);
  border-radius: 24px;
}
.payment-shedule__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.payment-shedule__parts {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 480px) {
  .payment-shedule__parts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: -10px;
  }
}
.payment-shedule__part {
  position: relative;
  padding: 22px 16px 0 0;
  width: 25%;
}
@media (max-width: 480px) {
  .payment-shedule__part {
    width: 50%;
    margin-top: 20px;
    padding: 15px 15px 0 0;
  }
}
.payment-shedule__part::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 16px);
  height: 6px;
  background-color: #F1F1F1;
  border-radius: 3px;
}
.payment-shedule__part--active::before {
  background-color: #25BF61;
}
.payment-shedule__caption {
  font-size: 12px;
  line-height: 16px;
  color: #808080;
}
.payment-shedule__val {
  font-weight: 600;
  font-size: 22px;
  line-height: 18px;
  color: #2E2E2E;
  margin-top: 4px;
}
@media (max-width: 620px) {
  .payment-shedule {
    padding: 20px;
  }
}
@media (max-width: 480px) {
  .payment-shedule {
    padding: 15px;
  }
}
.modal-card {
  padding: 30px 0;
  margin: 30px 0;
  border: 1px solid #EEF2F6;
  border-right: none;
  border-left: none;
}
.modal-card + .modal-card {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.modal-card__wrap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.modal-card__img {
  border-radius: 6px;
  overflow: hidden;
  margin-right: 20px;
  max-width: 140px;
}
.modal-card__img img {
  vertical-align: top;
}
@media screen and (max-width: 480px) {
  .modal-card__img {
    width: 120px;
    margin-right: 12px;
  }
}
.modal-card__suptitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
}
@media screen and (max-width: 480px) {
  .modal-card__suptitle {
    font-size: 12px;
    line-height: 18px;
  }
}
.modal-card__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #262626;
  margin-top: 4px;
}
@media screen and (max-width: 480px) {
  .modal-card__title {
    font-size: 15px;
    line-height: 22px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.modal-card__price {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .modal-card__price {
    display: none;
  }
}
.modal-card__price--mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .modal-card__price--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
.modal-card__all-price {
  margin-bottom: 20px;
}
.modal-card .price--current {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  margin-right: 20px;
}
.modal-card .price--old {
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  color: #B9BCC1;
  margin-right: 20px;
}
.sign-modal-wrapper {
  padding-bottom: 20px;
}
.sign-modal-wrapper .tab {
  margin-left: 0;
  margin-right: 0;
}
.sign-modal-wrapper .tab .mCSB_container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sign-modal-wrapper .tab .mCustomScrollBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.sign-modal-wrapper .tab .tab__active {
  left: 0;
}
@media screen and (min-width: 480px) {
  .sign-modal-wrapper .tab {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .sign-modal-wrapper .tab {
    margin-left: 0;
    margin-right: 0;
  }
}
.sign-modal-wrapper .tab .tab__border {
  margin-left: -20px;
  margin-right: -20px;
}
@media screen and (min-width: 480px) {
  .sign-modal-wrapper .tab .tab__border {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 768px) {
  .sign-modal-wrapper .tab .tab__border {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.sign-modal-wrapper .tab .tab__item {
  margin-right: 0;
  padding-bottom: 12px;
  padding-top: 20px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 40px) / 3);
  flex: 0 0 calc((100% - 40px) / 3);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  white-space: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 480px) {
  .sign-modal-wrapper .tab .tab__item {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 768px) {
  .sign-modal-wrapper .tab .tab__item {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 60px) / 3);
    flex: 0 0 calc((100% - 60px) / 3);
    padding-bottom: 22px;
    padding-top: 30px;
  }
}
.sign-modal-wrapper .modal__header {
  border-bottom: 1px solid #EEF2F6;
  padding: 20px;
  margin: 0 -20px 20px;
}
@media screen and (min-width: 768px) {
  .sign-modal-wrapper .modal__header {
    padding: 30px 30px 22px;
    margin: 0 -30px 30px;
  }
}
.sign-modal-wrapper .modal-title {
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
  max-width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media screen and (min-width: 480px) {
  .sign-modal-wrapper .modal-title {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .sign-modal-wrapper .modal-title {
    text-align: left;
  }
}
.sign-modal-wrapper .sign-modal-content {
  padding: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .sign-modal-wrapper .sign-modal-content {
    padding: 30px 0 0;
  }
}
.sign-modal-wrapper .sign-modal-content .grid-form {
  justify-items: center;
}
.sign-modal-wrapper .sign-modal__footer {
  border-top: 1px solid #EEF2F6;
  padding-top: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .sign-modal-wrapper .sign-modal__footer {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.sign-modal-wrapper .modal-form__button {
  margin: 20px 0 0;
}
.sign-modal-wrapper .modal-form__button .btn {
  height: 60px;
  white-space: nowrap;
  font-size: 13px;
  width: 100%;
}
.sign-modal-wrapper .field-descr {
  font-size: 13px;
  margin-top: 15px;
}
.sign-modal-wrapper .field-descr * {
  font-size: inherit;
}
@media screen and (max-width: 767px) {
  .sign-modal-wrapper .field-descr {
    text-align: center;
  }
}
.sign-modal-wrapper .modal-form {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .sign-modal-wrapper .modal-form__body-table {
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .sign-modal-wrapper .modal-form__body-line {
    display: table-row;
  }
}
.sign-modal-wrapper .modal-form__body-line .modal-form__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sign-modal-wrapper .modal-form__body-line .modal-form__item {
    margin-bottom: 0;
  }
}
.sign-modal-wrapper .modal-form__body-line .modal-form__button {
  margin: 0;
}
.sign-modal-wrapper .modal-form__body-line .btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sign-modal-wrapper .modal-form__body-line .btn {
    width: auto;
    min-width: 190px;
  }
}
@media screen and (min-width: 768px) {
  .sign-modal-wrapper .modal-form .body-line__item {
    display: table-cell;
    vertical-align: top;
  }
}
.sign-modal-wrapper .modal-form .body-line__item:first-child {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sign-modal-wrapper .modal-form .body-line__item:nth-child(2) {
    padding-left: 20px;
  }
}
.sign-modal-wrapper #sign-form-get-code,
.sign-modal-wrapper #sign-form-enter-code {
  display: none;
}
.sign-modal-wrapper #sign-form-get-code.active,
.sign-modal-wrapper #sign-form-enter-code.active {
  display: block;
}
.sign-modal-wrapper__body-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sign-modal-wrapper__body-grid .modal-form__item {
  width: 100%;
}
.sign-modal-wrapper__body-grid .modal-form__item.field--stretch {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sign-modal-wrapper__body-grid .modal-form__item {
    width: calc(50% - 10px);
  }
}
.sign-modal-wrapper .input-default {
  background-color: #fff;
}
.sign-modal-wrapper .form-caption {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.sign-modal-wrapper .social-networks {
  display: block;
}
@media screen and (min-width: 768px) {
  .sign-modal-wrapper .social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.sign-modal-wrapper .social-networks .btn {
  height: 40px;
}
.sign-modal-wrapper .social-networks > a {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.sign-modal-wrapper .social-networks > a + a {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .sign-modal-wrapper .social-networks > a + a {
    margin-top: 0;
  }
}
.sign-modal-wrapper .social-networks > a span {
  margin-left: 8px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .sign-modal-wrapper .social-networks > a {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 360px) {
  .sign-modal-wrapper .sign-form__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.sign-modal-wrapper .sign-form__actions .checkbox__select {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .sign-modal-wrapper .sign-form__actions .checkbox__label,
  .sign-modal-wrapper .sign-form__actions [class*="link"] {
    font-size: 13px;
  }
}
@media screen and (max-width: 359px) {
  .sign-modal-wrapper .sign-form__actions [class*="link"] {
    display: table;
    margin-top: 10px;
  }
}
.form-result-message {
  border-radius: 4px;
  padding: 10px 16px 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.form-result-message.error {
  background-color: rgba(235, 87, 87, 0.1);
  color: #EB5757;
}
.form-result-message.disabled {
  display: none;
}
.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  color: #919191;
  z-index: 1;
  display: none;
  border-top: 1px solid #f2f2f2;
}
.cookie.show {
  display: block;
}
@media (max-width: 768px) {
  .cookie {
    bottom: 50px;
  }
}
.cookie a {
  color: #919191;
  text-decoration: underline;
}
.cookie a:hover {
  opacity: 0.6;
}
.cookie__wrap {
  max-width: 1740px;
  margin: 0 auto;
  position: relative;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cookie__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 15px;
  }
}
.cookie__desc {
  margin-right: 40px;
  max-width: none;
}
@media (max-width: 768px) {
  .cookie__desc {
    margin-right: 0;
    font-size: 12px;
    line-height: 1.2;
  }
}
.cookie__btn {
  background-color: #fff;
  border-radius: 20px;
  display: inline-block;
  padding: 10px 15px;
  height: auto;
  border: 1px solid #f2f2f2;
}
@media (max-width: 768px) {
  .cookie__btn {
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 10px;
    font-size: 11px;
    padding: 7px 10px;
  }
}
.cookie__btn-close {
  font-size: 0;
  line-height: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7L17 17' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M17 7L7 17' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
@media (max-width: 768px) {
  .cookie__btn-close {
    margin: 0;
  }
}
.page--competition .subtitle {
  margin: 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .page--competition .subtitle {
    margin: 30px 0 30px;
  }
}
.news-carousel--owl .owl-stage > div {
  padding-left: 2px;
  padding-right: 2px;
}
.news-carousel--owl .owl-stage .competition-item {
  width: 275px;
}
@media screen and (min-width: 1200px) {
  .news-carousel--owl .owl-stage .competition-item {
    width: 100%;
  }
}
.competition-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  -webkit-transition: z-index 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: z-index 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: z-index 0.3s, box-shadow 0.3s, background-color 0.3s;
  transition: z-index 0.3s, box-shadow 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  padding: 5px 7.5px 10px;
}
@media screen and (min-width: 768px) {
  .competition-item {
    padding: 15px;
  }
}
.competition-item .competition-item__btn {
  display: none;
}
@media screen and (min-width: 1200px) {
  .competition-item {
    border: 0;
    padding: 15px;
  }
  .competition-item .competition-item__count,
  .competition-item .competition-item__btn {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    display: block;
  }
  .competition-item:hover {
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
  }
  .competition-item:hover .competition-item__count,
  .competition-item:hover .competition-item__btn {
    opacity: 1;
  }
}
.competition-item__image {
  position: relative;
}
.competition-item__image img {
  display: inherit;
  width: 100%;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.competition-item__image a {
  position: absolute;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.competition-item__image:after {
  content: "";
  display: block;
  padding-bottom: 0;
}
.competition-item__info {
  position: absolute;
  z-index: 1;
  right: 15px;
  bottom: 10px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.competition-item__title {
  margin-top: 15px;
  margin-left: 10px;
  line-height: 1.6;
  display: block;
  margin-bottom: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.competition-item__title a:hover {
  display: block;
  color: #262626;
}
.competition-item__count {
  font-size: 14px;
  margin-left: 10px;
  color: #818489;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .competition-item__count {
    margin-bottom: 15px;
  }
}
.news__list > .competition-item__image:after {
  padding-bottom: 75%;
}
.news-carousel {
  margin-top: 30px;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .news-carousel .carousel-dots {
    margin-top: -40px;
  }
}
@media screen and (min-width: 1400px) {
  .news-carousel {
    margin-top: 70px;
  }
}
.news-carousel__nav {
  display: none;
  margin-top: 30px;
}
.news-carousel__nav + .btn-group--inline {
  margin-top: 40px;
}
@media screen and (min-width: 1600px) {
  .news-carousel__nav + .btn-group--inline {
    margin-top: 60px;
  }
}
.news-carousel__nav button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 25px;
  height: 50px;
  font-size: 13px;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.5px;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-color: #EEF2F6;
  color: #262626;
  border-radius: 50%;
}
.news-carousel__nav button:first-child {
  margin-right: 8px;
}
.news-carousel__nav button:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #EEF2F6;
  border-color: #EEF2F6;
}
.news-carousel__nav button:hover svg,
.news-carousel__nav button:active svg {
  fill: #0C6DE2;
}
@media screen and (min-width: 1200px) and (max-width: 1599px) {
  .news-carousel__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news-carousel--owl .news-item {
  margin-left: 15px;
  width: 275px;
}
@media screen and (min-width: 1200px) {
  .news-carousel--owl .news-item {
    margin-left: 0;
    width: inherit;
  }
}
.news-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .news_detail_right .news-items {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -10px;
  }
}
@media screen and (max-width: 1200px) {
  .news-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 72px;
  }
}
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.news_detail_right .news-item__image img {
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.news_detail_right .news-item__image:after {
  position: static;
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
@media screen and (min-width: 1200px) {
  .news_detail_right .news-item {
    width: 100%;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .news-item {
    display: none;
    width: 49%;
  }
  .news-item:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .news-item {
    width: 100%;
  }
}
.news-item__image {
  position: relative;
  display: inherit;
}
.news-item__image:after {
  position: absolute;
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0));
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-item__image img {
  width: 100%;
}
.news-item__image a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.news-item__date {
  color: #818489;
}
.news-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 12px;
}
.news-item__title {
  line-height: 1.6;
  display: block;
  color: #262626;
  font-size: 16px;
  margin-bottom: 25px;
}
.news-item__title a:hover {
  display: block;
  color: #0C6DE2;
}
.news-item__title--main {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 27.24px;
  font-weight: 700;
}
@media (max-width: 700px) {
  .news-item__title--main {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 16px;
  }
}
.news-item__img-wrapper {
  margin-bottom: 16px;
}
@media (max-width: 700px) {
  .news-item__img-wrapper {
    margin-bottom: 8px;
  }
}
.news-item__img-link {
  position: relative;
  display: block;
  padding-bottom: 100%;
}
.news-item__img-link img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-item__description {
  margin-top: auto;
  font-size: 14px;
  line-height: 19.07px;
  font-weight: 400;
}
@media (max-width: 700px) {
  .news-item__description {
    font-size: 10px;
    line-height: 12px;
  }
}
::-webkit-scrollbar {
  background-color: #fff;
  width: 16px;
}
::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar-track:hover {
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: #a3a3a3;
  border-radius: 16px;
  border: 5px solid #fff;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #a3a3a3;
  border: 5px solid #fff;
}
::-webkit-scrollbar-button {
  display: none;
}
.aside {
  position: fixed;
  top: 57px;
  left: 0;
  right: 0;
  bottom: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  width: 100%;
  z-index: 115;
  opacity: 0;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}
.aside.aside-mobile-active {
  z-index: 46;
  opacity: 1;
  pointer-events: inherit;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .aside {
    left: -250px;
    width: 240px;
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    opacity: 1;
    pointer-events: inherit;
    top: 160px;
    bottom: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow: visible;
  }
  .aside.aside-mobile-active {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    overflow: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .aside {
    left: 0;
    top: 0;
    opacity: 1;
    width: 240px;
    display: block;
  }
}
.aside__scroll {
  direction: ltr;
}
@media only screen and (min-width: 768px) {
  .aside__scroll {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
  }
}
@media only screen and (min-width: 992px) {
  .aside__scroll {
    direction: rtl;
    overflow-y: auto;
    min-height: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.aside .logo {
  display: none;
}
@media screen and (min-width: 992px) {
  .aside .logo.logo-lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 18px;
    height: 93px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 93px;
    flex: 0 0 93px;
    margin-bottom: 13px;
  }
  .aside .logo.logo-lg img {
    margin-top: -3px;
    width: 204px;
  }
}
@media screen and (max-height: 920px) {
  .aside .logo.logo-lg {
    margin-bottom: 8px;
  }
}
@media screen and (max-height: 790px) {
  .aside .logo.logo-lg {
    margin-bottom: 13px;
  }
}
.aside .mobile-catalog-title {
  font-size: 20px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #EEF2F6;
  padding-left: 15px;
}
.aside .mobile-catalog-title span {
  margin-left: 4px;
  margin-bottom: -2px;
  font-size: 18px;
  color: #818489;
}
@media screen and (min-width: 768px) {
  .aside .mobile-catalog-title {
    display: none;
  }
}
.aside .menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  direction: ltr;
}
.aside .menu__arrow {
  margin-right: 15px;
  opacity: 0;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 991px) {
  .aside .menu__arrow {
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 992px) {
  .aside .menu__arrow {
    margin-right: 15px;
    opacity: 0;
    -webkit-transform: translateX(5px) translateY(-50%);
    transform: translateX(5px) translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    top: 50%;
  }
}
.aside .menu__icon {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 50%;
  max-width: 26px;
}
.aside .menu__icon_AR-back {
  display: block;
  width: 15px;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  fill: #a7a9ac;
}
@media only screen and (min-width: 768px) {
  .aside .menu__icon {
    display: block;
  }
}
.aside .menu__link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  text-transform: uppercase;
  padding-left: 65px;
  font-weight: 600;
  height: 51px;
  font-size: 13px;
  overflow: hidden;
  border-bottom: 1px solid #EEF2F6;
}
@media only screen and (min-width: 768px) {
  .aside .menu__link {
    border-bottom: 0;
    padding-left: 65px;
    height: 51px;
  }
}
.aside .menu__link > span,
.aside .menu__link > a {
  display: block;
  border-bottom: 1px solid #F2F5F8;
  height: 100%;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  line-height: 51px;
  padding-right: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.aside .menu__link:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 3px;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: transparent;
}
.aside .menu__link:hover,
.aside .menu__link.menu__link-active {
  background-color: #EFF6FF;
}
.aside .menu__link:hover:after,
.aside .menu__link.menu__link-active:after {
  background: #F6D300;
}
.aside .menu__link:hover .menu__arrow,
.aside .menu__link.menu__link-active .menu__arrow {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
@media only screen and (min-width: 992px) {
  .aside .menu__link:hover .menu__arrow,
  .aside .menu__link.menu__link-active .menu__arrow {
    -webkit-transform: translateX(5px) translateY(-50%);
    transform: translateX(5px) translateY(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .aside .menu .is-opened > .menu__link > a {
    color: #0C6DE2;
  }
  .aside .menu .is-opened > .menu__link::after {
    display: none;
  }
  .aside .menu .is-opened > .menu__link .menu__arrow {
    fill: #0C6DE2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.aside .menu__link_ar {
  color: #0C6DE2;
  padding-left: 65px;
}
@media screen and (max-width: 991px) {
  .aside .menu__link_ar .menu__icon {
    display: block;
    max-width: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .aside .menu__link-active {
    background: none;
  }
  .aside .menu__link-active:hover {
    background: none;
  }
}
@media only screen and (min-width: 768px) {
  .aside .menu__link-active:hover,
  .aside .menu__link-active a {
    background-color: #EFF6FF;
    color: #0C6DE2;
  }
}
.aside .menu__link-active .menu__arrow {
  opacity: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) {
  .aside .menu__link-active .menu__arrow {
    fill: #0C6DE2;
  }
}
.aside .menu ul {
  display: none;
}
@media only screen and (max-width: 767px) {
  .aside .menu_hidden {
    display: none;
  }
}
.aside .contacts {
  font-size: 14px;
  padding: 20px 20px 25px;
  position: relative;
  display: none;
  direction: ltr;
}
.aside .contacts__toggle {
  position: relative;
  z-index: 1;
  display: none;
}
.aside .contacts > span {
  display: inline-block;
  margin-bottom: 3px;
}
.aside .contacts__phone {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 0;
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 1300px) {
  .aside .contacts__phone {
    font-size: 18px;
  }
}
.aside .contacts__email {
  font-size: 15px;
}
@media screen and (max-height: 790px) {
  .aside .contacts {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .aside .contacts .contacts__content > span,
  .aside .contacts .contacts__phone {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .aside .contacts {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .aside.aside-hidden {
    width: 60px;
    overflow: unset;
  }
  .aside.aside-hidden .logo-xs {
    display: block;
    padding: 6px;
  }
  .aside.aside-hidden .logo-xs img {
    width: 48px;
  }
  .aside.aside-hidden .logo-lg {
    display: none;
  }
  .aside.aside-hidden .menu__link {
    height: 34px;
    padding: 0;
    width: 100%;
    font-size: 0;
    line-height: 0;
  }
  .aside.aside-hidden .menu__link:hover,
  .aside.aside-hidden .menu__link.menu__link-active {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .aside.aside-hidden .menu__link:hover span,
  .aside.aside-hidden .menu__link.menu__link-active span {
    border-bottom: 0;
  }
  .aside.aside-hidden .menu__link:hover:after,
  .aside.aside-hidden .menu__link.menu__link-active:after {
    background: #F6D300;
  }
  .aside.aside-hidden .menu__icon {
    left: 50%;
  }
  .aside.aside-hidden .contacts {
    padding: 15px 20px 35px;
  }
  .aside.aside-hidden .contacts__toggle {
    display: block;
  }
  .aside.aside-hidden .contacts span {
    display: none;
  }
  .aside.aside-hidden .contacts__content {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 237px;
    padding-left: 60px;
    padding-top: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .aside.aside-hidden .contacts__phone {
    font-size: 14px!important;
    margin-bottom: 0;
    display: inline-block;
  }
  .aside.aside-hidden .contacts__mail {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 13px;
  }
  .aside.aside-hidden .contacts:hover .contacts__content {
    opacity: 1;
    pointer-events: inherit;
  }
}
@media screen and (max-height: 790px) {
  .aside.aside-hidden .contacts {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .menu-AR {
    display: none;
  }
}
.with_bx_pannel .aside {
  top: 39px;
}
.submenu {
  display: none;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  direction: ltr;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  /*&_lv3 &__link &__arrow {
		@media @desktop {
			display: none;
		}
	}*/
}
@media only screen and (min-width: 768px) {
  .submenu {
    position: fixed;
    width: 240px;
    left: 240px;
    top: 0;
    z-index: 114;
    bottom: 0;
    display: block;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);
  }
}
.submenu-active {
  display: block;
}
@media only screen and (min-width: 768px) {
  .submenu_lv2 {
    left: 240px;
  }
}
.submenu_lv3 ul {
  display: none;
}
.submenu_lv3 .submenu__item_visible {
  display: block;
}
.submenu_lv3 .submenu__item_visible.level4menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  .submenu_lv3 {
    left: 480px;
  }
}
.submenu_lv4 ul {
  display: none;
}
.submenu_lv4 .submenu__item_visible {
  display: block;
}
@media only screen and (min-width: 768px) {
  .submenu_lv4 {
    left: 720px;
  }
}
.submenu__title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 23px;
  margin-bottom: 23px;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .submenu__title {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .submenu__title > .link--default {
    padding-top: 23px;
  }
  .submenu__title > .link--default > a {
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #EEF2F6;
    display: block;
  }
  .submenu__title > .link--default > a:hover {
    background-color: #EFF6FF;
    color: #0C6DE2;
  }
  .submenu__title .submenu__arrow {
    -webkit-transform: none;
    transform: none;
    top: 25px;
  }
}
.submenu__title_mobile {
  margin-bottom: 0;
  padding: 0 16px;
  background-color: #F2F5F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .submenu__title_mobile {
    padding: 0;
    background: none;
  }
}
.submenu__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .submenu__back {
    display: none;
  }
}
.submenu__back-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.submenu__back-text {
  border: none;
  padding: 17px 0;
  padding-left: 12px;
  text-transform: uppercase;
  font-size: 12px;
}
.submenu__all {
  padding-left: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #EEF2F6;
  margin-left: auto;
  font-size: 12px;
  line-height: 1.33;
  color: #0C6DE2;
  font-weight: normal;
}
.submenu__all:hover {
  background: #EFF6FF;
}
@media only screen and (min-width: 768px) {
  .submenu__all {
    width: 100%;
    margin-left: 0;
    padding-top: 19px;
    padding-bottom: 16px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.submenu__link {
  position: relative;
  display: block;
}
.submenu__link a {
  display: block;
  line-height: 1.1;
  padding: 18px 16px;
  padding-right: 31px;
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #F2F5F8;
}
.submenu__link:hover {
  color: #000;
}
@media only screen and (min-width: 768px) {
  .submenu__link:hover {
    background: #EFF6FF;
  }
}
@media only screen and (min-width: 992px) {
  .submenu__link:hover {
    background: #EFF6FF;
    color: #0C6DE2;
  }
}
.submenu__link:hover .menu__arrow {
  fill: #0C6DE2;
}
.submenu__link_without-children:hover svg.menu__arrow {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  .submenu__link {
    padding: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .submenu__link a {
    display: block;
    padding: 19px 30px;
    padding-right: 30px;
    border-bottom: none;
  }
  .submenu__link_without-children:hover svg.menu__arrow {
    opacity: 0;
  }
}
@media only screen and (min-width: 992px) {
  .submenu__link a {
    padding-left: 30px;
    font-weight: 600;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 13px;
    border: none;
  }
}
.submenu__arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (min-width: 768px) {
  .submenu .is-opened > .submenu__link {
    background-color: #EEF2F6;
  }
  .submenu .is-opened:hover > .submenu__link {
    background-color: #EEF2F6;
  }
}
@media only screen and (max-width: 767px) {
  .is-opened .submenu__arrow {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    fill: #0C6DE2;
  }
}
@media only screen and (min-width: 768px) {
  .is-opened .submenu__arrow {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    fill: #0C6DE2;
  }
}
.is-opened > .submenu__link > .submenu__link-a {
  color: #0C6DE2;
}
@media only screen and (min-width: 768px) {
  .submenu__link:hover .submenu__arrow {
    -webkit-transform: translateY(-50%) translateX(5px);
    transform: translateY(-50%) translateX(5px);
  }
}
@media only screen and (max-width: 992px) {
  .submenu_lv3 .submenu__link .submenu__arrow {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
}
.submenu_lv3 .is-opened .submenu__arrow {
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
@media only screen and (min-width: 768px) {
  .submenu_lv3 .is-opened .submenu__arrow {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
}
.submenu-active {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transform: none;
  transform: none;
}
.level4menu {
  border-bottom: 1px solid #F2F5F8;
  -webkit-box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.05);
}
.level4menu .submenu__link-a {
  display: block;
  padding: 18px 16px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.33;
}
@media only screen and (max-width: 992px) {
  .level4menu {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .level4menu .submenu__link-a {
    padding-left: 45px;
    padding-right: 30px;
  }
}
.submenu__link_without-children svg {
  opacity: 0;
}
.tablet-menu-btn {
  text-transform: none;
  border-radius: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  width: 100%;
  height: 70px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  background: #004B95;
  border-color: #004B95;
  border: 0;
  color: #fff;
  direction: initial;
}
.tablet-menu-btn .svg--mobile-catalog {
  margin-right: 12px;
}
.tablet-menu-btn svg {
  fill: #ffffff;
}
.isMobile .aside-hidden .arrow-right {
  display: none;
}
.isMobile .aside-hidden .is-ar .arrow-right {
  display: block;
}
@media only screen and (min-width: 992px) {
  .site-wrapper.isMobile .submenu_lv3 .submenu__link .submenu__arrow {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .site-wrapper.isMobile .level4menu .submenu__link-a {
    padding-left: 45px;
    padding-right: 30px;
  }
  .site-wrapper.isMobile .aside-hidden {
    width: 240px;
  }
  .site-wrapper.isMobile .aside-hidden .arrow-right {
    display: none!important;
  }
  .site-wrapper.isMobile .aside-hidden .is-ar .arrow-right {
    display: block!important;
  }
  .site-wrapper.isMobile .aside-hidden .logo-xs {
    display: none!important;
  }
  .site-wrapper.isMobile .aside-hidden .menu__link {
    height: unset;
  }
  .site-wrapper.isMobile .is-ar {
    max-height: 51px;
  }
}
.mCS-custom-default.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #E8E8ED !important;
  width: 7px;
}
.mCS-custom-default.mCSB_scrollTools .mCSB_draggerRail {
  background-color: white;
}
.mCS-custom-default.mCSB_scrollTools {
  width: 25px;
}
.mCS-hidden .mCSB_draggerRail {
  background: transparent!important;
}
.mCS-hidden.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0!important;
}
@media screen and (max-width: 480px) {
  .mCSB_container .tab__item {
    font-size: 14px;
  }
}
.mCS-hidden.mCSB_scrollTools.mCSB_1_scrollbar.mCS-light.mCSB_scrollTools_horizontal {
  position: absolute!important;
}
.mCS-hidden.mCSB_1_dragger_horizontal {
  pointer-events: none!important;
}
.mCS-hidden.mCSB_scrollTools_horizontal {
  pointer-events: none!important;
}
.mCSB_dragger_bar {
  background: transparent!important;
}
.product-mini {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  position: relative;
  padding: 5px;
}
.product-mini .product-mini__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-mini .product-mini__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  text-align: center;
}
.product-mini .product-mini__content {
  margin-left: 10px;
  width: 63%;
}
.product-mini__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.product-mini__price-wrapper .currency {
  font-size: 100%;
}
.product-mini .product-mini__title {
  font-size: 13px;
  font-weight: 400;
  color: #262626;
}
.product-mini .product-mini__info {
  margin-top: 4px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-mini .product-mini__price {
  font-size: 16px;
  font-weight: 600;
}
.product-mini .product-mini__quantity {
  position: relative;
  z-index: 1;
}
.product-mini:hover .product-mini__title {
  color: #0C6DE2;
}
.product-mini.js-copy-product {
  display: none;
}
.text_404 {
  font-size: 20px;
  color: #707070;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.text_404_mini {
  width: 250px;
  text-align: center;
  margin-bottom: 20px;
}
.button404 {
  margin-bottom: 20px;
}
.up {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 130;
  opacity: 0;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  pointer-events: none;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.up button {
  border: 0;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
.up button svg {
  fill: #262626;
}
.up button svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.up button svg #pathArrow {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.up button svg #pathUp {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.up button:hover svg {
  fill: #0C6DE2;
}
.up button:hover svg #pathArrow {
  -webkit-transform: none;
  transform: none;
}
.up button:hover svg #pathUp {
  -webkit-transform: translateY(2px) scaleY(1.5);
  transform: translateY(2px) scaleY(1.5);
}
.up--active {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  pointer-events: inherit;
}
@media screen and (max-width: 768px) {
  .up {
    bottom: 60px;
  }
}
.filter-popover {
  position: absolute;
  top: 0;
  background: #fff;
  margin-right: 15px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.06));
  border-radius: 4px;
  height: 64px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-popover--active {
  opacity: 1;
  pointer-events: inherit;
}
.filter-popover:after {
  content: '';
  border: 10px solid transparent;
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-right-color: #fff;
  bottom: 50%;
  right: 100%;
  margin-bottom: -7px;
  position: absolute;
}
.filter-popover .btn {
  width: 120px;
}
.filter-popover__find {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.filter-popover__find b {
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .filter-popover {
    left: 100%;
  }
}
@media (max-width: 767px) {
  .filter-popover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 5px;
    top: 80px;
  }
  .filter-popover:after {
    display: none;
  }
}
.payments-block {
  margin-bottom: 70px;
}
.payments-block__anons {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.016em;
  color: #666666;
  margin-bottom: 30px;
}
.payment-item:not(:last-child) {
  margin-bottom: 47px;
}
.payment-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}
.payment-item__img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #eceff1;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.payment-item__title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #333333;
}
.payment-item__text p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.016em;
  color: #666666;
}
.payment-item__link {
  font-weight: 600;
  color: #333333;
}
.table__row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EEF2F6;
  min-height: 80px;
  padding: 20px 0;
  margin-top: -1px;
}
.table__row-title {
  border: none;
  min-height: 30px;
  color: #818489;
  display: none;
  padding: 15px 0 5px 0;
}
.table__col {
  width: 100%;
  padding: 0 20px;
}
.table__col span {
  font-size: 13px;
  color: #818489;
}
.container-search-store {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .container-search-store {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.container-search-store .btn-group {
  margin-top: 15px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .container-search-store .btn-group {
    margin-top: 0;
    width: auto;
    margin-left: 15px;
  }
}
.container-search-store .btn-group .btn-group__btn {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .container-search-store .btn-group .btn-group__btn {
    width: 120px;
  }
}
.search-store-form {
  position: relative;
  width: 100%;
}
.search-store-form__wrap {
  position: relative;
  width: 100%;
}
.search-store-form__button {
  width: 21px;
  height: 21px;
  position: absolute;
  top: 17px;
  right: 17px;
}
.title-search-result {
  font-size: 16px;
  margin-top: 20px;
}
.table__search-box {
  display: none;
  margin-bottom: 20px;
}
.table__search-box-active {
  display: block;
}
.table__search-store-result {
  margin-top: 10px;
}
.table__search-store-result .table__row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 1200px) {
  .table__search-store-result .table__row-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .table__search-store-result .table__row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.table__search-store-result .table__col {
  margin-top: 5px;
}
.table__search-store-result .table__col:first-child {
  margin-top: 0;
}
.table__search-store-result .table__col:nth-child(3) {
  line-height: 1.25;
}
.table__search-store-result .table__col:first-child .link {
  color: #4F95E8;
}
.aside-nav-links {
  display: block;
  width: 100%;
  border-left: 1px solid #EEF2F6;
  border-right: 1px solid #EEF2F6;
  min-height: 50%;
  height: 100%;
}
.aside-nav-links .aside-nav-links__item {
  padding-left: 30px;
  height: 60px;
  border-bottom: 1px solid #EEF2F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aside-nav-links .aside-nav-links__item:first-child {
  border-top: 1px solid #EEF2F6;
}
.grid--3d .aside-nav-links {
  min-height: auto;
  height: auto;
}
.table-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 25px;
  margin-top: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EEF2F6;
}
@media screen and (min-width: 480px) {
  .table-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.table-footer .table-footer__result-count {
  display: none;
}
@media screen and (min-width: 480px) {
  .table-footer .table-footer__result-count {
    display: block;
  }
}
.table-footer .table-footer__btn-group {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-footer .table-footer__btn-group .btn-link-image:not(:first-child) {
  margin-left: 23px;
}
@media screen and (min-width: 1200px) {
  .w35 {
    width: 35%;
  }
  .w20 {
    width: 20%;
  }
  .w25 {
    width: 25%;
  }
  .w55 {
    width: 55%;
  }
}
.design-project__btn-map {
  display: none;
}
.modul-title {
  font-size: 25px;
}
.modul-title__count {
  font-size: 23px;
  color: #818489;
}
.modul-section {
  margin-bottom: 40px;
}
.text-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
}
.text-icon__media {
  --size: 84px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 var(--size);
  flex: 0 0 var(--size);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  overflow: hidden;
  background-color: #EBEEF0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
}
@media only screen and (min-width: 992px) {
  .text-icon__media {
    --size: 90px;
  }
}
.text-icon__img {
  width: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.text-icon__title {
  padding-left: 17px;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
}
.layout {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .layout {
    margin-bottom: 48px;
  }
}
.layout__brands {
  margin-bottom: 28px;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 22px;
  border-bottom: 1px solid #F2F5F8;
}
@media only screen and (min-width: 768px) {
  .layout__brands {
    margin-left: 0;
  }
}
.layout__all {
  margin-bottom: 30px;
  margin-top: 25px;
}
.layout__letter {
  margin-bottom: 30px;
  padding-bottom: 28px;
  border-bottom: 1px solid #F2F5F8;
}
.layout__letter:last-child {
  padding-bottom: 0;
  border: none;
  margin: 0;
}
.brand-list {
  margin-top: -23px;
  padding: 0 15px;
  display: grid;
  grid-template-rows: auto auto;
  grid-auto-flow: column;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
@media only screen and (min-width: 768px) {
  .brand-list {
    margin-left: -15px;
  }
}
@media only screen and (min-width: 992px) {
  .brand-list {
    margin-top: -26px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
  }
}
.brand-list__link {
  margin-top: 19px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 120px;
  height: 50px;
  scroll-snap-align: start;
}
@media only screen and (min-width: 768px) {
  .brand-list__link {
    padding-left: 20px;
    padding-right: 20px;
    width: 190px;
    height: 93px;
  }
}
@media only screen and (min-width: 992px) {
  .brand-list__link {
    margin-top: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2857%;
    flex: 0 0 14.2857%;
    width: 14.2857%;
  }
}
.brand-list__img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.brand-letters {
  margin: 0 -15px;
  margin-left: -10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
@media only screen and (min-width: 992px) {
  .brand-letters {
    margin-top: 21px;
  }
}
.brand-letters::after,
.brand-letters::before {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
}
.brand-letters::before {
  -ms-flex-preferred-size: 5px;
  flex-basis: 5px;
}
.brand-letters__item {
  padding: 0 15px;
  border-right: 1px solid #F2F5F8;
  scroll-snap-align: start;
}
.brand-letters__link {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.33;
}
.brand-categories {
  margin: 0 -15px;
  margin-left: -10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
@media only screen and (min-width: 992px) {
  .brand-categories {
    overflow: hidden;
  }
}
.brand-categories::after,
.brand-categories::before {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
}
.brand-categories::before {
  -ms-flex-preferred-size: 5px;
  flex-basis: 5px;
}
.brand-categories__item {
  padding: 0 10px;
  border-right: 1px solid #F2F5F8;
  font-size: 15px;
  line-height: 1.33;
  white-space: nowrap;
  scroll-snap-align: start;
}
.brand-categories__link_active {
  color: #0C6DE2;
}
.brand-letter {
  position: relative;
}
.brand-letter__id {
  top: -80px;
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
@media only screen and (min-width: 768px) {
  .brand-letter__id {
    top: -180px;
  }
}
.brand-letter__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .brand-letter__title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .brand-letter__title {
    font-size: 30px;
  }
}
.brand-letter__list {
  margin-left: -20px;
  margin-right: -20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.brand-letter__list::after {
  content: '';
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
}
.brand-letter__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-left: 20px;
  margin-top: 20px;
  scroll-snap-align: start;
}
@media only screen and (min-width: 768px) {
  .brand-letter__item {
    margin-top: 22px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 992px) {
  .brand-letter__item {
    -ms-flex-preferred-size: 14.2857%;
    flex-basis: 14.2857%;
  }
}
.brand-letter__footer {
  margin-top: 20px;
}
.brand-letter__all {
  font-size: 15px;
  line-height: 1.33;
  font-weight: 600;
  color: #0C6DE2;
}
.brand-letter .hide {
  display: block;
}
.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #F2F5F8;
  padding: 19px 20px;
  padding-top: 23px;
  -webkit-transition: border 0.4s;
  transition: border 0.4s;
  min-height: 118px;
}
@media only screen and (min-width: 768px) {
  .brand {
    min-height: 150px;
    padding: 19px 22px;
    padding-top: 31px;
  }
}
@media only screen and (min-width: 992px) {
  .brand {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
  }
}
.brand__media {
  margin-bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .brand__media {
    margin-bottom: 23px;
    min-height: 54px;
  }
}
@media only screen and (min-width: 992px) {
  .brand__media {
    min-height: 80px;
  }
}
.brand__img {
  max-width: 100%;
  max-height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media only screen and (min-width: 768px) {
  .brand__img {
    max-height: 80px;
  }
}
@media only screen and (min-width: 992px) {
  .brand__img {
    max-height: 80px;
  }
}
.brand__title {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}
.brand:hover {
  border-color: #F5D12F;
  color: #262626;
}
.grid_brands .grid__content {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .grid_brands .grid__content {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .grid_brands .layout__all {
    padding: 20px 15px 0 15px;
  }
  .grid_brands .layout__content {
    padding: 0 15px 0 15px;
  }
}
.design-project__banner {
  margin-bottom: 30px;
}
.design-project__banner img {
  width: 100%;
  height: auto;
}
.design-project__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -80px;
  margin-right: -60px;
}
@media screen and (max-width: 1300px) {
  .design-project__content {
    margin-right: 0;
  }
}
.design-project__col {
  max-width: 50%;
  width: 100%;
  margin-top: 80px;
  padding-right: 60px;
}
@media screen and (max-width: 1300px) {
  .design-project__col {
    max-width: 100%;
    padding: 0;
  }
}
.design-project__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.design-project__icon {
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.design-project__icon img {
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .design-project__icon img {
    width: 60px;
    height: 60px;
  }
}
.design-project__count {
  margin-right: 10px;
  color: #0096EB;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .design-project__count {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .design-project__title {
    font-size: 20px;
  }
}
.design-project__close {
  display: none;
  color: #9499A0;
  font-size: 14px;
  margin-left: auto;
  padding-left: 18px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='15' viewBox='0 0 10 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L2 7.5L9 14' stroke-width='2' stroke='%239499A0'%3E%3C/path%3E%3C/svg%3E");
}
.design-project__close--active {
  display: block;
}
@media screen and (max-width: 768px) {
  .design-project__close {
    position: absolute;
    top: 105%;
    right: 0;
  }
}
.design-project__body--hidden {
  display: none;
}
.design-project__body p {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
}
.design-project__body p:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .design-project__body p {
    font-size: 16px;
  }
}
.design-project__body .container-search-store {
  position: relative;
}
.design-project__body .container-search-store .field {
  width: 100%;
}
.design-project__body--online .design-project__banner {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
.design-project__body--online p,
.design-project__body--online ul {
  font-size: 17px;
  line-height: 24px;
}
.design-project__body--online p:not(:last-child),
.design-project__body--online ul:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .design-project__body--online p,
  .design-project__body--online ul {
    font-size: 14px;
  }
}
.design-project__body--online span {
  font-size: 17px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .design-project__body--online span {
    font-size: 14px;
    line-height: 1.5;
  }
}
.design-project__body--online ul {
  list-style: disc;
  padding-left: 20px;
}
.design-project__body--online ul li {
  position: relative;
}
.design-project__body--online ul img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .design-project__body--online {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .design-project__body--point {
    margin-top: 40px;
  }
}
.design-project__body .design-project__btn-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 250px;
  margin: 0 auto;
}
.design-project__body .table__search-box {
  max-height: 500px;
  overflow: hidden;
  overflow-y: auto;
}
.design-project__body .grid-content {
  padding: 0;
}
.design-project__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.design-project__desc p {
  font-size: 17px;
  color: #262626;
}
@media screen and (max-width: 768px) {
  .design-project__desc p {
    font-size: 14px;
  }
}
.design-project__desc + .design-project__desc {
  margin-top: 80px;
}
.design-project__outro {
  margin-top: 80px;
  margin-bottom: 60px;
  max-width: 100%;
  width: 100%;
}
.design-project__outro .grid-form {
  max-width: 100%;
  justify-items: center;
}
.design-project__datepicker .datepicker {
  width: 100%;
  border: none;
}
.design-project__datepicker .datepicker--nav {
  border: none;
}
.design-project__datepicker .datepicker--days-names {
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  padding: 25px 0;
  margin: 0 0 20px 0;
}
.design-project__datepicker .datepicker--day-name {
  font-size: 20px;
  line-height: 0.5;
  margin: 0;
  color: #666;
}
.design-project__datepicker .datepicker--cell {
  background-color: #e6e6e6;
  height: 48px;
  width: 100%;
  font-size: 20px;
  line-height: 0.5;
  font-weight: 600;
}
.design-project__datepicker .datepicker--cell.-disabled- {
  background-color: #999;
  color: #ccc;
  pointer-events: none;
}
.design-project__datepicker .datepicker--cell.-current- {
  color: #0c6de2;
}
.design-project__datepicker .datepicker--cell.-other-month- {
  visibility: hidden;
}
.design-project__datepicker .datepicker--cell.-selected- {
  background-color: #4f95e8;
}
.design-project__datepicker .datepicker--cell.-selected-.-current- {
  background-color: #4f95e8;
}
.design-project__datepicker .datepicker--cell.-selected-.-focus- {
  background-color: #4f95e8;
}
.design-project__datepicker .datepicker--cells-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 30px 7px;
}
@media screen and (max-width: 768px) {
  .design-project__datepicker .datepicker--cells-days {
    grid-gap: 15px 7px;
  }
}
.design-project .table__search-box p,
.design-project .table__search-box span {
  font-size: 14px;
  line-height: 1.5;
}
.btn-design-project {
  padding: 17px 56px 17px 82px;
  -o-object-fit: contain;
  object-fit: contain;
  border: solid 2px #4f95e8;
  background-color: #fff;
  font-size: 23px;
  color: #333;
  height: auto;
  border-radius: 50px;
  max-width: 375px;
  width: 100%;
  position: relative;
}
.btn-design-project svg {
  margin-right: 20px;
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  left: 29px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn-design-project:hover,
.btn-design-project:focus {
  background-color: #4f95e8;
  border-color: #4f95e8;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn-design-project:hover .st0,
.btn-design-project:focus .st0,
.btn-design-project:hover .st1,
.btn-design-project:focus .st1 {
  fill: #fff;
  stroke: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 768px) {
  .btn-design-project {
    font-size: 18px;
  }
}
.datepicker-error {
  margin-top: 15px;
}
.datepicker-error p {
  color: red;
}
.page-aucs {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
}
.page-aucs .page-title {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-aucs .page-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.page-aucs .page-subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #818489;
}
@media screen and (max-width: 768px) {
  .page-aucs .page-subtitle {
    font-size: 14px;
    line-height: 19px;
  }
}
.page-aucs .page-subtitle--vinner {
  padding-left: 38px;
  color: #262626;
  position: relative;
}
.page-aucs .page-subtitle--vinner::before {
  content: "";
  width: 28px;
  height: 28px;
  left: 0;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='28' height='28' rx='14' fill='%230C6DE2'/%3E%3Cpath d='M13.072 7.31085C13.4079 6.47438 14.5921 6.47438 14.928 7.31085L16.0937 10.2137C16.2367 10.5699 16.571 10.8128 16.954 10.8388L20.075 11.0504C20.9743 11.1114 21.3403 12.2375 20.6485 12.8155L18.248 14.8212C17.9534 15.0673 17.8257 15.4603 17.9194 15.8325L18.6825 18.8662C18.9024 19.7403 17.9445 20.4364 17.181 19.9571L14.5317 18.2938C14.2066 18.0897 13.7934 18.0897 13.4683 18.2938L10.819 19.9571C10.0555 20.4364 9.09756 19.7403 9.31747 18.8662L10.0806 15.8325C10.1743 15.4603 10.0466 15.0673 9.75204 14.8212L7.35148 12.8155C6.65975 12.2375 7.02567 11.1114 7.925 11.0504L11.046 10.8388C11.429 10.8128 11.7633 10.5699 11.9063 10.2137L13.072 7.31085Z' fill='%23F5D12F'/%3E%3C/svg%3E%0A");
}
.aucs-instructions {
  margin-top: 40px;
  padding: 30px 200px;
  background: #EEF2F6;
  border-radius: 8px;
}
.aucs-instructions__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aucs-instructions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 340px;
}
.aucs-instructions__item:not(:first-child) {
  margin-left: 60px;
}
.aucs-instructions__icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.aucs-instructions__desc {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  margin-left: 16px;
}
@media screen and (max-width: 1740px) {
  .aucs-instructions {
    padding: 30px 100px;
  }
}
@media screen and (max-width: 1600px) {
  .aucs-instructions__item:not(:first-child) {
    margin-left: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .aucs-instructions {
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .aucs-instructions__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -30px;
  }
  .aucs-instructions__item {
    max-width: 50%;
    width: 100%;
    margin-bottom: 30px;
  }
  .aucs-instructions__item:not(:first-child) {
    margin-left: 0;
  }
  .aucs-instructions__item:nth-child(even) {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .aucs-instructions {
    padding: 20px;
  }
  .aucs-instructions__wrap {
    margin-bottom: -20px;
  }
  .aucs-instructions__item {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .aucs-instructions__item:nth-child(even) {
    padding-left: 0;
  }
}
.aucs-auth {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aucs-auth__info {
  font-weight: 600;
  margin-left: 30px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='9' stroke='%230C6DE2' stroke-width='2'/%3E%3Cpath d='M10 5L10 10.3333L13 13' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 991px) {
  .aucs-auth__info {
    max-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .aucs-auth {
    display: block;
  }
  .aucs-auth .btn {
    width: 100%;
  }
  .aucs-auth__info {
    margin-top: 20px;
    max-width: 100%;
    margin-left: 0;
    background-position: left top;
  }
}
.aucs-about {
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #EEF2F6;
}
.aucs-about__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1220px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .aucs-about__wrap {
    margin-right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .aucs-about__wrap {
    display: block;
  }
}
.aucs-about__item {
  width: 50%;
  padding-right: 50px;
}
.aucs-about__item:not(:first-child) {
  margin-top: 20px;
}
.aucs-about__item--lg {
  width: 100%;
}
.aucs-about__item--lg .aucs-about__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .aucs-about__item--lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .aucs-about__item {
    width: 100%;
    padding-right: 0;
  }
}
.aucs-about__tablet {
  display: none;
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .aucs-about__tablet {
    display: block;
    margin-left: 43px;
    min-width: 320px;
  }
}
.aucs-about__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  margin-bottom: 10px;
}
.aucs-about__desc {
  font-size: 14px;
  line-height: 22px;
}
.aucs-about__pic {
  margin-bottom: 10px;
}
.aucs-about .ya-share2__container {
  margin-top: 20px;
}
.aucs-about .ya-share2__container .ya-share2__item:not(:last-child) {
  margin-right: 20px;
}
.aucs-about .ya-share2__container .ya-share2__icon {
  width: 32px !important;
  height: 32px !important;
  background-size: 32px !important;
}
.aucs-subscribe {
  margin-top: 40px;
}
.aucs-subscribe__desc {
  margin-bottom: 20px;
}
.aucs-review {
  border-top: 1px solid #EEF2F6;
  padding: 40px 0;
}
.aucs-review__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 30px;
}
.aucs-review__wrap {
  position: relative;
}
.aucs-review__item {
  padding: 20px;
  border: 1px solid #EEF2F6;
  border-radius: 8px;
  min-height: 192px;
}
@media screen and (min-width: 480px) {
  .aucs-review__item {
    width: 320px;
  }
}
.aucs-review__name {
  font-weight: 600;
  margin-bottom: 10px;
}
.aucs-review__desc {
  margin-bottom: 10px;
}
.aucs-review__desc--short {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.aucs-review__date {
  color: #818489;
}
.aucs-review__slider .owl-next,
.aucs-review__slider .owl-prev {
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aucs-review__slider .owl-next.disabled,
.aucs-review__slider .owl-prev.disabled {
  display: none;
}
@media screen and (max-width: 1200px) {
  .aucs-review__slider .owl-next,
  .aucs-review__slider .owl-prev {
    display: none;
  }
}
.aucs-review__slider .owl-next {
  left: auto;
  right: -25px;
}
.aucs-review__slider .btn-md--circle {
  width: 50px;
  height: 50px;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(61, 104, 143, 0.12));
  filter: drop-shadow(0px 0px 20px rgba(61, 104, 143, 0.12));
}
.aucs-review__slider .owl-dots {
  display: none;
}
.aucs-review__slider .owl-nav {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.aucs-review__slider:hover .owl-nav {
  opacity: 1;
}
.aucs-review__slider .owl-stage .owl-item {
  padding: 0;
}
.aucs-review__slider .owl-stage::after {
  display: none;
}
.aucs-review__toggle {
  display: block;
  color: #0C6DE2;
  cursor: pointer;
}
.aucs-countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .aucs-countdown {
    margin-left: 0;
    margin-top: 20px;
  }
}
.aucs-countdown__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}
.aucs-countdown__countdown {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aucs-countdown__countdown span {
  background: #0C6DE2;
  border-radius: 8px;
  padding: 10px;
  width: 48px;
  height: 42px;
}
.aucs-countdown__countdown span + span {
  margin-left: 24px;
  position: relative;
}
.aucs-countdown__countdown span + span::before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  left: -14px;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='12' viewBox='0 0 4 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='%23C1C3C7'/%3E%3Ccircle cx='2' cy='10' r='2' fill='%23C1C3C7'/%3E%3C/svg%3E%0A");
}
.aucs-countdown__countdown b {
  font-weight: 700;
  font-size: 24px;
  line-height: 22px;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .aucs-countdown__countdown {
    margin-left: 10px;
  }
}
.aucs-product-list {
  border-top: 1px solid #EEF2F6;
  padding: 40px 0;
}
.aucs-product-list__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  color: #000000;
}
.aucs-product-list__slider {
  margin: 30px 0 0;
}
.aucs-product-list__slider .owl-next,
.aucs-product-list__slider .owl-prev {
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aucs-product-list__slider .owl-next.disabled,
.aucs-product-list__slider .owl-prev.disabled {
  display: none;
}
@media screen and (max-width: 1200px) {
  .aucs-product-list__slider .owl-next,
  .aucs-product-list__slider .owl-prev {
    display: none;
  }
}
.aucs-product-list__slider .owl-next {
  left: auto;
  right: -25px;
}
.aucs-product-list__slider .btn-md--circle {
  width: 50px;
  height: 50px;
  -webkit-filter: drop-shadow(0px 0px 20px rgba(61, 104, 143, 0.12));
  filter: drop-shadow(0px 0px 20px rgba(61, 104, 143, 0.12));
}
.aucs-product-list__slider .owl-dots {
  display: none;
}
.aucs-product-list__slider .owl-nav {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.aucs-product-list__slider .owl-nav.disabled {
  display: none !important;
}
.aucs-product-list__slider:hover .owl-nav {
  opacity: 1;
}
.aucs-product-list__slider .owl-stage .owl-item {
  padding: 0;
}
.aucs-product-list__slider .owl-stage::after {
  display: none;
}
.aucs-product-list__slider .svg--arrow-slider {
  width: 10px;
}
.aucs-product-list__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-bottom: -10px;
}
.aucs-product-list__list .aucs-product-list__item {
  margin-right: 10px;
  margin-bottom: 10px;
  max-width: none;
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .aucs-product-list__list .aucs-product-list__item {
    width: calc(33.33% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .aucs-product-list__list .aucs-product-list__item {
    width: calc(25% - 20px);
  }
}
@media screen and (min-width: 1800px) {
  .aucs-product-list__list .aucs-product-list__item {
    width: calc(20% - 20px);
  }
}
@media screen and (max-width: 991px) {
  .aucs-product-list__list .aucs-product-list__meta {
    display: block;
  }
}
.aucs-product-list__list .aucs-product-list__bet {
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.aucs-product-list__list .aucs-product-list__bet:hover {
  color: inherit;
}
@media screen and (max-width: 991px) {
  .aucs-product-list__list .aucs-product-list__bet {
    margin-top: 6px;
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .aucs-product-list__list {
    margin-right: -20px;
    margin-bottom: -20px;
  }
}
.aucs-product-list__item {
  max-width: 320px;
  border: 1px solid #EEF2F6;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .aucs-product-list__item {
    width: 320px;
  }
}
@media screen and (max-width: 768px) {
  .aucs-product-list__item {
    padding: 10px;
  }
}
.aucs-product-list__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 168px;
  width: 100%;
  margin-bottom: 20px;
}
.aucs-product-list__pic picture {
  width: 100%;
  height: 100%;
}
.aucs-product-list__pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .aucs-product-list__pic {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 550px) {
  .aucs-product-list__pic {
    height: 68px;
  }
}
.aucs-product-list__price {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .aucs-product-list__price {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
  }
}
.aucs-product-list__bet {
  margin-left: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #818489;
  -webkit-text-decoration: dashed;
  text-decoration: dashed;
  display: inline-block;
  border-bottom: 1px dashed #818489;
  padding-bottom: 3px;
  margin-bottom: 4px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .aucs-product-list__bet {
    font-size: 14px;
    line-height: 19px;
    margin-left: 0;
    margin-top: 6px;
    padding-bottom: 1px;
    margin-bottom: 0;
  }
}
.aucs-product-list__name {
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .aucs-product-list__name {
    font-size: 14px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
  }
}
.aucs-product-list__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .aucs-product-list__meta {
    display: block;
  }
}
@media screen and (min-width: 968px) {
  .aucs-product-list__meta {
    white-space: nowrap;
  }
}
.aucs-product-list .show-more {
  margin: 40px auto 0;
}
@media screen and (min-width: 1200px) {
  .aucs-product-list .show-more {
    max-width: 230px;
  }
}
.aucs-product-list--list {
  border: none;
}
.aucs-product-list--list .aucs-product-list__item {
  height: auto;
}
.aucs-product-list__countdown {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
  margin-bottom: 20px;
}
.aucs-product-list__countdown .aucs-countdown__title {
  margin-bottom: 10px;
}
.aucs-promo {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #EEF2F6;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0 40px;
  position: relative;
}
.aucs-promo__desc {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}
.aucs-promo .btn {
  position: relative;
  z-index: 1;
}
.aucs-promo__decor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.aucs-promo__decor--left::before,
.aucs-promo__decor--right::before,
.aucs-promo__decor--left::after,
.aucs-promo__decor--right::after {
  content: "";
  width: 28px;
  height: 59px;
  position: absolute;
  left: 78px;
  top: -28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='59' viewBox='0 0 28 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.30587 39.0465L1.39826 10.5739L17.9808 1L15.7771 22.0178L26.1242 16.0439L17.085 57.1528L14.7041 33.6204L5.30587 39.0465Z' fill='url(%23paint0_linear_1874_713)' stroke='%23262626' stroke-width='2' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_1874_713' x1='4.99038' y1='8.5' x2='29.0813' y2='50.2267' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F5D12F'/%3E%3Cstop offset='1' stop-color='%23F5822F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.aucs-promo__decor--left::after,
.aucs-promo__decor--right::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.aucs-promo__decor--left::after {
  left: 284px;
  top: 46px;
}
@media screen and (max-width: 1600px) {
  .aucs-promo__decor--left::after {
    top: 88px;
  }
}
@media screen and (max-width: 1200px) {
  .aucs-promo__decor--left::after {
    top: auto;
    left: 320px;
    bottom: -24px;
  }
}
@media screen and (max-width: 768px) {
  .aucs-promo__decor--left::after {
    top: auto;
    left: auto;
    right: 65px;
    bottom: -35px;
  }
}
@media screen and (max-width: 1200px) {
  .aucs-promo__decor--left::before {
    top: -24px;
    left: 14px;
  }
}
.aucs-promo__decor--right::before {
  left: auto;
  right: 105px;
  top: -16px;
}
@media screen and (max-width: 1200px) {
  .aucs-promo__decor--right::before {
    display: none;
  }
}
.aucs-promo__decor--right::after {
  left: auto;
  right: 316px;
  top: 88px;
}
@media screen and (max-width: 1200px) {
  .aucs-promo__decor--right::after {
    top: -17px;
    right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .aucs-promo__decor--right::after {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .aucs-promo {
    padding: 20px 64px;
  }
  .aucs-promo__desc {
    margin-right: 47px;
  }
  .aucs-promo .btn {
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  .aucs-promo {
    display: block;
    padding: 30px 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }
  .aucs-promo__desc {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
  }
  .aucs-promo .btn {
    margin: 0 auto;
    padding: 0 20px;
    border: none;
    letter-spacing: 0.04px;
  }
}
.aucs-product {
  margin-top: 40px;
}
.aucs-product__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
}
.aucs-product__info {
  padding-top: 30px;
}
.aucs-product-info__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.aucs-product-info__desc {
  font-size: 14px;
  line-height: 22px;
  color: #818489;
}
.aucs-product-info__item:not(:last-child) {
  margin-bottom: 30px;
}
.aucs-product-info__item a {
  color: #0C6DE2;
}
@media screen and (min-width: 768px) {
  .aucs-product .image-wrap__full-image {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .aucs-product .image-wrap__dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .aucs-product .image-wrap__dots img {
    display: inherit;
  }
  .aucs-product .image-wrap__dots .image-wrap__dots-slider {
    max-height: none;
  }
}
.aucs-product .image-wrap__dots .owl-item {
  min-width: 40px;
}
.aucs-product .btn-next {
  right: -10px;
}
.aucs-product .btn-prev {
  left: -10px;
}
.aucs-product-menu {
  background: #EEF2F6;
  border-radius: 8px;
  padding: 30px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
}
.aucs-product-menu-caption {
  color: #818489;
}
.aucs-product-menu__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.aucs-product-menu__price {
  font-weight: 700;
  font-size: 36px;
  line-height: 49px;
  color: #000000;
}
@media screen and (max-width: 480px) {
  .aucs-product-menu__price {
    font-size: 34px;
  }
}
.aucs-product-menu__bet {
  margin-left: 20px;
  font-weight: 600;
  color: #0C6DE2;
  border-bottom: 1px dashed #0C6DE2;
  padding-bottom: 3px;
}
.aucs-product-menu__type {
  margin-top: 10px;
}
.aucs-product-menu__strong {
  color: #262626;
  margin-left: 10px;
  font-weight: 600;
}
.aucs-product-menu__submit {
  margin-top: 10px;
}
.aucs-product-menu__input {
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  padding: 18px;
  color: #262626;
  background: #FFFFFF;
  border-radius: 4px;
  font-family: inherit;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
.aucs-product-menu__btn {
  margin-top: 10px;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  width: 100%;
}
.aucs-product-menu__caption {
  color: #818489;
}
.aucs-product-menu__counter {
  margin-top: 20px;
  text-align: center;
}
.aucs-product-menu__footer {
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid rgba(12, 109, 226, 0.1);
}
.aucs-product-menu__footer a {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #818489;
  border-bottom: 1px dashed #818489;
}
.aucs-product-menu__footer a + a {
  margin-left: 20px;
}
.aucs-product-menu__aucs-countdown.aucs-countdown {
  margin-top: 6px;
  margin-left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.aucs-product-menu__aucs-countdown.aucs-countdown .aucs-countdown__countdown {
  margin-left: 0;
}
.aucs-product-menu__aucs-countdown.aucs-countdown span {
  background: transparent;
  border-radius: 0;
  padding: 0;
  width: auto;
  height: auto;
}
.aucs-product-menu__aucs-countdown.aucs-countdown span + span {
  margin-left: 14px;
  position: relative;
}
.aucs-product-menu__aucs-countdown.aucs-countdown span + span::before {
  content: "";
  width: 3px;
  height: 100%;
  position: absolute;
  left: -9px;
  top: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='4' height='12' viewBox='0 0 4 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2' cy='2' r='2' fill='%23C1C3C7'/%3E%3Ccircle cx='2' cy='10' r='2' fill='%23C1C3C7'/%3E%3C/svg%3E%0A");
}
.aucs-product-menu__aucs-countdown.aucs-countdown b {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #262626;
}
@media screen and (max-width: 768px) {
  .aucs-product-menu__aucs-countdown.aucs-countdown {
    margin-left: 0;
  }
}
.aucs-product-menu__info {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(12, 109, 226, 0.1);
}
.aucs-product-menu__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aucs-product-menu__info-item .aucs-product-menu__strong {
  margin-top: 6px;
  margin-left: 0;
}
.aucs-product-menu__info-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .aucs-product-menu {
    max-width: 320px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .aucs-product-menu {
    padding: 20px;
  }
}
.aucs-char-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}
.aucs-char-list__item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .aucs-char-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.aucs-char-list__caption {
  color: #818489;
  min-width: 127px;
  padding-right: 20px;
}
.aucs-char-list__val {
  color: #262626;
}
@media screen and (max-width: 480px) {
  .aucs-char-list__val {
    margin-top: 6px;
  }
}
.aucs-char-list__pic img {
  border-radius: 50%;
  vertical-align: middle;
}
.aucs-lk__tabs {
  padding-top: 10px;
}
@media screen and (max-width: 1200px) {
  .aucs-lk__tabs {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1100px) {
  .aucs-lk__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .aucs-lk__tabs {
    overflow: auto;
  }
}
.aucs-lk__tabs-item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .aucs-lk__tabs-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.aucs-lk__tabs-btn {
  font-size: 16px;
  line-height: 14px;
  padding-left: 34px;
  position: relative;
}
.aucs-lk__tabs-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #E3E8ED;
  -webkit-transition: border 0.2s ease;
  transition: border 0.2s ease;
}
.aucs-lk__tabs-btn--active::before {
  border: 6px solid #F5D12F;
}
.aucs-lk .aucs-product-list {
  padding-top: 10px;
}
.aucs-lk .aucs-product-list__item {
  position: relative;
  width: calc(25% - 20px);
}
@media screen and (max-width: 1800px) {
  .aucs-lk .aucs-product-list__item {
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 1440px) {
  .aucs-lk .aucs-product-list__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 1100px) {
  .aucs-lk .aucs-product-list__item {
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 768px) {
  .aucs-lk .aucs-product-list__item {
    width: calc(50% - 20px);
  }
}
.aucs-lk .aucs-product-list__vinner {
  position: absolute;
  left: -1px;
  top: -1px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding: 11px 10px 11px 40px;
  border: 1px solid #EEF2F6;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='%230C6DE2'/%3E%3Cpath d='M9.07203 4.31085C9.40793 3.47438 10.5921 3.47438 10.928 4.31085L11.8351 6.56967C11.9781 6.92587 12.3124 7.16876 12.6954 7.19473L15.1239 7.3594C16.0233 7.42038 16.3892 8.54656 15.6975 9.12451L13.8295 10.6852C13.5349 10.9313 13.4072 11.3243 13.5009 11.6966L14.0947 14.0572C14.3147 14.9313 13.3567 15.6273 12.5933 15.1481L10.5317 13.8538C10.2066 13.6497 9.79339 13.6497 9.46829 13.8538L7.40675 15.1481C6.64333 15.6273 5.68534 14.9313 5.90526 14.0572L6.49911 11.6966C6.59276 11.3243 6.46507 10.9313 6.1705 10.6852L4.30254 9.12451C3.61081 8.54656 3.97673 7.42038 4.87606 7.3594L7.30463 7.19473C7.6876 7.16876 8.02191 6.92587 8.16495 6.56967L9.07203 4.31085Z' fill='%23F5D12F'/%3E%3C/svg%3E%0A");
  border-radius: 8px 0px;
  background-color: #fff;
}
@media screen and (max-width: 550px) {
  .aucs-lk .aucs-product-list__vinner {
    padding: 5px 8px 5px 28px;
    background-size: 14px;
  }
}
.aucs-lk .aucs-product-list__price {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .aucs-lk .aucs-product-list__price {
    font-size: 16px;
    line-height: 22px;
  }
}
.aucs-lk .aucs-product-list .aucs-countdown__countdown {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .aucs-lk .aucs-product-list .aucs-countdown__countdown b {
    font-size: 12px;
    line-height: 12px;
  }
  .aucs-lk .aucs-product-list .aucs-countdown__countdown span {
    width: 26px;
    height: 24px;
    padding: 0;
    text-align: center;
    border-radius: 4px;
  }
  .aucs-lk .aucs-product-list .aucs-countdown__countdown span + span {
    margin-left: 20px;
  }
  .aucs-lk .aucs-product-list .aucs-countdown__countdown span + span::before {
    left: -12px;
  }
}
.aucs-lk .aucs-product-list__countdown {
  margin-top: 0;
}
.aucs-lk .tab__content {
  padding: 0;
}
.aucs-table {
  margin-top: 20px;
  border-collapse: collapse;
  width: 100%;
}
.aucs-table tr:nth-child(odd) {
  background: #F8F8F8;
  border-radius: 8px;
}
@media screen and (max-width: 991px) {
  .aucs-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 96px;
    padding: 20px;
  }
}
@media screen and (max-width: 650px) {
  .aucs-table tr {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.aucs-table td {
  padding: 20px;
}
.aucs-table td:not(:first-child) {
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .aucs-table td {
    width: 50%;
    padding: 0;
  }
}
@media screen and (max-width: 650px) {
  .aucs-table td {
    width: 100%;
  }
}
.aucs-table__date {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #818489;
}
@media screen and (max-width: 991px) {
  .aucs-table__date {
    margin-bottom: 6px;
  }
}
.aucs-table__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #262626;
  width: 320px;
}
.aucs-table__name.aucs-table__name--vinner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 17px 20px;
}
.aucs-table__name.aucs-table__name--vinner svg {
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .aucs-table__name.aucs-table__name--vinner {
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 991px) {
  .aucs-table__name {
    text-align: left;
    margin-bottom: 6px;
  }
}
.aucs-table__status {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #818489;
}
@media screen and (max-width: 991px) {
  .aucs-table__status {
    text-align: right;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 650px) {
  .aucs-table__status {
    max-width: 140px;
    text-align: left;
    margin-bottom: 0;
  }
}
.aucs-table__rate {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
  color: #262626;
}
@media screen and (max-width: 650px) {
  .aucs-table__rate {
    max-width: 80px;
    text-align: right;
    white-space: nowrap;
  }
}
.aucs-social {
  margin-top: 20px;
}
.aucs-social .social-network:not(:last-child) {
  margin-right: 20px;
}
.grid-auth {
  padding: 0;
  grid-template-columns: auto 320px;
}
.grid-auth .grid__content {
  padding-left: 0;
}
.grid-auth .grid__aside {
  padding-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .grid-auth .grid__aside {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .grid-auth .grid__aside {
    margin-top: 40px;
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  .grid-auth {
    grid-template-columns: auto 0;
  }
  .grid-auth .grid__content {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .grid-auth.grid {
    display: block;
  }
}
.ar-btn svg {
  vertical-align: top;
}
.ar-wrap {
  height: 100%;
}
.ar-block {
  width: 100%;
  height: 100%;
}
.ar-wrap-popup {
  width: 100%;
  max-width: 900px;
  height: 100%;
}
.loader-active {
  position: relative;
  overflow: hidden;
}
.loader-active--block .loader-material {
  opacity: 0.7;
}
.loader-material {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.loader-material__spinner {
  width: 90%;
  height: 90%;
  max-height: 36px;
  stroke: #3C71EE;
  -webkit-animation: rotation 1.35s linear infinite;
  animation: rotation 1.35s linear infinite;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
.loader-material__circle {
  stroke-dasharray: 180;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: turn 1.35s ease-in-out infinite;
  animation: turn 1.35s ease-in-out infinite;
}
@-webkit-keyframes turn {
  0% {
    stroke-dashoffset: 180;
  }
  50% {
    stroke-dashoffset: 45;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 180;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@keyframes turn {
  0% {
    stroke-dashoffset: 180;
  }
  50% {
    stroke-dashoffset: 45;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 180;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
.modules {
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0;
}
@media (max-width: 480px) {
  .modules {
    font-size: 14px;
    line-height: 17px;
  }
}
.modules__page-title {
  margin-bottom: 22px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.modules__section {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .modules__section {
    margin-bottom: 40px;
  }
}
.modules__section:last-child {
  margin-bottom: 0;
}
.modules__section .grid.grid--slider {
  padding: 0;
}
.modules__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 22px;
  padding: 22px;
  background-color: #F2F2F2;
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .modules__set {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 19px;
  }
}
@media (max-width: 480px) {
  .modules__set {
    padding: 12px 5px;
  }
}
.modules__set-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 31.98%;
}
@media (max-width: 1024px) {
  .modules__set-description {
    width: 100%;
  }
  .modules__set-description p {
    margin-bottom: 12px;
  }
  .modules__set-description p:last-child {
    margin-bottom: 0;
  }
}
.modules__set-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 22px;
}
@media (max-width: 480px) {
  .modules__set-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 19px;
    -webkit-column-gap: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
}
.modules__set-gallery-img {
  border-radius: 8px;
}
@media (max-width: 480px) {
  .modules__set-gallery-img:first-child {
    width: 100%;
  }
  .modules__set-gallery-img:nth-child(2),
  .modules__set-gallery-img:nth-child(3) {
    width: calc(50% - 6px);
  }
}
.modules__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 22px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .modules__content-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .modules__content-block {
    gap: 12px;
    margin-bottom: 12px;
  }
}
.modules__content-block--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.modules__content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 57.75%;
}
@media (max-width: 1024px) {
  .modules__content-text {
    width: 100%;
  }
}
.modules__content-text div {
  margin-bottom: 10px;
}
.modules__content-text div:last-child {
  margin-bottom: 0;
}
.modules__content-img {
  border-radius: 13px;
}
@media (max-width: 480px) {
  .modules__content-img {
    border-radius: 5px;
  }
}
.modules__content-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .modules__content-img-wrapper {
    margin: auto;
  }
}
@media (max-width: 480px) {
  .modules .pagination__container {
    display: none;
  }
}
@media (max-width: 480px) {
  .modules .container--leaders {
    padding: 0;
  }
}
.modules__products-toggle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 42px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  color: #3C71EE;
  background: #EBF1FD;
  border: 2px solid #EBF1FD;
}
.modules__products-toggle-btn:hover {
  background-color: #FFFFFF;
  border-color: #3C71EE;
}
.modules__products-toggle-btn--active {
  color: #FFF;
  background-color: #3C71EE;
  border-color: #3C71EE;
}
.modules__products-toggle-btn--active:hover {
  background-color: #3C71EE;
  border-color: #FFFFFF;
}
@media (max-width: 480px) {
  .modules .flex-layout--category {
    margin-bottom: 24px;
  }
}
div[id^="wait_js-basket"] {
  pointer-events: none;
}
