/*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;  }*/


@media (min-width: 992px) {
    .item-views.float_banners .row .col-md-3 .image__fon {
        padding-top: 100%;

    }
}




.rounded, .rounded.darken-bg-animate:before, .rounded.darken-bg-animate:after {
    border-radius: 0%;
}

.item-views.company.type2.md .item.video-block .image {
    width: 320px;
    height: 349px;
}

.front_info_mobile {
	display: none;
}

.front_info_mobile img {
	margin: 5px;
}

@media (max-width: 900px) {
    .front_info_mobile {
		display: block;
	}
	.front_info_desktop {
		display: none;
	}
}
