
@font-face {
    font-family: "Pobeda_Regular";
    src: url("/fonts/Pobeda_Regular.eot");
    src: url("/fonts/Pobeda_Regular.eot?#iefix")format("embedded-opentype"),
        url("/fonts/Pobeda_Regular.woff") format("woff"),
        url("/fonts/Pobeda_Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

img{
    width: 100%;
}

.title h1, .title h3{
    text-align: center;
    color: #FFF;
    font-size: 58px;
    display: inline-block;
    font-family: "Pobeda_Regular";
    line-height: 75px;
    padding-top: 0;
    padding-bottom: 0;
        margin-bottom: 0;
    margin-top: 0;
}

.title.black h1, .title.black h3{
    color: #000000;
}

.title .t_insert{
    display:inline-block;
}
.title .t_padding{
        padding-left:110px;
        padding-right:110px;
}

.title .t_line_top:after, .title .t_line_top:after{
    background-image: url("/images/title_line.png");
    background-repeat: repeat-x;

    content: " ";
    display: block;
    height: 10px;
}
.title .t_line_bottom:before, .title .t_line_bottom:before{
    background-image: url("/images/title_line.png");
    background-repeat: repeat-x;
    content: " ";
    display: block;
    height: 10px;
}


.title.black .t_line_top:after, .title.black  .t_line_top:after{
    background-image: url("/images/title_line_b.png");
}
.title.black .t_line_bottom:before, .title.black  .t_line_bottom:before{
    background-image: url("/images/title_line_b.png");
}





.title{
    text-align:center;
}


#header{
    position:absolute;
    top:0;
    width:100%;
    height: 180px;
    padding-top: 20px;
    background-color: rgba(0,0,0, 0.5);
}

#header h1 span{
    font-size: 34px;
    font-family: "Pobeda_Regular";
}


#about{
    background-image: url("/images/block1_fon.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-color: #000000;
    padding-top: 200px;
    padding-bottom: 25px;
}

#about h3{
    font-size:38px;
    color: #FFF;
    font-family: "Pobeda_Regular";
}


#about .about_text{
    color:#FFF;
    font-size: 24px;
    line-height: 35px;
    font-family: "Pobeda_Regular";
}

#about .about_text a{
    color:#265790;
    text-decoration: none;
}

#about .about_text a:hover{
    text-decoration: underline;
}

#projects{
    background-color: #265790;
    padding-bottom: 70px;
}

#projects .title{
    margin-bottom: 40px;
    margin-top: 30px;
}

#projects .el_prf{
    width:100%;
    overflow: hidden;
    position: relative;
}

#projects .el_prf .info{
    background-color: rgba(0, 79, 168, 0.64);
    height: 100%;
    position: absolute;
    text-align: center;
    top: 140px;
    width: 100%;
    transition: all 0.5s 0s;   
    padding-top: 5px;
    color: #FFF;
}

#projects .el_prf:hover .info{
    top:0px;
}

#projects .el_prf .info h4{
    font-size: 28px;
    font-family: "Pobeda_Regular";
    margin: 0;
}

#projects .el_prf .info a{
    background-color: #ffffff;
    border: 3px solid #005eb9;
    color: #005eb9;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 26px;
    margin: 10px auto 0;
    min-width: auto;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}

#projects .el_prf .info a:hover{
    background-color: #005eb9;
    color:#FFFFFF;
}

#projects .img{
    height: 100%;
    overflow: hidden;
}
#projects img{
    width:100%;
    display: block;
}















#portfolio{
    padding-bottom:90px;
}

#portfolio .title {
    margin-bottom: 80px;
    margin-top: 50px;
}


#portfolio .el_prf{
    width:100%;
    height:200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

#portfolio .el_prf .info{
    background-color: rgba(0, 79, 168, 0.64);
    height: 100%;
    position: absolute;
    text-align: center;
    top: 200px;
    width: 100%;
    transition: all 0.4s 0.3s;   
    padding-top: 60px;
    color:#FFF;
}

#portfolio .el_prf:hover .info{
    top:0px;
}


#portfolio .el_prf .info h4{
    font-size: 28px;
    font-family: "Pobeda_Regular";
}

#portfolio .el_prf .info a{
    background-color: #ffffff;
    border: 3px solid #005eb9;
    color: #005eb9;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    margin: 10px auto 0;
    min-width: auto;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}

#portfolio .el_prf .info a.mini_font{
    font-size:16px;
}

#portfolio .el_prf .info a:hover{
    background-color: #005eb9;
    color:#FFFFFF;
}




#portfolio .img{
    border: 1px solid #004fa8;
    height: 100%;
    overflow: hidden;
}
#portfolio img{
    width:100%;
}

#partners {
    margin-bottom: 20px;
}

#partners .title {
    margin-bottom: 25px;
    margin-top: 25px;
}

#partners .full_width_title{
    background-color: #265790;
    margin-bottom: 25px;
}


#partners .partner{
    padding:10px 5px;
}
#partners .partner.p1 img{
    margin-top:0px;
}

#partners .partner.p2 img{
    margin-top:0px;
}
#partners .partner.p3 img{
    margin-top:0px;
}

#partners .partner a{
    display: block;
}

#partners .partner p{
    font-size:18px;
    text-align:center;
    color:#265790;
    text-decoration: none;
}


#partners .partner.p1 p{
    margin-top: 5px;
}
#partners .partner.p2 p{
    margin-top: 58px;
}
#partners .partner.p3 p{
    margin-top: 5px;
}


#contakts{
    background-attachment: fixed;
    background-image: url("/images/block5_fon.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 75px;
}

#contakts p a{
    color: #fff;
}



#contakts .soc_seti {
    margin: 25px auto 0;
    width: 300px;
}

#contakts .title {
    margin-bottom: 100px;
    margin-top: 25px;
}

#contakts p{
    font-size: 32px;
    line-height: 42px;
    color:#ffffff;
}

#contakts .soc_seti{
    margin-top: 95px;
}

#contakts .soc_seti a{
    background-image: url("/images/social.png");
    background-repeat: no-repeat;
    width: 66px;
    height: 64px;
    display: inline-block;
}

#contakts .soc_seti a.vk{
    background-position: -132px 0; 
}
#contakts .soc_seti a.odk{
    background-position: -66px 0; 
}
#contakts .soc_seti a.google{
    background-position: 0 0; 
}
#contakts .soc_seti a.vk:hover{
    background-position: -132px -64px;  
}
#contakts .soc_seti a.odk:hover{
    background-position: -66px -64px; 
}
#contakts .soc_seti a.google:hover{
    background-position: 0 -64px;
}


#form {
    margin-bottom: 120px;

}

#form .content.forma{
    margin: 0 auto;
    width: 350px;
}

#form .title{
    margin-top: 65px;
    margin-bottom: 85px;
}


#form .row{
    margin-bottom: 10px;
}



#form input, #form textarea{
    background-color: #e4e4e4;
    padding: 10px 30px;
    border: 0;
    border-top: 1px solid #949494;
    width:100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

#form input{
    line-height: 42px;
}

#form input:focus, #form textarea:focus{
    border-color: #005eb9;
}

#form input.error, #form textarea.error{
    border-color: #bb1111;
    color: #bb1111;
}

#form .submit{
    border: 3px solid #005eb9;
    display: block;
    height: 60px;
    line-height: 25px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    width: 220px;
    max-width:auto;
    min-width:auto;
    background-color: #FFFFFF;
    color:#005eb9;
    text-transform: uppercase;
    cursor: pointer;
}



#form .submit:hover{
    background-color: #005eb9;
    color:#FFFFFF;
}

#form .message{
    margin: 10px 0 15px;
    text-align: center;  
    font-weight: 600;
}

#form .message.error{
    color: #bb1111;
}
#form .message.good{
    color: #11bb11;
}


@media screen  and (max-width: 800px) {
    .title .t_padding {
        padding-left: 60px;
        padding-right: 60px;
    }
}


@media screen  and (max-width: 600px) {
    .title .t_padding {
        padding-left: 0px;
        padding-right: 0px;
    }
}