.header-top {
    height: 50px;
    padding: 15px 15px 15px 15px;
    color: #737373;
    text-transform: uppercase;
}
.header-top a {
    text-decoration: none;
}
a.header-top__logo {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    font-weight: bold;
    color: #494747;
    text-shadow: 1px 1px 1px #fff;
}
a.header-top__logo:hover {
    color: #022E9E;
}
.header-top__logo img {
    padding-right: 10px;
}

/*header banner*/
.header-banner {
    position: relative;
    height: 170px;
    width: 100%;
}
.header-banner__img-holder {
    position: relative;
    width: 100%;
    height: 170px;
    overflow: hidden;
}
.header-banner__fake-shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    border-top: 2px solid rgba(66, 63, 63, 0.39);
    border-bottom: 2px solid rgba(66, 63, 63, 0.39);
  
}
img.header-banner__img {
   display: none;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%; 
}
img.header-banner__img:first-child {
    display: block;
}
.header-logo {
    position: absolute;
    left: 15px;
    bottom: 3px;
    vertical-align: bottom;
}
.header-logo__img {
    float: left;
    margin-bottom: 0px;
    margin-left:  60px;
}
.header-logo__img > img {
	width: 150px;
	height: 150px;
}
.header-logo_text span {
    display: none;
}
.header-logo_text {
    float: left;
    

    font-size: 29px;
    color: #fff;
    text-transform: uppercase;

    font-weight: 800;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.84), 2px 2px 9px rgba(0, 0, 0, 0.84), -2px -2px 9px rgba(0, 0, 0, 0.84);

    padding: 0 5px;

    background: transparent url("http://litera.net.ua/wp-content/uploads/2025/12/bg-header-logo1.png") no-repeat left 5px;
    height: 93px;
    width: 426px;
    padding: 0;
    margin: 0 0 0 20px;
    /*margin: 0;*/
}