:root {
    --blue: #FFC40C !important;
    --pink: #FFC40C !important;
}
.header-menu .right-block .call-block span {
    text-transform: lowercase !important;
}
/* .header-menu .menu-main>ul>li a::before{
	position: absolute !important;
    content: "" !important;
    left: 12px !important;
    bottom: 24px !important;
    width: calc(100% - 24px) !important;
    height: 2px !important;
    background-color: var(--blue) !important;
    transition: all ease 0.4s !important;
} */
.header-menu .menu-main>ul>li a.active::before {
    position: absolute !important;
    content: "" !important;
    left: 12px !important;
    bottom: 24px !important;
    width: calc(100% - 24px) !important;
    height: 2px !important;
    background-color: var(--blue) !important;
    transition: all ease 0.4s !important;
}


.bg-subpage {
    background: linear-gradient(0deg, #FFF 0%, #fff9e5 100%) !important;
}
.bg-linear-pink {
    background: linear-gradient(46deg, #ffb40c 0%, #ffc40c 100%) !important;
}
.button-blue-hover:hover {
    background: #000 !important;
}
.text_yellow{
    color: #FFC40C !important;
}
.gallery-item {
	position: relative;
}
/* overlay */

.gallery-item img {
	width: 100%;
}
.gallery-item .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.5s ease;
}

@media (min-width: 992px){
    /* .modal-lg, .modal-xl {
        --bs-modal-width: 600px;
    } */
}