/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.mega-menu table td:not(.wide_menu) .dropdown-menu li > a .name {
	display: block;
    max-width: initial;
    overflow: hidden;
    text-overflow: inherit;
    word-wrap: break-word;
}

.main-advantages {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	padding: 17px 0 7px;
}
.main-advantages-item {
  padding-bottom: 25px;
	width: calc((100% - 90px) / 4);
}
.main-advantages-item__icon {
}
.main-advantages-item__icon img {
	width: 48px;
	height: 48px;
}
.main-advantages-item__title {
  padding: 20px 0 10px;
	font: 600 16px/20px 'Open Sans';
	color: #1E1E1E;
}
.main-advantages-item__description {
	font: 400 13px/18px 'Open Sans';
	color: #555555;
}

@media screen and (max-width:1064px){
	.main-advantages-item {
		width: calc((100% - 30px) / 2);
	}
}
@media screen and (max-width:480px){
	.main-advantages-item {
		width: 100%;
	}
}