.section-header{
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 998;
    display: flex;
    flex-direction: column;
}
.section-header .section-header-top{
    text-align: center;
    background: #1E6FBC;
    padding: 15px 0;
}
.section-header-top .header_slogan_custom{
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    color: #fff;
    margin: 0;
}
.section-header-middle{
    background: #fff;
}
.section-header-middle-wrapper{
    padding: 0 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-header-middle-wrapper .header-middle-logo img{
    height: 78px;
    width: auto;
}
 .header-middle-item-f{
    display: flex;
    align-items: center;
    column-gap: 12px;
}
 .header-middle-item-f img{
    height: 30px;
    width: auto;
}
 .header-middle-item-f div a,
 .header-middle-item-f div{
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23.44px;
    text-align: left;
    color: #2C6FAA;
}
.section-header-middle-wrapper .header-middle-callback button{
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 23.44px;
    text-align: center;
    margin: 0;
    background: #2C6FAA;
    padding: 18px 77px;
    border-radius: 10px;
    outline: none;
    color: #fff;
    border: 1px solid #2C6FAA;
    transition: all .2s ease-in-out;
}
.section-header-middle-wrapper .header-middle-callback button:hover{
    color: #2C6FAA;
    background: #fff;
}
.language-switcher-custom ul{
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.language-switcher-custom ul span,
.language-switcher-custom ul a{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: -0.24px;
    color: #2C6FAAA1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}
.language-switcher-custom ul a:hover,
.language-switcher-custom ul span{
    font-weight: 700;
    color: #fff;
    background: #2C6FAA;
}
.section-header-bottom {
    background: #1E6FBC;
}
.section-header-bottom-wrapper {
    padding: 10px 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-header-bottom-wrapper .header-menu{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.mobile-menu-wrapper{
    width: 100%;
}
.zmdi-chevron-down:before{content:'\f2f9'}
.header-menu .toggle-submenu,
.header-menu .dropdown{
    display: none;
}
.header-menu a{
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.13px;
    color: #fff;
    display: flex;
    align-items: center;
    transition: all .2s ease-in-out;
}
.header-menu a:hover{
    font-weight: 700;
}
.header-menu > li{
    display: flex;
}
li.empty-item{
    display: none;
}
.header-menu > li.empty-item{
    display: block;
    height: 48px;
    width: 1px;
    background: #48A0D6;
}
.header-menu > li.empty-item:last-of-type{
    display: none;
}
.header-menu > li.drop{
    position: relative;
}
.header-menu .dropdown{
    position: absolute;
    top: 100%;
    padding: 10px 6px 6px;
    flex-direction: column;
    background: #1E6FBC;
    min-width: 206px;
    left: -35px;
}
.header-menu > li.drop:hover ul.dropdown{
    display: flex;
}
.header-menu ul.dropdown a{
    width: 100%;
    padding: 8px 20px;
    transition: all .2s ease-in-out;
    border: 1px solid #1E6FBC;
    white-space: nowrap;
}
.header-menu ul.dropdown a:hover{
    font-weight: 700;
    border-color: #48A0D6;
}
.header-bottom-logo,
.header-bottom-callback{
    display: none;
}

.section-header-top-additional{
    display: none;
    align-items: center;
    justify-content: flex-end;
    column-gap: 45px;
}
.section-header-top-additional .header-middle-item-f div a,
.section-header-top-additional .header-middle-item-f div{
    color: #fff;
    font-size: 16px;
    line-height: 19px;
}
.icon-w{
    display: none;
}
.section-header-top-additional .header-middle-item-f img{
    height: 25px;
}
.section-header-top-additional .header-middle-phone.header-middle-item-f img:not(.icon-w){
    display: none;
}

.section-header-top-additional .language-switcher-custom ul a:hover,
.section-header-top-additional .language-switcher-custom ul span {
    font-weight: 700;
    color: #2C6FAA;
    background: #fff;
}
.section-header-top-additional .language-switcher-custom ul a{
    color: #fff;
}
.menu-toggle-wrapper{
    display: none;
}
.section-header-top-additional-divider{
    display: none;
}
.header-middle-address-text .mob{
    display: inline;
}
@media screen and (min-width: 1200px){
    .fixed-header .section-header-middle{
        display: none;
    }
     .fixed-header .header-bottom-logo,
     .fixed-header .header-bottom-callback{
        display: flex;
    }
    .fixed-header .section-header-bottom{
        background: #fff;
    }
    .fixed-header .header-bottom-logo img{
        height: 78px;
        width: auto;
        max-width: none;
    }
    .fixed-header .header-menu > li.empty-item{
        display: none;
    }
    .fixed-header .header-menu a{
        font-size: 20px;
        line-height: 23px;
        color: #1E6FBC;
    }
    .fixed-header .section-header-bottom-wrapper{
        column-gap: 30px;
    }
    .fixed-header .header-bottom-callback button{
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 23px;
        text-align: center;
        margin: 0;
        background: #2C6FAA;
        padding: 15px 48px;
        border-radius: 10px;
        outline: none;
        color: #fff;
        border: 1px solid #2C6FAA;
        transition: all .2s ease-in-out;
        white-space: nowrap;
    }

    .fixed-header .header-bottom-callback button:hover{
        color: #2C6FAA;
        background: #fff;
    }
    .fixed-header .header-menu .dropdown{
        background: #fff;
    }
    .fixed-header .header-menu .dropdown a{
        border: none;
    }
    .fixed-header .header-menu .dropdown a:hover{
        background: #E9F6FE;
    }
    .fixed-header .section-header-top-wrapper{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 45px;
    }

    .fixed-header .section-header-top-additional{
        display: flex;
    }

}
@media screen and (max-width: 1820px){
    .header-menu .dropdown{
        left: 0;
    }
    .header-menu ul.dropdown a{
        white-space: normal;
    }

}
@media screen and (max-width: 1599px){
    .header-menu ul.dropdown a{
        width: 100%;
        padding: 5px 15px;
        font-size: 18px;
        line-height: 22px;
    }
    .fixed-header .header-bottom-logo img{
        height: 60px;
    }
    .fixed-header .section-header-bottom-wrapper {
        column-gap: 20px;
    }
    .fixed-header .header-bottom-callback button{
        padding: 15px 20px;
    }
    .section-header-top-additional{
        column-gap: 10px;
    }
    .section-header-top .header_slogan_custom{
        font-size: 20px;
    }
}
@media screen and (max-width: 1449px){
    .section-header-middle-wrapper .header-middle-logo img{
        height: 60px;
    }
    .section-header-middle-wrapper .header-middle-item-f div a, .section-header-middle-wrapper .header-middle-item-f div{
        font-size: 18px;
        line-height: 22px;
    }
    .section-header-middle-wrapper .header-middle-callback button{
        font-size: 18px;
        line-height: 22px;
        padding: 14px 50px;
    }
    .section-header-middle-wrapper{
        padding: 10px 45px;
    }
    .header-menu a{
        font-size: 22px;
    }
    .fixed-header .header-menu a {
        font-size: 18px;

    }
    .fixed-header .header-bottom-callback button {
        padding: 11px 12px;
        font-size: 18px;
    }
    .fixed-header .section-header-top-wrapper{
        padding:  0;
    }
    .section-header-bottom-wrapper{
        padding: 10px 0;
    }
    .section-header-top .header_slogan_custom {
        font-size: 18px;
    }
}
@media screen and (max-width: 1280px){
    .section-header-middle-wrapper .header-middle-callback button{
        padding: 14px 30px;
    }
    .section-header-middle-wrapper .header-middle-item-f img{
        height: 20px;
    }
    .header-menu > li.empty-item{
        display: none;
    }
    .section-header-top-additional .header-middle-item-f div a, .section-header-top-additional .header-middle-item-f div{
        font-size: 14px;
    }
}
@media screen and (max-width: 1199px){
    .section-header-middle{
        display: none   ;
    }
    .section-header-top{
        order: 2;
    }
    .section-header-top .header_slogan_custom{
        display: none;
    }
    .section-header-top-additional{
        display: flex;
        width: 100%;
        column-gap: 0;
        justify-content: space-between;
    }
    .icon-w {
        display: inline-block;
    }
    .section-header .section-header-top{
        background: #2C6FAA;
    }
    .language-switcher-custom ul span, .language-switcher-custom ul a{
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .section-header-top-additional .header-middle-item-f div a, .section-header-top-additional .header-middle-item-f div{
        font-size: 12px;
        font-weight: 700;
    }
    .section-header-top-additional .header-middle-item-f img {
        height: 18px;
    }
    .menu-toggle-wrapper{
        display: flex;
    }
    .menu-toggle-wrapper span{
        display: none;
    }
    .section-header-top-additional-divider{
        width: 1px;
        height: 28px;
        background: #48A0D6;
        display: block;
    }
    .section-header .section-header-top{
        padding: 5px 0;
    }
    .mobile-menu-wrapper{
        position: absolute;
        top: 103px;
        left: -340px;
        width: 310px;
        height: calc(100vh - 103px);
        overflow-y: auto;
        background: #2C6FAA;
        transition: all .2s ease-in-out;
    }
    .open-header-menu .mobile-menu-wrapper{
        left: 0;
    }
    .mobile-menu-wrapper .header-menu{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .header-menu > li:not(.empty-item){
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .header-menu > li{
        padding: 18px 22px 18px 44px;
        border-bottom: 1px solid #48A0D6;
    }
    .header-menu > li:first-of-type{
        border-top: 1px solid #48A0D6;
    }
    .header-menu  li.drop ul{
        width: 100%;
    }
    .fixed-header .header-menu a,
    .header-menu a{
        font-size: 16px;
        line-height: 19px;
    }
    .header-menu .toggle-submenu{
        display: flex;
        font-size: 18px;
        color: #fff;
        width: 20px;
        justify-content: center;
    }
    .open-header-menu .menu-toggle img{
        display: none;
    }
    .open-header-menu .menu-toggle span{
        display: flex;
        font-weight: 700;
        color: #fff;
        width: 21px;
    }

    .header-menu > li.drop:hover ul.dropdown{
        display: none;
    }
    .header-menu > li.drop.open-sub-menu ul.dropdown{
        display: flex;
    }
    .header-menu .dropdown {
        position: unset;
        padding: 10px 0px 0px 17px;
        flex-direction: column;
        background: #1E6FBC;
        background: none;
        row-gap: 8px;

    }
    .header-menu ul.dropdown a{
        padding: 0;
        border: none;
        font-size: 16px;
        line-height: 18.75px;
    }
    .open-sub-menu .toggle-submenu i{
        transform: rotate(180deg);
    }
    body.open-header-menu{

        overflow: hidden;
    }
    .section-header-bottom{
        background: #fff;
    }
    .header-bottom-logo, .header-bottom-callback{
        display: flex;
    }
    .fixed-header .header-bottom-logo img,
    .header-bottom-logo img{
        height: 55px;
        max-width: none;
    }
    .fixed-header .section-header-bottom-wrapper{
        column-gap: 0;
    }
    .fixed-header .header-bottom-callback button,
    .section-header-middle-wrapper .header-middle-callback button,
    .header-bottom-callback button{
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
        text-align: center;
        margin: 0;
        background: #2C6FAA;
        padding: 10px 0;
        width: 200px;
        border-radius: 10px;
        outline: none;
        color: #fff;
        border: 1px solid #2C6FAA;
        transition: all .2s ease-in-out;
    }
    .section-header-bottom-wrapper {
        padding: 4px 0;
    }
}
@media screen and (max-width: 620px){
    .header-middle-time.header-middle-item-f{
        display: none;
    }
    .section-header-top-additional div.section-header-top-additional-divider:nth-of-type(3){
        display: none;
    }
    .header-middle-item-f{
        column-gap: 8px;
    }
    .header-middle-address-text {
        max-width: 85px;
    }
    .section-header-top-additional .header-middle-item-f div a, .section-header-top-additional .header-middle-item-f div {
        font-size: 10px;
        font-weight: 700;
        line-height: 12px;
    }
    .language-switcher-custom ul span, .language-switcher-custom ul a {
        font-size: 10px;
    }

}
@media screen and (max-width: 360px){
    .fixed-header .header-bottom-callback button,
    .section-header-middle-wrapper .header-middle-callback button,
    .header-bottom-callback button{
        font-size: 14px;
        width: 160px;
    }
}
@media screen and (max-width: 340px){
    .language-switcher-custom ul span, .language-switcher-custom ul a {
        width: 25px;
        height: 25px;
    }
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/KFOlCnqEu92Fr1MmSU5fCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/KFOlCnqEu92Fr1MmSU5fABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/KFOlCnqEu92Fr1MmSU5fCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/KFOlCnqEu92Fr1MmSU5fBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/KFOlCnqEu92Fr1MmSU5fCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/KFOlCnqEu92Fr1MmSU5fChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../gfonts/KFOlCnqEu92Fr1MmSU5fBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../gfonts/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/KFOlCnqEu92Fr1MmWUlfCRc4EsA.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/KFOlCnqEu92Fr1MmWUlfABc4EsA.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/KFOlCnqEu92Fr1MmWUlfCBc4EsA.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/KFOlCnqEu92Fr1MmWUlfBxc4EsA.woff2) format('woff2');
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/KFOlCnqEu92Fr1MmWUlfCxc4EsA.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/KFOlCnqEu92Fr1MmWUlfChc4EsA.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../gfonts/KFOlCnqEu92Fr1MmWUlfBBc4.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}