@import "http://webfonts.ru/import/fregat.css";
@import "http://webfonts.ru/import/beermoney.css";

body{
    font-family: 'Fregat';
    color: black;
    margin: 0;
    padding: 0;
}

.button{
    margin: 0;
    padding: 0;
    border: 0;
}

.navbar{
    margin: 0;
    height: 50px;
}
.navbar-brand{
    padding: 5px 0 0 15px;
}
.navbar-brand div{
    color: black;
    font-size: 16px;
    color: #828282;
}

.mynavbar{
    list-style: none;
    margin: 0;
}
.mynavbar a{
    margin-top: 5px;
    display: inline-block;
    font-size: 18px;
    color: black;
    text-decoration: none;    
    padding: 0 20px;
}
.mynavbar a:hover, .mynavbar a.active{
    color: #f50;
}
.mynavbar a.buttonRed{
    padding: 5px 10px;
    font-size: 17px;
    font-weight: normal;
    background: #fb797e;
    position: relative;
    border-bottom: 3px solid #a50;
    color: white;
}
.mynavbar a.buttonRed:hover{
    background: #f50;
}
.mynavbar a.buttonRed:active{
    top: 1px;
    border-bottom: 2px solid #a50;
}

.ekran_1{
    background: url(../images/1_background.png) center top;
    width: 100%;
    height: 598px;
    color: white;
}

.ekran_1 .arrow{
    position: absolute;
    right: 80px;
    bottom: 80px;
    font-family: 'Beer money';
}
.ekran_1 .arrow .image{
    background: url(../images/arrow2.png);
    width: 100px;
    height: 115px;
}
.ekran_1 .arrow .text{
    position: relative;
    text-align: center;
    right: -20px;
    bottom: 20px;
    font-size: 23px;
}

.title{
    font-size: 48px;
    margin: 60px auto 0 auto;
    font-weight:bold;
    text-transform: uppercase;
    line-height: 48px;
    text-align: center;
}
.dop_title{
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    float: none;
    margin: 20px auto;
    -webkit-animation-delay: 1s;
}

.ekran_1 .button{
    display: inline-block;
    margin: 60px 0;
    -webkit-animation-delay: 2s;
}

.button.yellow{
    position: relative;
    background: #edc900;
    padding: 7px 25px;
    border-radius: 10px;
    color: white;
    cursor:pointer;
    font-size: 34px;
    border-bottom: 5px solid #997300;
    font-weight: bold;
}
.button.yellow:hover{
    color: white;
    text-decoration: none;
    background: #c9aa00;
}
.button.yellow:active{
    top: 2px;
    border-bottom: 3px solid #997300;
}

.slider{
    position: relative;
    top: 0px;
    margin: 0 auto 200px;
}

.slider .item{
    padding: 10px;
    display: inline-block;
    position: relative;
    width: 250px;
    background: white;
    color: black;
    height: 290px;
    margin: 0 10px;
    box-shadow: 0 0 1px #000;
    font-size: 15px;
    z-index: 500;
}
.slider .item img{
    width: 100%;
}
.slider .item .price{
    background: url(../images/price_back.png) no-repeat;
    width: 102px;
    height: 76px;
    position: absolute;
    padding: 22px 0 0;
    font-size: 22px;
    top: -11px;
    left: -12px;
    color: white;
    font-weight:bold;
}
.slider .item .name{
    padding: 15px 10px 0;
    text-transform: uppercase;
}

.slider .toggle{
    background: white;
    color: black;
    font-size: 40px;
    line-height: 30px;
    padding: 10px;
    position: absolute;
    display: inline-block;
    border-radius: 15px;
    box-shadow: 0 0 1px #000;
    top: 110px;
    cursor: pointer;
}
.toggle.left{
    left: 80px;
}
.toggle.right{
    right: 80px;
}

/*
*   Второй экран
*/
.ekran_2{
    margin-top: 150px;
}
#for_advertisers .ekran_2{
    margin: 40px 0 50px 0;
}
.advantage{
    margin-top: 50px;
}
.advantage .image{
    background: black;
    border-radius: 70px;
    color: white;
    width: 70px;
    height: 70px;
    display: inline-block;
    font-size: 40px;
    font-weight: bold;
}
.advantage .image em{
    margin-top: 15px;
}
.advantage .name{
    font-size: 28px;
}
.advantage .descr{
    font-size: 16px;
    line-height: 20px;
}

/*
*   Экран 3
*/
.ekran_3{
    background: url(../images/3_background.png) repeat-x;
    width: 100%;
    height: 483px;
    margin-top: 100px;
    color: white;
    position: relative;
}
#for_advertisers .ekran_3{
    background: url(../images/3_background.png) repeat-x;
    width: 100%;
    height: 300px;
    margin-top: 0;
}
.ekran_3 .dop_title{
    margin-top: 10px;
    font-size: 30px;
}
#for_advertisers .ekran_3 .dop_title{
    font-size: 23px;
    line-height: 30px;
}

#for_advertisers .ekran_3 .title{
    font-size: 35px;
}

.form{
    float: none;margin: 5px auto 0;
}
.form .col-md-12{
    margin-top: 15px;
}
.form input[type="text"], .form textarea{
    width: 100%;
    border: 0;
    box-shadow: 0 0 1px #000;
    padding: 10px 10px;
    font-size: 21px;
    line-height: 25px;
    color: black;
    border-radius: 10px;
}

#for_advertisers .form input[type="text"], #for_advertisers .form textarea{
    font-size: 16px;
    line-height: 25px;
}

.ekran_3 .arrow{
    position: absolute;
    right: 230px;
    bottom: 30px;
    font-family: 'Beer money';
}
.ekran_3 .arrow .image{
    background: url(../images/arrow.png);
    width: 116px;
    height: 101px;
}
.ekran_3 .arrow .text{
    position: relative;
    text-align: center;
    right: -20px;
    bottom: 20px;
    font-size: 23px;
}


.ekran_4{
    border-top: 1px solid #e0e0e0;
    color: black;
    height: auto;
    padding-bottom: 50px;
}


#footer{
    border-top: 1px solid #e0e0e0;
    margin-top: 50px;
}
#footer .container{    
    padding: 20px 0;
}