body {
    margin: 0;
    background-color: #fff;
    font-family: "Lab Grotesque", Arial;
    font-weight: 400;
    font-size: 16px;
    line-height: 135%;
    position: relative;
    color: #000;
}
div {
    box-sizing: border-box;
}

.maxwidth {
    padding: 0 75px;
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
img {
    max-width: 100%;
}

a {
    color: #004A8D;
    transition: 0.3s;
}
a {
    color: #00407a;
}
.flex {
    display: flex;
    flex-flow: row wrap;
}

.flex-align-center {
    align-items: center;
}

.flex-justify-center {
    justify-content: center;
}

.flex-justify-between {
    justify-content: space-between;
}
.flex-justify-end {
    justify-content: flex-end;
}
header {
    left: 0;
    top: 0;
    right: 0;
    z-index: 20;
    position: relative;
    transition: 0.1s;
    max-width: 1920px;
    margin: 0 auto;
}

body:not(.main) header{
    background: #fff;
}

.mobileMenu {
    display: none;
}
.header-info .phone {
    margin-top: 25px;
}
.header-info .phone a {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    text-transform: uppercase;
    text-decoration: none;
    color: #004A8D;
}

.main header {
    position: absolute;
}
.header-lang a,
.header-lang {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-align: right;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(0, 74, 141, 0.5);
}

.header-lang .current {
    color: rgb(0, 74, 141);
}
.header-logo {
    padding: 20px;
    background: #fff;
    margin-left: -20px;
    width: 170px;
    margin-right: 70px;
}

.header-right {
    width: calc(100% - 240px);
}

.searchLine form input[type="submit"] {
    width: 156px;
    padding: 15px 0;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}

.header-search {
    width: 19px;
    height: 19px;
    background: url("img/search.svg") center no-repeat;
    cursor: pointer;
    text-decoration: none;
}

.header-info-bottom {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 31px;
}

h1, .h1 {
    font-weight: 900;
    font-size: 44px;
    line-height: 120%;
    color: #004A8D;
    margin: 50px 0 40px;
}

h2, .h2 {
    font-weight: 900;
    font-size: 36px;
    line-height: 120%;
    color: #004A8D;

    margin: 50px 0 40px;
}

header:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    height: 275px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 14px 14px rgb(45 53 69 / 10%);
    transition: 0.1s;
}

.menu-sub header:before {
    visibility: visible;
    opacity: 1;
}

.header-menu-bottom {
    margin-top: 25px;
}

.header-menu-top {
    margin-top: 31px;
}

.menu-sub header {
    background: #fff;
}
.main:not(.menu-sub) .header-lang a, .main .header-lang {
    color: rgba(255, 255, 255, 0.5);
}
.main:not(.menu-sub) .menu-top > ul > li > a,
.main:not(.menu-sub) .top-menu-sub ul a,
.main:not(.menu-sub) .header-info .phone a,
.main:not(.menu-sub) .header-lang .current{
    color: #fff;
}


.main:not(.menu-sub) .top-menu-sub ul li:before {

    background: rgba(255, 255, 255, 0.5);
}
.main:not(.menu-sub) .header-search {
    background-image: url("img/search_white.svg") ;
}

.main:not(.menu-sub) .header-right {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: -1px;

}
.main header .maxwidth {
    position: relative;
}
.main:not(.menu-sub) header:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -50px;
    background: linear-gradient(180deg, rgba(37, 111, 180, 0.8) 0%, rgba(37, 111, 180, 0) 100%);
}
.main.search header:after {
    display: none;
}
.main header .maxwidth > *{
    position: relative;
    z-index: 3;
}
.fancybox-stage video {
    outline: none;
}
footer {
    background: #004A8D;
    color: #fff;
    padding: 45px 0 0;
}

.footer-bottom {
    background: rgba(37, 111, 180, 0.3);
    background-blend-mode: multiply;
    padding: 23px 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.footer-shop {
    text-align: center;
    text-transform: uppercase;
}

.footer-copy a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;    
}

.footer-designer {
    color: #FFFFFF;
    text-decoration: none;
    width: 250px;
}

.footer-designer a {
    color: #fff;text-decoration: none;
}

.footer-menu {
    width: calc(100% - 250px);
    padding-right: 50px;
}

.footer-right {
    max-width: 250px;
}

.footer-phone a{
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;

    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    transition: 0.3s;
}
.footer-phone a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.footer-phone {
    margin-bottom: 50px;
}

.footer-address {
    margin: 40px 0 16px;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 30px;

}

.footer-address:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    background: url('img/address.svg') center no-repeat;
    width: 13px;
    height: 18px;
}
.footer-email {
    margin: 0 0 30px;

}

.footer-email a {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 30px;
    text-decoration: none;
}

.footer-email a:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    background: url('img/email.svg') center no-repeat;
    width: 17px;
    height: 17px;
}

.footer-socnet {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.8);
}

.footer-socnet a {
    text-decoration: none;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin-right: 10px;
}

.footer-menu,
.footer-right {
    padding-bottom: 50px;
}

.footer-socnet .tg a {
    background: url("img/tg.svg") center no-repeat;
}

.footer-socnet .youtube a {
    background: url("img/youtube.svg") center no-repeat;
}

.footer-socnet .vk a {
    background: url("img/vk.svg") center no-repeat;
}

.footer-socnet .flex {
    margin-top: 20px;
}

.banner-animation {
    display: flex;
    height: 537px;
    overflow: hidden;
    margin-bottom: -37px;
}

.banner {
    width: 100%;
    display: flex;
    align-items: flex-end;
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: 0.5s;
    transform: scale(1.05);

}

.onload .banner {
    transform: scale(1);
}

.banner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    height: 156.67px;
    background: linear-gradient(180deg, rgba(37, 111, 180, 0.8) 0%, rgba(37, 111, 180, 0) 100%);
}

.banner > .maxwidth {
    margin: auto auto 0;
    position: relative;
    z-index: 3;
}
.banner-header {
    max-width: 716px;
    position: relative;
    background: #EA2127;
    display: flex;
    align-items: center;
    min-height: 125px;
    margin-bottom: -37px;
    padding: 10px 33px;
    opacity: 0;
    transition: 0.4s;
    transition-delay: 0.4s;
}
.onload .banner-header {
    opacity: 1;
}
.banner-header:before {
    content: '';
    position: absolute;
    width: 24px;
    height: calc(100% - 23px);
    background: #EA2127;
    right: -23px;
    top: 0;
}
.banner-header:after {
        content: '';
        background:url(/img/redTriangle.svg);
        background-size: cover;
        position: absolute;
        right: -23px;
        bottom: 0px;
        width: 23px;
        height:23px;
        display:block;
}
.banner-header h1 {
    margin: 0;
    color: #fff;
}

.blue-text {
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    /* identical to box height, or 29px */


    color: #004A8D;
}


main:not(.hb) h1 {
    margin: 70px 0 50px;
}

.text {
    max-width: 850px;
}
.certs-item a,
.certs-item a,
.all-management,
.vacancy-detail-right a,
.company-detail-presentations a,
.main-slider-info-url,
.projects-link a {
    transition: 0.3s;
}
.certs-item a:hover,
.certs-item a:hover,
.all-management:hover,
.vacancy-detail-right a:hover,
.company-detail-presentations a:hover,
.main-slider-info-url:hover,
.projects-link a:hover {
    color: rgba(111, 111, 111, 0.6);
}

.banner-icon {
    display: none;
}

.catalog-element-photos-nav-line > div:hover {
    height: 5px;
}

.searchLine {
    display: none;
}

.searchLine .flex {
    width: 100%;
    margin: 0;
    padding: 28px 0;
    border-top: 1px solid #D7D7D7;
}

.searchLine form {
    width: 100%;
}
.redBtn {
    background: #EA2127;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #FFFDFD;
    width: 156px;
    padding: 15px 0;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    cursor: pointer;
}
.searchLine input[type="text"] {
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    color: #9D9D9D;
    padding: 15px 0;
    width: calc(100% - 300px);
    border: none;
    border-radius: 0;
    outline: none;
}


.search .searchLine {
    display: block;
}

.search header {
    background: #fff;
}
.search .header-info .phone a,
.search header .menu-top > ul > li > a {
    color: #004A8D!important;
}

.search .top-menu-sub ul a {
    color: #6F6F6F!important;
}

.search .header-lang a,.search  .header-lang {
    color: rgba(0, 74, 141, 0.5)!important;
}

.search .header-search {
    background: url(img/search.svg) center no-repeat!important;
}

.search header .maxwidth:before {
    display: none;
}

.mobile {
    display: none;
}

.menu-sub header .maxwidth > .flex {
    border-bottom: 1px solid #D7D7D7;

}

.button-next{
    z-index: 3;
    position: absolute;
    right: -48px;
    color: #fff;
    text-decoration: none;
    font-size: 0;
    width: 16px;
    height: 28px;
    top: calc(50% - 14px);
    background: url("img/f-r.svg") center no-repeat;
}

.button-previous {
    z-index: 3;
    position: absolute;
    left: -48px;
    color: #fff;
    text-decoration: none;
    font-size: 0;
    width: 16px;
    height: 28px;
    top: calc(50% - 14px);
    background: url("img/f-l.svg") center no-repeat;
}

.button-close {
    z-index: 3;
    position: absolute;
    right: -70px;
    top: -70px;
    width: 38px;
    height: 38px;
    background: #EA2127 url("img/close.svg") center no-repeat;
    text-decoration: none;
    font-size: 0;
    transition: 0.3s;
}
.button-close:hover {
    background-color: #C70006;
}
.fancybox-navigation {
    display: none;
}

.hidden {
    display: none;
}

.fancybox-img:not(.fancybox-content) {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    cursor: pointer;
}
.fancybox.fancybox-img:not(.fancybox-content) img {
    display: none;
}

.messages {
  position: fixed;
  bottom: 0px;
  z-index: 100;
  width: 100%;
  background-color: #004A8D;
  color: #FFFFFF;
  font-size: 14px;
}
.messages a {
  color: #FFFFFF;
  text-decoration: underline;
  display: block;
}
.messages .block {
  padding: 10px 0px;
}

@media (max-width: 992px){
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }    
}

@media (max-width: 1279px){
    .main:not(.menu-sub) .header-right {
        border: none;
    }
    body {
        font-size: 16px;
        line-height: 135%;
    }
    .maxwidth {
        padding: 0 15px;
    }

    .header-logo {
        padding: 0;
        background: transparent;
        margin-left: 0;
        width: 70px;
        margin-right: auto;
    }
    .main:not(.menu) .header-logo {
        background: url(/img/logo-footer.svg);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .main:not(.menu) .header-logo img {
        opacity: 0;
    }
    header .header-lang,
    .header-info .phone,
    .header-menu {
        display: none;
    }
    .main .header-right {
        border-bottom: none;
    }

    .header-burger{
        position: relative;
        width: 36px;
        height: 20px;

    }
    .header-burger span {
        height: 2px;
        width: 36px;
        background: #004A8D;
        position: absolute;
        left: 50%;
        top: 2px;
        transform: translate(-50%,-50%);
        display: block;
    }
    .footer-a-e {
        min-height: 125px;
        /*padding-bottom: 44px;*/
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
    .footer-a-e > * {
        width: 100%;
    }
    .footer-email {
        margin: 0;
    }
    .header-burger:before {
        content: '';
        height: 2px;
        width: 36px;
        background: #004A8D;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        transition: top 0.5s;
    }

    .header-burger:after {
        content: '';
        height: 2px;
        width: 36px;
        background: #004A8D;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%,-50%);
        transition: top 0.5s;
    }

    .main:not(.menu) .header-burger:after,
    .main:not(.menu) .header-burger:before,
    .main:not(.menu) .header-burger span {
        background: #fff;
    }

    .header-right {
        width: auto;
        margin-right: 33px;
    }

    .header-info-bottom {
        margin-top: 0;
    }

    h2, .h2 {
        font-size: 28px;
        line-height: 130%;
        margin: 35px 0 25px;
    }
    .main h2,.main .h2 {
        font-size: 28px;
        line-height: 130%;
        margin: 50px 0 40px;
    }



    .menu-bottom > ul {
        display: flex;
        flex-flow: row wrap;
    }

    .menu-bottom > ul > li {
        width: 50%;
        margin-bottom: 70px;
    }

    .footer-menu {
        width: 70%;
        padding-right: 0;
        order: 2;
    }
    .footer-right {
        max-width: none;
        width: 30%;
    }
    footer {
        padding: 29px 0 0;
    }
    .menu-bottom > ul > li > a {
        margin-bottom: 20px;
    }

    .footer-menu img {
        margin-bottom: 44px;
    }

    .footer-address {
        margin: 0 0 10px;
        font-size: 12px;
    }
    .footer-email {
        margin: 0 0 36px;
    }
    .footer-email a {
        font-size: 12px;
    }

    .footer-phone a {
        font-size: 16px;
        line-height: 140%;
    }
    .footer-phone {
        margin-bottom: 25px;
    }
    .footer-socnet .flex {
        margin-top: 10px;
    }
    .footer-socnet {
        font-size: 12px;
    }

    .footer-shop{
        display: none;
    }
    .footer-designer,
    .footer-copy {
        font-size: 12px;
        line-height: 155%;
        color: rgba(255, 255, 255, 0.8);
    }
    .footer-designer {
        text-align: right;
    }
    .menu .mobileMenu {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 60px;
        background: #fff;
        z-index: 5;
        padding: 0 15px;
        overflow: auto;
    }

    .mobileMenu .info {
        padding: 49px 0 54px;
    }
    .mobileMenu .info > a {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        color: #004A8D;
        text-decoration: none;
    }
    header {
        padding: 7px 0;
    }
    header:before {
        display: none;
    }

    .main.menu header .maxwidth:before {
        display: none;
    }
    .main.menu  header {
        background: #fff;
    }
    .main.menu {
        overflow: hidden;
    }
    body:not(.main)   header:after,
    .main.menu  header:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 5px;
        z-index: 5;
        background: linear-gradient(180deg, rgba(157, 157, 157, 0.2) 0%, rgba(157, 157, 157, 0) 100%);
    }

    .header-lang a, .header-lang {
        color: rgba(0, 74, 141, 0.5)!important;
    }
    .menu .header-burger:before {
        transform: translate(-50%,-50%) rotate(45deg);
        top: 50%;
    }
    .menu .header-burger:after {
        transform: translate(-50%,-50%) rotate(-45deg);
        top: 50%;
    }
    .menu .header-burger span {
        opacity: 0;
    }
    .main.menu .header-search {
        background-image: url(img/search.svg);
    }

    .search .searchLine {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
    }
    .searchLine .flex {
        padding: 9px 0 29px;
    }

    .searchLine input[type="text"] {
        width: calc(100% - 50px);
        margin-bottom: 37px;
    }

    .search-close{

    }

    .search .search-close{
        position: relative;
        width: 36px;
        height: 20px;
        margin-bottom: 37px;
    }

    .search .search-close:before {
        content: '';
        height: 2px;
        width: 36px;
        background: #004A8D;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%) rotate(45deg);
        transition: top 0.5s;
    }

    .search .search-close:after {
        content: '';
        height: 2px;
        width: 36px;
        background: #004A8D;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%) rotate(-45deg);
        transition: top 0.5s;
    }

    .search .searchLine:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 70px;
        height: 5px;
        z-index: 5;
        background: linear-gradient(180deg, rgba(157, 157, 157, 0.2) 0%, rgba(157, 157, 157, 0) 100%);
    }

    h1, .h1 {
        font-size: 34px;
    }
    .banner-header:after {
        right: -14px;
        width: 14px;
        height:14px;
    }
    .banner-header:before {
        content: '';
        position: absolute;
        width: 14px;
        height: calc(100% - 14px);
        background: #EA2127;
        right: -14px;
        top: 0;
        display:block;
    }

    .banner-header {
        max-width: 716px;
        position: relative;
        background: #EA2127;
        display: flex;
        align-items: center;
        min-height: 98px;
        margin-bottom: -37px;
        padding: 12px 15px;
        margin-right: 14px;
    }
    .banner {
        height: 310px;
    }
    .bx-breadcrumb {
        display: none;
    }

    main:not(.hb) h1 {
        margin: 35px 0 20px;
    }
    .blue-text {
        font-size: 17px;
        margin: 15px 0;
    }


    .button-next{
        right: -30px;
        width: 16px;
        height: 28px;
    }

    .button-previous {
        left: -30px;
        width: 16px;
        height: 28px;
    }

    .button-close {
        right: -38px;
        top: -38px;
        width: 38px;
        height: 38px;
    }
    .banner-animation {
        display: flex;
        height: 347px;
        overflow: hidden;
        margin-bottom: -37px;
    }

    .search header:after{
        display: none!important;
    }

    footer .mobile {
        display: none;
    }
    footer .desktop {
        display: block;
    }
}

@media (max-width: 767px){
    .footer-designer {
        text-align: left;
    }
    body {
        font-size: 14px;
        line-height: 135%;
    }
    .maxwidth {
        padding: 0 15px;
    }

    .header-logo {
        padding: 0;
        background: transparent;
        margin-left: 0;
        width: 70px;
        margin-right: auto;
    }
    .main:not(.menu) .header-logo {
        background: url(/img/logo-footer.svg);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
    .main:not(.menu) .header-logo img {
        opacity: 0;
    }
    header .header-lang,
    .header-info .phone,
    .header-menu {
        display: none;
    }
    .main .header-right {
        border-bottom: none;
    }

    .header-burger{
        position: relative;
        width: 36px;
        height: 20px;

    }
    .header-burger span {
        height: 2px;
        width: 36px;
        background: #004A8D;
        position: absolute;
        left: 50%;
        top: 2px;
        transform: translate(-50%,-50%);
        display: block;
    }
    .footer-a-e {
        min-height: 125px;
        /*padding-bottom: 44px;*/
        display: flex;
        flex-flow: row wrap;
        align-items: center;
    }
    .footer-a-e > * {
        width: 100%;
    }
    .footer-email {
        margin: 0;
    }
    .header-burger:before {
        content: '';
        height: 2px;
        width: 36px;
        background: #004A8D;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        transition: top 0.5s;
    }

    .header-burger:after {
        content: '';
        height: 2px;
        width: 36px;
        background: #004A8D;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%,-50%);
        transition: top 0.5s;
    }

    .main:not(.menu) .header-burger:after,
    .main:not(.menu) .header-burger:before,
    .main:not(.menu) .header-burger span {
        background: #fff;
    }

    .header-right {
        width: auto;
        margin-right: 33px;
    }

    .header-info-bottom {
        margin-top: 0;
    }

    h2, .h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 35px 0 25px;
    }
    .main h2,.main .h2 {
        font-size: 22px;
        line-height: 26px;
        margin: 40px 0 30px;
    }


    .menu-bottom ul ul {
        display: none;
    }
    .menu-bottom > ul {
        display: block;
    }

    .footer-menu {
        width: 50%;
        padding-right: 0;
    }
    .footer-right {
        max-width: none;
        width: 50%;
    }
    footer {
        padding: 29px 0 0;
    }
    .menu-bottom > ul > li > a {
        margin-bottom: 20px;
    }
    .mobile {
        display: block;
    }
    .desktop {
         display: none;
     }

    .footer-menu img {
        margin-bottom: 44px;
    }

    .footer-address {
        margin: 0 0 10px;
        font-size: 12px;
    }
    .footer-email {
        margin: 0 0 36px;
    }
    .footer-email a {
        font-size: 12px;
    }

    .footer-phone a {
        font-size: 14px;
        line-height: 140%;
    }
    .footer-phone {
        margin-bottom: 25px;
    }
    .footer-socnet .flex {
        margin-top: 10px;
    }
    .footer-socnet {
        font-size: 12px;
    }

    .footer-shop{
        display: none;
    }
    .footer-designer,
    .footer-copy {
        width: 100%;
        font-size: 10px;
        line-height: 155%;
        color: rgba(255, 255, 255, 0.8);
    }

    .menu .mobileMenu {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 60px;
        background: #fff;
        z-index: 5;
        padding: 0 15px;
        overflow: auto;
    }

    .mobileMenu .info {
        padding: 49px 0 54px;
    }
    .mobileMenu .info > a {
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        color: #004A8D;
        text-decoration: none;
    }
    header {
        padding: 7px 0;
    }
    header:before {
        display: none;
    }

    .main.menu header .maxwidth:before {
        display: none;
    }
    .main.menu  header {
        background: #fff;
    }
    .main.menu {
        overflow: hidden;
    }
    body:not(.main)   header:after,
    .main.menu  header:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        height: 5px;
        z-index: 5;
        background: linear-gradient(180deg, rgba(157, 157, 157, 0.2) 0%, rgba(157, 157, 157, 0) 100%);
    }

    .header-lang a, .header-lang {
        color: rgba(0, 74, 141, 0.5)!important;
    }
    .menu .header-burger:before {
        transform: translate(-50%,-50%) rotate(45deg);
        top: 50%;
    }
    .menu .header-burger:after {
        transform: translate(-50%,-50%) rotate(-45deg);
        top: 50%;
    }
    .menu .header-burger span {
        opacity: 0;
    }
    .main.menu .header-search {
        background-image: url(img/search.svg);
    }

    .search .searchLine {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
    }
    .searchLine .flex {
        padding: 9px 0 29px;
    }

    .searchLine input[type="text"] {
        width: calc(100% - 50px);
        margin-bottom: 37px;
    }

    .search-close{

    }

    .search .search-close{
        position: relative;
        width: 36px;
        height: 20px;
        margin-bottom: 37px;
    }

    .search .search-close:before {
        content: '';
        height: 2px;
        width: 36px;
        background: #004A8D;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%) rotate(45deg);
        transition: top 0.5s;
    }

    .search .search-close:after {
        content: '';
        height: 2px;
        width: 36px;
        background: #004A8D;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%) rotate(-45deg);
        transition: top 0.5s;
    }

    .search .searchLine:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 70px;
        height: 5px;
        z-index: 5;
        background: linear-gradient(180deg, rgba(157, 157, 157, 0.2) 0%, rgba(157, 157, 157, 0) 100%);
    }

    h1, .h1 {
        font-size: 24px;
    }
    .banner-header:after {
        right: -14px;
        width: 14px;
        height:14px;
    }
    .banner-header:before {
        content: '';
        position: absolute;
        width: 14px;
        height: calc(100% - 14px);
        background: #EA2127;
        right: -14px;
        top: 0;
    }

    .banner-header {
        max-width: 716px;
        position: relative;
        background: #EA2127;
        display: flex;
        align-items: center;
        min-height: 98px;
        margin-bottom: -37px;
        padding: 12px 15px;
        margin-right: 14px;
    }
    .banner {
        height: 310px;
    }
    .bx-breadcrumb {
        display: none;
    }

    main:not(.hb) h1 {
        margin: 35px 0 20px;
    }
    .blue-text {
        font-size: 17px;
        margin: 15px 0;
    }


    .button-next{
        right: -16px;
        width: 16px;
        height: 28px;
    }

    .button-previous {
        left: -16px;
        width: 16px;
        height: 28px;
    }

    .button-close {
        right: -38px;
        top: -38px;
        width: 38px;
        height: 38px;
    }
    .banner-animation {
        display: flex;
        height: 347px;
        overflow: hidden;
        margin-bottom: -37px;
    }

    .search header:after{
        display: none!important;
    }
    .menu-bottom > ul > li {
        width: 100%;
        margin-bottom: 0;
    }
    footer .desktop {
        display: none;
    }
    footer .mobile {
        display: block;
    }

    .footer-menu {
        order: 0;
    }
}

@media (min-width: 1300px){
    .menu-top__submenu {
        min-width: 800px;
    }
    .messages a {display: inline-block;}    
}

@media (max-width: 1300px) and (min-width: 900px){
    .menu-top__submenu {
        min-width: auto;
    }
}