
/* ------------------------------------------------------------ *\
	Offer
\* ------------------------------------------------------------ */
.offer {
    background: #fff;
    border-radius: 0.8rem;
    border: 0.1rem solid #D2D5D7;
    position: relative;
    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;
    padding: 3.5rem 3.7rem 3.4rem;
}
@media (max-width: 1199px) {
    .offer {
        padding: 2rem 1.5rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer {
        padding: 2.8rem 1.5rem 1.7rem;
    }
}
.offer .offer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer .offer__inner {
        display: block;
        text-align: center;
    }
}
.offer .offer__tag {
    position: absolute;
    top: 0;
    left: 1.3rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.2rem;
    line-height: 1.33;
    display: block;
    color: #727577;
    background: #fff;
    padding: 0 0.8rem 0 0.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer .offer__tag {
        left: 1.6rem;
    }
}
.offer .offer__image {
    margin: 0.9rem 5rem 0 0;
}
@media (max-width: 1199px) {
    .offer .offer__image {
        margin-right: 2.5rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer .offer__image {
        margin: 0 auto 1.5rem;
        max-width: 3.9rem;
    }
}
.offer .offer__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    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;
    max-width: 83.4%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media (max-width: 1199px) {
    .offer .offer__content {
        max-width: none;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer .offer__content {
        display: block;
    }
}
.offer .offer__content h2 {
    font-size: 3.2rem;
    line-height: 1.31;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 1.3rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer .offer__content h2 {
        font-size: 2.4rem;
        line-height: 1.25;
        letter-spacing: 0;
        margin-bottom: 0.7rem;
    }
}
.offer .offer__content-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin-right: 1rem;
    max-width: 39.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer .offer__content-inner {
        margin: 0;
        max-width: none;
    }
}
.offer .offer__content-actions {
    margin-top: 0.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer .offer__content-actions {
        margin-top: 2.2rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section__block--window-sticker a,
    .offer .offer__content-actions a {
        min-width: auto;
        width: 100%;
    }
}
/*  Offer alt  */
.offer--alt {
    padding: 2.4rem 4.3rem 3.3rem 2.3rem;
}
@media (max-width: 1399px) {
    .offer--alt {
        padding: 2rem 1.5rem 2.5rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer--alt {
        padding: 2.6rem 1.5rem 2.2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 1199px) {
    .offer--alt .offer__inner {
        display: block;
    }
}
.offer--alt .offer__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 0 7.6rem 0 0;
}
@media (max-width: 1399px) {
    .offer--alt .offer__image {
        margin-right: 1rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    }
}
@media (max-width: 1199px) {
    .offer--alt .offer__image {
        margin: 0 0 0.5rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: none;
    }
}
.offer--alt .offer__image img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.offer--alt .offer__image img:first-child {
    margin-bottom: 1.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer--alt .offer__image img:first-child {
        max-width: 11.3rem;
        margin-bottom: 0.7rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer--alt .offer__image img:nth-child(2) {
        max-width: 18.4rem;
    }
}
.offer--alt .offer__content {
    max-width: none;
    display: block;
    padding-top: 1rem;
}
@media (max-width: 1199px) {
    .offer--alt .offer__content {
        text-align: center;
    }
}
.offer--alt .offer__content h2 {
    margin-bottom: 1.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer--alt .offer__content h2 {
        margin-bottom: 1.3rem;
    }
}
.offer--alt .offer__content-inner {
    margin: 0;
}
@media (max-width: 1199px) {
    .offer--alt .offer__content-inner {
        max-width: none;
    }
}
.offer--alt .offer__content-actions {
    margin-top: 2.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer--alt .offer__content-actions {
        margin-top: 2.2rem;
    }
}
/*  Offer secondary  */
.offer--secondary {
    padding: 2.5rem 2rem 2.3rem;
    text-align: center;
}
@media (max-width: 1023px) {
    .offer--secondary {
        padding: 2rem 0.5rem 1.5rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offer--secondary {
        padding: 2.5rem 1.8rem 2.3rem;
    }
}
@media (max-width: 374px) {
    .offer--secondary {
        padding: 2.5rem 1rem 2.3rem;
    }
}
.offer--secondary .offer__tag {
    left: 1.5rem;
}
.offer--secondary .offer__content {
    display: block;
    max-width: none;
}
.offer--secondary .offer__content-actions {
    margin-top: 2.2rem;
}
.offer--secondary .offer__content-actions a {
    min-width: auto;
    width: 100%;
}
@media (max-width: 1023px) {
    .offer--secondary .offer__content-actions a {
        padding: 0.8rem 0.5rem;
    }
}
/* ------------------------------------------------------------ *\
	Offers
\* ------------------------------------------------------------ */
.offers .offers__item {
    margin-bottom: 5.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offers .offers__item {
        margin-bottom: 4.1rem;
    }
}
.offers .offers__item:last-child {
    margin: 0;
}
/*  Offers secondary  */
.offers--secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem;
}
@media (max-width: 1023px) {
    .offers--secondary {
        margin: 0 -0.5rem;
    }
}
.offers--secondary .offers__item {
    padding: 0 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1;
    flex: 1 1;
    margin: 0;
}
@media (max-width: 1023px) {
    .offers--secondary .offers__item {
        padding: 0 0.5rem;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offers--secondary .offers__item {
        margin-bottom: 2.5rem;
    }
}
.offers--secondary .offers__item--1of3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .offers--secondary .offers__item--1of3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}