

/* Start:/bitrix/templates/aspro_next/components/bitrix/news.detail/made-order-top/style.css?17769286021893*/
html {
    scroll-behavior: smooth;
}

.made-order {
    font-family: 'Gilroy', Arial, sans-serif;
    color: #383838;
}

#form-made-order {
    scroll-margin-top: 100px;
}

.made-order__top {
    border-radius: 15px;
    min-height: 300px;
    margin-bottom: 35px;
    background-color: #FDECE4;
}

.made-order__top-picture {
    display: block;
    border-radius: 20px;
}

.made-order__top {
    position: relative;
}

.made-order__top-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.made-order__top-img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.made-order__top-content {
    padding: 15px;
    display: flex;
    gap: 15px;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
}

.made-order__top-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.made-order__top-subtitle {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
}

.made-order__top .made-order__top-btn {
    width: fit-content;
    border-radius: 3px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    padding: 17px;
}

@media screen and (min-width: 767px) {
    .made-order__top {
        min-height: 260px;
    }

    .made-order__top-content {
        padding: 20px;
    }

    .made-order__top-title,
    .made-order__top-subtitle {
        max-width: 500px;
    }

    .made-order__top-title {
        font-size: 27px;
        line-height: 33px;
    }
}

@media screen and (min-width: 1279px) {
    .made-order__top {
        min-height: 285px;
    }

    .made-order__top-content {
        padding: 40px;
    }

    .made-order__top-title,
    .made-order__top-subtitle {
        max-width: 650px;
    }

    .made-order__top-title {
        font-size: 32px;
        line-height: 38px;
    }
}
/* End */


/* Start:/bitrix/templates/aspro_next/components/bitrix/news.list/made-order-steps/style.css?17767605323533*/
.made-order__choose {
    margin: 35px 0 50px;
}

.made-order__choose-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.made-order__choose-items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

.made-order__choose-item {
    display: flex;
    gap: 25px;
    flex-direction: column;
    padding: 15px;
    border-radius: 20px;
}

.made-order__choose-item:nth-child(4n+1) {
    background-color: #EAE5D7;

    .made-order__choose-counter {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 73 65' fill='none'%3E%3Cpath d='M73 32.5C73 50.4493 50.9132 65 33.0586 65C15.204 65 0 50.4493 0 32.5C0 14.5507 15.204 0 33.0586 0C50.9132 0 73 14.5507 73 32.5Z' fill='%23D3CBB4'/%3E%3C/svg%3E");
    }
}

.made-order__choose-item:nth-child(4n+2) {
    background-color: #D1C8E4;

    .made-order__choose-counter {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 73 65' fill='none'%3E%3Cpath d='M73 29.9067C73 46.6945 57.3221 66.4812 35.5691 64.9123C18.793 64.9123 0 46.6945 0 29.9067C0 13.1189 8.79838 0 25.5745 0C42.3506 0 73 13.1189 73 29.9067Z' fill='%23BCAED8'/%3E%3C/svg%3E");
    }
}

.made-order__choose-item:nth-child(4n+3) {
    background-color: #FCD980;

    .made-order__choose-counter {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 73 65' fill='none'%3E%3Cpath d='M73 29.9067C73 46.6945 57.3221 66.4812 35.5691 64.9123C18.793 64.9123 0 46.6945 0 29.9067C0 13.1189 8.79838 0 25.5745 0C42.3506 0 73 13.1189 73 29.9067Z' fill='%23EAC86F'/%3E%3C/svg%3E");
    }
}

.made-order__choose-item:nth-child(4n+4) {
    background-color: #BADECD;

    .made-order__choose-counter {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 73 65' fill='none'%3E%3Cpath d='M73 32.5C73 50.4493 50.9132 65 33.0586 65C15.204 65 0 50.4493 0 32.5C0 14.5507 15.204 0 33.0586 0C50.9132 0 73 14.5507 73 32.5Z' fill='%2398C7B1'/%3E%3C/svg%3E");
    }
}

.made-order__choose-counter {
    width: 73px;
    height: 65px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.made-order__choose-text {
    margin-top: auto;
}

.made-order__text-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.made-order__text-desc {
    font-size: 15px;
    line-height: 24px;
}

@media screen and (min-width: 767px) {
    .made-order__choose-title {
        font-size: 27px;
        margin-bottom: 25px;
    }

    .made-order__choose-item {
        padding: 20px;
    }

    .made-order__choose-counter {
        width: 84px;
        height: 75px;
        font-size: 22px;
    }

    .made-order__text-title {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (min-width: 767px) and (max-width: 1279px) {
    .made-order__choose-text {
        margin-top: 0;
    }

    .made-order__choose-item {
        min-height: 0;
    }
}

@media screen and (min-width: 1270px) {
    .made-order__choose {
        margin: 35px 0 70px;
    }

    .made-order__choose-items {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .made-order__choose-item {
        padding: 30px;
    }
}
/* End */


/* Start:/local/components/zlabs/main.safe-include/templates/made-order-start-bottom/style.css?17767301571285*/
.made-order__coop {
    margin: 50px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 55px;
}

.made-order__coop-top {
    position: relative;
}

.made-order__coop-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    position: relative;

    span {
        color: #FF6D00;
    }
}

.made-order__coop-icon {
    position: absolute;
    bottom: -45px;
    right: 8%;
}

.made-order__coop-contact {
    font-size: 18px;
    line-height: 26px;
    text-align: end;

    a {
        color: #FF6D00;
        text-decoration: underline;
    }
}

@media screen and (min-width: 767px) {
    .made-order__coop-title {
        font-size: 30px;
        line-height: 38px;
    }

    .made-order__coop {
        gap: 46px;
    }

    .made-order__coop-contact {
        font-size: 24px;
        line-height: 38px;
        max-width: 575px;
        margin-left: auto;
    }

    .made-order__coop-icon {
        bottom: -33px;
        right: 12%;
    }
}

@media screen and (min-width: 1279px) {
    .made-order__coop {
        margin: 70px 0;
    }

    .made-order__coop-contact {
        text-align: start;
    }

    .made-order__coop-icon {
        right: 47%;
        bottom: -25px;

        svg {
            transform: rotate(-20deg);
        }
    }
}
/* End */


/* Start:/bitrix/templates/aspro_next/components/bitrix/form.result.new/inline-files/style.css?1776730157184*/
.form.inline-files .form_footer {
    margin-bottom: 0;
}

@media screen and (min-width: 768px){
    .inline-files .col-md-7 .form-control textarea {
        min-height: 345px;
    }
}
/* End */


/* Start:/local/components/zlabs/main.safe-include/templates/made-order-end-bottom/style.css?17767301571524*/
.made-order__bottom {
    width: 100%;
    height: 435px;
    background-image: url('/images/made-order/bg1.png');
    background-repeat: repeat;
    background-size: auto;
    display: flex;
    justify-content: center;
    margin-top: 70px;
}

.made-order__bottom-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 116px 0 60px;
}

.made-order__bottom-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-align: center;
    color: #FF6D00;
    margin-bottom: 15px;
}

.made-order__bottom-text {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.made-order__bottom .made-order__bottom-btn {
    margin-top: 30px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    padding: 17px;
}

@media screen and (min-width: 767px) {
    .made-order__bottom {
        height: 500px;
    }

    .made-order__bottom-content {
        margin: 145px 0 70px;
        max-width: 550px;
    }

    .made-order__bottom-title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .made-order__bottom-text {
        font-size: 16px;
        line-height: 28px;
    }

    .made-order__bottom .made-order__bottom-btn {
        margin-top: 25px;
    }
}

@media screen and (min-width: 1279px) {
    .made-order__bottom {
        height: 532px;
    }

    .made-order__bottom-title {
        font-size: 34px;
        line-height: 44px;
    }
}
/* End */
/* /bitrix/templates/aspro_next/components/bitrix/news.detail/made-order-top/style.css?17769286021893 */
/* /bitrix/templates/aspro_next/components/bitrix/news.list/made-order-steps/style.css?17767605323533 */
/* /local/components/zlabs/main.safe-include/templates/made-order-start-bottom/style.css?17767301571285 */
/* /bitrix/templates/aspro_next/components/bitrix/form.result.new/inline-files/style.css?1776730157184 */
/* /local/components/zlabs/main.safe-include/templates/made-order-end-bottom/style.css?17767301571524 */
