@import url(menu.css);
body{
    background: url(../images/fon.jpg);
    background-attachment: fixed;
}
.wrapper{
    position: relative;
    font-family: 'Roboto', sans-serif;
    min-width: 360px;
}
.headerBlock .logo{
    width: 260px;
    margin: auto 0;
    padding: 0;
}
.headerBlock .logo .icon{
    margin-top: 10px;
}
.headerBlock .logo img{
    width: 100%;
}
.active{
    border-bottom: 3px solid #ff7900;
}
a.active{
    margin-bottom: 0;
    padding-bottom: 0;
}
header{
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0;
}
header .logoCont{
    height: 80px;
}
.wrapper .contHead{
    margin: auto 0;
    padding: 0;
    vertical-align: bottom;
    line-height: 1;
    width: 310px;
}
header .contHead .icon{
    width: 6%;
    margin-right: 2px;
}
header .contHead p{
    margin: 0;
    padding: 0;
    color: #253886;
}
header .contHead .strChar{
    margin-top: 3px;
}
header .contHead .strChar p{
    text-align: justify;
    width: 100%;
    word-spacing: 8px;
}
/* МЕНЮ */

header nav{
    background: #253886;
    height: 50px;
    position: relative;
}

header nav ul{
    list-style: none;
}
header .ulNav{
    display: -moz-flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
header .ulNav .navItem{
    margin-left: 0;
    padding-left: 3px;
}
header .ulNav > li{
    height: 50px;
    line-height: 25px;
    margin-right: 15px;
}
header .ulNav p{
    color: #fff;
}
header nav a{
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: bakground-color 0.5s  ease-in-out;
    -o-transition: bakground-color 0.5s  ease-in-out;
    -moz-transition: bakground-color 0.5s  ease-in-out;
    transition: bakground-color 0.5s  ease-in-out;
}
header nav a:hover, header nav .ulNav p:hover{
    color: #ff7900;
}
header nav .drop{
    position: absolute;
    top: 50px;
    left: 160px;
    z-index: 10;
}
header nav .drop a{
    font-weight: normal;
}
header nav .drop a:hover{
    color: #fff;
    background-color: #ff7900;
}
header .drop li{
    display: none;
    -moz-opacity: 0;
    opacity: 0;
    -ms-transform-origin: top center;
    -webkit-transform-origin: top center;
    -o-transform-origin: top center;
    -moz-transform-origin: top center;
    transform-origin: top center;
}
header .drop li a{
    background-color: #253886;
    padding: 10px;
    -moz-opacity: 0.9;
    opacity: 0.9;
}
header .ulNav li:hover .menu2 li:first-of-type {
    -webkit-animation: menu2 0.1s ease-in-out forwards;
    -moz-animation: menu2 0.1s ease-in-out forwards;
    -o-animation: menu2 0.1s ease-in-out forwards;
    animation: menu2 0.1s ease-in-out forwards;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    display: block;
}

header .ulNav li:hover .menu2 li:nth-of-type(2) {
    -webkit-animation: menu2 0.1s ease-in-out forwards;
    -moz-animation: menu2 0.1s ease-in-out forwards;
    -o-animation: menu2 0.1s ease-in-out forwards;
    animation: menu2 0.1s ease-in-out forwards;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    display: block;
}

header .ulNav li:hover .menu2 li:nth-of-type(3) {
    -webkit-animation: menu2 0.1s ease-in-out forwards;
    -moz-animation: menu2 0.1s ease-in-out forwards;
    -o-animation: menu2 0.1s ease-in-out forwards;
    animation: menu2 0.1s ease-in-out forwards;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    display: block;
}
header .ulNav li:hover .menu2 li:nth-of-type(4) {
    -webkit-animation: menu2 0.1s ease-in-out forwards;
    -moz-animation: menu2 0.1s ease-in-out forwards;
    -o-animation: menu2 0.1s ease-in-out forwards;
    animation: menu2 0.1s ease-in-out forwards;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    display: block;
}

header .ulNav li:hover .menu2 li:last-of-type {
    -webkit-animation: menu2 0.1s ease-in-out forwards;
    -moz-animation: menu2 0.1s ease-in-out forwards;
    -o-animation: menu2 0.1s ease-in-out forwards;
    animation: menu2 0.1s ease-in-out forwards;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    animation-delay: 0.2s;
    display: block;
}

@keyframes menu2 {
  0% {
    -moz-opacity: 0;
    opacity: 0;
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -moz-opacity: 1;
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    display: block;
  }
}


footer{
    background-color: #253886;
    color: #fff;
    height: 300px;
}
.contactsFooter{
    padding-top: 100px;
    padding-left: 60px;
    padding-bottom: 0;
    line-height: 5px;
    letter-spacing: 1px;
}

/*----------------------------СТИЛИ ДЛЯ МАЛЕНЬКИХ ЭКРАНОВ---------------------------------------------------------------------------------------------*/
/*----------------------------СТИЛИ ДЛЯ МАЛЕНЬКИХ ЭКРАНОВ max-width: 1398.98px-------------------------------------------------------------------------*/
@media screen and (max-width: 1398.98px){

}
/*----------------------------СТИЛИ ДЛЯ МАЛЕНЬКИХ ЭКРАНОВ max-width: 1200.98px-------------------------------------------------------------------------*/
@media screen and (max-width: 1200.98px){
    header nav .drop{
        left: 130px;
    }
    header .ulNav > li{
        margin-right: 10px;
    }
    header nav a{
        font-size: 14px;
    }
    
}


/*----------------------------СТИЛИ ДЛЯ МАЛЕНЬКИХ ЭКРАНОВ max-width: 994.98px-------------------------------------------------------------------------*/
@media screen and (max-width: 994.98px){
    header nav .drop{
        left: 140px;
    }
}


/*----------------------------СТИЛИ ДЛЯ МАЛЕНЬКИХ ЭКРАНОВ max-width: 766px-------------------------------------------------------------------------*/
@media screen and (max-width: 766px) {
    .headerBlock .logo{
        width: 200px;
        margin: auto 0;
    }
    .wrapper .contHead{
        width: 240px;
    }
    header .contHead p{
        font-size: 12px;
    }

}


/*----------------------------СТИЛИ ДЛЯ МАЛЕНЬКИХ ЭКРАНОВ max-width: 576px-------------------------------------------------------------------------*/
@media screen and (max-width: 576px){
    .wrapper{
        font-size: 14px;
    }
    .headerBlock .logo .icon{
        width: 80%;
    }
    .wrapper .contHead{
        width: 270px;
    }
    header .contHead p{
        font-size: 12px;
    }
    header nav .drop{
        left: 145px;
    }

}


/*----------------------------СТИЛИ ДЛЯ МАЛЕНЬКИХ ЭКРАНОВ max-width: 442px-------------------------------------------------------------------------*/
@media screen and (max-width: 442px){
    .wrapper .contHead{
        width: 280px;
    }
    .wrapper .contHead p{
        font-size: 9.5px;
    }
    .contactsFooter{
        padding-top: 100px;
        padding-left: 60px;
        padding-bottom: 0;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 1px;
    }
    footer .contactsFooter{
        font-size: 12px;
        padding-left: 40px;
    }
}