

.blockMenu{
	padding-left:5px;
}
.listLinks li{
	margin: 10px 0;
}
a.disabled{
  pointer-events: none;
  cursor: default;
}
.headerBottom_wrapper {
    box-shadow: 0 0 3px rgb(42 42 42 / 15%);
    border-radius: 5px;
	margin-bottom: 25px !important;
}
.headerBottomMenu_wrapper {
    position: relative;
}
.sectionItemWrapper {
	display: none;
}

.sectionItemWrapper.active {
    display: block;
    position: absolute;
	width: 100%;
    top: 47px;
    left: 0;
    z-index: 99;
    background: #fff;
    height: fit-content;
    max-height: 450px;
    overflow-y: scroll;
	box-shadow: 0 0 5px #eee;
    animation-name: smoothAppearance;
    animation-duration: 0.3s;
}

@keyframes smoothAppearance {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

ul.headerBottomMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
	background-color: var(--gray-color);
	border-radius: var(--small-radius);
	padding-top: 3px;
	z-index: 100;
}
.sectionContent {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-gap: 20px;
	padding: 20px;
}
.blockMenu {
    font-size: 14px;
}
.menuWrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
}
.strongLink {
    font-weight: 600;
}


ul.headerBottomMenu li.headerBottomMenu_item a {
	display: block;
	width: 100%;
    text-align: center;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
.headerListButs_wrapper_mobil {
    display: none;
}
.headerBottomMenu_item:hover a, .headerBottomMenu_item a.active{
	color: #FFA12E;
	box-shadow: 1px -6px 15px rgb(120 120 120 / 10%);
    z-index: 110;
    border-radius: 8px 8px 0 0;
    background: #fff;
}


@media(max-width: 1024px) {
	ul.headerBottomMenu li.headerBottomMenu_item {
	    padding: 15px 15px;
	    text-transform: uppercase;
	    font-weight: 600;
	    font-size: 13px;
	}
}

@media(max-width: 1024px) {
	.headerSearch_wrapper {
		order: 4;
		grid-column: 1/4;
	}
	.headerListButs_wrapper {
		margin: 0 0 0 auto;
	}
	.wrapperPage.headerCenter {
		row-gap: 10px;
	}
	.wrapperPage.headerCenter {
	    grid-template-rows: auto 1fr;
	    grid-template-columns: auto auto 1fr;
	}
}



@media(max-width: 768px) {
	.headerBottom_wrapper {
	    display: none;
	}
	.wrapperPage.headerCenter {
	    column-gap: 10px;
	    row-gap: 10px;
	    padding: 15px 0;
	}

	.headerListButs_wrapper_mobil {
	    display: flex;
	    column-gap: 15px;
	    order: 3;
	    margin: 0 0 0 auto;
	}

	.headerListButs_wrapper_mobil .headerButItem .textBut {
	    display: none;
	}


	.headerButsPannel .butOpenMenu {
	    order: 1;
	    padding: 10px 10px 10px 0;
	    background: transparent;
	}
	.logoBlock {
	    order: 2;
	}
    
	form.headerSearch_form input {
	    border-radius: 10px 0 0 10px;
	}

}


/* ========================= */
/* ========================= */

