/*h1#pagetitle{
	font-size: 4rem;
    line-height: 1.1;
    color: #000;
    font-family: "Old Standard TT",serif;
}*/
/*body .catalog_section_list .section_item li.name a span,
body .menu_top_block.catalog_block .dropdown> li > a span{
    font-size: 18px;
    line-height: 1.3;
}
@media (max-width: 767.98px){
	.catalog_section_list .section_item li.name a span,
	body .menu_top_block.catalog_block .dropdown> li > a span{
	    font-size: 16px;
	}
}*/

a.--text-decor-underline {
	text-decoration: underline !important;
}
a.--font-weight-bold {
	font-weight: bold;
}
.basket-coupon-alert-section{
	width: 100%;
}
.b-header__basket{
	display: flex;
}

.b-header__basket .item {
	position: relative;
	z-index: 1;
}

.b-header__basket .item::before {
	position: absolute;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	z-index: -1;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #cfcfcf;
	transform: scale(0.5);
	opacity: 0;
	pointer-events: none;
	transition: none;
	content: '';
}

@keyframes basket-add-item {
	0% {
		opacity: 0;
		transform: scale(0.5);
		background-color: #cfcfcf;
	}
	20% {
		opacity: 1;
	}
	50% {
		transform: scale(1);
		background-color: #F8F8F9;
	}
	90% {
		opacity: 1;
		transform: scale(1);
		background-color: #F8F8F9;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
		background-color: #cfcfcf;
	}
}

.b-header__basket .item.is-new-item::before {
	animation: 3s ease basket-add-item;
}

.b-header__basket .item.not-empty .icon {
	width: 17px;
	height: 21px;
	background: url(../../img/basket_active_dark.png) no-repeat 0 0 / contain;
}

.b-header__basket .item.not-empty .icon use {
	display: none;
}

.b-header__logo-group .item_opt:hover .icon, .b-header__logo-group .item_opt:hover svg, .b-header__logo:hover .icon, .b-header__logo:hover svg, .b-header__menu .item_opt:hover .icon, .b-header__menu .item_opt:hover svg{
	fill: initial;
}
.icon.wish_item,
.icon.--wish{
	stroke-width: 2px;
}
img{
	max-width: 100%;
	height: auto;
}
.b-catalog__control .icon.wish_item{
	stroke: #fff;
    fill: rgba(255,255,255,0)!important;
}
.wish_item .value.added svg,
.b-catalog__control .icon.wish_item.in{
    stroke: #f97171;
    fill: #f97171 !important;
}
.wish_item.added .value{
	display: none;
}
.wish_item.added .value.added{
	display: block;
}
.icon-catalog__fav{
	display: inline-block;
	vertical-align: middle;
	width: 24px; 
	height: 25px;
	background: url('../../img/wish_icon.png') no-repeat -0 -0;
	cursor: pointer;
}
.wish_item.added .added .icon-catalog__fav{
	background: url('../../img/wish_icon.png') no-repeat -24px -0;
}
.wish_item .text{
	display: none;
}
.b-card__sku.--in-cart{
	position: relative;
}
.b-card__buy_block:after{
	content: '';
	position: absolute;
	width: 15px;
	height: 27.5px;
	bottom: 0;
	right: 0;
	background: url(../../img/product_arrow.svg) no-repeat 0 0 / contain;
}
@media (max-width: 767px){
	.b-card__buy_block:after{
		content: none;
	}
	.b-card__sku.--in-cart{
		flex-direction: column;
		align-items: flex-start;
	}
	.b-card__sku.--in-cart .offer_buy_block{
		width: 100%;
		margin-bottom: 12px;
	}
	.b-card__sku.--in-cart .i-btn,
	.b-card__sku.--in-cart .counter_wrapp{
		width: 100%;
	}
	.b-card__sku.--in-cart .i-btn{
	    height: unset;
	    display: block;
	    box-sizing: border-box;
	    padding: 20px 20px 19px;
	}
	.b-card__sku.--in-cart .wish_item{
		width: 100%;
		padding: 15px;
		border: 1px solid #000;
		text-align: center;
	}
	.wish_item .text{
		display: inline-block;
		vertical-align: middle;
	    font-size: 1.125rem;
		color: #000;
	}
}
.b-catalog__control a.button,
.b-catalog__control a.button:hover{
	background: unset;
}
.b-catalog__control .counter_wrapp .button_block.wide a.button{
	display: flex;
}
.b-catalog__item{
    max-height: 481px;
    height: calc(100vw * 481 / 1920);
    box-sizing: border-box;
}
.b-catalog__control .counter_wrapp {
    font-size: unset;
    padding: unset;
    white-space: unset;
    display: flex;
}
.inner_wrapper .ajax_load.block .counter_wrapp .button_block,
.b-catalog__control .button_block{
	background-color: transparent;
    border: none;
    outline: none;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
}

.inner_wrapper .ajax_load.block .counter_wrapp .button_block{
	margin: unset;
}

.b-catalog__text .name{
	color: #fff;
}
.b-catalog__control .icon.wish_item svg{
	max-height: 100%;
	max-width: 100%;
}
@media screen and (max-width: 991.98px) {
	.b-catalog__item:hover .b-catalog__text{
		bottom: unset;
	}
	.b-catalog__item:hover .b-catalog__control{
		top: unset;
    	opacity: unset;
	}
	.b-catalog__control .icon.wish_item{
	    stroke: #000;
	}
	.b-catalog__text .name{
		color: unset;
	}
	.b-catalog__item:hover:before{
		content: unset;
	}
}
.b-card__sku .counter_wrapp{
	padding: unset;
}
.detail_page .ik_select_list .ik_select_list_inner ul li,
.b-card__sku .common_select .common_select-link .ik_select_link_text{
	font-size: 1.125rem;
}
.catalog_detail .b-card__sku .common_select .common_select-link{
	padding: 0 40px 0 7px;
}
.catalog_detail .b-card__sku .common_select .common_select-link .trigger{
	background: #000;
}
.catalog_detail .b-card__sku .common_select .common_select-link .trigger:before{
	background-position: 0px -221px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 14px;
    height: 9px;
}
.b-card__sku .in-cart{
	display: flex;
}
.b-category__title{
	height: unset;
	min-height: 80px;
	padding-bottom: 10px;
	padding-top: 10px;
}
@media (max-width: 1679.98px){
	.b-category__inner_adaptive .b-category__item .b-category__title {
		height: unset;		
	}
}
@media (max-width: 767.98px){
	.b-catalog-navigation__title {
		width: 100%;
		display: inline-block;
	}
	.b-catalog-navigation__section.no-child .b-catalog-navigation__title:before{
		content: unset;
	}
}
.bx_catalog_item_scu ul li{
	margin-bottom: unset;
}
li .color:before{
	width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 1px solid #BFBFBF;
    content: '';
	transition: width .3s ease, height .3s ease, border-color .3s ease;
}
li.active .color:before{
	width: 26px;
    height: 26px;
	border-color: #959595;
}
.b-catalog__item_inner .img-wrap{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	box-sizing: border-box;
}
.b-catalog__item:before{
	 content: unset;
}
.b-catalog__item-inner{
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
    background-position: top center;
}
.b-catalog__item-inner:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: '';
    background-color: rgba(0,0,0,0);
    transition: all .45s ease-in-out;
}
.b-catalog__item:hover .b-catalog__item-inner:before {
    background-color: rgba(0,0,0,.5);
}
.b-header__user .item.top-ctrl{
	margin-right: 1.66667vw;
}
@media (max-width: 767.98px){
	.b-header__user .item.top-ctrl {
	    margin-right: 16px;
	}
}

/*.news_items .info .date{
	padding-bottom: 10px;
}
.news_items .info .name{
	font-size: 18px;
    line-height: 1.3;
}

@media (max-width: 767.98px){
	.news_items .info .name{
	    font-size: .75rem;
	}
}*/
.b-late{
	
}
.b-late__inner{
	width: 100%;
    height: 100vh;
    max-width: 1200px;
    margin: auto;
    padding: 20px 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1024px){
	.b-late__inner{
		flex-direction: column;
		justify-content: center;
	}
}
.b-late__logo{
	padding: 50px;
    border-radius: 50%;
    background-color: rgba(115,115,115, 0.1);
	width: 200px;
	height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 40px;
}
@media screen and (max-width: 1024px){
	.b-late__logo{
		margin-right: unset;
		margin-bottom: 40px;
		padding: 40px;
	}
}
@media screen and (max-width: 640px){
	.b-late__logo{
		width: 150px;
		height: 150px;
		padding: 20px;
	}
}
.b-late__logo svg{
	width: inherit;
	height: inherit;
}
.b-late__arrow{
	transform: rotate(-90deg);
    width: 70px;
    height: 70px;
}
@media screen and (max-width: 1024px){
	.b-late__arrow{
		transform: unset;
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 640px){
	.b-late__arrow{
		width: 30px;
		height: 30px;
	}
}
.b-late__arrow svg polygon{
	fill: #000;
}
.b-late__subscribe{
	display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
	max-width: 600px;
	margin-left: 40px;
}
@media screen and (max-width: 1024px){
	.b-late__subscribe{
		margin-left: unset;
		margin-top: 40px;
	}
}
.b-late__subscribe-title{
	font-size: 70px;
    font-family: "Old Standard TT",serif;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
    text-transform: uppercase;
}
@media screen and (max-width: 1024px){
	.b-late__subscribe-title{
	    font-size: 50px;
	}
}
@media screen and (max-width: 640px){
	.b-late__subscribe-title{
		font-size: 30px;
		margin-bottom: 20px;
	}
}
.b-late__subscribe-form{
	width: 100%;
    max-width: 385px;
}

/* store css*/
.b-availability{margin-bottom:36px}.b-availability--title{font-weight:600;font-size:18px;line-height:25px;margin-bottom:20px}.b-availability--body{display:flex;flex-direction:column}.b-availability--group{display:flex;flex-direction:column}.b-availability--group:not(:last-child){margin-bottom:28px}.b-availability--group-head{display:flex;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #555;font-weight:600;font-size:18px;line-height:25px;color:#555}.b-availability--group-head-item{padding-right:15px}.b-availability--group-head-item:last-child(){padding-left:15px}.b-availability--item{display:flex;justify-content:space-between;padding:16px 0;border-bottom:1px solid #e7e7e7;color:#000;font-weight:300;font-size:15px;line-height:20px}.b-availability--item-name{padding-right:15px;color:#000}.b-availability--item-name a{-webkit-text-decoration-line:underline;text-decoration-line:underline}.b-availability--item-value{position:relative;padding-left:15px;padding-right:32px}.b-availability--item-value::before{content:"";position:absolute;width:24px;height:24px;right:0;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background-image:url(../../img/many.svg)}.b-availability--item-value.--few::before{background-image:url(../../img/few.svg)}.b-availability--item-value.--empty::before{background-image:url(../../img/empty.svg)}@media screen and (min-width:768px){.b-availability{margin-bottom:32px}.b-availability--title{font-size:24px;line-height:33px;margin-bottom:24px}.b-availability--group:not(:last-child){margin-bottom:36px}.b-availability--item{font-size:18px;line-height:25px}}@media screen and (min-width:1280px){.b-availability{margin-bottom:45px}.b-availability--title{margin-bottom:28px}.b-availability--group-head{padding-bottom:20px}.b-availability--item{padding:20px 0}}
/* end store css */

.b-sale-order-success__btns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 767.98px) {
	.b-sale-order-success__btns {
		flex-direction: column;
	}
}

.b-sale-order-success__btns:not(:first-child) {
	margin-top: 32px;
}

.b-sale-order-success__btn {
	height: unset;
	padding-top: 17px;
	padding-bottom: 18px;
	font-size: 18px;
	line-height: 25px;
}

@media (max-width: 767.98px) {
	.b-sale-order-success__btn {
		padding-top: 14px;
		padding-bottom: 14px;
	}
}

.b-sale-order-success__ps:not(:first-child) {
	margin-top: 57px;
}

@media (max-width: 767.98px) {
	.b-sale-order-success__ps:not(:first-child) {
		margin-top: 40px;
	}
}

.b-basket-notification {
	position: fixed;
	top: 66px;
	z-index: 10;
	right: 40px;
	display: block;
	width: 439px;
	max-width: calc(100% - 40px);
	padding: 20px 30px 30px;
	box-shadow: 0px 0px 24px rgba(91, 82, 83, 0.22);
	background-color: white;
	color: black;
	animation: 0.3s ease show-basket-notification;
}

@keyframes show-basket-notification {
	0% {
		opacity: 0;
		transform: translateY(16px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.b-basket-notification__title {
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px;
}

.b-basket-notification__item {
	display: flex;
	min-width: 100%;
	border: 1px solid #E1E1E1;
	background-color: #F8F8F9;
	overflow: hidden;
}

.b-basket-notification__item:not(:last-child) {
	margin-bottom: 10px;
}

.b-basket-notification__item-img {
	display: block;
	width: 60px;
	height: 65px;
	overflow: hidden;
}

.b-basket-notification__item-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.b-basket-notification__item-content {
	padding: 10px 16px;
	border-left: 1px solid #E1E1E1;
	font-size: 14px;
	line-height: 20px;
}

.b-basket-notification__item-name {
	margin-bottom: 1px;
}

.b-basket-notification__item-price {
	display: flex;
	align-content: center;
	margin: 0;
	font-weight: 600;
}

.b-basket-notification__item-old {
	margin-right: 4px;
	font-weight: 300;
	text-decoration:line-through;
}

@media (max-width: 1679.98px) {
	.b-basket-notification {
		right: 20px;
	}
}