@charset "UTF-8";
/*.lpc-button--type-1 {
	background: #21c3d9 !important;
	border-radius: 0px !important;
}

.lpc-paid-block-bg {
	background: none;
}*/
.head-contacts {
  width: auto;
}
.popular-category__item-pic {
  border-radius: 0;
}
.popular-category__item-pic img {
  object-fit: contain;
}
.top-menu__items {
  padding: 35px 0 5px !important;
}
.lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
}
.lightrope li {
  position: relative;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #00f7a5;
  box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  -webkit-animation-name: flash-1;
  animation-name: flash-1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.lightrope li:nth-child(2n+1) {
  background: cyan;
  box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.5);
  -webkit-animation-name: flash-2;
  animation-name: flash-2;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.lightrope li:nth-child(4n+2) {
  background: #f70094;
  box-shadow: 0px 4.66667px 24px 3px #f70094;
  -webkit-animation-name: flash-3;
  animation-name: flash-3;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.lightrope li:nth-child(odd) {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}
.lightrope li:nth-child(3n+1) {
  -webkit-animation-duration: 1.4s;
  animation-duration: 1.4s;
}
.lightrope li:before {
  content: "";
  position: absolute;
  background: #222;
  width: 10px;
  height: 9.33333px;
  border-radius: 3px;
  top: -4.66667px;
  left: 1px;
}
.lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.66667px;
  border-bottom: solid #222 2px;
  border-radius: 50%;
}
.lightrope li:last-child:after {
  content: none;
}
.lightrope li:first-child {
  margin-left: -40px;
}
@-webkit-keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}
@keyframes flash-1 {
  0%, 100% {
    background: #00f7a5;
    box-shadow: 0px 4.66667px 24px 3px #00f7a5;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 247, 165, 0.2);
  }
}
@-webkit-keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@keyframes flash-2 {
  0%, 100% {
    background: cyan;
    box-shadow: 0px 4.66667px 24px 3px cyan;
  }
  50% {
    background: rgba(0, 255, 255, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(0, 255, 255, 0.2);
  }
}
@-webkit-keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}
@keyframes flash-3 {
  0%, 100% {
    background: #f70094;
    box-shadow: 0px 4.66667px 24px 3px #f70094;
  }
  50% {
    background: rgba(247, 0, 148, 0.4);
    box-shadow: 0px 4.66667px 24px 3px rgba(247, 0, 148, 0.2);
  }
}
.review_block_title {
  color: #18435a;
  font: 700 28px Montserrat, sans-serif;
  padding-bottom: 20px;
}
/*Модалка callback*/
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}
.tpl-anketa__title {
  padding-bottom: 15px;
  padding-top: 15px;
}
.tpl-field {
  padding-bottom: 15px;
}
.phone-icon-button img {
  width: 24px;
  height: 24px;
  animation: pulse 2s infinite;
}
.phone-icon-button {
  position: fixed;
  right: 32px;
  bottom: 100px;
  background-color: #007bff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  cursor: pointer;
}
.form-container {
  box-sizing: border-box;
  width: 70%;
  margin-bottom: 10px;
  color: #2b2e38;
  background: #fff;
}
.modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-image-size {
  width: 100%;
}
.modal-image {
  margin-right: 20px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  border: 1px solid #888;
  width: 50%;
  text-align: center;
}
.close-modal {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  padding: 20px;
}
.close-modal:hover, .close-modal:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .modal {
    height: 100%;
    overflow: auto;
  }
  .modal-body {
    padding-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
  .phone-icon-button {
    right: 33px;
    bottom: 100px;
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .modal-content {
    width: 80%;
    /* или любой другой процент, который подходит для вашего дизайна */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90%;
    overflow-y: auto;
  }
  .close-modal {
    padding: 10px;
    font-size: 24px;
  }
  .modal-image {
    display: none;
  }
}
/* тень ховера карточки товара*/
.product-list.thumbs .product-item:hover {
  webkit-box-shadow: 4px 4px 10px -4px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 10px -4px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 10px -4px rgba(34, 60, 80, 0.2);
}
/* Стили для слайдера */
.slider-container_sert {
  width: 89%;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
}
.slider_sert {
  display: flex;
  transition: transform 0.3s ease;
}
.slider_sert img {
  width: 250px;
  height: 360px;
  cursor: pointer;
  margin-right: 10px;
}
.slider_sert img:last-child {
  margin-right: 0;
}
/* Уменьшение размера изображений для мобильных устройств */
@media screen and (max-width: 768px) {
  .slider_partner_sert {
    display: none;
  }
  .slider_sert img {
    width: 150px;
    height: 216px;
  }
}
/* Указываем количество элементов, отображаемых в слайдере на мобильных устройствах */
@media screen and (max-width: 480px) {
  .slider_sert.show-4 img {
    flex: 0 0 calc(100% / 2);
  }
}
/* Скрытие крестика при просмотре слайдера на мобильных устройствах */
@media screen and (max-width: 480px) {
  .close-btn_sert {
    display: none;
  }
}
/* Стили для оверлея */
.overlay_sert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 999;
}
.overlay-content_sert {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.7);
  /* Изменяем на 70% от оригинала и центрируем */
  transition: transform 0.3s ease;
  /* Добавляем плавный переход при открытии и закрытии */
}
.overlay_sert.open {
  display: flex;
  /* При добавлении класса "open" делаем оверлей видимым */
}
.overlay_sert img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  /* Добавляем позиционирование для размещения крестика */
}
/* Переносим крестик на правый верхний угол открытого изображения */
.close-btn_sert {
  position: absolute;
  top: -20px;
  /* Отступ вверх на 20 пикселей для размещения крестика над изображением */
  right: -20px;
  /* Отступ вправо на 20 пикселей для размещения крестика над изображением */
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  z-index: 2;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.close-btn_sert::before, .close-btn_sert::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #000;
}
.close-btn_sert::before {
  transform: rotate(45deg);
}
.close-btn_sert::after {
  transform: rotate(-45deg);
}
/* Переносим крестик на правый верхний угол изображения */
.close-btn_sert {
  top: 5px;
  right: 5px;
}
@media (max-width: 768px) {
  .slider_partner {
    display: none;
  }
}
.show-more-products {
  width: 200px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 10px;
  border-radius: 3px;
  color: #666;
  cursor: pointer;
  margin: 0 auto;
}
.show-more-products:hover {
  background: #21c3d9;
  color: #fff;
}
.article_block_title {
  color: #18435a;
  font: 700 28px Montserrat, sans-serif;
}
.article_block_items {
  display: flex !important;
  flex-flow: column;
}
.article_title_block {
  font-size: 18px;
  color: #18435a;
  display: flex;
  padding-top: 15px;
  text-align: left;
  width: auto;
  margin: auto;
  justify-content: center;
  text-align: center;
}
.article_pic {
  display: flex !important;
  margin: auto;
}
@media (max-width: 767px) {
  .article_block_items {
    align-items: center;
  }
  .article_title_block {
    font-size: 15px;
    width: 50%;
  }
  .article__item {
    width: 250px !important;
  }
}
/*.company-info__name:before {
	content: "";
	background-image: url("https://supboard.ru/t/images/css/shapka2.png");
	width: 59px;
    height: 59px;
    position: absolute;
    display: block;
    left: 24%;
    top: 36px;
    background-repeat: no-repeat;
}*/
.header-edit-block {
  position: relative;
  box-sizing: border-box;
  padding: 45px 0px 20px 0px;
  margin: 0 auto;
  display: none;
}
.header-edit-block:after {
  content: "";
  display: block;
  clear: both;
}
.header-edit-block.show-block {
  display: block;
}
.header-edit-block .close-but {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(/shared/highslide-4.1.13/graphics/close.png) 0 0 no-repeat;
}
.main-slider__image_slid:before {
  background: none;
}
.main-slider__slid_tit, .main-slider__slid_desc {
  text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
}
.main-slider__slid_btn {
  border: 2px solid #18435a;
  color: #fff;
  background: rgba(24, 67, 90, 0.5);
}
.site-advantage__item-title {
  color: #333;
}
.site-advantage__item-title:hover {
  text-decoration: underline;
}
.site-path {
  margin: 0 0 16px;
  padding: 0;
}
.site-path li {
  display: inline-block;
  vertical-align: middle;
}
.site-path li a.path-last-link {
  display: none;
}
.site-path li span span {
  margin: 0;
}
.ui-autocomplete {
  border: 1px solid #e5e5e5 !important;
  background: #fff;
  z-index: 10002 !important;
  margin-top: 0 !important;
  width: 464px;
  border-radius: 0;
}
.ui-autocomplete td.autocomplete-item-name {
  width: auto;
}
.ui-menu .ui-menu-item {
  padding: 5px 0 !important;
}
.ui-menu .ui-menu-item:nth-child(odd) {
  background: #f7f7f7;
}
.autocomplete-item-image {
  width: 50px;
}
.autocomplete-item-image div {
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.autocomplete-item-image div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.autocomplete-item-price {
  text-align: right;
  padding: 0 10px 0 0;
}
.ui-state-focus, .ui-state-hover, .ui-widget-content .ui-state-focus, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-focus, .ui-widget-header .ui-state-hover {
  background: #fff !important;
  font-weight: normal !important;
}
.subcategories-block .slick-next:before {
  transform: rotate(180deg);
}
@media (max-width: 1260px) {
  .ui-autocomplete {
    position: fixed !important;
  }
}
@media (max-width: 767px) {
  .ui-autocomplete {
    width: 340px !important;
  }
  .search_catalog {
    margin: 0 -16px;
  }
  .shop-modules__search-btn {
    right: 16px;
  }
  .shop-modules__search-input {
    padding-left: 16px;
    padding-right: 72px;
  }
  .remodal[data-remodal-id="search_popap"] {
    margin: 20px auto;
    display: block;
  }
  .company-info__name:before {
    left: 62%;
    top: 130px;
  }
}
.card-page .pluso-share {
  padding-top: 57px;
}
.card-page .pluso-share__title {
  padding-top: 12px;
}
.card-page .pluso-share__title:before {
  top: 10px;
}
@media (max-width: 640px) {
  .ui-autocomplete {
    width: auto !important;
    left: 16px !important;
    right: 16px;
  }
  .remodal[data-remodal-id="search_popap"] {
    margin: 0;
  }
  .card-page .tpl-rating-block {
    top: 10px;
    z-index: 10;
    position: initial;
  }
}
@media (max-width: 340px) {
  .autocomplete-item-image {
    display: none;
  }
}
.s_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.main-slider {
  height: auto;
}
.main-slider__inner_slid {
  height: auto !important;
}
.main-slider__image_slid {
  position: relative;
}
.main-slider__slid_text {
  position: absolute;
}
@media (max-width: 768px) {
  .main-slider__item_slid {
    height: auto !important;
  }
}
.head-conracts__recall {
  width: auto;
}
body .head-contacts__inner {
  flex: inherit;
  width: auto;
}
.company-info {
  width: auto;
  padding-right: 0;
}
.head-contacts__inner {
  justify-content: center;
}
.head-contacts__address {
  width: 50%;
  flex: inherit;
  margin-left: auto;
}
.head-contacts__phones {
  width: auto;
  text-align: center;
}
.site-header {
  padding-top: 40px;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .site__inner {
    padding-top: 0;
  }
  .site-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .company-info {
    width: 100%;
  }
  .head-contacts {
    width: 100%;
  }
  .head-contacts__phones {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .company-info .head-contacts__address {
    display: none;
  }
  .site__inner {
    padding-top: 0;
  }
  .site {
    padding-top: 60px;
  }
  .header-edit-block {
    margin: 0 !important;
  }
}
.action-product .product-top-day__image a {
  position: relative;
}
.action-product .product-top-day__image img {
  opacity: 1;
  width: auto;
  max-height: 100%;
}
.action-product .product-top-day__image {
  text-align: center;
}
@media (max-width: 1260px) {
  .red_block__pic {
    width: 100%;
    position: absolute;
  }
  .red_block__container.red_block_overlay {
    background-color: rgba(16, 16, 16, 0.3);
    margin-left: auto;
    max-width: 50%;
  }
  .site-advantage__item .site-brands__item:first-child {
    width: 50px;
    margin-right: 15px;
  }
  .site-advantage__item .site-brands__item:nth-child(2) {
    width: 100%;
  }
  .site-header {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .site-header {
    padding-top: 80px;
  }
}
@media (max-width: 640px) {
  .site-header {
    padding-top: 10px;
  }
}
.no_one_click {
  pointer-events: none;
  opacity: 0.2;
}
.red_block__pic {
  background-size: contain;
}
html .head-conracts__recall-btn::after {
  background-color: #0060f1 !important;
}
.personal_data_wrap {
  display: flex;
}
