

/* Start:/local/templates/styleshop_new/components/bitrix/catalog.element/catalog_new/style.css?175275800450235*/
.red-text{
	color: #ee105a;
	font: 700 16px/1.43em var(--minor-font);
	text-align: center;
}
.youtube-video {
	width: 100%;
	height: 100%;
	aspect-ratio: 2/1;
}
.tabs-container.detail-tabs-container{
	clear: both;
}
.tinkoff-form{
	margin: 0 auto;
}
.tinkoff-form h3{
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
	font-size: 20px;
	line-height: 2em;
	border-bottom: 1px solid #d2d2d2;
	color: #333333;
}
.detail-product-images-photorama-img ul {
	min-height: 500px;
}
.tinkoff-form p{
	font-size: 12px;
	color: #333;
	margin-bottom: 5px;
}
.tinkoff-form .required{
	color: #f00;
}

iframe
 {
	 width: 100%;
	 height: 400px;
 }
body
{
	color: #000;
}

.input-group[class*="col-"] {
	float: right;
}

.description
{
	font: 11pt/1.43em var(--minor-font);
}

.headline
{
	display: none;
}
/* прячем input checkbox */
input[type="checkbox"] {
	display: none;
}

/* стили для метки */
.checkedsrv {
	color: #000;
	cursor: default;
	font-weight: normal;
	line-height: 30px;
	padding: 10px 0;
	vertical-align: middle;
	margin-top: 10px;
	font-size: 14px;
}

/* формируем внешний вид чекбокса в псевдоэлементе before */
.checkedsrv:before {
	content: " ";
	color: #000;
	display: inline-block;
	font: 20px/30px Arial;
	margin-right: 8px;
	position: relative;
	text-align: center;
	text-indent: 0px;
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 1px solid #e3e3e3;
	border-image: initial;
	vertical-align: middle;
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.33);
	border-radius: 5px;
	margin-top: -5px;
	
}
.detail-product-right .button-cart .un_buttoncart {
	color: #fff;
	padding: 7px 52px;
	text-transform: none;
	font-size: 1.4rem;
}

/* вариации внешнего вида в зав-ти от статуса checkbox */
/* checked */
input:checked + label:before {
	content: "V";
}
/* disabled */
input:disabled + label:before {
	background: #eee;
	color: #aaa;
}
/* Стили кнопок пагинации*/
.items-sections {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.items-sections .items-section {
    margin-right: 10px;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    color: #392A30;
    background-color: #F6F5F3;
    border-radius: 10px;
    text-transform: uppercase;
    transition: 0.3s;
    cursor: pointer;
}

.items-sections .items-section.active {
    color: #fff;
    background-color: #E60082;
}

@media (max-width: 991px) {
    .items-sections .items-section {
        padding: 16px 10px;
        font-size: 12px;
    }
}

@media (max-width: 418px) {

	.items-sections .items-section {
		margin-right: 0;
	}

    .items-sections {
       flex-wrap: wrap;
	   gap: 10px;
    }
}

.show-more-btn {
    color: #ed008c;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s ease;
    background: transparent;
}
.show-more-btn:hover {
    text-decoration: underline;
}
#product__name {
	position: relative;
}
.name-desc-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
#product__name .product_description {
	font-size: 18px;
	line-height: 25px;
}

#product__name > h1 {
	margin: 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 35px;
}

/* === === === === === */
/* Product params
/* === === === === === */

#product__params {
	max-width: 100%;
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
}

#product__params-vendor {
	font-size: 10pt;
}

#product__params-vendor:before {
	content: 'Производитель:';
	font-weight: bold;
}

#product__params-rate {
	width: 100px;
	height: 18px;
	background: url(/local/templates/styleshop_new/components/bitrix/catalog.element/catalog_new/../images/rate_full.svg) no-repeat 0, url(/images/rate_empty.svg) no-repeat center;
}

#product__params-rate[data-stars="1"] {
	background: url(/local/templates/styleshop_new/components/bitrix/catalog.element/catalog_new/../images/rate_full.svg) no-repeat -60px, url(/images/rate_empty.svg) no-repeat center;
}

#product__params-rate[data-stars="2"] {
	background: url(/local/templates/styleshop_new/components/bitrix/catalog.element/catalog_new/../images/rate_full.svg) no-repeat -60px, url(/images/rate_empty.svg) no-repeat center;
}

#product__params-rate[data-stars="3"] {
	background: url(/local/templates/styleshop_new/components/bitrix/catalog.element/catalog_new/../images/rate_full.svg) no-repeat -40px, url(/images/rate_empty.svg) no-repeat center;
}

#product__params-rate[data-stars="4"] {
	background: url(/local/templates/styleshop_new/components/bitrix/catalog.element/catalog_new/../images/rate_full.svg) no-repeat -20px, url(/images/rate_empty.svg) no-repeat center;
}

#product__params-rate[data-stars="5"] {
	background: url(/local/templates/styleshop_new/components/bitrix/catalog.element/catalog_new/../images/rate_full.svg) no-repeat 0, url(/images/rate_empty.svg) no-repeat center;
}

/* === === === === === */
/* Product card
/* === === === === === */

#product__card {
	background: #F4F4F4;
	padding: 30px;
	border-radius: 8px;
	
	/*max-width: 45%;*/
}

/* === === === === === */
/* Product card old price
/* === === === === === */

#product__card-oldprice {
	font-size: 16pt;
	color: #ACACAC;
	text-decoration: line-through;
}

/* === === === === === */
/* Product card price
/* === === === === === */

#product__card-price {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #dedede;
}

#product__card-price > div:first-child {
	font: bold 24pt var(--major-font);
}



#product__card-price > div:nth-child(3) > button {
	display: block;
	background-color: transparent;
	padding: 0;
	color: #797979;
	text-decoration: underline;
	border: none;
	cursor: pointer;
}

#product__card-price > div:nth-child(3) > button:hover {
	text-decoration: none;
}

/* === === === === === */
/* Product card buttons
/* === === === === === */

#product__card-buttons > div {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}
@media(min-width:992px)
{
	#product__card-buttons > div > div {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 55px;
		margin: 0 10px;
		border-radius: 6px;
		overflow: hidden;
	}
}

@media(min-width:520px) and (max-width:767px)
{
	#product__card-buttons > div > div {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 55px;
		margin: 0 10px;
		border-radius: 6px;
		overflow: hidden;
	}
}
@media(min-width:410px) and (max-width:520px)
{
	#product__card-buttons > div > div {
		display: flex;
		justify-content: center;
		align-items: center;
		
		height: 55px;
		margin: 0;
		border-radius: 6px;
		overflow: hidden;
	}
	.compare{
		width: 87px;
		margin-left: 30px;
	}
	
	.ajax-recall {
		width: 85px !important;
		
	}
	
}
@media(min-width:410px)
{
	#product__card-buttons > div > div:first-child {
		margin-left: 0;
	}
}

#product__card-buttons > div > div:last-child {
	margin-right: 0;
}
@media(min-width:992px)
{
	#product__card-buttons > div > div > button {
		display: block;
		width: 100%;
		height: 100%;
		border: none;
		
		font: bold 11pt var(--minor-font);
		color: #fff;
		cursor: pointer;
		transition: .21s;
	}
}

@media(max-width:767px)
{
	#product__card-buttons > div > div > button {
		display: block;
		width: 100%;
		height: 100%;
		border: none;
		
		font: bold 11pt var(--minor-font);
		color: #fff;
		cursor: pointer;
		transition: .21s;
	}
}
#product__card-buttons > div > div > button.pink {
	background: var(--pink);
}

#product__card-buttons > div > div > button.blue {
	background: var(--blue);
}

#product__card-buttons > div > div > button:hover {
	opacity: .8;
}

#product__card-buttons > div > div > button [class^="fa"] {
	margin-right: 5px;
}
@media(min-width:410px)
{
	#product__card-amount {
		display: flex;
		width: 100px;
		height: 25px;
		background: #fff;
		border-radius: 4px;
		overflow: hidden;
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
	}
}
#product__card-amount > button {
	display: block;
	width: auto;
	height: 100%;
	background-color: transparent;
	border: none;
	padding: 0 10px;
	font: bold 12pt var(--minor-font);
	cursor: pointer;
}

#product__card-amount > input {
	display: block;
	width: 100%;
	border: none;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	text-align: center;
	font: bold 10pt var(--minor-font);
}

/* === === === === === */
/* Product additional
/* === === === === === */

@media(min-width:410px)
{
	#product__additional {
		display: flex;
		
		
	}
}
#product__additional > div {
	width: 100%;
	padding: 30px;
	font: 11pt/1.43em var(--minor-font);
}

#product__additional > div > p {
	margin-top: 0;
	padding-left: 25px;
}

#product__additional > div:first-child > p:first-child {
	background: url(/local/templates/styleshop_new/components/bitrix/catalog.element/catalog_new/../images/delivery_icon.svg) no-repeat;
	background-position: 2px 3px;
}

#product__additional > div:first-child > p:nth-child(2) {
	background: url(/local/templates/styleshop_new/components/bitrix/catalog.element/catalog_new/../images/warranty.svg) no-repeat;
	background-position: 2px 0;
}

#product__additional > div:last-child {
	display: flex;
}

#product__additional > div:last-child > div:first-child {
	width: 60px;
	flex-shrink: 0;
}

#product__additional > div:last-child > div:nth-child(2) {
	margin-left: 10px;
}

#product__additional > div:last-child > div:nth-child(2) > div:last-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

#product__additional > div:last-child > div:nth-child(2) > div:last-child > div:first-child {
	font-size: 14pt;
	font-weight: bold;
	color: var(--pink);
}

#product__additional > div:last-child > div:nth-child(2) > div:last-child > button {
	width: 35px;
	height: 35px;
	background-color: transparent;
	border: 2px solid #000;
	border-radius: 50%;
	cursor: pointer;
	transition: .2s;
}

#product__additional > div:last-child > div:nth-child(2) > div:last-child > button:hover {
	border-color: var(--pink);
	color: var(--pink);
}
.form-inline .quantity .qty {
	width: 100%;
	margin-left: 0px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #ffffff;
	opacity: 1;
}

.form-inline .quantity {
	margin-top: 0px;
}
:root {
	--major-font: 'Open Sans', sans-serif;
	--minor-font: 'PT Sans', sans-serif;
	
	--pink: #FF7CB0;
	--green: #78BB32;
	--blue: #1D99DF;
}

.btn-prms {
	color: #fff;
	background-color: #78bb32;
	border-color: #78bb32;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: var(--green);
	font: bold 11pt var(--minor-font);
	color: #fff;
	cursor: pointer;
	transition: .21s;
	padding-top: 20px;
}

.btn-buye
{
	
	color: #555;
	background-color: #ffffff;
	border-color: #ffffff;
	border: 2px solid #000;
	border-radius: 50%;
	cursor: pointer;
	transition: .2s;
	
}
.new_blackbtn
{
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	font: bold 11pt var(--minor-font);
	color: #fff;
	cursor: pointer;
	transition: .21s;
	padding-top: 20px;
	padding-left: 30px;
}
@media(min-width:410px)
{
	.ajax-recall
	{
		background-color: #ff7cb0;
		border-color: #e1e1e1;
		display: block;
		width: 100%;
		height: 100%;
		border: none;
		/* background: var(--green); */
		font: bold 11pt var(--minor-font);
		color: #fff;
		cursor: pointer;
		transition: .21s;
		white-space: inherit;
		padding-top: 13%;
	}
}
#poscredit_oneclick_button
{
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	background: var(--blue);
	font: bold 11pt var(--minor-font);
	color: #fff;
	cursor: pointer;
	transition: .21s;
}


.nav-tabs {
	
	display: flex;
	border-bottom: 1px solid #e6e6e6;
	margin: 0px;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
	
}
.nav-tabs > li > a {
	display: block;
	padding: 20px 15px;
	border: none;
	border-bottom: 0 solid var(--pink);
	font: 12pt var(--minor-font);
	background-color: transparent;
	cursor: pointer;
	transform: translateY(1px);
	transition: .21s
	
}
.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #e1e1e1; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555;
	background-color: #fff;
	border: 0px solid #e1e1e1;
	border-bottom-color: transparent;
	cursor: default;
	font-weight: 800;
}
@media(min-width:410px)
{
	.detail-product-right .button-cart .un_buttoncart
	{
		padding: 15% 15%;
	}
}

.detail-product-right .compare > a {
	display: flex;
	align-items: center;
	text-decoration: none;
}
.detail-product-right .compare > a > span {
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	color: #A39D9D;
	margin-left: 10px;
}
.detail-product-right .compare > a > svg {
	min-width: 30px;
}

.sidebar
{
	display:none;
	
}
.nashlideshevle {
	
	
	display: block;
	background-color: transparent;
	padding: 0;
	color: #797979;
	text-decoration: underline;
	border: none;
	cursor: pointer;
}


#foundcheaper__popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000001;
	width: 100%;
	height: 100%;
	padding: 100px 0;
	overflow: auto;
	background: rgba(0, 0, 0, .5);
}

#foundcheaper__popup-wrapper {
	width: 100%;
	max-width: 400px;
	margin: auto;
	background: #fff;
	border-radius: 5px;
}

/* === === === === === */
/* Header
/* === === === === === */

#foundcheaper__popup-wrapper-header {
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

#foundcheaper__popup-wrapper-header > div:first-child {
	font: bold 13pt var(--minor-font);
}

#foundcheaper__popup-wrapper-header > div:last-child > button {
	display: block;
	padding: 0;
	background-color: transparent;
	border: none;
	font-size: 24px;
	cursor: pointer;
	transition: .3s;
}

#foundcheaper__popup-wrapper-header > div:last-child > button:hover {
	opacity: .5;
}

/* === === === === === */
/* Contents
/* === === === === === */

#foundcheaper__popup-wrapper-contents {
	padding: 20px;
}

#foundcheaper__popup-wrapper-contents > form > input,
#foundcheaper__popup-wrapper-contents > form > textarea,
#foundcheaper__popup-wrapper-contents > form > button {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	border: none;
	background: #f2f2f2;
	border-radius: 8px;
	padding: 15px 15px;
	font: bold 12pt var(--minor-font);
	resize: none;
}

#foundcheaper__popup-wrapper-contents > form > button {
	background: var(--blue);
	color: #fff;
	cursor: pointer;
}

#foundcheaper__popup-wrapper-contents > form > button:hover {
	opacity: .8;
}

.rmb
{
	display: block;
	background-color: transparent !important;
	padding: 0;
	color: #797979 !important;
	text-decoration: underline;
	border: none;
	cursor: pointer;
	font-weight: 100;
}


.nav-tabs > li.active
{
	border-bottom: 5px solid #ff7cb0;
}

#tabs__frequent {
	margin-top: 100px;
}
#tabs__frequent .tabs__row {
	display: flex;
	justify-content: space-between;
}
#tabs__frequent > div:first-child {
	font-size: 44px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.03em;
	text-transform: uppercase;
	color: #392A30;
}
#tabs__frequent a.soap-btn-cart {
	position: absolute;
	bottom: 0;
	background-color: #E60082;
	border-color: #E60082;
	border-radius: 100px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
}
#tabs__frequent a.soap-btn-cart svg {
	display: none;
}

@media(min-width:448px)
{
	.tabs__frequent-item {
		display: flex;
		margin: 30px 0;
	}
}

.tabs__frequent-item > div:first-child {
	width: 100%;
	height: 270px;
	border-radius: 10px;
	overflow: hidden;
}
@media(min-width:1199px) {
	.tabs__frequent-item > div:first-child {
		height: 220px;
	}
}

.tabs__frequent-item > div:first-child > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.tabs__frequent-item > div:last-child {
	width: 100%;
	font: 11pt var(--minor-font);
	padding-top: 24px;
}

.tabs__frequent-item > div:last-child > div:nth-child(2) {
	margin-top: 15px;
}

.tabs__frequent-item > div:last-child > div:nth-child(2) > div:first-child {
	font-size: 14pt;
	font-weight: bold;
	color: #392A30;
}

.tabs__frequent-item > div:last-child > div:nth-child(2) > button {
	width: 35px;
	height: 35px;
	background-color: transparent;
	border: 2px solid #000;
	border-radius: 50%;
	cursor: pointer;
	transition: .2s;
}

.tabs__frequent-item > div:last-child > div:nth-child(2) > button:hover {
	border-color: var(--pink);
	color: var(--pink);
}
@media(min-width:992px)
{
	.compare-mob
	{
		display:none !important;
	}
}

@media(min-width:520px) and (max-width:767px)
{
	.compare-mob
	{
		display:none !important;
	}
}

@media(min-width:0px) and (max-width:520px)
{
	.compare-des
	{
		display:none !important;
	}
	
	/*#product__card-buttons > div {
      display: flex;
      justify-content: space-between;
      padding: 10px 0;
      margin-left: -14px;
  }*/
	
	.ajax-recall {
		
		border-color: #e1e1e1;
		display: block;
		width: 80px;
		height: 100%;
		border: none;
		
		font: bold 11pt var(--minor-font);
		
		cursor: pointer;
		transition: .21s;
		white-space: inherit;
		/* padding-top: 13%; */
	}
	
	
}

@media(min-width:768px) and (max-width:992px)
{
	.compare-des
	{
		display:none !important;
	}
	
	
	#product__card-buttons > div > div:first-child {
		margin-left: 0;
		width: 100px !important;
	}
	.compare
	{
		width: 100px;
	}
	.button-bsn
	{
		/*margin-left: -20px;*/
	}
	
	#product__card-buttons > div > div
	{
		
		margin: 0;
	}
	
	
	#product__card-buttons > div > div {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 55px;
		border-radius: 6px;
		overflow: hidden;
	}
	
}

@media(min-width:410px)
{
	#product__card-buttons > div > div {
		display: flex;
	}
}
@media(min-width:410px)
{
	.detail-product-right .compare {
		display: inline-block;
		vertical-align: top;
		
	}
}

@media(min-width: 320px) and (max-width:410px)
{
	/*#product__card-buttons > div {
      display: flow-root;
      justify-content: space-between;
      padding: 10px 0;
      margin-left: -14px;
  }*/
	
	.ajax-recall {
		
		border-color: #e1e1e1;
		display: block;
		width: 100%;
		height: 100%;
		border: none;
		font: bold 11pt var(--minor-font);
		
		cursor: pointer;
		transition: .21s;
		white-space: inherit;
		
	}
	.cardbts{
		/*float: left;*/
		width: 100%;
	}
	
	.creditcss
	{
		float: left;
		width: 100%;
		margin-bottom: 10px;
		height: 35px;
	}
	.detail-product-right .compare {
		display: inline-block;
		vertical-align: top;
		width: 100% !important;
		height: 35px;
	}
	
	.detail-product-right .button-cart .un_buttoncart {
		padding: 10% 10%;
	}
	.wh
	{
		width:100% !important;
	}
	/*.buyoneclick {
      margin-left: 0;
      margin-top: -20px;
      margin-bottom: 10px;
  }*/
	#product__card-amount {
		display: flex;
		width: 100px;
		height: 25px;
		background: #fff;
		border-radius: 4px;
		overflow: hidden;
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
		text-align: center;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.deshevle
	{
		width:30%;
	}
	
}
@media(min-width:0px) and (max-width:500px)
{
	#product__additional {
		
		display: block !important;
		
		
	}
}

@media(max-width:448px)
{
	.tabs__frequent-item {
		display: block;
		margin: 30px 0;
		width: 65%;
	}
	
	.ajax-recall {
		background-color: #ff7cb0;
		color: #fff;
	}
	#poscredit_oneclick_button
	{
		padding: 8px 12px;
	}
}
@media(min-width:767px )
{
	.name-mobile
	{
		display: none;
	}
	
	.params-mobile
	{
		display: none !important;
		
	}
}
@media(max-width:767px )
{
	.name-desc
	{
		display: none;
	}
	
	.params-desc
	{
		display: none !important;
		
	}
}


input[type="radio"], input[type="checkbox"] {
	margin: 0px 0 0;
	margin-top: 1px;
	line-height: normal;
	font-size: 20px;
	width: 40px;
	height: 20px;
}

.checkname
{
	font-size: 15px;
	
}
table
{
	margin-top: -5px;
}

.bx_item_detail_rating .bx_stars_progres {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #ff7cb0;
}
.bx_item_detail_rating .bx_stars_rating_votes {
	color: #8d8d8d;
	font-size: 12px;
	line-height: 20px;
	vertical-align: middle;
	display: none;
}

.product__decsription {
	padding: 10px 0px;

}
.product__decsription p {
font-size: 16px;
line-height: 20px;
}
@media(min-width:768px) and (max-width:991px)
{
	#product__additional {
		display: block;
	}
}
.sopcss{
	color: #676767;
	
}

#descname
{
	font-size: 2.5rem;
	margin: 0;
	font: bold 16pt var(--major-font);
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
	color: #000;
}

	#product .product__info {
		display: flex;
		justify-content: space-between;
		align-self: flex-end;
	}

#product .product__info_left {
	width: 50%;
}

#product .product__info_right {
	width: 46%;
	margin-top: 20px;
}

#product .checkedsrv::before {
	display: none;
}

#product  .product__rating-row{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

#product  .checkedsrv {
	background-color: #E5097F;
	width: 105px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #fff;
	margin-right: 5px;
	border-radius: 5px;
}

#product .checkedsrv svg {
	margin-left: 5px;
}

#product .bx_item_detail_rating {
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-top: 6px;
	padding: 10px;
	background: #fff;
}

#product .bx_item_detail_rating .bx_stars_progres {
	background: #e5097f;
}

#product #product__card {
	box-shadow: 8px 51px 40px -29px #7A395333;
	background-color: #fff;
	padding: 20px 25px;
}

#product #product__card-price {
	border-bottom: none;
	margin: 0;
}

#product #product__card-price .old-price {
	font-size: 20px;
	color: #737373;
	display: block;
	position: relative;
}

#product #product__card-price .old-price::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	margin-top: -1px;
	background-color: #737373;
}

#product #product__card-price .price  {
	font-size: 30px;
}


#product #product__card-amount {
	display: flex;
	height: 35px;
	align-items: center;
	box-shadow: none;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-bottom: 15px;
}

#product #product__card-amount .input-group .input-group-btn .quantity-down {
	height: 100%;
	border: none;
}

#product #product__card-amount .input-group .input-group-btn .quantity-up {
	border: none;
	height: 100%;
}

#product #product__card-amount .input-group .input-group-btn .btn {
	font-size: 30px;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
}
#product #product__card-amount .input-group{
	display: flex;
	height: 35px;
	align-items: center;
}
#product #product__card-amount .input-group .qty {
	font-size: 18px;
	height: 35px;
	width: 50px;
	line-height: 35px;
}

#product #product__card .cardbts {
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #78BB32;
	border-radius: 6px;
	margin-bottom: 12px;
}
#product #product__card .cardbts .btn {
	border-radius: 6px;
	background-color: #78BB32;
	border: none;
}

#product #product__card .cardbts span {
	margin-right: 10px;
	display: inline-block;
}

#product .buyoneclick {
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	margin-bottom: 12px;
}

#product .buyoneclick .btn {
	border-radius: 6px;
	background: #DCF6C0;
	color: #78BB32
}

#product .tinkoff-button {
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	background-color: #EA4410;
}
#product .tinkoff-button a{
	color: #fff;
	font-weight: 700;
}
#product #product__params-vendor::before {
	font-weight: normal;
}

#product #product__params-vendor {
	margin-bottom: 15px;
	font-size: 16px;
}

#product .product__tech {
	height: 155px;
	overflow: hidden;
}

#product .product__tech.opened {
	overflow: initial;
	height: auto;
}

#product .product__tech li {
	margin-bottom: 6px;
	font-size: 14px;
}

#product .product__tech-btn {
	display: none;
	font-size: 16px;
	color: #478ffe;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 20px;
}

#product #product__params-vendor.mobile {
	display: none;
}

.section.tabs-container.detail-tabs-container {
	width: 100%;
}

.section.soap {
	width: 100%;
}

.detail-tabs-container .nav.nav-tabs {
	display: flex;
	justify-content: space-between;
	border-bottom: none;
}

.detail-tabs-container .nav.nav-tabs li {
	width: 100%;
	border-bottom: 1px solid #21252933;
}
.detail-tabs-container .nav.nav-tabs li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	transition: all .2s ease-out;
	color: #212529;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	padding: 25px 30px;
	white-space: nowrap;
}
.detail-tabs-container .nav.nav-tabs > li > a:hover {
	background: transparent;
	border: none;
	color: #212529;
}
.detail-tabs-container li.active:after {
	content: none !important;
}

.detail-tabs-container .nav.nav-tabs li.active {
	border-bottom: none;
	border-top: 1px solid #21252933;
	border-left: 1px solid #21252933;
	border-right: 1px solid #21252933;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.detail-tabs-container .nav.nav-tabs li.active a {
	color: #212529;
	border: none;
}
@media (max-width: 1199px) {
	.detail-tabs-container .nav.nav-tabs li a {
		font-size: 16px;
		padding: 16px 25px;
	}
}
@media(max-width:767px) {
	.detail-tabs-container .nav.nav-tabs {
		flex-wrap: wrap;
		justify-content: center;
	}
	.detail-tabs-container .nav.nav-tabs li {
		width: auto;
	}
	.detail-tabs-container .nav.nav-tabs li.active {
		border-top: unset;
		border-left: unset;
		border-right: unset;
		border-radius: 0;
	}
	.detail-tabs-container .nav.nav-tabs li a {
		padding: 14px 12px;
		font-size: 14px;
	}
	.detail-tabs-container .nav.nav-tabs li.active a {
		background: #FF7CB0;
		color: #fff;
	}
}

#product__card-oldprice-deleted::before {
	background-color: #AEAEAE;
}

.soap .tabs__frequent-item {
	position: relative;
	width: calc(100% / 4 - 45px / 3);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 55px;
}

.soap .tabs__frequent-item .sopcss {
	display: block;
	font-size: 16px;
	color: #392A30;
}

.soap-btn-cart {
	height: 35px !important;
	width: 100px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	font-size: 13px;
	border-radius: 5px;
	transition: all .2s ease-out;
}

.soap-btn-cart svg path {
	transition: all .2s ease-out;
}

#soap-btn-cart:hover {
	background: #78BB32 !important;
	color: #fff !important;
	border: none;
}

.soap-btn-cart:hover svg path {
	fill: #fff;
}

.soap-btn-cart svg {
	margin-right: 5px;
}

.soap .tabs__frequent-item .soap-price-row .soap-price {
	width: 100%;
	text-align: left;
	font-size: 20px !important;
	color: #392A30;
	line-height: 1;
}

.soap {
	margin-top: 0;
}

.product-consult-btn {
	font-size: 16px;
	background: #E5097F;
	color: #fff;
	margin: auto;
	margin-top: auto;
	display: block;
	margin-top: 30px;
	border: none;
	display: block !important;
	width: 230px;
	height: 50px;
	transition: color .3s ease-out;
}

.product-consult-btn:hover {
	color: #fff;
}

.detail-product-images-photorama-img{
	position: relative;
}
.detail-product__bages{
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
	padding: 0;
	margin: 0;
	display: flex;
	list-style: none;
	font-family: 'Qanelas';
	font-size: 14px;
	font-weight: 600;
}
.detail-product__bages li{
	background: #EA1010;
	color: #fff;
	padding: 0 10px;
	margin-right: 7px;
	border-radius: 6px;
	line-height: 23px;
}
.detail-product__bages li:last-child{
	margin-right: 0;
}
.detail-product__bages .bage_DISCOUNT{
	background: #E5097F;
}
.detail-product__bages .bage_HIT{
	background: #EA1010;
	text-transform: uppercase;
}
.detail-product__bages .bage_SALE{
	background: #ED5728;
}
.detail-product__bages .bage_NEW{
	background: #78BB32;
}
@media (max-width: 1200px) {
	#product .product__info_right {
		width: 44%;
	}
	
	#product .product__info_left {
		width: 52%;
	}
}

@media (max-width:992px) {
	#product .product__info {
		flex-direction: column;
	}
	
	#product .product__info_right {
		width: 100%;
	}
	
	#product .product__info_left {
		width: 100%;
	}
	#product .product__banner{
		margin-left: 0;
		
	}

	#product .compare {
		display: block !important;
		margin-right: 20px;
	}
	
	#product #product__params-vendor {
		display: none;
	}
	
	#product #product__params-vendor.mobile {
		display: block;
	}
	
	#product .product__price-row {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	#product .cardbts {
		max-width: 210px
	}
	
	#product .buyoneclick {
		margin-left: 20px;
		max-width: 210px;
	}
	
	#product .buyoneclick a {
		width: 100% !important;
	}
	
	#product .tinkoff-button {
		margin: 0;
		max-width: 210px;
	}
	
	#product .product__tech {
		height: 75px;
	}
	
	#product #product__params-mobile {
		display: none;
	}
	
	.section.tabs-container.detail-tabs-container {
		width: 100%;
	}
	
	.section.soap {
		width: 100%;
	}
	
	#tabs__frequent {
		width: 100%;
		padding: 10px 10px;
	}
	
	#tabs__frequent .tabs__row {
		flex-wrap: wrap;
	}

	#tabs__frequent .tabs__row::-webkit-scrollbar-track
	{
		border-radius: 5px;
		background-color: #fff;
		margin: 0 40px;
	}

	#tabs__frequent .tabs__row::-webkit-scrollbar
	{
		height: 9px;
		background-color: transparent;
	}

	#tabs__frequent .tabs__row::-webkit-scrollbar-thumb
	{
		border-radius: 5px;
		background-color: #656565;
		transition: .3s all ease-out;
	}
	#tabs__frequent .tabs__row::-webkit-scrollbar-thumb:hover
	{
		background-color: #8f8f8f;
	}

	.soap .tabs__frequent-item {
		width: calc(100%/2 - 15px) !important;
	}
}

@media (max-width: 768px) {
	#product .buyoneclick {
		margin-left: 0;
	}
	
	#product .product__price-row {
		align-items: flex-start;
		flex-direction: column;
	}
	
	#product #product__params-vendor.mobile {
		display: none;
	}
	
	.breadcrumb > li {
		font-size: 12px;
		opacity: 0.5;
	}
}

@media (max-width: 576px) {
	#product .cardbts, #product .buyoneclick, #product .tinkoff-button {
		max-width: 100%;
	}
	
	.nav-tabs-wrapper {
		overflow-x: scroll;
	}
	
	.detail-tabs-container .nav.nav-tabs li a {
		/*width: 100px;*/
	}
	
	#product__name-mobile {
		margin-bottom: 25px;
	}
	.soap .tabs__frequent-item {
		width: 100% !important;
	}
}

.product__params li{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 17px;
	color: #212529;
}
.product__params a{
	font-size: 16px;
	line-height: 19px;
	text-decoration-line: underline;
	color: #478FFE;
}
.blog-comments{
	padding-top: 30px;
}
/* product banner */
.product__banner{
	align-self: flex-start;
	padding: 8px 16px 14px;
	margin-left: 30px;
	margin-top: 20px;
	background: #FF63A1;
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
}
.product__banner h3{
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 600;
	color: inherit;
}
.product__banner p,
.product__banner a
{
	margin-top: 8px;
	font-size: inherit;
	color: inherit;
}


.review-text__wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.review-text__wrapper .review-summary {
	width: 30%;
	margin: 20px 0;
}
.review-text__wrapper .review-summary .rate {
	font-size: 36px;
    line-height: 46px;
    font-weight: 600;
	margin-bottom: 5px;
}
.review-text__wrapper .review-summary .common {
	display: flex;
	justify-content: space-between;
}
.review-text__wrapper .review-summary .common .stars {
	position: relative;
}
.review-text__wrapper .review-summary .common .stars .blur {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background: rgba(255,255,255,0.65);
}
.review-text__wrapper .review-summary .text {
	margin-left: 20px;
	font-size: 14px;
    line-height: 20px;
	white-space: nowrap;
}
.review-text__wrapper .review-summary button {
    width: 100%;
	margin-top: 10px;
	background-color: #78BB32;
}
.review-text__wrapper .review-summary .grade-list {
	margin-top: 20px;
}
.review-text__wrapper .review-summary .grade-list-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	cursor: pointer;
}
.review-text__wrapper .review-summary .grade-list-item.active .text {
	font-weight: 700;
}
.review-text__wrapper ul {
	width: 68%;
    padding-left: 0;
    margin-top: 0;
    list-style-type: none;
}
.review-text__wrapper li {
    margin: 20px 0;
}
.review-list__item {
    border: 1px solid #F2F2F5;
    position: relative;
    overflow: hidden;
	padding: 40px;
    width: 100%;
}
.review-list__author {
    font-size: 18px;
    display: flex;
    align-items: center;
}
.review-list__author .col {
    float: left;
	margin-bottom: 10px;
}
.review-list__author .col:first-child {
    padding-right: 20px;
}
.review-list__item .rating {
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-list__date {
    margin-top: auto;
    color: #979797;
    font-size: 16px;
    margin-bottom: 7px;
}
.review-list__text {
    font-size: 16px;
    line-height: 20px;
    color: #1E1E1E;
}
.review-list__item .plus-minus-block {
    display: flex;
    position: relative;
    overflow: hidden;
}
.review-list__item .plus-minus-block .col {
    width: 50%;
	padding-right: 20px;
	margin-top: 20px;
}
.review-list__item .c-green {
    color: #3aa000;
}
.review-list__item .c-red {
    color: #FF3333;
}
.review-list__photos {
	display: flex;
	flex-wrap: wrap;
}
.review-list__photos a {
	display: block;
    width: 160px;
    height: 90px;
	margin-right: 15px;
	margin-top: 15px;
	border-radius: 4px;
	overflow: hidden;
}
.review-list__photos img {
	width: 160px;
    height: 90px;
	object-fit: cover;
}
@media (max-width: 767px) {
	.review-text__wrapper .review-summary {
		width: 100%;
	}
	.review-text__wrapper ul {
		width: 100%;
	}
	.review-list__item {
		padding: 20px;
	}
	.review-list__item .plus-minus-block {
		flex-wrap: wrap;
	}
	.review-list__item .plus-minus-block .col {
		width: 100%;
		margin-left: 0;
	}
	.review-list__author {
		flex-wrap: wrap;
	}
}

#modal-review .review-form-title {
    padding: 0 0 15px 0;
    margin-bottom: 20px;
    font-size: 2rem;
    border-bottom: 1px solid #e1e1e1;
}
#modal-review .input-file {
    position: relative;
    width: 100%;
}
#modal-review .input-file input[type=file] {
    position: absolute;
    z-index: -1;
    opacity: 0;
    display: block;
    width: 0;
    height: 0;
}
#modal-review .input-file .btn {
    width: 100%;
	background: #E5097F;
	color: #fff;
}
#modal-review .input-file-list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}
#modal-review .input-file-list-item {
    margin-top: 15px;
    margin-right: 2%;
    width: 32%;
    position: relative;
}
#modal-review .input-file-list-item img {
    width: 100%;
}
#modal-review .input-file-list-name {
    text-align: center;
    display: block;
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#modal-review .input-file-list-remove {
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 5px;
    right: 5px;
    background: #E5097F;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 1;
    border-radius: 50%;
    font-size: 20px;
}
#modal-review .rating .star {
	cursor: pointer;
}
#modal-review .rating .star svg {
	transition: 0.2s;
}
#modal-review .rating .star:hover ~ .star svg path,
#modal-review .rating .star.active ~ .star svg path {
	fill: #dadada;
	stroke: #dadada;
}

.rating-summary {
	display: flex;
    align-items: center;
    justify-content: center;
	cursor: pointer;
}
.rating-summary span {
	font-size: 16px;
	font-weight: 500;
	margin-left: 6px;
	color: #777;
}
/*product_card*/

#product .product__info_left {
  width: 100%;
}

#product #product__card {
  border-radius: 10px;
  background: #fbf5f7;
  box-shadow: 8px 51px 40px -29px #7A395333;
  padding: 30px 25px;
}

#product .payment_info {
  border: unset;
  outline: unset;
  border-radius: unset;
  width: auto;
  background: #fbf5f7;
  display: flex;
  flex-flow: row wrap;
  place-items: center;
  place-content: space-between;
  margin-bottom: 25px;
  gap: 15px;
}

#product .payment_info .quantity_wrap {
  display: flex;
  flex-flow: row nowrap;
  place-items: center;
  place-content: space-between;
  gap: 15px;
  background: #fbf5f7;
}

#product .payment_info .quantity_wrap .quantity_down,
#product .payment_info .quantity_wrap .quantity_up {
  display: flex;
  flex-flow: column;
  place-items: center;
  place-content: center;
  cursor: pointer;
}

#product .payment_info .quantity_wrap .quantity_down button,
#product .payment_info .quantity_wrap .quantity_up button {
  display: block;
  border: unset;
  background: inherit;
  outline: unset;
}



#product .payment_info .quantity_wrap .quantity_input_wrap {
  display: flex;
  flex-flow: column;
  place-items: center;
  place-content: center;
  color: var(--dark, #212529);
  text-align: center;
  border: unset;
  outline: unset;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 1px var(--grey, #A39D9D);
  opacity: 0.5;
  width: 80px;
  height: 50px;
  overflow: hidden;
}

#product .payment_info .quantity_wrap .quantity_input_wrap input {
  font-size: 24px;
  font-weight: 500;
  line-height: 26.4px;
  width: 80px;
  height: 50px;
  padding: 10px;
  background: #fbf5f7;
  border: unset;
  outline: unset;
  box-shadow: unset;
}

#product .payment_info .quantity_wrap .quantity_input_wrap input:focus,
#product .payment_info .quantity_wrap .quantity_input_wrap input:focus-visible {
  border: unset !important;
  outline: unset !important;
  box-shadow: unset !important;
}

#product .payment_info .cart_button {
  display: flex;
  flex-flow: column;
  place-items: center;
  place-content: center;
  width: 59px;
  height: 55px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #E60082;
}

#product .payment_info .cart_button:hover {
  outline: unset;
  border: unset;
  background: #E60082 !important;
}


#product .payment_info .total_price {
  color: var(--dark, #212529);
  font-family: Qanelas;
  font-size: 32px;
  font-weight: 700;
  line-height: 35.2px;
}



#product #product__card .butts_row {
  display: flex;
  flex-flow: row wrap;
  place-items: center;
  place-content: space-between;
  gap: 20px;
}

#product #product__card .butts_row .consult,
#product #product__card .butts_row .installments,
#product #product__card .butts_row .credit,
#product #product__card .butts_row .divide,
#product #product__card .butts_row .drive_test {
  flex: 1;
  width: calc(50% - 10px);
  min-width: 242px;
  text-align: center;
}




#product #product__card .butts_row .consult button,
#product #product__card .butts_row .installments a,
#product #product__card .butts_row .credit a,
#product #product__card .butts_row .drive_test a {
  border-radius: 10px;
  display: block;
  height: unset;
  width: 100%;
  padding: 14px;
  font-size: 18px;
  font-weight: 700;
  transition: .3s;
}

#product #product__card .butts_row .consult button:hover,
#product #product__card .butts_row .installments a:hover,
#product #product__card .butts_row .credit a:hover,
#product #product__card .butts_row .divide:hover,
#product #product__card .butts_row .drive_test a:hover {
  text-decoration: unset;
}

#product #product__card .butts_row .consult button:active,
#product #product__card .butts_row .installments a:active,
#product #product__card .butts_row .credit a:active,
#product #product__card .butts_row .divide:active,
#product #product__card .butts_row .drive_test a:active {
  outline: unset;
}

#product #product__card .butts_row .consult button:visited,
#product #product__card .butts_row .installments a:visited,
#product #product__card .butts_row .credit a:visited,
#product #product__card .butts_row .divide:visited,
#product #product__card .butts_row .drive_test a:visited {
  text-decoration: unset;
}

#product #product__card .butts_row .consult button:focus,
#product #product__card .butts_row .installments a:focus,
#product #product__card .butts_row .credit a:focus,
#product #product__card .butts_row .divide:focus,
#product #product__card .butts_row .drive_test a:focus {
  outline: unset;
  text-decoration: none;
}


#product #product__card .butts_row .consult {}

#product #product__card .butts_row .consult button {
  margin: unset;
  background: #41C72B;
}

#product #product__card .butts_row .consult button:hover {
  filter: brightness(1.05);
}

#product #product__card .butts_row .installments {}

#product #product__card .butts_row .installments a {
  background: #F53A3A;
}

#product .tinkoff-button {
  max-width: unset !important;
  margin: unset !important;
}

#product #product__card .butts_row .installments a:hover {
  filter: brightness(1.05);
}

#product #product__card .butts_row .credit {}

#product #product__card .butts_row .credit a {
  border: 1px solid #F53A3A;
  color: #F53A3A;
}

#product #product__card .butts_row .drive_test {
  place-self: stretch;
  display: flex;
  flex-flow: column;
  place-items: center;
  place-content: center;
}

#product #product__card .butts_row .drive_test a {
  display: flex;
  flex-flow: row nowrap;
  place-items: center;
  place-content: center;
  color: var(--grey, #A39D9D);
  font-weight: 600;
  gap: 20px;
  text-align: left;
  padding: unset;
}

#product #product__card .butts_row .drive_test a:hover .text {
  text-decoration: underline;
}

#product #product__card .butts_row .drive_test .icon {
  --size: 26px;

  border-radius: 50%;
  box-shadow: 0 0 0 1px #A39D9D;
  height: var(--size);
  width: var(--size);
  min-width: var(--size);
  display: flex;
  flex-flow: column;
  place-items: center;
  place-content: center
}


.detail-product-images-photorama {
  --max-height: 400px;
  /*otherwise it will take too much space*/
}

.detail-product-images-photorama .owlMainCarousel {
  padding-bottom: 110px;
}


.detail-product-images-photorama-img {
  padding: unset !important;
}

.detail-product-images-photorama-img .owl-stage-outer {
  --outside_padding: 25px;

  padding: var(--outside_padding) !important;
  box-shadow: 0 0 0 1px #D9D9D9;
  border-radius: 10px;
  width: calc(100% - 2px);
  margin: 1px auto;
}


.detail-product-images-photorama-img .owl-stage-outer a {
  width: calc(100% - 2px);
  padding-right: calc(var(--outside_padding) * 2);
  outline: unset;
}

.detail-product-images-photorama-img .owl-stage-outer a:active {
  outline: unset;
}

.detail-product-images-photorama-img .owl-item img {
  object-fit: contain;
  max-height: var(--max-height);
}

.detail-product-images-photorama-img .owl-dots {
  --item-size: 100px;

  position: absolute;
  top: unset !important;
  left: 1px !important;
  bottom: 1px;
  display: flex;
  flex-flow: row nowrap;
  place-items: stretch;
  place-content: flex-start;
  gap: 10px;
  transition: .6s !important;
}

.detail-product-images-photorama-img .owl-dots .owl-dot {
  width: var(--item-size);
  height: var(--item-size);
  margin: unset !important;
  padding: unset !important;
  border-radius: 10px;
  border: unset !important;
  box-shadow: 0 0 0 1px #d9d9d9;
}

.detail-product-images-photorama-img .owl-dots .owl-dot img {
  width: var(--item-size);
  background-size: auto;
  object-fit: contain;
  padding: 5px;
  border-radius: 10px;
  height: calc(100% - 2px);
}

.detail-product-images-photorama .fancy-image {
  display: none !important;
  padding: unset;
  text-align: right;
  position: absolute;
  bottom: 135px;
  right: 20px;
  width: 100%;
}




#custom_modal_drive_test {
  width: 975px;
  color: #212529;
  font-size: 16px;
  line-height: 20px;
}




#custom_modal_drive_test .modal_head .heading {
  margin-bottom: 15px
}


#custom_modal_drive_test .modal_body .pre_list {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

#custom_modal_drive_test .modal_body ul {
  margin-top: 10px;
  list-style: decimal outside;
  padding-left: unset;
  margin-left: 20px;
}

#custom_modal_drive_test .modal_body ul li .heading {
  font-weight: 700;
}

@media(max-width:767px) {
  #custom_modal_drive_test .modal_head .heading {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }
}

@media(max-width:600px) {
  #product .payment_info .quantity_wrap {
    width: 100%;
    place-content: space-evenly;
  }
}

@media(max-width:400px) {
  #product .payment_info {
    place-content: center;
  }
}





#custom_modal_buy_in_credit {
  width: max-content;
  min-width: 350px;
}

#custom_modal_buy_in_credit .modal_head {
  text-align: center;
  width: 100%;
}

#custom_modal_buy_in_credit .modal_head .heading {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}



#custom_modal_buy_in_credit .modal_body form {
  display: flex;
  flex-flow: column;
  place-items: flex-start;
  place-content: flex-start;
  margin-bottom: unset;
  gap: 10px;
}

#custom_modal_buy_in_credit .modal_body form .input_wrap {
  display: flex;
  flex-flow: column;
  place-items: flex-start;
  place-content: center;
  width: 100%;
}

#custom_modal_buy_in_credit .modal_body form .input_wrap input,
#custom_modal_buy_in_credit .modal_body form .input_wrap textarea {
  width: 100%;
  font-size: 1.5rem;
  padding-left: 5px;
}

#custom_modal_buy_in_credit .modal_body form .input_wrap .small {
  font-size: 10px;
  font-weight: 400;
}

#custom_modal_buy_in_credit .modal_body form .input_wrap input {
  height: 32px;
}

#custom_modal_buy_in_credit .modal_body form .input_wrap textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 125px;
}

#custom_modal_buy_in_credit .modal_body form button[type="submit"] {
  padding: 12px 6px;
  color: #fff;
  background-color: #ff7cb0;
  outline: unset;
  border: unset;
  border-radius: 2.5px;
  transition: .3s;
}

#custom_modal_buy_in_credit .modal_body form button[type="submit"]:hover {
  color: #fff;
  background-color: #ff4991;
  border-color: #ff3f8b;
}

@media(max-width:500px) {
  #custom_modal_buy_in_credit {
    width: max-content;
    min-width: 280px;
  }
}

.ravio{background-color: #ffdd2d;
font-family: haas, pragmatica, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
position: relative;
display: inline-block;
border-radius: 4px;
border: 1px solid transparent;
box-sizing: border-box;
cursor: pointer;
text-decoration: none;
color: #333;
font-weight: 400;
transition-property: background-color, border, box-shadow;
transition-duration: .25s;
transition-timing-function: ease;

width: 100%;
margin-bottom: 10px;
text-align: center;

padding: 7px 11px;
min-height: 30px;
font-size: 13px;
line-height: 16px;

max-width: 244px;

background-color:#001689;color:#fff;text-decoration:none}

.ravio:hover,.ravio:focus{background-color:#cc003d !important;color:#fff;text-decoration:none}

#tinkoff {display:none;}
.TINKOFF_BTN_YELLOW{
width:100%;
max-width:244px;}
.tinkoff-button{
background-color: #fcc521;}
.tinkoff-button a{

padding:10px;
font: bold 11pt var(--minor-font);
color:white;}
.tinkoff-button a:hover{
text-decoration:none;}

@media (max-width: 480px) {
.tinkoff-form input{width:calc(100% - 10px);max-width:100%} 
} 

@media (max-width: 1024px) {
.tinkoff-button {
height: 34px;
margin-top: 52px;
margin-bottom: -7px;
text-align: center;}
.ravio,.TINKOFF_BTN_YELLOW{
max-width: 200px;}
}
#tinkoff{
margin-right: 0;}
body{
overflow-x:hidden;}


.product-advantages {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.product-advantages .adv {
	width: calc(100%/4 - 30px/4);
	margin-top: 30px;
	border-radius: 10px;
	background: #F6F5F3;
	padding: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-advantages .adv .text {
	font-size: 18px;
	font-weight: 600;
	line-height: 21px;
	margin-left: 20px;
}


@media (max-width: 1199px) {
	.product-advantages .adv .text {
		font-size: 16px;
		line-height: 18px;
	}
	#product__name > h1 {
		font-size: 27px;
		line-height: 30px;
	}
	#product__name .product_description {
		font-size: 16px;
		line-height: 20px;
	}
}
@media (max-width: 991px) {
	.nav-tabs-wrapper {
		overflow-x: scroll;
		padding-bottom: 2px;
	}
	.product-advantages {
		flex-wrap: wrap;
	}
	.product-advantages .adv {
		width: calc(100%/2 - 10px/2);
	}
	#product__name > h1 {
		font-size: 20px;
		line-height: 24px;
	}
}
@media (max-width: 767px) {
	#product__name-mobile {
		margin-bottom: 25px;
	}
	#tabs__frequent > div:first-child {
		font-size: 24px;
	}
}
@media (max-width: 574px) {
	.product-advantages .adv {
		width: 100%;
	}
}



#catalog-element {
	margin-bottom: 0;
}




.detail-product-flex {
	display: flex;
	align-items: stretch;
}
.detail-product-right {
	display: block;
	flex-wrap: wrap;
}
.product_description-wrap {
	height: auto;
	overflow: hidden;
	margin: 25px 0;
}
.detail-product-images,
.detail-product-images-photorama,
.detail-product-images-photorama-img,
.detail-product-images-photorama-img .owl-stage,
.detail-product-images-photorama-img .owl-item,
.detail-product-images-photorama-img .owl-item li,
.detail-product-images-photorama-img .owl-item li a {
	height: 100%;
}
.detail-product-images-photorama-img .owl-stage {
	display: flex;
	align-items: center;
    max-height: 400px;
}
.no_preview_block .owl-stage {
    max-height: 500px;
}
.detail-product-images-photorama .owlMainCarousel,
.detail-product-images-photorama-img .owl-stage-outer {
	height: calc(100% - 2px);
}
.detail-product-images-photorama-img .owl-item img {
	height: 100%;
	max-height: unset;
}
.detail-product-images-photorama-img .owl-item img,
.detail-product-images-photorama-img .owl-dots .owl-dot img {
	border: none;
	padding: 5px;
    max-height: 400px;
}
.no_preview_block .owl-stage .owl-item img, .no_preview_block .owl-dots .owl-dot img  {
    max-height: 500px;
	min-height: 450px;
}
@media screen and (max-width: 1200px) {
	.no_preview_block .owl-stage .owl-item img, .no_preview_block .owl-dots .owl-dot img  {
		min-height: 550px;
	}
}
@media screen and (max-width: 768px) {
	.no_preview_block .owl-stage .owl-item img, .no_preview_block .owl-dots .owl-dot img, .detail-product-images-photorama-img ul  {
		min-height: unset;
	}
}
#product__name .product_description {
	margin: 0 auto !important;
}

.detail-product-images-photorama-img.no_preview_block .owl-carousel {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
@media (max-width: 767px) {
	.detail-product-flex {
		flex-wrap: wrap;
	}
}

.divide .bnpl-widget {
	border: 1px solid #F53A3A;
}
@media (min-width: 1200px) {
	.credit a {
		padding-top: 19.20px !important;
		padding-bottom: 19.20px !important;
	}
}
@media (max-width: 1199px) {
	.divide .bnpl-widget {
		min-height: 55.7px;
	}
}
/* End */


/* Start:/local/templates/styleshop_new/components/bitrix/catalog.comments/comments/style.min.css?17526469263822*/
.item_comments{display:block;padding-left:0}.item_comments li{display:block;padding-bottom:10px}.item_comments_username{display:inline-block;color:#5d90bd;font-size:14px}.item_comments_date{display:inline-block;color:#b8b8b8;font-size:14px;margin-left:10px}.item_comments_container p{margin-top:5px;color:#3f3f3f;font-size:14px}div.blog-comment-form{width:100%!important}div.blog-comment .blog-author{font-size:.85em}.blog-comment-content{font-size:13px;overflow:hidden!important;padding-top:0!important}div.blog-comment-buttons input{font-size:13px!important;padding:0 3px!important}.blog-post-rating{padding:10px 0 0 0}@media(max-width:540px){.bx_soc_comments_div .bx-catalog-tab-list li a{font-size:11px}}.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button,.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2{padding:0 13px;height:25px;font-weight:bold;line-height:25px}.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button{height:27px;line-height:27px}.bx_soc_comments_div.bx_important .bx_medium.bx_bt_button_type_2{font-weight:bold}.bx_soc_comments_div.bx_important .blog-comment-nav a,.bx_soc_comments_div.bx_important .blog-comment-nav a:link,.bx_soc_comments_div.bx_important .blog-comment-nav a:visited,.bx_soc_comments_div.bx_important .blog-comment-info a,.bx_soc_comments_div.bx_important .blog-comment-info a:link,.bx_soc_comments_div.bx_important .blog-comment-info a:visited{text-decoration:none;color:#969696!important}.bx_soc_comments_div.bx_important .blog-comment-nav a:hover,.bx_soc_comments_div.bx_important .blog-comment-nav a:active,.bx_soc_comments_div.bx_important .blog-comment-info a:hover,.bx_soc_comments_div.bx_important .blog-comment-info a:active{text-decoration:underline;color:#969696!important}.bx_soc_comments_div.bx_important .blog-comment-info a,.bx_soc_comments_div.bx_important .blog-comment-info a:link,.bx_soc_comments_div.bx_important .blog-comment-info a:visited{font-size:.85em}.bx_soc_comments_div.bx_important .blog-comment-info a:hover,.bx_soc_comments_div.bx_important .blog-comment-info a:active{font-size:.85em}.bx_soc_comments_div .bx-catalog-tab-section-container{position:relative}.bx_soc_comments_div .bx-catalog-tab-list{border-bottom:1px solid #d9e1e3;text-align:left;padding:0;vertical-align:bottom;margin:16px 0}.bx_soc_comments_div .bx-catalog-tab-list li{vertical-align:bottom;border:1px solid #d9e1e3;border-bottom:0;display:inline-block;border-radius:3px 3px 0 0;background:#f7f7f7;box-shadow:inset 0 -10px 5px -10px rgba(0,0,0,.12)}.bx_soc_comments_div .bx-catalog-tab-section-container .bx-catalog-tab-list li:before{content:none}.bx_soc_comments_div .bx-catalog-tab-list li a,.bx_soc_comments_div .bx-catalog-tab-list li>span{display:block;cursor:pointer;line-height:30px;height:30px;color:#999;text-decoration:none;font-size:13px;padding:0 20px;box-shadow:none}.bx_soc_comments_div .bx-catalog-tab-list li:hover,.bx_soc_comments_div .bx-catalog-tab-list li.active{background:#fff}.bx_soc_comments_div .bx-catalog-tab-list li.active a,.bx_soc_comments_div .bx-catalog-tab-list li.active>span{background:#fff;line-height:35px;height:35px;color:#3f3f3f;position:relative;bottom:-2px}.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container>div.tab-off{opacity:0;height:0;overflow:hidden;-webkit-transition:all .4s ease-out;-ms-transition:all .4s ease-out;-moz-transition:all .4s ease-out;-o-transition:all .4s ease-out;transition:all .4s ease-out}.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container>div{opacity:1;-webkit-transition:all .6s ease-out;-ms-transition:all .6s ease-out;-moz-transition:all .6s ease-out;-o-transition:all .6s ease-out;transition:all .6s ease-out;padding:0 10px}.bx_soc_comments_div .bx-catalog-tab-body-container .bx-catalog-tab-container .hidden{display:none}
/* End */


/* Start:/bitrix/components/bitrix/blog/templates/.default/style.min.css?175264695430185*/
.blog-posts{display:inline;float:left;margin-right:1%;overflow:hidden;width:79%}.blog-post{margin:0;padding-bottom:2.5em;padding-right:.8em}.blog-post-title{font-size:1.65em;font-weight:var(--ui-font-weight-bold);line-height:1.3em;margin:0;padding:.2em;padding-left:.6em;font-family:Arial}.blog-post-title a{text-decoration:none !important}.blog-post-title a :hover{text-decoration:underline !important}.blog-post-info{padding:.2em .6em .2em}.blog-post-content{padding:.4em .6em .4em;overflow:hidden;border-bottom:1px dotted;line-height:1.4em}.blog-post-meta{font-size:.85em;line-height:1.4em;margin:0;padding:0;padding-top:.3em;padding-bottom:.3em;padding-left:.6em}.blog-post-date{margin:.1em 0;padding:0 0 0 .3em;line-height:1.4em;display:inline}.blog-post-current .blog-post{padding-right:0}.blog-post-edit-link,.blog-post-delete-link,.blog-post-comments-link,.blog-post-views-link,.blog-post-publish-link,.blog-post-hide-link,.blog-post-show-link{background-repeat:no-repeat;padding-left:18px;height:16px;display:inline-block;padding-right:.5em;font-size:1.2em}.blog-post-comments-link{padding-left:15px}.blog-post-show-link{padding-left:19px}.blog-post-tag{padding-top:.4em}.blog-post-tag a{text-decoration:none !important}.blog-post-tag a:hover{text-decoration:underline !important}.blog-post-avatar img{float:right}.blog-post-avatar{padding:.1em .3em .3em .3em}.blog-post-content div[align="left"],.blog-post-content div[align="right"],.blog-post-content div[align="center"],.blog-post-content div[align="justify"]{min-height:1em}div.blog-post-field-text textarea{width:100%}div.blog-post-field-text{padding-bottom:.2em}div.blog-post-field-title input,div.blog-post-field-category input{width:100%}div.blog-post-field-code input{width:40%}div.blog-post-field-user{width:100%}div.blog-post-field-title,div.blog-post-field-category,div.blog-post-field-favorite,div.blog-post-field-date,div.blog-post-field-enable-comments{width:100%}div.blog-post-field-access,div.blog-post-field-seo,div.blog-post-field-category{padding-top:10px}div.blog-post-field-date{padding-top:.5em}div.blog-post-field-favorite div,div.blog-post-field-enable-comments div{display:inline}div.blog-post-field-favorite,div.blog-post-field-enable-comments{padding-bottom:.4em}div.blog-post-field-sep{width:2%;float:left}div.blog-post-image-item{float:left;padding-right:1em;padding-bottom:2em;height:150px}div.blog-post-image-item-border{border:1px solid;height:100px;text-align:center;vertical-align:middle;width:100px}div.blog-post-image-item-input{padding-top:.5em}div.blog-post-image-item-input input{width:100px}div.blog-post-buttons{padding-top:1em;padding-bottom:.4em}div.blog-post-field-category div.blog-post-field-text label,div.blog-post-field-access-title,div.blog-post-field-code div.blog-post-field-text label,div.blog-post-field-seo label{font-weight:var(--ui-font-weight-bold);font-size:1.1em}div.blog-post-bbcode-line{padding-top:.2em}.blog-group-edit{background-repeat:no-repeat;width:16px;height:16px;display:inline-block}.blog-group-delete{background-repeat:no-repeat;width:16px;height:16px;display:inline-block}div.blog-post-edit-form{width:97%;padding:.8em}div.blog-buttons{padding-top:1em}.blog-comment{margin:0;padding-top:.7em}.blog-comment-info{display:block}.blog-comment-content{display:block;overflow:hidden;padding-top:.5em}.blog-comment-meta{font-size:.85em;padding-top:.5em;padding-bottom:.5em}.blog-comment-date{font-size:.85em;display:inline}.blog-comment-author-info{display:inline}.blog-comment-avatar{float:left;margin-right:.5em;width:30px;height:30px;border:1px solid #c4c4c4;background-color:#eceaec}.blog-comment-meta a{text-decoration:none !important}.blog-comment-meta a:hover{text-decoration:underline !important}.blog-comment-link,.blog-comment-delete,.blog-comment-parent,.blog-comment-answer,.blog-comment-edit,.blog-comment-show,.blog-comment-hide{display:inline-block}.blog-add-comment{text-align:center;padding-top:0;padding-bottom:1.5em}.blog-comment-nav{padding-bottom:.6em}div.blog-comment-form{margin-bottom:.7em;margin-top:.7em;width:80%}div.blog-comment-field-text{width:100%}div.blog-comment-field-text textarea{width:99.9%}.blog-comment-field-subject{margin-bottom:15px}div.blog-comment-field-tags{display:none}div.blog-comment-field-tags input{width:80%}div.blog-comment-field-captcha input{width:180px}div.blog-comment-field-settings input{width:1.55em;height:1.55em;margin:0 0 0 -0.25em;vertical-align:middle;font-size:1em}div.blog-comment-field-settings label{vertical-align:middle}div.blog-comment-fields{padding:.8em;zoom:1}div.blog-comment-field-title input,div.blog-comment-field-desc input{width:80%}div.blog-comment-field-user{width:100%;padding-bottom:5px}div.blog-comment-field-author,div.blog-comment-field-email{float:left;width:47%}div.blog-comment-field-text{padding-bottom:.2em}div.blog-comment-field-user-sep{width:5%;float:left}div.blog-comment-field-author input,div.blog-comment-field-email input{width:100%}div.blog-comment-field-bbcode{padding-top:.7em}div.blog-comment-field-captcha-image{padding-top:.4em}div.blog-comment-buttons{margin-top:1em;padding-bottom:.4em}div.blog-comment-buttons input{padding:0 .5em;font-size:1.184em}div.blog-menu-box{margin-bottom:1em;padding-bottom:.5em;line-height:1.5em;zoom:1}div.blog-menu-box span{white-space:nowrap;display:inline-block}div.blog-settings-menu-box{margin-bottom:1em;padding-bottom:.5em;line-height:1.5em;zoom:1}div.blog-settings-menu-box span{white-space:nowrap;display:inline-block}.blog-sidebar{display:inline;float:right;overflow:hidden;width:20%}.blog-sidebar ul,.blog-sidebar ul li ul{margin:0;padding:0;list-style:none !important}.blog-sidebar ul li{margin:0;padding:0;list-style:none !important;text-align:left}.blog-sidebar h3{font-size:1em;font-weight:var(--ui-font-weight-bold);letter-spacing:1px;border-bottom:1px solid;padding:0;padding-bottom:.6em;margin:0}.blog-sidebar li ul li{margin:0;padding:0;border:0}.blog-sidebar ul li ul li{text-align:left;margin:0;padding:0}.blog-sidebar ul li ul li a{text-decoration:none;outline:0}.blog-sidebar ul li ul li a:hover{text-decoration:underline}.blog-sidebar ul{padding:1em}.blog-sidebar ul li ul{padding-top:.4em}.blog-sidebar-title a{text-decoration:none}.blog-sidebar-avatar{text-align:center}div.blog-errors{border-width:1px;border:1px solid;margin:1.117em;padding:.4em 1.117em}div.blog-errors ul{padding:.3em 0 .3em 2em;margin:0}div.blog-errors ul li{margin:0;padding:0}div.blog-notes{border-width:1px;border:1px solid;margin:1.117em;padding:.4em 1.117em}div.blog-notes ul{padding:.3em 0 .3em 2em;margin:0}div.blog-notes ul li{margin:0;padding:0}div.blog-textinfo{border:1px solid;margin:1.117em;padding:.4em 1.117em}div.blog-textinfo ul{padding:.3em 0 .3em 2em;margin:0}div.blog-textinfo ul li{margin:0;padding:0}div.blog-clear-float{clear:both}table.blog-table-header-left,table.blog-table-header-top{border-collapse:collapse;border:0}table.blog-table-header-left th,table.blog-table-header-left td,table.blog-table-header-top th,table.blog-table-header-top td{padding:.5em;vertical-align:top;border-top:1px solid}table.blog-table-header-left th{text-align:right}table.blog-table-header-top th{text-align:center}table.blog-edit-perms-table{border:0}table.blog-edit-perms-table th,table.blog-edit-perms-table td{padding:.2em;vertical-align:top;border:0;border-top:0}table.blog-edit-perms-table th{text-align:center}div.blog-line{background-repeat:no-repeat;height:3px;width:100%}.blog-author{margin:0;padding:0;display:inline;font-weight:var(--ui-font-weight-bold)}.blog-author-icon{width:16px;height:16px;display:block;float:left;background-repeat:no-repeat;padding-right:.2em;line-height:1em}div.blog-bbcode-line{margin-right:3px;float:left}div.blog-smiles-line,div.blog-more-smiles{float:left;white-space:nowrap;margin-left:5px;font-size:.95em}div.blog-bbcode-closeall{float:right}div.blog-bbcode-line img,div.blog-smiles-line img{border:0}div.blog-bbcode-line a,div.blog-smiles-line a{vertical-align:middle}div.blog-bbcode-line a{width:20px;height:20px;float:left;margin-right:.2em;background-position:center center;background-repeat:no-repeat;display:block}div.blog-bbcode-line a,div.blog-bbcode-line img,div.blog-smiles-line a,div.blog-smiles-line img{outline:0}div.blog-bbcode-line select{float:left;margin-left:3px;padding:0;height:20px}div.blog-bbcode-closeall a{padding-left:1em;vertical-align:middle;float:left}
/*BBCode Icons*/
a.blog-bbcode-bold {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_bold.gif);} a.blog-bbcode-italic {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_italic.gif);} a.blog-bbcode-color {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_color.gif);} a.blog-bbcode-underline{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_underline.gif);} a.blog-bbcode-strike{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_strike.gif);} a.blog-bbcode-url{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_link.gif);} a.blog-bbcode-img-upload{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_image.gif);} a.blog-bbcode-img{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_image_upload.gif);} a.blog-bbcode-video{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_video.gif);} a.blog-bbcode-code{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_code.gif);} a.blog-bbcode-quote{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_quote.gif);} a.blog-bbcode-video{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_video.gif);} a.blog-bbcode-list{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/font_list.gif);} a.blog-bbcode-cut{background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/cut.gif);} div.blog-mainpage{width:100%}div.blog-mainpage-side-left{float:left;width:52%;padding-right:.5em}div.blog-mainpage-side-right{float:right;width:46%}.blog-mainpage-item{margin:0;padding-bottom:.6em;padding-top:.5em}.blog-mainpage-title{margin:0;padding-bottom:.5em;padding-top:.4em;font-weight:var(--ui-font-weight-bold)}.blog-mainpage-content{line-height:1.4em;font-size:.95em;display:block}.blog-mainpage-meta{font-size:.89em;line-height:1.4em;margin:0;padding:0;padding-top:.4em}.blog-mainpage-meta a{text-decoration:none !important}.blog-mainpage-meta a:hover{text-decoration:underline !important}div.blog-mainpage-comment .blog-mainpage-meta{display:inline;padding-left:.4em;font-size:.89em}div.blog-mainpage-comment .blog-mainpage-content{padding-top:.4em}div.blog-mainpage-comment .blog-mainpage-content a{text-decoration:none !important}div.blog-mainpage-comment .blog-mainpage-content a:hover{text-decoration:underline !important}div.blog-mainpage-item .blog-author{font-weight:normal}div.blog-mainpage-comment .blog-mainpage-title{font-weight:normal}div.blog-mainpage-blogs .blog-mainpage-content a{text-decoration:none}div.blog-mainpage-blogs .blog-mainpage-content a:hover{text-decoration:none}.blog-tab{padding:0;margin:0;min-height:31px;height:100%;width:96%;line-height:2.35em;display:block}.blog-tab-left{background-repeat:no-repeat;padding:0;margin:0;width:3px;height:31px;float:left}.blog-tab-right{background-repeat:no-repeat;padding:0;margin:0;width:3px;height:31px;float:right}.blog-tab-container{width:100%;display:block}.blog-tab-items{float:right;font-size:.95em;padding-right:.6em;display:inline;white-space:nowrap}.blog-tab-items a{text-decoration:none !important;padding-left:.6em}.blog-tab-items a:hover{text-decoration:underline !important}.blog-tab-title{font-weight:var(--ui-font-weight-bold);padding-left:.5em;float:left;display:inline;overflow:hidden}.blog-tab-title a{text-decoration:none !important}.blog-tab-title a:hover{text-decoration:underline !important}div.blog-tab-content{padding-top:.2em;padding-left:.6em;padding-right:.6em;padding-bottom:1.7em}div.blog-mainpage-search-cloud{padding-top:.4em}.blog-calendar{text-align:center}.blog-calendar table th{font-weight:normal}.blog-rss div{padding-top:.6em}.blog-rss-icon{background-repeat:no-repeat;width:17px;height:17px;display:block;line-height:1em}.blog-group-icon{width:16px;height:16px;display:block;float:left;background-repeat:no-repeat;padding-right:.2em;line-height:1em}.blog-search-form{padding-top:.6em}.blog-search-form div{padding-bottom:.4em}.blog-mainpage-create-blog{padding-bottom:1em;padding-left:.6em}.blog-rss-subscribe{padding-bottom:1.5em}.blog-rss-subscribe .blog-tab-items{padding-top:.55em}.blog-group-rss{padding-top:1em}table.blogquote,table.blogcode{font-size:1em;margin:.5em 1em;width:80%;border:1px solid}table.blogquote td,table.blogcode td{padding:.95em 1.5em}table.blogcode td{font-family:"Courier New";white-space:pre-wrap}table.blogcode pre{font-family:"Courier New";font-size:12px;margin:0;line-height:15px;white-space:pre-wrap}div.blog-post-quote,div.blog-post-code{padding-top:.6em;padding-bottom:.6em}div.blog-post-quote span,div.blog-post-code span{padding-left:.6em}div.blog-post-quote table.blogquote,div.blog-post-code table.blogcode{margin:0}div.blog-page-navigation{padding-bottom:.8em}div.blog-page-navigation a,span.blog-page-current,span.blog-page-dots{padding-left:.75em;padding-right:.5em;text-decoration:none}div.blog-page-navigation a.blog-page-first,div.blog-page-navigation span.blog-page-first{padding-left:.5em}span.blog-page-current{font-weight:var(--ui-font-weight-bold)}ul.blog-navigation{list-style-position:outside;list-style-type:none;padding:0;margin:0;padding-bottom:1em}ul.blog-navigation li{display:inline}.blog-post-content{border-bottom-color:#ccc}.blog-post-meta,.blog-comment-meta,.blog-comment-nav{color:#969696}.blog-post-tag a,.blog-comment-meta a,.blog-mainpage-meta a{color:#969696 !important}.blog-post-date,.blog-comment-date{color:#767676}div.blog-post-date span.blog-post-time,div.blog-post-date span.blog-post-day{display:none}div.blog-post-edit-form,div.blog-comment-fields{background-color:#f1f1f1}div.blog-post-image-item-border{border-color:#d8d8d8}.blog-sidebar{background-color:#f5f5f5}.blog-sidebar h3{border-bottom-color:#dadada}.blog-bottombar h3{color:#333}.blog-sidebar-title{color:#000 !important}.blog-sidebar-title a{color:#000 !important}div.blog-errors{border:solid 1px #dfbdac;background:#f6dbce}div.blog-notes{border:solid 1px #dad7a7;background:#f6f9d3}div.blog-textinfo{border:solid 1px #d5d5d5;background:#f6f6f6}.blog-required-field{color:red}table.blog-table-header-left th,table.blog-table-header-left td,table.blog-table-header-top th,table.blog-table-header-top td{border-top-color:#d5d5d5}div.blog-post-quote>span,div.blog-post-code>span{color:#7d7d7d;display:none}div.blog-post-code table.blogcode{border-color:#e8e8e8;color:#7d7d7d;background-color:#f7f7f7}div.blog-post-quote table.blogquote{border-color:#e8e8e8;color:#555;background:url(/bitrix/components/bitrix/blog/templates/.default/images/quote-gray.png) no-repeat scroll left top #f7f7f7}div.blog-mainpage-comment .blog-mainpage-content a,div.blog-mainpage-blogs .blog-mainpage-content a:hover,div.blog-mainpage-blogs .blog-mainpage-content a,div.blog-mainpage-comment .blog-mainpage-content a:hover{color:#333}.blog-tab,.blog-tab-container{background-color:#ededed}.blog-tab-items{color:#767676}.blog-tab-items a{color:#767676 !important}.blog-tab-title a{color:#000 !important}.blog-comment-cont-white{background-color:#fff;padding:1px}
/*images*/
div.blog-tab-left {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/plashka_start.gif);} div.blog-tab-right {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/plashka_end.gif);} div.blog-line {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/line_gradient.gif);} .blog-rss-icon {background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/rss_icon.gif);} div.blog-comment-new .blog-comment-date{background-color:#fff4ca;padding-top:2px;padding-bottom:3px;padding-left:4px;padding-right:4px}div.blog-comment-hidden .blog-comment-cont-white,div.blog-comment-hidden .blog-comment-date{background-color:#ededed}div#special_perms{padding-top:.5em}div.blog-post-meta div.blog-post-info-bottom{display:none}.blog-post-meta span.blog-post-link-counter,.blog-post-meta span.microblog-post-link-counter{padding:0 0 0 .3em}div.blog-post-rating{float:right}div.blog-post-share{position:relative;float:right}img.linked{border:0;cursor:pointer;height:21px;left:2px;position:relative;top:6px;width:11px}div.blog-edit-field-code label.blog-edit-field-caption{font-weight:var(--ui-font-weight-bold)}span#post-code-input{display:none}a#post-code-text{background-color:#fff4ca;border-bottom:dashed 1px;text-decoration:none}div.blog-post-field-code{padding-top:.5em}div.blog-tags-cloud{text-align:center}div.blog-comment-preview div.blog-comment-cont-white{border-top:1px solid red;border-bottom:1px solid red}div.blog-post-edit-micro #lhe_btn_sourcebb,div.blog-post-edit-micro #blog-post-image{display:none}div.blog-post-edit-micro{margin-bottom:2em;width:78%}div.blog-post-edit-micro #blogpost-length{font-weight:var(--ui-font-weight-bold);display:inline}div.blog-post-edit-micro div.blog-post-edit-form{padding:0;background-color:white;width:100%}div.blog-post-edit-micro div.blog-post-buttons{text-align:left;padding-top:.7em;padding-bottom:.1em}div.blog-post-edit-micro #edit-post-text{padding:0;border:1px solid #c2c2c2;border-radius:2px}div.blog-post-edit-micro .lhe-stat-toolbar-cont,div.blog-post-edit-micro .lhe-button,div.blog-post-edit-micro div.lhe-tlbr-smile-cont{border:0}div.blog-post-edit-micro #blog-post-micro-lhe-hide{display:inline-block;float:right}div.blog-post-edit-micro .lhe-button-cont{padding-left:3px}div.blog-post-edit-micro #blog-post-micro-lhe-but{display:inline-block;padding-top:3px}
div.blog-post-edit-micro .lhe-button-cont #lhe_btn_image {
	background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/icon_image.gif) !important; background-position:3px 2px !important;background-repeat:no-repeat;cursor:pointer;}
div.blog-post-edit-micro .lhe-button-cont #lhe_btn_createlink {
	background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/icon_link.gif) !important; background-position:2px 2px !important;background-repeat:no-repeat;cursor:pointer}div.blog-post-edit-micro .lhe-button-cont #lhe_btn_bloginputvideo{width:17px;height:15px;padding-top:2px;cursor:pointer}div.blog-post-edit-micro .lhe-button-over{background-color:#fff}div.blog-post-edit-micro .blog-post-group-text{color:#999}div.blog-post-edit-micro #blog-post-micro-lhe-hide{position:absolute;top:2px;right:2px}div.blog-post-edit-micro #blog-post-micro-lhe-hide div{display:inline-block;cursor:pointer;width:17px;height:17px;vertical-align:middle;	background: url(/bitrix/components/bitrix/blog/templates/.default/images/bbcode/icon_close.gif) no-repeat;}div.blog-post-edit-micro .blog-post-field-bbcode{position:relative}div.blog-comment .blog-author{line-height:30px}div.microblog-post .blog-post-avatar{float:left;margin-right:.5em;width:30px;height:30px;border:1px solid #c4c4c4;background-color:#eceaec;padding:0}div.microblog-post .blog-post-info{background:0;padding:0}div.microblog-post .blog-author{line-height:30px}div.microblog-post div.blog-post-content{border:0;padding:0;padding-top:.5em}div.microblog-post{border-bottom:1px solid #e5e5e5;padding:1px;margin-bottom:1.5em}div.microblog-post div.blog-post-meta{padding-top:.5em;padding-bottom:.5em;font-size:.85em;padding-left:0}div.microblog-post div.blog-post-meta a{color:#969696 !important;text-decoration:none !important}div.microblog-post div.blog-post-meta a:hover{text-decoration:underline !important}div.microblog-post .blog-post-date{font-size:.85em;color:#969696}

div.blog-comment-line {background-color: #ededed; height:1px; background-image: url(/bitrix/components/bitrix/blog/templates/.default/images/line-start.gif); background-repeat: no-repeat; background-position: left;} span.blog-vert-separator{height:7px;width:1px;margin-left:.2em;margin-right:.2em;background-color:#e0e0e0;display:inline-block}div.blog-post-meta-util span{display:inline-block}div.blog-post-meta-util *{text-decoration:none !important}div.microblog-post div.blog-post-date a{color:#969696 !important;text-decoration:none !important}div.microblog-post div.blog-post-meta-util a{color:#969696 !important;text-decoration:none !important}.blog-post-meta .bx-rating span,.blog-post-meta-util.bx-rating a{font-size:13px}.blog-post-current-micro .bx-rating span,.blog-post-current-micro .bx-rating a{font-size:11px}.blog-mainpage-meta .bx-rating span{color:#969696}.blog-mainpage-meta span.ilike-light-blog-post *,.blog-mainpage-meta span.ilike-light-microblog *{color:#969696 !important;text-decoration:none !important;font-size:1em}.blog-post-meta-util a span{cursor:pointer}.blog-post-meta-util .ilike-light .bx-ilike-right{font-size:1.2em}.blog-post-meta-util .ilike-light .bx-ilike-text{padding:0;font-size:1.2em}.microblog-post .blog-post-meta-util .ilike-light .bx-ilike-right{font-size:11px}.microblog-post .blog-post-meta-util .ilike-light .bx-ilike-text{font-size:11px}.blog-comment-nav-item{cursor:pointer}div.blog-comments .blog-comment-nav a.blog-comment-nav-item-sel{font-weight:var(--ui-font-weight-bold);text-decoration:none;color:#969696;cursor:default}a.blogPostAutoSave{float:right;display:block;width:18px;height:18px;margin:3px 3px 0 0;position:relative;z-index:2}.blog-post-edit-micro a.blogPostAutoSave{margin-right:10px;margin-left:-12px;margin-top:2px}.blog-notify-bar{width:100%;height:2.5em;line-height:2.5em;	background: url("/bitrix/js/main/core/images/panel/sprite03.png") repeat-x scroll 0 -1178px #FFEB8D !important; position:relative}.blog-micro-notify-bar{width:100%;height:3em;line-height:1.5em;	background: url("/bitrix/js/main/core/images/panel/sprite03.png") repeat-x scroll 0 -1178px #FFEB8D !important; position:relative}.blog-notify-close{display:block !important;height:12px !important;margin:3px 6px 0 0;padding:0 !important;position:absolute !important;right:5px !important;top:5px !important;width:12px !important;}
.blog-notify-close a {
    background: url("/bitrix/js/main/core/images/panel/sprite03.png") no-repeat scroll -268px -243px transparent !important; display:block !important;height:12px !important;width:12px !important;cursor:pointer}.blog-notify-text{color:#000 !important;margin:0 !important;text-align:center !important}.blog-notify-text a.blogPostAutoRestore{position:relative;color:red;cursor:pointer;text-decoration:underline;margin-right:9px;margin-top:5px;z-index:2}span.blog-post-group-value{margin-left:.5em;border-bottom:dashed 1px;overflow:hidden;white-space:nowrap;max-width:300px;	}
span.blog-post-group-delete1 {
	background: url("/bitrix/js/main/core/images/controls-sprite.png") no-repeat scroll -21px 8px transparent; cursor:pointer;display:inline-block;height:20px;width:15px;vertical-align:top;margin-left:2px}#blog-post-group-selector{display:inline-block;cursor:pointer}.blog-post-sonet-group{padding-bottom:.5em}.blog-post-edit-micro #blog-post-group-selector{display:inline-block;float:right;font-family:Arial;color:#b2b2b2;padding-right:5px}span.blog-post-group-delete{display:inline-block;cursor:pointer;width:13px;height:16px;vertical-align:top;	background: url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat 0 -282px;}div.blog-post-group-selector-text{display:inline-block;float:right;font-family:Arial;color:#b2b2b2;padding-right:5px;overflow:hidden;width:350px;white-space:nowrap;text-align:right}.blog-small-button,.blog-small-button-left,.blog-small-button-icon,.blog-small-button-right,.blog-small-button-text{display:inline-block;vertical-align:top;height:27px;cursor:pointer;text-decoration:none !important;outline:0}.blog-small-button{margin:0;background:url(/bitrix/js/main/core/images/controls-sprite.png) repeat-x 0 -551px}.blog-small-button-left{width:4px;background:url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -15px -493px;margin-right:8px}.blog-small-button-text{font:normal normal normal 13px/24px var(--ui-font-family-primary,var(--ui-font-family-helvetica));color:#4f4f4f}.blog-small-button-right{width:6px;background:url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -22px -493px;margin-left:8px}.blog-small-button:hover{background:url(/bitrix/js/main/core/images/controls-sprite.png) repeat-x 0 -985px}.blog-small-button:hover .blog-small-button-left{background:url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -15px -927px}.blog-small-button:hover .blog-small-button-right{background:url(/bitrix/js/main/core/images/controls-sprite.png) no-repeat -22px -927px}.blog-arrow{width:30px;height:17px;	background: url("/bitrix/components/bitrix/blog/templates/.default/images/arrow.png") no-repeat 5px 5px; display:inline-block}.feed-com-files{padding-top:10px}.feed-com-files-title{color:#5c6470;font-size:12px;font-weight:var(--ui-font-weight-bold);float:left;min-width:50px}.feed-com-files-cont{overflow:hidden;padding:1px 0 1px 10px;zoom:1}.feed-com-file-wrap{cursor:pointer;display:inline-block;font-size:12px;line-height:14px;margin:0 12px 12px 0;vertical-align:middle}.feed-com-file-wrap:hover .feed-com-file-name{text-decoration:underline}.feed-con-file-icon {background:url("/bitrix/components/bitrix/blog/templates/.default/images/live_feed_sprite.png") no-repeat -55px -220px; display:inline-block; margin-right:5px; height:16px; vertical-align:middle; width:16px;} .feed-com-file-name{color:#2067b0;display:inline-block;font-weight:var(--ui-font-weight-bold);margin-right:4px;max-width:120px;vertical-align:top;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-com-file-size{color:#5c6470;display:inline-block;font-size:12px;vertical-align:top}.feed-com-files-photo{border:1px solid #eee;border-radius:1px;box-shadow:0 0 1px #eee,inset 0 0 1px #eee;display:inline-block;height:48px;margin:0 8px 8px 0;padding:3px;width:48px}.feed-com-files-cont .feed-com-files-photo{height:69px;width:69px}.feed-file-icon-bmp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-css {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-csv {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;} .feed-file-icon-dib {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-doc {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;} .feed-file-icon-docp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;} .feed-file-icon-docx {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;} .feed-file-icon-gif {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-htm {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-html {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-jfif {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-jpe {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-jpeg {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-jpg {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-js {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-pdf {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -415px !important;} .feed-file-icon-php {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-png {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-ppt {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -256px !important;} .feed-file-icon-pptp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -256px !important;} .feed-file-icon-pptx {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -256px !important;} .feed-file-icon-rar {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -96px !important;} .feed-file-icon-rtf {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -288px !important;} .feed-file-icon-swf {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-tif {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-tiff {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -128px !important;} .feed-file-icon-txt {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -192px !important;} .feed-file-icon-xls {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;} .feed-file-icon-xlsp {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;} .feed-file-icon-xlsx {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -224px !important;} .feed-file-icon-xml {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -32px !important;} .feed-file-icon-zip {background:url(/bitrix/components/bitrix/blog/templates/.default/images/icons/files/files-sprite.png) no-repeat 0 -96px !important;} .feed-add-photo-block-wrap{margin-top:-17px}.feed-add-photo-block{display:inline-block;margin:17px 17px 0 0;min-height:92px;width:102px;padding-right:21px;position:relative;vertical-align:top}.feed-add-photo-block .feed-add-post-del-but{background-position:6px -19px;background-color:#fff;height:22px;top:1px;z-index:0}.feed-add-img-wrap{background:#fff;border:1px solid #e2e6e6;-moz-box-shadow:0 0 2px rgba(0,0,0,0.3);-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);box-shadow:0 0 2px rgba(137,137,137,0.3);display:block;text-align:center;padding:4px;position:relative;z-index:2}.feed-add-img-title{color:#2067b0;display:block;font-weight:var(--ui-font-weight-bold);font-size:12px;margin-top:3px;overflow:hidden}.feed-add-photo-block .feed-add-close-icon{background-color:#fff;background-position:8px -19px;height:22px;top:1px;right:1px;width:22px}.feed-add-photo-block .feed-add-close-icon:hover{background-position:-57px -60px}.feed-add-post-del-but {
	background: url("/bitrix/components/bitrix/blog/templates/.default/images/live_feed_sprite.png") no-repeat; cursor:pointer;right:0;top:0;height:20px;position:absolute;width:20px}.feed-add-photo-block .feed-add-post-del-but{background-position:6px -19px;background-color:white;height:22px;top:1px;z-index:0}#blog-upload-file,#blog-show-seo{color:#2067b0;border-bottom:dashed 1px #2067b0;text-decoration:none}#blog-post-user-fields-UF_BLOG_POST_DOC .file-selectdialog-switcher{display:none}.blg-cancel-com,.blg-cancel-com:link,.blg-cancel-com:visited,.blg-cancel-com:active{color:#5c6470 !important;font-size:12px;text-decoration:none;padding-left:15px}.blg-cancel-com:hover{text-decoration:underline}#blog-show-seo-fields input,textarea{width:100%}
/* End */
/* /local/templates/styleshop_new/components/bitrix/catalog.element/catalog_new/style.css?175275800450235 */
/* /local/templates/styleshop_new/components/bitrix/catalog.comments/comments/style.min.css?17526469263822 */
/* /bitrix/components/bitrix/blog/templates/.default/style.min.css?175264695430185 */
