.line-nav{
    margin-top: 20px;
}

.offerta__text>ol>li:before{
    display: none;
}

.plashka {
    background-size: cover !important;
    background-position: center !important;
}

.n_thank__item--price{
    min-width: 96px;
}

.dynamic-harth{
    position: fixed;
    opacity: 0;
    visibility: hidden;
    width: 54px;
    height: 54px;
    z-index: 9999999;
    transition: .5s;
}

.dynamic-harth.fixed{
    width: 24px !important;
    height: 24px !important;
}

.dynamic-harth.active{
    opacity: 1;
    visibility: visible;
    width: 24px;
    height: 24px;
}

.relate__like img:nth-child(2){
    display: none;
}

.relate__like.active img:nth-child(2){
    display: inline-block;
}

.line-nav .container>div{
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.line-nav .container>div>div{
    gap: 8px;
    padding: 4px;
    display: flex;
    align-items: center;
}

.line-nav .container>div>div a, .line-nav .container>div>span{
    color: #766D6C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    border-bottom: 1px solid transparent;
}

.line-nav .container>div>div a:hover{
    border-bottom: 1px solid #766D6C;
}

.line-nav .container>div>span{
    color: #A1988C;
}

.line-nav .container>div>div:after{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #766D6C;
    margin-left: 4px;
}

.productdetails{
    padding-top: 30px;
}


.categoryContent__item.active .relate__load{
    flex-flow: column;
    align-items: center;
}

.relate__pages{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.relate__pages>.relate__page:hover{
    border: 1px solid #F4F3F3;
}

.categoryContent__item .button__style-1:hover{
    background: #F4F3F3;
}

.relate__pages>*{
    display: flex;
    width: 36px;
    height: 36px;
    padding: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    font-size: 16px;
    color: #0C0C0C;
}

.relate__pages >.relate__page--active{
    background: #F4F3F3;
}

.hedernew__burger{
    display: flex;
    align-items: center;
    gap: 18px;
    cursor: pointer;
}

.singleOrder__header--back{
    display: flex;
    align-items: center;
}

.singleOrder__header--order{
    position: relative;
    top: 1px;
}

.prodtext__list{
    display: flex;
    flex-flow: wrap;
    width: 100%;
}

.prodtext__list--item{
    max-width: 100px;
    width: 100%;
    margin-bottom: 25px;
    margin-right: 20px;
    position: relative;
}

.prodtext__list--item img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    object-position: center;
    margin: auto;
}

.prodtext__list--item span {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #766D6C;
    letter-spacing: 0.4px;

}

.hedernew__burger span{
    color: #0C0C0C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.hedernew__burger .hedernew__burger--open{
    display: none;
}

.hedernew__burger.active .hedernew__burger--open{
    display: inline-block;
}

.hedernew__burger.active .hedernew__burger--close{
    display: none;
}

.hedernew__container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hedernew{
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #DCDCDD;
}

.hedernew__center{
    display: flex;
    align-items: center;
}

.hedernew__left{
    display: flex;
    align-items: center;
    gap: 38px;
}

.hedernew__right{
    display: flex;
    align-items: center;
    gap: 28px;
}

.hedernew .hedernew__container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hedernew .hedernew__container--menu{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__menu > ul > li:nth-child(8){
    display: list-item !important;
}

.hedernew__menu{
    width: 100%;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.hedernew__menu>div{
    position: relative;
}

.hedernew__menu>div>a{
    padding: 10px;
    color: #0C0C0C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-block;
    transition: .5s;
}

.hedernew__menu>div>a:hover{
    color: #766D6C;
}

.hedernew__logo{
    display: inline-block;
}

.hedernew .header__cart>a>span{
    font-size: 8px;
    top: 6px;
    left: 4px;
}

.hedernew .header__cart{
    margin: 0;
}

.homemenu{
    padding: 10px 0;
    background: #ffffff;
}

.marque__list div{
    font-size: 16px;
    line-height: 1;
}

.fixed-menu{
    position: absolute;
    width: 100%;
    left: 0;
    top: 61px;
    background: #ffffff;
    z-index: 999;
    padding-top: 40px;
    padding-bottom: 40px;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.fixed-menu.active{
    opacity: 1;
    visibility: visible;
}

.fixed-menu__left{
    display: flex;
    flex-flow: column;
    gap: 16px;
    align-items: flex-start;
    border-right: 1px solid #DCDCDD;
}

.fixed-menu__left>div{
    position: relative;
}

.fixed-menu__left>div>a{
    color: #0C0C0C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    min-width: 162px;
    position: relative;
    justify-content: space-between;
}


.fixed-menu__submenu{
    position: absolute;
    left: calc(100% + 40px);
    top: 0;
    min-width: 150px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    transition: 0s;
}

.fixed-menu__submenu a{
    padding: 10px;
    color: #0C0C0C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    transition: .5s;
}

.fixed-menu__submenu a:hover {
    color: #766D6C;
}

.fixed-menu__submenu a:first-child{
    font-weight: 500;
}

.fixed-menu__left>div:hover .fixed-menu__submenu{
    opacity: 1;
    visibility: visible;
}

.fixed-menu .container{
    display: flex;
    flex-flow: wrap;
}

.fixed-menu .container>div{
    width: 50%;
}

.hedernew .cartPopup__list{
    right: 0;
    left: auto;
    top: 42px;
}


.fixed-menu__right{
    padding-left: 40px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.fixed-menu__right a{
    padding: 10px;
    color: #0C0C0C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    transition: .5s;
}

.fixed-menu__right a:hover{
    color: #766D6C;
}

.hedernew .header__searching {
    left: 0;
    right: auto;
    max-width: 100%;
    top: calc(100% + 10px);
}

.fixed-menu__left>div:nth-child(2)>a{
    /*color: #FF836A;*/
}

.fixed-menu__left>div:hover>a{
    font-weight: 500;
    /*color: #766D6C;*/
}

.hedernew__burger:hover span{
    color: #766D6C;
}

.baner-woo{
    width: 100%;
}

.baner-woo img{
    width: 100%;
    object-fit: cover;
    object-position: center top;
}

.production{
    padding-top: 35px;
}

.mainFilter{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    transition: .5s;
    pointer-events: none;
    opacity: 0;
}

.mainFilter.active{
    pointer-events: all;
    background: rgba(0,0,0,0.5);
    opacity: 1;
}

.mainFilter.active .filterprod{
    transform: translateX(0);
    transition-delay: .5s;
}

.production__title > h2, .production__title > h1{
    color: #0C0C0C;
    font-size: 28px;
    font-style: normal;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    padding-left: 125px;
    padding-right: 125px;
}

.production__title{
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.production__filter--el{
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 4px;
    background: #F4F3F3;
    color: #0C0C0C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    /*transition: .5s;*/
    position: absolute;
    left: 0;
}

.production__filter--el:after{
    content: '';
    width: 18px;
    height: 18px;
    background: url('images/filter.svg');
    background-size: contain;
    display: inline-block;
}

.production__filter--el:hover::after{
    background: url('images/filter-white.svg');
    background-size: contain;
}

.production__filter--el:hover{
    background: #0C0C0C;
    color: #ffffff;
}

.production__filter--el:hover::after{

}



.filterprod{
    top: 0;
    max-height: 100vh;
    width: 480px;
    padding: 0;
}

.filterprod__main{
    position: relative;
    text-align: center;
    padding: 18px;
    border-bottom: 1px solid #B8B8B8;
}
.filterprod__exit {
    top: 14px;
    right: 14px;
}

.filterprod__title{
    padding-bottom: 40px;
    padding-top: 40px;
    margin: 0;
}
.filterprod__title:nth-child(2) {
    border-top: 1px solid #B8B8B8;
}

.filterprod__checkbox > div:last-child{
    margin-bottom: 0;
}

.filterprod__filters{
    padding: 40px;
    padding-top: 0px;
    width: 100%;
}

.filterprod__checkbox > div span{
    width: 24px;
    height: 24px;
    border-radius: 0;
    border-color: #766D6C;
}

.filterprod__checkbox > div.active span:before{
    background: #766D6C;
    width: 16px;
    height: 16px;
    border-radius: 0;
}

.filterprod__checkbox > div {
    color: #000;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: none;
}

.filterprod__title > span {
    color: #000;
    padding-left: 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: none;
    margin-bottom: 28px;
}

.filterprod__main span {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.filterprod__main span{

}

.filter__apply{
    width: 100%;
    padding: 13px 18px;
    color: #FEFEFE;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    background: #0C0C0C;
    cursor: pointer;
    display: inline-block;
}

.categoryContent__tab{
    padding: 20px !important;
    font-size: 18px !important;
    margin: 0 !important;
    text-transform: none !important;
}

.categoryContent__tab.active{
    font-weight: 500 !important;
    background: #F4F3F3;
}

.categoryContent .categoryContent__text .anotationCat{
    color: #0C0C0C !important;
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 150% !important;
}

.categoryContent__tablist{
    padding: 0 !important;
    background: #FEFEFE;
    border-top: 1px solid #F4F3F3;
}

.categoryContent__text{
    padding-top: 28px !important;
    padding-bottom: 28px !important;
}

.categoryContent__text .container{
    padding: 0 !important;
}

.categoryMain{
    height: 300px;
}

.interested{
    padding: 28px 0;
    background: #ffffff;
}

.interested h2{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #0C0C0C;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.interested__list {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.interested__list a{
    transition: .5s;
    width: 25%;
    min-width: 25%;
    height: 400px;
    background-size: cover !important;
    position: relative;
    padding-bottom: 34px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background-position: center !important;
}

.interested__list a:before{
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,.3);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.interested__list span{
    position: relative;
    z-index: 3;
    padding: 10px;
    color: #0C0C0C;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
    border-radius: 4px;
    background: #FEFEFE;
}

.interested__list a:hover{
    /*font-weight: 500;*/
}

.header{
    z-index: 101;
}

.marque__list span i{
    margin-left: 32px;
}

.prodtext__text img.prodtext__text__fon{
    position: absolute;
    right: 70px;
    bottom: 40px;
    pointer-events: none;
}

.interested .container{
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    padding: 0;
}
.interested__list {
    width: calc(100% - 30px);
    margin: auto;
}

.productdetails__objem--list{
    row-gap: 20px;
}

@media (max-width: 768px) {

    .line-nav{
        margin-top: 10px;
    }

    .productdetails{
        padding-top: 20px;
    }

    .line-nav .container>div{
        overflow: auto;
    }

    .line-nav .container>div>div a, .line-nav .container>div>span{
        white-space: nowrap;
        font-size: 12px;
    }

    .line-nav .container>div{
        gap: 4px;
    }

    .relate__pages>*{
        font-size: 14px;
    }

    .interested__list{
        flex-flow: wrap;
        width: 100%;
    }

    .interested__list a{
        width: calc(50% - 5px);
        height: 120px;
        padding-bottom: 12px;
    }

    .interested__list span{
        font-size: 12px;
        padding: 8px;
    }

    .fixed-menu:after{
        content: '';
        width: 100vw;
        height: calc(100vh - 100px);
        background: #ffffff;
        display: inline-block;
        position: fixed;
        left: 0;
        top: 100px;
        pointer-events: none;
        z-index: -2;
    }

    .categoryMain{
        height: 160px;
    }
    .homemenu{
        display: none !important;
    }

    .hedernew__center{
        position: absolute;
        left: 15px;
        top: -8px;
    }
    .hedernew{
        padding-left: 5px;
        padding-right: 5px;
        min-height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hedernew .container{
        justify-content: flex-end;
        padding-left: 25px;
        padding-right: 20px;
    }

    .fixed-menu__left>div>a{
        padding-left: 0;
    }

    .hedernew__right{
        gap: 16px;
        padding-right: 40px;
    }

    .hedernew__left{
        margin-right: 16px;
    }

    .hedernew__burger span{
        display: none;
    }

    .hedernew__left{
        gap: 16px;
    }

    .hedernew__burger{
        position: absolute;
        right: 15px;
    }

    .fixed-menu{
        padding: 28px 0;
        padding-top: 20px;
    }
    .fixed-menu__left{
        gap: 0;
        border: none;
    }

    .fixed-menu__right{
        border-top: 1px solid #DCDCDD;
        padding-left: 0;
        padding-top: 12px;
        margin-top: 10px;
    }

    .fixed-menu__right a{
        padding-left: 0;
    }

    .fixed-menu .container>div{
        width: 100%;
    }

    .fixed-menu .container {
        overflow: auto;
        height: calc(80vh - 80px);
    }

    .fixed-menu__submenu{
        left: 100%;
    }

    .fixed-menu__left>div:hover .fixed-menu__submenu {
        position: static;
        float: right;
    }


    .fixed-menu__submenu{
        padding-left: 20px;
    }

    .hedernew .header__searching{
        padding-left: 10px;
        padding-right: 10px;
    }

    .fixed-menu{
        top: 60px;
    }

    .marque__list div{
        font-size: 12px;
    }

    .marque{
        padding: 8px 0;
    }

    body.scroll-off{
        overflow: hidden;
    }

    .production__filter--el span{
        display: none;
    }

    .production__filter--el{
        padding: 14px;
        border-radius: 50%;
    }

    .filterprod{
        width: 100%;
        max-height: calc(100vh - 120px);
        min-height: calc(100vh - 120px);
    }

    .filterprod__filters{
        padding-left: 28px;
        padding-right: 28px;
    }

    .filterprod__title > span{
        font-size: 16px;
        margin-bottom: 20px;
    }

    .filterprod__title{
        padding-top: 28px;
        padding-bottom: 28px;
    }

    .filterprod__checkbox > div{
        font-size: 16px;
    }

    .production__title > h2, .production__title > h1{
        font-size: 20px;
        padding-left: 46px;
        padding-right: 46px;
    }

    .production{
        padding-top: 18px;
    }

    .production__title{
        padding-bottom: 18px;
    }

    .baner-woo{
        height: 160px;
    }

    .baner-woo img{
        height: 100%;
    }

    .categoryContent__tab{
        padding: 16px 8px !important;
        font-size: 16px !important;
        text-wrap: nowrap;
    }

    .categoryContent__tablist{
        flex-flow: row;
        flex-direction: row !important;
        overflow: auto;
        justify-content: center;
    }

    .categoryContent .categoryContent__text anotationCat{
        font-size: 16px !important;
    }

    .categoryContent__text{
        padding: 20px !important;
    }

    .interested h2{
        font-size: 20px;
    }

    .interested__list{
        gap: 10px;
    }

    .categoryContent .relate__load{
        /*padding-bottom: 0 !important;*/
    }


    .fixed-menu__left>div:hover .fixed-menu__submenu{
        position: absolute;
        visibility: hidden;
        opacity: 0;
    }

    .fixed-menu__left>div.open .fixed-menu__submenu{
        position: static;
        visibility: visible;
        opacity: 1;
        float: right;
    }
    .fixed-menu__left>div.open>a {
        font-weight: 500;
    }

    .hedernew .cartPopup__list{
        top: 40px !important;
        position: absolute !important;
        width: 100vw !important;
        right: calc(100% - 90px) !important;
    }

}


/* My Accout */

@media (max-width: 1260px) {
    .cabinet__body > div:not(:last-child) {
        margin-bottom: 0 !important;
    }

}

.hCabinet>.container{
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hCabinet{
    padding: 70px 40px 100px;
    min-height: 100vh;
    display: flex;
    column-gap: 40px;
}

.hCabinet__content{
    flex-grow: 1;
}

.hCabinet__nav{
    width: 280px;
    flex-shrink: 0;
}

.hCabinet__nav--links{
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.hCabinet__nav--links a{
    padding: 16px 16px;
    color: #0C0C0C;
    font-family: "FiraSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    transition: .35s;
    text-decoration: none;
}

.hCabinet__nav--links a:hover{
    font-weight: 500;
}

.hCabinet__nav--links a.active{
    border-left: 2px solid #A1988C;
    font-weight: 500;
}

.hCabinet__nav--leave{
    padding: 14px 16px;
    display: flex;
    align-items: center;
    transition: .35s;
    text-decoration: none;
    column-gap: 8px;
}

.hCabinet__nav--leave p{
    color: #0C0C0C;
    font-family: "FiraSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

.hCabinet__nav--leave:hover p {
    font-weight: 500;
}

.hCabinet{
    flex-grow: 1;
}

/* profile */
.hProfile__form{
    padding: 0 80px 0 0;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
}

.hProfile__form--title{
    color: #0C0C0C;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 32px;
}

.hProfile__form--field{
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.hProfile__form--part:nth-of-type(1) .hProfile__form--field input{
    width: calc(50% - 10px);
}

.hProfile__form--part:nth-of-type(2) .hProfile__form--field input{
    width: 100%;
}

.hProfile__form--part input{
    padding: 12px 16px;
    border: 1px solid #766D6C;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #0C0C0C;
}

.hProfile__form--part input.error{
    border-color: #ff0000;
}

.hProfile__form--part input::placeholder{
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #807F7F;
}

.hProfile__form--apply{
    padding: 10px 18px 11px;
    border-radius: 4px;
    border: 1px solid #0C0C0C;
    color: #0C0C0C;
    text-align: center;
    font-family: "FiraSans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: max-content;
    outline: none;
    background: #fff;
    cursor: pointer;
    transition: .5s;
}

.hProfile__form--apply:hover{
    background: #E3E0E0;
}

/* hOrder */

.hOrder__header{
    padding: 0 20px 10px 0;
    border-bottom: 1px solid #A1988C;
    display: flex;
    column-gap: 8px;
    justify-content: space-between;
}

.hOrder__header >div p{
    color: #0C0C0C;
    font-family: "FiraSans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%
}

.hOrder__header--order{
    min-width: 100px;
    width: 16%;
}

.hOrder__header--date{
    min-width: 100px;
    width: 16%;
}

.hOrder__header--status{
    min-width: 100px;
    width: 16%;
}

.hOrder__header--sum{
    min-width: 100px;
    width: 16%;
}

.hOrder__header--actions{
    width: 324px;
    flex-shrink: 0;
}

.hOrder__items{
    padding: 0 20px 0 0;
}

.hOrder__item{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
    align-items: center;
}

.hOrder__item--order{
    min-width: 100px;
    width: 16%;
}

.hOrder__item:not(:last-child){
    border-bottom: 1px solid #A1988C;
}

.hOrder__item--invoice{
    color: #0C0C0C;
    font-family: "FiraSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: 1px;
    text-underline-offset: auto;
}

.hOrder__item--invoice span{
    display: none;
}

.hOrder__item--processing{
    display: none;
}

.hOrder__item--date{
    min-width: 100px;
    width: 16%;
}

.hOrder__item--date--num, .hOrder__item--date--price{
    color: #0C0C0C;
    font-family: "FiraSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.hOrder__item--date--price{
    display: none;
}

.hOrder__item--status{
    min-width: 100px;
    width: 16%;
}

.hOrder-processing, .hOrder-completed, .hOrder-cancelled{
    border-radius: 4px;
    padding: 4px 8px;
    color: #0C0C0C;
    text-align: center;
    font-family: "FiraSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    width: max-content;
}

.hOrder-processing{
    background: #AAB6B2;
}

.hOrder-completed{
    background: #B5B9A3;
}

.hOrder-cancelled{
    background: #B8B8B8;
}

.hOrder__item--sum{
    min-width: 100px;
    width: 16%;
}

.hOrder__item--actions{
    width: 324px;
    flex-shrink: 0;
    display: flex;
    column-gap: 12px;
    justify-content: space-between;
}

.hOrder__item--view{
    border-radius: 4px;
    border: 1px solid #A1988C;
    padding: 6px 8px;
    color: #0C0C0C;
    font-family: "FiraSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    flex-grow: 1;
    text-align: center;
    transition: .5s;
}

.hOrder__item--view:hover{
    background: #E3E0E0;
}

.hOrder__item--repeat, .hOrder__items .woocommerce-pagination a{
    border-radius: 4px;
    background: #0C0C0C;
    padding: 6px 8px;
    color: #fff !important;
    font-family: "FiraSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    flex-grow: 1;
    text-align: center;
    transition: .5s;
}

.hOrder__item--repeat:hover, .singleOrder--repeat:hover, .hOrder__items .woocommerce-pagination a:hover{
    background: #2B2A29;
}

/* singleOrder */

.singleOrder__header{
    display: flex;
    column-gap: 20px;
    padding: 0 0 28px;
    align-items: center;
}

.singleOrder__header--order{
    display: flex;
    column-gap: 20px;
    padding: 0 60px 0 0;
}

.singleOrder__header--order p {
    color: var(--honest_primary_500, #0C0C0C);
    font-family: "FiraSans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.singleOrder__item{
    padding: 10px 0 10px 10px;
    display: flex;
    column-gap: 16px;
    border-bottom: 1px solid #DCDCDD;
    align-items: center
}

.singleOrder__item--pic{
    width: 75px;
    height: 75px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-self: center;
}

.singleOrder__item--pic img{
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
}

.singleOrder__item--info{
    flex-grow: 1;
    padding: 0 0 0 10px;
}

.singleOrder__item--title{
    margin-bottom: 10px;
    color: #0C0C0C;
    font-family: "FiraSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.singleOrder__item--volume{
    color: #766D6C;
    font-family: "FiraSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.singleOrder__item--count{
    min-width: 30px;
    text-align: center;
    color: #0C0C0C;
    font-family: "FiraSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.singleOrder__item--price{
    padding: 0 10px 0 0;
    min-width: 74px;
    text-align: right;
    color: #0C0C0C;
    font-family: "FiraSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.singleOrder__calculation{
    padding: 30px 0 0;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.singleOrder__calculation >div{
    display: flex;
    column-gap: 20px;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px 0 0;
}

.singleOrder__calculation >div h6{
    color: #0C0C0C;
    font-family: "FiraSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.singleOrder__calculation >div p{
    color: #0C0C0C;
    font-family: "FiraSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.singleOrder__basement{
    padding: 50px 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 20px;
}

.singleOrder__blank{
    padding: 20px;
    background: #F4F3F3;
    max-width: 420px;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.singleOrder__blank >div h6{
    margin-bottom: 10px;
    color: #000;
    font-family: "FiraSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.singleOrder__blank >div p{
    color: #000;
    font-family: "FiraSans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.singleOrder--repeat{
    border-radius: 4px;
    background: #0C0C0C;
    padding: 14px 18px;
    color: #FEFEFE;
    text-align: center;
    font-family: "FiraSans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    flex-shrink: 0;
    transition: .5s;
}

.cartPopup__item{
    width: 100%;
}

.productdetails__attr{
    border-top: none;
    border-bottom: 1px solid #DCDCDD;
    margin-bottom: 20px;
    margin-top: 10px;
}



/*.productdetails>.container{*/
/*    height: 100vh;*/
/*}*/

/*.productdetails .productdetails__image {*/
/*    position: sticky;*/
/*    top: 0;*/
/*    height: 100vh;*/
/*}*/

#reviews .star-rating{
    order: 0;
    margin-bottom: 16px;
}

.review__more{
    display: inline-block;
    color: #0C0C0C;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 18px;
    width: 100%;
    max-width: 295px;
    border-radius: 4px;
    border: 1px solid #0C0C0C;
    transition: .5s;
}
.review__more:hover {
    background: #cdcdcd !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
    margin-bottom: 16px !important;
}

.woocommerce-review__author{
    font-size: 18px;
    font-weight: 500;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.5;
}

.woocommerce #reviews #comments ol.commentlist li{
    margin-bottom: 40px;
}

.woocommerce #reviews #comments ol.commentlist li.hidden{
    display: none;
}

.comment-form-rating{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
}

.woocommerce #review_form #respond p.stars{
    margin-top: 16px;
    margin-bottom: 0;
}

.woocommerce #review_form #respond p>label{
    font-size: 20px;
    font-weight: 500;
}

.woocommerce #review_form #respond textarea{
    margin-top: 16px;
    background: transparent;
    height: 136px;
}

.woocommerce #review_form #respond .form-submit input{
    margin-left: 0;
    padding: 18px;
    width: 100%;
    max-width: 295px;
    font-size: 18px;
    margin-top: 30px;
}

.product-page__calling{
    font-size: 28px;
    margin-bottom: 60px;
}

.relate > h2, .relate__mainTitle{
    font-size: 28px;
}

.do_photo__item--left{
    width: calc(50% - 30px);
    margin-right: 0;
}

.do_photo__item{
    justify-content: space-between;
    margin-bottom: 0;
}

.do_photo__item--right{
    width: calc(50% - 30px);
}

.do_photo .container{
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}

.reviewSection .container{
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}

.use .container{
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
}

.use__item span{
    font-size: 28px;
    bottom: 20px;
}

.use__item img{
    width: 120px;
    height: 120px;
    object-fit: contain;
    margin-top: 0;
}

.use_add *{
    font-size: 21px;
}

.use__item p{
    font-size: 18px;
    min-height: 102px;
    display: flex;
    align-items: center;
}

.use__item{
    padding: 20px 20px 65px 20px;
    margin-right: 0 !important;
    max-width: 260px;
    width: 100%;
    margin-bottom: 0 !important;
}

.use__list{
    gap: 40px;
    flex-flow: row;
}

.sphera .sphera__title, .use__title{
    font-size: 28px;
}

.productdetails__general > h1{
    margin-bottom: 30px;
}

.productdetails__general > p{
    margin-bottom: 28px;
}

.productdetails__qty--wrapp{
    margin-top: 28px;
    column-gap: 28px;
}

.productdetails__qty--basket{
    width: 100% !important;
    max-width: 290px;
    margin-right: 0 !important;
    padding: 14px 54px !important;
}

.productdetails__qty--wrapp img{
    width: 36px;
    height: 36px;
}

.productdetails__price-qty .relate__like{
    width: 36px !important;
    height: 36px !important;
}

.productdetails__objem{
    margin-top: 28px;
    padding-top: 14px;
}

.productdetails__objem--item.active{
    background: #DCDCDD;
    border-color: #DCDCDD;
}

.productdetails__objem--item{
    padding: 9px 16px;
}

.productdetails__objem--list{
    row-gap: 16px;
}

.review__create{
    display: none;
}

/*dfs*/

@media (min-width: 1200px) {

    .productdetails {
        height: calc(100vh - 100px);
    }

    .productdetails .container {
        display: flex;
        height: 100%;
        overflow: visible;
    }

    .productdetails__details {
        flex: 0 0 50%;
        max-height: 100%;
        overflow-y: auto;
        box-sizing: border-box;
        padding: 20px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .productdetails__image, .productdetails__image--slider {
        height: calc(100vh - 230px);
        align-items: flex-start;
    }

    .productdetails__image--slider img {
        max-height: 100%;
    }

    .productdetails__image--slider .zoomple {
        height: 100%;
    }

    .productdetails__details::-webkit-scrollbar {
        display: none;
    }

}
/*sdf*/

.prodtext__more{
    padding-bottom: 30px;
    border-bottom: 1px solid #DCDCDD;
    margin-bottom: 30px;
}

.prodtext__more--title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0C0C0C;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
}

.prodtext__more--content{
    padding-top: 28px;
    display: none;
    font-size: 18px;
    line-height: 1.4;
}

.prodtext__more.open .prodtext__more--content{
    display: block;
}

.prodtext__more.open .prodtext__more--title svg{
    transform: rotate(180deg);
}

.prodtext__more--content span br{
    display: none;
}

.prodtext__more--content br{
    display: none;
}

.meta_single h3, .meta_single h4, .meta_single h5{
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-bottom: 20px;
}

.meta_single h3 b, .meta_single h4 b, .meta_single h5 b{
    font-weight: inherit !important;
}

.productdetails__sphera{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    border-bottom: 1px solid #DCDCDD;
    gap: 20px;
}

.productdetails__sphera--tab{
    padding: 16px 0;
    color: #766D6C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: relative;
    cursor: pointer;
}

.productdetails__sphera--tab.active{
    color: #0C0C0C;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}

.productdetails__sphera--tab.active:after{
    content: '';
    width: 100%;
    height: 2px;
    background: #0C0C0C;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.productdetails__item--title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
}

.productdetails__item--details em {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}

.productdetails__item--link{
    padding: 12px;
    color: #0C0C0C;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    border: 1px solid #0C0C0C;
    display: inline-block;
    transition: .5s;
    background: transparent;
}

.productdetails__item--link:hover {
    background: #000000;
    color: #ffffff;
}

.productdetails__item{
    gap: 20px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    margin: 28px 0;
}

.productdetails__item--img{
    width: 200px;
    height: 200px;
    background: rgba(227, 224, 224, 0.50);
    padding: 15px;
}

.productdetails__item--img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.productdetails__item--details{
    width: calc(100% - 220px);
}

.productdetails__sphera--item{
    display: none;
}

.productdetails__sphera--item.active{
    display: block;
}

.productdetails__details{
    width: 48%;
    max-width: 100%;
    flex: none;
    padding-top: 0;
}

.productdetails__general > h1{
    margin-top: 0;
}

.productdetails__image{
    max-width: 100%;
    width: 48%;
}

.surface__item img{
    border-radius: 50%;
    max-width: 140px;
    max-height: 140px;
}

.surface__item span{
    font-size: 20px;
    font-weight: 400;
}

.surface__left h2, .surface__mainTitle, .surface__right h2{
    font-size: 28px;
}

.surface__left{
    position: relative;
}

.surface__left *{
    z-index: 2;
    position: relative;
}

.surface__left:after{
    content: '';
    display: block;
    position: absolute;
    width: 50vw;
    height: 100%;
    left: 0;
    top: 0;
    background: #f4f3f3;
    z-index: 1;
}

.surface__right{
    order: -1;
    width: 50%;
    background: none;
}

.surface__item img{
    object-fit: cover;
    width: 120px;
    height: 120px;
}

.surface__item span{
    font-size: 18px;
}

.sphera .sphera__title, .use__title{
    margin-top: 0;
    text-align: center;
}

.surface__left h2, .surface__mainTitle, .surface__right h2{
    text-align: center;
    margin-bottom: 60px;
}

.surface__left{
    padding-bottom: 10px;
}

.sphera .sphera__desc{
    height: 421px;
}

.surface__left{
    width: 50%;
    margin-right: 0;
}

.do_photo__item > div{
    position: relative;
}

.do_photo__item span{
    padding: 10px;
    border-radius: 4px;
    background: #F4F3F3;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    left: 20px;
    top: 20px;
}

.do_photo__item--right span{
    left: auto;
    right: 20px;
    z-index: 2;
}

.giftIcon-has{
    position: relative;
    padding-right: 50px;
}

.giftIcon{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.productdetails__files a span{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 10px;
    line-height: 100%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #766D6C;
    letter-spacing: 0.4px;
}


@media (max-width: 1280px){
    .hProfile__form{
        padding: 0;
    }

    .hCabinet__nav{
        width: 240px;
    }

    .hOrder__header{
        padding: 0 0 10px;
    }

    .hOrder__items{
        padding: 0;
    }
}

@media (max-width: 1180px){
    .hOrder.hCabinet{
        flex-direction: column;
        row-gap: 40px;
    }

    .hOrder .hCabinet__nav{
        max-width: 100%;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        column-gap: 16px
    }
}

#review_form_wrapper{
    width: 484px;
}

#comments{
    width: calc(100% - 504px);
}

.woocommerce #review_form #respond textarea, .comment-form-author input, .comment-form-email input{
    background: #ffffff;
}

#reviews>.clear{
    display: none !important;
}

.comment-form-author{
    margin-bottom: 40px !important;
}

.comment-form-email{
    margin-bottom: 40px !important;
}

.surface.notright .container .surface__right{
    display: none !important;
}

.surface.notright .container .surface__left{
    width: 100%;
}

.surface.notright .container .surface__left:after{
    width: 100vw;
}

.surface.notright {
    background: #f4f3f3;
}

.relate__banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.relate__banner img:nth-child(2){
    display: none;
}

.relate__banner a{
    height: 100%;
}

.certMore strong{
    display: inline-block;
}

.certMore br{
    display: block;
}

@media (max-width: 1024px){

    #review_form_wrapper{
        width: 350px;
    }

    #comments{
        width: calc(100% - 400px);
    }

    .hCabinet{
        padding: 120px 32px 80px;
        column-gap: 24px;
    }

    .hProfile__form{
        row-gap: 50px;
    }

    .hProfile__form--title{
        margin-bottom: 26px;
    }

    .hProfile__form--part:nth-of-type(1) .hProfile__form--field input{
        width: 100%;
    }

    .singleOrder__header--order{
        padding: 0 25px 0 0;
    }

    .singleOrder__item{
        column-gap: 10px;
        padding: 10px 0;
    }

    .singleOrder__item--info{
        padding: 0;
    }

    .singleOrder__item--pic{
        width: 70px;
        height: 70px;
    }

    .singleOrder__item--price{
        padding: 0;
        min-width: 68px;
    }

    .singleOrder__calculation >div{
        padding: 0;
    }

    .singleOrder__basement{
        flex-direction: column;
        row-gap: 40px;
        align-items: flex-end;
    }

    .singleOrder__blank{
        order: 2;
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 880px){
    .hOrder__header{
        display: none;
    }

    .hOrder__item{
        padding: 20px 0;
        flex-direction: column;
        row-gap: 16px;
    }

    .hOrder__item--order{
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 10px;
    }

    .hOrder__item--processing{
        display: block;
    }

    .hOrder__item--date{
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 10px;
    }

    .hOrder__item--date--price{
        display: block;
    }

    .hOrder__item--status{
        display: none;
    }

    .hOrder__item--sum{
        display: none;
    }

    .hOrder__item--actions{
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 10px;
    }

    .hOrder__item--view{
        flex-grow: 0;
    }

    .hOrder__item--repeat{
        flex-grow: 0;
    }
}

@media (max-width: 768px){

    .relate__banner img:nth-child(1){
        display: none;
    }

    .relate__banner img:nth-child(2){
        display: block;
    }

    .productdetails__image{
        width: 100%;
    }

    .productdetails__sphera--tab, .productdetails__sphera--tab.active{
        font-size: 16px;
    }

    .sphera .sphera__title, .use__title{
        margin-bottom: 36px !important;
    }

    .surface__right{
        width: 100%;
        padding-top: 0;
        margin-top: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .surface{
        margin-top: 30px;
    }

    .surface__left{
        width: 100%;
    }

    .sphera .sphera__desc{
        height: 368px;
    }

    .sphera .sphera__title{
        margin-bottom: 20px;
    }

    .surface__left h2, .surface__mainTitle, .surface__right h2{
        margin-bottom: 36px;
    }

    .do_photo__item span{
        font-size: 14px;
        top: 10px;
    }

    .meta_single h3, .meta_single h4, .meta_single h5{
        font-size: 18px !important;
        margin-bottom: 15px;
    }

    .prodtext__list--item{
        width: 80px;
        min-width: 80px;
        margin-right: 4px;
    }

    .sphera .sphera__mobile{
        /*height: 368px;*/
    }

    .prodtext__more--content{
        padding-top: 25px;
        font-size: 16px;
    }

    .prodtext{
        padding-top: 30px;
    }

    .prodtext__more{
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .surface__left h2, .surface__mainTitle, .surface__right h2{
        font-size: 20px;
        text-align: center;
    }

    .use_add *{
        font-size: 16px;
    }

    .use__list{
        flex-flow: wrap;
        gap: 16px;
    }

    .use__item img{
        width: 68px;
        height: 68px;
    }

    .use__item p{
        font-size: 14px;
        min-height: 80px;
    }

    .use__item span{
        font-size: 20px;
        bottom: 10px;
    }

    .use__item{
        width: calc(50% - 8px) !important;
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .relate.relate-slider>h2, .relate__mainTitle{
        font-size: 20px;
    }

    .productdetails__details{
        width: 100%;
    }

    .productdetails__item--img{
        width: 120px;
        height: 120px;
        padding: 10px;
    }

    .surface__right span{
        font-size: 16px;
        margin-bottom: 16px;
    }

    .surface__item span{
        font-size: 16px;
    }

    .surface__item img{
        width: 68px;
        height: 68px;
    }

    .productdetails__item--details{
        width: calc(100% - 148px);
    }

    .productdetails__item--title{
        font-size: 16px;
        margin-bottom: 16px;
        line-height: 1;
    }

    .prodtext__more--title {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
    }

    .productdetails__item--details em{
        font-size: 16px;
        line-height: 1;
        margin-bottom: 16px;
    }

    .productdetails__item--link{
        font-size: 12px;
    }

    #comments{
        width: 100%;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
        font-size: 16px !important;
    }

    .review__more{
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .woocommerce #review_form #respond textarea{
        height: 88px;
    }

    .review__create{
        color: #0C0C0C;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding: 18px;
        width: 100%;
        max-width: 295px;
        border-radius: 4px;
        border: 1px solid #0C0C0C;
        transition: .5s;
        margin-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-left: auto;
    }

    .review__create:hover{
        background: #cdcdcd !important;
    }

    .woocommerce #review_form #respond .form-submit input{
        margin-left: auto;
        padding: 13px;
        font-size: 18px;
        font-weight: 500;
    }

    .do_photo__item--right img, .do_photo__item--left img{
        height: 180px;
    }

    .do_photo__item--left{
        width: calc(50% - 10px);
    }

    .do_photo__item--right{
        width: calc(50% - 10px);
    }

    .product-page__calling{
        font-size: 20px !important;
        margin-bottom: 36px;
        margin-top: 20px;
    }

    .do_photo{
        margin-bottom: 10px;
    }

    .productdetails__general > h1{
        margin-bottom: 20px;
    }

    #review_form_wrapper{
        width: 100%;
        display: none;
    }

    .hCabinet{
        padding: 20px 20px 60px;
    }

    .hCabinet{
        flex-direction: column;
        row-gap: 40px;
    }

    .hCabinet__nav{
        max-width: 100%;
        width: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        column-gap: 16px
    }

    .hCabinet__nav--links a{
        padding: 14px 12px;
    }

    .hCabinet__nav--leave{
        padding: 14px 12px;
    }

    .hProfile__form{
        row-gap: 40px;
    }

    .hProfile__form--title{
        margin-bottom: 20px;
        font-size: 16px;
    }

    .singleOrder__header{
        column-gap: 10px;
    }

    .singleOrder__header--order{
        column-gap: 10px;
    }

    .singleOrder__header--order p{
        font-size: 16px;
    }

    .singleOrder__item{
        column-gap: 8px;
        padding: 8px 0 8px 8px;
    }

    .singleOrder__item--pic{
        width: 64px;
        height: 64px;
    }

    .singleOrder__item--info{
        padding: 0 0 0 8px;
    }

    .singleOrder__item--title{
        font-size: 14px;
    }

    .singleOrder__item--volume{
        font-size: 14px;
    }

    .singleOrder__item--count{
        min-width: 18px;
        font-size: 14px;
    }

    .singleOrder__item--price{
        min-width: 56px;
        padding: 0 4px 0 0;
        font-size: 14px;
    }

    .singleOrder__calculation{
        padding: 20px 0 0;
        row-gap: 16px;
    }

    .singleOrder__basement{
        padding: 40px 0 0;
    }

    .singleOrder--repeat{
        font-size: 16px;
        padding: 11px 16px 12px;
    }

    .use{
        margin-top: 0;
    }

    .use__title{
        margin-top: 30px;
    }

    .reviewSection{
        margin-bottom: 40px;
    }

    .categoryContent .categoryContent__text .anotationCat{
        font-size: 18px !important;
        line-height: 1.2 !important;
        padding-top: 0 !important;
    }

    .sphera .sphera__title, .use__title{
        font-size: 20px !important;
    }

    .sphera .sphera__title{
        margin-bottom: 40px !important;
    }

    .woocommerce #review_form #respond p.comment-form-comment{
        /*order: -1;*/
    }

    #comments{
        order: -1;
        margin-top: 30px;
    }

}

@media (max-width: 720px) {
    .productdetails__objem--item{
        padding: 10px 16px;
    }
    .productdetails__qty--wrapp{
        column-gap: 16px;
    }
    .productdetails__qty--basket{
        padding: 12px 54px !important;
    }
    .giftIcon-has{
        position: static;
    }
    .n_basket__product--right{
        position: relative;
    }
    .giftIcon {
        right: 90px;
        top: auto;
        bottom: 3px;
    }
    .do_photo__item span{
        padding: 6px 8px;
    }

    .review__more, .review__create{
        padding: 12px;
        border-radius: 4px;
    }
    .woocommerce #review_form #respond .form-submit input{
        border-radius: 4px;
    }
}