/*@font-face {
    font-family: 'OfficinaSerifBold';
    src: url('fonts/OfficinaSerifBold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OfficinaSerifBook';
    src: url('fonts/OfficinaSerifBook.ttf');
    font-weight: normal;
    font-style: normal;
}*/

.banG * {
    box-sizing: border-box;
    outline: none;
}
.banG p:first-child,.banG  h2:first-child,.banG h3:first-child {
    margin-top: 0;
}
.banG p:last-child,.banG h2:last-child,.banG h3:last-child {
    margin-bottom: 0;
}
.banG input{
    -webkit-appearance: none;
    border-radius: 0;
}
.banG img{
    width: 100%;
    vertical-align: middle;
}
.banG .fancybox-is-open .fancybox-bg{
    background: rgba(0,0,0,0.3);
}
.banG .fancybox-close-small{
    display: none;
}
.banG .clear{
    clear: both;
}
.fancybox-slide > div.banner{
    font-family: 'OfficinaSerif';
    position: relative;
    background: #fff;
    width: 900px;
    height: 500px;
    margin: 50px auto 0;
    font-size: 16px;
    line-height: 18px;
    padding: 0;
}
.countdownHolder{
    width: 100%;
}
.countdownHolder {
    font: 34px/1.5 'Open Sans Condensed',sans-serif;
}
.countDays{
    display: none;
}
.countDiv0 {
    display: none !important;
}
.position{
    height: 67px;
}
.digit{
    height: 65px;
    padding-top: 7px;
}
.banner__close{
    width: 19px;
    height: 19px;
    background: url(images/close.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
    opacity: 0.7;
}
.banner__close:hover{
    opacity: 1;
}
.banner__left-content{
    width: 65%;
    height: 100%;
    float: left;
    position: relative;
    padding: 20px;
}
.banner__left-content:before{
    content: ' ';
    width: 410px;
    height: 100%;
    background: url(images/coffe-cup.png) no-repeat center;
    background-size: 100%;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.banner__left-content:after{
    content: ' ';
    width: 270px;
    height: 470px;
    background: url(images/men.jpg) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.banner__title{
    font-size: 36px;
    line-height: 46px;
    font-family: 'OfficinaSerif';
    position: absolute;
    top: 40px;
    left: 20px;
    color: #db073d;
    z-index: 2;
}
.banner__top-title{
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 10px;
}
.banner__subtitle span.sale {
    font-size: 48px;
    line-height: 50px;
    margin-right: 10px;
}
.banner__right-content{
    width: 35%;
    height: 100%;
    float: right;
    padding: 20px;
    background-color: #f5f5f5;
    position: relative;
}
.banner__right-content:after{
    content: ' ';
    display: block;
    width: 240px;
    height: 90px;
    background: url(images/coffe.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 25px;
}
.banner__descr{
    margin: 20px 0 20px;
    font-size: 19px;
    line-height: 26px;
    padding-right: 53px;
}
.banner__time{
    height: 65px;
    margin-bottom: 20px;
}
.banner__form{
    width: 100%;
    z-index: 2;
}
.input{
    width: 100%;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #6e7174;
    color: #6e7174;
    font-size: 19px;
    line-height: 20px;
    font-family: "OfficinaSerif";
    border-radius: 2px;
    margin: 5px 0 10px;
}
.btn{
    display: inline-block;
    font-family: "OfficinaSerif";
    width: 100%;
    background-color: #db073d;
    border: 1px solid #db073d;
    color: #f5f5f5;
    font-size: 19px;
    line-height: 21px;
    text-align: center;
    padding: 7px 10px 3px;
    opacity: 1;
    margin: 5px 0 10px;
    border-radius: 2px;
    cursor: pointer;
    z-index: 2;
}
@media screen and (max-width: 490px) {
    .fancybox-slide > div.banner{
        width: 100%;
        height: 535px;
        overflow: hidden;
    }
    .banner__left-content,
    .banner__right-content{
        float: none;
        width: 100%;
    }
    .banner__left-content:before{
        display: none;
    }
    .banner__left-content:after{
        width: 40%;
        right: 10px;
        bottom: 106px;
    }
    .banner__title{
        font-size: 25px;
        line-height: 27px;
        top: 20px;
    }
    .banner__subtitle span,
    .banner__top-title{
        font-size: 35px;
        line-height: 37px;
    }
    .banner__subtitle{
        padding-right: 50%;
    }

    .banner__right-content{
        position: absolute;
        top: 26%;
        background-color: transparent;
        z-index: 1;
    }
    .banner__descr {
        margin: 20px 0 25px;
        font-size: 17px;
        line-height: 26px;
        padding-right: 40%
    }
    .banner__right-content:after{
        bottom: 165px;
    }
}
.fancybox-is-open .fancybox-bg{
    background: #000;
    opacity: 0.5 !important;
}