

/* Start:/bitrix/templates/parketgreenline-mainPage/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-mainPage/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/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:/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:/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-mainPage/styles.css?17508265842505*/
.bbl {
	border-bottom: 1px solid #000;
}

.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;
}

/* End */
/* /bitrix/templates/parketgreenline-mainPage/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/style.css?17242284003935 */
/* /bitrix/templates/.default/components/work/search.title/.default_m/style.css?17244120633839 */
/* /local/templates/.default/components/bitrix/catalog.sections.top/footermenu/style.css?1771275207110 */
/* /bitrix/templates/parketgreenline-mainPage/styles.css?17508265842505 */
