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


.banners-big__inner .banners-big__text{
        width:75%;
}
.company-item__right.hide-991.flex-1.relative{
		display:none;
}
.company-item__text.color_light--opacity.flex-1{
	opacity:1;
}
.towns > *:hover{
	color:var(--theme-base-color);
	cursor:pointer;
}

@media(max-width:767px){
.banners-big__buttons .line-block.line-block--gap.line-block--gap-12{
	flex-direction:column;
}
 .marquiz-widget .marquiz-widget__container {
        bottom: 61px;
    }
.banners-big__inner .banners-big__text{
        width:100%;
}
}
@media (max-width: 480px) {

}


/* Основная кнопка */
.side-checklist-btn {
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 10000;
    display: flex;
    align-items: center;
    background: #e74c3c;
    color: #ffffff !important;
    border-radius: 15px 0 0 15px;
    cursor: pointer;
    box-shadow: -2px 4px 15px rgba(0,0,0,0.3);
    transition: transform 0.3s ease, background 0.3s ease;
    animation: checklist-red-only-pulse 2s infinite ease-in-out;
}

.side-checklist-btn .click-area {
    display: flex;
    align-items: center;
    padding: 10px 14px 10px 20px;
}

/* Стрелочка скрыть (внутри кнопки) */
.hide-checklist-arrow {
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    opacity: 0.5;
    padding: 10px 5px;
    transition: opacity 0.2s;
}

.hide-checklist-arrow:hover {
    opacity: 1;
    color: #fff;
}

/* Ярлык "вернуть обратно" */
.checklist-reopen-tab {
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 10000;
    background: #e74c3c;
    color: #fff;
    width: 20px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    font-size: 20px;
    box-shadow: -2px 2px 10px rgba(0,0,0,0.2);
    opacity: 0.7;
}

.checklist-reopen-tab:hover {
    opacity: 1;
    width: 25px;
}

/* ТОЛЬКО КРАСНОЕ МЕРЦАНИЕ */
@keyframes checklist-red-only-pulse {
    0%, 100% {
        background-color: #e74c3c;
        box-shadow: -2px 4px 15px rgba(231, 76, 60, 0.4);
    }
    50% {
        background-color: #ff5e4d; /* Чуть более светлый красный */
        box-shadow: -5px 8px 25px rgba(231, 76, 60, 0.7);
    }
}

.side-checklist-btn .icon-wrapper { margin-right: 10px; display: flex; }
.side-checklist-btn .btn-label {
    font-size: 9px;
    font-weight: 300;
    line-height: 1.1;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .side-checklist-btn { top: 75%; }
    .checklist-reopen-tab { top: 75%; }
    .btn-label { display: none; }
}