@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:-40px;
    }
    /*header a*/
    .header-a{
        background: var(--indigo-700);
    }
    .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: var(--indigo-500);
        transition: .3s;
    }
    .header-b-container{
        display: flex;
        align-items: center;
        padding:20px 0;
        transition: .3s;
    }
    .header.fixed .header-b{
        background: var(--indigo-500);
        border-bottom: 1px solid var(--indigo-600);
        box-shadow: 0 10px 10px rgb(0 0 0 / 2%);
    }

    /*phone*/
    .w-header-contacts{
        position: relative;
        display: flex;
        align-items: center;
    }
    .w-header-contacts > span{
        display: flex;
        align-items: center;
        position: relative;
        margin:0 0 0 20px;
        color:var(--white);
        font-size:16px;
        font-weight: 500;
        cursor: pointer;
    }
    .w-header-contacts > span:before{
        content: '\e91c';
        font-family: si-solid;
        margin:0 10px 0 0;
        font-size: 30px;
    }
    .w-header-contacts > span:after{
        content: '\e907';
        font-family: si-solid;
        margin:0 0 0 5px;
        font-size: 10px;
    }
    .w-header-contacts-main-email:before {
        content: '\e911' !important;
        font-family: si-solid;
        margin:0 10px 0 0;
        font-size: 30px;
    }
    .w-header-contacts-main-email:after{
        display: none;
    }

    /**/
    .w-header-contacts-container{
        position: absolute;
        top:100%;
        right:0;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        padding:35px 0 0 0;
        width: 250px;
    }
    .w-header-callback{
        margin:0 0 0 10px;
    }
    .w-header-callback span{
        display: flex;
        align-items: center;
        height: 30px;
        padding:0 10px;
        border-radius: 4px;
        color: var(--amber-300);
        border: 2px dashed var(--amber-400);
        cursor: pointer;
    }
    .w-header-callback span:hover{
        color: var(--amber-200);
        border-bottom: 2px dashed var(--amber-200);
    }
    .w-header-contacts:hover .w-header-contacts-container{
        opacity: 1;
        visibility: visible;
    }
    .w-header-contacts-content{
        background: var(--white);
        box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
        padding:30px;
        border-radius: 4px;
    }
    .w-header-contacts-block{
        margin:0 0 20px 0;
    }
    .w-header-contacts-block:last-child{
        margin: 0;
    }
    .w-header-contacts-title{
        display: block;
        font-size: 14px;
        font-weight: 500;
        color:var(--gray-700);
        margin:0 0 5px 0;
        text-align:center;
    }
    .w-header-contacts-phones,
    .w-header-contacts-email{
        text-align:center;
    }
    .w-header-contacts-phones li{
        margin:0 0 10px 0;
    }
    .w-header-contacts-phones a{
        position: relative;
        padding:0 0 0 30px;
        color:var(--black);
        font-size: 18px;
    }
    .w-header-contacts-phones a:hover{
        color:var(--orange-700);
        font-size: 18px;
    }
    .w-header-contacts-phones li:nth-child(1) a:before{
        position: absolute;
        top:50%;
        left:0;
        transform: translateY(-50%);
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: url("../images/logo-kievstar.png");
        background-size: 100% 100%;
    }
    .w-header-contacts-phones li:nth-child(2) a:before{
        position: absolute;
        top:50%;
        left:0;
        transform: translateY(-50%);
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: url("../images/logo-vodofon.png");
        background-size: 100% 100%;
    }
    .w-header-contacts-phones li:nth-child(3) a:before{
        position: absolute;
        top:50%;
        left:0;
        transform: translateY(-50%);
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: url("../images/logo-lifecel.png");
        background-size: 100% 100%;
    }


    .w-header-contacts-worktime{
        display: block;
        font-size: 14px;
        font-weight: 500;
        color:var(--black);
        margin:0 0 5px 0;
        text-align:center;
    }
    .w-header-contacts-messages{
        display: flex;
        align-items: center;
        justify-content:center;
    }
    .w-header-contacts-messages a{
        margin:0 5px;
    }
    .w-header-contacts-messages a img{
        width:30px;
    }
    .w-header-contacts-messages a.viber-desktop{
        display: block;
    }
    .w-header-contacts-messages a.viber-mobile{
        display: none;
    }
    .w-header-contacts-messages a:hover{
        opacity: .7;
    }
    .w-header-contacts-callback{

    }
    .w-header-contacts-callback .btn{
        display: block;
        text-align: center;
        color: var(--black);
        background: var(--amber-400);
    }
    .w-header-contacts-callback .btn:hover{
        background: var(--amber-500);
    }

    /*w language*/
    .w-language-drop{
        position:relative;
        margin:0 0 0 30px;
        cursor: pointer;
    }
    .w-language-drop-title{
        display: none;
    }
    .w-language-drop-list{
        display: flex;
        align-items: center;
    }
    .w-language-drop-list-element:first-child{
        margin:0 10px 0 0;
    }
    .w-language-drop-list-element a{
        color: var(--yellow-500);
        font-size: 16px;
    }
    .w-language-drop-list-element span{
        color: var(--yellow-700);
        font-size: 16px;
    }



    .header-cart{
        margin:0 0 0 25px;
        cursor: pointer;
    }
    .header-cart-btn{
        position: relative;
        display:flex;
        align-items: center;
        justify-content: flex-start;
        width:40px;
        height:40px;
    }
    .header-cart-btn:before{
        content: '\e905';
        font-size: 24px;
        color: var(--white);
        font-family: 'si-solid';
        transition: .3s;
    }
    .header-cart-icon{
        width:30px;
        height:30px;
    }
    .header-cart-count{
        position: absolute;
        top: 9px;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding:0 5px;
        height: 20px;
        width: 20px;
        font-size: 12px;
        font-weight: 500;
        border: 0 solid var(--yellow-400);
        color: #000;
        background: var(--yellow-400);
        transition: .2s;
        border-radius: 10px;
    }
    .header-cart:hover .header-cart-count{
        top:3px;
        right:-3px;
        width:26px;
        height:26px;
        border-radius: 13px;
    }







    /*logo*/
    .w-header-logo{
        width:180px;
        margin:0 30px 0 0;
    }

    /*nav catalog*/
    .header-nav-catalog{
        position: relative;
        margin:0 30px 0 0;
    }
    .header-nav-catalog-btn{
        position:relative;
        display:flex;
        align-items:center;
        height:50px;
        padding:0 20px;
        background: var(--amber-400);
        border-radius: 4px;
        transition: .3s;
        cursor: pointer;

    }
    .header-nav-catalog.show .header-nav-catalog-btn{
        z-index: 9;
    }
    .header-nav-catalog-btn:before{
        content: '';
        background: url(../icons/icon-catalog-1.png);
        background-size: cover;
        width: 30px;
        height: 26px;
        transition: .3s;
        margin:0 10px 0 0;
    }
    .header-nav-catalog:hover .header-nav-catalog-btn:before{
        content: '';
        background: url(../icons/icon-catalog-2.png);
        background-size: cover;
        width: 30px;
        height: 26px;
        transition: .3s;
        margin:0 10px 0 0;
    }
    .header-nav-catalog:hover .header-nav-catalog-btn{
        background: var(--amber-600);
    }
    .header-nav-catalog-btn span{
        position:relative;
        text-transform: uppercase;
        font-size:12px;
        font-weight:500;
        color:var(--black);
    }
    .header-nav-catalog:hover .header-nav-catalog-btn:before{

    }
    /**/
    .header-nav-catalog-overlay{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        z-index: 8;
        visibility: hidden;
        opacity: 0;
        transition: .2s;
    }
    .header-nav-catalog-overlay.show{
        visibility: visible;
        opacity: 1;
    }
    /**/
    .header-nav-catalog-drop{
        position: absolute;
        top: 110%;
        left: 0;
        width:100%;
        z-index: 9;
        visibility: hidden;
        opacity: 0;
        transition: .3s;
    }
    .header-nav-catalog.show .header-nav-catalog-drop{
        top:100%;
        opacity:1;
        visibility:visible;
    }
    /*level 1*/
    .header-nav-level-1{
        margin:10px 0 0 0;
        width:350px;
        box-shadow: 0 0px 10px rgb(0 0 0 / 5%);
        background:var(--white);
        border-radius: 3px;
    }
    .header-nav-level-1-element{

    }
    .header-nav-level-1-element-link{
        position: relative;
        display: flex;
        align-items: center;
        padding:0 5px;
    }
    .header-nav-level-1-element-link img{
        width:40px;
        opacity: 1;
    }
    .header-nav-level-1-element.parent .header-nav-level-1-element-link:after{
        content: '\e909';
        font-family: si-solid;
        position: absolute;
        top:50%;
        right:10px;
        transform: translate(0, -50%);
        font-size:12px;
        color:var(--gray-700);
    }
    .header-nav-level-1-element-link span{
        display:flex;
        align-items: center;
        font-size:16px;
        font-weight:400;
        padding:20px 10px;
        color:var(--black);
    }
    .header-nav-level-1-element:hover .header-nav-level-1-element-link{
        background:var(--gray-100);
    }
    .header-nav-level-1-element:hover .header-nav-level-1-element-link span,
    .header-nav-level-1-element.active .header-nav-level-1-element-link span{
        color:var(--blue-800);
        font-weight:500;
    }
    /*level 2*/
    .header-nav-level-2{
        position:absolute;
        top:10px;
        left:350px;
        width:350px;
        background:#fff;
        border: 1px solid #f2f2f2;
        z-index:9;
        opacity:0;
        visibility:hidden;
        box-shadow: 0 0 30px rgb(0 0 0 / 10%);
        transition:.3s;
        transition-duration: 0.2s;
        transition-delay: 0.2s;
        min-height: 100%;
        margin:0 0 0 -1px;
    }
    .header-nav-level-1-element:hover .header-nav-level-2{
        opacity: 1;
        visibility: visible;
    }
    .header-nav-level-2-element{

    }
    .header-nav-level-2-element-link{
        position: relative;
        display: flex;
        align-items: center;
        padding:0 5px;
    }
    .header-nav-level-2-element-link img{
        width:40px;
        opacity: 1;
    }
    .header-nav-level-2-element.parent .header-nav-level-2-element-link:after{
        content: '\e909';
        font-family: si-solid;
        position: absolute;
        top:50%;
        right:10px;
        transform: translate(0, -50%);
        font-size:12px;
        color:var(--gray-700);
    }
    .header-nav-level-2-element-link span{
        display:flex;
        align-items: center;
        font-size:16px;
        font-weight:400;
        padding:20px 10px;
        color:var(--black);
    }
    .header-nav-level-2-element:hover .header-nav-level-2-element-link{
        background:var(--gray-100);
    }
    .header-nav-level-2-element:hover .header-nav-level-2-element-link span,
    .header-nav-level-2-element.active .header-nav-level-2-element-link span{
        color:var(--blue-800);
        font-weight:500;
    }
    /*level 3*/
    .header-nav-level-3{
        display:none;
    }

    /*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:last-child{

    }
    .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:16px;
        font-weight:400;
        color:var(--white);
        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(--yellow-700);
    }

        /**/
    .w-header-menu-drop{
        position:absolute;
        top:100%;
        left:0;
        opacity:0;
        visibility:hidden;
        transition:0.3s;
        z-index:9;
        padding:20px 0 0 0;
    }
    .w-header-menu-level-1-element:hover .w-header-menu-drop{
        visibility:visible;
        opacity:1;
    }
    .w-header-menu-level-2{
        width:300px;
        background:#fff;
        border-radius: 3px;
        box-shadow: 0 0 10px rgb(0 0 0 / 20%);
        padding:10px 0;
    }
    .w-header-menu-level-2-element{

    }
    .w-header-menu-level-2-link{
        display:block;
        padding: 10px 10px;
        font-size:14px;
        font-weight: 400;
        color:var(--black);
        transition: .3s;
    }
    .w-header-menu-level-2-element:hover > .w-header-menu-level-2-link,
    .w-header-menu-level-2-element.active > .w-header-menu-level-2-link{
        color:var(--orange-600);

    }


    /*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;
        background: var(--indigo-700);
        font-size: 14px;
        font-weight: 400;
        color: var(--white);
        height:50px;
        line-height:50px;
        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(--white);
    }

}



/*search drop*/
.w-search-drop {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    z-index: 992;
}
.w-search-drop-title {
    font-size: 14px;
    color: var(--gray-900);
    margin: 0 0 20px 0;
}
.w-search-drop-container {
    display: flex;
}
.w-search-drop-products {
    width: 50%;
    max-height: 60vh;
    overflow-y: auto;
    padding: 10px 20px 10px 0;
}
.w-search-product {
    position:relative;
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dashed var(--gray-300);
}
.w-search-product-image {
    width: 120px;
    margin: 0 10px 0 0;
    border: 1px solid var(--gray-300);
    border-radius: 3px;
    overflow: hidden;
}
.w-search-product-label {
    display:none;
}
.w-search-product-label span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 12px;
}
.w-search-product-content {
    width: calc(100% - 130px);

}
.w-search-product-name {
    width: 70%;
    padding: 0 20px 0 0;
}
.w-search-product-name a {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}
.w-search-product-name a:hover {
    color: var(--indigo-500);
}

.w-search-product-prices {
    display: flex;
    margin: 10px 0 0 0;
}
.w-search-product-new-price {
    font-size: 18px;
    font-weight: 500;
    color: var(--orange-600);
}
.w-search-product-old-price {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 0 20px;
}
/**/
.w-search-drop-categories {
    width: 50%;
    max-height: 60vh;
    overflow-y: auto;
    padding: 10px 20px 10px 20px;
}
.w-search-drop-category {
    margin: 0 0 10px 0;
}
.w-search-drop-category a {
    color: var(--black);
    border-bottom: 1px dashed transparent;
}
.w-search-drop-category a:hover {
    color: var(--indigo-500);
    border-bottom: 1px dashed var(--indigo-500);
}
/**/
.w-search-drop-footer {
    padding: 20px 0;
}
.w-search-drop-footer a {
    color: var(--white);
    background: var(--indigo-500);
    margin: 0 10px 0 0;
}
.w-search-drop-footer a:hover {
    color: var(--white);
    background: var(--indigo-600);
}
.w-search-drop-footer span {
    color: var(--black);
    background: var(--gray-300);
}
.w-search-drop-footer span:hover {
    color: var(--black);
    background: var(--gray-400);
}
/**/
.w-search-no-results {
    padding: 20px 10px;
}

@media (max-width: 1023px) {
    .w-search-result {
        position: absolute;
        top: 10vh;
        left: 10px;
        right: 10px;
    }
    .w-search-drop-title{
        display: none;
    }
    .w-search-drop-products {
        width: 100%;
        max-height: 60vh;
    }
    .w-search-drop-categories {
        display: none;
    }


    .header-cart{
        margin:0 0 0 25px;
        cursor: pointer;
    }
    .header-cart-btn{
        position: relative;
        display:flex;
        align-items: center;
        justify-content: flex-start;
        width:40px;
        height:40px;
    }
    .header-cart-btn:before{
        content: '\e905';
        font-size: 24px;
        color: var(--white);
        font-family: 'si-solid';
        transition: .3s;
    }
    .header-cart-icon{
        width:30px;
        height:30px;
    }
    .header-cart-count{
        position: absolute;
        top: 9px;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        padding:0 5px;
        width: 20px;
        height: 20px;
        font-size: 12px;
        font-weight: 500;
        border: 0 solid var(--yellow-400);
        color: #000;
        background: var(--yellow-400);
        transition: .2s;
        border-radius: 10px;
    }
    .header-cart:hover .header-cart-count{
        top:3px;
        right:-3px;
        width:26px;
        height:26px;
        border-radius: 13px;
    }

}





.catalog-elements{
	display:flex;
	flex-wrap:wrap;
}
.catalog-element{
	width:50%;
	margin:0 0 50px 0;
}
.catalog-element-header{
	display:flex;
	align-items:center;
}
.catalog-element-header img{
	width:70px;
	margin:0 20px 0 0;
}
.catalog-element-header a{
	font-size:20px;
	font-weight:500;
	color:var(--black);
}
.catalog-element-header a:hover{
	color:var(--indigo-500);
}
.catalog-element-body{
	margin:0 0 0 90px;
}
.catalog-element-body ul li{
	margin:0 0 10px 0;
}
.catalog-element-body ul li a{
	display:flex;
	align-items:center;
	position:relative;
	font-size:16px;
	color:var(--black);
}
.catalog-element-body ul li a:hover{
	color:var(--indigo-500);
}
.catalog-element-body ul li a:before{
	content:'';
	display:block;
	width:6px;
	height:6px;
	border-radius:3px;
	background:var(--black);
	margin:0 10px 0 0
	
}
@media (max-width: 1023px) {
	.catalog-element{
		width:100%;
	}
	.catalog-element-header a{
		font-size:18px;
	}
	.catalog-element-body ul li a{
		font-size:14px;
	}
}


@media (max-width: 1023px) {
    .header{
        position: fixed;
        left:0;
        top:0;
        right:0;
        z-index: 9;
        background: var(--indigo-700);
    }
    #header-desktop{
        display: none;
    }
    #header-mobile{
        display: block;
    }
    .header-sidebar-container{
        padding:10px;
    }
    .header-container{
        display: flex;
        align-items: center;
        height: 60px;
    }
    .header-a-left{
        display: flex;
        align-items: center;
        width:150px;
    }
    .header-sidebar-show-btn{
        margin:0 10px 0 0;
    }
    .header-sidebar-show-btn:after{
        content: '\e902';
        font-family: si-solid;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        color: var(--black);
        background: var(--white);
        border-radius: 20px;
        font-size: 20px;
    }
    .header-b-left{
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width:calc(100% - 150px);
    }
    /**/
    .w-language-drop{
        margin:0 0 20px 0;
    }
    .w-language-drop-title{
        display: none;
    }
    .w-language-drop-list{
        display: flex;
        align-items: center;
        margin:0 0 0 -10px;
    }
    .w-language-drop-list-element{
        width:calc(50% - 10px);
        margin:0 0 0 10px;
    }
    .w-language-drop-list-element span{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        border-radius: 4px;
        color:#fff;
        font-weight: 500;
        background: var(--indigo-100);
    }
    .w-language-drop-list-element a{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 30px;
        border-radius: 4px;
        font-weight: 500;
        background: var(--gray-100);
    }

    /**/
    .w-header-contacts{
        display: none;
    }
    .w-header-contacts-mobile{
        display: block;
    }
    .w-header-contacts-mobile:after {
        content: '\e91c';
        font-family: si-solid;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        color: var(--white);
        font-size: 24px;
        cursor: pointer;
    }
    /*modal-contacts*/
    .m-contacts {
        padding: 30px 0 0 0;
    }
    .m-contact-title {
        display: flex;
        justify-content: center;
        margin: 0 0 20px 0;
        font-size: 16px;
    }
    .m-contact-block {
        margin: 0 0 30px 0;
    }
    .m-contact-phones {

    }
    .m-contact-phone {
        display: flex;
        justify-content: center;
        margin: 0 0 15px 0;
    }
    .m-contact-phone a {
        position: relative;
        padding:0 0 0 30px;
        font-size: 18px;
        font-weight: 300;
        color: var(--black);
    }
    .m-contact-phone a:hover {
        color: var(--orange-600);
    }

    .m-contact-phones li:nth-child(1) a:before{
        position: absolute;
        top:50%;
        left:0;
        transform: translateY(-50%);
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: url("../images/logo-kievstar.png");
        background-size: 100% 100%;
    }
    .m-contact-phones li:nth-child(2) a:before{
        position: absolute;
        top:50%;
        left:0;
        transform: translateY(-50%);
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: url("../images/logo-vodofon.png");
        background-size: 100% 100%;
    }
    .m-contact-phones li:nth-child(3) a:before{
        position: absolute;
        top:50%;
        left:0;
        transform: translateY(-50%);
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: url("../images/logo-lifecel.png");
        background-size: 100% 100%;
    }


	.m-contact-worktime{
		text-align:center;
	}
    /*message*/
    .m-contact-messages {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .m-contact-messages a {
        margin: 0 10px
    }

    /**/
    .m-contact-callback {
        display: flex;
        justify-content: center;
    }
    .m-contact-callback .btn {
        background: var(--orange-600);
        color: var(--white);
    }
    .m-contact-callback .btn:hover {
        background: var(--orange-700);
        color: var(--white);
    }

    /**/
    .header-sidebar{
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100vh;
        z-index: 92;
        background: var(--white);
        transition: .6s;
    }
    .header-sidebar.show{
        left: 0;
    }
    .header-sidebar-overlay {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        z-index: 91;
        background: rgba(0,0,0,0.7);
        transition: .3s;
    }
    .header-sidebar-overlay.show{
        left: 0;
    }
    .header-sidebar-hide-btn{
        position: fixed;
        top: 0;
        height: 100vh;
        width: 20%;
        display: flex;
        justify-content: center;
        right: -100%;
        transition: .6s;
    }
    .header-sidebar-hide-btn:after{
        content: '\e90b';
        font-family: si-solid;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        height: 60px;
        display: flex;
        align-items: center;
        color: var(--white);
        font-size: 26px;
    }
    .header-sidebar.show .header-sidebar-hide-btn{
        right:0;
    }
    /**/
    .w-search-icon {
        display: block;
        margin: 0 20px 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(--white);
        font-size: 24px;
        cursor: pointer;
    }
    .w-search{
        display: none;
    }
    .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:27px;
        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-sidebar-body{
        max-height: 90vh;
        overflow-y: auto;
    }
    .header-nav-catalog{
        margin:0 0 20px 0;
    }
    .header-nav-catalog-btn{
        display: none;
    }
    .header-nav-catalog-btn span{

    }
    .header-nav-catalog-drop{

    }
    .header-nav-level-1{

    }
    .header-nav-level-1-element{
        background: var(--gray-100);
        padding:20px 10px 10px 10px;
        border-radius: 4px;
        margin:0 0 10px 0;
    }
    .header-nav-level-1-element-link{
        display: flex;
        margin:0 0 20px 0;
    }
    .header-nav-level-1-element-link img{
        display: none;
    }
    .header-nav-level-1-element-link span{
        font-size:14px;
        font-weight: 500;
    }
    /**/
    .header-nav-level-2{

    }
    .header-nav-level-2-element{

    }
    .header-nav-level-2-element-link{
        display: flex;
        align-items: center;
        margin:0 0 10px 0;
    }
    .header-nav-level-2-element-link img{
        width:40px;
        margin:0 10px 0 0;
    }
    .header-nav-level-2-element-link span{
        font-size:14px;
        font-weight: 500;
    }
    /**/
    .w-header-menu{
        padding:0 10px;
    }
    .w-header-menu-title{
        display: none;
    }
    .w-header-menu-level-1{

    }
    .w-header-menu-level-1-element{
        margin:0 0 16px 0;
    }
    .w-header-menu-level-1-element a{
        font-size:14px;
        font-weight: 500;
    }
}
/**********************************************************************************************************************/
.main-container{
    padding:136px 0 0 0;
}
@media (max-width: 1023px) {
    .main-container{
        padding:60px 0 0 0;
    }

}
/*breadcrumbs*/
.breadcrumbs {
    padding: 15px 0;
    border-bottom: 1px solid var(--gray-100);
    margin:0 0 20px 0;
}
.breadcrumbs-container ol {
    display: flex;
    align-items: center;
}
.breadcrumbs-container ol li {
    color: var(--gray-700);
}
.breadcrumbs-container ol li:after {
    content: '/';
    margin: 0 5px;
    color: var(--gray-700);
}
.breadcrumbs-container ol li:last-child:after {
    display: none;
}
.breadcrumbs-container ol li a {
    font-size: 14px;
    color: var(--gray-700);
    border-bottom: 1px dashed transparent;
}
.breadcrumbs-container ol li a:hover {
    color: var(--blue-500);
    border-bottom: 1px dashed var(--blue-500);
}
.breadcrumbs-container ol li span {

}

@media (max-width: 1023px) {
    .breadcrumbs{
        padding:10px;
        margin:0 0 20px 0;
    }
    .breadcrumbs-container{
        padding:0;
        margin:0;
    }
    .breadcrumbs-container ol li {
        display: none;
    }
    .breadcrumbs-container ol li:after {
        display: none;
    }
    .breadcrumbs-container ol li:before {
        content: '\68';
        font-family: si-solid;
        font-size: 12px;
    }
}


/**/
.w-banner{
    position: relative;
    background:var(--indigo-500) url(../images/pack-vektor.svg) 0 0 repeat;
    overflow: hidden;
    background-size: 200px;
    padding:30px 0 30px 0;
    color: #fff;
    margin:0 0 50px;
}
.w-banner:after {
    content: '';
    z-index: 1;
    background: linear-gradient(to bottom, var(--indigo-500), transparent);
    position: absolute;
    left: 0;
    right:0;
    bottom:0;
    top: 0;
    opacity: 1;
}
.w-banner-container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 3;
}
/**/
.w-banner-content{
    width:50%;
}
.w-banner-title{
    color:var(--white);
    font-size:34px;
    font-weight: 500;
    line-height: 120%;
    margin:0 0 30px 0;
}
.w-banner-subtitle{
    color:var(--white);
    font-size:18px;
    line-height: 140%;
    margin:0 0 30px 0;
}
.w-banner-callback .btn{
    color:var(--white);
    font-size: 16px;
    font-weight: 500;
    background: var(--teal-500);
}
/**/
.w-banner-image{
    width:50%;
    display: flex;
    justify-content: flex-end;
}
.w-banner-image img{
    max-width: 400px;
}
@media (max-width: 1200px) {
    .w-banner-title{
        font-size: 26px;
        font-weight: 500;
        line-height: 150%;
        margin: 0 0 30px 0;
    }
}
@media (max-width: 768px) {
    /**/
    .w-banner{
        margin:0 0 25px 0;
    }
    .w-banner-container{
        width:100%;
    }
    .w-banner-content{
        width:100%;
        text-align: center;
        padding:0 20px;
    }
    .w-banner-title{
        font-size: 22px;
        font-weight: 500;
        line-height: 150%;
        margin: 0 0 30px 0;
    }
    .w-banner-subtitle{

    }
    .w-banner-callback{

    }
    .w-banner-callback .btn-l {
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
        font-size: 14px;
    }
    .w-banner-image{
        display: none;
    }
}
/*page*/
/*p-page*/
.p-page {
    margin: 0 0 50px 0;
}
.p-page-head {
    margin: 0 0 30px 0;
}
.p-page-head-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 10px 0;
    padding: 0;
}
.p-page-container {
    margin: 0 0 50px 0;
}

/*p contact*/
.p-contacts{
    display: flex;
    flex-wrap: wrap;
}
.p-contacts-block{
    width:33.333333%;
    margin:0 0 20px 0;
    text-align: center;
}
.p-contacts-block-title{
    font-size: 16px;
    font-weight:600;
    color:var(--gray-700);
    margin:0 0 20px 0;
}
@media (max-width: 768px) {
.p-contacts-block{
    width:100%;
    margin:0 0 20px 0;
    text-align: center;
}	
}
/**/
.p-contacts-phone{

}
.p-contacts-phone li{
    margin:0 0 15px 0;
}
.p-contacts-phone li a{
    position: relative;
    padding:0 0 0 30px;
    font-size: 18px;
    color: var(--black);
}
.p-contacts-phone li a:hover{
    font-size: 18px;
    color: var(--indigo-500);
}
.p-contacts-phone-block li:nth-child(1) a:before{
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/logo-kievstar.png");
    background-size: 100% 100%;
}
.p-contacts-phone-block li:nth-child(2) a:before{
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/logo-vodofon.png");
    background-size: 100% 100%;
}
.p-contacts-phone-block li:nth-child(3) a:before{
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/logo-lifecel.png");
    background-size: 100% 100%;
}

/**/
.p-contacts-messenger-list{
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-contacts-messenger-list a{
    margin:0 5px;
}
.p-contacts-map{
    width:100%;
    background: #ccc;
    border-radius: 4px;
    overflow: hidden;
}
.p-contacts-map iframe{
    display: block !important;
    width: 100% !important;
    height: 450px !important;
}
/*product preview*/
.product-preview {
    position: relative;
    width: calc(25% - 10px);
    margin: 0 0 10px 10px;
    padding: 10px;
    background: var(--white);
    border: 2px solid var(--gray-200);
    border-radius: 3px;
    overflow: hidden;
    transition: .3s;
}
.product-preview:hover {
    border: 2px solid var(--indigo-300);
}
.product-preview-image {

}
.product-preview-image img {
    transition: .3s;
}
.product-preview:hover .product-preview-image img {
    transform: scale(0.9, 0.9);
}
.product-preview-content {
    padding: 10px 0 0 0;
}
.product-preview-available{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 0 15px 0;
}
.product-yes-available{
    display: flex;
    align-items: center;
    height: 30px;
    padding:0 20px;
    font-size: 12px;
    font-weight: 500;
    border: 2px dashed var(--teal-500);
    color: var(--teal-500);
    border-radius: 5px;
}
.product-no-available{
    display: flex;
    align-items: center;
    height: 30px;
    padding:0 20px;
    font-size: 12px;
    font-weight: 500;
    border: 2px dashed var(--red-500);
    color: var(--red-500);
    border-radius: 5px;
}
.product-preview-name {
    position: relative;
    text-align: center;
	height:64px;
    margin: 0 0 10px 0;
	overflow:hidden;
}
.product-preview-name a {
    font-size: 16px;
    color: var(--black);
}
.product-preview-name a:hover {
    color: var(--indigo-500);
}
.product-preview-price{
	font-size: 16px;
    text-align: center;
    
    padding: 0 0 10px 0;
    margin: 0 0 0 0;
}
.product-preview-price span {
    font-size: 20px;
    font-weight: bold;
}
.product-preview-price small {
    font-size: 14px;
	padding:0 0 0 3px;
}
/**/
.product-preview-controls{
    display: flex;
    justify-content: center;
}

.product-preview-button-2 {
    background: var(--teal-400);
    color: var(--white);
    margin:0 0 10px 0;
}
.product-preview-button-2:hover {
    background: var(--teal-500);
    color: var(--white);
}
.product-preview-button-3{
    background: var(--amber-400);
    color: var(--black);
    margin:0 0 10px 0;
}
.product-preview-button-3{
    background: var(--amber-500);
    color: var(--black);
}
@media (max-width: 680px) {
    .product-preview-name a {
        font-size: 14px;
        color: var(--black);
    }
}
/**/
.w-wall{
    margin: 0 0 20px 0;
}
.w-wall-head{
    margin: 0 0 40px 0;
    text-align: center;
}
.w-wall-head-title{
    font-size: 28px;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    padding: 0;
    margin:0 0 20px 0;
    color: var(--black);
}
.w-wall-head-subtitle{
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
}
.w-wall-container{

}
.w-wall-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 0 0 -30px;
}
.w-wall-item{
    width:calc(33.333333% - 30px);
    background: var(--gray-50);
	border:2px solid var(--gray-50);
    border-radius: 5px;
    margin:0 0 30px 30px;
    padding:10px;
	transition:.3s;
}
.w-wall-item:hover{
	border:2px solid var(--indigo-500);
}
.w-wall-item-image{
    display: flex;
    justify-content: center;
    margin:0 0 20px 0;
}
.w-wall-item-image img{
    max-width: 200px;
}
.w-wall-item-content{
    text-align: center;
}
.w-wall-item-title{
    font-size: 16px;
    font-weight: 500;
}
.w-wall-item-button .btn{
    color:var(--white);
    background: var(--indigo-500);
}
@media (max-width: 768px) {
    .w-wall{

    }
    .w-wall-head{
        margin:0;
    }
    .w-wall-head-title{
        font-size: 20px;
        margin: 0 0 20px 0;
    }
    .w-wall-container{

    }
    .w-wall-list{
        margin: 0 0 0 -10px;
    }
    .w-wall-item {
        width: calc(50% - 10px);
        margin: 0 0 10px 10px;
        padding:10px 10px 20px 10px;
    }
    .w-wall-item-image{

    }
    .w-wall-item-image img {
        max-width: 120px;
    }
    .w-wall-item-title {
        font-size: 14px;
        font-weight: 600;
    }

}
/**/
.wgt-adventg{
    background: var(--gray-50);
    padding:50px 0;
    margin:0 0 50px 0;
}
.wgt-adventg-title{
    font-size: 28px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 50px 0;
    padding: 0;
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
}
.wgt-adventg-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;

}
.wgt-adventg-item{
    width:25%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    cursor: pointer;
}
.wgt-adventg-item-image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background: var(--teal-500);
    border-radius: 50%;
    transform-style: preserve-3d;
    margin:0 0 50px 0;
}
.wgt-adventg-item-image:before{
    content: '';
    position: absolute;
    display: block;
    width: 160px;
    height: 160px;
    border: 1px solid var(--teal-100);
    border-radius: 50%;
    transform: translateZ(-1px);
    transition: .3s;
}
.wgt-adventg-item:hover .wgt-adventg-item-image:before{
    width: 180px;
    height: 180px;
}
.wgt-adventg-item-image:after{
    content: '';
    position: absolute;
    display: block;
    width: 140px;
    height: 140px;
    background: var(--teal-50);
    border-radius: 50%;
    transform: translateZ(-1px);
    transition: .3s;
}
.wgt-adventg-item:hover .wgt-adventg-item-image:after{
    width: 160px;
    height: 160px;
}
.wgt-adventg-item-title{
    display: flex;
    justify-content: center;
    width:100%;
    font-size:16px;
    font-weight: 600;
}
.modal-adv-content{
    max-height: 70vh;
    overflow: hidden;
    overflow-y: auto;
    padding:0 20px 0 0;
}
@media (max-width: 768px) {
    /**/
    .wgt-adventg{
        padding: 25px 0;
        margin: 0 0 25px 0;
    }
    .wgt-adventg-head{

    }
    .wgt-adventg-title{
        font-size: 20px;
  
        margin: 0 0 40px 0;
    }
    .wgt-adventg-list{

    }
    .wgt-adventg-item{
        width: 50%;
        margin:0 0 50px 0;
    }
    .wgt-adventg-item-image{
        width: 70px;
        height: 70px;
        background: var(--teal-500);
        margin: 0 0 30px 0;
    }
    .wgt-adventg-item-image img{
        width:40px;
    }
    .wgt-adventg-item-image:before,
    .wgt-adventg-item:hover .wgt-adventg-item-image:before {
        width: 110px;
        height: 110px;
    }
    .wgt-adventg-item-image:after,
    .wgt-adventg-item:hover .wgt-adventg-item-image:after {
        width: 90px;
        height: 90px;
    }
    .wgt-adventg-item-title{
        font-size: 14px;
        font-weight: 600;
    }
    /**/

}

/**/
.w-about{
    margin:0 0 100px 0;
}
.w-about-title{
    font-size: 28px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 20px 0;
    padding: 0;
    color: var(--black);
}
.w-about-container{

}
.w-about-content{
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    padding:0 30px 0 0;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .w-about{
        margin:0 0 50px 0;
    }
    .w-about-title{
        font-size: 20px;
       
        text-align: center;
    }
    .w-about-container{
        border:1px solid #e3e3e3;
        padding:10px;
        border-radius: 5px;
    }
    .w-about-content {
        padding: 0 10px 0 0;
    }
}
/**/
.w-faq{
    margin:0 0 50px 0;
}
.w-faq-head{

}
.w-faq-head-title{
    font-size: 28px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 20px 0;
    padding: 0;
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
}
.w-faq-questions{

}
.w-faq-question{
    margin:0 0 10px 0;
    background: var(--gray-100);
    padding:15px;
    border-radius: 4px;
}
.w-faq-question-name{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.w-faq-question-name:before{
    content: '\e907';
    font-family: si-solid;
    color: var(--amber-700);
    font-size: 24px;
    margin:0 20px 0 0;
    transition: .3s;
}
.w-faq-question.active .w-faq-question-name:before{
    transform: rotate(180deg);
}
.w-faq-question.active .w-faq-question-name{

}
.w-faq-question-response{
    padding:20px 0 0 45px;
}
.w-faq-question.active .w-faq-question-response{
    display: block;
}
@media (max-width: 768px) {
    .w-faq{
        margin:0 0 20px 0;
    }

    .w-faq-head-title{
        font-size: 22px;
    }
    .w-faq-question-name{
        font-size: 14px;
    }
    .w-faq-question-name:before{
        content: '\e907';
        font-family: si-solid;
        color: var(--amber-700);
        font-size: 20px;
        margin:0 20px 0 0;
        transition: .3s;
    }
}


/**/
.w-attention{
    position: relative;
    background: var(--indigo-500) url(../images/pack-vektor.svg) 0 0 repeat;
    border-radius: 4px;
    padding: 50px 0;
    margin: 0 0 50px 0;
}
.w-attention:after{
    content: '';
    z-index: 1;
    background: var(--indigo-500);
    position: absolute;
    border-radius: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.5;
}
.w-attention-container{
    position: relative;
    z-index: 2;
}
.w-attention-title{
    font-size: 28px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 20px 0;
    padding: 0;
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
}
.w-attention-text{
    display: flex;
    justify-content: center;
    text-align: center;
    color: var(--white);
    font-size: 18px;
    margin:0 0 50px 0;
}
.w-attention-buttons{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.w-attention-buttons .btn{
    margin:0 10px;
}
.w-attention-buttons .w-attention-button-consultation{
    color: var(--black);
    background: var(--amber-400);
}
.w-attention-buttons .w-attention-button-consultation:hover{
    background: var(--amber-500);
}
.w-attention-buttons .w-attention-button-calc{
    color: var(--white);
    background: var(--teal-500);
}
.w-attention-buttons .w-attention-button-calc:hover{
    background: var(--teal-600);
}
@media (max-width: 768px) {
    .w-attention{
        position: relative;
        background: var(--indigo-500) url(../images/pack-vektor.svg) 0 0 repeat;
        padding: 25px 0;
        margin: 0 0 25px 0;
    }
    .w-attention-title{
        font-size: 20px;
    }
    .w-attention-button-consultation{
        width: 100%;
        margin:0 0 20px 0 !important;
    }
    .w-attention-button-calc{
        width: 100%;
    }
}

/**/
.w-gallery{
    margin:0 0 40px 0;
}
.w-gallery-head{

}
.w-gallery-head-title{
    font-size: 28px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 20px 0;
    padding: 0;
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
}
.w-gallery-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin:0 0 0 -30px;
}
.w-gallery-item{
    width:calc(25% - 30px);
    margin: 0 0 30px 30px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}
.w-gallery-item img{
    transition: .3s;
}
.w-gallery-item:hover img{
    transform: scale(1.1, 1.1);
}
@media (max-width: 768px) {
    .w-gallery{
        margin:0 0 20px 0;
    }
    .w-gallery-head{

    }
    .w-gallery-head-title{
        font-size: 20px;
    }
    .w-gallery-list{
        margin:0 0 0 -10px;
    }
    .w-gallery-item{
        width:calc(50% - 10px);
        margin: 0 0 10px 10px;
    }
}


/**/
.modal-review-mark {
    text-align: center;
    margin: 0 0 30px 0;
}

.modal-review-mark-label {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.modal-review-mark-stars {
    display: flex;
    justify-content: center;
}

.modal-review-mark input {
    display: none;
}

.modal-review-mark input + label {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(/icons/review-star-check.svg);
    background-size: 30px 30px;
}

.modal-review-mark input + label:hover {
    opacity: 0.7;
}

.modal-review-mark input:checked + label ~ label {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(/icons/review-star.svg);
    background-size: 30px 30px;
}

.modal-review-button {
    text-align: center;
    margin: 0 0 20px 0;
}

.modal-review-success {
    display: none;
    text-align: center;
}

.modal-review-success-message {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px 0;
    line-height: 160%;
}

/**/
.footer {

}
/**/
.footer-a {
    background: var(--indigo-500);
    padding: 30px 0;
}
.footer-a-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -50px;
}
.footer-a-container .footer-item {
    width: calc(25% - 50px);
    margin: 0 0 0 50px;
}
.footer-a-container .footer-item-title {
    font-size: 18px;
    color: var(--white);
    margin: 0 0 20px 0;
}
/*menu*/
.w-footer-menu {

}
.w-footer-menu ul {

}
.w-footer-menu ul li {
    margin: 0 0 12px 0;
}
.w-footer-menu ul li a {
    font-size: 16px;
    color: var(--white);
}
.w-footer-menu ul li a:hover {
    color: var(--amber-700);
}
.footer-item:first-child .w-footer-menu ul li:last-child{
	display:none;
}

/**/
.footer-contacts {
    width: calc(50% - 50px);
    margin: 0 0 0 50px;
}
.footer-contacts-container {
    display: flex;
    flex-wrap: wrap;
}
.footer-contacts-title {
    display: flex;
    width: 100%;
    font-size: 18px;
    color: var(--white);
    margin: 0 0 20px 0;
	line-height:18px;
}
.footer-contacts-a {
    width: 50%;
}
.footer-contacts-b {
    width: 50%;
}

/*phone*/
.footer-contacts-phone {

}
.footer-contacts-phone li {
    margin: 0 0 15px 0;
}
.footer-contacts-phone li a {
    font-size: 16px;
    color: var(--white);
}
.footer-contacts-phone li a:hover {
    color: var(--amber-700);
}
/*email*/
.footer-contacts-email {

}
.footer-contacts-email li {
    margin: 0 0 15px 0;
}
.footer-contacts-email li a {
    font-size: 16px;
    color: var(--white);
}
.footer-contacts-email li a:hover {
    color: var(--amber-700);
}
/**/
.footer-contacts-address{
    font-size: 16px;
    color: var(--white);
	 margin: 0 0 15px 0;
}
/**/
.footer-contacts-worktime{
    font-size: 16px;
    color: var(--white);
	 margin: 0 0 15px 0;
}
.footer-contacts-c{
	display:flex;
	align-items:flex-start;
	margin:30px 0 0 0;
}
/*message*/
.footer-contacts-massager {
	width:50%;
    margin: 0 0 15px 0;
}
.footer-contacts-massager-list{
    display: flex;
    align-items: center;
}
.footer-contacts-massager div{
    margin: 0 0 20px 0;
}
.footer-contacts-massager div a {
    display: flex;
    padding:5px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: var(--white);
    margin:0 10px 0 0;
}
.footer-contacts-massager div a:hover{
    opacity: .8;
}
.footer-contacts-massager .telegram a{
    background: var(--telegram-color);
}
.footer-contacts-massager .viber-desktop a,
.footer-contacts-massager .viber-mobile a{
    background: var(--viber-color);
}
.footer-contacts-massager .whatsapp a{
    background: var(--whatsapp-color);
}
/*social*/
.footer-contacts-social {
	width:50%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;

}
.footer-contacts-social a {
    margin: 0 10px 0 0;
    opacity: 1;
}
.footer-contacts-social a img{
    width: 34px;
}
.footer-contacts-social a:hover {
    opacity: 0.7;
}
/**/
.footer-b {
    background: var(--indigo-600);
}
.footer-b-container {
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footer-copyright {
    font-size: 16px;
    color: var(--white);
}
.footer-development a {
    font-size: 16px;
    color: var(--white);
}
.footer-development a:hover {
    font-size: 16px;
    color: var(--amber-500);
    border-bottom: 1px dashed var(--amber-500);
}
@media (max-width: 980px) {
    .footer-a-container {
        margin:0;
    }
    .footer-a-container .footer-item {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .footer-a-container .footer-item-title {
        font-size: 16px;
        text-align: center;
    }
    .w-footer-menu {
        text-align: center;
    }
    .w-footer-menu ul li{
        margin:0 0 10px 0;
    }
    .w-footer-menu ul li a {
        font-size: 14px;
    }
    .footer-contacts{
        display: none;
    }
    .footer-copyright,
    .footer-development {
        width: 100%;
        text-align: center;
    }
    .footer-copyright{
        margin:0 0 20px 0;
    }
}






/*mini-cart*/
.m-cart {

}
.m-cart .modal-head {
    height: 10vh;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.m-cart .modal-body {
    overflow: hidden;
    overflow-y: auto;
    max-height: 70vh;
}
.m-cart .modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    margin: 1px 0 0 0;
    height: 10vh;
    padding: 0 20px;
}
.m-cart-total {
    font-size: 20px;
    font-weight: 500;
    color: var(--black);
    margin: 0 20px 0 0;
}
.m-cart-button {

}
.m-cart-button a {
    color: var(--white);
    background: var(--teal-500);
    margin:0 0 0 10px;
}
.m-cart-button a:hover {
    color: var(--white);
    background: var(--teal-700);
}
.m-cart-button span {
    color: var(--black);
    background: var(--bluegray-100);
}
.m-cart-button span:hover {
    color: var(--black);
    background: var(--bluegray-200);
}
.m-cart-empty {
    padding: 30px 20px;
    font-size: 16px;
}
/**/
.m-cart-items-head{

}
.m-cart-items-head .m-cart-item div{
    font-size: 12px;
    font-weight: 400;
    color: var(--gray-600);
}
.m-cart-items-head .m-cart-item .m-cart-remove:after{
    content: '';
}
/**/
.m-cart-items {

}
.m-cart-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid var(--gray-200);
    padding: 15px 0;
}
.m-cart-item:last-child {
    border: none;
}
.m-cart-item-a {
    width: 100px;
}
.m-cart-image {

}
.m-cart-item-b {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 120px);
    margin: 0 0 0 20px;
}
.m-cart-item-b-a{
    width: 300px;
}
.m-cart-name a {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    border-bottom: 1px dashed transparent;
}
.m-cart-name a:hover {
    color: var(--black);
    border-bottom: 1px dashed var(--black);
}
.m-cart-item-b-b{
    position: relative;
    display: flex;
    align-items: center;
    width: calc(100% - 300px);
}
.m-cart-name {

}
.m-cart-qty {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:30%;
    font-size: 14px;
    font-weight: 500;
    padding:0 20px 0 0;
}
.m-cart-qty-change:after {
    font-family: si-solid;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    color: var(--black);
    background: var(--gray-200);
    cursor: pointer;
}
.m-cart-qty-change:hover:after {
    background: var(--gray-300);
}
.m-cart-qty-change:first-child:after {
    content: '\e91b';
}
.m-cart-qty-change:last-child:after {
    content: '\e91d';
}
/**/

.m-cart-price {
    width:35%;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}
.m-cart-price strike{
    margin:0 0 0 10px;
    color: var(--red-600);
}
.m-cart-total-price {
    width:35%;
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}
.m-cart-remove {
    position: absolute;
    top:50%;
    right: 0;
    transform: translateY(-50%);
}
.m-cart-remove:after {
    content: '\e926';
    font-family: si-solid;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--gray-400);
    cursor: pointer;
}

.m-cart-remove:hover:after {
    color: var(--red-600);
}

/**/
.m-cart-additions {
    width: 100%;
    margin: 10px 0 0 0;
}

.m-cart-addition span {
    display: flex;
    align-items: center;
    margin: 0 0 7px 0;
}

.m-cart-addition span:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background: var(--indigo-500);
    margin: 0 10px 0 0;
    font-size: 14px;
}

.m-cart-addition span a {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    border-bottom: 1px dashed transparent;
}

.m-cart-addition span a:hover {
    color: var(--black);
    border-bottom: 1px dashed var(--black);
}

@media (max-width: 1023px) {

    .m-cart-items-head{
        display: none;
    }
    .m-cart-item-a{
        width: 70px;
    }
    .m-cart-item-b {
        width: calc(100% - 80px);
        margin: 0 0 0 10px;
    }
    .m-cart-item-b-a,
    .m-cart-item-b-b{
        width: 100%;
    }
    .m-cart-name {
        width: 100%;
        padding: 0 0 10px 0;
    }
    .m-cart-qty{
        width: 130px;
    }
    .m-cart-price{
        width: auto;
        margin:0 20px 0 0;
    }
    .modal-footer{
        height: auto !important;
        padding:20px !important;
    }
    .m-cart-total{
        width: 100%;
        text-align: center;
        margin:0 0 10px 0;
    }
    .m-cart-button{
        width: 100%;
    }
    .m-cart-button span{
        display: block;
        width: 100%;
        margin:0 0 10px 0;
    }
    .m-cart-button a{
        display: block;
        width: 100%;
        margin:0;
    }
}

.p-product{

}
.p-product-title-mobile{
    display: none;
}
.p-product-main-container{
    display: flex;
    flex-wrap: wrap;
}
.p-product-main-container-a{
    position: relative;
    width:550px;
}
.p-product-main-container-sticky{

}
.p-product-main-container-b{
    width:calc(100% - 550px);
}

.product-navs{
    display: flex;
    align-items: center;
    height: 50px;
}
.product-nav{
    margin:0 20px 0 0;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.product-nav:hover{
    color: var(--indigo-500);
}


.p-product-variant-buttons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.p-product-variant-button{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding:0 10px;
    border-radius: 5px;
    background:var(--bluegray-50);
    font-size: 14px;
    font-weight: 500;
    margin:0 10px 10px 0;
    cursor: pointer;
}
.p-product-variant-button.active{
    background:var(--indigo-500);
    color: var(--white);
}

.form-control-variant{
    background: var(--white) !important;
}

.p-product-variants{

}
.p-product-variant{

}
.p-product-variant-name{
    font-size: 20px;

}
.p-product-variant-prices{
    margin:0 0 20px 0;
}
.p-product-variant-price{
    display: flex;
    position: relative;
    padding:0 0 0 10px;
}

.p-product-variant-price:before{
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: var(--gray-300);
    margin:0 10px 0 0;
}
.p-product-variant-price.active:before{
    background: var(--indigo-500);
}
.p-product-variant-price{
    display: flex;
    border-bottom: 1px solid var(--bluegray-50);
    padding:10px 0;
}
.p-product-variant-price-from{
    width: 33.3333%;
}
.p-product-variant-price-pack{
    width: 33.3333%;
}
.p-product-variant-price-pieces{
    width: 33.3333%;
}

.p-product-variant-price > div:first-child{
    padding:0 0 0 20px;
}
.p-product-variant-price:first-child:before{
    display: none !important;
}




.p-product-discount-price-list{
    margin:0 0 20px 0;
}
.p-product-discount-price-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0 0 5px 0;
}
.p-product-discount-price-head > div{
    width: 33.3333333%;
    font-size: 12px;
    font-weight: 500;
    color: var(--bluegray-500);
}


.p-product-discount-price{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px dashed var(--gray-300);
    padding:10px 0;
    cursor: pointer;
}
.p-product-discount-price:before{
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: var(--gray-300);
    margin:0 10px 0 0;
}
.p-product-discount-price.active:before{
    background: var(--indigo-500);
}
.p-product-discount-price > div{
    width: 33.3333333%;
    font-size: 16px;
}
.p-product-discount-price > div:first-child{
    padding:0 0 0 20px;
}
.p-product-discount-price:first-child:before{
    display: none !important;
}

.p-product-discount-price > div small{
    font-size:16px;
    margin:0 0 0 2px;
}


.p-product-price{
    font-size:16px;
    margin:0 20px 0 0;
}
.p-product-price i{
    color: var(--red-600);
}
.p-product-price span{
    font-size:20px;
    font-weight:500;
    color:#333;

}
.p-product-price span small{
    padding:0 0 0 3px;
}
/**/
.p-product-gallery{

}
.p-product-main-images{
    display: flex;
    justify-content: center;
}
.p-product-main-image{
    display:none;
}
.p-product-main-image:first-child{
    display: block;
    cursor: pointer;
}
/**/
.p-product-second-images{
    position: absolute;
    top:50px;
    left:0;
    bottom: 0;
    width: 100px;
    height: calc(100% - 100px);
    overflow: hidden;
    overflow-y: auto;
}
.p-product-second-image{
    border:1px solid var(--gray-200);
    border-radius: 3px;
    margin:0 0 10px 0;
}
.p-product-second-image img{
    cursor: pointer;
    transition: .3s;
}




.p-product-mobile-images{
    display: none;
}

@media (max-width: 960px) {
    .p-product-second-images{
        display: none;
    }
    .p-product-gallery{
        padding:0;
    }
    .p-product-mobile-images{
        display: block;
        position: relative;
    }
    .p-product-mobile-image{
        border:1px solid var(--gray-200);
        border-radius: 3px;
        margin:0 5px;
    }
    .p-product-mobile-image img{
        cursor: pointer;
        transition: .3s;
    }
    .p-product-mobile-image img:hover{
        transform: scale(0.9,0.9);
    }
    .p-product-mobile-images .owl-dot{
        display: none;
    }
    .p-product-mobile-images .slick-arrow{
        position: absolute;
        top:50%;
        transform: translate(0, -50%);
        background: none;
        outline: none;
        font-size:0;
        cursor: pointer;
        z-index:4;
        border:0;
    }
    .p-product-mobile-images .slick-arrow.slick-prev{
        left:0;
    }
    .p-product-mobile-images .slick-arrow.slick-prev:after{
        content: '\68';
        font-family: si-solid;
        font-size: 18px;
        color:var(--gray-400);
    }
    .p-product-mobile-images .slick-arrow.slick-next{
        right:0;
        z-index:4;
    }
    .p-product-mobile-images .slick-arrow.slick-next:after{
        content: '\e909';
        font-family: si-solid;
        font-size: 18px;
        color:var(--gray-400);
    }
    .p-product-mobile-images .slick-arrow.slick-prev:hover:after, .p-product-mobile-images .slick-arrow.slick-next:hover:after{
        color:var(--gray-800);
    }
}




.p-product-messengers{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin:0 0 20px 0;
}
.p-product-messenger-name{
    display: flex;
    justify-content: center;
    margin:0 10px 0 0;
    font-weight: 500;
}
.p-product-messenger-elements{
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-product-messenger-elements a{

    height: 34px;
    line-height: 34px;
    font-size: 14px;
    font-weight: 500;
    padding:0 10px;
    border-radius: 5px;
    color: var(--white);
    margin:0 0 0 10px;
}
.p-product-messenger-elements a.telegram{
    background: var(--telegram-color);
}
.p-product-messenger-elements a.viber-desktop,
.p-product-messenger-elements a.viber-mobile{
    background: var(--viber-color);
}
.p-product-messenger-elements a.whatsapp{
    background: var(--whatsapp-color);
}
.p-product-messenger-elements a.telegram:hover{
    background: var(--telegram-color-hover);
}
.p-product-messenger-elements a.viber-desktop:hover,
.p-product-messenger-elements a.viber-mobile:hover{
    background: var(--viber-color-hover);
}
.p-product-messenger-elements a.whatsapp:hover{
    background: var(--whatsapp-color-hover);
}

/**/
.p-product-main-b{

}


/**/
.p-product-title-desktop{
    width: 100%;
    margin:0 0 20px 0;
    padding:0;
    line-height:130%;
    font-size: 24px;
    font-weight: 500;
}
/**/
.p-product-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0 0 20px 0;
}
.p-product-head-a{
    display: flex;
    align-items: center;
}
.p-product-group{
    position: absolute;
    top:0;
    right:20px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100px;
    height: 100px;
    border-radius: 60px;
    padding:0 10px;
    border: 2px dashed var(--orange-800);
    color: var(--orange-800);
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    cursor: pointer;
    transition: .3s;
}
.p-product-group:hover{
    transform: scale(1.1,1.1);
}
.p-product-available{
    display: flex;
    align-items: center;
    height: 30px;
    padding:0 10px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    margin:0 20px 0 0;
}
.p-product-yes-available{
    border: 2px dashed var(--teal-500);
    color: var(--teal-500);
}
.p-product-no-available{
    border: 2px dashed var(--red-500);
    color: var(--red-500);
}

.p-product-code{
    display: flex;
    align-items: center;
    height: 32px;
    border-radius: 5px;
    padding:0 10px;
    background: var(--bluegray-50);
}
.p-product-code span:first-child{
    font-size: 14px;
    font-weight: 400;
}
.p-product-code span:last-child{
    font-size: 14px;
    font-weight: 500;
}
/**/
.p-product-buy{
    background: #f8f8f8;
    padding:20px 20px 20px 20px;
    border-radius: 5px;
    margin:0 0 15px 0;
}
/**/
.p-product-controls{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:15px 0 0 0;
}
.p-product-qty{
    position: relative;
    display: flex;
    align-items: center;
    width: 140px;
    margin:0 20px 0 0;
}
.p-product-qty-count{
    display: flex;
    text-align: center;
    width: 100%;
    height: 50px;
    background: #fff;
    font-weight: 500;
    border: none;
}
.p-product-qty-change{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    width: 50px;
    height: 50px;
    background: var(--white);
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    font-size: 20px;
    z-index: 2;
}
.p-product-qty-change:hover{
    color: var(--indigo-500);
}
.p-product-qty-change-min{
    left:0;
}
.p-product-qty-change-min:after{
    content: '-';
}
.p-product-qty-change-max{
    right:0;
}
.p-product-qty-change-max:after{
    content: '+';
}

/**/
.p-product-price-container{
    width: calc(100% - 160px);
    display: flex;
    align-items: center;
}
.p-product-price-main{
    font-size: 28px;
    font-weight: 400;
}
.p-product-prices{
    padding:0 0 0 10px;
}
.p-product-price-old{
    font-size: 14px;
    font-weight: 500;
    color: var(--red-600);
    line-height: 100%;
    padding:0 0 3px 0;
}
.p-product-price-difference{
    font-size: 14px;
    font-weight: 500;
    color: var(--indigo-600);
    line-height: 100%;
}




/**/
.p-product-prices-qty{
    display: flex;
    align-items: center;
    margin:0 0 20px 0;
}
.p-product-prices-qty div{
    width: 140px;
    margin:4px 20px 0 0;
    font-size: 14px;
    font-weight: 400;
}
.p-product-prices-qty div span{
    font-weight: 500;
}





/**/
.p-product-button-buy{
    width: calc(50% - 10px);
    margin:0 10px 0 0;
    color: var(--white);
    background: var(--teal-500);
}
.p-product-button-buy:hover{
    color: var(--white);
    background: var(--teal-700);
}
/**/
.p-product-button-quick,
.p-product-button-order{
    width: calc(50% - 10px);
    margin:0 0 0 10px;
    color: var(--white);
    background: var(--indigo-500);
}
.p-product-button-quick:hover,
.p-product-button-order:hover{
    color: var(--white);
    background: var(--indigo-600);
}

/**/
.p-product-button-exapmle{
    width: calc(50% - 10px);
    margin:0 0 0 10px;
    color: var(--indigo-500);
    border:2px dashed var(--indigo-500);
}
.p-product-button-exapmle:hover{
    color: var(--indigo-600);
    border:2px dashed var(--indigo-600);
}





.p-product-widgets{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:15px 0;
}
.p-product-widget{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 25%;
    padding:0 15px;
    margin:0 0 20px 0;
    cursor: pointer;
}
.p-product-widget-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: var(--amber-500);
    border-radius: 50%;
    transform-style: preserve-3d;
    margin:0 0 20px 0;
}
.p-product-widget-icon img{
    width: 40px;
    height: 40px;
}
.p-product-widget-icon:before{
    content: '';
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    border: 1px solid var(--amber-100);
    border-radius: 50%;
    transform: translateZ(-1px);
    transition: .3s;
}
.p-product-widget-icon:after{
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    background: var(--amber-100);
    border-radius: 50%;
    transform: translateZ(-1px);
    transition: .3s;
}
.p-product-widget-name{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    height: 60px;
}

.p-product-widget-icon:hover:before{
    width: 100px;
    height: 100px;
}
.p-product-widget-icon:hover:after{
    width: 90px;
    height: 90px;
}




/**/
.p-product-beni-elements{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    background: #f8f8f8;
    border-radius: 5px;
    padding:30px 30px;
    margin:0 0 50px 0;
}
.p-product-beni-element{
    width: 33.3333333%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: pointer;
    padding:0 0 0 20px;
}
.p-product-beni-element-icon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: var(--teal-500);
    border-radius: 50%;
    transform-style: preserve-3d;

}
.p-product-beni-element-icon:before {
    content: '';
    position: absolute;
    display: block;
    width: 90px;
    height: 90px;
    border: 1px solid var(--teal-100);
    border-radius: 50%;
    transform: translateZ(-1px);
    transition: .3s;
}
.p-product-beni-element-icon:after{
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    background: var(--teal-50);
    border-radius: 50%;
    transform: translateZ(-1px);
    transition: .3s;
}
.p-product-beni-element-icon img{
    display: block;
    width: 40px;
    height: 40px;
}
.p-product-beni-element-name{
    font-size: 18px;
    font-weight: 500;
    padding:0 0 0 50px;
}

.p-product-property{
    margin: 0 0 40px 0;
}

.p-product-property-title{
    font-size: 22px;
    font-weight: 500;
    margin:0 0 30px 0;
}
.p-product-property-elements{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 0 -50px;
}
.p-product-property-element{
    width: calc(50% - 50px);
    position: relative;
    display: flex;
    justify-content: space-between;
    padding:10px 0;
    margin:0 0 0 50px;
}
.p-product-property-element:after{
    content: '';
    position: absolute;
    left:0;
    right:0;
    top:50%;
    border-bottom: 1px dashed var(--indigo-200);
}
.p-product-property-name{
    display: flex;
}
.p-product-property-name > span{
    position: relative;
    z-index: 2;
    background: var(--white);
    color:var(--black);
    font-size: 16px;
    padding:0 10px 0 0;
}
.p-product-property-tooltip-icon{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width:20px;
    height:20px;
    border-radius: 10px;
    font-size:12px;
    font-weight: 600;
    color:var(--white);
    background: var(--indigo-200);
    cursor: pointer;
}
.p-product-property-tooltip-icon:hover{
    background: var(--indigo-300);
}
.p-product-property-values{
    position: relative;
    z-index: 2;
    background: var(--white);
    display: flex;
    align-items: center;
    padding:0 0 0 20px;
}
.p-product-property-value{
    color:var(--black);
    font-size: 16px;
}
.p-product-property-value:after{
    content: ',';
    margin:0 5px 0 0;
}
.p-product-property-value:last-child:after{
    display: none;
}


/*description*/
.p-product-description{
    margin: 0 0 50px 0;
}
.p-product-description-title{
    font-size: 22px;
    font-weight: 500;
    margin:0 0 30px 0;
}
.p-product-price-description{
    border-top: 1px solid var(--bluegray-100);
}

/*table*/
.p-product-main-description table {
    table-layout: fixed;
    min-width: 100%;
    border: none;
    border-collapse: separate;
}
.p-product-main-description table tbody tr{
    border: none;
}
.p-product-main-description table tbody tr:hover{

}
.p-product-main-description table tbody td{
    font-family: Arial, Helvetica, sans-serif;
    background: var(--gray-200);
    padding:10px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 140%;
    border-radius: 4px;
    border: none;
}
.p-product-main-description table tbody td:first-child{
    width:200px;
    background:var(--indigo-50);
    color:var(--black);
    font-weight: 500;
    text-align: left;
}



.w-product-gallery .w-slick-element img{
    transition: .3s;
}
.w-product-gallery .w-slick-element:hover img{
    transform: scale(1.1,1.1);
}


/*review*/
.p-product-review{
    margin: 0 0 50px 0;
    padding: 30px;
    background: var(--white);
    border-radius: 3px;
    border: 1px solid var(--gray-200);
}
.p-product-review-title{
    font-size: 28px;
    font-weight: 500;
    line-height: 150%;
    text-transform: uppercase;
    padding: 0;
    color: var(--black);
    margin:0 0 30px 0;
}
.p-product-review-container{
    display: flex;
    flex-wrap: wrap;
    margin:0 0 50px 0;
}
.p-product-review-container-a{
    width:300px;
    margin:0 50px 0 0;
}
.p-product-review-rating{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin:0 0 20px 0;
}
/**/
.p-product-review-rating-a{

}
.p-product-review-sidebar{
    position: sticky;
    top:100px;
}
.p-product-review-rating-num{
    font-size: 50px;
    font-weight: 400;
    margin:0 10px 0 0;
}
/**/
.p-product-review-rating-b{

}
.p-product-review-rating-stars{
    display: flex;
    align-items: center;
}
.p-product-review-rating-star{
    width:30px;
    height:30px;
    background:url(/icons/review-star-check.svg);
    background-size:30px 30px;
}
/**/
.p-product-review-button{

}
.p-product-review-button .btn{
    display: block;
    color:var(--white);
    background: var(--indigo-500);
}
.p-product-review-button .btn:hover{
    color:var(--white);
    background: var(--indigo-600);
}

/**/
.p-product-review-container-b{
    width:calc(100% - 350px);
}
.p-product-review-list{

}
.p-product-review-item{
    display: flex;
    flex-wrap: wrap;
    padding:0 0 15px 0;
    margin:0 0 15px 0;
    border-bottom: 1px dashed var(--gray-300);
}
.p-product-review-item-a{
    width:250px;
}
.p-product-review-item-name{
    font-weight: 500;
    margin:0 0 10px 0;
}
.p-product-review-item-stars{
    display: flex;
    align-items: center;
    margin:0 0 10px 0;
}
.p-product-review-item-star{
    width:20px;
    height:20px;
    background:url(/icons/review-star-check.svg);
    background-size:20px 20px;
}
.p-product-review-item-date{
    color:var(--gray-500);
}
.p-product-review-item-b{
    width:calc(100% - 250px);
}
.p-product-review-item-text{
    font-size:14px;
    line-height: 150%;
    overflow: hidden;
}
.p-product-review-item-response{
    font-size:14px;
    line-height: 150%;
    padding:10px 15px;
    border-radius: 3px;
    background: var(--gray-50);
    margin: 20px 0 0 0;
}
.p-product-review-item-response span{
    font-weight: 500;
    margin:0 10px 0 0;
}
.product-reviews-empty{
    padding:10px 0 0 0;
}


@media (max-width: 1023px) {
    .p-product-main-container-a,
    .p-product-main-container-b {
        position: relative;
        width: 100%;
        margin: 0 0 30px 0;
    }
    .p-product-title-desktop{
        text-align: center;
    }
    .product-navs{
        justify-content: center;
    }
    .product-nav{
        margin:0 5px;
        font-size: 12px;
    }
    .p-product-group{
        width: 80px;
        height: 80px;
        top:35px;
        font-size: 12px;
    }
    .p-product-widget {
        width: 50%;
        padding: 0 15px;
        margin: 0 0 20px 0;
    }
    .p-product-controls{
        flex-wrap: wrap;
        margin:0 0 20px 0;
    }
    .p-product-button-buy,
    .p-product-button-exapmle,
    .p-product-button-quick {
        width: 100%;
        margin: 0 0 10px 0;
    }
    /**/
    .p-product-beni-elements {
        padding: 30px 10px;
        margin: 0 0 20px 0;
    }
    .p-product-beni-element {
        display: block;
        width: 100%;
        padding: 0 0 0 20px;
        margin:0 0 40px 0;
    }
    .p-product-beni-element-icon {
        width: 50px;
        height: 50px;
        margin:0 auto 20px auto;
    }
    .p-product-beni-element-icon img {
        width: 30px;
        height: 30px;
    }
    .p-product-beni-element-icon:before {
        width: 70px;
        height: 70px;
    }
    .p-product-beni-element-icon:after {
        width: 60px;
        height: 60px;
    }
    .p-product-beni-element-name {
        display: block;
        font-size: 16px;
        padding: 0;
        text-align: center;
    }
    /**/
    .p-product-property-element {
        width: calc(100% - 50px);
        position: relative;
        display: flex;
        justify-content: space-between;
        padding: 10px 0;
        margin: 0 0 0 50px;
    }
}

/**********************************************************************************************************************/
@media (max-width: 960px) {


}
/**********************************************************************************************************************/
@media (max-width: 660px) {

}

.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width:50px;
  height:50px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  background: #f2f2f2;
  border-radius: 25px;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover{
  background: #e3e3e3;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #666;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e909";
  font-size:20px;
  font-family: "si-solid";
  
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\68 ";
  font-size:20px;
  font-family: "si-solid";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  padding:20px;
}
.lg-toolbar .lg-icon {
  color: #333;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #666;
}
.lg-toolbar .lg-close{
  display: flex;
  align-items: center;
  justify-content: center;
  width:40px;
  height:40px;
  border-radius: 20px;
  background: var(--main-color);
}
.lg-toolbar .lg-close:hover{
  background: var(--main-color-hover);
}
.lg-toolbar .lg-close:after {
  content: "\e90b";
  font-size:20px;
  color:#333;
  font-family: "si-solid";
}
.lg-toolbar .lg-download:after {
   
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0px 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background:#fff;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 0.9;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */
