.header-catalog>ul>li>.js-drop-item {
    text-transform: uppercase;
    cursor: pointer;
}

.header-catalog>ul>li>.menu-novostr-item {
    text-transform: uppercase;
}

.header {
    position: relative;
}

@media only screen and (max-width:830px) {
    .header {
        display: none
    }
}

.header-main {
    background-color: #f2f3f5;
    padding: 4px 0
}

.header-main__right,
.header-main__wrap,
.header-nav>ul,
.header-nav>ul>li {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    display: block;
    width: 16.6rem;
    margin-right: 2.6rem
}

@media only screen and (max-width:1249px) {
    .logo {
        margin-right: 2rem
    }
}

.header-nav>ul,
.header-nav>ul>li {
    justify-content: center
}

.header-nav>ul>li {
    margin-right: 2.4rem;
    position: relative;
    justify-content: flex-start
}

@media only screen and (max-width:1249px) {
    .header-nav>ul>li {
        margin-right: 2rem
    }
}

@media only screen and (max-width:830px) {
    .header-nav>ul {
        display: block
    }

    .header-nav>ul>li {
        margin: 0 0 1.2rem
    }
}

.header-nav {
    margin-right: 20px;
}

.header-link {
    white-space: nowrap;
    font-size:16px;
    color: #000;
    margin-left: .4rem;
}

.header-link:hover {
    color:#0156BF;
    text-decoration: underline;
}

@media only screen and (max-width:830px) {
    .header-link {
        letter-spacing: 0;
        font-size: 1.8rem;
        color: #fff;
    }
    .header-link:hover {
	    color:#FFF;
	}
}

.header-tool {
    margin:0 10px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 16px;
    border-radius: 5px;
    background: #fff;
    padding: 10px;
}

.header-tool img {
    margin-right: 5px;
}


.btn.header-btn,
.header-bar__right,
.header-bar__wrap,
.header-catalog>ul {
    display: flex;
    align-items: center
}

.btn.header-btn {
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
}

.header-btn {
    margin: 12px;
}
.header-btn img {
    margin-right: 5px;
}

.header-bar {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5
}

.header-bar__right,
.header-bar__wrap,
.header-catalog>ul {
    justify-content: space-between
}

.header-bar__wrap {
    position: relative
}

.header-catalog>ul {
    align-items: flex-start
}

.header-catalog>ul>li {
    margin-right: 3rem
}

.header-catalog>ul>li>.js-drop-item {
    display: block;
    height: 6rem;
    line-height: 6rem;
    font-size: 12px;
    color: #262626;
    white-space: nowrap;
    font-weight: 700
}

.header-catalog>ul>li>.js-drop-item:hover{
    color:#0156BF;
    text-decoration: underline;
}

.header-catalog>ul>li>.menu-novostr-item {
    display: block;
    height: 6rem;
    line-height: 6rem;
    font-size: 12px;
    color: #262626;
    white-space: nowrap;
    font-weight: 700
}

.header-catalog>ul>li>.menu-novostr-item:hover{
    color:#0156BF;
    text-decoration: underline;
}

@media only screen and (max-width:1299px) {
    .header-catalog>ul>li {
        margin-right: 2rem
    }
}

@media only screen and (max-width:830px) {
    .header-catalog {
        margin-top: 3.2rem
    }

    .header-catalog>ul {
        display: block
    }

    .header-catalog>ul>li {
        margin: 0 0 1.2rem
    }
}

.header-catalog-sub {
    position: absolute;
    top: 120%;
    left: -16px;
    right: -16px;
    padding: 18px 0;
    display: none;
    align-items: stretch;
    justify-content: flex-start;
    background: #fff;
    z-index: 1200;
    border-radius: 5px;
    border: 1px solid #0156BF;
}

@media only screen and (max-width:830px) {
    .header-catalog-sub {
        position: static;
        padding: 1.6rem;
        display: none;
        background-color: transparent
    }
}

.header-callback {
    font-size: 18px;
    color: #000;
    text-align: center;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin: 3rem 0;
    line-height: normal;
    height: auto;
}

.header-callback:hover {
    text-decoration: underline
}

@media only screen and (max-width:767px) {
    .header-callback {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 3rem auto;
    }
}

.header-cell {
    margin: 0 1.6rem
}

.header-cell__title {
    font-size:20px;
    font-weight: 700;
    color: #01408d;
    white-space: nowrap
}

.header-cell__title a {
    color: #000;
}

.header-cell__title a:hover {
    color: #e31e25;
}

.header-cell__txt {
    font-size: 1.4rem;
    white-space: nowrap;
    color: #fff
}

@media only screen and (max-width:830px) {

    .header-cell__title,
    .header-cell__title a {
        color: #fff
    }
}

@media only screen and (max-width:767px) {
    .header-cell {
        text-align: center;
        margin: 0 auto 1.8rem
    }
}

.mob-header {
    display: none
}

@media only screen and (max-width:830px) {
    .mob-header {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        padding: 4px 1.6rem;
        background-color: #fff;
        position: fixed;
        z-index: 60;
        border-bottom: 2px solid #0156bf
    }
}

.mob-bar {
    display: none
}

@media only screen and (max-width:830px) {
    .mob-bar {
        display: block;
        padding: 80px 12px 10px 12px;
        background-color: #0156BF;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 50;
        overflow-y: auto;
        -webkit-transform: translateY(-110%);
        transform: translateY(-110%);
        -webkit-transition: -webkit-transform .35s;
        transition: transform .35s;
        transition: transform .35s, -webkit-transform .35s
    }

    .mob-bar__bottom {
        border-top: 1px solid #fff;
        margin-top: 2.4rem;
        padding-top: 2.4rem
    }

    .mob-bar__contacts,
    .mob-bar__tools {
        display: flex;;
        align-items: center;
        justify-content: center;
    }

}

@media only screen and (max-width:767px) {

    .mob-bar,
    .mob-bar__bottom,
    .mob-bar__contacts {
        display: block
    }

    .mob-bar__tools {
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center
    }
}

.burger {
    display: none
}

@media only screen and (max-width:830px) {
    .burger {
        display: block;
        width: 4rem;
        height: 4rem;
        margin-left: 1.6rem;
        position: relative
    }

    .burger span {
        display: block;
        width: 3rem;
        height: 4px;
        background-color: #0156BF;
        position: absolute;
        left: .5rem;
        -webkit-transition: top .25s .25s, -webkit-transform .25s;
        transition: transform .25s, top .25s .25s;
        transition: transform .25s, top .25s .25s, -webkit-transform .25s
    }

    .burger span:nth-child(1) {
        top: 1rem
    }

    .burger span:nth-child(2) {
        top: calc(50% - 2px)
    }

    .burger span:nth-child(3) {
        top: calc(3rem - 4px)
    }
}


.head__add {
    background: #0156BF;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 6px 10px rgb(0 0 0 / 10%);
    cursor: pointer;
}

.head__add a {
    color: #fff;
    display: flex;
    align-items: center;

}

.head__add img, .header-main__right img {
    margin-right: 5px;
}

.head__add:hover {
    box-shadow: 0 6px 10px rgb(0 0 0 / 30%);
    background-image: linear-gradient(#01408D,#0156BF);
}

.head__mega-title {
    text-align: center;
    margin: 12px 0;
    font-size: 20px;
}
    

.head__mega-title span {
    color: #0156BF;
}

.head__mega-links {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.head__mega-link {
    padding: 10px 30px;
    border-radius: 5px;
    background: #fff;
    width: calc(100% / 4);
    margin: 12px;
   box-shadow: 0 6px 10px rgb(0 0 0 / 10%);
}

.head__mega-link:hover {
    box-shadow: 0 6px 10px rgb(0 0 0 / 30%);
}

.head__mega-link a {
    color: #000;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin: 12px 0;
}

.head__mega-link a:hover {
    color:#0156BF;
    text-decoration: underline;
}

.head__mega-link-m {
    font-size: 18px !important; 
}


@media only screen and (max-width:1110px){
    .head__mega-links {
        flex-wrap: wrap;
    }

    .head__mega-link {
        width:calc(100% / 2 - 40px);
    }
}

.head__mega-link-u img {
    width: 49px;
    height: 49px;
}

.head__mega-link-u-title {
    font-size: 18px;
    display: flex;
    align-items: center;
}

/*open*/
.header-catalog-sub.open {
    display: block;
}

@media only screen and (max-width:767px) {
    .header-catalog-sub.open {
        display: block
    }
}

@media only screen and (max-width:830px) {
    .mob-bar.open {
        transform: translateY(0)
    }

    .burger.open span {
        transition: top .25s, transform .25s .25s;
        transition: top .25s, transform .25s .25s, -webkit-transform .25s .25s
    }

    .burger.open span:nth-child(1) {
        top: calc(50% - 2px);
        transform: rotate(45deg)
    }

    .burger.open span:nth-child(3) {
        top: calc(50% - 2px);
        transform: rotate(-45deg)
    }

    .burger.open span:nth-child(2) {
        display: none
    }
}