.add-ttl {font-weight: 700;margin-bottom: 10px;}
.p-colors {display: flex;flex-wrap: wrap;padding-bottom: 10px;}
.p-clr {display: flex;align-items: center;margin: 0 5px 5px 0;padding: 2px 8px 1px 2px;background: #f4f4f4;border-radius: 50px;cursor: default;}
.p-clr-pict {width: 14px;height: 14px;border-radius: 50%;margin-right: 5px;}
.p-clr-name {font-size: 12px;letter-spacing: .05em;padding-top: 1px;}
.p-length {padding-top: 15px;}
@media (max-width: 670px) {
.top-phone {font-size: 24px;}}
.p-clr-pict-grad {background-image: url(https://policarbonat-chisinau.com/assets/images/troetocie.png);background-position: center;background-size: 8px;background-repeat: no-repeat;background-color: white;}
.p-compl {display: block;padding: 15px 0 9px;}
.p-compl-item {display: flex;align-items: center;margin-bottom: 6px;}
.pl-desc {font-size: 12px;width: 34%;}
.pl-ttl {font-size: 12px;}
.p-compl>div {margin-right: 0;}
.density {
	font-weight: inherit;
}

.pl-desc {
	padding-right: 20px;
}

.amount-style {
	background: #fafafa;
	height: 30px;
	box-shadow: inset 0 1px 2px 0 #dddddd;
	border-radius: 5em;
	position: relative;
	width: 100px;
	user-select: none;
	display: flex;
    justify-content: center;
    align-items: center;
}

.amount-style input {
	height: 30px;
	width: 50px;
	text-align: center;
	font-family: 'Rubik', sans-serif;
	padding-top: 2px;
	-webkit-appearance: none;
}

.amount-style input::-webkit-outer-spin-button,
.amount-style input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.amount-style .plus {
	display: block;
	width: 16px;
	height: 16px;
	background: url(https://policarbonat-chisinau.com/assets/images/plus.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 7px;
	right: 7px;
	cursor: pointer;
}

.amount-style .minus {
	display: block;
	width: 16px;
	height: 16px;
	background: url(https://policarbonat-chisinau.com/assets/images/minus.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 7px;
	left: 7px;
	cursor: pointer;
}
.input-wrap {
    padding-top: 20px;
	display: flex;
    align-items: center;
}
.input-label {
    padding-right: 20px;
}
.top-section {
	background: #10151a url(https://policarbonat-chisinau.com/assets/images/fon.jpg) center no-repeat;
	background-size: cover;
}
.logo {
    background: url(https://policarbonat-chisinau.com/assets/images/logo-2.png) center no-repeat;
    background-size: contain;
}
.p-ttl-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}