@import url(https://fonts.googleapis.com/css?family=Russo+One&subset=cyrillic,latin);
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,300);

html {
    padding:0px;
}

html,
body {
    height: 100%;
    margin: 0 auto;
    max-width: 1280px;
    min-width: 900px;
}

body {
    padding: 0 30px;
}

header {
    height: auto;
    margin: 0 auto;
}

header .logo {
	height: 150px;
}

header .text {
    font-size: 2.8rem;
    line-height: 3.5rem;
    font-weight: 600;
}

footer {
    height: 100px;
    margin: 0 auto;
    border-top: 1px solid #1f295c;
    font-size: 0.8rem;
}

body section {
    padding:0 5px;
}

.dtrno_head {
    font-size: 2.1rem !important;
    line-height: 2.1rem !important;
}

@media (max-width: 1280px) {
    header .logo {
        height: 130px;
    }
    
    header .text {
        font-size: 2.7rem;
        line-height: 3.5rem;
        font-weight: 600;
        padding: 0 30px;
    }
    
    .dtrno_head {
        font-size: 1.9rem !important;
        line-height: 2.1rem !important;
    }        
    
    .kppm {
        font-size: 2.5rem !important;
        line-height: 3.5rem !important;
    }        
}

@media (max-width: 1180px) {
    header .logo {
        height: 110px;
    }
    
    .dtrno_head {
        font-size: 1.8rem !important;
        line-height: 1em !important;
    }        
    
    .kppm {
        font-size: 2.4rem !important;
        line-height: 3.5rem !important;
    }            
}

@media (max-width: 1024px) {
    body {
        padding: 0 10px;
    }
    
    header .text {
        font-size: 2.8rem;
        line-height: 2.8rem;
    }
    
    .dtrno_head {
        font-size: 1.6rem !important;
        line-height: 1rem !important;
    }
    
    .kppm {
        font-size: 2.2rem !important;
        line-height: 3.5rem !important;
    }                                        
}

@media (max-width: 900px) {
    header .text {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    
    .dtrno_head {
        font-size: 1.5rem !important;
        line-height: 1em !important;
    }                                            
}