header {}

.index-header-wrapper-0,
.index-header-wrapper-1,
.index-header-wrapper-2-external{
    width: 100%;
    padding: 0 20px;
    min-width: 1240px;
}
/************* LINE 0 *************************/
.index-header-wrapper-0 {
    z-index: 400;

    /**/
    display: none;
}
.index-header-0 {
    width: 100%;
    min-width: 1240px;
    max-width: 1440px;
    height: 50px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.index-header-0 a {}
.index-header-0 a:hover {}

.index-header-0 > div {
    height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 1;
    flex-grow: 0;
}
.index-header-0 > div:nth-child(1) {
    margin-left: 0;
}


/* phone, email, address*/
.header-phone-wrapper,
.header-email-wrapper{
    width: 180px;
    height: 35px;
}
.header-address-wrapper {
    display: flex;
    margin-right: 20px;
}
.header-phone,
.header-email,
.header-address {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transition: 0.5s;
}
.header-phone-text,
.header-email-text,
.header-address-text{
    font-size: 14px;
}
.header-phone-text::before,
.header-email-text::before,
.header-address::before{
    font-family: 'Font Awesome 6';
    content: '\f095';
    font-size: 12px;
    line-height: 12px;
    cursor: pointer;
    margin-right: 5px;
}
.header-email-text::before {
    content: "\f0e0";
}
.header-address::before {
    content: "\f3c5";
}
.header-email:hover .header-email-text::before,
.header-email:hover .header-email-text,
.header-phone:hover .header-phone-text::before,
.header-phone:hover .header-phone-text,
.header-address:hover .header-address-text::before,
.header-address:hover .header-address-text {
    transition: 0.5s;
    color: #ffffff;
    opacity: 0.8;
}

/* worktime */

.header-worktime::before {
    font-family: 'Font Awesome 6';
    content: '\e356';
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-right: 10px;
}








/***** header search  *****/

/* serach input */

.search-wrapper {
    margin: 40px 10px 40px;
}

.search-wrapper form {
    z-index: 1001;
}
.search-input {
    width: 100%;
    height: 45px;
    padding: 3px 120px 3px 20px;
    transition: 0.5s all ease;
    overflow: hidden;
}
.search-input:focus {
    transition: 0.5s all ease;
}
.search-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 41px;
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
    transition: 0.5s;
    background: #131213;
    color: #ffffff;
    padding: 0 15px;
}
.search-button::before {
    font-family: 'Font Awesome 6';
    content: '\f002';
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    transition: 0.5s;
}
.search-button:hover {}
.search-button:hover::before {
    transition: 0.5s;
    color: #45a7ef;
}

/***** header-icons  *****/
.header-icon-wrapper {
    display: flex;
    justify-content: end;
    align-items: center;
}

/* cart ico */
.cart-box-top {
    display: flex;
    align-items: center;
    transition: 0.5s;
}

.cart-box {
    position: relative;
    margin: 0 11px 0 0;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-box::before {
    font-family: 'Font Awesome 6';
    content: '\f07a';
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    transition: 0.5s all ease;
    color: #ffffff;
}
.cart-box-top {
    width: 100px;
}
.cart-box-top:hover,
.cart-box-top:hover .cart-txt,
.cart-box-top:hover .cart-txt a,
.cart-box-top:hover .cart-box::before {
    transition: 0.5s;
    color: #45a7ef;
}
.cart-box-top:hover .cart-box::before {
    color: #45a7ef;
    transition: 0.5s;
}


.cart-box-top:hover{
    cursor: pointer;
}
.cart-box span.cart-count{
    background-color: #01de9c;
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #ffffff;
    font-weight: 600;
    font-size: 11px;
    line-height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -2px;
    right: -2px;
}
.cart-box-top .cart-txt,
.cart-box-top .cart-txt a{
    line-height: 14px;
    font-size: 12px;
    color: #ffffff;
}
.cart-box-top .cart-sum {
    font-size: 11px;
    line-height: 17px;
    display: flex;
}
.cart-box-top .cart-sum:hover,
.cart-box span.cart-count:hover{
    cursor: pointer;
    color: #45a7ef;
    transition: 0.5s;
}

/* search ico */
.search-box-top {
    display: flex;
    align-items: center;
    transition: 0.5s;
}

.search-box-top::after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background-color: rgba(255, 255, 255, .4);
}


.search-box {
    position: relative;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-box::before {
    font-family: 'Font Awesome 6';
    content: '\f002';
    font-weight: 900;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    transition: 0.5s all ease;
    color: #ffffff;
}
.search-box-top:hover .search-box::before {
    color: #45a7ef;
    transition: 0.5s;
}







/************* LINE 2 *************************/

.index-header-wrapper-2-external {
    height: 100px;
    display: flex;
    align-items: center;
    transition: 0.5s;
/*    background: rgba(0, 0, 0, 0.4);*/
    background: rgba(19, 18, 19, 0.6);
    z-index: 102;
}

.index-header-wrapper-2 {
    width: 100%;
    height: 100%;
    z-index: 101;
}
.index-header-2 {
    width: 100%;
    height: 100%;
    min-width: 1240px;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stick .index-header-wrapper-2 {
    position: fixed;
    z-index: 798;
    top: 0;
    box-shadow: 0 26px 30px rgba(0, 0, 0, .05);
    left: 0;
    height: 60px;
    background: #000000;
    border-bottom: 1px solid #45a7ef;
}

/* logo */
.index-header-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index-header-logo {
    width: 150px;
}
img.index-logo {
    width: 100%;
    height: auto;
}
.index-header-flag-eu {
    width: 80px;
    padding-left: 20px;
}
.index-header-flag-eu img {
    height: 36px;
    width: auto;
}



div.index-logo {
    text-transform: uppercase;
    font-size: 28px;
    line-height: 28px;
    border: 2px solid #000000;
    width: fit-content;
    height: 36px;
/*    display: flex;*/
    align-items: center;
    /**/
    display: none;
}
div.index-logo .index-logo_1 {
    font-weight: 600;
    padding: 0 5px;
}
div.index-logo .index-logo_2 {
    color: #ffffff;
    font-weight: 300;
    background-color: #000000;
    padding: 0 5px;
    height: 100%;
    display: flex;
    align-items: center;
}




/* header-menu */

.index-header-menu-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-menu {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    position: static;
}

ul.header-menu-site {}

ul.header-menu-site.preheader-line-dropdown-menu > li {
    height: 60px;
    display: flex;
    align-items: center;
    padding-right: 40px;
}

ul.header-menu-site > li > a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    transition: 0.5s;
    padding: 15px 0;
    color: #ffffff;
    text-transform: uppercase;
}
ul.header-menu-site > li:hover > a{
    transition: 0.5s;
    color: #45a7ef;
}

ul.header-menu-site > li::before{
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    transition: 0.5s;
    position: absolute;
    left: 0;
    bottom: 15px;
}

ul.header-menu-site > li:hover::before{
    width: calc(100% - 40px);
    transition: 0.5s;
    background-color: #45a7ef;
}
ul.header-menu-site > li.url-active::before {
    width: calc(100% - 40px);
    transition: 0.5s;
}

ul.header-menu-site .preheader-line-dropdown-root::after {
    font-family: 'Font Awesome 6';
    content: "\f107";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
    cursor: pointer;
    margin-left: 7px;
    color: #ffffff;
    transition: 0.5s;
}
ul.header-menu-site .preheader-line-dropdown-root:hover::after {
    color: #45a7ef;
    transition: 0.5s;
}

.header-menu-site-l2 {
    top: 100%;
}



