@media (min-width: 1024px) {
    .header-desktop{
        display: block;
    }
    .header-mobile{
        display: none;
    }
    .header{
        position: fixed;
        top:0;
        left:0;
        right:0;
        z-index: 9;
        transition: .3s;
        background: #fff;
    }
    .header.fixed{
        top:-150px;
    }
    /**/
    .header-a{
        padding: 10px 0;
        border-bottom: 1px solid var(--bluegray-100);
    }
    .header-a-container{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    /**/
    .menu-top{

    }
    .menu-top-level-1{
        display: flex;
        align-items: center;
    }
    .menu-top-level-1-item{
        margin:0 20px 0 0;
    }
    .menu-top-level-1-link{
        font-size: 16px;
        font-weight: 500;
    }
    /**/
    .language{

    }
    .language-list{

    }
    .language a{
        display: flex;
        align-items: center;
        justify-content: center;
        height:30px;
        font-size: 16px;
        font-weight: 500;
        margin:0;
    }
    .language a:hover{

    }
    /**/
    .header-b{
        padding: 10px 0;
        border-bottom: 1px solid var(--bluegray-100);
    }
    .header-b-container{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-b-left{

    }
    /**/
    .header-logo{
        display: flex;
        align-items: center;
    }
    .header-logo a{
        width: 70px;
        margin:0 10px 0 0;
    }
    .header-logo p span:first-child{
        display: block;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 1.75px;
    }
    .header-logo p span:last-child{
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: var(--bluegray-500);
    }
    .header-b-center{

    }
    .header-phone{

    }
    .header-phone a{
        font-size: 36px;
        font-weight: 400;
        color: var(--bluegray-700);
        letter-spacing: 0.5px;
        height: 30px;
        display: flex;
        align-items: center;
    }
    .header-phone span{
        display: block;
        font-size: 14px;
        color: var(--bluegray-500);
        padding:5px 0 0 2px;

    }
    .header-messengers{

    }
    .header-contact-messenger{
        display: flex;
        align-items: center;
    }
    .header-contact-messenger svg{
        width:40px;
        height: 40px;
        margin:0 10px 0 0;
    }

    .header-contact-messenger span{
        display: block;
        font-size: 14px;
        color: var(--bluegray-500);
    }
    /**/
    .header-contacts{
        margin:0 20px 0 0;
    }
    .header-contacts a{
        font-size: 18px;
        font-weight: 500;
    }
    .header-widgets{
        display: flex;
        align-items: center;
    }
    /**/
    .widget-account{
        position: relative;
        cursor: pointer;
    }
    .widget-account-icon{
        display: flex;
        justify-content: center;
        margin:0 0 10px 0;
    }
    .widget-account-icon:after{
        content: '\e928';
        font-family: si-solid;
        font-size: 36px;
    }
    .widget-account-text{
        font-size: 14px;
        color: var(--bluegray-500);
    }

    /**/
    .widget-cart{
        position: relative;
        cursor: pointer;
        margin:0 0 0 30px;
    }
    .widget-cart-icon{
        display: flex;
        justify-content: center;
        margin:0 0 10px 0;
    }
    .widget-cart-icon:after{
        content: '\e905';
        font-family: si-solid;
        font-size: 36px;
    }
    .widget-cart-text{
        font-size: 14px;
        color: var(--bluegray-500);
    }
    .widget-cart-count{
        position: absolute;
        top:0;
        right:0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 500;
        color: var(--white);
        background: var(--red-500);
    }

    /**/
    .widget-wishlist{
        position: relative;
        cursor: pointer;
        margin:0 0 0 30px;
    }
    .widget-wishlist-icon{
        display: flex;
        justify-content: center;

        margin:0 0 10px 0;
    }
    .widget-wishlist-icon:after{
        content: '\e918';
        font-family: si-solid;
        font-size: 36px;
    }
    .widget-wishlist-text{
        font-size: 14px;
        color: var(--bluegray-500);
    }
    .widget-wishlist-count{
        position: absolute;
        top:0;
        right:10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 500;
        color: var(--white);
        background: var(--red-500);
    }
    /**/
    .header-c{
        background: #363946;
        border-bottom: 1px solid var(--bluegray-100);
        padding:10px 0;
    }

    .header-c-container{
        display: flex;
        align-items: center;
    }

    /**/
    .header-catalog{
        width:300px;
        margin:0 20px 0 0;
    }
    .header-catalog-button{
        display: flex;
        align-items: center;
        height: 50px;
        padding:0 20px;
        border-radius: 5px;
        background: var(--red-600);
        color: var(--white);
        font-size: 16px;
        text-transform: uppercase;
        transition: .3s;
        font-weight: 500;
        cursor: pointer;
    }
    .header-catalog-button:before{
        content: '\e902';
        font-family: si-solid;
        font-size: 24px;
        color: var(--white);
        margin:0 20px 0 0;
    }
    .header-catalog-button.show{
        background: var(--red-800);
    }
    .header-catalog-drop{
        position: absolute;
        top:100%;
        left:0;
        width:100%;
        z-index: 9;
        padding:11px 0 0 0;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
    }
    .header-catalog-drop.show{
        opacity: 1;
        visibility: visible;
    }
    .header-catalog-level-1{
        display: flex;
        flex-wrap: wrap;
        background: var(--white);
        border-radius: 0 0 5px 5px;
        padding:20px 20px;
        box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    }
    .header-catalog-level-1-item{
        width:33.3333333%;
    }
    .header-catalog-car .header-catalog-level-1-item{
        width:50%;
    }
    .header-catalog-level-1-link{
        display: flex;
        align-items: center;
        padding:15px 0;
    }
    .header-catalog-level-1-link img{
        width:40px;
        margin:0 10px 0 0;
    }
    .header-catalog-level-1-link span{
        font-size: 18px;
        font-weight: 500;
    }
    .header-catalog-level-1-link:hover span,
    .header-catalog-level-1-item.active span{
        color: var(--red-600);
    }
    /**/
	.header-search{
		display: none;
		align-items: center;
		width:300px;
		height: 50px;
		padding: 0 20px;
		border-radius: 5px;
		
		border:1px solid var(--white);
		color: var(--white);
		font-size: 16px;
		text-transform: uppercase;
		transition: .3s;
		font-weight: 500;
		cursor: pointer;
	}
	.header-search:before {
		content: '\e921';
		font-family: si-solid;
		font-size: 22px;
		color: var(--white);
		margin: 0 20px 0 0;
	}
	
    /**/
    .w-search{
        width:calc(100% - 400px);
        position: relative;
    }
    .w-search-form{
        position: relative;
    }
    .w-search-form.up{
        z-index: 99;
    }
    .w-search .form-group{
        margin:0;
    }
    .w-search-input{
        display: block;
        width:100%;
        height:50px;
        border:none;
        border-radius: 5px;
        padding:0 20px;
        transition: .3s;
        color: var(--black);
        background: rgba(255,255,255,0.1);
    }
    .w-search-input:focus,
    .w-search-form.up .w-search-input{
        background: rgba(255,255,255,1);
    }
    .w-search.up .w-search-input{
        background: #fff;
    }
    .w-search-input::-webkit-input-placeholder {color: var(--bluegray-50)}
    .w-search-input::-moz-placeholder {color: var(--bluegray-50)}
    .w-search-input:-ms-input-placeholder {color: var(--bluegray-50)}
    .w-search-input:-moz-placeholder {color: var(--bluegray-50)}
    .w-search-button{
        position: absolute;
        top:0;
        right:0;
        display: flex;
        align-items: center;
        justify-content: center;
        width:50px;
        height: 50px;
        font-size: 20px;
        color: var(--white);
    }
    .w-search-button:hover{
        color: var(--red-600);
    }

    .w-search-close{
        position: absolute;
        top:0;
        right:0;
        display: flex;
        align-items: center;
        justify-content: center;
        width:50px;
        height: 50px;
        border-radius: 5px;
        visibility: hidden;
        background: var(--white);
        cursor: pointer;
    }
    .w-search-close:hover{
        color: var(--red-600);
    }
    .w-search-close.show{
        visibility: visible;
    }
    .w-search-close:after{
        content: '\e90b';
        font-family: si-solid;
        font-size: 20px;
    }
    .w-search-drop{
        position: absolute;
        top:60px;
        right:0;
        width:100%;
        background: var(--white);
        border-top: 1px solid var(--gray-300);
        box-shadow: 0 0 30px rgba(0,0,0,0.1);
        border-radius: 5px;
        z-index: 9;
    }
    .w-search-drop-container{

    }
    .w-search-product-list{

        padding:20px;
        overflow: hidden;
        overflow-y: auto;
        max-height: 500px;
    }
    .w-search-product{
        display: flex;
        margin:0 0 10px 0;
    }
    .w-search-product-image{
        width:80px;
    }
    .w-search-product-image img{
        border: 1px solid var(--bluegray-50);
        border-radius: 5px;
        overflow: hidden;
        padding:5x;
    }
    .w-search-product-content{
        width:calc(100% - 80px);
        padding:0 0 0 20px;
    }
    .w-search-product-name{
        margin:0 0 5px 0;
    }
    .w-search-product-name a{
        font-size: 14px;
        font-weight: 400;
    }
    .w-search-product-name a:hover{
        color: var(--red-700);
    }
    .w-search-product-price{
        font-weight: 500;
        color: var(--red-700);
    }
    .w-search-product-not-available{
        color: var(--red-500);
        font-size: 13px;
    }
    .w-search-no-product{
        font-size: 12px;
        color: var(--gray-500);
    }
    /**/
    .w-search-drop-footer{
        display: none;
    }
    .w-search-overlay{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.4);
        z-index: 7;
        visibility: hidden;
        opacity: 0;
    }
    .w-search-overlay.show{
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 1024px) {
    .header-desktop{
        display: none;
    }
    .header-mobile{
        display: block;
    }
    .header{
        position: fixed;
        top:0;
        left:0;
        right:0;
        z-index: 9;
    }
    .header-container{
        background: #fff;
        border-bottom: 1px solid var(--bluegray-100);
        padding:10px 0 10px 70px;
    }
    .header-menu-open{
        position: absolute;
        top:8px;
        left:10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: var(--bluegray-100);
        border-radius: 5px;
    }
    .header-menu-open:after{
        content: '\e902';
        font-family: si-solid;
        font-size: 24px;
    }
    .header-logo{
        width:60px;
    }
    .header-logo p{
        display: none;
    }
    /**/
	.header-search{
		position:absolute;
		top:13px;
		right:100px;
		display: flex;
		align-items: center;
		height: 30px;
		padding: 0 6px;
		border-radius: 5px;
		background: var(--bluegray-100);
		color: var(--black);
		font-size: 14px;
		transition: .3s;
		font-weight: 500;
		cursor: pointer;
	}
	.header-search:before {
		content: '\e921';
		font-family: si-solid;
		font-size: 16px;
		color: var(--black);
		margin: 0 3px 0 0;
	}
    /**/

    .w-search{
        position: fixed;
        top:0;
        left:calc(-100% - 50px);
        bottom:0;
        width: calc(100% - 50px);
        z-index: 9999;
        background: var(--white);
        transition: .4s;
        padding:20px
    }
    .w-search.show{
        left:0;
    }
    .w-search-input{
        display: block;
        width:100%;
        height:50px;
        border:none;
        border-radius: 5px;
        padding:0 20px;
        transition: .3s;
        color: var(--black);
        background: #fff;
        border: 1px solid var(--bluegray-100);
    }
    .w-search-input:focus{
        background: rgba(255,255,255,1);
    }
    .w-search.up .w-search-input{
        background: #fff;
    }
    .w-search-input::-webkit-input-placeholder {color: var(--bluegray-200)}
    .w-search-input::-moz-placeholder {color: var(--bluegray-200)}
    .w-search-input:-ms-input-placeholder {color: var(--bluegray-200)}
    .w-search-input:-moz-placeholder {color: var(--bluegray-200)}
    .w-search-button{
        display: none;
    }
    .w-search-product-list{
        overflow: hidden;
        overflow-y: auto;
        max-height: 75vh;
    }
    .w-search-product{
        display: flex;
        margin:0 0 10px 0;
        padding:0 0 10px 0;
        border-bottom: 1px dashed var(--bluegray-100);
    }
    .w-search-product-image{
        width:80px;
    }
    .w-search-product-image img{
        border: 1px solid var(--bluegray-50);
        border-radius: 5px;
        overflow: hidden;
        padding:5x;
    }
    .w-search-product-content{
        width:calc(100% - 80px);
        padding:0 0 0 20px;
    }
    .w-search-product-name{
        margin:0 0 5px 0;
    }
    .w-search-product-name a{
        font-size: 14px;
        font-weight: 400;
    }
    .w-search-product-name a:hover{
        color: var(--red-700);
    }
    .w-search-product-price{
        font-weight: 500;
        color: var(--red-700);
    }
    .w-search-product-not-available{
        color: var(--red-500);
        font-size: 13px;
    }
    .w-search-no-product{
        font-size: 12px;
        color: var(--gray-500);
    }
    .w-search-drop-footer{
        display: none;
    }

    /**/
    .widget-account{
        position: absolute;
        top:17px;
        right:105px;
    }
    .widget-account-icon{
        display: flex;
        justify-content: center;
    }
    .widget-account-icon:after{
        content: '\e928';
        font-family: si-solid;
        font-size: 22px;
    }
    .widget-account-text{
        display: none;
    }



    /**/
    .widget-cart{
        position: absolute;
        top:17px;
        right:10px;
        cursor: pointer;
    }
    .widget-cart-icon{
        display: flex;
        justify-content: center;
        width: 50px;
    }
    .widget-cart-icon:after{
        content: '\e905';
        font-family: si-solid;
        font-size: 22px;
    }
    .widget-cart-text{
        display: none;
    }
    .widget-cart-count{
        position: absolute;
        top:0;
        right:0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 500;
        color: var(--white);
        background: var(--red-500);
    }

    /**/
    .widget-wishlist{
        position: absolute;
        top:17px;
        right:55px;
        cursor: pointer;
    }
    .widget-wishlist-icon{
        display: flex;
        justify-content: center;
        width: 50px;
    }
    .widget-wishlist-icon:after{
        content: '\e918';
        font-family: si-solid;
        font-size: 22px;
    }
    .widget-wishlist-text{
        display: none;
    }
    .widget-wishlist-count{
        position: absolute;
        top:0;
        right:0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 500;
        color: var(--white);
        background: var(--red-500);
    }
    .header-panel{
        position: fixed;
        top:0;
        left:calc(-100% - 50px);
        bottom:0;
        width: calc(100% - 50px);
        z-index: 9999;
        background: var(--white);
        transition: .4s;
    }
    .header-panel.show{
        left:0;
    }
    .header-panel-content{
        max-height: 90vh;
        overflow: hidden;
        overflow-y: auto;
    }
    .header-panel-overlay{
        position: fixed;
        top:0;
        left:-100%;
        bottom:0;
        width: 100%;
        z-index: 999;
        background: rgba(0,0,0,0.8);
        transition: .3s;
    }
    .header-panel-overlay.show{
        left:0;
    }
    .header-panel-hide{
        position: absolute;
        top:25px;
        right:0;
        display: flex;
        justify-content: center;
        width: 50px;
        cursor: pointer;
    }
    .header-panel-hide:after{
        content: '\e90b';
        font-family: si-solid;
        font-size: 24px;
        color: var(--white);
    }
    /**/
    .header-panel .header-logo{
        width: 50px;
        padding:10px 0 0 0;
        margin: 0 auto;
    }
    /**/
    .header-contacts{
        text-align: center;
        padding:20px 0;
    }
    .header-contacts a{
        font-size: 24px;
    }
    .header-contacts span{
        display: block;
        text-align: center;
        font-size: 12px;
    }
    /**/
	.header-messengers{
		margin:0 0 20px 0;	
	}	
	.header-messengers a{
		display:flex;
		align-items:center;
		justify-content:center;
	}
	.header-messengers a svg{
		width:30px;
		height:30px;
		margin:0 10px 0 0;
	}
	.header-messengers span{
		display:block;
		white-space: nowrap 
	}
    /**/
    .language{
        text-align: center;
        margin:0 0 20px 0;
    }
    .language a{
        font-weight: 600;
        font-size: 12px;
        text-transform: uppercase;
    }
    /**/
    .menu-top{
        border-top: 1px solid var(--bluegray-100);
        border-bottom: 1px solid var(--bluegray-100);
        padding:10px 0;
    }
    .menu-top-level-1{
        text-align: center;
    }
    .menu-top-level-1-item{

    }
    .menu-top-level-1-link{
        display: block;
        padding:6px 0;
        font-size: 14px;
        font-weight: 600;
    }
    /**/
    .header-catalog{

    }
    .header-catalog-button{
        display: none;
    }
    .header-catalog-drop{
        padding:0 10px;
    }
    .header-catalog-level-1{

    }
    .header-catalog-level-1-item{
        border-bottom: 1px solid var(--bluegray-50);
    }
    .header-catalog-level-1-item.active span{
        color: var(--red-700);
    }
    .header-catalog-level-1-link{
        display: flex;
        align-items: center;
        padding:10px 0;
    }
    .header-catalog-level-1-link img{
        width:30px;
        margin:0 10px 0 0;
    }
    .header-catalog-level-1-link span{
        font-size: 14px;
        font-weight: 500;
    }
    /**/

}