/**tinkoff**/

.mod_f_banner__tinkoff img {
    width: 100%;
}


/**zamer**/
.mod_f_banner__zamer img {
    width: 100%;
}

.mod_f_banner__zamer .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mod_f_banner__zamer  .form__banner{

    position: absolute;
    display: block;
    right: 10%;
    width: 300px;
    padding: 10px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    border: 1px solid #efefef;
}


.mod_f_banner__zamer a.btn {

    margin-top: 20px;
    font-family: 'Intro Bold';
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 20px;
    box-shadow: 2px 2px 3px #4e4e4e;

}

@media screen and (max-width: 992px) {
    .mod_f_banner__zamer .inner {
        flex-direction: column;
    }


    .mod_f_banner__zamer .form__banner {
        left: 0;
        right: 0;
        bottom: 10%;
        margin: auto;
        width: 80%;
    }
}

/**Доставка**/


.mod_f_banner__dostavka {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    height: 330px;
}

.mod_f_banner__dostavka:before,
.mod_f_banner__dostavka:after {
    position: absolute;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    top: 0;
    z-index: 0;

}

.mod_f_banner__dostavka:before {
    background: url(/modules/mod_f_banner/tmpl/img/delivBG1.png) no-repeat left;
    left: 0;
    background-size: contain;
}

.mod_f_banner__dostavka:after {
    background: url(/modules/mod_f_banner/tmpl/img/delivBG2.png) no-repeat right;
    right: 0;
    background-size: contain;
}

.mod_f_banner__dostavka .container {
    position: relative;
    z-index: 1;
}

.mod_f_banner__dostavka h3 {
    font-family: 'Intro Bold';
    text-transform: uppercase;
    font-size: 30px;
    color: #28a745;
}

@media screen and (max-width: 992px) {
    .mod_f_banner__dostavka {
        background-image: url(/modules/mod_f_banner/tmpl/img/delivBG2.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: bottom right;
    }

    .mod_f_banner__dostavka:after {
        display: none;
    }

    .mod_f_banner__dostavka:before {
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
    }
}



