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

.contacts-list__item-image {
    background-size: contain;
}

<!-- .logo {
    height: 75px;
} -->
.logo {
    height: 100px;
}

.mobileheader .logo {
    height: 50px;
}

.gallery-item .gallery-list__item-image-wrapper--BG video {
    max-height: 100%;
}

.phones__dropdown {
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
}

.phones__inner:hover .phones__dropdown {
    opacity: 1;
    pointer-events: auto;
}

.MIDDLE_ADV .banners-img-with-text-list__item-image
{
    margin-bottom: 10px;
    margin-top: 10px;
}

.PROJECTS .grid-list--items-2 {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

@media screen and (min-width: 768px) {
    .history-list-inner__content-wrapper {
        display: grid;
        grid-template-columns: 250px 1fr;
    }
}

.main.banner-auto .play {
    display: none;
}

.icon-block--with_icon .phones__dropdown {
    left: unset;
    right: -19px;
}

.index-block__title-wrapper {
    flex-wrap: wrap;
    gap: 16px;
}

.footer--color-dark .bottom-menu .item.active .title a,
.footer--color-dark .bottom-menu .item:hover .title a {
    color: #fff !important;
}

.light_link {
    color: #fff;
}

.header__top-part--height_81 {
    height: 105px;
}