.popup__close{
	background-color: transparent;
}
.popup__close:after, .popup__close:before{
	background: none;
}
.breadcrumbs__list{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.catalog-with-products__category .section_top{
	color: #000;
}

@media (min-width: 1279px) {
	.js-menu-catalog{
		
	}
}
@media (min-width: 767px) {
	.accept-cookies.show{
	    width: 740px;
	}

}
@media (max-width: 767px) {

	.mobile_value{
		width: 47%;
	}
}
.menu-catalog__link svg{
    flex-shrink: 0;
    height: 20px;
    margin-right: 14px;
    width: 20px;
}
.contacts__block-col{
    gap:0;
}
.category-page .leave-request, .main-page .leave-request, .product-page .leave-request {
    margin-bottom: 120px;
}
.leave-request__row {
    align-items: center;
    display: flex;
    gap: 0 24px;
}
.leave-request__pic {
    border: 1px solid #e5e8f0;
    border-radius: 42px;
    overflow: hidden;
    position: relative;
}
.leave-request__content, .leave-request__pic {
    flex-shrink: 0;
    width: calc(50% - 12px);
}

.leave-request__pic img, .leave-request__pic picture {
    display: block;
    height: 100%;
    width: 100%;
}
.leave-request__pic picture {
    left: 0;
    position: absolute;
    top: 0;
}
.leave-request__pic:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}
.leave-request__pic img {
    object-fit: cover;
}
.leave-request__title {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 36px;
    margin: 0 0 32px;
}
.leave-request__line-descs {
    margin-bottom: 42px;
}

.leave-request__line-text {
    background: var(--color-twelfth);
    border: 1px solid var(--color-thirteenth);
    border-radius: 23px;
    display: flex;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    padding: 24px;
}
.leave-request__line-text:not(:last-child) {
    margin-bottom: 24px;
}
.leave-request__form-row {
    display: flex;
    gap: 24px;
}
.leave-request__form-col {
    width: calc(50% - 12px);
}

.field-label {
    color: var(--color-nineteenth);
    font-size: 15px;
    font-weight: 300;
    line-height: 18px;
}
.leave-request__label {
    display: block;
    margin-bottom: 6px;
}
.leave-request__btn {
    margin: 24px 0 12px;
}
.instruction-detail-page .page-title__title > span{
    text-transform: lowercase;
}