

/* Start:/local/templates/netslov/components/bitrix/sale.basket.basket.line/.default/style.css?17648641184685*/
.bx-basket { }

.bx-basket-block {
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (min-width: 768px) and (width <= 992px) {
	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

/* End */


/* Start:/local/templates/netslov/template_styles.css?176848100210795*/
.header__logo {
  font-size: 1.5rem;
}

.cookie.is-active {
  position: sticky;
}

.popup-container__container{
background-color: #f9f6ed; 
}

.dropdown-fade2white{
background: none !important;
}

.catalog-item__bottom{
background-color: #f9f6ed;
}

.bx-ui-sls-clear{
background-color: #f9f6ed !important;
}

.form-control{
background-color: #f9f6ed !important;
}

.footer-nav__list-inner{
background-color: #f9f6ed;
}

.catalog-item{
background-color: #f9f6ed;
}

.textarea-comment{
background-color: #f9f6ed;
}

.container{
background-color: #f9f6ed;
}

input{
background-color: #f9f6ed;
}

.header {
  /* position: sticky; */
  background-color: #f9f6ed;
}

.header--main {
  position: fixed;
}

.new-collection__list {
  animation: scroll 50s infinite linear;
}

@keyframes scroll {
  to {
    transform: translateX(-50%);
  }
}

[data-tabs="element"] {
  min-height: 0 !important;
  scale: 0;
  transition: 0.2s ease-in-out;
}

[data-tabs="element"].is-active {
  height: 100%;
  min-height: 100%;
  position: static !important;
  scale: 1;
}

.personal-area__content {
  padding-top: 32px;
}

.personal-area__element {
  padding-top: 0 !important;
}

@media (max-width: 1023px) {
  .personal-area__content {
    padding-top: 24px;
  }
}

.loader-wrap {
  position: fixed;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 10000 !important;
  background-color: rgba(0, 0, 0, 0.45);
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-bottom-color: black;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.basket-order {
  top: 110px;
}

.catalog-item__favorite.active {
  color: #000 !important;
  opacity: 1;
}

.container--no-padding {
  padding: 0;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 1;
  cursor: pointer;
  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: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

.accordion-product__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-product__element.is-open .accordion-product__icon--plus {
  display: none;
}

.accordion-product__element.is-open .accordion-product__icon--minus {
  display: block;
}

.accordion-product__icon--minus {
  display: none;
}
/*a{*/
/*  color: #000;*/
/*}*/
a:hover {
  cursor: pointer;
}
.dropdown-block.bx-ui-sls-input-block {
  outline: 0;
  width: 100%;
  display: block;
  padding: 6px 8px !important;
  height: 42px !important;
  border: 1px solid #000 !important;
  background-color: #f9f6ed;
}
.dropdown-icon {
  display: none;
}
.bx-ui-sls-input-block input {
  width: 100%;
  display: block;
  position: absolute !important;
  top: 0px;
  left: 0px;
  padding: 6px 8px;
  height: 42px;
  border: 0px solid #000;
}

.popup-product-item__img-link {
  min-width: 80px;
}

#basket-popup-content {
  height: 100%;
}

/*.catalog-item__link {*/
/*  height:  100%;*/
/*}*/

/*.catalog-item__link img {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover;*/
/*}*/

.slick-slide {
  height: auto;
}
.slick-slide>div {
  height: 100%;
}

.catalog__list_inner .catalog-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.image-fullscreen-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: flex;
  justify-content: center;
  align-items: flex-start; /* чтобы начало было сверху */
  overflow-y: auto; /* скролл появляется только если нужно */
  cursor: zoom-out;
  z-index: 9999;
  padding: 20px 0; /* небольшой отступ сверху/снизу */
}

.image-fullscreen-img {
  width: 100%;     /* Картинка всегда занимает всю ширину */
  height: auto;    /* Высота рассчитывается автоматически */
  display: block;
  object-fit: contain;
}

body{
  background-color: #f9f6ed;
  font-size: 14px;
}

footer{
  background-color: #f9f6ed;
}

.main-promo__list-4-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.main-promo__list-4-grid video {
  position: unset;
}
.main-promo__list-4-grid .catalog-item__img-block {
  padding: 0;
}

.main-promo__list-4-grid .main-promo__link {
  background-color: transparent;
  height: auto!important;
}
.main-promo__list-4-grid .main-promo__link::before {
  content: none;
}
@media (max-width: 1279px) {
  .main-promo__list-4-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .main-promo__link {
    padding: 0;
  }
}
@media (max-width: 479px) {
  .main-promo__list-4-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
  }
}

.mySwiper .swiper-slide-thumb-active {
  border: 1px solid #000;
}

.mySwiper .swiper-wrapper {
  flex-wrap: wrap;
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}

.mySwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1023px) {
    .header-menu__btn span {
        top: 15px;
    }
    .new-collection {
        z-index: 11;
    }
}

@media (max-width: 539px) {
    .product-card__info {
        margin-top: 14px;
    }
	.btn-buy-container {
		width: 100%;
	}
}

div.title-search-result {
  z-index: 99999;
}

.popup-container__container--menu {
  height: 100%;
  justify-content: space-between;
}
.popup-container__container--menu .popup-container__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 0 32px 32px;
}
@media (max-width: 1023px) {
  .popup-container__container--menu .popup-container__footer {
    padding: 0 0 15px 15px;
  }

.popup-container__container{
background-color: #f9f6ed !important; 
}


	body{
	font-size: 12px !important;
	}
}

h1{
font-size: 18px !important;
font-weight: 600 !important;
}

h2{
font-size: 16px !important;
font-weight: 600 !important;
}

h3{
font-size: 16px !important;
font-weight: 600 !important;
}

.catalog-item {
  display: flex;
  flex-direction: column;
}

.catalog-item__link {
  flex: 1;
  min-height: 0;
  height: 100%;
  max-height: 569px;
}

.catalog-item__link img {
  height: 100%;
  object-fit: cover;
}

@media (max-width: 539px) {
  .catalog-item__link img{
    max-height: 215px;
  }
}
#SDEK_pvz{
  width:690px!important;
}

.sdek_div{
  display:none;
}

.set_pvz{
  color:red;
  margin-top:10px;
  font-weight:bold;
}

#select_pvz {
  display: none;
}
.bx-selected #select_pvz {
  display: block;
}
.input-radio input:checked+div label::before{
  background-color: #000;
}

.footer__bewave {
  align-items: center;
  gap: 8px;
  display: flex;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-top: auto;
}

.footer__bewave img {
  max-width: 88px;
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 5px;
}

.footer__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__info .copyright {
  margin: 0;
  margin-top: auto;
}

.footer__info-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__info-1 p {
  margin: 0;
}

.footer__info-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.footer__info-2 h1 {
  margin: 0;
}

.footer__bewave.mobile {
  display: none;
}
@media(max-width: 1023px) {
  .footer__bewave.mobile {
    display: flex;
    font-size: 12px !important;
    padding-bottom: 16px;
  }
  .footer__bewave.desktop {
    display: none;
  }
  .footer__info .copyright {
    margin-top: 16px;
  }
}
h1 {
  color: #a6bbc8;
}

/* label{
  font-size: 14px !important;
}

span{
  font-size: 14px;
} */

.order-price__btn {
  transition: all .3s ease-in-out;
}

.footer-form__group .field-checkbox {
  position: relative;
}

.favorites {
  .catalog-item {
    display: grid;
    grid-template-rows: auto 1fr;
    background-color: #f9f6ed;
    position: relative;
    height: 100%;
  }
  .catalog-item__link {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4; /* можешь поменять */
    overflow: hidden;
    display: block;
    flex: unset;
  }
  .catalog-item__link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .catalog-item__bottom {
    display: flex;
    flex-direction: column;
    gap: 6px;

    padding: 12px 16px;
    margin-top: 0;
  }
}


@media (max-width: 767px) {
  .accordion-product__btn {
    font-size: 14px !important;
  }
  .thumbsSliderSwiper {
    padding: 0 16px;
  }
  .footer__info-1 {
    margin: 16px 0;
    font-size: 14px;
  }
  .popup-container__footer a,
  .catalog-item__price,
  .footer-nav__link,
  .field-checkbox label,
  .my-orders p,
  .favorites p,
  .personal-data__btn-popup,
  .my-orders__table {
    font-size: 14px;
  }
  .product-card-info__old-price, .product-card-info__price, .empty-popup-basket__container {
    font-size: 14px !important;
  }
  .popup-basket {
    min-width: 100%;
  }
}

.popup-product-item__price {
  text-wrap: nowrap;
}
.popup-product-item__bottom {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
}

.empty-popup-basket__container {
  padding: 12px;
  width: 100%;
}
.footer__info {
	max-width: 33%;
}
.product-card-info__fieldset .accordion-product__btn {
	margin: 32px 0 0 0;
}
.ya-pay-widget {
	width: 360px !important;
}
@media (max-width: 1023px) {
  .empty-popup-basket__container {
    padding-left: 15px;
    padding-right: 15px;
  }
	.footer__info {
		max-width: 100%;
	}
}
@media (max-width: 538px) {
	.product-card-info__form {
		gap: 12px;
	}
	.product-card-info__fieldset .accordion-product__btn {
		margin: 0;
	}
	.digi-dolyame-product.digi-dolyame-product--5.digi-dolyame-product--mobile {
		margin: 0;
		width: 100%;
	}
	.product-card-info__ya-split {
		margin-top: -4px;
		width: 100%;
	}
	.ya-pay-widget {
		width: 100% !important;
	}
}

.digi-dolyame-product--mobile {
	order: unset !important;
}
/* End */
/* /local/templates/netslov/components/bitrix/sale.basket.basket.line/.default/style.css?17648641184685 */
/* /local/templates/netslov/template_styles.css?176848100210795 */
