.desctop_max{
	display: flex;
    justify-content: space-between;
    width: 100px;
    color: #fff;
    text-decoration: none;
    align-items: center;
}
.header__button{
	border:none;
	justify-content: end;
	min-width: 160px;
    width: 160px;
}
.header__button:hover{
	background: none;
    color: #fff;
}
.header__buttons{
	max-width: 275px;
}
.header__menu{
	gap: 20px;
}
.header__nav{
	margin: 0 15px;
}
.header{
	min-height: 100px;
}
.ui-btn.ui-btn-sm.ui-btn-primary{
    background-color: #8aaa79 !important;
    border:none !important;
}
.tablebodytext{
	display:none;
}
.pop_up_bl{
    display: flex;
    flex-direction: column;
}
.pop_up_bl input, .pop_up_bl textarea{
    margin: 10px auto;
    width: 90%;
    padding: 10px;
    resize:none;
}
.pop_up_bl textarea{
    height: 100px;
}
.popup-window-titlebar-text{
    margin-left: 15px;
    font-size: 16px;
}
.ui-btn-success{
    background: #8aaa79;
    color: white;
    border-color: #8aaa79;
}
.ui-btn-success:hover{
    background:white;
    color: #8aaa79;
    border-color: #8aaa79;
}

#reviews .reviews__card{
    height: 243px;
}
#reviews .reviews__card.open{
    height: 100%;
}

#reviews .reviews__name{
    position: unset;
    margin-left:10px;
}

.mainContent-main section.works .works__item img{
    height: 394px;
    object-fit: cover;
}
.works__item-content p{
    min-height:58px;
}
.hm_wa{display:none;}
@media (max-width: 991px) {
	.hm_wa{display:block;}

}
@media (max-width: 768px) {
    .header {
        min-height: 80px;
    }
}

/*to top*/
.scroll-to-top-btn {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: #8AAA79;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-to-top-btn:hover {
    background-color: #6b8a5a;
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.scroll-to-top-btn.show {
    opacity: 1;
    visibility: visible;
}

/* Адаптация для мобильных устройств */
@media (max-width: 1300px) {
    .scroll-to-top-btn {
        /*bottom: 20px;
        right: 20px;
        width: 45px;
        height: 45px;
        font-size: 20px;*/
		display:none;
    }
}
@media (min-width: 1301px) {
    body:has(section.about) {
		transform: none;
	}
}