h1, h2, h3, h4, h5, h6, p, div{
	margin: 0;
	padding: 0;
}

/*----------  header  -----------*/
header{
	background: #ffffff;
}


/*------------ basic ------------ */
.tbl{display: table;}
.tbl-row{display: table-row}
.tbl-row>div{display: table-cell;}

input[type='submit']{
	cursor: pointer;
	border: 0;
	outline: 0;
}

button{
	border: 0;
	outline: 0;
	background: none;
}

a.btn, input.btn, button.btn, div.btn{
	display: inline-block;
	padding: 13px 22px 11px;
	font: 14px/14px 'Geometr', Arial;
	font-weight: 600;
	transition: background-color 0.1s ease;
	text-align: center;
	white-space: nowrap;
	text-decoration: none;	
	color: #ffffff;
	border-radius: 2px;
	cursor: pointer;
}
input.btn, button.btn{border: 0;}
a.btn-sm, input.btn-sm, button.btn-sm, div.btn-sm{
	font-size: 13px;
	line-height: 14px;
	padding: 10px 16px;
}
a.btn-big, input.btn-big, button.btn-big, div.btn-big{
	font-size: 16px;
	line-height: 18px;
	padding: 14px 28px;
}


a.btn-dark, input.btn-dark, button.btn-dark, div.btn-dark{background-color: #004fbe;}
a.btn-dark:hover, input.btn-dark:hover, button.btn-dark:hover, div.btn-dark:hover{background-color: #1266db;}

a.btn-light, input.btn-light, button.btn-light, div.btn-light{background-color: #1ebdff;}
a.btn-light:hover, input.btn-light:hover, button.btn-light:hover, div.btn-light:hover{background-color: #1ba8e3;}

a.btn-slight, input.btn-slight, button.btn-slight, div.btn-slight{text-transform: uppercase; background-color: transparent; border: 1px solid #ffffff; color: #ffffff;}
a.btn-slight:hover, input.btn-slight:hover, button.btn-slight:hover, div.btn-slight:hover{border-color: #f0f0f0; color: #f0f0f0;}

a.btn-contur-dark, input.btn-contur-dark, button.btn-contur-dark, div.btn-contur-dark{text-transform: uppercase; color: #404040; border: 1px solid #a0a0a0;}
a.btn-contur-dark:hover, input.btn-contur-dark:hover, button.btn-contur-dark:hover, div.btn-contur-dark:hover{color: #0f0f0f; border: 1px solid #606060;}

a.btn-contur-light, input.btn-contur-light, button.btn-contur-light, div.btn-contur-light{text-transform: uppercase; color: #f46c09; border: 1px solid #f46c09;}
a.btn-contur-light:hover, input.btn-contur-light:hover, button.btn-contur-light:hover, div.btn-contur-light:hover{color: #d75c03; border: 1px solid #d75c03;}

a.btn-dark-gray, input.btn-dark-gray, button.btn-dark-gray, div.btn-dark-gray{background-color: #4D81C9;}
a.btn-dark-gray:hover, input.btn-dark-gray:hover, button.btn-dark-gray:hover, div.btn-dark-gray:hover{background-color: #6Da1e9;}

button.btn-dark.disabled{
	background-color: #E0E0E0;
	cursor: pointer;
}


button.btn-goprev>span{
	padding-left: 20px;
	background: url(../img/ibtn-prev.png) no-repeat 0 3px;
}
button.btn-gonext>span{
	padding-right: 20px;
	background: url(../img/ibtn-next.png) no-repeat 100% 3px;
}
button.btn-skip>span{
	padding-right: 24px;
	background: url(../img/ibtn-skip.png) no-repeat 100% 0px;
}
button.btn-loadmore>span{
	padding-left: 20px;
	background: url(../img/ibtn-loadmore.png) no-repeat 0 50%;
}
button.btn-pcbuy{
	padding-top: 14px;
	padding-bottom: 14px;
}
button.btn-pcbuy>span{
	padding: 10px 30px 10px 0;
	background: url(../img/ibtn-cart.png) no-repeat 100% 50%;
}

/*------------ PC Constructor ------------ */

.pc-constr{
	background-color: #ffffff;
	padding: 24px 16px;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	font-family: "Open Sans", "OpenSansRegular", Arial, Verdana, Geneva, Helvetica, serif;
	font-size: 14px;
}

.pc-head{
	padding: 12px 0;
}
.pc-head:after{clear: both; display: block; content: '';}

.pc-head-h{
	float: left;
	width: 290px;
}
.pc-head-h h1{
	color: #333;
    font-family: "MuseoSansBold", Arial, Verdana, Geneva, Helvetica, serif;
    font-size: 26px;
    font-weight: 100;
	padding: 0;
    margin: 0;	
	line-height: 1;
}
.pc-head-profopt{
	float: left;
	width: calc(100% - 290px);
	font-size: 14px;
	line-height: 16px;
	color: #999999;
	line-height: 20px;
}
.pc-head-profopt>div{
	display: inline-block;
	font-size: 14px;
	margin-left: 6px;
	padding: 3px 12px;
	background-color: #FFFBF5;
	border: 1px solid #FFDB9D;	
	border-radius: 11px;
	color: #555555;
}


.prodlist-title{
	font-size: 14px;
	line-height: 18px;
	max-height: 72px;
	overflow: hidden;
}
.prodlist-price{
	padding-top: 6px;
	font-family: "MuseoSansBold", Arial, Verdana, Geneva, Helvetica, serif, Arial, Helvetica, serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}


.pc-main{
	clear: both;
	margin: 10px 0;
}
.pc-main:after{clear: both; display: block; content: '';}

.pc-main a.a-sort{float: none;}
.pc-main a.a-sort.active{color: #202020;}
a.a-sort.sortback{background-image: url(../img2022/a-up-arr.png);}

.pc-steps{
	float: left;
	width: 290px;
	padding-top: 20px;
}
.pc-steps:after{clear: both; display: block; content: '';}
.pc-step-content{
	float: left;
	box-sizing: border-box;
	width: calc(100% - 292px);
	border-top: 2px solid #004FBE;
	border-left: 2px solid #004FBE;
	padding: 20px 0 20px 20px;
	position: relative;
}
.pc-step-content:after{clear: both; display: block; content: '';}

.pc-steps>div{
	padding: 0 10px 0 0;
	margin: 0 0 10px 0;
}
.pc-steps>div>a{
	display: block;
	border: 1px solid #ebebeb;
	background-color: #fdfdfd;
	color: #898989;
	padding: 16px 0 16px 56px;
	font: "MuseoSansBold", Arial, Verdana, Geneva, Helvetica, serif, Arial, Verdana, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	background-image: url(../img/pc-step-ico.png);
	background-repeat: no-repeat;
	background-position: 20px 50%;
}

.pc-steps>div.pc-step-sel>a{
	color: #333333;
	background-image: url(../img/pc-step-sel.png);
}

.pc-steps>div.pc-step-cur{padding-right: 0;}
.pc-steps>div.pc-step-cur>a{
	color: #ffffff;
	border-color: #004FBE;
	background-color: #004FBE;
	background-image: none;
}
.pc-steps>div.pc-step-cur>a>span{
	display: inline-block;
	background: url(../img/w-arr.png) no-repeat 100% 50%;
	padding-right: 20px;
}

.pc-step-drop{padding-top: 8px; padding-bottom: 8px;}
.pc-step-drop>h2{
	color: #333;
	margin: 0;
	padding: 0;
    font-family: "MuseoSansBold", Arial, Verdana, Geneva, Helvetica, serif;
    font-size: 22px;
    font-weight: 100;
	margin-bottom: 12px;
}
.pc-step-drop>h2>span{color: #999999;}

.pc-step-drop-mob{
	display: none;
	padding: 12px 0px 2px 0px;
}
.pc-step-drop-mob>div{
	padding: 0 10px 0 0;
	margin: 0 0 4px 0;
}
.pc-step-drop-mob>div>a{
	display: block;
	background-color: transparent;
	color: #898989;
	padding: 4px 0 4px 26px;
	font: "MuseoSansBold", Arial, Verdana, Geneva, Helvetica, serif, Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	background-image: url(../img/pc-step-ico-mob.png);
	background-repeat: no-repeat;
	background-position: 2px 50%;
	/*background-size: 12px 8px;*/
}

.pc-step-drop-mob>div.pc-step-sel>a{
	color: #333333;
	font-weight: 600;
	background-image: url(../img/pc-step-sel-mob.png);
}

.pc-step-drop-mob>div.pc-step-cur{padding-right: 0;}
.pc-step-drop-mob>div.pc-step-cur>a{
	color: #ffffff;
	/*border-color: #004FBE;*/	
	background-color: #004FBE;
	background-image: url(../img/pc-step-yes-w.png);	
}
.pc-step-drop-mob>div.pc-step-cur>a>span{}

.pc-step-drop-open{
	background-color: #F6F9FF;
	margin-bottom: 12px;
}
.pc-step-drop-open  .pc-step-drop-mob{display: block;}

.pc-step-prod{	
	background: #fafafa;
	padding: 2px;
	margin-bottom: 20px;
}
.pc-prod-item{
}
.pc-prod-item:after{clear: both; display: block; content: '';}

.pc-prod-pic{
	float: left;
	width: 200px;
}
.pc-prod-pic>div{
	width: 100%;
	height: 200px;
	margin: 0 auto;
}
.pc-prod-pic>div a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.pc-prod-pic>div a:after{
	display: inline-block;
	height: 100%;
	content: '';
	vertical-align: middle;
}
.pc-prod-pic>div a img{
	max-width: 96%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.pc-prof-inf{
	float: right;
	width: calc(100% - 220px);
	padding-top: 14px;
}
.pc-prod-tit{
	margin-right: 30px;
	padding: 0 10px 10px 0;
	font-size: 15px;
}
.pc-prod-tit>a{text-decoration: none;}
.pc-prod-art{
	color: #999999;
	padding-bottom: 4px;
}
.pc-prod-price{
	font-family: "MuseoSansBold", Arial, Verdana, Geneva, Helvetica, serif, Arial, Helvetica, serif;
	font-size: 16px;
}
.pc-prod-num{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 10px 0;
}
.pc-prod-num>span{
	width: 40px;
	text-align: center;
}
a.a-btn{
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #e0e0e0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-image: url(../img/a-plus-btn.png);
}
a.a-btn:hover{background-color: #004fbe;}
a.a-btn-plus{background-image: url(../img/a-plus-btn.png);}
a.a-btn-minus{background-image: url(../img/a-minus-btn.png);}
a.a-del{
	float: right;
	width: 16px;
	height: 16px;
	margin-right: 6px;
	display: block;
	background: url(../img/a-del-sm.png) no-repeat 50% 50%;
	content: '';
	opacity: 0.8;
}
a.a-del:hover{opacity: 1; background-color: #ffffff;}

.pc-constr-loading{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
    background: silver;
    opacity: 0.8;
    position: absolute;
    padding-top: 100px;}

.pc-prod-dop{
	clear: both;
	padding: 10px 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.pc-srch-summary{
	color: #999999;
}
.pc-prod-flt>div{
	display: inline-block;
	padding-right: 10px;
}
.pc-prod-flt>div>select{
	height: 30px;
	border: 1px solid #a0a0a0;
	border-radius: 3px;
}
.pc-prod-flt>div>select.pc-comboselected{
	border: 1px solid #004FBE;
}

.pc-prods-container{
	clear: both;
}
.pc-prods-container:after{clear: both; display: block; content: '';}

.pc-prods{
	clear: both;
}
.pc-prods:after{clear: both; display: block; content: '';}

.pc-prod-list{
	box-sizing: border-box;
	width: 100%;
	/*border-collapse: collapse;*/
}
.pc-prod-list .tbl-row-h{
	font-weight: bold;
}
.pc-prod-list .tbl-row>div{	
	border-bottom: 1px solid #ebebeb;
	padding: 8px 10px 8px 12px;
	vertical-align: middle;
}
.pc-prod-list .tbl-row-h>div{
	padding: 16px 10px 16px 12px;
	background-color: #fafafa;
	border-top: 1px solid #ebebeb;
	border-left: 0;
	border-right: 0;
}
.pc-prod-list .tbl-row>div:first-child{border-left: 1px solid #ebebeb;}
.pc-prod-list .tbl-row>div:last-child{border-right: 1px solid #ebebeb; width: 50px;}
.pc-prod-list .tbl-row>div:nth-child(4){white-space: nowrap;}
.pc-prod-list .tbl-row>div.td-inf{width: 40px; padding: 8px 0; text-align: center;}

.pc-prod-list .tbl-row.checked>div{background-color: #F2F7FF; border-bottom: 1px solid #004FBE; border-top: 1px solid #004FBE;}
.pc-prod-list .tbl-row.checked>div:first-child{border-left: 1px solid #004FBE;}
.pc-prod-list .tbl-row.checked>div:last-child{border-right: 1px solid #004FBE;}

.td-mod a{
	text-decoration: none;	
}
.td-mod a>span{
	/*background: url(../img/a-more-prod.png) no-repeat 100% 2px;
	padding-right: 24px;*/
}
.td-mod a:hover{
	color: #1ECBFF;
}

.td-mod .pc-item-mod {}
.td-mod .pc-item-mod img {cursor: pointer;}
.td-mod .pc-item-descr {font-size: 13px;line-height: 16px;color:#909090;}

.pc-item-pic{
	display: block;
	width: 50px;
	max-height: 50px;
}
.pc-item-pic img{
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.pc-item-brand{display: none;}	

.pc-prod-list .btn-addprod {
	width: 28px;
	height: 28px;
	border-radius: 5px;
	background-image: url(../img/a-plus-btn.png);
    background-repeat: no-repeat;
    background-position: center;
	padding: 0;
}
.pc-prod-list .checkprod { 
	display: none;  
	width: 28px;
	height: 28px;
	background-image: url(../img/pc-step-sel.png);
    background-repeat: no-repeat;
    background-position: center;
	padding: 0;
}

.pc-prod-list .checked .btn-addprod { display: none; }
.pc-prod-list .checked .checkprod { display: block }

a.a-inf-btn{
	display: block;
	margin: auto;
	width: 20px;
	height: 20px;
	background: url(../img/ico-info.png) no-repeat 50% 50%;
	border: 0;
	content: '';
}

.pc-item-btn{
	float: right;
	width: 20px;
	height: 20px;
	display: none;
}
.pc-item-btn>span{
	display: block;
	content: '';
	cursor: pointer;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.pc-item-add>span{background-image: url(../img/a-pc-add.png);}
.pc-item-del>span{background-image: url(../img/a-del-sm.png);}


.pc-constr-more{
	clear: both;
	margin: 14px 0;
	/*
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	background-color: #fafafa;
	*/
	text-align: center;
}
.pc-constr-controls{
	clear: both;
	margin: 14px 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.no-prodlists{
	clear: both;
	margin: 28px 0;
}
.no-prodlists>div{
	text-align: center;
	padding: 170px 0 10px 0;
	background: url(../img/no-parts-pic.png) no-repeat 50% 0;
	font-size: 16px;
	color: #909090;
}


.pc-constr-controls{
	clear: both;
	margin: 14px 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}
.pc-step-progress{
	width: 200px;
	height: 28px;
	border-radius: 14px;
	background: #F2F7FF;
	position: relative;
}
.pc-step-progress>div{
	margin: 0 0 auto 0;
	width: 10%;
	height: 100%;
	border-radius: 14px 0 0 14px;
	background-color: #619AE9;
}
.pc-step-progress>span{
	display: block;
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%,0);
	padding: 4px 0;
	color: #004FBE;
}


.pc-conf-result{
	box-sizing: border-box;
	width: 100%;
	border-collapse: collapse;
}
.pc-conf-result .tbl-row-h{
	font-weight: bold;
}
.pc-conf-result .tbl-row>div{
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 8px 10px 8px 12px;
	vertical-align: middle;
}
.pc-conf-result .tbl-row-h>div{
	padding: 16px 10px 16px 12px;
	background-color: #fafafa;
	border-left: 0;
	border-right: 0;
}
.pc-conf-result .tbl-row>div:first-child{}
.pc-conf-result .tbl-row>div:last-child{width: 120px;}
.pc-conf-result .tbl-row>div:nth-child(5){white-space: nowrap;}

.pc-conf-result .tbl-row>div.td-pic {width: 80px;}
.pc-conf-result .tbl-row>div.td-pic img { width: 100%; height: 100%; }

.pc-conf-total{
	background: #F2F7FF;
	display: flex;
	flex-flow: row nowrap;
	padding: 12px 0;
	justify-content: space-between;
	align-items: center;
}
.pc-conf-total>div:first-child{padding-left: 20px;font-weight: normal;}
.pc-conf-total>div:first-child>span{font-weight: bold; margin-right: 30px;}
.pc-conf-total>div:last-child{padding-right: 20px;}

/* popup */
#popup-pcprodinfo {
	align-items: flex-start;
	justify-content: center;
	position: fixed
}

#popup-pcprodinfo.active {
	display: flex
}

#popup-pcprodinfo h3{
	font-size: 1.857rem
}

#popup-pcprodinfo .popup {
	margin-top: 5px;
	padding: 38px 0;
	width: 905px;
	text-align: left
}

#popup-pcprodinfo .popup-holder {
	padding: 0 40px 40px;
	text-align: left
}

#popup-pcprodinfo .popup-holder {
	display: flex;
	flex-flow: column nowrap;
	align-items: center
}

#popup-pcprodinfo .popup-holder .product-page .about-product .product-container{ border-left: none; }
#popup-pcprodinfo .popup-holder .product-page .about-product .section-description { border-top: none; }

.product-popup {
	width: 100%;
	padding: 10px;
}
.product-popup .product-popup-title h2 { font-size: 20px; line-height: 24px; font-weight: normal; }
.product-popup .product-popup-pics { width:100%; height: auto; margin-top: 14px; margin-bottom: 4px; }
.product-popup .product-popup-pics .product-popup-pic-big {
	padding: 5px; 
	margin: 0 auto;	
	max-width: 300px; 
	width: auto; 
	max-height: 300px; 
	height: auto;
	text-align: center;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}
.product-popup .product-popup-pics .product-popup-pic-big img{ max-width: 100%; max-height: 100%; }
.product-popup .product-popup-pics .product-popup-pics-sm {height:80px; padding: 5px 0;overflow: hidden;}
.product-popup .product-popup-pics .product-popup-pics-sm div{cursor:pointer;height: 70px; width: 70px; margin-right: 10px;display: inline-block}
.product-popup .product-popup-pics .product-popup-pics-sm div img{max-width: 100%; max-height: 100%;}
.product-popup .product-popup-pics .product-popup-pics-sm div.active {border: 2px solid #619ae9;border-radius: 2px;}
.product-popup .product-popup-descr { margin-top: 20px; }
.product-popup .open-more-info { overflow: hidden;transition: max-height .2s; }
.product-popup .product-popup-descr .open-text { max-height: 100px; }
.product-popup .product-popup-descr .is-active .open-text {max-height: 9999px;}
.product-popup .open-more { text-decoration: none;border-bottom: 1px dotted #333;color: #333;font-size: 12px;position: relative;background: url(../img2022/a-down-arr.png) no-repeat 100% 7px;padding-right: 14px;}
.product-popup .open-more:hover {
	color: #1ebdff;
	border: 0
}
.product-popup .is-active .open-more { background-image: url(../img2022/a-up-arr.png) }
.product-popup .product-popup-tech { margin-top: 20px; }
.product-popup .product-popup-tech .open-table { max-height: 100px; }
.product-popup .product-popup-tech .is-active .open-table {max-height: 9999px;}
.product-popup .product-popup-block-title {font-size: 16px; font-weight: bold;}
.product-popup .product-popup-close { margin: 10px 0; text-align: center; }

.pc-step-error {color: red; display: none; width: 100%; padding: 5px; box-sizing: border-box; }

.pc-conf-total .btn-pcshow { display: none; }
.pc-conf-wnd-btn { 
	display: none; 
	flex-flow: row nowrap;
	padding: 12px 0;
	justify-content: space-between;
	align-items: center;
}
.pc-conf-wnd-btn>div:first-child{padding-left: 10px;}
.pc-conf-wnd-btn>div:last-child{padding-right: 10px;}

.pc-conf-btn-mob .btn-pcshow { display: none; margin: 10px 0; text-align: center; }

.dlg-fon{
	background: #808080;
	height: 100%;
	opacity: 0.6;
	position: fixed;
	width: 100%;
	z-index: 50;
	top: 0;
	left: 0;
	display: none;
}

.pc-top-line { display: none; }

.prod-popup-btns { margin: 5px 0; }
.prod-next { float: right; }
.prod-show { float: right; }

.pc-lists{
	display: flex; 
	align-items: 
	center; gap: 8px;
	padding-bottom: 12px;
}
.pc-lists-save>input[type=text]{
	box-sizing: border-box;
	height: 34px;
	width: 220px;
	border: 1px solid #e4e4e4;
	padding-left: 6px;
}
.pc-lists-save .btn{margin-right: 30px;}

.pc-lists-clear{margin-left: 30px;}

.pc-lists-my>select{
	box-sizing: border-box;
	height: 34px;
	border: 1px solid #e4e4e4;
	padding-left: 6px;
}

.pc-step-progress-done>div{border-radius: 14px 14px;}

.pc-conf-wnd h2{font-size: 20px; line-height: 24px; font-weight: normal;}

.product-popup-sel .mcli_image{width: 120px; height: 100px;}
.product-popup-sel .mclii_image{width: 100%; height: 100%;} 
.product-popup-sel .mcli_image a img{display: block;}
.product-popup-sel .mcli_text{width: calc(100% - 130px);}
.product-popup-sel .prod-popup-btns{padding-top: 10px;}

button.prod-next>span {
	padding-right: 20px;
	background: url(../img2022/ibtn-next.png) no-repeat 100% 3px;
}
button.prod-cancel{text-transform: none;}

.pc-top-line .pc-conf-total br { display: none; }

.pc-prods span.price-new {
	color: #ff1919;
	font-weight: 500;
}
.pc-prods span.price-old {
	color: #a0a0a0;
    font-weight: 300;
    text-decoration: line-through;
	margin-right: 5px;
}
.pc-prods br { display: none; }

.share-btns { display: inline-block; position: relative; top: 10px; }
.share-btns a { width: 32px; height: 32px; display: inline-block; }
.share-btns a.share-link { background-image: url(../img2022/link-icon.png) }
.share-btns a.share-telegram { background-image: url(../img2022/telegram-icon.png) }
.share-btns a.share-viber { background-image: url(../img2022/viber-icon.png) }

/*-----------------------  adaptive  --------------------*/
@media only screen and (min-width: 1480px)
{
	.wrapper{width: 1450px;}
	
	/*--------  footer adaptive  -----*/
}

@media only screen and (min-width: 1860px)
{
	.wrapper{width: 1840px;}
	
	
}

@media only screen and (max-width: 1200px)
{
	.wrapper{width: 1000px;}

	.pc-prod-dop{flex-flow: column nowrap !important; align-items: flex-start !important;}
	.pc-srch-summary{padding-top: 12px !important;} 
}

@media only screen and (max-width: 1000px)
{
	.wrapper{width: 800px;}

	.pc-head-h{float: none; width: auto;}
	.pc-head-profopt{float: none; width: auto; padding-top: 20px;}
	
	.pc-prod-flt>div{padding-bottom: 8px;}
	
	.pc-steps{width: 210px;}
	.pc-steps>div>a{font-size: 15px; padding-left: 42px; background-position: 12px 50%;}
	.pc-step-content{width: calc(100% - 213px); padding-left: 14px;}	
}

@media only screen and (max-width: 800px)
{
	.pc-top-line-fixed { 	
		position: fixed;
		z-index: 50;
		top: 0;
		left: 0;
		width: 100%;
		animation: slide-down 0.35s;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
		background-color: #6890E4; 
	}
	.pc-top-line-show.pc-top-line-fixed{ display: block; }

	.pc-conf-wnd h2 { padding: 10px 14px; }
	.pc-conf-wnd .pc-lists { padding: 10px 14px; flex-flow: column nowrap; }
	.pc-conf-total .btn-pcbuy { display: none; }	
	.pc-conf-total .btn-pcshow { display: block; }
	.pc-conf-wnd-btn { display: flex; }
	.pc-top-line .pc-conf-total .btn-pcbuy { display: block; }
	
	.pc-conf-result .tbl-row>div:nth-child(2){display: none;}
	.pc-conf-result .tbl-row>div:nth-child(3){display: none;}
	.pc-conf-result .tbl-row>div:nth-child(6){display: none;}

	.wrapper{width: 100%;}
	
	.pc-head-h{float: none; width: auto;}	
	.pc-head-profopt{float: none; width: auto; clear: both; padding-top: 14px;}
	
	.prodlist-title{height: 50px; overflow: hidden; font-size: 13px; line-height: 16px;}
	.prodlist-price{font-size: 14px;}
	
	.pc-steps{float: none; width: auto; display: none;}
	.pc-step-prod{display: none;}
	
	.pc-step-content{float: none; width: auto; clear: both; border: 0; padding: 12px 0; padding-left: 0; }
	
	.pc-prod-dop{display: block;}
	.pc-prod-flt>div{padding-right: 4px; padding-bottom: 4px;}
	.pc-srch-summary{clear: both; padding-top: 12px;}
	
	.pc-prods-container{
		position: relative;		
		margin-left: -6px; 
		margin-right: -6px; 
		padding: 12px 6px 0 6px; 
		background-color: #ffffff; 
		border-radius: 6px 6px 0 0;
		box-shadow: 0 -3px 4px rgba(100,100,100,0.2); 
	}	
	.pc-prods-container:before{
		display: block;
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0px;
		height: 30px;
		z-index:2;
		background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	}
	.pc-prods-contscroll{
		/*border: 1px solid red;*/
		box-sizing: border-box; 
		height: 440px; 
		overflow-y: scroll; 
	}
	.pc-prods-contscroll::-webkit-scrollbar-thumb {background-color: #e0e0e0;}
	.pc-prods-contscroll::-webkit-scrollbar-track {background-color: #f0f0f0;}
	.pc-prods-contscroll::-webkit-scrollbar-corner {background-color: green;}
	.pc-prods-contscroll::-webkit-scrollbar { width: 0.2rem; height: 0.5rem; }
	.pc-prods-contscroll{
		-ms-overflow-style: auto;
		scrollbar-color: #e0e0e0 #f0f0f0;
		scrollbar-width: none; /*thin;*/
	}	
	
	.pc-prod-list{
		display: block;
	}
	.pc-prod-list .tbl-row{
		position: relative; 
		border-bottom: 1px solid #ebebeb;		
		border-left: 0; 
		border-right: 0;
		display: grid;
		grid-template-columns: 80px calc(100% - 110px) 24px;
		grid-template-rows: auto auto;
	}
	.pc-prod-list .tbl-row.checked{border: 1px solid #004FBE; background-color: #F2F7FF;}
	.pc-prod-list .tbl-row:first-child{display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: 1fr;}
	.pc-prod-list .tbl-row:first-child>div:first-child{display: none; grid-column: 1; grid-row: 1;}
	.pc-prod-list .tbl-row:first-child>div:nth-child(2){grid-column: 1; grid-row: 1;}
	.pc-prod-list .tbl-row:first-child>div:nth-child(3){grid-column: 2; grid-row: 1;}
	.pc-prod-list .tbl-row:first-child>div:nth-child(4){grid-column: 3; grid-row: 1;}
	.pc-prod-list .tbl-row:first-child>div:nth-child(5){display: none;}
	.pc-prod-list .tbl-row:after{display: block; clear: both; content: '';}
	
	.pc-prod-list .tbl-row-h{display: grid;}
	.pc-prod-list .tbl-row>div{border: 0;}
	.pc-prod-list .tbl-row>div:first-child{float: left; width: 80px; border-left: 0;grid-column: 1; grid-row: 1 / span 2;}
	.pc-prod-list .tbl-row>div.td-mod{float: right; grid-column: 2; grid-row: 1; width: auto;}
	.pc-prod-list .tbl-row>div.td-inf{right: 0; top: 0; position: static; grid-column: 3; grid-row: 1; width: auto;}
	.pc-prod-list .tbl-row>div:nth-child(4){
		clear: right; 
		font-weight: bold; 
		font-size: 14px;	
		grid-column: 2 / span 2; 
		grid-row: 2; 
		float: none; 
		width: auto; 
		padding-right: 0;
	}
	.pc-prod-list .tbl-row>div:last-child{display: none; /*position: absolute; left: 30px; top: 80px;*/ border-right: 0;}
	
	.pc-item-btn{width: 24px;}
	
	.pc-prod-list .tbl-row.checked>div{border: 0; background-color: transparent;}
	.pc-prod-list .tbl-row.checked>div:first-child{border-left: 0;}
	.pc-prod-list .tbl-row.checked>div:last-child{border-right: 0;}
	
	.pc-item-brand{display: none;}	
	.pc-item-pic{display: block;}
	
	.pc-item-add{display: block;}
	.pc-prod-list .tbl-row.checked .pc-item-add{display: none;}
	.pc-prod-list .tbl-row.checked .pc-item-del{display: block;}
	
	button.btn-goprev, button.btn-gonext{padding-left: 12px; padding-right: 12px;}
	button.btn-goprev>span{display: block; box-sizing: border-box; width: 14px; overflow: hidden; padding-left: 14px; background-position: 0 50%;}
	button.btn-gonext>span{display: block; box-sizing: border-box; width: 14px; overflow: hidden; padding-left: 14px; padding-right: 0; background-position: 0 50%;}
	
	.pc-conf-wnd{
		display: none;
		position: absolute;
		z-index: 51;
		left: 10px;
		right: 10px;
		background: #ffffff;
		box-shadow: 0 0 8px rgba(0,0,0,0.2);
	}
	
	.pc-step-drop{background-color: #F6F9FF; margin-left: -6px; margin-right: -6px; padding-left: 10px;}
	.pc-step-drop>h2{
		background: url(../img/a-pc-down.png) no-repeat 97% 6px;
		cursor: pointer;
		font-size: 18px;
		margin-top: 10px; 
		margin-bottom: 10px;
	}
	
	.pc-step-drop-open{margin-left: -8px; margin-right: -8px; padding-left: 8px; padding-right: 8px;}
	.pc-step-drop-open>h2{background-image: url(../img/a-pc-up.png);}	

	.pc-conf-total .btn-pcshow { display: none; }
	.pc-conf-btn-mob .btn-pcshow { display: block; }
	
	.pc-lists-save{display: flex; flex-flow: row nowrap; gap: 4px; width: 100%;}
	.pc-lists-save .btn{margin-right: 0;}
	.pc-lists-save>input[type="text"]{width: calc(100% - 140px);}
	.pc-lists-clear{margin-left:0; padding: 12px 0;}
	.pc-lists-my{display: flex; flex-flow: row nowrap; gap: 4px;}	
	.pc-conf-wnd .pc-prods-selected{padding: 0 14px;}
	
	.pc-conf-total-sum span{font-weight: bold;}
	.pc-conf-total-sum span:nth-of-type(1){margin-right: 20px;}
	.pc-conf-total .pc-conf-total-show .btn-pcshow{display: block;}
	
	.pc-prod-flt>div { margin-bottom: 6px; }
}

@media only screen and (max-width: 650px)
{	
	/* ---------------- PC Builder ---------------- */
	.pc-head-profopt>span{display: block; margin-bottom: 8px;}
	.pc-head-profopt>div{margin-left: 0 !important; margin-right: 6px; margin-bottom: 6px;}
}

@media only screen and (max-width: 550px)
{	
	.ccard-blk-cashb.ccard-blk-mono .ccard-delivterm{grid-row: 2; margin-top: 4px;}
}

@media only screen and (max-width: 520px)
{
	.dlg-wnd-in{padding: 20px 14px;}
	.product-popup{padding: 10px 0;}
	
	.product-popup-sel .mcli_image{float: left; margin: 0 auto 0 0;}
	.product-popup-sel .mcli_text{float: right; clear: none;}
}

@media only screen and (max-width: 420px)
{	
	/*--------  index adaptive  ------*/
	
	.b-wish{right: 6px;}
	.b-lbl{top: 19px;}
	.b-lbl>img{height: 30px; width: auto;}
	
	.p-lbl{top: 20px;}
	.p-lbl>img{height: 30px; width: auto;}
	.p-iwish{right: 6px; top: 16px;}
}

@media only screen and (max-width: 400px)
{
	/*--------  header adaptive  -----*/
	.ti-mob-logo{width: 100px;}
	.ti-right{width: 180px;}
	.ti-blk{width: 36px;}	
	
	.product-popup-sel .prod-popup-btns .btn { padding-left: 14px; padding-right: 14px; }
	.pc-top-line .pc-conf-total br { display: inline-block }
	.product-popup .product-popup-title h2 { font-size: 18px; }
}