.header {
    height: 75px;
    position: relative;
    font-family: "Gilroy", sans-serif !important;
    z-index: 5;
    line-height: 1.375
}

@media (max-width:1199px) {
    .header {
        height: 56px
    }
}

.header *,
.header :after,
.header :before {
    box-sizing: border-box
}

.header .container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .header .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .header .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .header .container {
        width: 1200px
    }
}

@media (max-width:1199px) {
    .header .container {
        position: relative;
        height: 100%
    }
}

.header .lozad {
    opacity: 1
}

.header__main {
    position: relative;
    background: #fff
}

@media (max-width:1199px) {
    .header__main {
        height: 56px;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        border-bottom: 1px solid #e0e0e0
    }
}

.header__main:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .1)
}

@media (min-width:992px) {
    .header__main.sticky {
        position: fixed;
        left: 0;
        right: 0;
        top: 0
    }
}

.header__logo {
    position: absolute;
    left: 8px;
    bottom: 5px;
    width: 200px;
    transition: .3s;
    font-size: 0
}

@media (max-width:1199px) {
    .header__logo {
        position: absolute;
        float: none;
        left: 50%;
        width: 180px;
        margin-left: -82px;
        bottom: 2px
    }
}

.header__logo img {
    max-width: 100%
}

@media (min-width:992px) {
    .sticky .header__logo {
        width: 90px;
        bottom: 0
    }
}

@media (min-width:992px) {
    .header__menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
        transition: .3s
    }
    .header__menu.is-hidden {
        opacity: 0;
        visibility: hidden
    }
}

@media (max-width:1199px) {
    .header__menu {
        position: fixed;
        top: 56px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
        /* background: var(--color-main); */
        background: #fff;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: .3s;
        -webkit-overflow-scrolling: touch
    }
    .header__menu.is-opened {
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }
}

.header__top-menu {
    white-space: nowrap;
    text-align: right;
    padding-top: 19px;
    font-size: 0;
    position: relative;
    z-index: 1
}

@media (max-width:1199px) {
    .header__top-menu {
        order: 2;
        text-align: left;
        margin-top: 0;
        background: var(--color-main);
        display: none
    }
}

.header__top-menu>div>ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.header__top-menu>div>ul>li {
    display: inline-block
}

@media (max-width:1199px) {
    .header__top-menu>div>ul>li {
        display: block;
        border-top: 1px solid #23448b
    }
}

.header__top-menu>div>ul>li>a,
.header__top-menu>div>ul>li p {
    font-size: 11px;
    color: #4f4f4f;
    display: inline-block;
    margin: 0;
    margin-left: 27px;
    transition: .3s;
    line-height: 1.375
}

@media (max-width:1199px) {
    .header__top-menu>div>ul>li>a,
    .header__top-menu>div>ul>li p {
        margin-left: 15px;
        margin: 0;
        font-weight: 400;
        font-size: 15px;
        padding: 13px 0 13px 20px;
        color: #222;
        display: block;
        color: #fff
    }
}

.header__top-menu>div>ul>li a:hover {
    color: #83ba47
}

.header__top-menu__lang a,
.header__top-menu__lang b {
    color: #4f4f4f;
    display: inline-block
}

@media (max-width:1199px) {
    .header__top-menu__lang a,
    .header__top-menu__lang b {
        color: #fff
    }
}

.header__top-menu-mb {
    display: none
}

@media (max-width:1199px) {
    .header__top-menu-mb {
        display: block;
        background: var(--color-main)
    }
}

.header__top-menu-mb>ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width:1199px) {
    .header__top-menu-mb>ul>li {
        display: block;
        border-top: 1px solid #e0e0e0
    }
}

@media (max-width:1199px) {
    .header__top-menu-mb>ul>li>a,
    .header__top-menu-mb>ul>li p {
        margin: 0;
        font-weight: 700;
        font-size: 15px;
        padding: 13px 0 13px 20px;
        color: #222;
        display: block;
        color: #fff
    }
}

.header__top-menu-mb__lang a,
.header__top-menu-mb__lang b {
    display: inline-block
}

@media (max-width:1199px) {
    .header__top-menu-mb__lang a,
    .header__top-menu-mb__lang b {
        color: #fff
    }
}

.header__main-menu {
    text-align: right;
    transition: .3s
}

@media (max-width:1199px) {
    .header__main-menu {
        text-align: left;
        background: #fff
    }
}

.header__main-menu.is-hidden {
    opacity: 0;
    visibility: hidden
}

.header__main-menu__lvl-1>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: -12px;
    font-size: 0
}

@media (max-width:1199px) {
    .header__main-menu__lvl-1>ul {
        margin-right: -6px;
        margin: 0
    }
}

.header__main-menu__lvl-1>ul>li {
    display: inline-block
}

@media (max-width:1199px) {
    .header__main-menu__lvl-1>ul>li {
        display: block;
        border-top: 1px solid #e0e0e0;
        position: relative
    }
}

.header__main-menu__lvl-1>ul>li>a {
    display: inline-block;
    color: var(--color-main);
    font-weight: 700;
    font-size: 14px;
    padding: 9px 12px 13px;
    line-height: 1.375;
    position: relative;
    transition: .3s
}

@media (max-width:1199px) {
    .header__main-menu__lvl-1>ul>li>a {
        padding: 13px 6px;
        font-weight: 700;
        font-size: 15px;
        padding: 13px 0 13px 20px;
        color: var(--color-main);
        display: block
    }
}

.header__main-menu__lvl-1>ul>li>a:after {
    content: "";
    display: block;
    height: 4px;
    background: #83ba47;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    transform: translateX(-50%);
    transition: .3s
}

@media (max-width:1199px) {
    .header__main-menu__lvl-1>ul>li>a:after {
        display: none
    }
}

@media (min-width:992px) {
    .header__main-menu__lvl-1>ul>li:hover>div {
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }
    .header__main-menu__lvl-1>ul>li:hover>a {
        color: #83ba47;
    }
    .header__main-menu__lvl-1>ul>li:hover>a:after {
        width: 100% !important
    }
}

@media (max-width:1199px) {
    .header__main-menu__lvl-1>ul>li:first-child {
        border-top: 0
    }
}

.header__main-menu__lvl-1>ul>li.active>a:after {
    width: 100%
}

@media (max-width:1199px) {
    .header__main-menu__lvl-1>ul>li.is-opened>a {
        color: #83ba47
    }
}

@media (min-width:992px) {
    .header__main-menu__lvl-1:hover>ul>li.active>a:after {
        width: 0
    }
}

.header__main-menu__lvl-2 {
    position: absolute;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    transition: .3s;
    z-index: -1;
    max-height: calc(100vh - 75px);
    overflow: auto;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    pointer-events: none
}

@media (max-width:1199px) {
    .header__main-menu__lvl-2 {
        position: static;
        box-shadow: none;
        opacity: 1;
        visibility: visible;
        background: #f2f2f2;
        display: none;
        transition: 0s;
        margin: 0;
        max-height: none;
        left: 0;
        width: 100%;
        overflow: hidden;
        pointer-events: auto;
        -webkit-overflow-scrolling: touch
    }
}

.header__main-menu__lvl-2:before {
    display: block;
    position: absolute;
    right: -5000px;
    top: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: -1
}

@media (max-width:1199px) {
    .header__main-menu__lvl-2:before {
        display: none
    }
}

.sticky .header__main-menu__lvl-2 {
    max-height: calc(100vh - 40px);
    top: 40px
}

.header__main-menu__lvl-2::-webkit-scrollbar {
    -webkit-appearance: none
}

.header__main-menu__lvl-2::-webkit-scrollbar:vertical {
    width: 18px
}

.header__main-menu__lvl-2::-webkit-scrollbar:horizontal {
    height: 5px
}

.header__main-menu__lvl-2::-webkit-scrollbar-thumb {
    width: 5px;
    background: #c1c1c1;
    opacity: 1;
    border-radius: 0
}

.header__main-menu__lvl-2::-webkit-scrollbar-track {
    background: #e0e0e0;
    opacity: 1
}

.header__main-menu__lvl-2__hover {
    position: absolute;
    left: -180px;
    top: 0;
    height: 32px;
    width: 460px;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 0, #fff 33%, #fff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
    transition: .3s;
    display: none
}

@media (max-width:1199px) {
    .header__main-menu__lvl-2__hover {
        display: none
    }
}

.header__main-menu__lvl-2>ul {
    width: 1170px;
    text-align: left;
    position: relative;
    z-index: 0;
    margin: 0;
    padding: 20px 0;
    list-style: none;
    left: 50%;
    margin-left: -585px
}

@media (max-width:1199px) {
    .header__main-menu__lvl-2>ul {
        float: none;
        width: 100%;
        margin: 0;
        position: static;
        padding: 0;
        border-top: 1px solid #e0e0e0
    }
}

.header__main-menu__lvl-2>ul:before {
    content: "";
    position: absolute;
    background: #f1f1f1;
    right: calc(100% - 415px);
    top: 0;
    bottom: 0;
    left: -3000px;
    z-index: -1
}

@media (max-width:1199px) {
    .header__main-menu__lvl-2>ul:before {
        display: none
    }
}

.header__main-menu__lvl-2>ul>li {
    display: table;
    width: 415px
}

@media (max-width:1199px) {
    .header__main-menu__lvl-2>ul>li {
        display: block;
        position: relative;
        width: 100%
    }
}

.header__main-menu__lvl-2>ul>li:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 415px;
    background: #fff;
    display: none
}

@media (max-width:1199px) {
    .header__main-menu__lvl-2>ul>li:before {
        display: none
    }
}

@media (max-width:1199px) {
    .header__main-menu__lvl-2>ul>li:after {
        content: "";
        display: block;
        border-bottom: 1px solid #e0e0e0;
        margin-left: 20px;
        margin-right: 20px
    }
}

.header__main-menu__lvl-2>ul>li:last-of-type:after {
    display: none
}

.header__main-menu__lvl-2>ul>li>a {
    font-size: 14px;
    height: 32px;
    display: table-cell;
    vertical-align: middle;
    color: #0b0b0b;
    padding-right: 30px;
    position: relative;
    transition: color 0s
}

@media (max-width:1199px) {
    .header__main-menu__lvl-2>ul>li>a {
        font-weight: 400;
        font-size: 14px;
        padding: 13px 0 13px 20px;
        color: #222;
        display: block;
        height: auto
    }
}

.header__main-menu__lvl-2>ul>li>a .icon {
    position: absolute;
    right: 22px;
    top: 50%;
    font-size: 8px;
    margin-top: -6px
}

@media (max-width:1199px) {
    .header__main-menu__lvl-2>ul>li>a .icon {
        display: none
    }
}

@media (min-width:1200px) {
    .header__main-menu__lvl-2>ul>li:hover>div {
        opacity: 1;
        visibility: visible;
        z-index: 2;
        transition: .3s
    }
    .header__main-menu__lvl-2>ul>li:hover>a {
        color: #83ba47;
        font-weight: 700
    }
    .header__main-menu__lvl-2>ul>li:hover:before {
        display: block
    }
}

@media (max-width:1199px) {
    .header__main-menu__lvl-2>ul>li.is-opened {
        pointer-events: none
    }
}

.header__main-menu__lvl-3 {
    position: absolute;
    left: 415px;
    right: 0;
    top: 0;
    background: #fff;
    padding-top: 50px;
    padding-left: 60px;
    padding-right: 35px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: opacity .5s;
    width: 695px;
    overflow: auto;
    width: 515px;
    min-height: 100%
}

@media (max-width:1199px) {
    .header__main-menu__lvl-3 {
        position: fixed;
        left: 0;
        top: 56px;
        padding: 0;
        bottom: 0;
        box-shadow: none;
        opacity: 0;
        visibility: visible;
        background: #fff;
        transition: 0s;
        margin: 0;
        max-height: none;
        width: 100%;
        pointer-events: none;
        transform: translateX(10%);
        transition: .2s;
        max-height: none !important;
        min-height: 0;
        -webkit-overflow-scrolling: touch
    }
    .is-opened>.header__main-menu__lvl-3 {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(0)
    }
}

@media (min-width:1200px) {
    .header__main-menu__lvl-3::-webkit-scrollbar {
        -webkit-appearance: none
    }
    .header__main-menu__lvl-3::-webkit-scrollbar:vertical {
        width: 10px
    }
    .header__main-menu__lvl-3::-webkit-scrollbar:horizontal {
        height: 5px
    }
    .header__main-menu__lvl-3::-webkit-scrollbar-thumb {
        width: 5px;
        background: #c1c1c1;
        opacity: 1;
        border-radius: 0;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff
    }
    .header__main-menu__lvl-3::-webkit-scrollbar-track {
        background: #e0e0e0;
        opacity: 1;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff
    }
}

.header__main-menu__lvl-3__header-mb {
    height: 48px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .1);
    background: #fff;
    text-align: center;
    position: relative;
    display: none
}

@media (max-width:1199px) {
    .header__main-menu__lvl-3__header-mb {
        display: block
    }
}

@media (max-width:1199px) {
    .header__main-menu__lvl-3__header-mb+ul>li:first-child>h4 {
        margin-top: 25px !important
    }
}

.header__main-menu__lvl-3__back {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #4f4f4f
}

.header__main-menu__lvl-3__back .icon {
    font-size: 8px;
    transform: scaleX(-1);
    display: inline-block;
    margin-right: 10px
}

.header__main-menu__lvl-3__title {
    margin: 0;
    text-align: center;
    color: #83ba47;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: calc(100% - 160px);
    width: 100%;
    line-height: 1.2
}

.header__main-menu__lvl-3__thumbnail-mb {
    height: 210px;
    justify-content: center;
    align-items: center;
    align-content: center;
    display: none;
    margin-bottom: 8px
}

@media (max-width:1199px) {
    .header__main-menu__lvl-3__thumbnail-mb {
        display: flex
    }
}

.header__main-menu__lvl-3__thumbnail-mb img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto
}

.header__main-menu__lvl-3>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
    min-height: 100%;
    font-size: 0
}

@media (max-width:1199px) {
    .header__main-menu__lvl-3>ul {
        -moz-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0;
        column-gap: 0
    }
}

.header__main-menu__lvl-3>ul>li {
    display: inline-block;
    width: calc(50% - 10px);
    margin-bottom: 30px;
    vertical-align: top;
    margin-right: 20px
}

.header__main-menu__lvl-3>ul>li:nth-child(2n) {
    margin-right: 0
}

@media (max-width:1199px) {
    .header__main-menu__lvl-3>ul>li {
        display: block;
        position: relative;
        padding: 0;
        border: 0;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0
    }
}

.header__main-menu__lvl-3>ul>li>h4 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: var(--color-main);
    padding: 4px 0;
    font-weight: 700;
    display: block
}

@media (max-width:1199px) {
    .header__main-menu__lvl-3>ul>li>h4 {
        padding: 7px 0 7px 20px;
        margin-top: 30px
    }
}

.header__main-menu__lvl-3>ul>li>h4 a {
    color: var(--color-main);
    transition: .3s
}

.header__main-menu__lvl-3>ul>li>h4 a:hover {
    color: #83ba47;
    font-weight: 700
}

.header__main-menu__lvl-3>ul>li:first-child>h4 {
    margin-top: 0
}

.header__main-menu__lvl-3.-only-1-child {
    width: 755px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
    padding: 15px;
    max-height: 552px
}

@media (max-width:1199px) {
    .header__main-menu__lvl-3.-only-1-child {
        width: 100%;
        display: block;
        padding: 0;
        height: auto
    }
}

.header__main-menu__lvl-3.-only-1-child ul {
    -moz-column-count: 1;
    column-count: 1;
    -moz-column-gap: 0;
    column-gap: 0;
    height: auto;
    min-height: 0
}

@media (max-width:1199px) {
    .header__main-menu__lvl-3.-only-1-child ul li {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        padding-top: 35px
    }
}

.header__main-menu__lvl-3.-only-1-child ul h4 {
    text-align: center;
    margin-bottom: 35px;
    margin-top: -35px
}

@media (max-width:1199px) {
    .header__main-menu__lvl-3.-only-1-child ul h4 {
        margin-top: 35px;
        margin-bottom: 0;
        order: 2
    }
}

.header__main-menu__lvl-3.-only-1-child ul img {
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto
}

.header__main-menu__lvl-3.-vertical>ul {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px
}

@media (max-width:1199px) {
    .header__main-menu__lvl-3.-vertical>ul {
        -moz-column-count: 1;
        column-count: 1;
        -moz-column-gap: 0;
        column-gap: 0
    }
}

.header__main-menu__lvl-3.-vertical>ul>li {
    width: 100%;
    margin-right: 0
}

@media (max-width:1199px) {
    .header__main-menu__lvl-4 {
        background: #fff;
        display: block !important
    }
}

.header__main-menu__lvl-4>ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@media (max-width:1199px) {
    .header__main-menu__lvl-4>ul>li {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        border: 0
    }
    .header__main-menu__lvl-4>ul>li:after {
        content: "";
        display: block;
        border-top: 1px solid #e0e0e0;
        margin-left: 20px;
        margin-right: 20px
    }
}

.header__main-menu__lvl-4>ul>li>a {
    font-size: 12px;
    line-height: 20px;
    padding: 4px 0;
    color: #0b0b0b;
    display: block;
    transition: 0s
}

@media (max-width:1199px) {
    .header__main-menu__lvl-4>ul>li>a {
        font-weight: 400;
        padding: 13px 0 13px 20px;
        color: #222;
        display: block
    }
}

.header__main-menu__lvl-4>ul>li:hover>a {
    color: #83ba47;
    font-weight: 700
}

.header__main-menu__search {
    transform: translateY(1px)
}

@media (max-width:1199px) {
    .header__main-menu__search {
        display: none !important
    }
}

.header__main-menu__expand-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 47px;
    width: 46px;
    font-size: 16px;
    color: var(--color-main);
    border: 0;
    background: none;
    display: none;
    transition: .3s
}

@media (max-width:1199px) {
    .header__main-menu__expand-btn {
        display: inline-block
    }
}

.header__main-menu__expand-btn.-type-accordion:after,
.header__main-menu__expand-btn.-type-accordion:before {
    content: "";
    width: 10px;
    height: 1px;
    background: var(--color-main);
    position: absolute;
    left: 50%;
    top: 50%;
    transition: .3s
}

.header__main-menu__expand-btn.-type-accordion:before {
    transform: translate(-50%, -50%) rotate(0deg)
}

.header__main-menu__expand-btn.-type-accordion:after {
    transform: translate(-50%, -50%) rotate(90deg)
}

.is-opened>.header__main-menu__expand-btn.-type-accordion:after,
.is-opened>.header__main-menu__expand-btn.-type-accordion:before {
    transform: translate(-50%, -50%) rotate(180deg) !important
}

.header__main-menu__expand-btn.-type-slide .icon {
    font-size: 8px
}

.header__main-menu__thumbnail {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    left: 50%;
    top: 100%;
    height: 100%;
    min-height: 515px;
    background: #fafafa;
    width: calc(100vw - 515px - 415px - 50vw + 585px);
    margin-left: 345px;
    pointer-events: none;
    opacity: 0;
    transition: .3s
}

.header__main-menu__thumbnail img {
    transform: scale(.9);
    opacity: 1;
    transition: .5s;
    max-width: 100%;
    max-height: 290px;
    width: auto;
    height: auto
}

.header__main-menu__thumbnail.-is-displayed {
    opacity: 1
}

.header__main-menu__thumbnail.-is-displayed img {
    transform: scale(1)
}

@media (max-width:1199px) {
    .header__main-menu .container {
        padding: 0
    }
}

.header__search-form {
    position: absolute;
    right: 6px;
    top: 3px;
    font-size: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

@media (max-width:1199px) {
    .header__search-form {
        left: 12px;
        right: 12px;
        top: 8px;
        height: 40px
    }
}

.header__search-form:before {
    content: "";
    position: absolute;
    right: 10px;
    left: 10px;
    bottom: 0;
    border-bottom: 1px solid #eee
}

.header__search-form.is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 5
}

.header__search-form__overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

@media (max-width:1199px) {
    .header__search-form__overlay {
        background: rgba(0, 0, 0, .75)
    }
}

.header__search-form__form {
    position: relative;
    z-index: 5
}

@media (max-width:1199px) {
    .header__search-form__form {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
        align-content: stretch;
        width: 100%;
        background: #fff;
        border-radius: 10px
    }
}

.header__search-form__close {
    padding: 0;
    outline: none;
    background: none;
    border: 0;
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

@media (max-width:1199px) {
    .header__search-form__close {
        width: 40px;
        height: 40px
    }
}

.header__search-form__close:after,
.header__search-form__close:before {
    content: "";
    display: block;
    position: absolute;
    left: 30%;
    top: 50%;
    width: 40%;
    height: 1px;
    background: var(--color-main)
}

@media (max-width:1199px) {
    .header__search-form__close:after,
    .header__search-form__close:before {
        left: 25%;
        width: 50%
    }
}

.header__search-form__close:before {
    transform: rotate(45deg)
}

.header__search-form__close:after {
    transform: rotate(-45deg)
}

.header__search-form__input {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border: 0;
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    padding: 0
}

@media (max-width:1199px) {
    .header__search-form__input {
        height: 40px;
        line-height: 40px;
        width: 100%
    }
}

.header__search-form__btn {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: none;
    outline: none;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer
}

@media (max-width:1199px) {
    .header__search-form__btn {
        font-size: 21px;
        width: 40px;
        height: 40px
    }
}

.header__hbg-button {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 16px;
    display: inline-block;
    display: none !important;
    cursor: pointer;
    z-index: 2
}

@media (max-width:1199px) {
    .header__hbg-button {
        left: 20px;
        display: inline-block
    }
}

.header__hbg-button:before {
    content: "";
    display: inline-block;
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    background: none;
    position: absolute
}

@media (max-width:1199px) {
    .header__hbg-button {
        display: inline-block !important
    }
}

.header__hbg-button>div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.header__hbg-button>div span {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--color-main);
    left: 50%;
    transition: .3s
}

.header__hbg-button__open span:first-child {
    top: 0;
    transform: translateX(-50%);
    transition-delay: .1s
}

.header__hbg-button__open span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%);
    transition-delay: .15s
}

.header__hbg-button__open span:nth-child(3) {
    bottom: 0;
    transform: translateX(-50%);
    transition-delay: .2s
}

.header__hbg-button__close span:first-child {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 0;
    transition-delay: 0s
}

.header__hbg-button__close span:nth-child(2) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 0;
    transition-delay: .1s
}

.header__hbg-button.is-opened {
    z-index: 11
}

.header__hbg-button.is-opened .header__hbg-button__open span:first-child {
    width: 0;
    transition-delay: 0s
}

.header__hbg-button.is-opened .header__hbg-button__open span:nth-child(2) {
    width: 0;
    transition-delay: .05s
}

.header__hbg-button.is-opened .header__hbg-button__open span:nth-child(3) {
    width: 0;
    transition-delay: .1s
}

.header__hbg-button.is-opened .header__hbg-button__close span:first-child {
    width: 100%;
    transition-delay: .1s
}

.header__hbg-button.is-opened .header__hbg-button__close span:nth-child(2) {
    width: 100%;
    transition-delay: .2s
}

.header__hbg-button.is-opened .header__hbg-button__close svg {
    transform: rotate(0deg);
    transition: .5s;
    transition-delay: .3s
}

.header__hbg-button.is-opened .header__hbg-button__close svg path {
    stroke-dashoffset: 10;
    transition: .5s;
    transition-delay: .3s
}

.header__search-button {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-size: 21px;
    color: var(--color-main);
    display: none
}

@media (max-width:1199px) {
    .header__search-button {
        display: inline-block
    }
}

.header .icon {
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.header .icon-pause:before {
    content: "\e902"
}

.header .icon-play:before {
    content: "\e903"
}

.header .icon-search:before {
    content: "\e901";
    color: var(--color-main)
}

.header .icon-arrow-right:before {
    content: "\e900"
}