/*--------------------------------------------------------------
# Шапка
--------------------------------------------------------------*/
.header-block {
	padding: 5px 0;
}
.header-logo {
	max-width: 200px;
}
.top-menu {
	display: none;
}
body {
	font-size: 15px;
}
.wide-cont {
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	width: 100vw;
	position: relative;
}
.fly-menu__block.fly-menu__account {
	display: none !important;
}
.fly-menu__block.fly-menu__cart {
	display: none !important;
}
.fly-menu {
	margin-top: 0px !important;
	z-index: 1040;
}
.header-compare__icon.fas.fa-align-right:hover {
	color: #fa820a;
}
#cart, #button-cart, .product-page__cart, .product-page__add-to-cart, .add_to_cart {
	display: none !important;
}
.header-block__item.header-block__item-cart {
	display: none !important;
}
.product-thumb__cart.disabled2 {
	min-height: 0px;
}
header {
	background: #fff0;
}
@media (min-width: 992px) {
	header {
		top: -78px;
	}
	header.fixed {
		background: #fff;
	}
	.menu__level-2-a {
		display: inline-flex;
		position: relative;
		overflow: hidden;
	}
	.menu__level-2-a:hover::after {
		visibility: visible;
		width: 100%;
	}
	.menu__level-2-a::after {
		content: "";
		position: absolute;
		height: 2px;
		bottom: 10px;
		left: 0;
		background-color: #fa820a;
		visibility: hidden;
		width: 0px;
		transition: all 0.3s ease-in-out 0s;
	}
	.menu__level-2-img {
		top: 2px;
		left: -50px;
		padding-right: 10px;
    }
	 .menu__level-2-a {
		overflow: visible;
	}
	 .pr-m {
		margin: 6px 0;
	}
	.menu2 .menu__level-1-li {
		box-shadow: none;
		border-right: none !important;
	}
}
.menu__level-2-img {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
}

.menu__level-2-a:hover .menu__level-2-img {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}
main.blur:after,
footer.blur:after {
  top:-47px;
}
/*--------------------------------------------------------------
# Слайдер
--------------------------------------------------------------*/
@media (max-width: 991px) {
	.uni-slideshow_v2 {
		top: -18px;
	}
}
@media (min-width: 992px) {
	.uni-slideshow_v2 {
		top: -73px;
	}
	.main-menu.set-before::before {
		background: #fff0;
	}
	.menu {
		background: #f6f6f6cf;
		top: -1px;
		border-radius: var(--border-radius-1);
		}
}
.uni-slideshow_v2, .uni-slideshow_v2__item {
	border-radius: 0px;
}
.uni-slideshow_v2 .owl-nav button:hover {
	color: #fa820a;
}
.owl-carousel .owl-dots .owl-dot.active {
	background: #fa820a;
}
@media (min-width: 575px) {
	.text-slide-wh, .text-slide-wh h2 {
		color: #ffffff;
	}
	.ts-white {
		text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
	}
	.ts-black {
		text-shadow: 0 1px 3px rgba(255, 255, 255, 0.7);
	}
}
@media (max-width: 575px) {
	.uni-slideshow_v2__image.has-text img {
		width: 100%;
	}
	.text-unislide {
		text-align: center;
		margin: 0 !important;
	}
	.uni-slideshow_v2__text {
		display: block;
	}  
}
.text-unislide h2 {
  line-height: 1.2;
}
@media (min-width: 767px) and (max-width: 1920px) {
  body:not(.touch-support) .uni-slideshow_v2-0 .uni-slideshow_v2__image.text-over-image img {
    max-height: 805px !important;
  }
}


#reveal1 {
		opacity: 0;
		-webkit-transform: scale(0.9);
			 -moz-transform: scale(0.9);
				-ms-transform: scale(0.9);
				 -o-transform: scale(0.9);
						transform: scale(0.9);
		-webkit-transition: all 1s ease-in-out;
			 -moz-transition: all 1s ease-in-out;
				-ms-transition: all 1s ease-in-out;
				 -o-transition: all 1s ease-in-out;
						transition: all 1s ease-in-out;
	}
	#reveal1.visible {
		opacity: 1;
		-webkit-transform: none;
			 -moz-transform: none;
				-ms-transform: none;
				 -o-transform: none;
						transform: none;
	}

.uni-slide_img {
	width: 100% !important;
}
.slideshow .owl-dots {
	position: absolute;
	z-index: 2;
	bottom: 10px;
	right: 0;
	left: 0;
	height: 0;
}
.slideshow .owl-nav {
  left: 15px;
  right: 15px;
}
.slideshow .owl-nav button {
  background: rgba(0 0 0 / .05);
  box-shadow: none;
  border: none !important;
  color: var(--slideshow-nav-btn-c);
}
.slideshow .owl-nav button:hover {
  color: #fa820a;
}
/*--------------------------------------------------------------
# Категории
--------------------------------------------------------------*/
.desc-cat {
	background: url("/image/catalog/products/akubela-c-bg.jpg") top center no-repeat; 
	background-size: cover; 
	background-position: center; 
	background-repeat: no-repeat; 
	overflow: hidden;
	position: relative; 
	height:	auto;
	top: -50px; 
	padding: 30px 15px 30px 15px;
	z-index: -1;
}
.category-list__img {
  margin-top: 15px;
}
.product-thumb__price {
  display: none;
}
.menu-module__children-a.active {
  color: #000000 !important;
  font-weight: bold;
}
/*--------------------------------------------------------------
# Карточка товара
--------------------------------------------------------------*/
#tab-description {
	overflow: visible;
	hyphens: none;
}
@media (max-width: 767px) {
	.nav-tabs {
		box-shadow: rgba(210, 210, 210, 0.3) 0px 0px 10px 3px;
		border: 1px solid #efefef;
	}
}
@media (min-width: 768px) {
	#product .product-page::before {
	  content: "";
	  background: url(/image/catalog/products/akubela-c-bg.jpg) no-repeat center top;
	  background-size: cover;
	  background-position: center;
	  background-repeat: no-repeat;
	  overflow-x: hidden;
	  width: 100vw;
	  position: absolute;
	  top: -118px;
	  left: 50%;
	  right: 50%;
	  margin-left: -50vw;
	  margin-right: -50vw;
	  display: block;
	  z-index: -1;
	  height: calc(100% + 118px);
	}
	.nav-tabs {
		background: #fff;
	}
}
@media (min-width: 1200px) {
	.pr-desc {
		padding: 15px;
		margin-bottom: 20px;
		border-radius: var(--border-radius-1);
		box-shadow: rgba(210, 210, 210, 0.3) 0px 0px 10px 3px;
		text-align: left;
	}
	.bg-w {
		background: #ffffff80;
	}
	.bg-b {
		background: #00000060;
		color: #fff;
	}
	.bg-b h2 {
		color: #fff;
	}
}
@media (min-width: 1345px) {
  .product-block {
	background: rgba(255, 255, 255, 0.8);
    border: 1px solid #efefef;
    box-shadow: rgba(210, 210, 210, 0.3) 0px 0px 10px 3px;
    padding: 20px 10px 5px 20px;
	border-radius: var(--border-radius-1);
  }
  .product-block__right-block {
	background: rgba(238, 222, 171, 0.2);
	box-shadow: rgba(210, 210, 210, 0.3) 0px 0px 10px 3px;
  }	
}
@media (max-width: 767px) {
	.product-block {
		margin: 25px 10px !important;
	}
}	
@media (max-width: 1345px) {
	.product-block {
		background: rgba(255, 255, 255, 0.7);
		border: 1px solid #efefef;
		box-shadow: rgba(210, 210, 210, 0.3) 0px 0px 10px 3px;
		height: fit-content;
		margin: 0 0 25px;
		padding: 20px 10px 5px 20px;
		border-radius: var(--border-radius-1);
	}
}
#tab-specification {
  background: #fefefe;
  border: 1px solid #efefef;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: var(--border-radius-1);
  box-shadow: rgba(210, 210, 210, 0.3) 0px 0px 10px 3px;
}

.product-page__image-main {
  background: #f5eabd2b;
}
.product-page__wishlist-btn, .product-page__compare-btn, .product-page__share-btn {
  border: 1px solid #efefef !important;
}
.short-attribute {
  font-size: 14px;
  padding: 6px 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  border-radius: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-left: 1px solid rgba(0 0 0 / .06);
  border-right: 1px solid rgba(0 0 0 / .06);
  background: #f8f8f85c;
}
.short-attribute:last-child {
  border-bottom: 1px solid rgba(0 0 0 / .06);
}
.short-attribute:nth-child(2n+1) {
  background: #ffffff63;
}
.short-attribute > .attr-text {
  max-width: 50%;
  text-align: right !important;
}
.product-page__more-attr {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .product-data__item-div {
    font-weight: bold;
  }
}
.product-data__item-div {
    font-weight: bold;
  }
.nav-tabs li.active a::before, .nav-tabs li a:focus::before {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 0 !important;
  height: 0;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid #f2f2f2 !important;
  z-index: 1;
}
.nav-tabs li a::after {
  height: calc(100% + 9px);
}
/*--------------------------------------------------------------
# Карточка товара - опции
--------------------------------------------------------------*/
.option__popup-img {
  display: none;
}
.option__group-name {
	font-weight: bold;
}
.option__popup.product {
  max-width: var(--option-popup-img-w);
  width: auto;
}
.option__item.ended {
  cursor: pointer;
}
.product-page__option .option__group .option__item.ended .option__img, .product-page__option .option__group .option__item .option__img {
  border: solid 2px rgba(0 0 0 / .25);
  opacity: 0.5;
  padding: 3px;
}
.option__group .option__item.ended .option__img {
  opacity: 1;
  filter: none;
}
.option__img:hover, .option input:hover + .option__img, .option input:checked + .option__img {
  border-color: var(--option-img-hover) !important;
  opacity: 1 !important;
}
[data-ro="product-model"] {
  font-weight: 600;
}
.product-page__image-addit-img.selected {
  border-color: #fa820a;
}
/*--------------------------------------------------------------
# Карточка товара - полное описание
--------------------------------------------------------------*/
.main-bg1 {
	width: 100vw;
}
.mob-bg {
	max-width: 850px;
	margin: 0 auto;
	display: block;
}
.main-bg1 img, .mob-bg1 img {
	width: 100% !important;
}
.prod {
	padding: 20px;
	line-height: 1.5;
	text-align: left;
	background: linear-gradient(90deg, #f7f7f7 0%, rgba(255, 255, 255, 0) 100%);
}
.pt-5 {
	padding-top: 3rem !important;
}
.endpage {
	margin-bottom: -70px;
	border-bottom: 1px solid #a0a0a0;
}
@media (max-width: 1200px) {
	.main-bg1 {
		display:none;
	}
	.d-block {
		margin: 0px 5px 20px;
	}
	.u-sect {
		border-radius: 10px 10px 0 0;
		border-left: 1px solid #efefef;
		border-top: 1px solid #efefef;
		border-right: 1px solid #efefef;
		box-shadow: rgba(210, 210, 210, 0.3) 0px 0px 10px 3px;
	}
	.d-sect {
		border-left: 1px solid #efefef;
		border-right: 1px solid #efefef;
		border-bottom: 1px solid #efefef;
		box-shadow: rgba(210, 210, 210, 0.3) 0px 0px 10px 3px;
		border-radius: 0 0 10px 10px;
	}
	.a-sect {
		border: 1px solid #efefef;
		box-shadow: rgba(210, 210, 210, 0.3) 0px 0px 10px 3px;
		border-radius: 10px;
	}
	.indent {
		padding: 20px;
	}
}
@media (min-width: 1200px) {
	.mob-bg1 {
		display: none;
	}
	.display-flex-center {
		display:flex;
		align-items:center;
	}
	.prod, .prod-black, .prod-main {
		background: transparent;
		margin: 0 auto;
		display: block;
	}
	.prod-center {
		position: absolute;
		transform: translate(-51%, 10%);
		text-align: center;
		max-width: 1200px !important;
		width: max-content;
	}
	.text-white, .text-white h2 {
		color: #fff;
		text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
	}
	.text-black, .text-black h2 {
		text-shadow: 0 1px 3px rgba(255, 255, 255, 0.7);
	}
	.text-gold, .text-gold h2 {
		color: #FFE4BD;
	}
	.text-gold-gr {
		background: linear-gradient(70deg, #FFEEB2 0%, #88632E 100%);
		background-clip: border-box;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke: 0;
		text-shadow: none;
	}
	.text-silver {
		color: #999999 !important;
	}
	.text-sub {
		background: #00000060;
		border-radius: var(--border-radius-1);
	}
}
@media (min-width: 1600px) {
	.prod, .prod-black, .prod-main {
		max-width: 80%;
	}
	.prod-center {
		max-width: 100% !important;
	}
}
li::marker {
	color: #fa820a;
}
/*--------------------------------------------------------------
# Карточка товара - характеристики
--------------------------------------------------------------*/
#tab-specification {
	padding: 20px;
	background-color: #f8f8f8;
	border-radius: 8px;
	overflow: hidden;
}
@media (min-width: 1300px) {
	#tab-specification {
		min-width: 1200px;
		width: fit-content;
	}
}
.attr-block {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 10px;
	row-gap: 15px;
}

.attr-item {
	display: contents;
}

.attr-name {
	display: grid;
	align-items: center;
	width: 100%;
	font-weight: 600;
	color: #555;
	background: #fff;
	padding: 8px;
	border-radius: 10px;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
}
.attr-value {
	text-align: center;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 1px;
	display: grid;
	align-items: center;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);
	padding: 5px;
}
.attr-icon {
	width: 100%; 
	max-width: 80px;
	margin-bottom: 10px;
	opacity: 0.6;
}
.styled-table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 10px;
	overflow: hidden;
}

.styled-table th,
.styled-table td {
	flex: 1;
	padding: 8px;
	text-align: center;
	border: none;
	font-size: 14px;
}

.styled-table tr {
	display: flex;
	flex-wrap: wrap;
}

.styled-table th {
	background-color: #fff;
	font-weight: 600;
	border-right: 1px solid #e4e4e4;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.styled-table td {
	background-color: #ffffff;
	border-right: 1px solid #e4e4e4;
	display: grid;
	align-items: center;
}
.styled-table td:last-child, .styled-table th:last-child {
	border-right: none;
}
.sticky-container {
	border-radius: 10px;
}

@media (max-width: 768px) {
	#tab-specification {
		padding: 5px;
	}
	.attr-block {
		grid-template-columns: 1fr;
	}
	.attr-item {
		display: block;
		background: #fff;
		border-radius: 10px;
	}
	.attr-name {
		margin-bottom: 0px;
		width: 100%;
	}
	.attr-value {
		text-align: left;
		padding: 8px;
	}
	.styled-table {
		width: 100%;
	}
	.styled-table th,
	.styled-table td {
		padding: 10px 5px;
		text-align: left;
	}
}

/*--------------------------------------------------------------
# Карточка товара - вкладка загрузки
--------------------------------------------------------------*/
.ftech {
    margin-bottom: 5px;
    padding: 40px;
    overflow: hidden;
    background: #f8f8f8;
    box-sizing: border-box;
    transition: all 0.3s;
    list-style: none;
	border-radius: var(--border-radius-1);
}
.ftech:hover {
    background: #f6efe5;
}
.ftech .btn2 {
    float: right;
    width: 200px;
    height: 56px;
    line-height: 56px;
    border-radius: 5px;
    background: #FFFFFF;
    text-align: center;
    margin-top: 23px;
}
.ftech .btn2 span {
    font-size: 18px;
    color: #fa820a;
    background: url(/image/catalog/products/q_ico24-a.png) no-repeat left center;
    padding-left: 55px;
    display: inline-block;
}
.ftech:hover .btn2 {
    background: #fa820a;
}
.ftech:hover .btn2 span {
    background: url(/image/catalog/products/q_ico24-1.png) no-repeat left center;
    color: #FFFFFF;
}

/*--------------------------------------------------------------
# Статьи
--------------------------------------------------------------*/
.article-bg {
	border: 1px solid #efefef;
	box-shadow: rgba(210, 210, 210, 0.3) 0px 0px 10px 3px;
	border-radius: var(--border-radius-1);
	padding: 25px 15px;
}
@media (max-width: 575px) {
	.article-bg {
		box-shadow: none;
	}
}
.mb-5 {
	margin-bottom: 3rem;
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}
/*--------------------------------------------------------------
# Новости
--------------------------------------------------------------*/
.news-page__description {
  line-height: 1.7em;
  border: 1px solid #efefef;
  box-shadow: rgba(210, 210, 210, 0.3) 0px 0px 10px 3px;
  border-radius: var(--border-radius-1);
  padding: 25px 15px;
  min-height: 450px;
}
@media (max-width: 575px) {
  .news-page__image {
    margin: 0 0 15px !important;
  }
  .news-page__description {
	box-shadow: none;  
  }
}
@media (min-width: 768px) {
	.news-page__image {
		width: 100%;
		max-width: 40%;
	}
}
.news-page__image {
	margin: 5px 15px 15px 20px;
}
.news-page__image img {
  border: none;
}
.block_news_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.block_news_img .img_box {
  width: 25%;
  padding: 0 10px 10px 0;
  box-sizing: border-box;
}
.block_news_img .img_box img {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  height: -webkit-fill-available;
}
@media (max-width: 767px) {
	.block_news_img .img_box  {
		width: 100%;
		}
}
/*--------------------------------------------------------------
# Контакты
--------------------------------------------------------------*/
.b24-form-wrapper, .b24-form-btn {
	border-radius: var(--border-radius-1) !important;
}
/*--------------------------------------------------------------
# Подвал
--------------------------------------------------------------*/
.footer {
	background: url("/image/catalog/bg/footer-bg.webp") top center no-repeat;
	background-size: cover;
	position: relative;
}
.footer::before {
	content: "";
	background: #0009;
	position: absolute;
	inset: 0;
}
.footer__text {
  border-top: solid 1px rgba(255, 255, 255, 0.08);
  line-height: 2;
  margin-bottom: 20px;
}
.logo-footer {
  position: absolute;
  display: block;
}
  @media (max-width: 1200px) {
.logo-footer {
  position: relative;
  display: block;
  margin-bottom: 28px;
  }
}