

/* Start:/bitrix/templates/parketgreenline/components/sotbit/regions.choose/template1/style.css?16320506745934*/
.select-city-wrap {
	position: relative;
}

.select-city__block__text {
	color: #000000;
	font-family: 'NotoSans';
	font-size: 12px;
	line-height: 20px;
}

.select-city__block__text-city {
	color: #008651;
	font-family: 'NotoSans';
	font-size: 12px;
	line-height: 20px;
	text-decoration: underline;
	text-decoration-style: dotted;
	cursor: pointer;
}

.select-city__dropdown__title {
	color: #414141;
	font-size: 13px;
	line-height: 30px;
	font-family: "NotoSans";
	display: block;
	margin-bottom: 10px;
}

.select-city__dropdown {
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
	width: 211px;
	text-align: center;
	padding: 11px 5px 17px 5px;
}

.select-city__dropdown-wrap {
	z-index: 99;
	position: absolute;
}

.select-city__dropdown__choose {
	display: inline-block;
	height: 32px;
	width: 82px;
	font-size: 12px;
	line-height: 32px;
	text-transform: uppercase;
	font-family: 'ProximaNova';
	text-align: center;
	cursor: pointer;
}

.select-city__dropdown__choose:hover, .select-city__dropdown__choose:active,
.select-city__dropdown__choose:focus {
	opacity: .7;
}

.select-city__dropdown__choose__yes {
	color: #919294;
	border: 1px solid #d3d3d3;
	margin-right: 15px;
}

.select-city__dropdown__choose__no {
	color: #ffffff;
	background: #333333;
}

.select-city__dropdown__choose-wrap {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.select-city__modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 3000;
	display: none;
}

.modal__overlay {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2500;
}

.select-city__modal-wrap {
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
	width: 684px;
	padding: 37px 53px 40px 53px;
	position: relative;
	margin: 30vh auto;
	transition: width .2s;
}

.select-city__modal__title {
	color: #000000 !important;
	font-family: 'ProximaNova' !important;
	line-height: 30px;
	font-size: 25px !important;
	margin-bottom: 20px !important;
}

.select-city__modal__list {
	columns: 3;
	margin-bottom: 23px;
}

.select-city__modal__list__title {
	color: #000000;
	font-family: 'ProximaNovaBold';
	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-bottom: 11px;
}

.select-city__modal__list__item {
	color: #414141 !important;
	font-family: 'ProximaNova' !important;
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 0 !important;
	cursor: pointer;
}

.select-city__modal__list__item:hover, .select-city__modal__list__item:focus,
.select-city__modal__list__item:active {
	color: #0978c6 !important;
	text-decoration: underline;
	text-decoration-color: #c1ddf1;
}

.select-city__modal__submit__block-wrap {
	background: #eceef1;
	padding: 21px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 42px);
}

.select-city__modal__submit__title {
	color: #000000;
	font-family: 'ProximaNovaBold';
	line-height: 30px;
	font-size: 14px;
	display: block;
	margin-bottom: 0px;
}

.select-city__modal__submit__input {
	border: 1px solid #d3d3d3;
	background: #ffffff;
	box-shadow: none;
	height: 32px;
	width: calc(100% - 32px);
	max-width: 517px;
	color: #414141;
	font-family: 'ProximaNova';
	font-size: 14px;
	margin-right: 15px;
	padding: 0 15px;
}

.select-city__modal__submit__btn {
	background: #000000;
	border: none !important;
	box-shadow: none !important;
	width: 147px;
	height: 32px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'ProximaNova';
	font-size: 12px;
}

.select-city__modal__submit__btn:hover, .select-city__modal__submit__btn:active,
.select-city__modal__submit__btn:focus {
	opacity: .7;
}

.select-city__close {
	background: url("/bitrix/templates/parketgreenline/components/sotbit/regions.choose/template1/img/select-city__close.png") no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: -30px;
	cursor: pointer;
}

.select-city__close:hover {
	opacity: .7;
}

@media ( max-width : 768px) {
	.select-city__modal-wrap {
		width: 484px;
		padding: 37px 25px 40px 25px;
	}
	.select-city__modal__list {
		columns: 2;
	}
}

@media ( max-width : 575px) {
	.select-city__modal-wrap {
		width: 80%;
		padding: 27px 20px 30px 20px;
	}
	.select-city__modal-wrap {
		margin: 20vh auto;
	}
	.select-city__modal__title {
		font-size: 20px !important;
		margin-bottom: 10px !important;
	}
	.select-city__close {
		top: 15px;
		right: 15px;
	}
	.select-city__modal__list__item {
		font-size: 13px !important;
	}
}

@media ( max-width : 400px) {
	.select-city__modal__list {
		columns: unset;
		max-height:100px;
		overflow:auto;
	}
	.select-city__modal-wrap {
		margin: 5vh auto;
	}
	.select-city__modal__list__title {
		line-height: 20px;
	}
	.select-city__modal__submit__block-wrap {
		display: block;
	}
	.select-city__modal__submit__input {
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.select-city__modal-wrap {
		padding: 15px 20px;
	}
	.select-city__modal__submit__btn
	{
		width:100%;
	}
}
.select-city__modal__submit__block-wrap__input_wrap
{
	position:relative;
	width:100%;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-container
{
	position:absolute;
	width:100%;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list
{
	padding-left:0;
	margin:0;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list li
{
	list-style:none;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-item
{
	border-bottom: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-left: 1px solid #d3d3d3;
	background: #ffffff;
	height: 32px;
	width: 100%;
	max-width: 517px;
	color: #414141;
	font-family: 'ProximaNova';
	font-size: 14px;
	padding: 0 15px;
	line-height:32px;
	margin:0!important;
}
.select-city__modal__submit__block-wrap__input_wrap .sey-list .sey-hide
{
	display:none;
}
.select-city__modal__submit__block-wrap__input_wrap_error
{
	color:red;
	position:absolute;
	top:-20px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.sections.top/mobilemenu/style.css?1771316031110*/
.catalog-price {
	 color:red;
}
div.catalog-sections-top table td {
	padding-right:10px;
	padding-top:10px;
}

/* End */


/* Start:/bitrix/templates/.default/components/work/search.title/.default_m/style.css?17244120633839*/
@media screen and (max-width: 960px) {
.title-search {
	background-color: #eeeeee;
	height: 60px;
	display: flex;
        justify-content: center;
        align-items: center;
}
form.search-title {
  	position: relative;
	width: 340px !important;
}
.search-title input {
    width: calc(100% - 17px);
    height: 33px;
    background: #ffffff;
    padding-left: 10px;
    border: 1px solid #c8c8c8;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0px !important;
    line-height: 33px;
}
.search-title button {
    height: 12px;
    width: 25px;
    position: absolute;
    top: 11px;
    right: -5px;
    background: url(/images/mobile_icon_submit.png) 100% 50% no-repeat;
    cursor: pointer;
    border: none;
    border-radius: 0px !important;
}

.title-search-result {
	border: 1px solid #c8c8c8;
	display: none;
	overflow: hidden;
	z-index: 1205;
	background-color: #fff;
	padding: 7px;
	border-radius: 0px;
	font-weight: 400;
	box-sizing: content-box;
}

.search-title-result-item {
	padding: 0 10px 8px 0 !important;
    	display: flex;
	align-items: center;
}


.search-title .search-title-result-item:last-child {
	border-bottom:  none;
}

.search-title-result-item-link {
	font-size: 13px;
	transition: 170ms linear all;
	font-weight: 400 !important;
    	color: black !important;
	text-decoration: none;
}

.search-title-result-item-link b {
	font-weight: 600;
}

.search-title-result-item-image-container {
	width: 61px;
	padding-right: 15px;
}

.search-title-result-item-info {
	font-size: 13px;
	text-align: left;
}
}

@media screen and (min-width: 961px) {

form.search-title {
  position: relative;
  width: 780px;
}
.search-title input, button {
  outline: none !important;
  border-radius: 6px !important;
}
.search-title input {
    width: calc(100% - 17px);
    height: 34px;
    background: #ffffff;
    padding-left: 15px;
    border: 1px solid #c8c8c8;
    color: #000 !important;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0px !important;
}
.search-title button {
    height: 12px;
    width: 25px;
    position: absolute;
    top: 11px;
    right: -5px;
    background: url(/images/mobile_icon_submit.png) 100% 50% no-repeat;
    cursor: pointer;
    border: none;
    border-radius: 0px !important;
}

.title-search-result {
	border: 1px solid #c8c8c8;
	display: none;
	overflow: hidden;
	z-index: 1205;
	background-color: #fff;
	padding: 10px 5px 0;
	border-radius: 0px;
	font-weight: 400;
	box-sizing: content-box;
	margin-left: 2px;
	margin-top: 0px;
}

.search-title-result-item {
	border-bottom: 1px solid #c8c8c8;
	padding: 5px;
    	display: flex;
	align-items: center;
}


.search-title .search-title-result-item:last-child {
	border-bottom:  none;
}

.search-title-result-item-link {
	font-size: 14px;
	transition: 170ms linear all;
	font-weight: 400 !important;
    	color: black !important;
}

.search-title-result-item-link b {
	font-weight: 600;
}

.search-title-result-item-image-container {
	width: 61px;
	padding-right: 15px;
}

}
//.search-title button:before {
//  content: "\f105";
//  font-family: FontAwesome;
//  color: #000;
//  font-size: 28px;
//  line-height: 28px;
//}

.search-title-button {
	background-image: url(/bitrix/templates/.default/components/work/search.title/.default_m/images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 45px;
	min-height: 38px;
}

.title-search-result *,
.title-search-result *::before,
.title-search-result *::after {
	box-sizing: content-box;
}


.search-title-result-item-price {
	font-size: 16px;
}

.search-title-result-item-extinfo {
	font-size: 12px;
	color: grey;
	cursor: default;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: 600;
}

.search-title-result-item-current-price {
	font-weight: bold;
}

.search-title-result-item-old-price {
	font-size: 80%;
	text-decoration: line-through;
}
/* End */


/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1724059762587*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
//	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/.default/components/work/search.title/.default/style.css?17242284003935*/
#title-search *,
#title-search *::before,
#title-search *::after {
	box-sizing: content-box;
}

@media screen and (max-width: 960px) {
.title-search {
	background-color: #eeeeee;
	height: 60px;
	display: flex;
        justify-content: center;
        align-items: center;
}
form.search-title {
  	position: relative;
	width: 340px !important;
}
.search-title input {
    width: calc(100% - 17px);
    height: 33px;
    background: #ffffff;
    padding-left: 10px;
    border: 1px solid #c8c8c8;
    color: #000 !important;
    font-size: 13px;
    font-weight: 400;
    border-radius: 0px !important;
    line-height: 33px;
}
.search-title button {
    height: 12px;
    width: 25px;
    position: absolute;
    top: 11px;
    right: -5px;
    background: url(/images/mobile_icon_submit.png) 100% 50% no-repeat;
    cursor: pointer;
    border: none;
    border-radius: 0px !important;
}

.title-search-result {
	border: 1px solid #c8c8c8;
	display: none;
	overflow: hidden;
	z-index: 1205;
	background-color: #fff;
	padding: 7px;
	border-radius: 0px;
	font-weight: 400;
	box-sizing: content-box;
}

.search-title-result-item {
	padding: 0 10px 8px 0 !important;
    	display: flex;
	align-items: center;
}


.search-title .search-title-result-item:last-child {
	border-bottom:  none;
}

.search-title-result-item-link {
	font-size: 13px;
	transition: 170ms linear all;
	font-weight: 400 !important;
    	color: black !important;
	text-decoration: none;
}

.search-title-result-item-link b {
	font-weight: 600;
}

.search-title-result-item-image-container {
	width: 61px;
	padding-right: 15px;
}

.search-title-result-item-info {
	font-size: 13px;
	text-align: left;
}
}

@media screen and (min-width: 961px) {

form.search-title {
  position: relative;
  width: 780px;
}
.search-title input, button {
  outline: none !important;
  border-radius: 6px !important;
}
.search-title input {
    width: calc(100% - 17px);
    height: 34px;
    background: #ffffff;
    padding-left: 15px;
    border: 1px solid #c8c8c8;
    color: #000 !important;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0px !important;
}
.search-title button {
    height: 12px;
    width: 25px;
    position: absolute;
    top: 11px;
    right: -5px;
    background: url(/images/mobile_icon_submit.png) 100% 50% no-repeat;
    cursor: pointer;
    border: none;
    border-radius: 0px !important;
}

.title-search-result {
	border: 1px solid #c8c8c8;
	display: none;
	overflow: hidden;
	z-index: 1205;
	background-color: #fff;
	padding: 10px 5px 0;
	border-radius: 0px;
	font-weight: 400;
	box-sizing: content-box;
	margin-left: 2px;
	margin-top: 0px;
}

.search-title-result-item {
	border-bottom: 1px solid #c8c8c8;
	padding: 5px;
    	display: flex;
	align-items: center;
}


.search-title .search-title-result-item:last-child {
	border-bottom:  none;
}

.search-title-result-item-link {
	font-size: 14px;
	transition: 170ms linear all;
	font-weight: 400 !important;
    	color: black !important;
}

.search-title-result-item-link b {
	font-weight: 600;
}

.search-title-result-item-image-container {
	width: 61px;
	padding-right: 15px;
}

}
//.search-title button:before {
//  content: "\f105";
//  font-family: FontAwesome;
//  color: #000;
//  font-size: 28px;
//  line-height: 28px;
//}

.search-title-button {
	background-image: url(/bitrix/templates/.default/components/work/search.title/.default/images/icon-search.svg);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 45px;
	min-height: 38px;
}

.title-search-result *,
.title-search-result *::before,
.title-search-result *::after {
	box-sizing: content-box;
}


.search-title-result-item-price {
	font-size: 16px;
}

.search-title-result-item-extinfo {
	font-size: 12px;
	color: grey;
	cursor: default;
	text-transform: uppercase;
	line-height: 16px;
	font-weight: 600;
}

.search-title-result-item-current-price {
	font-weight: bold;
}

.search-title-result-item-old-price {
	font-size: 80%;
	text-decoration: line-through;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.sections.top/footermenu/style.css?1771275207110*/
.catalog-price {
	 color:red;
}
div.catalog-sections-top table td {
	padding-right:10px;
	padding-top:10px;
}

/* End */


/* Start:/bitrix/templates/parketgreenline/styles.css?17540290187509*/
@media screen and (min-width: 961px) {
div.tubeid {
    margin: 0 0 10px;
    width: 100%;
    height: auto;
}
div.tubeid iframe {
    width: 580px;
    height: 326px;
}
}
@media screen and (max-width: 960px) {
    div.tubeid {
        margin: 0 -10px 10px;
        width: 375px;
        height: auto;
    }
    div.tubeid iframe {
        width: 375px; 
        height: 211px;
    }
}

@media screen and (max-width: 960px) {
.ti .te_im div+div {margin-top: 15px;}
.ti .te_im div img {width: 100%;}
.ti ol li:before {content: counter(item) "."; counter-increment: item; font-weight: bold; width: 25px;display: inline-block;}
.ti ol.co2 li:before {content: counter(item) ")"; counter-increment: item; font-weight: bold; width: 25px;display: inline-block;}
.ti .te_im {display: flex; flex-direction: column; flex-wrap: nowrap; align-items: flex-start; justify-content: flex-start; margin: 15px 0;}
.ti .te_im div {width: 100%;}
.ti ul li {font: 400 13px / 17px 'Open Sans', sans-serif !important;}
.content h1.bbl {
    padding: 18px 0 !important;
    margin: 0 0 20px 0 !important;
    border-bottom: 1px solid #000;
}
.content h1.bbl img {
    float: right;
    height: 20px;
    margin: 0 !important;
}
.h2menu {
    width: 355px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.h2menu div, 
.content .h2menu h2 {
    padding: 5px 10px 5px 25px !important;
    margin: 0 0 2px 0 !important;
    background-color: #eee;
    font: 500 16px / 20px 'Open Sans', sans-serif !important;
    cursor: pointer;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-transform: none !important;
    text-align: left !important;
}
.h2menu div span.mobile, 
.content .h2menu h2 span.mobile {
}
.h2menu div img, 
.content .h2menu h2 img {
    width: 40px;
}
.ti p {
    margin-bottom: 15px;
    font: 400 13px / 17px 'Open Sans', sans-serif;
}
.ti p:last-child {margin-bottom: 0;}
.ti .te_im h2 {padding: 0 !important; margin: 0 0 15px 0 !important; font: 500 22px / 27px 'Open Sans', sans-serif;}
.ti h2 {padding: 0 !important; margin: 30px 0 15px 0 !important; font: 500 22px / 27px 'Open Sans', sans-serif;}
.ti h2 span.sm {font: 600 13px / 20px 'Open Sans', sans-serif; display: block;}
.ti ol {counter-reset: item;padding: 0;margin-bottom: 15px;}
.ti ol li {display: block;padding: 0;}
.ti ol li+li {margin-top: 15px;}
.ti ul li+li {margin-top: 5px;}
.ti .lih {margin: 20px 0 5px 0; font-weight: bold;}
}

@media screen and (min-width: 961px) {
.ti ol li:before {content: counter(item) "."; counter-increment: item; font-weight: bold; width: 35px;display: inline-block;}
.ti ol.co2 li:before {content: counter(item) ")"; counter-increment: item; font-weight: bold; width: 35px;display: inline-block;}
.ti .te_im {display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: space-between; margin: 20px 0;}
.ti .te_im div:first-child,.ti .te_im div:last-child {width: calc(50% - 15px);}
.ti .te_im.col3 div:first-child {width: calc(50% - 15px);}
.ti .te_im.col3 div:nth-child(2) {width: calc(25% - 7px);}
.ti .te_im.col3 div:last-child {width: calc(25% - 8px);}
.ti .te_im.col4 div:first-child {width: calc(25% - 7px);}
.ti .te_im.col4 div:nth-child(2) {width: calc(25% - 8px);}
.ti .te_im.col4 div:nth-child(3) {width: calc(25% - 7px);}
.ti .te_im.col4 div:last-child {width: calc(25% - 8px);}
.content h1.bbl {
    border-bottom: 1px solid #000;
    margin: 0 0 35px 0 !important;
}
.content h1.bbl img {
    float: right;
    height: 30px;
}
.h2menu {
    width: 575px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.h2menu div, 
.content .h2menu h2 {
    padding: 15px 10px 15px 45px !important;
    margin: 0 0 2px 0;
    background-color: #eee;
    font: 500 21px / 25px 'Open Sans', sans-serif;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    text-transform: none;
}
.h2menu div span.tablet, 
.content .h2menu h2 span.tablet {
    font: 500 14px / 21px 'Open Sans', sans-serif;
    text-transform: lowercase;
}
.h2menu div img,
.content .h2menu h2 img {
}
.ti p {
    margin-bottom: 15px;
}
.ti p:last-child {margin-bottom: 0;}
.ti .te_im h2 {padding: 0 !important; margin: 0 0 15px 0 !important; font: 500 23px / 27px 'Open Sans', sans-serif;}
.ti h2 {padding: 0 !important; margin: 30px 0 15px 0 !important; font: 500 23px / 27px 'Open Sans', sans-serif;}
.ti h2 span.sm {font: 600 13px / 20px 'Open Sans', sans-serif; display: block;}
.ti ol {counter-reset: item;padding: 0;margin-bottom: 15px;}
.ti ol li {display: block;padding: 0;}
.ti ol li+li {margin-top: 15px;}
.ti .lih {margin: 20px 0 5px 0; font-weight: bold;}
}

.h2menu div:hover,
.content .h2menu h2:hover {
    background-color: #c5c5c5;
}

.main-user-consent-request input[type="checkbox"]:checked, 
.main-user-consent-request input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

@media screen and (min-width: 961px) {
.main-user-consent-request input[type="checkbox"]:checked + label, 
.main-user-consent-request input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: 20px;
    cursor: pointer;
box-sizing: border-box;
}
}
@media screen and (max-width: 960px) {
.main-user-consent-request input[type="checkbox"]:checked + label, 
.main-user-consent-request input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    line-height: 20px;
    cursor: pointer;
box-sizing: border-box;
}
}

.main-user-consent-request input[type="checkbox"]:checked + label:before, 
.main-user-consent-request input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #006d5a;
    background-color: #f8f8f8;
}

.main-user-consent-request input[type="checkbox"]:checked + label:after, 
.main-user-consent-request input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.main-user-consent-request input[type="checkbox"]:checked + label:after, 
.main-user-consent-request input[type="checkbox"]:not(:checked) + label:after {
    left: 3px;
    top: 4px;
    width: 10px;
    height: 5px;
    border-radius: 1px;
    border-left: 4px solid #006d5a;
    border-bottom: 4px solid #006d5a;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main-user-consent-request input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

.main-user-consent-request input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

label.main-user-consent-request {
	width: 100% !important;
    	min-height: unset !important;
}

.main-user-consent-request label {
	width: 100% !important;
    	min-height: unset !important;
	font-size: 14px;
	margin: 0 0 15px 0;
}

.main-user-consent-request a {
	cursor: pointer;
}

.div_item_icon {
    position: absolute;
    z-index: 900;
    right: 10px;
    width: 56px;
    text-align: center;
}
.product-item-image-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
/* End */


/* Start:/bitrix/templates/parketgreenline/template_styles.css?1678356070366*/
div.liteyoutubedivs
{
	display: flex;
    	flex-direction: row;
    	flex-wrap: wrap;
    	align-items: center;
    	justify-content: space-between;
    	align-content: flex-start;
}
div.liteyoutubediv
{
	margin: 0;
	width: 100%;
    	height: auto;
}
div.liteyoutubediv > p 
{
	margin: 0;
	padding: 10px 0 20px;
	font-size: small;
	text-align: left;
	height: 40px;
}
/* End */
/* /bitrix/templates/parketgreenline/components/sotbit/regions.choose/template1/style.css?16320506745934 */
/* /local/templates/.default/components/bitrix/catalog.sections.top/mobilemenu/style.css?1771316031110 */
/* /bitrix/templates/.default/components/work/search.title/.default_m/style.css?17244120633839 */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.css?1724059762587 */
/* /bitrix/templates/.default/components/work/search.title/.default/style.css?17242284003935 */
/* /local/templates/.default/components/bitrix/catalog.sections.top/footermenu/style.css?1771275207110 */
/* /bitrix/templates/parketgreenline/styles.css?17540290187509 */
/* /bitrix/templates/parketgreenline/template_styles.css?1678356070366 */
