:root {
  --site-container-width: 1520px;
}
#container {
  background-color: transparent;
  box-shadow: none;
  max-width: var(--site-container-width);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
h1 {
  display: table;
}
.blogline {
  border-radius: 0 0 5px 5px;
  background-color: #f4f4f4;
  padding: 10px 10px 10px 8px;
  clear: both;
  overflow: hidden;
  margin: 0;
  border: 1px solid #bbbbbb;
  border-top: 0;
  max-height: 357px;
}
.blogline .blogitem_wrapper {
  padding: 10px 10px;
  width: 25%;
  margin: 0;
  float: left;
}
.mainproduct {
  box-shadow: none;
}
.mainproduct.hide {
  border-radius: 5px 5px 0 0;
  margin: 0;
}
.widebanner {
  margin: 0;
  z-index: 1;
}
.margin_top,
.block-header,
.full_width,
.marketing-boxes,
.page_body,
.widebanner,
.footerbody {
  margin-top: 20px;
}
.slidertop {
  background-color: #ffffff;
}
.slidertop.tinyslider {
  background-color: transparent;
}
.slidertop {
  position: relative;
  font-size: 0;
  --carousel-button-svg-width: 15px;
  --carousel-button-svg-height: 15px;
  --carousel-button-width: 30px;
  --carousel-button-height: 30px;
  --carousel-button-svg-stroke-width: 2.3;
}
.slidertop:not(.sidebanners) {
  width: 100%;
  max-width: var(--site-container-width, 1520px);
  margin: 32px auto 0;
  box-sizing: border-box;
}
.slidertop:not(.sidebanners) .slider-wrapper {
  width: 100%;
}
.slidertop .carousel__viewport {
  border-radius: 28px;
  overflow: hidden;
}
.slidertop:hover {
  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow:
    0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%),
    0 1px 3px 0 rgb(0 0 0 / 12%);
}
.slidertop .carousel__slide {
  width: 100%;
  padding: 0 !important;
  position: relative;
  overflow: visible;
  overscroll-behavior: auto;
  touch-action: auto;
}
.slidertop .carousel__slide img {
  display: block;
  width: 100%;
}
.slidertop .slider-image-link {
  display: block;
}
.slidertop .has-dots {
  margin-bottom: 0;
}
.slidertop .carousel__dots {
  top: calc(100% - 30px);
}
.slidertop .slider-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 24px 0 48px;
  box-sizing: border-box;
  pointer-events: none;
  z-index: 2;
}
.slidertop .slider-overlay-inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 104px;
  box-sizing: border-box;
}
.slidertop .slider-title {
  max-width: 1000px;
  color: #ffffff;
  font-family: "SONGER SemiExpanded", Arial, sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  white-space: pre-line;
}
.slidertop .slider-text {
  max-width: 420px;
  margin-top: 16px;
  color: #ffffff;
  font-family: "Onest", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
.slidertop .slider-text p {
  margin: 0;
}
.slidertop .slider_caption {
  position: absolute;
  left: 0px;
  bottom: 40px;
  background: rgba(30, 30, 30, 0.7);
  color: #dadada;
  width: 100%;
  padding: 5px 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
}
.slidertop .slider_caption p {
  margin: 5px 0 5px 0;
}
.tinyslider.slidermenu {
  border-radius: 0 0 5px 5px;
}
.tinyslider.slidermenu li:first-child {
  border-radius: 0 0 0 5px;
}
.tinyslider.slidermenu li:last-child {
  border-radius: 0 0 5px 0;
}
.slidertop.sidebanners {
  box-shadow: none;
  display: table;
  margin: 20px auto 0px auto;
  font-size: 0;
  overflow: visible;
}
.sidebanners .slider-wrapper {
  position: relative;
  display: inline-block;
  font-size: 0;
  width: 70%;
  overflow: hidden;
}
.sidebanners ul.leftbanners {
  display: inline-block;
  width: 30%;
  padding-left: 20px;
  text-align: right;
  list-style-type: none;
  vertical-align: top;
  font-size: 0;
}
.sidebanners ul.leftbanners li {
  margin-bottom: 20px;
  font-size: 0;
  overflow: hidden;
  margin-left: auto;
  border-radius: 6px;
}
.sidebanners ul.leftbanners li:last-child {
  margin-bottom: 0px;
}
.sidebanners ul.leftbanners img {
  max-width: 100%;
  transition: 0.6s;
  -webkit-transition: 0.6s;
}
.sidebanners ul.leftbanners img:hover {
  transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.05, 1.05);
}
.sidebanners .carousel__slide img,
.sidebanners .slider-wrapper {
  border-radius: 6px;
}
.footerbody {
  display: inline-block;
}
.main_categories {
  width: 100%;
  margin-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 700;
}
.category_item {
  display: block;
  float: left;
  text-align: center;
  text-transform: uppercase;
  padding: 25px 10px 20px 10px;
  margin: 0 0 -1px -1px;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
  height: 254px;
}
.columns .category_item,
.columns5 .category_item {
  width: 20%;
}
.columns4 .category_item {
  width: 25%;
}
.columns3 .category_item {
  width: 33.333%;
}
.category_item .image {
  height: 168px;
  line-height: 168px;
  overflow: hidden;
  margin-bottom: 10px;
}
.category_item svg,
.category_item img {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 160px;
  fill: #dadada;
}
.owl-carousel {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.owl-carousel .carousel__slide,
.owl-carousel .carousel__viewport {
  overflow: visible;
}
.tiny_products .product_wrap {
  padding: 0 8px;
}
.tiny_products.owl-carousel {
  padding-bottom: 77px;
  margin-bottom: -70px;
}
.tiny_products.owl-carousel .product_wrap {
  margin-bottom: 0;
}
.tiny_products.owl-carousel .product:hover {
  -webkit-box-shadow: 0 15px 10px -14px #9d9cab;
  -moz-box-shadow: 0 15px 10px -14px #9d9cab;
  box-shadow: 0 15px 10px -14px #9d9cab;
}
.owl-carousel .jq-selectbox__dropdown ul {
  max-height: 78px;
}
.main-text {
  border: 1px solid #bbbbbb;
  display: table;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 15px 15px 8px 15px;
  font-size: 14px;
}
/* Р‘Р»РѕРє "РњС‹ РїСЂРѕРёР·РІРѕРґРёРј" */
.produce {
  width: 100%;
}
.produce-inner {
  max-width: var(--site-container-width, 1520px);
  width: 100%;
  padding: 0;
  margin-top: 80px;
  box-sizing: border-box;
}
.produce-heading {
  margin: 0 0 70px 0;
  color: #102631; 
  font-family: "SONGER SemiExpanded", Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.produce-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: stretch;
}
.produce-card {
  position: relative;
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  min-height: 175px;
  padding: 64px 40px;
  background-color: #f5f6f8;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid transparent;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.produce-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 55%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 0;
}
.produce-card:hover {
  transform: translateY(-4px);
  background-color: #ffffff;
  border-color: rgba(16, 38, 49, 0.08);
  box-shadow:
    0 4px 6px -2px rgba(16, 38, 49, 0.06),
    0 16px 40px -12px rgba(16, 38, 49, 0.18);
}
.produce-card:hover::before {
  opacity: 1;
}
.produce-card--linked {
  cursor: pointer;
}
.produce-card__hitarea {
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  text-decoration: none;
}
.produce-card__body {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
  width: 100%;
  box-sizing: border-box;
  pointer-events: none;
}
.produce-card__title {
  display: block;
  margin-bottom: 32px;
  color: #16183a;
  font-family: "SONGER SemiExpanded", Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: none;
  word-break: normal;
  overflow-wrap: normal;
  position: relative;
  z-index: 2;
  transition: color 0.25s ease;
  padding-right: 45px;
}
.produce-card--linked:hover .produce-card__title {
  color: #102631;
}
.produce-card__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--produce-subitems-row-gap, 8px);
  max-width: 100%;
}
.produce-card:has(.produce-card__media) .produce-card__list {
  width: calc(100% - 140px);
  max-width: calc(100% - 140px);
}
.produce-card--wide:has(.produce-card__media) .produce-card__list {
  width: calc(100% - 165px);
  max-width: calc(100% - 165px);
}
.produce-card__list--cols {
  display: grid;
  grid-template-columns: max-content max-content;
  margin: 0;
  row-gap: var(--produce-subitems-row-gap, 8px);
  column-gap: var(--produce-subitems-col-gap, 28px);
  align-items: start;
  justify-content: start;
}
.produce-card:has(.produce-card__media) .produce-card__list--cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.produce-card__list--cols li {
  width: auto;
  max-width: none;
  padding: 0;
  box-sizing: border-box;
}
.produce-card__list li {
  margin-bottom: 0;
  color: #6f7280;
  font-family: "Onest", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}
.produce-card:has(.produce-card__media) .produce-card__list li {
  min-width: 0;
  max-width: 100%;
  white-space: normal;
}
.produce-card__link {
  display: inline-block;
  position: relative;
  z-index: 4;
  pointer-events: auto;
  color: #102631;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s ease, transform 0.25s ease;
}
.produce-card__link:hover,
.produce-card__link:focus-visible {
  color: #545c98;
  transform: translateX(4px);
  text-decoration: none;
}
.produce-card__text {
  display: inline-block;
  color: #102631;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.25s ease, transform 0.25s ease;
}
.produce-card__list li:hover .produce-card__text {
  color: #545c98;
  transform: translateX(4px);
}
.produce-card__media {
  position: absolute;
  right: 30px;
  top: 50%;
  display: block;
  margin: 0;
  z-index: 1;
  overflow: visible;
  transform: translateY(-50%);
  pointer-events: none;
}
.produce-card__media-inner {
  display: block;
  line-height: 0;
  transform-origin: center center;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.produce-card__media img {
  display: block;
  max-width: none;
  max-height: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
  transform-origin: center center;
  transition: filter 0.35s ease;
}
.produce-card:hover .produce-card__media-inner {
  transform: scale(1.05);
}
.produce-card:hover .produce-card__media img {
  filter: drop-shadow(0 12px 20px rgba(16, 38, 49, 0.16));
}
.produce-card--wide .produce-card__media img {
  max-height: 165px;
}
@media (prefers-reduced-motion: reduce) {
  .produce-card,
  .produce-card::before,
  .produce-card__title,
  .produce-card__link,
  .produce-card__text,
  .produce-card__media-inner,
  .produce-card__media img {
    transition: none;
  }
  .produce-card:hover {
    transform: none;
  }
  .produce-card:hover .produce-card__media-inner {
    transform: none;
  }
  .produce-card:hover .produce-card__media img {
    filter: none;
  }
  .produce-card__link:hover,
  .produce-card__link:focus-visible,
  .produce-card__list li:hover .produce-card__text {
    transform: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .produce-card,
  .produce-card::before,
  .produce-card__title,
  a.produce-card__title,
  .produce-card__link,
  .produce-card__text,
  .produce-card__media a,
  .produce-card__media img {
    transition: none;
  }
  .produce-card:hover {
    transform: none;
  }
  .produce-card:hover .produce-card__media img {
    transform: none;
    filter: none;
  }
  .produce-card__link:hover,
  .produce-card__link:focus-visible {
    transform: none;
  }
}
@media only screen and (max-width: 1120px) {
  .produce-heading {
    font-size: 30px;
  }
  .produce-inner {
    margin-top: 48px;
  }
  .produce-grid {
    gap: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .popular-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 768px) {
  .produce-inner {
    margin-top: 32px;
    padding: 0 10px;
  }
  .produce-heading {
    margin-bottom: 24px;
    font-size: 24px;
  }
  .produce-grid {
    flex-direction: column;
    gap: 12px;
  }
  .produce-card {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 0;
    height: auto !important;
    padding: 20px 16px;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    border-radius: 12px;
  }
  .produce-card:hover {
    transform: none;
    box-shadow: none;
  }
  .produce-card__body {
    flex: 1;
    min-width: 0;
    padding-right: 10px;
  }
  .produce-card__title {
    margin-bottom: 10px;
    font-size: 16px;
    padding-right: 0;
  }
  .produce-card:has(.produce-card__media) .produce-card__list,
  .produce-card--wide:has(.produce-card__media) .produce-card__list {
    width: 100%;
    max-width: 100%;
  }
  .produce-card__list--cols {
    grid-template-columns: 1fr;
  }
  .produce-card__list li {
    white-space: normal;
    font-size: 13px;
  }
  .produce-card__link,
  .produce-card__text {
    font-size: 13px;
  }
  .produce-card__media {
    position: static;
    flex-shrink: 0;
    width: 110px;
    margin: 0;
    transform: none;
    text-align: center;
  }
  .produce-card__media-inner {
    display: inline-block;
    transform: none !important;
  }
  .produce-card__media img {
    max-width: 110px;
    max-height: 100px;
    margin: 0 auto;
  }
  .popular-products {
    padding: 0 10px;
  }
  .popular-products__title {
    font-size: 24px;
  }
  .popular-products__header {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .produce-card:has(.produce-card__media) .produce-card__list,
  .produce-card--wide:has(.produce-card__media) .produce-card__list {
    max-width: 100%;
  }
  .produce-card__list li {
    white-space: normal;
  }
  .popular-products__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .popular-products__title {
    font-size: 22px;
  }
  .popular-products__all {
    font-size: 13px;
  }
}
.main_left {
  float: left;
  width: 48%;
}
.main_right {
  float: right;
  width: 48%;
}
@media only screen and (min-width: 1590px) {
  .tinyslider:not(.slidertop) {
    max-width: 1480px;
    width: 1480px;
    margin-left: auto;
    margin-right: auto;
  }
  .blogline .postimage {
    max-height: 184px;
    height: 184px;
  }
  .postimage.no_photo {
    line-height: 184px;
  }
  .blog_annotation {
    height: 100px;
    max-height: 100px;
    min-height: 100px;
  }
  .blog_annotation.has_category {
    height: 73px;
    max-height: 73px;
    min-height: 73px;
  }
  .owl-carousel .product_wrap {
    width: 16.666%;
    --carousel-slide-width: 16.666%;
  }
}
@media only screen and (max-width: 1589px) {
  .tinyslider:not(.slidertop) {
    max-width: 1280px;
    width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .blogline {
    max-height: 341px;
  }
  .blogline .postimage {
    max-height: 158px;
    height: 158px;
  }
  .postimage.no_photo {
    line-height: 158px;
  }
  .blog_annotation {
    height: 110px;
    max-height: 110px;
    min-height: 110px;
  }
  .blog_annotation.has_category {
    height: 83px;
    max-height: 83px;
    min-height: 83px;
  }
  .tiny_products .showselect {
    max-width: 220px;
  }
  .owl-carousel .product_wrap {
    width: 20%;
    --carousel-slide-width: 20%;
  }
}
@media only screen and (max-width: 1330px) {
  .tinyslider:not(.slidertop) {
    max-width: 1180px;
    width: 1180px;
  }
  .blogline {
    max-height: 332px;
  }
  .blogline .postimage {
    max-height: 149px;
    height: 149px;
  }
  .postimage.no_photo {
    line-height: 149px;
  }
  .tiny_products .showselect {
    max-width: 200px;
  }
}
@media only screen and (max-width: 1225px) {
  .tinyslider:not(.slidertop) {
    max-width: 1030px;
    width: 1030px;
  }
  .blogline {
    max-height: 310px;
  }
  .blogline .postimage {
    max-height: 127px;
    height: 127px;
  }
  .postimage.no_photo {
    line-height: 127px;
  }
  .tiny_products .showselect {
    max-width: 223px;
  }
  .owl-carousel .product_wrap {
    width: 25%;
    --carousel-slide-width: 25%;
  }
}
@media only screen and (max-width: 1120px) {
  .tinyslider:not(.slidertop) {
    max-width: 980px;
    width: 980px;
  }
  .blogline {
    max-height: 303px;
  }
  .blogline .postimage {
    max-height: 120px;
    height: 120px;
  }
  .postimage.no_photo {
    line-height: 120px;
  }
}
/* РЎР»Р°Р№РґРµСЂ С‚РѕРІР°СЂРѕРІ */
#divCarousel,
#divCarousel .carousel__image-container,
#divCarousel .carousel__slide {
  height: 330px;
  max-height: 330px;
  overflow: hidden;
}
#divCarousel {
  background-color: #ffffff;
}
#divCarousel .carousel__image-container,
#divCarousel .carousel__viewport {
  width: 50%;
}
#divCarousel .carousel__viewport {
  margin-left: auto;
}
#divCarousel .carousel__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
#divCarousel .carousel__slide.is-selected {
  animation: fadeIn ease 2s;
}
#divCarousel .carousel__image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
}
#divCarousel .carousel__image-container .image_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.35s;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}
#divCarousel .carousel__image-container .image_wrapper.is-active {
  opacity: 1;
  z-index: 2;
}
#divCarousel .image_wrapper img {
  border-radius: 10px; /*width:100%;object-fit:cover;*/
}
#divCarousel .slide_text {
  width: 90%;
}
#divCarousel .text-xl {
  color: #6971af;
  font-size: 42px;
  margin-bottom: 10px;
  font-weight: 700;
  word-break: break-word;
  line-height: 46px;
}
#divCarousel .text-lg,
#divCarousel .text-lg p {
  color: #6a6a6a;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  word-break: break-word;
}
#divCarousel .text-lg .price {
  color: #af4b4b;
  font-weight: 700;
  font-size: 32px;
}
#divCarousel .text-lg .currency {
  font-size: 24px;
}
#divCarousel .labelsblock {
  position: relative;
  margin: 0 0 7px 0;
}
#divCarousel .labelsblock div {
  display: inline-block;
  font-size: 15px;
  padding: 5px 15px;
  margin-right: 15px;
}
#divCarousel .button {
  text-transform: uppercase;
  margin-top: 20px;
}
.slidermenu.tinyslider {
  border-radius: 5px;
  border-top: 0;
  height: auto;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 1330px) {
  .text-xl {
    font-size: 42px;
    line-height: 44px;
  }
}
@media only screen and (max-width: 1120px) {
  .text-xl {
    font-size: 38px;
    line-height: 40px;
  }
  .text-lg,
  .text-lg p {
    font-size: 24px;
  }
  .text-lg .price {
    font-size: 28px;
  }
  .text-lg .currency {
    font-size: 20px;
  }
  #divCarousel .buttonred {
    font-size: 16px;
  }
}

/* Р’РµСЂС…РЅРёР№ СЃР»Р°Р№РґРµСЂ вЂ” С„РёРєСЃРёСЂРѕРІР°РЅРЅР°СЏ С€РёСЂРёРЅР° 1440px */
.slidertop.tinyslider:not(.sidebanners),
.slidertop:not(.sidebanners) {
  width: var(--site-container-width, 1440px);
  max-width: 100%;
  margin: 32px auto 0;
}

/* Р•РґРёРЅС‹Р№ РєРѕРЅС‚РµР№РЅРµСЂ СЃР°Р№С‚Р° 1440px */
#footer,
#powered div,
.tophm,
.main-hdr-inner,
.produce-inner {
  max-width: var(--site-container-width, 1440px);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* Р“Р»Р°РІРЅР°СЏ: РєРѕРЅС‚РµРЅС‚ Р±РµР· Р±РѕРєРѕРІРѕРіРѕ РѕС‚СЃС‚СѓРїР° СЃР»Р°Р№РґРµСЂР° */
.mainview #content.content_wrapper {
  padding: 0 0 5px;
}

/* РЁР°РїРєР° вЂ” hover-СЌС„С„РµРєС‚С‹ */
.topmm a,
.hdr-center-link,
.hdr-delivery a,
.hdr-phone-number,
.hdr-callback,
.hdr-action-item,
.hdr-catalog .dropdown-menu li a,
.hdr-center-dropdown li a {
  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.25s ease,
    opacity 0.25s ease;
}
.topmm a:hover,
.hdr-center-link:hover,
.hdr-delivery a:hover {
  color: #3b42ff;
}
.main-hdr #logo {
  cursor: pointer;
}
.main-hdr #logo img {
  transition: opacity 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.main-hdr #logo:hover img {
  opacity: 0.88;
  transform: scale(1.03);
}
.hdr-catalog-btn {
  transition:
    background-color 0.25s ease,
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s ease;
}
.hdr-catalog-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px -10px rgba(48, 51, 255, 0.55);
}
.hdr-catalog .dropdown-menu li a {
  transition: background-color 0.2s ease, color 0.2s ease;
}
.hdr-catalog .dropdown-menu li:hover > a {
  background-color: #eef0ff;
  color: #3033ff;
}
.main-hdr #search form {
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}
.main-hdr #search form:focus-within {
  background: #eaeaea;
  box-shadow: 0 0 0 2px rgba(48, 51, 255, 0.12);
}
.main-hdr #search .button_search {
  transition: background-color 0.2s ease;
  border-radius: 0 12px 12px 0;
}
.main-hdr #search .button_search:hover {
  background: rgba(48, 51, 255, 0.1);
}
.hdr-action-item:hover,
.hdr-action-item:hover .hdr-action-label {
  color: #3b42ff;
}
.hdr-action-item:hover .hdr-action-icon svg path {
  fill: #3b42ff;
}
.hdr-phone-number:hover {
  color: #3b42ff;
}
.hdr-center-dropdown li a:hover {
  background: #f0f1ff;
  color: #3033ff;
}
@media (prefers-reduced-motion: reduce) {
  .topmm a,
  .hdr-center-link,
  .hdr-delivery a,
  .hdr-phone-number,
  .hdr-callback,
  .hdr-action-item,
  .hdr-catalog-btn,
  .main-hdr #logo img,
  .main-hdr #search form,
  .main-hdr #search .button_search,
  .hdr-catalog .dropdown-menu li a,
  .hdr-center-dropdown li a {
    transition: none;
  }
  .hdr-catalog-btn:hover,
  .main-hdr #logo:hover img {
    transform: none;
  }
}

/* Popular products block */
.popular-products {
  width: 100%;
}
.popular-products__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 70px;
  margin-top: 140px;
}
.popular-products__title {
  margin: 0;
  color: #102631;
  font-family: "SONGER SemiExpanded", Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.popular-products__all {
  flex-shrink: 0;
  color: #102631;
  font-family: "Onest", Arial, sans-serif;
  font-size: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.popular-products__all:hover {
  color: #3033ff;
}
.popular-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
}
.popular-products__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}
.popular-products__image-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 396px;
  margin-bottom: 14px;
  padding: 18px 16px;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
}
.popular-products__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 999px;
  background: #ff3f4c;
  color: #ffffff;
  font-family: "Onest", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.popular-products__image,
.popular-products__nophoto {
  max-width: 100%;
  max-height: 370px;
  object-fit: contain;
}
.popular-products__nophoto {
  width: 80px;
  height: 80px;
  fill: #dadada;
}
.popular-products__name {
  flex-grow: 1;
  margin: 0 0 8px;
  font-family: "SONGER SemiExpanded", Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.popular-products__name a {
  color: #102631;
  text-decoration: none;
  transition: color 0.2s ease;
}
.popular-products__name a:hover {
  color: #3033ff;
}
.popular-products__specs {
  flex-shrink: 0;
  margin-bottom: 0;
  min-height: calc(14px * 1.45 * 2 + 2px);
}
.popular-products__spec {
  font-family: "Onest", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  color: #1a1a1a;
}
.popular-products__spec + .popular-products__spec {
  margin-top: 2px;
}
.popular-products__spec-label {
  color: #8e8e8e;
}
.popular-products__spec-value {
  color: #1a1a1a;
}
.popular-products__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-shrink: 0;
  margin-top: 16px;
  margin-bottom: 14px;
  min-height: 32px;
}
.popular-products__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
  font-family: "Onest", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3;
  color: #1a1a1a;
}
.popular-products__price-label {
  display: none;
}
.popular-products__price-value {
  font-weight: 700;
}
.popular-products__price-old,
.popular-products__price .compare_price {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #8a8a8a;
  text-decoration: line-through;
  position: static;
  background: none;
  border-radius: 0;
}
.popular-products__price-old::after,
.popular-products__price .compare_price::after {
  display: none !important;
  content: none !important;
}
.popular-products__video {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 26px;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  line-height: 0;
  transition: opacity 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.popular-products__video:hover {
  opacity: 0.85;
}
.popular-products__video img {
  display: block;
  width: 32px;
  height: 26px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .popular-products__video {
    display: none !important;
  }
  .popular-products__price-old,
  .popular-products__price .compare_price {
    font-size: 10px;
  }
}
.popular-products__actions {
  display: flex;
  align-items: stretch;
  gap: 8px;
  width: 100%;
  max-width: none;
  height: 56px;
  margin-top: auto;
  overflow: visible;
}
.popular-products__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  height: 56px;
  margin-top: 0;
  padding: 0 16px;
  border-radius: 12px;
  background: #3033ff;
  color: #ffffff !important;
  font-family: "Onest", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  transition: background 0.2s ease;
}
.popular-products__btn:hover {
  background: #2528d9;
}
.popular-products__cart-form {
  flex-shrink: 0;
  margin: 0;
  height: 56px;
}
.popular-products__cart {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 56px;
  border: 1px solid #3033ff;
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;
  box-sizing: border-box;
}
.popular-products__cart-submit {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
}
.popular-products__cart svg {
  display: block;
  pointer-events: none;
}
.popular-products__cart-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 2;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #ff3b30;
  color: #ffffff;
  font-family: "Onest", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  box-sizing: border-box;
  pointer-events: none;
}
.popular-products__cart-badge.is-empty {
  display: none;
}
.popular-products__cart:hover {
  background: #f4f5ff;
}

/* Р‘Р»РѕРє В«РџСЂРёСЃРѕРµРґРёРЅСЏР№С‚РµСЃСЊ Рє РЅР°РјВ» вЂ” СЃС‚СЂРѕРіРѕ РІРЅСѓС‚СЂРё РєРѕРЅС‚РµР№РЅРµСЂР° 1440px */
.join-block {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow-x: clip;
  box-sizing: border-box;
}
.join-block__inner {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.join-block__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  margin: 0 0 75px;
  padding: 0;
  box-sizing: border-box;
}
.join-block__title {
  margin: 0;
  color: #102631;
  font-family: "SONGER SemiExpanded", Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.join-block__social {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.join-block__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.join-block__social-link:hover {
  transform: translateY(-1px);
  opacity: 0.92;
}
.join-block__social-img {
  display: block;
  width: 55px;
  height: 55px;
  object-fit: contain;
  border-radius: 50%;
}
.join-block__social-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #e8ebff;
  color: #3033ff;
  font-family: "Onest", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.join-block__banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 433px;
  border-radius: 28px;
  background: linear-gradient(135deg, #1a4fff 0%, #3033ff 52%, #4f6dff 100%);
}
.join-block__banner--has-image {
  background-color: #3033ff;
}
.join-block__banner-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  pointer-events: none;
}
.join-block__banner--has-image .join-block__banner-bg {
  display: none;
}
.join-block__banner-bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
}
.join-block__banner-bg::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background:
    radial-gradient(ellipse 80% 100% at 20% 100%, rgba(255, 255, 255, 0.14) 0%, transparent 70%),
    radial-gradient(ellipse 60% 80% at 80% 100%, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}
.join-block__banner-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 93px 0px 133px 107px;
  box-sizing: border-box;
}
.join-block__content {
  flex: 0 1 auto;
  max-width: 760px;
  padding: 0;
}
.join-block__heading {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: "Onest", Arial, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.12;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.join-block__subheading {
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Onest", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}
.join-block__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.join-block__pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  color: #4889FF !important;
  font-family: "Onest", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  background-color: #fff;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.join-block__pill:hover,
.join-block__pill--static:hover {
  background-color: #5692FF;
  border-color: #fff;
  color: #fff !important;
}
.join-block__pill:hover .join-block__pill-svg path,
.join-block__pill--static:hover .join-block__pill-svg path {
  fill: #fff;
}
.join-block__pill:hover .join-block__pill-icon,
.join-block__pill--static:hover .join-block__pill-icon {
  background: transparent;
}
.join-block__pill--static {
  cursor: default;
}
.join-block__pill-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #ffffff;
  border-radius: 50%;
}
.join-block__pill-img {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.join-block__pill-svg {
  display: block;
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .join-block__banner-inner {
    padding: 32px 24px;
  }
  .join-block__heading {
    font-size: 32px;
  }
  .join-block__subheading {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .join-block.margin_top {
    margin-top: 80px;
  }
  .join-block__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .join-block__title {
    font-size: 24px;
  }
  .join-block__heading {
    font-size: 26px;
  }
  .join-block__subheading {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .join-block__pill {
    font-size: 14px;
    padding: 10px 18px;
  }
}

/* .admin-mobile-preview-link styles live in style.css (global shell) */
