@font-face {
    font-family: 'Neucha';
    src: url('../fonts/neucha_regular.eot');
    src: url('../fonts/neucha_regular.eot') format('embedded-opentype'),
    url('../fonts/neucha_regular.woff2') format('woff2'),
    url('../fonts/neucha_regular.woff') format('woff'),
    url('../fonts/neucha_regular.ttf') format('truetype'),
    url('../fonts/neucha_regular.svg#neucha_regular') format('svg');
    font-style: normal;
    font-weight: 400;
}

.group:after{
    content: ".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
}
.banner{
    width:auto;
    /*height: 600px;*/
    background: url(../images/banner1.png) no-repeat center;
    /*background-size: 100%;*/
    overflow: hidden ;
    position: relative;
    background-size: cover;
    min-height: 75%;
    background-color: rgba(0, 0, 0, .5);
    letter-spacing: 0;
}
.banner-back{

}
.banner-inner{
    position: relative;
    z-index: 15;
}
.banner__head{
    text-align: center;
    padding: 15px 0 0 0;
}
.banner__title{
    color:#BABFC5;
    /*font:48px 'Neucha', sans-serif;*/
    font:48px 'pt sans';
    margin-bottom: -10px;
    position: relative;
    top:-200px;
    transition: all 0.5s; /*было 1,5*/
}
.banner__title.vis{
    top:0;
}
.banner__sub-title{
    color:#2B8EF4;
    /*font:64px 'Neucha', sans-serif;*/
    font:64px 'pt sans';
    top:-300px;
    position: relative;
    transition: all 0.5s; /*было 1,5*/
}
.banner__sub-title.vis{
    top:0;
}
.banner__content{
    text-align: center;
    /*margin-top: 65px;*/
}
.banner__closest-date{
    color:#FB0006;
    /*font:28px 'Neucha', sans-serif;*/
    font:54px 'pt sans';
    opacity: 0;
    transition: all 0.5s; /*было 1,5*/
}
.banner__closest-date.vis{
    opacity: 1.0;
}
.banner__links{
    width:320px;
    margin: 20px auto auto;
}
.link{
    width:50%;
    float:left;
    color:#FFFEFE;
    height: 50px;
    text-align: center;
    font:bold 16px/50px 'PT Sans';
    transition: all 1.0s;
    position: relative;
}
.link:hover,
.link:focus{
    color:#ffffff;
    text-decoration: none;
    transform: scale(1.1,1.1);
	z-index:3;
}
.link.link_offline{
    background: #FF001F;
    border-radius: 25px 0 0 25px;
    left:-2000px;
}
.link.link_offline.vis{
    left:0;
}
.link.link_offline:hover,
.link.link_offline:focus{
    background: #E4001B;
}
.link.link_online{
    background: #0093FA;
    border-radius: 0 25px 25px 0;
    right:-2000px;
}
.link.link_online.vis{
    right:0;
}
.link.link_online:hover,
.link.link_online:focus{
    background: #007CD5;
}
.banner__bottom{
    /*margin-top: 85px;*/
}
.banner__bottom-title{
    text-align: center;
    color:#338ECF;
    font:54px 'PT sans';
    opacity: 0;
    transition: all 0.5s; /*было 1,5*/
}
.banner__bottom-title.vis{
    opacity: 1.0;
}
.banner__bottom-list{
    text-align: center;
    margin-top: 47px;
}
.banner__bottom-logo{
    display: inline-block;
    margin: 0 34px;
    position: relative;
    top:320px;
    transition: all 1.0s;
}
.banner__bottom-logo.vis{
    top:0;
}
.banner__bottom-logo.large_logo{
    margin: 0 20px;
}
.banner__bottom-image{
    height: 40px;
    margin-bottom: 8px;
}
.banner__bottom-text{
    color:#000000;
    font:40px 'Roboto Condensed', sans-serif;
}
.banner__bottom-text:first-letter{
    color:#338ECF;
}
.banner__bottom-image img{
    display: block;
    margin: auto;
    max-height: 100%;
}
.banner__bottom-logo p{
    color:#4A494A;
    /*font:12px 'Helvetica', sans-serif;*/
    font:12px 'pt sans';
}
.banner__bottom-logo.large_logo p{
    color:#338ECF;
}
.delimiter{
    width:100%;
    height: 1px;
    clear: both;
    display: none;
}


/*media queries*/
@media (max-width:1100px){
    .banner__bottom-logo{
        margin: 0 10px;
    }
}
@media (max-width:860px){
    .banner__title{
        font-size: 32px;
    }
    .banner__sub-title{
        font-size: 40px;
    }
    .banner__content{
        margin-top: 30px;
    }
    .banner__closest-date{
        font-size: 25px;
    }
    .banner__links{
        width:290px;
    }
    .link{
        height: 35px;
        line-height: 35px;
    }
    .banner__bottom-image{
        height: 35px;
    }
    .banner__bottom{
        margin-top: 50px;
    }
    .banner__bottom-list{
        margin-top: 20px;
    }
    .delimiter{
        display: block;
    }
}
@media (max-width:430px){
    .banner__bottom-logo.large_logo{
        margin: 0 0px;
    }
}