html, body, div, p, h1, h2, h3, h4, h5, h6, a, span, img, ol, ul, li, form, input{
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    background: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ol, ul , li{
    list-style: outside none none;
	
}
@font-face {
    font-family: "RobotoRegular";
    src: url(../fonts/Roboto-Regular.eot);
    src: url(../fonts/Roboto-Regular.ttf) format('truetype'),
    url(../fonts/Roboto-Regular.svg) format('svg'),
    url(../fonts/Roboto-Regular.woff) format('woff');
}
@font-face {
    font-family: "RobotoBold";
    src: url(../fonts/Roboto-Bold.eot);
    src: url(../fonts/Roboto-Bold.ttf) format('truetype'),
    url(../fonts/Roboto-Bold.svg) format('svg'),
    url(../fonts/Roboto-Bold.woff) format('woff');
}
@font-face {
    font-family: "RobotoLight";
    src: url(../fonts/Roboto-Light.eot);
    src: url(../fonts/Roboto-Light.ttf) format('truetype'),
    url(../fonts/Roboto-Light.svg) format('svg'),
    url(../fonts/Roboto-Light.woff) format('woff');
}
/* body */
body{
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
	background-color:#0d1e2d;
}
.body-center{
    width: 940px;
    margin-left: auto;
    margin-right: auto;

}
.clear{
    clear: both;
}


/* content */
.content{
    background: url("../images/alkobg.jpg") no-repeat center top;
    background-size: cover;
    min-height: 690px;
    padding-top: 170px;
}
.logo{
    display: block;
    margin: 0 auto;
}
.logo-480{
    display: none;	
}
.content h1{
    text-transform: uppercase;
    color: #ABAAA6;
    text-align: center;
    font-size: 14px;
    font-family: "RobotoBold", sans-serif;
    padding-top: 20px;
    padding-bottom: 40px;
	text-align: center;
}	
.content h2{
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 42px;
    font-family: "RobotoBold", sans-serif;
    padding-top: 0px;
    padding-bottom: 45px;
	text-align: center;
}
.block-left{
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.block-right{
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.button{
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 23px;
    font-family: "RobotoBold", sans-serif;
    padding: 20px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 280px;
    margin: 0 auto;
}
.button.first{
    background-color: #1fab5a;
}
.button.first:hover{
    background-color: #209d4f;
}
.button.second{
    background-color: #ff4b5a;
}
.button.second:hover{
    background-color: #e84756;
}
.block-left p,
.block-right p{
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 22px;
    font-family: "RobotoRegular", sans-serif;
    margin-top: 20px;
}


/* footer */
footer{
    background-color: #0d1e2d;
    padding-top: 30px;
    padding-bottom: 35px;
}
.footer-right{
    float: right;
    padding: 10px 30px 15px 14px;
}
.footer-left{
    float: left;
    padding: 10px 30px 15px 14px;
}
.footer-center{
    text-align: center;
	color: #ABAAA6;
}
.footer-center a{
    font-size: 12px;
    line-height: 15px;
    font-family: "RobotoRegular", sans-serif;
    color: #fff;
    text-decoration: underline;
}


@media screen and (max-width: 950px){
    .body-center{
        width: 700px;
    }
    .content {
        padding-top: 120px;
    }
    .content h2 {
        line-height: 48px;
        padding-left: 18px;
        padding-right: 18px;
    }
}

@media screen and (max-width: 710px){
    .body-center{
        width: 470px;
    }
    .content {
        background: url("../images/alkobg-480.jpg") no-repeat center top #000;
        background-size: cover;
        min-height: 600px;
        padding-top: 5px;
    }
    .logo{
        display: none;
    }
    .logo-480{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .content h2 {
        font-size: 45px;
        padding: 20px 40px 45px 40px;
    }
    .block-left,
    .block-right{
        display:block;
        width: 100%;
    }
    .block-left{
        margin-bottom: 40px;
    }
    .footer-center {
        display: none;
    }
}
@media screen and (max-width: 479px){
    .body-center{
        width: 90%;
    }
    .content h2 {
        font-size: 36px;
        line-height: 42px;
        padding: 20px 0 30px 0;
    }
    .footer-right,
    .footer-left{
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 319px){
    .body-center{
        width: 94%;
    }
    .content h2 {
        font-size: 28px;
        line-height: 35px;
        padding: 25px 0 40px 0;
    }
    .button{
        width: 100%;
        font-size: 18px;
    }
}