
  
@media (max-width: 1024px) {
	.p-page-head-title{
		font-size:20px;
		font-weight:500;
	}
}
@media (min-width: 1024px) {
    /*breadcrumbs*/
    .breadcrumbs {
        margin: 0 0 20px 0;
        padding: 15px 0;
    }

    .breadcrumbs-container ol {
        display: flex;
        align-items: center;
    }

    .breadcrumbs-container ol li {
        color: var(--gray-500);
    }

    .breadcrumbs-container ol li:after {
        content: '/';
        margin: 0 5px;
        color: var(--gray-500);
    }

    .breadcrumbs-container ol li:last-child:after {
        display: none;
    }

    .breadcrumbs-container ol li a {
        font-size: 14px;
        color: var(--gray-500);
        border-bottom: 1px dashed transparent;
    }

    .breadcrumbs-container ol li a:hover {
        color: var(--gray-700);
        border-bottom: 1px dashed var(--black);
    }

    .breadcrumbs-container ol li span {

    }

    /*container*/
    .main-container {
        padding: 140px 0 0 0;
        min-height: 700px;
    }


    /*slider*/
    .w-slider {
        margin: 20px 0 0 0;
       
        border-radius: 3px;
        overflow: hidden;
    }


    /*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 {
        background: var(--white);
        border-radius: 3px;
        border: 1px solid var(--gray-200);
        padding: 30px;
        margin: 0 0 100px 0;
    }

    /*p-order-pay*/
    .p-order-pay{
    padding:50px 0 100px 0;
    }
    .p-order-pay-content{
        text-align: center;
    }
    .p-order-pay-title{
        font-size:24px;
        font-weight: 500;
        margin:0 0 30px 0;
    }
    .p-order-pay-say{
        margin:0 0 50px 0;
    }
    .p-order-pay-say-text{
        font-size:16px;
    }
    .p-order-pay-say-num{
        font-weight: 500;
    }
    .p-order-pay-say-sum{
        font-weight: 500;
        color: var(--orange-700);
    }
    .p-order-pay-button{

    }
    .p-order-pay-button .btn{
        font-size: 14px;
        text-transform: uppercase;
        color:var(--white);
        background: var(--orange-600);
    }
    .p-order-pay-button .btn{
        color:var(--white);
        background: var(--orange-700);
    }

    /*p-brand*/
    .p-brand {
        margin: 0 0 50px 0;
    }

    .p-brand-head {
        margin: 0 0 30px 0;
    }

    .p-brand-head-title {
        font-size: 28px;
        font-weight: 500;
        line-height: 150%;
        margin: 0 0 10px 0;
        padding: 0;
    }

    .p-brand-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 100px -20px;
    }

    .p-brand-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: calc(25% - 20px);
        margin: 0 0 20px 20px;
        position: relative;
        padding: 20px 10px;
        background: var(--white);
        border: 1px solid var(--gray-200);
        border-radius: 3px;
        overflow: hidden;
        transition: .3s;
    }

    .p-brand-item-image {
        width: 100x;
    }

    .p-brand-item-image img {
        width: 100px;
        margin: 0 auto;
    }

    .p-brand-item-name {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        margin: 20px 0;
        font-size: 16px;
    }

    .p-brand-item-button .btn {
        color: var(--white);
        background: var(--orange-600);
    }

    .p-brand-item-button .btn:hover {
        color: var(--white);
        background: var(--orange-700);
    }


    /*product preview*/
    .product-preview {
        position: relative;
        width: calc(25% - 10px);
        margin: 0 0 10px 10px;
        padding: 10px;
        background: var(--white);
        border: 1px solid var(--gray-200);
        border-radius: 3px;
    
        transition: .3s;
    }

    .product-preview:hover {
        border: 1px solid var(--gray-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-label {
        position: absolute;

        top: -9px;
        left: -9px;
        z-index: 2;
    }
	.product-preview-label img{
		width:100px;
		height:100px;
	}

    .product-preview-label span {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 20px;
        padding: 0 10px;
        border-radius: 3px;
        font-size: 12px;

    }

    .product-preview-wishlist {
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .product-preview-wishlist:after {
        content: '\e918';
        font-family: si-solid;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        color: var(--gray-500);
        font-size: 20px;
        cursor: pointer;
    }

    .product-preview-wishlist.in-wishlist:after {
        color: var(--orange-600);
    }

    .product-preview-content {
        padding: 10px 0 0 0;
    }

    .product-preview-name {
        position: relative;
        height: 45px;
        overflow: hidden;
        margin: 0 0 10px 0;
    }

    .product-preview-name a {
        font-size: 14px;
        font-weight: 400;
        color: var(--black);
    }

    .product-preview-name a:hover {
        display: flex;
        font-size: 14px;
        font-weight: 400;
        color: var(--orange-600);
    }

    /**/
    .product-preview-groups {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 10px -10px;
    }

    .product-preview-group {
        width: calc(25% - 10px);
        margin: 0 0 10px 10px;
        border: 1px solid var(--gray-200);
        border-radius: 3px;
        cursor: pointer;
    }

    .product-preview-group img {
        transform: scale(0.7, 0.7);
        transition: .3s;
        opacity: .8;
    }

    .w-product-viewed .product-preview-groups {
        display: none !important;
    }

    .product-preview-group.show img, .product-preview-group:hover img {
        transform: scale(1, 1);
        opacity: 1;
    }

    /**/
    .product-preview-not-available {
        display: flex;
        align-items: center;
        height: 40px;
        color: var(--red-600);
    }

    .product-preview-footer {
        display: flex;
        align-items: center;
    }

    /**/
    .product-preview-prices {
        display: flex;
        align-items: center;
        width: calc(100% - 40px);
    }

    .product-preview-price {
        display: block;
        font-size: 24px;
        font-weight: 400;
        color: var(--orange-600);
    }

    .product-preview-old-price {
        display: block;
        font-size: 16px;
        color: var(--gray-500);
        padding: 0;
        margin: 0 0 0 20px;
        line-height: 100%;
    }

    /**/
    .product-preview-button {
        width: 40px;
    }

    .product-preview-button-buy:after {
        content: '\e905';
        font-family: si-solid;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: var(--gray-200);
        border-radius: 3px;
        font-size: 22px;
        color: var(--gray-500);
        cursor: pointer;
        transition: .3s;
    }
    .product-preview-button-buy span{
        display: none;
    }
    .product-preview-button-buy:hover:after {
        color: var(--white);
        background: var(--orange-600);
    }

    /*w-banner*/
    .w-banner {
        margin: 20px 0 50px 0;
    }

    .w-banner-head {
        margin: 0 0 20px 0;
    }

    .w-banner-head-title {
        font-size: 28px;
        font-weight: 500;
        line-height: 150%;
    }

    .w-banner-list {
        display: flex;
        align-items: center;
        margin: 0 0 0 -20px;
    }

    .w-banner-item {
        position: relative;
        width: calc(25% - 20px);
        margin: 0 0 20px 20px;
        border-radius: 3px;
        overflow: hidden;
    }

    .w-banner-item-image {
        background: var(--gray-900);
    }

    .w-banner-item-image img {
        transition: 1s;
    }

    .w-banner-item:hover .w-banner-item-image img {
        opacity: 0.4;
        transform: scale(1.2, 1.2);
    }

    .w-banner-item-cover {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
    }

    .w-banner-item-title {
        font-size: 20px;
        color: var(--white);
        font-weight: 400;
        padding: 0 0 30px 0;
    }

    /**/
    /*w-prod*/
    .w-product {
        margin: 0 0 50px 0;
    }

    .w-product-title {
        font-size: 28px;
        font-weight: 500;
        line-height: 150%;
        margin: 0 0 20px 0;
    }

    .w-product .product-preview {
        width: 100%;
        margin: 0 10px;
    }

    /**/
    .w-product-tabs-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .w-product-tabs {

    }

    .w-product-tabs-navs {
        display: flex;
        align-items: center;
        margin: 0 0 10px 0;
    }

    .w-product-tabs-nav {
        display: flex;
        align-items: center;
        font-weight: 500;
        height: 40px;
        padding: 0 20px;
        color: var(--white);
        background: var(--gray-700);
        border-radius: 3px;
        transition: .3s;
        margin: 0 10px 0 0;
        cursor: pointer;;
    }

    .w-product-tabs-nav.active {
        color: var(--white);
        background: var(--orange-600);
    }

    .w-product-tabs-content {
        position: relative;
        height: 0;
        visibility: hidden;
        opacity: 0;
    }

    .w-product-tabs-content.active {
        height: auto;
        visibility: visible;
        opacity: 1;
    }

    .w-producttabs-button {
        position: absolute;
        right: 0;
        bottom: -10px;
        z-index: 3;
    }

    .w-product-tabs-button .btn {
        color: var(--white);
        background: var(--orange-600);
    }

    .w-product-tabs-button .btn:hover {
        color: var(--white);
        background: var(--orange-700);
    }

    /**/
    .w-product-viewed {
        margin: 0 0 50px 0;
    }

    .w-product-viewed-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 0 10px 0;
    }

    .w-product-viewed-head-title {
        font-size: 22px;
        line-height: 150%;
    }

    .w-product-viewed .product-preview {
        width: 100%;
        margin: 0 10px;
    }

    /*w about*/
    .w-about {
        margin: 0 0 50px 0;
    }

    .w-about-title {
        font-size: 28px;
        font-weight: 500;
        line-height: 150%;
        margin: 0 0 20px 0;
    }

    .w-about-container {
        background: var(--white);
        border: 1px solid var(--gray-100);
        border-radius: 3px;
        padding: 20px;
    }

    .w-about-content {
        max-height: 300px;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 20px 0 0;
    }

    .w-about-container-text {

    }

    .w-about-button {

    }

    .w-about-button .btn {
        color: var(--white);
        background: var(--orange-600);
    }

    .w-about-button .btn:hover {
        color: var(--white);
        background: var(--orange-700);
    }

    /*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 50px 0;
    }
    .m-contact-phones {

    }
    .m-contact-phone {
        display: flex;
        justify-content: center;
        margin: 0 0 15px 0;
    }
    .m-contact-phone a {
        font-size: 22px;
        font-weight: 300;
        color: var(--black);
    }
    .m-contact-phone a:hover {
        color: var(--orange-600);
    }
    /*message*/
    .m-contact-messages {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .m-contact-message {
        display: flex;
        justify-content: center;
        margin: 0 5px 10px 5px;
    }
    /**/
    .m-contact-message-telegram .btn {
        background: var(--telegram-color);
        color: var(--white);
    }
    .m-contact-message-telegram .btn:hover {
        background: var(--telegram-color-hover);
        color: var(--white);
    }
    /**/
    .m-contact-message-whatsapp .btn {
        background: var(--whatsapp-color);
        color: var(--white);
    }
    .m-contact-message-whatsapp .btn:hover {
        background: var(--whatsapp-color-hover);
        color: var(--white);
    }
    /**/
    .m-contact-message-viber .btn {
        background: var(--viber-color);
        color: var(--white);
    }
    .m-contact-message-viber .btn:hover {
        background: var(--viber-color-hover);
        color: var(--white);
    }
    .viber-desktop {
        display: block;
    }
    .viber-mobile {
        display: none !important;
    }
    /**/
    .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);
    }


    /*modal callback*/
    .m-callback-form {

    }
    .m-callback-whentime-group {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .m-callback-when-label {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        font-weight: 400;
        color: #888888;
    }
    .m-callback-radio-group {
        display: flex;
        align-items: center;
        margin: 0 0 20px -10px;
    }
    .m-callback-radio {
        width: calc(33.3333333% - 10px);
        margin: 0 0 0 10px;
    }
    .m-callback-radio-input {
        position: absolute;
        opacity: 0;
    }
    .m-callback-radio-label {
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 400;
        border: 1px solid var(--gray-300);
        cursor: pointer;
    }
    .m-callback-radio-input:checked + .m-callback-radio-label {
        border-color: var(--gray-200);
        background: var(--gray-200);
        color: var(--gray-700);
    }
    /**/
    .m-callback-time-form {
        margin: 0 0 20px 0;
    }
    .m-callback-time-input {
        margin: 30px 0 0 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .m-callback-time-input input {
        outline: none;
        border: none;
        background: #fff;
        display: flex;
        align-items: center;
        text-align: center;
        width: 30px;
        height: 50px;
        font-size: 16px;
        margin: 0 5px;
    }
    .m-callback-time-input span {
        position: absolute;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 18px;
        font-weight: 500;
        color: var(--gray-500);
        cursor: pointer;
    }
    .m-callback-time-input span:hover {
        color: var(--black);
    }
    .callback-form-hour-min {
        left: 0;
    }
    .callback-form-hour-max {
        right: 0;
    }


    /*modal sign form*/
    .modal-sign {
        width: 480px;
        padding: 40px;
    }

    .modal-sign .modal-close {
        top: 10px;
        transform: translate(0, 0);
    }

    .modal-sign-title {
        display: flex;
        justify-content: center;
        font-size: 22px;
        font-weight: 400;
        line-height: 140%;
        margin: 0 0 30px 0;
    }

    .modal-sign-text {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
        margin: 0 0 20px 0;
    }

    .modal-sign-main {
        border-bottom: 1px solid var(--bluegray-100);
        padding: 0 0 30px 0;
        margin: 0 0 30px 0;
    }

    /**/
    .modal-sign-button .btn {
        display: flex;
        justify-content: center;
        width: 100%;
        background: var(--orange-600);
        color: var(--white);
    }

    .modal-sign-button .btn:hover {
        background: var(--orange-700);
        color: var(--white);
    }

    /**/
    .modal-sign .modal-result {
        display: flex;
        justify-content: center;
    }

    /**/
    .modal-sign-forgot {
        display: flex;
        justify-content: center;
        margin: 20px 0 0 0;
    }

    .modal-sign-forgot span {
        margin: 0 5px;
        font-size: 14px;
        color: var(--gray-700);
        border-bottom: 1px dashed transparent;
        cursor: pointer;
    }

    .modal-sign-forgot span:hover {
        color: var(--gray-700);
        border-bottom: 1px dashed var(--gray-700);
    }

    /**/
    .modal-sign-second {
        display: flex;
        justify-content: center;
    }

    .modal-sign-second-text {
        font-size: 16px;
    }

    .modal-sign-second-button {
        font-size: 16px;
        color: var(--orange-600);
        border-bottom: 1px dashed transparent;
        cursor: pointer;
        margin: 0 0 0 6px;
    }

    .modal-sign-second-button:hover {
        font-size: 16px;
        color: var(--orange-700);
        border-bottom: 1px dashed var(--orange-700);
    }

    /**/
    .modal-sign .modal-result {
        text-align: center;
    }


    /*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-400);
        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(--orange-600);
    }

    .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(--orange-600);
        border-bottom: 1px dashed var(--orange-600);
    }

    /**/
    .w-search-drop-footer {
        padding: 20px 0;
    }

    .w-search-drop-footer a {
        color: var(--white);
        background: var(--orange-600);
        margin: 0 10px 0 0;
    }

    .w-search-drop-footer a:hover {
        color: var(--white);
        background: var(--orange-700);
    }

    .w-search-drop-footer span {
        color: var(--white);
        background: var(--bluegray-300);
    }

    .w-search-drop-footer span:hover {
        color: var(--white);
        background: var(--bluegray-400);
    }

    /**/
    .w-search-no-results {
        padding: 20px 10px;
    }

    .w-search-overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.7);
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        transition: .2s;
        cursor: pointer;
    }

    .w-search-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    /*smart call*/
    .smart-call {

    }

    /*icon*/
    .smart-call-icon {
        position: fixed;
        right: 30px;
        bottom: 100px;
        z-index: 992;
        width: 80px;
        height: 80px;
        background: var(--orange-600);
        border-radius: 50px;
        cursor: pointer;
    }

    .smart-call-icon:before {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-family: si-solid;
        font-size: 40px;
        color: #fff;
    }

    .smart-call-off .smart-call-icon:before {
        content: '\e91c';
    }

    .smart-call-on .smart-call-icon:before {
        content: '\e90b';
    }

    /*overlay*/
    .smart-call-off .smart-call-overlay {
        visibility: hidden;
        opacity: 0;
    }

    .smart-call-on .smart-call-overlay {
        visibility: visible;
        opacity: 1;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 991;
        background: rgba(0, 0, 0, 0.5);
        transition: 0.3s;
    }

    /**/
    .smart-call-list {
        position: fixed;
        right: 45px;
        bottom: 100px;
        width: 200px;
        z-index: 992;
        visibility: hidden;
        opacity: 0;
        transition: .3s;
    }

    .smart-call-on .smart-call-list {
        bottom: 180px;
        visibility: visible;
        opacity: 1;
    }

    .smart-call-list {

    }

    .smart-call-list li {
        display: flex;
        justify-content: flex-end;
        margin: 10px 0;
    }

    .smart-call-list li .smart-call-item {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        background: #000;
        cursor: pointer;
    }

    .smart-call-list li .smart-call-item span {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        width: 200px;
        top: 50%;
        right: 50px;
        transform: translate(0, -50%);
        color: #fff;
        transition: .3s;
    }

    .smart-call-list li:hover .smart-call-item span {
        visibility: visible;
        opacity: 1;
        right: 60px;
    }

    /**/
    .smart-call-list li.smart-call-item-telegram .smart-call-item {
        background: #2fc6f6;
    }

    .smart-call-list li.smart-call-item-telegram .smart-call-item:after {
        content: '\e92c';
        font-family: si-solid;
        color: #fff;
        font-size: 28px;
    }

    /**/
    .smart-call-list li.smart-call-item-viber .smart-call-item {
        background: #995aca;
    }

    .smart-call-list li.smart-call-item-viber .smart-call-item:after {
        content: '\e900';
        font-family: si-solid;
        color: #fff;
        font-size: 28px;
    }

    /**/
    .smart-call-list li.smart-call-item-callback .smart-call-item {
        background: var(--teal-400);
    }

    .smart-call-list li.smart-call-item-callback .smart-call-item:after {
        content: '\e91c';
        font-family: si-solid;
        color: #fff;
        font-size: 28px;
    }

    /**/
    .smart-call-list li.smart-call-item-whatsapp .smart-call-item {
        background: #4caf50;
    }

    .smart-call-list li.smart-call-item-whatsapp .smart-call-item:after {
        content: '\e908';
        font-family: si-solid;
        color: #fff;
        font-size: 28px;
    }

    /**/
    .smart-call-icon:before {
        animation-name: smart-call;
        animation-duration: 5s;
        animation-delay: 0s;
        animation-iteration-count: infinite;
        animation-fill-mode: both;
        animation-timing-function: linear;
        animation-play-state: running;
    }

    @-webkit-keyframes smart-call {
        0% {
            transform: rotate(0deg);
        }
        2% {
            transform: rotate(25deg);
        }
        4% {
            transform: rotate(0deg);
        }
        6% {
            transform: rotate(25deg);
        }
        8% {
            transform: rotate(0deg);
        }
        10% {
            transform: rotate(25deg);
        }
        12% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(0deg);
        }
    }

    @media (max-width: 1024px) {
        .smart-call-icon {
            right: 10px;
            bottom: 10px;
            width: 50px;
            height: 50px;
        }

        .smart-call-icon:before {
            font-size: 30px;
        }

        .smart-call-list {
            position: fixed;
            right: 10px;
            bottom: 50px;
            width: 200px;
            z-index: 992;
            visibility: hidden;
            opacity: 0;
            transition: .3s;
        }

        .smart-call-on .smart-call-list {
            bottom: 70px;
            visibility: visible;
            opacity: 1;
        }

        .smart-call-list li .smart-call-item span {
            visibility: visible;
            opacity: 1;
            right: 60px;
        }
    }


    /*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;
        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(--orange-600);
    }
    .m-cart-button a:hover {
        color: var(--white);
        background: var(--orange-700);
    }
    .m-cart-empty {
        padding: 30px 20px;
        font-size: 16px;
    }
    /**/
    .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;
        align-items: center;
        width: calc(100% - 120px);
        margin: 0 0 0 20px;
    }
    .m-cart-name {
        width: calc(100% - 320px);
        padding: 0 10px 0 0;
    }
    .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-qty {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100px;
        margin: 0 0 0 20px;
        font-size: 14px;
    }
    .m-cart-qty-change:after {
        font-family: si-solid;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--gray-300);
        border-radius: 3px;
        font-size: 12px;
        color: var(--black);
        cursor: pointer;
    }
    .m-cart-qty-change:hover:after {
        opacity: 0.6;
    }
    .m-cart-qty-change:first-child:after {
        content: '\e91b';
    }
    .m-cart-qty-change:last-child:after {
        content: '\e91d';
    }
    /**/
    .m-cart-prices {
        width: 130px;
        margin: 0 0 0 20px;
    }
    .m-cart-price {
        font-size: 18px;
        font-weight: 500;
        color: var(--orange-600);
    }
    .m-cart-old-price {

    }
    .m-cart-remove {

    }
    .m-cart-remove:after {
        content: '\e926';
        font-family: si-solid;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: var(--black);
        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(--orange-600);
        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);
    }


    /*wishlist*/
    .m-wishlist {

    }
    .m-wishlist .modal-head {
        height: 10vh;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    }
    .m-wishlist .modal-body {
        overflow: hidden;
        overflow-y: auto;
        max-height: 70vh;
    }
    .m-wishlist-empty {
        padding: 30px 20px;
        font-size: 16px;
    }
    /**/
    .m-wishlist-items {

    }
    .m-wishlist-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid var(--gray-200);
        padding: 15px 0;
    }
    .m-wishlist-item:last-child {
        border: none;
    }
    .m-wishlist-item-a {
        width: 100px;
    }
    .m-wishlist-image {

    }
    .m-wishlist-item-b {
        display: flex;
        align-items: center;
        width: calc(100% - 120px);
        margin: 0 0 0 20px;
    }
    .m-wishlist-name {
        width: calc(100% - 200px);
        padding: 0 10px 0 0;
    }
    .m-wishlist-name a {
        font-size: 14px;
        font-weight: 400;
        color: var(--black);
        border-bottom: 1px dashed transparent;
    }
    .m-wishlist-name a:hover {
        color: var(--orange-700);
        border-bottom: 1px dashed var(--orange-700);
    }
    /**/
    .m-wishlist-prices {
        width: 130px;
        margin: 0 0 0 20px;
    }
    .m-wishlist-price {
        font-size: 18px;
        font-weight: 500;
        color: var(--orange-600);
    }
    .m-wishlist-old-price {

    }
    .m-wishlist-remove {

    }
    .m-wishlist-remove:after {
        content: '\e926';
        font-family: si-solid;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: var(--black);
        cursor: pointer;
    }
    .m-wishlist-remove:hover:after {
        color: var(--red-600);
    }



    /**/
    .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%;
    }


    /*w-subscribe-container*/
    .w-subscribe-container {
        padding: 50px 0 0 0;
        overflow: hidden;
    }

    .w-subscribe-content {
        background: #f2f2f2;
    }

    .w-subscribe {
        display: flex;
        align-items: center;
        position: relative;
        padding: 20px 0 20px 0;
    }

    .w-subscribe:before {
        content: '\e911';
        font-family: si-solid;
        font-size: 50px;
        transform: rotate(0deg);
        color: var(--orange-600);
        margin: 0 30px 0 0;
    }

    .w-subscribe-text {
        font-size: 18px;
        font-weight: 400;
        color: var(--gray-800);
    }

    .w-subscribe-input {
        display: flex;
        width: 300px;
        box-sizing: border-box;
        border: none;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        height: 46px;
        line-height: 40px;
        padding: 0 20px;
        border-radius: 3px;
        border: 1px solid var(--gray-300);
        font-family: "Montserrat", sans-serif;
        margin: 0 10px 0 40px;
    }

    .w-subscribe-button {
        color: var(--white);
        background: var(--bluegray-400);
    }


    .footer {

    }

    /**/
    .footer-a {
        background: #fff;
        box-shadow: 0 0px 10px rgb(0 0 0 / 5%);
        padding: 30px 0;
    }

    .footer-a-container {
        display: flex;
        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;
        font-weight: 300;
        color: var(--gray-600);
        margin: 0 0 20px 0;
    }

    /*menu*/
    .w-footer-menu {

    }

    .w-footer-menu ul {

    }

    .w-footer-menu ul li {
        margin: 0 0 10px 0;
    }

    .w-footer-menu ul li a {
        font-size: 14px;
        color: var(--gray-800);
    }

    .w-footer-menu ul li a:hover {
        color: var(--orange-600);
    }

    /**/
    .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;
        font-weight: 300;
        color: var(--gray-600);
        margin: 0 0 20px 0;
    }

    .footer-contacts-a {
        width: 50%;
    }

    .footer-contacts-b {
        width: 50%;
    }
    .footer-payments{
        width:100%;
        margin:0 0 0 50%;
    }

    /*phone*/
    .footer-contacts-phone {
        margin: 0 0 20px 0;
    }

    .footer-contacts-phone li {
        margin: 0 0 15px 0;
    }

    .footer-contacts-phone li a {
        font-size: 22px;
        font-weight: 300;
        color: var(--gray-800);
    }

    .footer-contacts-phone li a:hover {
        color: var(--orange-600);
    }

    /*callback*/
	.footer-contacts-worktime{
		margin: 0 0 20px 0;
	}
	.footer-contacts-worktime ul{
		
	}
	.footer-contacts-worktime li{
		font-size:16px;
		font-weight: 300;
        color: var(--gray-800);
		line-height:200%;
	}
    /*callback*/
    .footer-contacts-callback {

    }

    .footer-contacts-callback .btn {
        color: var(--white);
        background: var(--orange-600);
    }

    .footer-contacts-callback .btn:hover {
        color: var(--white);
        background: var(--orange-700);
    }

    /*email*/
    .footer-contacts-email {
		margin: 0 0 20px 0;
    }

    .footer-contacts-email li {
        margin: 0 0 10px 0;
    }

    .footer-contacts-email li a {
        font-size:16px;
		font-weight: 300;
        color: var(--gray-800);
		line-height:200%;
    }

    .footer-contacts-email li a:hover {
         color: var(--orange-600);
    }

    /*message*/
    .footer-contacts-massager {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 25px 0;
    }

    .footer-contacts-massager a {
        margin: 0 10px 0 0;
    }

    /*social*/
    .footer-contacts-social {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 20px 0;
    }

    .footer-contacts-social a {
        margin: 0 10px 0 0;
        opacity: 0.5;
    }

    .footer-contacts-social a:hover {
        opacity: 1;
    }


    /**/
    .footer-b {

    }

    .footer-b-container {
        padding: 20px 0 100px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer-copyright {
        font-size: 16px;
        font-weight: 300;
        color: var(--gray-400);
    }
}

/**********************************************************************************************************************/
@media (max-width: 1023px) {
	.main-container{
		padding:90px 0 0 0;
	}
    .breadcrumbs-container{
        padding:10px;
        margin:0 0 20px 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-search-result{
        position: absolute;
        top:10vh;
        left:0;
        right:0;
    }
    .w-search-drop-container{

    }
    .w-search-drop-products{
        max-height: 80vh;
        background: var(--white);
        border-radius: 4px 4px 0 0;
        overflow-y: auto;
        padding:10px;
    }
    .w-search-drop-categories, .w-search-drop-title{
        display: none;
    }
    .w-search-product{
        display: flex;
        margin:0 0 10px 0;
        padding:0 0 10px 0;
        border-bottom: 1px solid var(--gray-200);
    }
    .w-search-product-image{
        width:90px;
        margin:0 10px 0 0;
        border-radius: 3px;
        border:1px solid var(--gray-200);
    }
    .w-search-product-content{
        width: calc(100% - 100px);
    }
    .w-search-product-name{
        margin:0 0 10px 0;
    }
    .w-search-product-name a{
        font-weight: 500;
    }
    .w-search-product-prices{
        display: flex;
        align-items: center;
    }
    .w-search-product-new-price{
        font-weight: 500;
        color: var(--orange-600);
    }
    .w-search-drop-footer{
        background: var(--gray-200);
        border-radius:0 0 4px 4px;
    }
    .w-search-drop-footer a{
        display: flex;
        justify-content: center;
        align-items: center;
        height:30px;
    }
    .w-search-drop-footer span{
        display: none;
    }

    /**/
    .w-banner{
        margin:0 0 50px 0;
    }
    .w-banner-list{
        display: flex;
        flex-wrap: wrap;
        margin:0 0 0 -10px;
    }
    .w-banner-item{
        position: relative;
        width:calc(50% - 10px);
        margin:0 0 10px 10px;
        border-radius: 3px;
        overflow: hidden;
    }
    .w-banner-item-cover{
        display: flex;
        align-items: flex-end;
        justify-content: center;
        position: absolute;
        top:0;
        right:0;
        bottom: 0;
        left:0;
        background: rgba(0,0,0,0.2);
        padding: 10px;
    }
    .w-banner-item-title{
        text-align: center;
        font-size:16px;
        color:var(--white);
    }
    .w-product{
        margin:0 0 50px 0;
    }
    .w-product-title{
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        margin:0 0 10px 0;
    }
    .w-product-tabs{

    }
    .w-product-tabs-navs{
        display: flex;
        align-items: center;
        justify-content: center;
        margin:0 0 10px 0;
    }
    .w-product-tabs-nav{
        display: flex;
        align-items: center;
        justify-content: center;
        height:30px;
        padding:0 10px;
        font-size:12px;
        font-weight: 500;
        color: var(--white);
        background: var(--gray-700);
        border-radius: 3px;
        margin:0 5px;
    }
    .w-product-tabs-nav.active{
        color: var(--white);
        background: var(--orange-600);
    }
    .w-product-tabs-control{
        display: none;
    }
    .w-product-tabs-content{
        position: relative;
        height: 0;
        visibility: hidden;
        opacity: 0;
    }
    .w-product-tabs-content.active{
        height: auto;
        visibility: visible;
        opacity: 1;
    }

    /**/
    .product-preview{
        position: relative;
        width: calc(25% - 10px);
        margin: 0 0 10px 10px;
        padding: 10px;
        background: var(--white);
        border: 1px solid var(--gray-200);
        border-radius: 3px;
  
        transition: .3s;
    }
    .product-preview-content{

    }
	.product-preview-label{
		position:absolute;
		top:-7px;
		left:-7px;
	}
	.product-preview-label img{
		width:80px;
		height:80px;
	}
    .product-preview-image{
        margin:0 0 10px 0;
    }
    .product-preview-name{
        text-align: center;
        margin:0 0 10px 0;
    }
    .product-preview-prices{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-preview-price{
        font-weight: 500;
        color: var(--orange-600);
    }
    .product-preview-old-price{
        margin:0 0 0 10px;
        color: var(--gray-700);
    }
    .product-preview-not-available{
        display: block;
        text-align: center;
        color: var(--red-600);
    }
    .product-preview-button{
        display: flex;
        justify-content: center;
        margin:10px 0 0 0;
    }
    .product-preview-button-buy span{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        padding:0 10px;
        color: var(--white);
        background: var(--orange-600);
        border-radius: 3px;
    }
    /*p-brand*/
    .p-brand {
        margin: 0 0 50px 0;
    }

    .p-brand-head {
        margin: 0 0 20px 0;
    }

    .p-brand-title {
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 10px 0;
    }

    .p-brand-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 100px -20px;
    }

    .p-brand-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: calc(33.33333% - 20px);
        margin: 0 0 20px 20px;
        position: relative;
        padding: 20px 10px;
        background: var(--white);
        border: 1px solid var(--gray-200);
        border-radius: 3px;
        overflow: hidden;
        transition: .3s;
    }

    .p-brand-item-image {
        width: 100x;
    }

    .p-brand-item-image img {
        width: 100px;
        margin: 0 auto;
    }

    .p-brand-item-name {
        width: 100%;
        text-align: center;
        padding: 10px 0;
        margin: 20px 0;
        font-size: 16px;
    }

    .p-brand-item-button .btn {
        color: var(--white);
        background: var(--orange-600);
    }

    .p-brand-item-button .btn:hover {
        color: var(--white);
        background: var(--orange-700);
    }
    /**/
    .w-about{
        margin:0 0 50px 0;
    }
    .w-about-title{
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .w-about-container{
        background: var(--white);
        border: 1px solid var(--gray-100);
        border-radius: 3px;
        padding: 20px;
    }
    .w-about-content{
        max-height: 200px;
        overflow-y: auto;
    }
    /**/
    .w-product-viewed{
        margin: 0 0 50px 0;
    }
    .w-product-viewed-head{
        font-size: 18px;
        font-weight: 500;
        text-align: center;
        margin: 0 0 10px 0;
    }
    .w-product-viewed-head-control{
        display: none;
    }
    /*mini-cart*/
    .m-cart .modal-head {
        height: 5vh;
        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;
        align-items: center;
        justify-content: flex-end;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        margin: 1px 0 0 0;
        height: 5vh;
        padding: 0 20px;
    }
    .m-cart-total {
        font-size: 16px;
        font-weight: 500;
        color: var(--black);
        margin: 0 20px 0 0;
    }
    .m-cart-button a {
        height:30px;
        line-height: 30px;
        color: var(--white);
        background: var(--orange-600);
    }
    .m-cart-button a:hover {
        color: var(--white);
        background: var(--orange-700);
    }
    .m-cart-empty {
        padding: 30px 10px;
        font-size: 16px;
    }
    /**/
    .m-cart-item {
        display: flex;
        flex-wrap: wrap;
        border-bottom: 1px solid var(--gray-200);
        padding: 15px 0;
    }

    .m-cart-item:last-child {
        border: none;
    }

    .m-cart-item-a {
        width: 80px;
        margin:0 20px 0 0;
    }
    .m-cart-item-b {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% - 100px);
    }
    .m-cart-name {
        width: 100%;
        padding: 0 0 10px 0;
    }
    .m-cart-qty {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100px;
        margin: 0 0 10px 0;
        font-size: 14px;
    }
    .m-cart-qty-change:after {
        font-family: si-solid;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--gray-300);
        border-radius: 3px;
        font-size: 12px;
        color: var(--black);
        cursor: pointer;
    }
    .m-cart-qty-change:hover:after {
        opacity: 0.6;
    }
    .m-cart-qty-change:first-child:after {
        content: '\e91b';
    }
    .m-cart-qty-change:last-child:after {
        content: '\e91d';
    }
    /**/
    .m-cart-prices {
        display: flex;
        align-items: center;
        width: calc(100% - 50px);
        margin: 0 0 0 0;
    }
    .m-cart-price {
        font-size: 18px;
        font-weight: 500;
        color: var(--orange-600);
        margin:0 10px 0 0;
    }
    .m-cart-remove:after {
        content: '\e926';
        font-family: si-solid;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: var(--black);
        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(--orange-600);
        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);
    }

    /*wishlist*/
    .m-wishlist {

    }
    .m-wishlist .modal-head {
        height: 5vh;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    }
    .m-wishlist .modal-body {
        overflow: hidden;
        overflow-y: auto;
        max-height: 80vh;
    }
    .m-wishlist-empty {
        padding: 30px 10px;
        font-size: 16px;
    }
    /**/
    .m-wishlist-items {

    }
    .m-wishlist-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid var(--gray-200);
        padding: 15px 0;
    }
    .m-wishlist-item:last-child {
        border: none;
    }
    .m-wishlist-item-a {
        width: 80px;
        margin:0 20px 0 0;
    }
    .m-wishlist-image {

    }
    .m-wishlist-item-b {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: calc(100% - 100px);
    }
    .m-wishlist-name {
        width: 100%;
        padding: 0 10px 0 0;
    }
    .m-wishlist-name a {
        font-size: 14px;
        font-weight: 400;
        color: var(--black);
        border-bottom: 1px dashed transparent;
    }
    .m-wishlist-name a:hover {
        color: var(--orange-700);
        border-bottom: 1px dashed var(--orange-700);
    }
    /**/
    .m-wishlist-prices {
        display: flex;
        align-items: center;
        width: calc(100% - 50px);
    }
    .m-wishlist-price {
        font-size: 18px;
        font-weight: 500;
        color: var(--orange-600);
        margin:0 10px 0 0;
    }
    .m-wishlist-old-price {

    }
    .m-wishlist-remove {

    }
    .m-wishlist-remove:after {
        content: '\e926';
        font-family: si-solid;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: var(--black);
        cursor: pointer;
    }
    .m-wishlist-remove:hover:after {
        color: var(--red-600);
    }


    /*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 50px 0;
    }
    .m-contact-phones {

    }
    .m-contact-phone {
        display: flex;
        justify-content: center;
        margin: 0 0 15px 0;
    }
    .m-contact-phone a {
        font-size: 18px;
        font-weight: 300;
        color: var(--black);
    }
    .m-contact-phone a:hover {
        color: var(--orange-600);
    }
    /*message*/
    .m-contact-messages {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .m-contact-message {
        display: flex;
        justify-content: center;
        margin: 0 5px 10px 5px;
    }
    /**/
    .m-contact-message-telegram .btn {
        height:30px;
        line-height: 30px;
        background: var(--telegram-color);
        color: var(--white);
    }
    .m-contact-message-telegram .btn:hover {
        background: var(--telegram-color-hover);
        color: var(--white);
    }
    .m-contact-message-whatsapp .btn {
        height:30px;
        line-height: 30px;
        background: var(--whatsapp-color);
        color: var(--white);
    }
    .m-contact-message-whatsapp .btn:hover {
        background: var(--whatsapp-color-hover);
        color: var(--white);
    }
    /**/
    .m-contact-message-viber .btn {
        height:30px;
        line-height: 30px;
        background: var(--viber-color);
        color: var(--white);
    }
    .m-contact-message-viber .btn:hover {
        background: var(--viber-color-hover);
        color: var(--white);
    }
    .viber-desktop {
        display: none;
    }
    .viber-mobile {
        display: block;
    }
    /**/
    .m-contact-callback {
        display: flex;
        justify-content: center;
    }
    .m-contact-callback .btn {
        height:30px;
        line-height: 30px;
        background: var(--orange-600);
        color: var(--white);
    }
    .m-contact-callback .btn:hover {
        background: var(--orange-700);
        color: var(--white);
    }


    /*modal callback*/
    .m-callback-form {

    }
    .m-callback-whentime-group {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .m-callback-when-label {
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        font-weight: 400;
        color: #888888;
    }
    .m-callback-radio-group {
        display: flex;
        align-items: center;
        margin: 0 0 0px -10px;
    }
    .m-callback-radio {
        width: calc(33.3333333% - 10px);
        margin: 0 0 0 10px;
    }
    .m-callback-radio-input {
        position: absolute;
        opacity: 0;
    }
    .m-callback-radio-label {
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center;
        position: relative;
        border-radius: 3px;
        font-size: 14px;
        font-weight: 400;
        border: 1px solid var(--gray-300);
        cursor: pointer;
    }
    .m-callback-radio-input:checked + .m-callback-radio-label {
        border-color: var(--gray-200);
        background: var(--gray-200);
        color: var(--gray-700);
    }
    /**/
    .m-callback-time-form {
        margin: 0;
    }
    .m-callback-time-input {
        margin: 10px 0 0 0;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .m-callback-time-input input {
        outline: none;
        border: none;
        background: #fff;
        display: flex;
        align-items: center;
        text-align: center;
        width: 30px;
        height: 50px;
        font-size: 16px;
        margin: 0 5px;
    }
    .m-callback-time-input span {
        position: absolute;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 18px;
        font-weight: 500;
        color: var(--gray-500);
        cursor: pointer;
    }
    .m-callback-time-input span:hover {
        color: var(--black);
    }
    .callback-form-hour-min {
        left: 0;
    }
    .callback-form-hour-max {
        right: 0;
    }

    /**/
    .footer{

    }
    .footer-a {
        background: #fff;
        box-shadow: 0 0px 10px rgb(0 0 0 / 5%);
        padding: 20px 0;
    }
    .footer-item{
        margin:0 0 15px 0;
        padding:0 0 15px 0;
        text-align: center;
        border-bottom: 1px dashed var(--gray-300);
    }
    .footer-item-title {
        font-size: 14px;
        font-weight: 500;
        color: var(--gray-400);
        margin: 0 0 10px 0;
    }
    /**/
    .w-footer-menu li{
        margin:0 0 10px 0;
    }
    .w-footer-menu a{
        color: var(--gray-800);
    }
    .w-footer-menu a:hover{
        color: var(--orange-600);
    }
    /**/
    .footer-contacts{
        text-align: center;
    }
    .footer-contacts-title{
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: var(--gray-400);
        margin: 0 0 10px 0;
    }
    .footer-contacts-phone li{
        margin:0 0 15px 0;
    }
    .footer-contacts-phone a{
        font-size:20px;
        font-weight: 300;
        color: var(--gray-800);
    }
    .footer-contacts-phone a:hover{
        color: var(--orange-600);
    }
    .footer-contacts-callback{
        margin:0 0 20px 0;
    }
    .footer-contacts-callback .btn{
        color:var(--white);
        background: var(--orange-600);
    }
    .footer-contacts-massager, .footer-contacts-social{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin:0 0 20px 0;
    }
    .footer-contacts-title, .footer-contacts-title{
        width: 100%;
    }
    .footer-contacts-massager a, .footer-contacts-social a{
        margin:0 10px;
        opacity: 0.5;
    }
    .footer-contacts-massager a:hover, .footer-contacts-social a:hover{
        opacity: 1;
    }
    .footer-payments{
        display:flex;
        justify-content:center;

    }

    /**/
    .footer-b-container{
        padding:20px 0 100px 0;
    }
    .footer-development{
        display: flex;
        justify-content: center;
        margin:0 0 10px 0;
    }
    .footer-copyright{
        text-align: center;
        color: var(--gray-600);
    }
    .smart-call{
        display: none;
    }

    /**/
    /*modal sign form*/
    .modal-sign {
        width: calc(100% - 20px);
        padding: 20px;
    }

    .modal-sign .modal-close {
        top: 10px;
        transform: translate(0, 0);
    }

    .modal-sign-title {
        display: flex;
        justify-content: center;
        font-size: 18px;
        font-weight: 400;
        line-height: 140%;
        margin: 0 0 20px 0;
    }

    .modal-sign-text {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 140%;
        margin: 0 0 20px 0;
    }

    .modal-sign-main {
        border-bottom: 1px solid var(--bluegray-100);
        padding: 0 0 30px 0;
        margin: 0 0 30px 0;
    }

    /**/
    .modal-sign-button .btn {
        display: flex;
        justify-content: center;
        width: 100%;
        background: var(--orange-600);
        color: var(--white);
    }

    .modal-sign-button .btn:hover {
        background: var(--orange-700);
        color: var(--white);
    }

    /**/
    .modal-sign .modal-result {
        display: flex;
        justify-content: center;
    }

    /**/
    .modal-sign-forgot {
        display: flex;
        justify-content: center;
        margin: 20px 0 0 0;
    }

    .modal-sign-forgot span {
        margin: 0 5px;
        font-size: 14px;
        color: var(--gray-700);
        border-bottom: 1px dashed transparent;
        cursor: pointer;
    }

    .modal-sign-forgot span:hover {
        color: var(--gray-700);
        border-bottom: 1px dashed var(--gray-700);
    }

    /**/
    .modal-sign-second {
        display: flex;
        justify-content: center;
    }

    .modal-sign-second-text {
        font-size: 16px;
    }

    .modal-sign-second-button {
        font-size: 16px;
        color: var(--orange-600);
        border-bottom: 1px dashed transparent;
        cursor: pointer;
        margin: 0 0 0 6px;
    }

    .modal-sign-second-button:hover {
        font-size: 16px;
        color: var(--orange-700);
        border-bottom: 1px dashed var(--orange-700);
    }

    /**/
    .modal-sign .modal-result {
        text-align: center;
    }

    /**/
    /**/
    .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%;
    }

    /*p-order-pay*/
    .p-order-pay{
        padding:50px 0 100px 0;
    }
    .p-order-pay-content{
        text-align: center;
    }
    .p-order-pay-title{
        font-size:18px;
        font-weight: 500;
        margin:0 0 20px 0;
    }
    .p-order-pay-say{
        margin:0 0 30px 0;
    }
    .p-order-pay-say-text{
        font-size:16px;
    }
    .p-order-pay-say-num{
        font-weight: 500;
    }
    .p-order-pay-say-sum{
        font-weight: 500;
        color: var(--orange-700);
    }
    .p-order-pay-button{

    }
    .p-order-pay-button .btn{
        font-size: 14px;
        text-transform: uppercase;
        color:var(--white);
        background: var(--orange-600);
    }
    .p-order-pay-button .btn{
        color:var(--white);
        background: var(--orange-700);
    }
	.w-slider{
		margin:0 0 10px 0;
	}
	
	

}

@media (max-width: 660px) {
    .p-brand-item {
        width: calc(50% - 20px);
    }
}
@media (max-width: 460px) {
    .p-brand-item {
        width: calc(100% - 20px);
    }
}


.w-club{
	margin:0 0 100px 0;
}
.w-club-title{
	font-size: 28px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 10px 0;
    padding: 0;
}
.w-club-sub-title{
	font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    margin: 0 0 50px 0;
    padding: 0;
}
.w-club-container{
	display:flex;
	margin:0 0 100px 0;
}
.w-club-content{
	
}
.w-club-sidebar{
	
}
.signBtnInList{
	color:var(--orange-500);
	cursor:pointer;
}