.site__header img,
.site__footer img
{
    display: block;
}

.site__header {

    background: var(--color-default);
    color: var(--color-light);
}
.site-header__container {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}


.site-header__nav-button {
    flex-grow: 1;
    z-index: 3;
}

.top-nav-button, .top-nav-button-color {
    cursor: pointer;
}

.site-header__phone .phone__icon {
    width: auto;
    height: 33px;
}
.site-header__phone .phone__text {
    display: none;
}

.site-header__lang .button {
    padding: 4px 9px;
}

.site-header__logo {
    position: absolute;
    z-index: 3;
    top: 90px;
    width: 135px;
    left: calc( 50% - 135px/2);
    transition: all .3s;
}


@media ( min-width: 1150px ) {

    .site-header__container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .site-header__container > div {
        padding-bottom: 26px;
    }
    .site-header__container > div.site-header__logo {
        padding-bottom: 0;
    }
    .site-header__logo {
        position: static;
        height: 65px;
        top: unset;
        left: unset;
        align-self: flex-start;
    }
    .site-header__logo img {
        height: 100px;
    }
    .site-header__nav-button {
        display: none;
    }

    .site-header__nav {
        display: block!important;
        flex-grow: 1;
        margin-left: 70px;
    }

    .site-header__phone .phone__link {
        display: flex;
        align-items: center;
    }

    .site-header__phone .phone__icon {
        width: auto;
        height: 24px;
    }
    .site-header__phone .phone__text {
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin-right: 34px;
     }



}


.site__footer {
    background: linear-gradient(180deg, #13547A 0.93%, #13547A 46.92%, #80D0C7 99.04%);
    padding-top: 60px;
    padding-bottom: 70px;
    color: var(--color-light);
    text-align: center;
}

@media ( min-width: 1150px ) {
    .site__footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media ( min-width: 1150px ) {
    .site__footer {
        padding-top: 55px;
        padding-bottom: 44px;
    }
}
.site__footer .menu  {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.site__footer .menu__item {
    margin-bottom: 10px;
}

.site-footer__logo {
    width: 115px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

.icon-contacts {
    width: 18px;
    margin-right: 15px;
}


.site-footer__email {
    margin-bottom: 30px;
}
.site-footer__contacts {
    text-align: left;
    font-size: 13px;
}
.site-footer__socias {
    display: flex;
    /*justify-content: center;*/
    margin-bottom: 42px;
}

@media ( min-width: 1150px ) {
    .site__footer {
        text-align: unset;
    }

    .site__footer ul {
        margin-bottom: 0;
    }
    .site-footer__container {
        display: flex;
        justify-content: space-between;

    }
    .site-footer__logo {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
    }
    .site-footer__socias {
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .site-footer__downloads {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

}

@media ( min-width: 1600px ) {
    .site-footer__downloads {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }
}

.h2__text {
    margin-bottom: 50px;
}

[class^="iconimg-"]:before, [class*=" iconimg-"]:before {
    content: "";
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 20px;
}

.iconimg-briefcase:before {
    background-image: url('/local/templates/elzav_2021/assets/icons/icon_briefcase.svg');
}
.iconimg-download:before {
    background-image: url('/local/templates/elzav_2021/assets/icons/icon_downloading.svg');
}
.iconimg-bookmark:before {
    background-image: url('/local/templates/elzav_2021/assets/icons/icon_bookmark.svg');
}

.show-more {
    text-decoration: underline;
}

.anti_corruption {
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
}


.developer{
    display: flex;
}


.developer__link {
    width: 12px;
    margin-top: 4px;
    height: 12px;
    display: flex;
    background: url('/local/templates/elzav_2021/assets/icons/star.svg');
    transition: all .3s;
}

.developer__link:hover {
    background: url('/local/templates/elzav_2021/assets/icons/star.svg');
}


.developer__text {
	font-size: 12px;
    line-height: 18px;
    text-align: right;
    margin-right: 10px;
}


.anti_corruption {
	margin-top: 50px;
}


@media ( min-width: 768px ) {
	.anti_corruption {
		margin-top: 0;
	}


}



.news-filter-wrap {
    position: absolute;
    top: 0;
    left: 230px;
    height: 50px;
    display: flex;
    align-items: center;
}

.news-filter-wrap select {
    height: 30px;
    width: 140px;
    margin: 8px;
}

@media(max-width: 550px){
    .news-filter-wrap {
        position: unset;
        margin: -14px 0 14px;
    }
}





/*
section.services .service__img {
    width: 85%;
    margin: -132px auto 24px;
    height: 0;
    padding-bottom: 67%;
    position: relative;
}

section.services .service__img a, section.services .service__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

section.services .service__item {
    margin: 100px 5px 60px;
    border-radius: 20px;
    transition: box-shadow .1s;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

section.services .service__title, section.services .service__title a {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    line-height: 1.4;
    margin: 0 -3px 24px;
}

section.services .service__item .service__img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: -1;
    transition: box-shadow .1s;
}


section.services .service__item:hover .service__img:before {
    box-shadow: 0px 0px 20px 10px rgb(17, 71, 57);
}

section.services .service__item:hover {
    box-shadow: 0px 0px 20px 10px rgb(17, 71, 57);
}

section.services .service__desc {
    display: block;
    text-align: center;
    margin: auto -14px 10px;
    line-height: 1.2;
    height: 150px;
    color: #ccc;
}
*/

section.services .service__item{
	background: transparent;
	padding: 0;
	margin: 0px;
	position: relative;
}
section.services .service__item .service__img{
	transition-duration: 1s;
}
section.services .service__item:hover .service__img{
	transform: scale(1.2);
	box-shadow: 0px 0px 20px 20px rgb(17, 71, 57);
}
section.services .service__item .service__img:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.4);
	z-index: 2;
	transition-duration: 0.5s;
}
section.services .service__item:hover  .service__img:before{
	background: rgba(0,0,0,.6);

}
section.services .service__item .service__item-text{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden !important;
	flex-direction: column;
	height: 100%;
	text-align: center;
	z-index: 3;
}
section.services .service__item .service__item-text .service__title{
	height: 100%;
	margin-bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 32px;
	transition-duration: 0.5s;
	font-weight: 900;
}
@media ( min-width: 972px ) {
	section.services .service__item:hover .service__item-text .service__title{
		transform: translateY(-100%);
		visibility: hidden;
	}
	section.services .service__item:hover .service__item-text .service__desc{
		transform: translateY(-100%);
	}
}

section.services .service__item .service__item-text .service__title a{
	font-weight: 900;
	color:#fff;
}
section.services .service__item .service__item-text .service__desc{
	
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	transition-duration: 0.5s;
}

.news__inner-intro {
    display: none;
}

.news__inner-text img{
max-width: 100%; height: auto
}