

/* Start:/local/templates/2024/components/bitrix/search.title/v_search_header/style.css?1783949770850*/
.v-header-search-form-wrapper {
    display: none;
    position: absolute;
    top: calc( 100% + 24px);
    right: 0;
    z-index: 99;

}
.v-header-search-form {
    display: flex;
    align-items: center;
    width: 576px;
    border: 1px solid var(--black-color);
    border-radius: 8px;
}
.v-header-search-form input {
    border: none;
    padding: 0 24px;
    color: var(--gray-color);
    margin: 0;
    display: flex;
    align-items: center;
    background: white;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 48px;
    min-height: initial;
}

.v-header-search-form button {
    background: white;
    border: none;
    height: 48px;
    color: var(--black-color);
    margin: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.title-search-result {
    display: none!important;
}
/* End */


/* Start:/local/templates/2024/components/bitrix/search.title/v_search_header_mobile/style.css?1783949770806*/
.v-search-header-mobile {
	width: 100%;
	display: flex;
	align-items: center;
	height: 48px;
}
.v-search-header-mobile svg {
	cursor: pointer;
}
.v-search-header-mobile input {
	background: none;
	border: none;
	margin: 0;
	padding: 0 16px;
	display: flex;
	align-items: center;
	color: white;
	font-size: 14px;
	font-family: "Merriweather", serif;
	font-weight: 400;
	font-style: normal;
}
.v-search-header-mobile button {
	background: none;
	border: none;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.v-open-search-mobile-btn {
	width: 24px;
	height: 24px;
}

.v-header-search-input {
	position: absolute;
	top: 15px;
	right: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	display: none;
	background: var(--black-color);
	padding-left: 8px;
	padding-right: 8px;
}


/* End */


/* Start:/local/templates/2024/components/bitrix/menu/v_catalog/style.css?17839497701001*/
.v-header .menu .item:hover {
    text-decoration: underline;
}
.v-header .menu .lvl-3 svg {
    display: none;

}
.v-header .menu-wrapper .sub-menu::-webkit-scrollbar {
    display: none;
}
.v-header {
    z-index: 999;
}
.v-menu-overlay {
    opacity: 0;
    transition: .3s ease-out;
}
.v-header .menu-wrapper .lvl {
    overflow: initial;
}
.v-header .menu-wrapper .lvl-3 .sub-menu{
    /*overflow: auto;*/
    padding-bottom: 50px;
}
.v-header .menu-wrapper .links {
    position: relative;
    z-index: 4;
}
.open.v-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background-color: #27262B7F;
    backdrop-filter: blur(8px);
    z-index: 555;
    opacity: 1;
}
.v-header .menu-wrapper .item {
    line-height: 1.5;
}


@media (max-width: 1340px) {
    .v-header .menu-wrapper .links a {
        padding: 16px;
        font-size: 12px;
    }
    .v-header .menu-wrapper .links {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/2024/components/bitrix/menu/v_catalog_mobile/style.css?1783949770575*/
.lvl-3 .item .arr {
    display: none!important;
}
.v-mobile-menu .menu-item.lvl-1 .item {
    padding: 16px 0 0 0;
}
.v-mobile-menu-wrapper .menu-item a {
    font-size: 16px;
}

.v-mobile-menu .menu-item {
    transform: translateX(-100%);
    /*opacity: 1;*/
    /*z-index: -99999;*/
}
.v-mobile-menu .menu-item.active {
    transform: translateX(0);
    z-index: -999;
}

.v-mobile-menu .menu-item.lvl-2,
.v-mobile-menu .menu-item.lvl-3{
    background: var(--beige-color)
}

.v-mobile-menu-wrapper .links {
    z-index: 999999;
}
.v-mobile-menu {
    z-index: -999999;
}
/* End */
/* /local/templates/2024/components/bitrix/search.title/v_search_header/style.css?1783949770850 */
/* /local/templates/2024/components/bitrix/search.title/v_search_header_mobile/style.css?1783949770806 */
/* /local/templates/2024/components/bitrix/menu/v_catalog/style.css?17839497701001 */
/* /local/templates/2024/components/bitrix/menu/v_catalog_mobile/style.css?1783949770575 */
