.bx_grey {
	padding-top: 0 !important;
	background-color: #f5f8f8 !important;
} 

.bx_grey .body_content {
	padding-top: 40px;
	padding-bottom: 0;
	background: #fff;
}

.bx_grey footer {
	border-top: 0;
}

.products__title {
	font-family: 'Roboto',sans-serif;
	font-size: 32px;
	font-weight: 400;
}
.products__title_desc
{
	font-family: 'Roboto',sans-serif;
	font-size: 32px;
	font-weight: 400;
	width: 120% !important;
}

.products__title2,
.products__price {
	color: #049ee6;
}

.fa-map-marker-alt:before{
	color: #65b647 !important;
}

a.products__info.products__info--param:hover
{
	color:#65b647 !important;
		transition: 0.8s !important;
}
a.products__info.products__info--desc:hover
{
	color:#65b647 !important;
		transition: 0.8s !important;
}

.dropdown-item {
	    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #848a8e !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

a#navbarDropdown:hover{
	color:black !important;
	transition: 0.8s !important;
}



.products__tools {
	border: none;
}

.products__info {
	padding-bottom: 9px;
}

.products__info--active {
	border-bottom: 3px solid #65b647;
}

.products__desc{
	margin-left: 40px;
	    margin-right: 1px !important;
}

.products__cap{
	position: relative;
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 400;
}

.products__cap::before {
	position: absolute;
	top: 5px;
	left: -15px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #65b647 transparent transparent transparent;
}

.spoiler-wrap.active .products__cap::before {
	transition: 0.4s all;
	transform: rotate(180deg);		
}

.products__desc-small{
	text-align: left;
	color: rgba(0,0,0,.38);
}

.products__opt{
	padding-top: 27px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
	border: 1px solid rgba(0,0,0,.12);
}

.products__item{
	padding-left: 0;
	border: 0;
}

.products__content {
	padding-bottom: 25px;
}

.products__label{
	align-items: center;
}

.products__label:hover {
	cursor: pointer;
}

.products__add::before{
	height: 20px;
}

.products__add::after{
	border: 2px solid rgba(255,255,255,0.87);
	border-top: 0;
	border-left: 0;
	left: 6px;
	top: calc(50% - 2px);
	transform: rotate(45deg);
	width: 6.66667px;
    height: 13.33333px;
}

.products__label>input[type=checkbox]:checked+.products__add::before{
	border: none;
	background: #65b647;
}

.products__add-price{
	color: #049ee6;
	font-weight: 400;
	font-size: 20px;
	padding-left: 10px;	
}

.products__calc-tools{
	padding-top: 8px;
	    padding-right: 240px;
}

.products__tech-cap{
	font-weight: 400;
}

.products__tech-cap{
	font-size: 17px;
}

.products__tech-info{
	color: rgba(0,0,0,.38);
}

.products__dev,
.products__term,
.products__tech {
	font-size: 18px;
	font-weight: 400;
}

.products__calc{
	position: sticky; 
	bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f5f5f5;
	border: none;
	box-shadow: 0 2px 5px rgba(0,0,0,.4);
}

.products__calc-header{
	margin-bottom: 5px;
}

.products__head-price,
.products__head-num,
.products__head-goods {
	font-weight: 400;
	font-size: 18px;
	color: #848a8e;
}

.products__max::before{
    top: -9.2px;
    left: 0.3px;
}

.cart{
    color: #fff;
    background-color: #65b647;
    border-radius: 70px;
    position: relative;
    padding: 3px 7px;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 13px;
    bottom: 17px;
    right: 7px;
}
a.cart:hover {
    background-color: #049ee6!important;
    color: #fff;
}

svg:hover *{
    
    fill: #049ee6;
	stroke: #049ee6;

}

img.products__imgsvg {
    max-width: 75%;
    padding-bottom: 25px;
	padding-left:55px;
}

.products__text {
    text-align: justify !important;
    font-size: 17px !important;
    margin-bottom: 15px !important;
    line-height: 20px !important;
    color: #848a8e !important;
    width: 120% !important;
    padding-top: 10px !important;
}

.spoiler-wrap{background:#fff;margin: 0 0 8px;border:1px solid #efefef;}
.spoiler-head {cursor:pointer}
.spoiler-body{padding:10px}
.spoiler-wrap.disabled .spoiler-body{display:none}
.spoiler-wrap.active{border:2px solid #65b647}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cart{
    color: #fff;
    background-color: #049ee6;
    border-radius: 70px;
    position: relative;
    padding: 3px 7px;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 13px;
    bottom: 17px;
    right: 7px;
}
}
