.bl_delivery {
    /* padding-top: 50px; */
    padding-bottom: 50px;
    /* display: none; */
}

.bl_delivery .container {
    max-width: 1257px;
}

.bl_delivery__content {
    background-image: url("../img/delivery.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    min-height: 650px;
    position: relative;
}

.bl_delivery__block {
    background-color: #fff;
    border-radius: 25px;
    padding: 50px;
    padding-left: 60px;
    padding-right: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
    max-width: 628px;
    position: absolute;
    bottom: 150px;
    right: 50px;
}



.bl_delivery__block img {
    display: block;
    min-width: 72px;
    width: 72px;
    margin-right: 30px;
}

.bl_delivery__block p {
    font-size: 24px;
    line-height: 150%;
    font-family: "Montserrat";
    font-weight: 600;
    margin: 0;
}

@media (max-width: 1024px) {
    .bl_delivery__content {
        min-height: 500px;
    }
}

@media (max-width: 992px) {

    .bl_delivery__block {
        padding: 20px 30px;
    }

    .bl_delivery__block p {
        font-size: 18px;
    }
}

@media (max-width: 600px) {
    .bl_delivery__content {
        min-height: 400px;
    }

    .bl_delivery__block {
        bottom: 0;
        right: 0;
        left: 0;
    }

    .bl_delivery__block p {
        font-size: 16px;
    }
}


/* ========== */
.bl_invitation {
    padding-top: 50px;
    padding-bottom: 100px;
    /* display: none; */
}

.bl_invitation .container {
    /* max-width: 1120px; */
}

.bl_invitation__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-image: url("../img/inv_bg.png    ");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.bl_invitation__left h2 {
    font-size: 32px;
    line-height: 150%;
    text-align: left;
    margin-bottom: 24px;
}

.bl_invitation__left h2 span {
    font-weight: 400;
    display: block;
}

.catalog__form {
    padding-top: 35px;
}

.catalog__form_title {
    font-size: 16px;
    margin-bottom: 22px;
    font-weight: 600;
    /* color: #000; */
}

.bl_invitation__form form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 40px;
}

.bl_invitation__form input {
    margin: 0;
}

.bl_invitation__form button {
    margin: 0;
}

.bl_invitation .catalog__form_politic {
    margin-top: 0;
    font-size: 11px;
    line-height: 130%;
}

.bl_invitation .catalog__form_politic a {
    line-height: 130%;
}

.bl_invitation__soc p {
    font-size: 20px;
    margin-bottom: 18px;
}

.bl_invitation__soc ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
}

.bl_invitation__soc li {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.bl_invitation__soc li:last-child {
    margin-right: 0;
}

.bl_invitation__soc a {
    display: block;
    line-height: 100%;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    padding: 6px;
    background-color: #FDBE16;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bl_invitation__soc a:hover {
    background-color: #d79e00;
}

.bl_invitation__soc img {
    display: block;
    width: 100%;
    box-sizing: border-box;
}


.bl_invitation__right {
    min-width: 400px;
    width: 400px;
    height: 500px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bl_invitation__right_img {
    width: 100%;
}

.bl_invitation__right_img img {
    display: block;
}

.bl_invitation__right_texts {
    width: 240px;
    max-width: 240px;
    min-width: 240px;
    background-color: #fff;
    border-radius: 10px;
    padding: 18px 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    box-sizing: border-box;
}

.bl_invitation__right_texts h4 {
    margin: 0;
    font-size: 20px;
}

.bl_invitation__right_texts p {
    margin: 0;
}

@media (max-width: 992px) {
    .bl_invitation__form form {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin-bottom: 30px;
    }

    .bl_invitation {
        padding-top: 0;
        padding-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .bl_invitation__content {
        align-items: center;
    }

    .bl_invitation__left h2 {
        font-size: 22px;
        line-height: 150%;
        text-align: left;
        margin-bottom: 24px;
        margin-top: 0;
    }

    .bl_invitation__right {
        min-width: 300px;
        width: 300px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

}

@media (max-width: 700px) {
    .bl_invitation__content {
        flex-direction: column;
    }

    .bl_invitation__right {
        /* display: none; */
        height: auto;
    }

}

/* ========== */
.bl_invitation .catalog__form_politic {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bl_invitation__form .catalog__form_politic p {
    margin: 0;
}

.u-check {
    margin-right: 10px;
    position: relative;
}

.u-check input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 0;
}

/* .u-check input:focus~.u-check__check,
.u-check input:checked~.u-check__check {
    border: 2px solid #000;
} */

.u-check input:checked~.u-check__check::before {
    opacity: 1;
}

.u-check__check {
    display: block;
    position: relative;
    min-width: 17px;
    max-width: 17px;
    height: 17px;
    /* border: 2px solid #ccc; */
    transition: 0.3s;
    background-color: #fff;
    border-radius: 3px;
}

.u-check__check::before {
    content: "";
    display: block;
    position: absolute;
    right: 3px;
    top: 3px;
    bottom: 3px;
    left: 3px;
    background-color: #333;
    transition: 0.3s;
    opacity: 0;
    border-radius: 2px;
}

/* ======================================== */
/* ======================================== */
/* html,
body {
    overflow: hidden;
} */
.d-none {
    display: none;
}

.header__absolut {
    /* display: none; */
}

.markviz_uli {
    width: 100%;
    overflow: hidden;
}

/*
.markviz_uli>div {
    width: 100%;
    overflow: hidden;
} */

.marquiz__container {
    overflow: hidden;
}

.catalog,
.marquiz__container {
    overflow: hidden;
}

.about__goods_desc {
    min-height: auto;
}

@media (max-width: 1270px) {
    .catalog__wrapper {}

    .catalog__column {
        flex: auto;
    }

    .catalog__column_1 {
        width: 60%;
    }

    .catalog__column_1 img {
        display: block;
        width: 100%;
    }

    .catalog__column_2 {
        width: 40%;
    }

    .certif__item {}
}

@media (max-width: 1024px) {
    .first h1 {
        max-width: 400px;
    }

    .first__info .first__info_item {
        margin: 0 10px;
    }

    .header__logo {
        max-width: 200px;
        margin-right: 15px;
    }

    .header__logo img {
        width: 100%;
        max-width: 100%;
    }

    .header__logo_text {
        display: none;
    }

    .header__social {
        display: none;
    }

    .header__contact_item:last-child {
        margin-left: 0;
    }

    .header__contact_title {
        font-size: 18px;
    }

    .catalog {
        padding-bottom: 50px;
    }

    .maps {
        padding-top: 0;
    }
}

@media (max-width: 992px) {
    .first__info {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .first__info .first__info_item {
        margin: 0;
    }

    .first__image_text {
        left: -50px;
        top: 30px;
    }

    .about__column_1 {
        width: 60%;
    }

    .about__slider_image img {
        width: 100%;
        display: block;
    }

    .about__column_2 {
        width: 40%;
    }

    .footer__social {
        display: none;
    }

    .footer__contact_item {
        margin: 0 10px;
    }

    .footer__contact_title {
        font-size: 18px;
    }

    .footer__logo {
        min-width: 120px;
        max-width: 120px;
    }
}

@media (max-width: 969px) {
    .create__wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .create__item {
        margin: 0;
        max-height: 100%;
        height: 100%;
    }
}

@media (max-width: 768px) {
    .first__column_1 .first__btn {
        margin: 25px auto;
        display: block;
        width: fit-content;
    }

    .about__column_1 {
        width: 100%;
    }

    .about__slider_image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
        object-position: center;
    }

    .about__column_2 {
        width: 100%;
    }

    .catalog__column_1 {
        width: 100%;
    }

    .catalog__column_2 {
        width: 100%;
        max-width: 600px;
    }

    .maps__iframe {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 600px) {
    .create__wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .first__image_text {
        left: -10px;
        top: 30px;
    }

    .footer__wrapper {
        display: flex;
        flex-direction: column;
    }

    .footer__logo {
        margin-bottom: 20px;
    }

    .footer__contact {
        flex-direction: column;
    }
}