.abrabr {
 padding:0px;
}

.lp-promo-34-features__item-icon-in svg{
	fill:#b898e4 !important;
}

._svg-primary-fill path:not([fill]):not([stroke]){
		fill:#000000 !important;
}

.lp-prods-32__item-buttons{
	padding-top:0px !important;
}

.lp-prods-32__details{
	display:none !important;
}

#_lp_block_46359306[data-block-layout='1504261'] .text-block-10__title{
	padding:0 0 0 10px !important;
}

.lp-block-promo-32 .lp-block-promo-32__btn{
	max-width:320px !important;
}

.red-block {
	font-size: 0;
	max-width: $siteWidth;
	margin: 0 auto;
	text-align: center;
	position: relative;}

	.red-main {
		font-size: 0;
		padding: 0;
		text-align: left;}
		
		.with_desc {
		    
		    font-size: 15px;
		    text-align: center;
		    font-weight: bold;
		    line-height: 1.5;
			margin:10px 0 0;
		}
		    


		.red-link {
			display: inline-block;
			vertical-align: top;
			width: 23%;
			padding: 11px;
			box-sizing: border-box;
			position: relative;
			margin: 0 5px 0 5px;
			position: relative;
			top: 0;

			&:nth-child(3n){
				margin-right: 0;
			}
			
			&:last-child {
				margin-right: 0;
			}

			&:hover {
				top: -15px;
			}

			&:before {
				content: '';
				position: absolute;
				top: -19px;
				left: -16px;
				width: 228px;
				height: 233px;
				z-index: -1;
			}

			img {
				@include border-radius(50%);
				position: relative;
				z-index: 10;
			}
			}