/*/home/bitrix/www/local/components/lemi/basket/templates/basket2/css/style.css*/
/* .main-header__widgets-row{
    background:red;    
} *//*/home/bitrix/www/local/components/lemi/get/templates/slider/css/style.css*/
/*/home/bitrix/www/local/components/lemi/sertificate/templates/.default/css/style.css*/
.block--info-2 {
    background-color: #EAE9F2;
}
.block--info-2 .container {
    overflow: unset;
    z-index: 0;
}
.block--info .block__title {
    font-size: 20px;
}

.block__subtitle {
    margin: 0 auto;
    max-width: 850px;
    text-align: center;
    line-height: 1.5rem;
}
.promo-link {
    height: 7.5rem;
    background-color: #8C87B5;
    border-radius: 0.625rem;
    overflow: hidden;
    display: block;
    color: #fff;
    transition: all .3s ease;
}
.promo-link:hover {
    color: #fff;
    box-shadow: 0 4px 16px 0px rgba(140, 135, 181, .6);
}
.subscribe-block {
    display: flex;
    align-content: flex-end;
    height: 238px;
    background-color: #5d337f;
    border-radius: 10px;
    background-image: url('/images/subscribe_images/subscribe-decor-1.png'), url('/images/subscribe_images/subscribe-decor-2.png');
    background-position: -60px 60px, 60% 12px;
    background-repeat:no-repeat;
}

.subscribe-block__input {
    width: 100%;
    height: 60px;
    background-color: #fff;
    color: #645f95;
    font-weight: 700;
    border-radius: 5px;
    padding: 16px 20px;
    border: 1px solid transparent;
    overflow: hidden;
}

.subscribe-block__input::-webkit-input-placeholder, .subscribe-block__input::placeholder {
    color: #645f95;
    text-align: center;
}

.subscribe-block__button {
    width: 100%;
    height: 60px;
    line-height: 16px;
    font-weight: 700;
    margin-top: 10px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
}

.subscribe-image_dino {
    display: none;
    position: absolute;
    left: 36px;
    bottom: 0;
}

.subscribe-image_bonuses {
    position: absolute;
    width: calc(100% - 40px);
    max-width: 340px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
}
.promo-link__text {
    padding: 1.25rem;
}
.promo-link .promo-link__wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    background-position: center right -40px;
    background-repeat: no-repeat;
    background-size: 231px 172px;

}
.promo-link--serts .promo-link__wrapper, .promo-link--delivery .promo-link__wrapper {
    background-repeat: no-repeat;
    background-size: 60%;
}
.promo-link--serts .promo-link__wrapper {
    background-position: bottom -40px right -40px;
}
.promo-link--delivery .promo-link__wrapper {
    background-position: bottom -16px right -40px;
}
.subscribe-block {
    /*margin-top: 50px;*/
}
@media screen and (min-width: 576px){
    .promo-link .promo-link__wrapper {
        background-position: center right 40px;
        background-repeat: no-repeat;
        background-size: 231px 158px;
    }
}
@media screen and (min-width: 768px){
    .subscribe-block {
        height: 200px;
        background-image: url('/images/subscribe_images/subscribe-decor-1.png'), url('/images/subscribe_images/subscribe-decor-3.png'),
        url('/images/subscribe_images/subscribe-decor-2.png');
        background-position: -20px 60px, 130% 60px, 60% -32px;
        background-repeat: no-repeat, no-repeat;
    }
    .subscribe-block__input {
        padding: 16px 244px 16px 20px;
    }
    .subscribe-block__input::-webkit-input-placeholder, .subscribe-block__input::placeholder {
        text-align: unset;
    }
    .subscribe-block__button {
        height: 30px;
        width: auto;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 16px;
        margin-top: 0;
    }
    .subscribe-image_bonuses {
        transform: translateX(-25%);
        bottom: 26px;
    }
    .subscribe-image_dino {
        display: block;
    }
    .block--info .block__title {
        font-size: 30px;
        line-height: 40px;
    }
    .promo-link__text {
        padding: 1.56rem 1.875rem;
    }
    .block__title {
        font-size: 40px;
        line-height: 52px;
    }
}
@media screen and (min-width: 1000px){
    .promo-link__text {
        font-size: 1.875rem;
        line-height: 1.16666667;
    }
}
@media screen and (min-width: 1200px){
    .block--info-2 .block__title {
        padding-top: 1.6rem;
        margin-bottom: 1.6rem;
    }
    .subscribe-block {
        height: auto;
        background-position: -152px -12px, 106% -24px, 60% -36px;
    }
    .subscribe-image_bonuses {
        right: 32px;
        left: unset;
        transform: translateX(0);
        bottom: 0;
        background-color: #5d337f61;
        box-shadow: -4px 0px 16px 16px #5d337f61;
    }
    .subscribe-image_dino {
        bottom: -30px;
    }
}


