/* ======================== ШАПКА САЙТА ======================== */

/* ======================== ЛОГОТИПЫ =========================== */

header {
    height: 150px;
    width: 1242px;
    background-color: #727E8A;
    color: white;
    position: relative;
}

#block-logo {
    width: 1000px;
    height: 150px;
    display: flex;
}

#text-logo {
    text-align: center;
    margin-left: 50px
}

#logo-hsz {
    margin-left: 50px;
}

#block-logo a {
    text-decoration: none;
    color: white;
}

/* ================ НАВИГАЦИОННОЕ МЕНЮ ======================= */

nav {
    height: 50px;
    width: 100%;
	position: relative;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
}
nav ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
nav ul li {
    font-weight: bolder;
    padding: 15px 47.5px 15px 48px;
    font-size: 17px;
}
nav ul a {
    text-decoration: none;
    color: white;
}
nav ul li:hover {
    color: white;
    background-color: #D81B16;
    transition: all 0.3s ease;
    opacity: 0.7;
}
nav img {
	position: absolute;
	z-index: 0;
}
/* =========== БЕГУЩАЯ СТРОКА ========================================================= */

.marquee {
width:1242px;
height: 40px;
white-space:nowrap;
overflow:hidden;
background-color: #D81B16;
border-bottom: 1px solid white;
position: relative;
z-index: -1;
}
 
.marquee span p {
color:white;
margin: 0;
font-size:22px;
font-weight: bold;
display:inline-block;
padding-left:100%;
-webkit-animation: marquee 10s infinite linear;
animation: marquee 150s infinite linear;
padding-top: 6px;
text-shadow: #000000 0px 1px 1px;
}
 
@-webkit-keyframes marquee {
0%{-webkit-transform: translate(0, 0);}
100%{-webkit-transform: translate(-100%, 0);}
}
@keyframes marquee{
0%{transform: translate(0, 0);}
100%{transform: translate(-100%, 0)}
}

/* ==================== СОЦИАЛЬНЫЕ СЕТИ ======================== */

#smm img {
    float: right;
    padding: 4px 20px 2px 20px;
    width: 22px;
    height: 22px;
	border-left: 1px solid white;
}

#smm {
    width: 1242px;
    height: 30px;
    background-image: linear-gradient(60deg, #29ABE2, #00385D);
    border-bottom: 1px solid white;
}
/* ================================ ШАПКА О КОМПАНИИ ==================================== */

.page-header {
    position: relative;
    margin-bottom: 350px;
}

.fon-header {
    width: 100%;
    height: 450px;
    background-color: white;
}

#slogan {
    color: black;
    padding: 60px 0 50px 100px;;
    font-size: 66px;
    margin: 0;
}



#block-company-img {
    width: 100%;
    height: 683px;
    color: white;
    position: relative
}

.img-company {
    display: block;
    margin: 0 auto;
}

#block-company-img h2 {
    position: absolute;
    font-weight: bold;
    text-align: center;
    font-size: 56px;
    text-shadow: 1px 1px 2px black, 0 0 1em #253B4D;
    top: 400;
    left: 380;
}