/* ------ */
/* HEADER */
/* ------ */
.header-wrap {
    background: #fff;
    border-bottom: 1px dashed #dcdedf;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1005;
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.header-content-block {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 1410px;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 1px dashed #dcdedf;
}

.header-content-block__left {
	flex: 2;
}
.header-content-block__center {
	flex: 6;
}
.header-content-block__right {
	flex: 4;
}
.header-content-block__right-top{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 5px;
}

.header-content__main-logo {
	display: block;
    background: url('https://static.nevnov.ru/upload/images/static/nevnov/main-logo.svg') no-repeat 0;
    /*background: url('https://static.nevnov.ru/upload/images/static/nevnov/logo/logo__9may.svg') no-repeat 0;*/
    height: 82px;
    margin-right: 38px;
    min-width: 175px;
    width: 197px;
}

.newyear .header-content__main-logo {
    background: url('/assets/img/logo-new-year.svg') no-repeat 0;
    background-size: 100%;
}
.newyear .header-content__main-logo{
    width: 100%;
}

/* HEADER-SLIDER */
.header-slider {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	padding-left: 3rem;
	margin-right: 5rem;
}
.header-slider .carousel-icon {
	height: 23px;
	width: 23px;
	background: url('https://static.nevnov.ru/upload/images/static/nevnov/icons/lightning.png') no-repeat center center / contain;
}
.header-slider .carousel-list__item {
	color: #1090fd;
    font-size: 12px;
    padding-left: 1.5rem;
    text-transform: uppercase;
	line-height: 20px;
    word-break: break-word;
}
.header-slider .carousel-list__item a {
	width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.header-slider .carousel-nav {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.header-slider .carousel-nav__prev {
	margin-right: 15px;
}
.header-slider .carousel-nav__prev,
.header-slider .carousel-nav__next {
	position: relative;
    height: 30px;
    width: 30px;
	border: 1px solid #c1c4c6;
    color: #c1c4c6;
	background: #fff;
    display: inline-block!important;
    font-size: 0;
    line-height: 30px;
    text-align: center;
    transition: all .3s;
	cursor: pointer;
}

.header-slider .carousel-nav__prev:after,
.header-slider .carousel-nav__next:after {
	font-size: 18px;
    height: 10px;
	width: 10px;
    position: absolute;
    right: 10px;
	line-height: 30px;
}
.header-slider .carousel-nav__prev:after {
	content: '<'
}
.header-slider .carousel-nav__next:after {
	content: '>'
}
.header-slider .carousel-nav__prev:hover,
.header-slider .carousel-nav__next:hover {
	background: #1091ff;
    border-color: #1091ff;
    color: #fff;
}
.header-date-socials {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-date-socials .date {
    padding-right: 25px;
    margin-right: 10px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    z-index: 2;
    opacity: .85;
}

.header-date-socials .date:after {
    position: absolute;
    content: '';
    height: 15px;
    width: 2px;
    background: #17222b;
    opacity: .3;
    right: 5px;
    top: 50%;
    margin-top: -7.5px;
}
.header-date-socials .socials {
    display: flex;
    align-items: center;
}
.header-date-socials .socials a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 1rem;
    color: #17222b;
    opacity: 1;
    margin: 0 2px;
}


/* MAIN-MENU */
.header-slave {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
    margin-top: 5px;
}
.header-nav {
    flex: 3;
}
.header-menu-bar {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 50%;
}
.header-slave .main-menu,
.header-slave .slave-menu,
.header-mobile-menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.header-mobile-menu ul {
    flex-direction: column;
}
.header-slave .menu__item,
.header-mobile-menu .menu__item {
    list-style: none;
    font-family: 'Montserrat', sans-serif!important;
}
.header-slave .menu__item a,
.header-mobile-menu .menu__item a {
    position: relative;
    display: block;
    padding: 7px 10px;
    background: 0 0;
    color: #17222b;
    font-weight: 700;
    position: relative;
    z-index: 2;
    font-size: 1rem;
}
.header-slave .slave-menu a,
.header-mobile-menu .slave-menu a {
    font-weight: normal;
}
.header-slave .menu__item a.bold {
    font-weight: 700;
}
.header-slave .menu__item a:hover {
    color: #1091ff;
}
.header-slave .menu__item a:before,
.header-slave .menu__item a:after {
    position: absolute;
    content: "";
    transition: all .4s;
    z-index: -1;
}
.header-slave .menu__item a:before {
    height: 0;
    width: 100%;
    left: 0;
    top: 0;
    background: #f3f3f4;
}
.header-slave .menu__item a:after {
    height: 2px;
    width: 0;
    left: 0;
    bottom: 0;
    background: #1091ff;
}
.header-slave .menu__item a:hover:before {
    height: 100%;
}
.header-slave .menu__item a:hover:after {
    width: 100%;
}

/* WEATHER WIDGET */
.weather-widget {
    position: relative;
    padding-left: 70px;
    margin-left: 10px;
}
.weather-widget__icon {
    position: absolute;
    left: 15px;
    display: inline-block;
    height: 35px;
    width: 35px;
    color: #1091ff;
    font-size: 30px;
    /* background: url('https://static.nevnov.ru/upload/images/static/nevnov/icons/weather/cloud_light.svg') no-repeat center center /contain; */
}
.weather-widget__value {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-left: 10px;
    position: relative;
    z-index: 2;
}
.weather-widget__value:after {
    background: url('https://static.nevnov.ru/upload/images/static/nevnov/icons/weather/celsius.png');
    background-repeat: no-repeat;
    content: "";
    height: 24px;
    position: absolute;
    right: -20px;
    width: 16px;
}
.weather-widget__region {
    font-size: 12px;
    line-height: 17px;
    opacity: .6;
}
.weather-widget::before {
    content: '';
    position: absolute;
    left: 0;
    height: 60%;
    top: 7px;
    width: 2px;
    background-color: #999;;
}

/* MOBILE MENU */
.header-mobile-menu {
    display: none;
}
.header-mobile-menu__wrap {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    max-width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    transition: .3s ease;
}
.header-mobile-menu.show .header-mobile-menu__wrap {
    opacity: 1;
    visibility: visible;
}
.mob-btn__close {
    padding: 15px;
    color: #999;
    text-align: right;
    text-transform: uppercase;
    font-size: 18px;
}
.header-mobile-menu .btn-toggle {
    display: none;
    justify-content: center;
    align-items: center;
    width: 50px;
    flex-direction: column;
    height: 50px;
}
.header-mobile-menu .btn-toggle span {
    display: block;
    width: 50%;
    height: 2px;
    border-radius: 2px;
    background: #999;
    margin: 4px 0;
}
.header-mobile-menu .paranja {
    position: fixed;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,.4);
    transition: .3s ease;
}
.header-mobile-menu.show .paranja {
    opacity: 1;
    visibility: visible;
}
.header-mobile-menu .menu__item a {
    padding: 15px;
}
.bell-block {
    border: none;
    background-color: #fff;
    width: 30px;
    height: 30px;
    /*background-image: url('/img/bell_blue.svg');
    background-size: 90%;
    background-repeat: no-repeat;
    cursor: pointer;*/
}
.bell-block svg {
    fill: #afdaff;
}
.bell-block.active{
    cursor: pointer;
}
.bell-block.active svg {
    fill: #1091ff;
}
.bell-block.active:hover svg{
    -webkit-animation: ring 1.5s linear -1ms infinite alternate;
    animation: ring 1.5s linear -1ms infinite alternate;
}
@media screen and (max-width: 1024px) {
    .header-content-block__left {
        flex: 0
    }
    .header-content-block__right {
        flex: 1
    }
    .header-content-block__right {
        justify-content: flex-end;
    }
    .header-content-block__right {
        display: flex;
        align-items: center;
    }
    .header-content-block__center,
    .header-date-socials,
    .header-slave,
    .header-content-block__right .button-offer-desktop,
    .header-content-block__right .header-date-socials {
        display: none;
    }
    .header-content-block{
        margin: 0 10px;
    }

    .header-mobile-menu {
        display: block
    }
    .header-mobile-menu .btn-toggle {
        display: flex;
    }
}
@media screen and (max-width: 768px) {
    .header-menu-bar .date{
        display: none;
    }
}
@media screen and (max-width: 425px) {
    .header-menu-bar {
        display: none;
    }
}


.header-slave .menu__item.menu__item_alarm a,
.header-mobile-menu .menu__item.menu__item_alarm a {
    color: #ff5555;
}
.header-slave .menu__item.menu__item_alarm a:after{
    background:#ff5555;
}