
@font-face {
    font-family: "SegoeUI";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/SegoeUI/SegoeUI.eot?#iefix") format("embedded-opentype"), url("fonts/SegoeUI/SegoeUI.woff") format("woff"), url("fonts/SegoeUI/SegoeUI.ttf") format("truetype");
}

@font-face {
    font-family: "SegoeUIBlack";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/SegoeUIBlack/seguibl.eot?#iefix") format("embedded-opentype"), url("fonts/SegoeUIBlack/seguibl.woff") format("woff"), url("fonts/SegoeUIBlack/seguibl.ttf") format("truetype");
}

*{
    margin: 0;
    padding: 0;
}

html{
    min-width: 1260px
}

body {
    font-family: Arial,​Helvetica,​sans-serif;    
}

/*#region header*/

#header{
    width: 100%;
    height: 990px;
    background: url("img/background_header_1280.jpg") no-repeat scroll 50% 0 #fff;
    font-family: SegoeUI,Arial, Helvetica, sans-serif

}

@media(min-width: 1281px){

    #header {
        background: url("img/background_header_1600.jpg")no-repeat scroll 50% 0 #fff;
    }
    }

@media(min-width: 1601px){

    #header {
        background: url("img/background_header_1920.jpg") no-repeat scroll 50% 0 #fff;
    }
    }

@media(min-width:1921px){

    #header {
        background: #fff url("img/background_header_1920.jpg") no-repeat scroll 50% 0 / 100% auto;
    }
    }

.content{
    margin: 0 auto;
    width: 1260px;
    position: relative
}

@media(min-width: 1550px){

    .content {
        width: 1550px;
    }
    }

#logo{
    padding: 15px 0;
}

#logo a {
    background: #000000 url("Img/skrin_logo.png") no-repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) url("Img/skrin_logo.png") no-repeat scroll 0 0;
    display: block;
    height: 41px;    
    position: absolute;
    top: 20px;
    width: 157px;
}

#tile_block{
    position: relative;
    margin-top: 50px; 
    padding: 0 40px
}

@media(min-width: 1550px){

    #tile_block {
    
}
    }

.tile{
    position: absolute;
    height: 250px;
    width: 250px;
    padding: 20px;
    color: #fff;
    opacity: 0.7; 
    filter: alpha(Opacity=70);
    left: 50px;
    top: 50px;
    text-decoration: none;
    display: block
}

@media(min-width: 1550px) {

    .tile {
        height: 350px;
        width: 350px;
    }
     }

.tile:hover{
    opacity: 1; 
    filter: alpha(Opacity=100);
}

#ka_tile{
    width: 850px;
    top: 0;
    left: 40px;
    background-color: #294e80

}

#ka_tile .more_button.btns:active, #ka_tile .more_button.btns:focus, #ka_tile .more_button.btns:hover {
    color: #294e80;
}

@media(min-width: 1550px) {

    #ka_tile {
        width: 1150px;
        left: 0;
    }
    }

#mark_tile{
    top: 0;
    left: 940px;
    background-color: #e55608
}

#mark_tile .more_button.btns:active, #mark_tile .more_button.btns:focus, #mark_tile .more_button.btns:hover {
    color: #e55608;
}

@media(min-width: 1550px) {

    #mark_tile {
        left: 1200px;
    }
    }

#d_tile{
    top:300px;
    left: 40px;
    background-color: #3f2119
}

#d_tile .more_button.btns:active, #d_tile .more_button.btns:focus, #d_tile .more_button.btns:hover {
    color: #3f2119;
}

@media(min-width: 1550px) {

    #d_tile {
        top: 400px;
        left: 0;
    }
    }

#uc_tile{
    top: 300px;
    left: 340px;
    background-color: #3e9d42
}

#uc_tile .more_button.btns:active, #uc_tile .more_button.btns:focus, #uc_tile .more_button.btns:hover {
    color: #3e9d42;
}

@media(min-width: 1550px) {

    #uc_tile {
        top: 400px;
        left: 400px;
    }
    }

#podft_tile{
    width: 550px;
    top: 300px;
    left: 640px;
    background-color: #af3230
}

#podft_tile .more_button.btns:active, #podft_tile .more_button.btns:focus, #podft_tile .more_button.btns:hover {
    color: #af3230;
}

@media(min-width: 1550px) {

    #podft_tile {
        top: 400px;
        left: 800px;
        width: 750px;
    }
    }

.tile h1{
    font-size: 32px;
}

.tile ul{
    list-style: outside none none;
    margin: 0 10px;
}

.tile ul li{
    
}

.right_button{
    background: transparent url("img/right_button.png") no-repeat scroll 0 0;
    bottom: 20px;
    display: block;
    height: 32px;
    position: absolute;
    right: 20px;
    width: 32px;
} 

.more_button{
    position: absolute;
    bottom: 10px;
    left: 10px
} 

@media(min-width: 1550px) {

    .more_button {
        bottom: 20px;
        left: 20px;
    }
         }

.more_button.btns{
        background-color: transparent;
        color: #fff;
        font-size: 18px
    }

@media(min-width: 1550px) {

    .more_button.btns {
        font-size: 24px;
    }
         }

.more_button.btns:active, .more_button.btns:focus, .more_button.btns:hover {
    background-color:#fff;
}




/*#endregion header*/

/*#region buttons*/


.btns {
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

    .btns.active.focus, .btns.active:focus, .btns.focus, .btns.focus:active, .btns:active:focus, .btns:focus {
        outline: thin dotted;
        outline-offset: -2px;
    }

    .btns.focus, .btns:focus, .btns:hover {
        color: #333;
        text-decoration: none;
    }

    .btns.active, .btns:active {
        background-image: none;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
        outline: 0 none;
    }

.moving{
    margin: 40px 0;
}

/*#endregion buttons*/

/*#region main*/

#main {
    width: 100%;
    position: relative;
}

#main .content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    height: 990px
}

@media(min-width: 1550px){

    #main .content {
        width: 1550px;
    }
    }

#main .content h1 {
    font-size: 48px;
    margin: 100px 0 70px;
}

#main .content h1, #main .content h3 {
    text-transform: uppercase;
}

#main .content h3 {
    font-size: 30px;
    margin: 20px 0 10px;
}

#main .content h5 {
    font-size: 24px;
    margin: 20px 0 10px;
}

#main .content ul {
    font-size: 24px;
    list-style: none;
}

#main .content ul li {
    padding: 0 20px;
    text-indent: -14px;
}

#main .content ul li:before {
    content: "- ";
}

#main .content p {
    font-size: 24px;
    margin: 20px 0;
}

.site_block{
    position: relative;
}

.info_block{
    width: 70%;
    margin-left: 50px
}

@media(min-width: 1500px){

    .info_block {
        width: 50%;
        margin-left: 0;
    }
    }

#ka_block{
    background-color: #fff;
    color: #333;
    background: url("img/ka_background_1280.jpg") no-repeat scroll 50% 0 #fff
    
}

#ka_block h1, #ka_block h3 {
    color: #344f77;
}

#ka_block .btns {
    border-color: #0E1A35;
    color: #132549;
}

#ka_block .btns:active, #ka_block .btns:focus, #ka_block .btns:hover {
    background-color: #132549;
    border-color: #0E1A35;
    color: #fff;
}

@media(min-width: 1281px){

    #ka_block {
        background: url("img/ka_background_1600.jpg")no-repeat scroll 50% 0 #fff;
    }
    }

@media(min-width: 1601px){

    #ka_block {
        background: url("img/ka_background_1920.jpg") no-repeat scroll 50% 0 #fff;
    }
    }

@media(min-width:1921px){

    #ka_block {
        background: #fff url("img/ka_background_1920.jpg") no-repeat scroll 50% 0 / 100% auto;
    }
    }

#ka_block_line1{
    position: absolute;
    background-color: #677a9d;
    background-color: rgba(41, 78, 128, 0.7);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    height: 100px;
    padding: 20px 0 20px 150px;
    right: 0;
    top: 0;
    width: 700px;
}

#ka_block_line2{
    position: absolute;
    background-color: #677a9d;
    background-color: rgba(41, 78, 128, 0.7);
    bottom: 0;
    height: 600px;
    left: 0;
    width: 50px;
}

#podft_block{
    background-color: #b54342;
    color: #fff;
    background: url("img/podft_background_1280.jpg") no-repeat scroll 50% 0 #b54342
}

#podft_block .btns {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

#podft_block .btns:active, #podft_block .btns:focus, #podft_block .btns:hover {
    background-color: #fff;
    color: #b54342;
}

@media(min-width: 1281px){

    #podft_block {
        background: url("img/podft_background_1600.jpg")no-repeat scroll 50% 0 #b54342;
    }
    }

@media(min-width: 1601px){

    #podft_block {
        background: url("img/podft_background_1920.jpg") no-repeat scroll 50% 0 #b54342;
    }
    }

#podft_block_line1{
    position: absolute;
    background-color: #cb7c7b;
    background-color: rgba(255, 255, 255, 0.3);
    width: 100px;
    height: 400px;
    top: 0;
    right: 150px;
}

#podft_block_line2{
    position: absolute;
    top: 100px;
    right: 100px;
    font-size: 24px;
    font-weight: bold;
}

#mark_block{
    background-color: #e26826;
    color: #fff;
    background: url("img/mz_background_1280.jpg") no-repeat scroll 50% 0 #e26826
}

#mark_block .btns {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

#mark_block .btns:active, #mark_block .btns:focus, #mark_block .btns:hover {
    background-color: #fff;
    color: #e26826;
}

@media(min-width: 1281px){

    #mark_block {
        background: url("img/mz_background_1600.jpg")no-repeat scroll 50% 0 #e26826;
    }
    }

@media(min-width: 1601px){

    #mark_block {
        background: url("img/mz_background_1920.jpg") no-repeat scroll 50% 0 #e26826;
    }
    }

#mark_block_line1{
    position: absolute;
    background-color: #e67f46;
    background-color: rgba(255, 255, 255, 0.3);
    width: 500px;
    height: 100px;
    top: 130px;
    left: 0;
}

#mark_block_line2{
    position: absolute;
    background-color: #e67f46;
    background-color: rgba(255, 255, 255, 0.3);
    width: 150px;
    height: 200px;
    top: 0;
    right: 500px;
}

#d_block{
    background-color: #f3f3f3;
    color: #3d1e17
}

#d_block .content ul li {
    padding: 7px 20px;
}

#d_block .btns {
    border-color: #4F343B;
    color: #5c3841;
}

#d_block .btns:active, #d_block .btns:focus, #d_block .btns:hover {
    background-color: #5c3841;
    border-color: #4F343B;
    color: #fff;
}

#d_block_line1{
    position: absolute;
    background-color: #674f4a;
    background-color: rgba(61, 30, 23, 0.7);
    width: 60px;
    height: 700px;
    top: 130px;
    left: 0;
}

#d_block_line2{
    position: absolute;
    background-color: #674f4a;
    background-color: rgba(61, 30, 23, 0.7);
    width: 500px;
    height: 70px;
    top: 0;
    right: 0;
}

#d_block_line3{
    position: absolute;
    background:  transparent url("img/logo-cbr_brown.png") no-repeat scroll 20px 0;
    width: 500px;
    height: 500px;
    top: 90px;
    right: 0;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

#d_block_line4{
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    width: 450px;
    margin-right: 50px;
    top: 530px;
    right: 0;
}

#d_block_line5{
    position: absolute;
    background-color: #674f4a;
    background-color: rgba(61, 30, 23, 0.7);
    width: 150px;
    height: 400px;
    right: 0;
    bottom: 0;
}

#uc_block{
    background-color: #3e9d42;
    color: #fff;
     background: url("img/uc_backgroundpsd_1280.jpg") no-repeat scroll 50% 0 #3e9d42
}

#uc_block .btns {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

#uc_block .btns:active, #uc_block .btns:focus, #uc_block .btns:hover {
    background-color: #fff;
    color: #3e9d42;
}

@media(min-width: 1281px){

    #uc_block {
        background: url("img/uc_backgroundpsd_1600.jpg")no-repeat scroll 50% 0 #3e9d42;
    }
    }

@media(min-width: 1601px){

    #uc_block {
        background: url("img/uc_backgroundpsd_1920.jpg") no-repeat scroll 50% 0 #3e9d42;
    }
    }

#uc_block_line1{
    position: absolute;
    background-color: #78bb7b;
    background-color: rgba(255, 255, 255, 0.3);
    width: 60px;
    height: 750px;
    left: 0;
    bottom: 0;
}

#uc_block_line2{
    position: absolute;
    background-color: #78bb7b;
    background-color: rgba(255, 255, 255, 0.3);
    width: 160px;
    height: 250px;
    left: 250px;
    top: 0;
}

#uc_block_line3{
    position: absolute;
    background-color: #78bb7b;
    background-color: rgba(255, 255, 255, 0.3);
    width: 150px;
    height: 400px;
    right: 0;
    top: 0;
}

#uc_block_line4{
    position: absolute;
    background-color: #78bb7b;
    background-color: rgba(255, 255, 255, 0.3);
    height: 100px;
    width: 500px;
    right: 0;
    bottom: 0;
}

.stat{
    font-family: SegoeUIBlack,Arial,Helvetica,sans-serif;
    font-size: 60px;
    font-weight: bold;
    line-height: 70%;
    position: absolute;
    text-align: right;
    filter: alpha(opacity=15);
    opacity: 0.15;
}

.stat_val{
    font-size: 350px;
    display: inline-block;
    margin-left: -20px;
}

#stat_ul{
    right: 20px;
    top: 300px;
    color: #000;
}


#stat_fl{
    bottom: 100px;
    right: 300px;
    color: #000;
}


#stat_ulfl{
    bottom: 100px;
    right: 200px;
    color: #fff;
}

#stat_zk{
    bottom: 100px;
    right: 200px;
    color: #fff;
    filter: alpha(opacity=25);
    opacity: 0.25;
}


/*#endregion main*/

/*#region bottom*/

#bottom {
    float: left;
    width: 100%;
    background-color: #ddd;
    height:250px;
}

.bottom_info {
    margin: 40px 30px;
}

/*#endregion bottom*/

/*modal dialog*/
.modal_block p{
    margin: 10px 0;
    text-align: justify
}
.modal_block p .btns {
    border-color: #0E1A35;
    color: #132549;
    font-size: 18px;
    margin: 20px 0 0;
}
.modal_block p .btns:active, .modal_block p .btns:focus, .modal_block p .btns:hover {
    background-color: #132549;
    border-color: #0E1A35;
    color: #fff;
}