@media (min-width: 1024px){
    .header{
        position: fixed;
        top:0;
        left:0;
        right: 0;
        z-index: 9;
        transition: .3s;
    }
    #header-mobile{
        display: none;
    }
    .header.fixed{
        top:-42px;
    }
    /*header a*/
    .header-a{
        background: #f7f9fc;
    }
    .header-a-container{
        display:flex;
        align-items:center;
        justify-content: space-between;
        padding:10px 0;
    }
    .header-a-left{
        display: flex;
        align-items: center;
    }
    .header-a-right{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 0 0 0 30px;
    }
    /*header b*/
    .header-b{
        background: #f7f9fc;
        border-top: 1px solid #edeef0;
        padding:15px 0;
    }
    .header-b-container{
        display: flex;
        align-items: center;
    }
    /*header c*/
    .header-c{
        background: var(--blue-700);
    }
    .header-c-container{
        display: flex;
        align-items: center;
    }
    /*phone*/
    .w-header-contacts{
        position: relative;
        display: flex;
        align-items: center;
        margin:0 0 0 20px;
    }
    .w-header-contacts span{
        color:var(--black);
        font-weight: 500;
		margin:0 20px 0 0;
    }
	.w-header-contacts-phone{
		
	}
	
	.w-header-contacts-phone span{
		
	}
    .w-header-contacts a{
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 16px;
        color:var(--black);
    }
    .w-header-contacts a img{
        position: relative;
        top:-2px;
        width:20px;
        height: 20px;
        margin:0 5px 0 0;
        transition: 0.3s;
    }
    .w-header-contacts a:hover img{
        transform: scale(0.8,0.8);
    }
    .w-header-contacts a:hover{
        color:var(--black);
    }

    /*w language*/
    .w-language-drop{
        position:relative;
        margin:0 0 0 30px;
    }
    .w-language-drop-title{
        display: none;
    }
    .w-language-drop-current{
        display: none;
    }
    .w-language-drop-container{

    }
    .w-language-drop-list{
        display: flex;
    }
    .w-language-drop-list-element:first-child{
        margin:0 10px 0 0;
    }
    .w-language-drop-list-element a{
        font-size:16px;
        font-weight: 500;
        color: var(--gray-600);
    }
    .w-language-drop-list-element a:hover{
        color:var(--light-blue-600);
    }
    .w-language-drop-list-element span{
        font-size:16px;
        color:var(--light-blue-600);
    }

    /*logo*/
    .w-header-logo{
        width:220px;
        margin:0 50px 0 0;
    }

    /**/
    .w-catalog-line{
        display: flex;
        align-items: center;
    }
    .w-catalog-line-name{
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        color: var(--white);
        text-transform: uppercase;
        margin:0 20px 0 0;
    }
    .w-catalog-line-name:after{
        content: '\e909';
        font-family: si-solid;
        font-size:14px;
        color: var(--white);
        margin: 0 0 0 10px;
    }
    /*1*/
    .w-catalog-line .nav-level-1{
        display: flex;
    }
    .w-catalog-line .nav-level-1 .nav-level-1-element{
        display: none;
        position: relative;
        margin:0 20px 0 0;
    }
    .w-catalog-line .nav-level-1 .nav-level-1-element:nth-child(1),
    .w-catalog-line .nav-level-1 .nav-level-1-element:nth-child(2),
    .w-catalog-line .nav-level-1 .nav-level-1-element:nth-child(3),
    .w-catalog-line .nav-level-1 .nav-level-1-element:nth-child(4),
    .w-catalog-line .nav-level-1 .nav-level-1-element:nth-child(5),
    .w-catalog-line .nav-level-1 .nav-level-1-element:nth-child(6),
    .w-catalog-line .nav-level-1 .nav-level-1-element:nth-child(7),
    .w-catalog-line .nav-level-1 .nav-level-1-element:nth-child(8),
    .w-catalog-line .nav-level-1 .nav-level-1-element:nth-child(9),
    .w-catalog-line .nav-level-1 .nav-level-1-element:nth-child(10),
    .w-catalog-line .nav-level-1 .nav-level-1-element:nth-child(11),
    .w-catalog-line .nav-level-1 .nav-level-1-element:last-child,
    .w-catalog-line .nav-level-1 .nav-level-1-element:nth-child(12){
        display: block;
    }
    .w-catalog-line .nav-level-1 .nav-level-1-element .nav-level-1-element-link{
        display: flex;
        align-items: center;
        height: 60px;
        font-size: 16px;
        font-weight: 500;
        color: var(--white);
        transition: .3s;
    }
    .w-catalog-line .nav-level-1 .nav-level-1-element:hover .nav-level-1-element-link{
        color: var(--amber-500);
    }
    .w-catalog-line .nav-level-1 .nav-level-1-element:last-child .nav-level-1-element-link{
        color: var(--amber-500);
    }
    /*2*/
    .w-catalog-line .nav-level-2{
        position: absolute;
        top: 100%;
        left: 0;
        width: 620px;
		display:flex;
		flex-wrap:wrap;
        z-index: 9;
        background: var(--white);
        box-shadow: 0 0px 10px rgb(0 0 0 / 5%);
        visibility: hidden;
        opacity: 0;
        transition: .3s;
    }
    .nav-level-1-element:hover .nav-level-2{
        opacity: 1;
        visibility: visible;
    }
    .w-catalog-line .nav-level-2 .nav-level-2-element{
		width:33.333333%;
    }
    .w-catalog-line .nav-level-2 .nav-level-2-element .nav-level-2-element-link{
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 500;
        color: var(--black);
        padding:6px 10px;
   
    }
    .w-catalog-line .nav-level-2 .nav-level-2-element:hover .nav-level-2-element-link{
        color: var(--blue-600);
    }


	.navCtlgOvl{
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,0.3);
		z-index: 1;
		visibility: hidden;
		opacity: 0;
		transition: .2s;
	}
	.navCtlgOvl.show{
		opacity:1;
		visibility:visible;
	}

    /*menu*/
    .w-header-menu{

    }
    .w-header-menu-title{
        display: none;
    }
    .w-header-menu-level-1{
        display:flex;
        align-items:center;
    }
    .w-header-menu-level-1-element{
        display: flex;
        align-items: center;
        position:relative;
        margin:0 20px 0 0;
    }
    .w-header-menu-level-1-element:first-child{
        display: none;
    }
    .w-header-menu-level-1-element:last-child{
        margin:0;
    }
    .w-header-menu-level-1-element.parent:after{
        content:'\e907';
        font-family: si-solid;
        color:var(--black);
        font-size:10px;
        margin:0 0 0 5px;
    }
    .w-header-menu-level-1-link{
        display:flex;
        align-items:center;
        font-size:14px;
        font-weight:600;
        color:var(--gray-800);
        transition: .3s;
        cursor: pointer;
    }
    .w-header-menu-level-1-element.active > .w-header-menu-level-1-link,
    .w-header-menu-level-1-element:hover > .w-header-menu-level-1-link{
        color:var(--blue-700);
    }
    /**/
    .w-header-menu-level-1-element.sale > .w-header-menu-level-1-link{
        color:var(--blue-700);
    }



/*search*/
    .w-search-icon{
        display: none;
    }
    .w-search{
        flex-grow: 1;
    }
    .w-search-form{
        position: relative;
    }
    .w-search-input{
        display:flex;
        width: 100%;
        box-sizing: border-box;
        border: none;
        box-shadow: 0 0 10px rgb(0,0,0,0.05);
        font-size: 14px;
        font-weight: 400;
        color: #333;
        height:46px;
        line-height:40px;
        padding:0 20px;
        border-radius: 3px;
        font-family: "Montserrat", sans-serif;
    }
    .w-search.show{
        position:relative;
        z-index:9999;
        border-color:#fff;
    }
    .w-search .form-group{
        margin:0;
    }
    .w-search-button{
        position:absolute;
        top:0;
        right:0;
        z-index:2;
        outline: none;
        background:none;
        border: none;
    }
    .w-search-button:after{
        content: '\e921';
        font-family: si-solid;
        display: flex;
        align-items: center;
        justify-content: center;
        width:46px;
        height:46px;
        font-size:20px;
        color:var(--gray-700);
    }


    /*account*/
    .header-account{
        display:flex;
        align-items:center;
        position:relative;
        margin:0 0 0 20px;
        cursor:pointer;
    }
    .header-account-icon{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin:0 5px 0 0;
    }
    .header-account-icon:before{
        content: '\e928';
        font-size: 20px;
        color: var(--gray-600);
        font-family: 'si-solid';
        transition: .3s;
    }
    .header-account-name span, .header-account-name a{
        font-size:14px;
        font-weight:500;
        color: var(--gray-600);
    }
    .header-account-name:hover span, .header-account-name:hover a{
        color: var(--gray-900);
    }


    /*cart*/
    .header-widgets{
        display:flex;
        justify-content:flex-end;
    }
    .header-cart{
        display: flex;
        position: relative;
        margin:0 0 0 25px;
        cursor: pointer;
    }
    .header-cart-icon{
        display: flex;
        align-items: center;
        justify-content: center;
        width:40px;
        height: 40px;
        background: var(--amber-500);
        border-radius: 3px 0 0 3px;
    }
    .header-cart-icon:before{
        content: '\e905';
        font-size: 22px;
        color: var(--black);
        font-family: 'si-solid';
        transition: .3s;
    }

    .header-cart-count{
        display: flex;
        align-items: center;
        justify-content: center;
        width:30px;
        height: 40px;
        background: var(--amber-500);
        border-radius: 0 3px 3px 0;
        font-size: 14px;
        font-weight: 500;
        color: var(--black);
    }



}
/**********************************************************************************************************************/
@media (max-width: 1023px) {
    #header-desktop{
        display: none;
    }
    #header-mobile{
        display: block;
        background: #f7f9fc;
        padding:10px 0;
    }
    .header-container{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .header-sidebar-show-btn{
        width:40px;
        height: 40px;
        margin:0 10px 0 0;
        background: var(--blue-500);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
    }
    .header-sidebar-show-btn:after{
        content: '\e902';
        font-size: 24px;
        color: #fff;
        font-family: 'si-solid';
        transition: .3s;
    }
    .w-header-logo{
        width:calc(100% - 180px);
    }
    .w-header-logo a{
        display: inline-block;
        padding:5px 0 0 0;
    }
    .w-header-logo img{
        width:120px;
    }
    /*search*/
    .w-search{

    }
    .w-search-icon{
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--gray-200);
        border-radius: 4px;
        width:40px;
        margin:0 10px 0 0;
    }
    .w-search-icon:after{
        content: '\e921';
        font-family: si-solid;
        display: flex;
        align-items: center;
        justify-content: center;
        width:40px;
        height:40px;
        color:var(--gray-700);
        font-size:16px;
        cursor: pointer;
    }
    .w-search{
        display: none;
    }
    .w-search.show{
        display: block;
        position: fixed;
        top:0;
        right:0;
        bottom: 0;
        left:0;
        z-index: 99;
        background: rgba(0,0,0,0.7);
    }
    .w-search-form{
        position: absolute;
        top:15px;
        left:10px;
        right:10px;
        transition: .4s;
    }

    .w-search-input{
        display: block;
        width:100%;
        height:40px;
        line-height: 40px;
        padding:0 10px;
        border:none;
        border-radius: 3px;
        background: var(--white);
        outline: none;
    }
    .w-search-close:after{
        content: '\e90b';
        font-family: si-solid;
        position: absolute;
        top:0;
        right:0;
        display: flex;
        align-items: center;
        justify-content: center;
        width:40px;
        height:40px;
        color:var(--gray-800);
        font-size:18px;
        cursor: pointer;
    }
    .w-search-button{
        display: none;
    }

    /**/
    .header-cart{
        display: flex;
        position: relative;
        width:80px;
        cursor: pointer;
    }
    .header-cart-icon{
        display: flex;
        align-items: center;
        justify-content: center;
        width:40px;
        height: 40px;
        background: var(--amber-500);
        border-radius: 3px 0 0 3px;
    }
    .header-cart-icon:before{
        content: '\e905';
        font-size: 18px;
        color: var(--black);
        font-family: 'si-solid';
        transition: .3s;
    }

    .header-cart-count{
        display: flex;
        align-items: center;
        justify-content: center;
        width:40px;
        height: 40px;
        background: var(--amber-500);
        border-radius: 0 3px 3px 0;
        font-size: 12px;
        font-weight: 500;
        color: var(--black);
    }
    .w-header-contacts{
        width: 100%;
        border-top: 1px solid var(--gray-200);
        display: flex;
        margin:10px 0 0 0;
        padding:10px 0 0 0;
        align-items: center;
        justify-content: flex-end;
    }
    .w-header-contacts span {
        color: var(--black);
        font-weight: 500;
        font-size: 12px;
		margin:0 20px 0 0;
    }
    .w-header-contacts a {
        display: flex;
        align-items: center;
        font-weight: 500;
        font-size: 12px;
        color: var(--black);
    }
    .w-header-contacts a img {
        position: relative;
        top: -2px;
        width: 16px;
        height: 16px;
        margin: 0 5px 0 0;
        transition: 0.3s;
    }
    /**/
    .header-catalog-show-btn{
        width:100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        height:40px;
        background: var(--blue-500);
        color:var(--white);
        border-radius: 4px;
    }
    /**/
    .header-mobile-panel{
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100vh;
        z-index: 8;
        background: var(--white);
        transition: .6s;
    }
    .header-mobile-panel.show{
        left:0;
    }
    .header-mobile-panel-overlay{
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        z-index: 7;
        background: rgba(0,0,0,0.7);
        transition: .3s;
    }
    .header-mobile-panel-overlay.show{
        left:0;
    }
    .header-mobile-panel-hide-btn{
        position: fixed;
        top: 0;
        height: 100vh;
        width: 20%;
        display: flex;
        justify-content: center;
        right: -100%;
        transition: .6s;
    }
    .header-mobile-panel.show .header-mobile-panel-hide-btn{
        right: 0;
    }
    .header-mobile-panel-hide-btn:after {
        content: '\e90b';
        font-family: si-solid;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 50px;
        display: flex;
        align-items: center;
        color: var(--white);
        font-size: 26px;
    }
    .header-mobile-panel-body{

    }
    /**/
    /*account*/
    .header-account{
        display:flex;
        align-items:center;
        height: 50px;
        padding:0 10px;
        border-bottom: 1px solid #e3e3e3;
        position:relative;
        cursor:pointer;
    }
    .header-account-icon{
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin:0 5px 0 0;
    }
    .header-account-icon:before{
        content: '\e928';
        font-size: 20px;
        color: var(--gray-600);
        font-family: 'si-solid';
        transition: .3s;
    }
    .header-account-name span, .header-account-name a{
        font-size:14px;
        font-weight:500;
        color: var(--gray-600);
    }
    .header-account-name:hover span, .header-account-name:hover a{
        color: var(--gray-900);
    }
    /**/
    /*w language*/
    .w-language-drop{
        display: flex;
        align-items: center;
        height: 50px;
        position:relative;
        padding:0 10px;
    }
    .w-language-drop-title{
        margin:0 20px 0 0;
    }
    .w-language-drop-current{
        display: none;
    }
    .w-language-drop-container{

    }
    .w-language-drop-list{
        display: flex;
    }
    .w-language-drop-list-element:first-child{
        margin:0 10px 0 0;
    }
    .w-language-drop-list-element a{
        display: flex;
        padding: 4px 10px;
        border-radius: 4px;
        font-size:16px;
        font-weight: 500;
        background: var(--gray-200);
        color: var(--gray-600);
    }
    .w-language-drop-list-element a:hover{
        color:var(--light-blue-600);
    }
    .w-language-drop-list-element span{
        display: flex;
        padding: 4px 10px;
        border-radius: 4px;
        font-size:16px;
        background: var(--light-blue-400);
        color:var(--white);
    }
    /**/
    .w-header-menu{
        border-top: 1px solid #e3e3e3;
    }
    .w-header-menu-title{
        display: none;
    }
    .w-header-menu-level-1{

    }
    .w-header-menu-level-1-element{

    }
    .w-header-menu-level-1-link{
        display: flex;
        align-items: center;
        height: 50px;
        border-bottom: 1px solid #e3e3e3;
        padding:0 10px;
        font-weight: 500;
    }
    .w-header-menu-level-1-element:first-child .w-header-menu-level-1-link{
        color: var(--blue-500);
    }
    /**/








}




.wgt-review-list{
	display:flex;
	flex-wrap:wrap;
}
.review-rating{
	width:300px;
	margin:0 50px 20px 0;
	
}
.review-rating-content{
	background:#f8f8f8;
	padding:20px;
	border-radius:6px;
	margin:0 0 20px 0;
}
.review-rating-stars{
	padding:20px 0;
	display:flex;
	align-items:center;
	text-align:center;
	justify-content:center;
}
.review-rating-star{
	display: block;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(/icons/review-star-check.svg);
    background-size: 40px 40px;
}

.review-rating-makr2{
	display:flex;
	align-items:center;
	text-align:center;
	justify-content:center;
}
.review-rating-makr{
	margin:0 10px 0 0;
}
.wgt-review-btn{
	background:var(--blue-600);
	color:#fff;
	font-size:16px;
	display:block;
	width:100%;
	height:60px;
	line-height:60px;
}

.review-items{
	width:calc(100% - 400px);
}
.review-item{
	display:flex;
	flex-wrap:wrap;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:1px dashed #e3e3e3;
}
.review-item-a{
	width:250px;
}
.review-item-name{
	font-size:18px;
	font-weight:500;
	margin:0 0 10px 0;
}
.review-item-date{
	font-size:14px;
	margin:10px 0 0 0;
}
.review-item-stars{
	display:flex;
	align-items:center;
}
.review-item-star{
	display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(/icons/review-star-check.svg);
    background-size: 20px 20px;
}

.review-item-b{
	width:calc(100% - 300px);
	
}
.review-item-response{
	background:#f8f8f8;
	border-radius:6px;
	margin:15px 0 0 0;
	padding:10px;
	font-size:16px;
}
.review-item-response span{
	font-weight:500;
	margin:0 10px 0 0;
}
@media (max-width: 1023px) {
.review-rating{
	width:100%;
	margin:0 0 20px 0;
	
}
.review-items{
	width:100%;
}
.review-item-a,
.review-item-b{
	width:100%;
}



}