/*html:has(#bx-panel) header{*/
/*    margin-top: 140px;*/
/*}*/

.recipes.grid.grid--col3 .article-image:hover,
.menu a:hover{
    text-decoration: none;
}

.recipes.grid.grid--col3 .article-image:hover h3 {
    color: #ffffff;
}

.container:before,
.container:after {
    content: none;
}
.swiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    width: 100%;
}
ul.menu {
    margin-bottom: 0;
}

footer a:hover,
.catalog a,
.breadcrumbs a:hover {
    text-decoration: none;
    color: #ffffff;
}

h1, h2, h3, ul, address, .label, p  {
    margin: 0;
}

.label {
    padding: 0;
}

#ingredientsContent p {
    color: var(--color);
    opacity: 1;
}

#ingredientsContent:not(.active) {
    display: none;
}

.product__info .ingredients ul li p:last-child {
    opacity: 1;
}

.swiper--hero .swiper-slide img {
    object-position: bottom;
}

.label--forFile:has(.invalid) .file-placeholder {
    color: var(--invalid) !important;
}

#ok p,
#ok h2 {
    color: var(--color);
}

.swiper {
    width: 100%;
}

#markets .popup-title {
    color: var(--color);
}

body:has(footer .backdrop.active) .fixed-button:has(.button.button--markets) {
    display: none;
}

.distributors__list li p a {
    display: block;
}

#contactBtnInMenu {
    text-decoration: none;
}

#agreePrivacyPolicy {
    display: none;
}

.agreePrivacyPolicy-block label {
    display: grid;
    grid-template-areas: "checkbox text"
    "error error";
    gap: 10px;
}

.agreePrivacyPolicy-block label:before {
    content: "";
    display: block;
    height: 1em;
    width: 1em;
    border: 1px solid var(--input-placeholder-color);
    border-radius: 5px;
    grid-area: checkbox;
}

.agreePrivacyPolicy-block .form__info {
    grid-area: text;
}

.agreePrivacyPolicy-block .inputError {
    grid-area: error;
}

label:has(#agreePrivacyPolicy[type="checkbox"]:checked):before {
    background-image: url("/images/checkbox.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: bottom;
    background-size: contain;
}

.section--callbcak .form .label.label-full-width {
    width: 100%;
}

@media (max-width: 420px) {
    br.hidden-mobile-page-license {
        display: none;
    }

    .page-license h1.title {
        font-size: 26px;
    }

}

#footer .address {
    font-size: 20px;
    max-width: 400px;
}

@media screen and (min-width: 768px) {
    #recipe_id_8 img {
        object-position: 0px 60px;
    }
}

@media screen and (max-width: 768px) {
    #recipe_id_8 img {
        object-position: 0px 0px;
    }
}
.calorie_content p:last-child {
    text-align: right;
}

.resipe-description li {
    list-style: disc;
}

.article .spinner {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.main .map {
    width: 100%;
    height: 650px;
    max-height: 90vh;
    background: #eee;
}

.main .map-list {
    margin-top: -280px;
}

.region-distributor {
    display: flex;
    width: 100%;
    min-height: 72px;
    gap: 20px;
    border: 1px solid #e8e9ef;
    padding: 20px 24px;
    border-radius: 16px;
    justify-content: space-between;
}

.region-distributor-place {
    width: 17%;
    align-self: start;
    padding: 20px 0px;
}

.region-distributor-place p {
    font-size: 18px;
    line-height: 1;
}

.distributors .distributors__list li {
    border: none;
}

.distributors-in-region {
    display: flex;
    flex-direction: column;
    width: 83%;
}

.address-and-phone {
    width: 50%;
}

.distributors__list li p {
    width: 40% !important;
    max-width: 40% !important;
}

.distributors__list li .address-and-phone p {
    width: 100% !important;
    max-width: 100% !important;
}

.address-and-phone p {
    margin-bottom: 15px;
}

.address-and-phone p:last-child {
    margin-bottom: 0;
}

.main .distributors__list li p span {
    display: inline;
}

.main .distributors__list li p a {
    display: inline-block;
}

@media (max-width: 1279px) {
    .region-distributor {
        flex-direction: column;
    }

    .distributors-in-region,
    .region-distributor-place {
        width: 100%;
    }

    .region-distributor-place {
        text-align: center;
    }

    .distributors .distributors__list li {
        border-bottom: 1px solid #e8e9ef;
        border-radius: 0;
    }

    .distributors .distributors__list .distributors-in-region li:last-child {
        border-bottom: none;
    }

    .address-and-phone {
        width: 100%;
    }

	.agreePrivacyPolicy-block label:before {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .main .map-list {
        margin-top: -80px;
    }

    .main .map {
        height: 400px;
    }

    .ingredients-list li span:first-child {
        max-width: calc(100% - 150px)!important;
    }

	.agreePrivacyPolicy-block label:before {
        margin-top: 0px;
    }

	.main .section--hero .title {
		margin-top: 100px;
	}
}