

/* Start:/local/components/terem/promotion.detail/templates/.default.region/style.css?17392807244055*/
.promotion-article {
    position: relative;
    max-width: 1600px;
    padding-bottom: 117px;
    margin: 0 auto;
}

.promotion-article h1 {
    font: 600 36px/130% var(--title-font);
    color: var(--text-color);
    letter-spacing: 0;
    margin: 0 0 40px;
}

.promotion-article h1 span {
    color: var(--main-color);
}

.promotion-article .text.wrapper {
    max-width: 644px;
    padding: 0;
}

.promotion-article .text p {
    font: 400 16px/24px var(--text-font);
    color: var(--text-color);
}

.promotion-article .close-link {
    position: absolute;
    display: block;
    top: 0;
    right: 8.75%;
}

.promotion-article .button {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 237px;
    height: 36px;
    font: 500 12px var(--text-font);
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--background);
    border-radius: 4px;
    background: var(--main-color);
    border: 1px solid var(--main-color);
    padding: 1px 0 0 1px;
    margin: 60px 0 0;
}

.promotion-article .button:hover {
    border: 1px solid var(--main-color);
    background: var(--background);
    color: var(--main-color);
}

.promotion-offer {
    padding: 115px 0;
}

.promotion-offer .l-l {
    width: calc(35% - 20px);
}

.promotion-offer .l-r {
    width: calc(35% - 20px);
}

/* MEDIA QUERY*/

@media screen and (max-width: 999px) {

    .promotion-article {
        padding-bottom: 36px;
    }

    .promotion-article .close-link {
        display: none;
    }

    .promotion-article .text.wrapper {
        max-width: 100%;
        width: calc(100% - 60px);
    }

    .promotion-article .text h1 {
        color: var(--title-color);
    }

    .promotion-article .text p {
        font-size: 18px;
        line-height: 27px;
    }

    .promotion-article .button {
        width: 300px;
    }

    .promotion-offer .l-l,
    .promotion-offer .l-r {
        width: calc(100% - 20px);
    }

    .promotion-offer .l-r {
        margin-bottom: 0;
    }

    .promotion-offer.s-red {
        padding: 65px 0;
    }

    .form-section {
        padding-top: 65px;
        padding-bottom: 65px;
    }

}

@media screen and (max-width: 640px) {

    .promotion-article {
        padding-bottom: 16px;
    }

    .promotion-article .text.wrapper {
        width: calc(100% - 32px);
    }

    .promotion-article .text h1 {
        font-size: 30px;
    }

    .promotion-article .text p {
        font-size: 16px;
        line-height: 24px;
    }

    .red-section.promotion-offer h4 {
        font-size: 26px;
        margin-bottom: 35px;
    }

    .promotion-offer.s-red {
        padding: 50px 0;
    }

    .promotion-offer .l-l {
        margin-bottom: 35px;
    }

    .form-section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}

@media screen and (max-width: 400px) {
    .promotion-article .button {
        width: 100%;
    }
}

/* benefit-projects */

.benefit-projects.sales-leader {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 102px;
}

.benefit-projects.sales-leader .benefit-projects__title {
    margin-bottom: 21px;
    color: var(--text-color);
}

.benefit-projects.sales-leader .benefit-projects__img {
    margin-bottom: 11px;
}

.benefit-projects.sales-leader .slider-controls .prev,
.benefit-projects.sales-leader .slider-controls .next {
    top: 35%;
}

@media screen and (max-width: 999px) {
    .benefit-projects.sales-leader {
        padding-top: 42px;
        padding-bottom: 0px;
        margin-bottom: 66px;
    }

    .benefit-projects.sales-leader .benefit-projects__title {
        margin-bottom: 12px;
    }

    .benefit-projects.sales-leader .benefit-projects__img {
        margin-bottom: 13px;
    }

    .benefit-projects.sales-leader .benefit-projects__info-title {
        font: 600 18px/130% var(--title-font);
    }
}

@media screen and (max-width: 640px) {
    .benefit-projects.sales-leader {
        padding-bottom: 0;
        margin-bottom: 46px;
    }
}
/* End */


/* Start:/local/components/terem/standard.blocks/templates/new.standard.block/style.css?17320246524945*/
.new-standard {
    padding: 0;
    margin: 60px 0;
}

.new-standard img {
    display: block;
    width: 100%;
    max-width: 110px;
    height: auto;
    margin-left: -10px;
}

.new-standard .wrapper {
    display: block;
    min-height: 387px;
    border-radius: 10px;
    background-color: var(--block-background);
    padding: 20px 30px 30px;
    text-align: start;
}

.new-standard__text-container {
    margin-top: 30px;
}

.new-standard__title {
    color: var(--title-color);
    font: normal 600 21px/27px var(--title-font);
}

.new-standard__text {
    max-width: 90%;
    color: var(--dark-grey-color);
    font: normal 400 16px/24px var(--text-font);
    margin-top: 12px;
}

.new-standard__btn svg {
    display: none;
}

.new-standard__btn {
    display: block;
    max-width: 300px;
    width: 100%;
    font: 500 12px/16px var(--text-font);
    color: var(--background);
    background: var(--main-color);
    border-radius: 4px;
    letter-spacing: 0.08em;
    border: 1px solid var(--main-color);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    margin-top: 40px;
    padding: 10px 30px 8px;
}

.new-standard__link:hover .new-standard__btn {
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    color: var(--main-color);
    background-color: transparent;
}

@media screen and (min-width: 767px) {
    .new-standard {
        margin: 80px 0;
    }

    .new-standard img {
        width: auto;
        -ms-grid-column-span: 1;
        grid-column: span 1;
        -ms-grid-row-span: 2;
        grid-row: span 2;
        margin: 0;
    }

    .new-standard__btn {
        max-width: 220px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        padding: 10px 27px 8px 28px;
        margin: 40px 0 0;
    }

    .new-standard .wrapper {
        min-height: auto;
        display: -ms-grid;
        display: grid;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        -ms-grid-columns: auto 37px 1fr;
        grid-template-columns: auto 1fr;
        -webkit-column-gap: 37px;
        -moz-column-gap: 37px;
        column-gap: 37px;
        padding: 30px 30px 40px;
    }

    .new-standard .wrapper>*:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .new-standard .wrapper>*:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 3;
    }

    .new-standard .wrapper>*:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .new-standard .wrapper>*:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 3;
    }

    .new-standard__text-container {
        margin-top: 11px;
    }

    .new-standard__text {
        max-width: 94%;
    }
}

@media screen and (min-width: 1100px) {
    .new-standard {
        margin: 120px 0;
    }

    .new-standard img {
        max-width: 130px;
    }

    .new-standard__title {
        font: normal 600 26px/34px var(--title-font);
    }

    .new-standard__text {
        font: normal 400 18px/27px var(--text-font);
        margin-top: 12px;
    }

    .new-standard__btn {
        position: absolute;
        top: 50%;
        right: 60px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        border-radius: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
        padding: 0;
        margin: 0;
    }

    .new-standard__btn svg {
        display: block;
        margin-left: 3px;
    }

    .new-standard__link:hover .new-standard__btn {
        background-color: var(--tab-color);
        border-color: var(--tab-color);
    }

    .new-standard__btn span {
        display: none;
    }

    .new-standard .wrapper {
        min-height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 47px;
        -moz-column-gap: 47px;
        column-gap: 47px;
        padding: 35px 30px 35px 43px;
    }

    .new-standard__text-container {
        margin: 0;
    }

    .new-standard__text {
        max-width: 100%;
    }
}

/* End */
/* /local/components/terem/promotion.detail/templates/.default.region/style.css?17392807244055 */
/* /local/components/terem/standard.blocks/templates/new.standard.block/style.css?17320246524945 */
