/*
Theme Name: Diversey
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


.lysCheckout__delivery--text{
    color: #172852;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    width: 100%;
    margin-top: 10px;
    display: none;
}

.lysCheckout__delivery--select.active + .lysCheckout__delivery--text{
    display: inline-block;
}

@media screen and (min-width: 1450px) {
    .page-header__nav-menu {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .sticky{
        padding-left: 40px;
        padding-right: 40px;
    }
}

.domainNew{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}

.domainNew.active{
    opacity: 1;
    visibility: visible;
}

.domainNew .rgba{
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.domainNew__form{
    position: relative;
    border-radius: 16px;
    background: #FFF;
    padding: 40px;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    justify-content: center;
    z-index: 2;
    max-width: 522px;
    width: 100%;
}

.domainNew__form p{
    color: #172852;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.domainNew__btn{
    margin-top: 20px;
    width: 100%;
    text-align: center;
    padding: 14px;
    background: #006CB5;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    cursor: pointer;
    transition: .5s;
    opacity: 1;
}

.domainNew__btn:hover{
    opacity: .8;
}


@media screen and (max-width: 768px) {
    .domainNew__form{
        padding: 20px;
        max-width: 335px;
    }
    .domainNew__form p{
        font-size: 14px;
    }
    .domainNew__btn{
        margin-top: 0;
        font-size: 14px;
        padding: 11px;
    }
    .page-header__rabaty {
        animation: moveBackground 10s linear infinite;
    }
}

@keyframes moveBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 0;
    }
}

html[lang="ru-UA"] .product-page__madeprod>div>span{
    min-width: 200px;
}

@media screen and (max-width: 992px) {
    html[lang="ru-UA"] .product-page__madeprod>div>span{
        min-width: 180px;
    }
}

.news-author{
    margin-top: 50px;
}

.news-author__block{
    display: flex;
    align-items: center;
    gap: 20px;
}

.news-author__excerpt{

}

.news-author__image img{
    object-fit: cover;
    border-radius: 50%;
}

.news-author__excerpt span{
    display: inline-block;
    width: 100%;
    color: #9A9595;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.news-author__excerpt a{
    margin: 16px 0;
    display: inline-block;
    color: #172852;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.author{
    margin-top: 40px;
}

.author-block__image img{
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.author-block{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
}

.author__content{
    margin-bottom: 100px;
}

.author__content *{
    color: #172852;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

.author__content ul, .author__content ol{
    list-style: disc;
    padding-left: 25px;
    /*margin-bottom: 20px;*/
}

.author__content h1, .author__content h2, .author__content h3, .author__content h4, .author__content h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}


.author-block__excerpt h1{
    margin: 0 0 20px 0;
    color: #172852;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
}

.author-block__excerpt span{
    color: #9A9595;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.author-block__social{
    display: flex;
    align-items: center;
    gap: 20px;
}

.author__right--title{
    color: #172852;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}


.author .container{
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
    gap: 40px;
}

.author__left{
    width: calc(100% - 392px);
}

.author__right{
    max-width: 352px;
    width: 100%;
}

.author__right--list .news__img{
    max-height: 220px;
    height: 100%;
    margin-bottom: 20px;
}

.author__right--list .news__item{
    margin-bottom: 40px;
}

.author__right--list .news__calling{
    font-weight: 700;
}


.author__right--list .news__btn{
    margin-top: 0;
}





.catalog__list-choose>.catalog__item-choose .catalog__item-choose{
    width: 100%;
    flex-flow: wrap;
}
.catalog__list-choose>.catalog__item-choose .catalog__item-choose .catalog__quart{
    display: none;
}
.shop-page .catalog__item-choose span{
    font-weight: 400;
}
.catalog__list-choose>.catalog__item-choose.cur>a{
    margin-bottom: 10px;
}
.catalog__list-choose>.catalog__item-choose{
    flex-flow: wrap;
}

.catalog__children{
    width: 100%;
    padding-left: 10px;
    margin: 0;
    margin-bottom: 10px;
}

.catalog__children:last-child{
    margin-bottom: 0 !important;
}

.tax-product_cat .catalog__children{
    margin: 10px 0;
}

.page-header__rabaty{
    color: transparent !important;
}

.news-page__head{
    height: 408px;
    width: 100%;
    position: relative;
    padding: 80px;
    display: flex;
    align-items: flex-end;
}

.news-page__head:after{
    position: absolute;
    background: rgba(0, 0, 0, .5);
    content: '';
    display: inline-block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
}

.single-post .line-nav{
    max-width: 1320px;
    padding: 0px 20px;
    margin-left: auto;
    margin-right: auto;
}

.news-page__block{
    max-width: 1320px;
    padding: 0px 20px;
    margin-top: -16px;
}

.news-page__head--container{
    width: 100%;
    position: relative;
    z-index: 2;
}


.news-page__head>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.news-page__head--title{
    color: #F7F7F7;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    display: inline-block;
    width: 100%;
    max-width: 900px;
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.news-page__head--info{
    display: flex;
    align-items: center;
    width: 100%;
    gap: 80px;
    position: relative;
}

.news-page__head--date{
    color: #F7F7F7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.news-page__head--social{
    display: flex;
    align-items: center;
    gap: 20px;
}

.news-page__content{
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.news-page__content--right{
    min-width: 240px;
}

.news-page__desc{
    margin-top: 50px;
}

.news-page__content--title{
    color: #172852;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 50px;
}

.news-page__products{
    display: flex;
    flex-flow: column;
    gap: 20px;
}

.news-page__product{
    background: #F7F7F7;
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
}

.news-page__product--cat{
    color: #574E4E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}

.news-page__product--title{
    color: #172852;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.news-page__product--price{
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.news-page__product--price span {
    color: #574E4E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}
.news-page__product--price span.fullprice-regular{
    text-decoration-line: line-through;
    font-size: 12px;
    position: relative;
    top: 1px;
}

.news-page__product--price span.fullprice-sale{
    color: #FF540A;
}


.news-page__product--image{
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

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


.news-page__head--social span{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}


.news-page__product--link{
    padding: 18px;
    line-height: 1;
    color: #FFF !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    background: #0BB84D;
    transition: .5s;
}

.news-page__product--link:hover{
    opacity: .8;
}

.news-page__related{
    margin-top: 60px;
    width: 100%;
}

.news-page__related>span{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #172852;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 40px;
}

.news-page__related--list{
    display: flex;
    flex-flow: wrap;
    gap: 40px;
}

.news-page__related--item{
    flex: 1;
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    max-width: 270px;
}

.news-page__related--item img{
    width: 100%;
    margin-bottom: 20px;
    object-fit: cover;
}

.news-page__related--title{
    display: inline-block;
    width: 100%;
    color: #27C6D9;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.news-page__related--content{
    width: 100%;
}

.news-page__related--item a{
    color: #172852;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: .5s;
    opacity: 1;
}

.news-page__related--item a:hover{
    opacity: .8;
}

.news-page__product--content{
    width: 100%;
}

.news-page__desc a{
    color: #172852;
}

.news-page__content.not-right .news-page__content--right{
    display: none !important;
}

.html-page a{
    font-size: 16px;
    color: #172852;
    text-decoration: underline;
    margin-bottom: 10px;
    display: inline-block;
}

.html-page > div{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
    .author__left{
        width: 100%;
    }

    .author__right{
        width: 100%;
        max-width: 100%;
    }

    .author__right--list .news__item{
        width: calc(50% - 8px);
        flex-basis: unset;
        margin-top: 0 !important;
        margin-bottom: 20px !important;
    }

    .author__right--list .news__calling{
        font-size: 16px !important;
    }

    .author__right--list .news__btn{
        font-size: 16px !important;
    }

    .author__right--list .news__item:nth-child(even){
        margin-left: 16px;
    }

    .author-block__image img{
        width: 120px;
        height: 120px;
    }

    .author-block__excerpt h1{
        font-size: 18px;
        margin-bottom: 12px;
    }

    .author-block__excerpt span{
        margin-bottom: 12px;
        font-size: 16px;
    }

    .author-block{
        margin-bottom: 20px;
    }

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

    .author__content h1, .author__content h2, .author__content h3, .author__content h4, .author__content h5{
        margin-top: 16px;
        margin-bottom: 16px;
        font-size: 16px;
    }

    .author__content{
        margin-bottom: 0;
    }

    .author__right--list .news__img{
        max-height: 100px !important;
        margin-bottom: 16px;
        min-height: 100px !important;
    }

    .author__right--list{
        display: flex;
        flex-flow: wrap;
    }

    .author__right--list .news__text{
        margin-top: 16px;
    }

    .news-page__related--item {
        width: 50%;
        flex: none;
        margin-bottom: 16px;
    }
    .news-page__related--list{
        gap: 0;
    }
    .news-page__related--item:nth-child(even){
        padding-left: 8px;
    }
    .news-page__related--item:nth-child(odd){
        padding-right: 8px;
    }

    .news-page__related>span{
        margin-bottom: 20px;
        font-size: 20px;
    }

    .news-page__head{
        height: 344px;
        padding: 20px;
    }

    .news-page__head--title{
        font-size: 24px;
    }
}


@media screen and (max-width: 768px) {

    .line-nav__block>span:last-child{
        position: relative;
        bottom: 1px;
    }

    .news-author__image img{
        width: 100px;
        height: 100px;
    }
    .news-author__excerpt span{
        font-size: 14px;
    }
    .news-author__excerpt a{
        font-size: 16px;
        margin: 10px 0;
    }
    .news-author{
        margin-top: 40px;
    }
    .news-page__desc{
        margin-top: 20px !important;
    }
    .news-page__related--item img{
        height: 100px;
        margin-bottom: 16px;
    }
    .news-page__products{
        display: flex;
        flex-flow: row;
        gap: 10px;
    }
    .news-page__product{
        width: 50%;
        padding: 10px;
        justify-content: space-between;
        min-width: calc(50% - 5px);
        display: flex;
        flex-flow: column;
    }

    .news-page__slider{
        width: calc(100vw - 40px);
        overflow: hidden;
    }

    .news-page__product--image{
        height: 142px;
    }

    .news-page__product--price{
        margin-bottom: 16px;
    }

    .news-page__product--link{
        margin-top: 0;
        padding: 14px 4px;
        font-size: 14px;
    }

    .news-page__product--cat{
        font-size: 12px;
        margin-bottom: 16px;
    }

    .news-page__product--title{
        font-size: 12px;
        margin-bottom: 16px;
    }
    .news-page__content--title{
        margin-top: 0px;
    }
    .news-page__desc p, .news-page__desc li{
        font-size: 16px !important;
        line-height: 1.4 !important;
    }

    .news-page__desc{
        margin-top: 40px;
    }

    .single-post .news-page{
        padding-top: 20px;
    }
    .news-page__block{
        margin-top: 0;
    }

    .single-post .line-nav{
        padding-top: 10px;
    }

    .news-page__head--date{
        font-size: 14px;
    }

    .news-page__head--social span{
        font-size: 14px;
    }

    .news-page__head--info{
        gap: 40px;
        justify-content: space-between;
    }

    .news-page__related--title{
        font-size: 16px;
        margin-bottom: 16px;
    }

    .news-page__related--item a{
        font-size: 16px;
    }

    .news-page__content--right{
        position: relative;
    }

    .news-page__left, .news-page__right{
        content: '';
        width: 24px;
        height: 24px;
        cursor: pointer;
        position: absolute;
        left: -12px;
        bottom: 54%;
        background: url('images/arrow-news.svg');
        background-size: contain;
        z-index: 2;
    }

    .news-page__right{
        left: auto;
        right: -12px;
        transform: rotate(180deg);
        transform-origin: center;
    }
}


.archive .showMoreCenter{
    margin-top: 40px;
    justify-content: flex-end;
}

.archive .showMoreCenter__load{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    cursor: pointer;
    color: #172852;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    justify-content: center;
}

.archive .shop-page__product-list{
    position: relative;
}

.archive .shop-page__product-list.loaded:after{
    opacity: 0;
    visibility: hidden;
}

.archive .shop-page__product-list:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    background: #fff;
    transition: .5s;
}


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

.showMoreCenter__load svg{
    transform: rotate(0deg);
    transform-origin: center;
    transition: .5s;
}

.showMoreCenter__load:hover svg{
    transform: rotate(180deg);
}

.shop_page{
    transition: .5s;
    background: transparent;
    padding: 10px 6px 12px 6px;
    border-radius: 50px;
    border: 1px solid transparent;
    width: 38px;
    height: 38px;
    line-height: 1;
    text-align: center;
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    user-select: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


.shop_page:focus{
    outline: none !important;
    box-shadow: none !important;
}


.shop_page--active{
    background: #E5F0F0 !important;
}
@media screen and (max-width: 768px) {
    .archive .showMoreCenter{
        justify-content: center;
    }
    .shop_page:hover {
      background: none !important;
    }
}

@media screen and (min-width: 992px) {
    .shop_page:hover {
        border-color: #E5F0F0 !important;
    }
    .page-header__catalog-list-main {
        max-height: 500px !important;
        overflow: auto;
    }
    .header-mobileSubcat{
        top: 250px !important;
    }
}


.order__details--account .woocommerce-order-details,
.order__details--account .woocommerce-customer-details{
    display: block;
    margin-top: 20px;
}


.order__details--account .woocommerce-order-details__title, .order__details--account  .woocommerce-column__title{
    font-weight: bold;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 30px;
    color: #172852;
}


.order__details--account .woocommerce-column--2{
    display: none;
}

.order__details--account .woocommerce-column--1{
    width: 100% !important;
}

.order__details--account .woocommerce-customer-details address{
    padding: 20px;
    color: #172852;
}

.order__details--account  table.shop_table th, .order__details--account  table.shop_table td {
    color: #172852;
}

.order__details--account table.shop_table th:nth-child(2), .order__details--account table.shop_table td:nth-child(2){
    text-align: center;
    justify-content: center;
}

body .woocommerce .order__details--account table.shop_table td{
    display: table-cell !important;
}

.order__details--account  table.shop_table tfoot>tr:nth-child(2){
    display: none;
}
.woocommerce .order__details--account table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
    border-left: 1px solid rgba(0, 0, 0, .1) !important;
}


.shop-page__price{
    color: #172852;
}


.term-292 .es-recom-container{
    display: none !important;
}

.rating-custom .woocommerce-product-rating .star-rating{
    margin-top: 0 !important;
}

.more_avail{
    font-size: 12px;
    font-weight: 400 !important;
    max-width: 200px;
    display: inline-block;
    line-height: 1.3;
}


.home .metahome ul{
    display: flex;
    flex-flow: wrap;
}

.home .metahome li{
    width: 19%;
    padding-right: 10px;
}

img[src="https://blanidas.shop/wp-content/themes/ultrabootstrap/static/img/header/ru.svg"]{
    opacity: 0 !important;
    visibility: hidden !important;
}

.last-news__item{
    position: relative;
}
.shop-page__item{
    position: relative;
}
.shop-page__img, .last-news__img{
    position: static;
}
.shop-page__item .shop-page__rabaty, .last-news__item .shop-page__rabaty{
    left: 0 !important;
    top: 0 !important;
}
.bannerNabor{
    width: 100%;
    margin-top: 30px;
}

.bannerNabor img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.bannerNabor img.mobile{
    display: none;
}

.product-page__genimg{
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

@media screen and (max-width: 992px){
    .bannerNabor img {
        height: 375px;
        object-fit: contain;
    }
    .bannerNabor img.mobile {
       display: inline-block;
        object-fit: cover;
    }
    .bannerNabor img.mobile+.desc{
        display: none;
    }
    .bannerNabor .desc.onlyDesc{
        height: 200px;
    }
}

@media screen and (max-width: 625px){
    .bannerNabor img {
        height: 405px;
        object-fit: contain !important;
    }
    .shop-page__stars{
        margin-top: 5px;
    }
    div.shop-page__item{
        justify-content: flex-start !important;
        padding-bottom: 80px !important;
    }

    .shop-page__item .shop-page__btn {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        margin-left: 0;
    }

    .shop-page__price{
        bottom: 28px;
        left: 0;
        right: 0;
        position: absolute;
    }

    .shop-page__price[data-pr="two"]{
        bottom: 7px;
    }

    .shop-page__price[data-pr="two"] span{
        text-align: left !important;
    }
}

@media screen and (max-width: 768px){
    div.shop-page__item{
        justify-content: flex-start !important;
        padding-bottom: 56px !important;
    }
    .shop-page__price{
        margin-bottom: 0 !important;
    }
}

.sticky{
    z-index: 999;
}


.product-page__video{
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
    z-index: 500;
}


.leftArrowHome, .rightArrowHome{
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #ececec;
    position: absolute;
    left: calc(calc(100% - 1540px)/3) !important;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9;
    background: #ffffff;
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 15%);
}
.leftArrowHome svg, .rightArrowHome svg{
    width: 24px !important;
    height: 24px !important;
    transform: rotate(180deg);
    fill: #232c52;
    transition: .3s;
}
.leftArrowHome svg{
    transform: rotate(-180deg);
}


.leftArrowHome:hover svg, .rightArrowHome:hover svg{
    fill: #04b6a4;
}

.footer__littel-img{
    width: 150px;
    object-fit: contain;
}


.rightArrowHome{
    right: calc(calc(100% - 1540px)/3) !important;
    left: auto !important;
}

.page-header__littel-img{
    width: 150px;
    object-fit: contain;
}

.rightArrowHome svg{
    /*transform: rotate(-90deg);*/
}

.shop-page__text{
    height: calc(100% - 200px);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-top: 20px;
}


@media screen and (max-width: 1540px){
    .leftArrowHome, .rightArrowHome{
        left: -12px !important;
    }
    .rightArrowHome{
        right: -12px !important;
        left: auto !important;
    }
}

@media screen and (max-width: 992px){
    .leftArrowHome, .rightArrowHome{
        left: -20px !important;
        width: 26px;
        height: 26px;
        top: -50px !important;
    }
    .rightArrowHome{
        left: auto !important;
        right: -20px !important;
    }
    .footer .footer__littel-img {
        width: 175px !important;
        height: 80px !important;
    }
    .page-header__big-mob{
        max-width: 150px !important;
        max-height: 40px !important;
    }
    .product-page__video img{
        width: 50px !important;
        height: 50px !important;
        object-fit: contain;
    }
    .leftArrowHome svg, .rightArrowHome svg{
        width: 16px !important;
        height: 16px !important;
    }
}


@media screen and (max-width: 340px){
    .page-header__big-mob{
        max-width: 120px !important;
    }
}


.passRest {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    display: block;
    color: #172852;
    margin-bottom: 7px;
}

#email-restore.error{
    border-color: red;
}

.resetPassword-notFind, .resetPassword-Find{
    display: none;
    width: 100%;
    text-align: center;
    margin: 10px 0;
}

.resetPassword-notFind.active, .resetPassword-Find.active{
    display: inline-block;
}

.resetPassword .order__input{
    align-items: center;
}

.resetPassword .order__input span{
    display: inline-block;
    width: 100%;
}
.resetPassword .order__input input {
    max-width: 300px;
}

.resetPassword, .order__btn{
    max-width: 300px;
    width: 100%;
}

.page-header__catalog-list-main a {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #172852 !important;
}

.page-header__catalog-item:hover > a {
    color: #04b6a4 !important;
    font-weight: 400 !important;
}

.page-header__catalog-item-light{
    border: none !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 5px 10px; !important;

}

.page-header__catalog-item:hover{
    box-shadow: 0px 0px 5px 1px #ececec !important;
}

.page-header__catalog-item-light:hover{
    box-shadow: 0px 0px 5px 1px #ececec !important;
}

.page-header__nav-item.catalog .page-header__catalog .img-array{
    transform: rotate(-90deg) !important;
}


.resetPassword__btn{
    cursor: pointer;
    user-select: none;
}
.metahome .homeTitleLysoform {
    text-align: center !important;
    font-weight: 700 !important;
    font-size: 36px !important;
    line-height: 1.2 !important;
    color: #172852 !important;
    margin-bottom: 30px !important;
}

@media(min-width: 992px) {

    .page__header-des{
        z-index: 8;
        position: relative;
    }


    .page-header__catalog-list-main > .page-header__catalog-item {
        padding: 5px 10px; !important;
    }
    .page-header__catalog-list-main{
        border: none !important;
    }

    .page-header__catalog-item > a{
        min-width: calc(100% - 60px);
        text-align: left;
        text-decoration: none !important;
    }


    .page-header__catalog-item:not(:last-child){
        margin-bottom: 5px !important;
    }


    .page-header__catalog-item-light:hover span{
        color: #04b6a4 !important;
        text-decoration: none !important;
    }

    .page-header__changer-list{
        align-items: flex-start !important;
    }
    .page-header__catalog-list:last-child{
        border: none !important;
    }
    .header-mobileSubcat {
        position: absolute;
        width: 390px;
        height: 240px;
        top: 330px;
        right: 30px;
    }
    .header-mobileSubcat img{
        width: 100% !important;
        object-fit: cover;
        height: 100% !important;
    }

    .header-mobileSubcat.sort{
        left: 30px !important;
        right: auto !important;
    }
}

@media(max-width: 992px) {

    .footer__left{
        margin-bottom: 40px;
    }

    .metahome .homeTitleLysoform{
        font-size: 20px !important;
        line-height: 1.2 !important;
        font-weight: 500 !important;
    }
    .page-header__catalog-item{
        border: none !important;
        font-size: 17px !important;
    }
    .page-header__nav-item.catalog.active .page-header__catalog-main{
        top: 120px !important;
        transform: none !important;
    }
    .page-header__catalog-item.active .page-header__changer-list{
        padding-top: 0 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .page-header__catalog-item-light span{
        font-weight: 300 !important;
    }

    .page-header__catalog-item.active .page-header__changer-list a{
        padding: 10px !important;
        margin-bottom: 5px !important;
    }
    .page-header__catalog-back::before{
        display: none !important;
    }
    .page-header__catalog-back::after{
        content: "";
        width: 14px;
        height: 15px;
        display: inline-block;
        background: url('images/arrowrr.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;
        top: 2px;
        margin-right: 0px;
        transform: rotate(0deg);
        display: none !important;
    }
    .page-header__catalog-back {
        display: flex;
        flex-flow: column;
        align-items: flex-start;
        justify-content: space-between;
        padding-left: 10px;
    }

    .page-header__catalog-list-main .page-header__catalog-item{
        padding: 5px 10px !important;
        margin-bottom: 4px !important;
    }
    .page-header__nav-wrapper{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .header-mobileSubcat {
        position: static;
        width: 300px;
        height: 200px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .header-mobileSubcat.sort{
        display: none !important;
    }
    .header-mobileSubcat img{
        width: 100% !important;
        height: 100% !important;
        object-fit: contain;
    }
}




@media(min-width: 992px){
    .page-header__catalog{
        overflow: auto !important;
        max-height: calc(100vh - 160px) !important;
    }
    .page-header__catalog-item.active .page-header__changer-list{
        height: unset !important;
    }
    .page-header__changer-list{
        align-items: unset !important;
    }
    .page-header__catalog {
        box-shadow: 1px 8px 20px #a1a1a1;
    }
}

img[src="https://copointer.com/images/cobrowse_logo.svg"], img[src="https://copointer.com/images/mob-logo.svg"]{
    display: none !important;
}


.cart_totals--text p{
    color: #25B354;
    text-align: center;
}

.news-page__desc ul, .news-page__desc ol{
    padding-left: 30px;
    list-style: unset;
}

.news-page__desc ol{
    list-style: decimal;
}


.news-page__desc>*{
    margin: 15px 0 !important;
}
.news-page__desc h1, .news-page__desc h2, .news-page__desc h3, .news-page__desc h4, .news-page__desc h5, .news-page__desc h6 {
    margin-bottom: 25px !important;
    color: #172852;
}
.news-page__desc ul li, .news-page__desc ol li{
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0;
}

.news-page .es-recom-container:nth-child(1) .es-productsContainer__lysoform{
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.news-page .es-productsContainer--img{
    height: 200px !important;
}


.order-details__no200{
    margin-bottom: 20px;
}
@media screen and (min-width: 1200px) {
    .benefits__card img {
        height: 88px;
        object-fit: contain;
    }
}
.jar-header{
    position: relative;
}
.greenPrice span{
    color: #5dae62 !important;
}

.posDisc{
    /*position: absolute;*/
    /*left: 60px;*/
    /*bottom: 8px;*/
    margin-top: 20px;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    white-space: pre;
    color: #172852;
}

.descDetPosh{
    position: absolute;
    left: 550px;
    top: 110px;
    bottom: 0;
    margin: auto;
    max-width: 250px;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    justify-content: center;
    /*display: none !important;*/
}

.descDetPosh span{
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
    text-align: center;
    justify-content: center;
    color: #172852;
    font-weight: 300;
}

.descDetPosh.mob{
    display: none !important;
}

.product-page__obj{
    margin: 0 0 40px 0;
}

.product-page__obj>span{
    color: #172852;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
}

.product-page__obj--list{
    display: flex;
    flex-flow: wrap;
    column-gap: 20px;
    margin-top: 20px;
    row-gap: 20px;
}

.product-page__obj--item{
    padding: 14px 20px;
    color: #172852;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    border: 1px solid #9A9595;
    background: #FFF;
    cursor: pointer;
}
.product-page__obj--item:hover {
    border-color: #27C6D9;
}

.product-page__obj--item.active{
    background: #D4F4F7;
    border-color: #27C6D9;
}

.product-page__obj--item.disabled{
    background: #E5E5E5;
    pointer-events: none;
    color: #9A9595;
    position: relative;
    order: 3;
}

.product-page__obj--item.disabled:after{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25'%3E%3Cline x1='100%25' y1='100%25' x2='0' y2='0' stroke='%239A9595' stroke-width='1'/%3E%3C/svg%3E");
    background-size: cover;
    z-index: 2;
}

@media screen and (max-width: 1480px) {
    .descDetPosh{
        left: 480px;
    }
}
@media screen and (max-width: 1360px) {
    @media screen and (min-width: 769px) {
        .product-page__price{
            display: flex;
            flex-flow: column;
        }
        .product-page__price span.saleProdSingl{
            margin-left: 0 !important;
        }
        .descDetPosh{
            left: 370px;
        }
        @media screen and (max-width: 1024px) {
            .descDetPosh{
                left: 300px;
                font-size: 14px;
            }
        }
        @media screen and (max-width: 992px) {
            .descDetPosh{
                left: 0;
                top: 330px;
            }
        }

    }
}
@media screen and (max-width: 768px) {
    .product-page__obj{
        margin-bottom: 24px;
    }
    .single .product-page__price{
        margin-bottom: 0 !important;
    }
    .home .metahome li{
        width: 30%;
    }
    .lysoformpartner img{
        max-width: 120px;
    }
    .news-page__desc>*{
        margin: 10px 0 !important;
    }
    .thankOr .container .left .prod a>div{
        width: 64% !important;
    }
    .news-page__desc h1, .news-page__desc h2, .news-page__desc h3, .news-page__desc h4, .news-page__desc h5, .news-page__desc h6{
        margin-bottom: 16px !important;
        font-size: 16px !important;
    }

   .woocommerce-cart .cart .cart__wrapper   {
        padding-right: 10px;
       padding-left: 10px;
    }
    .descDetPosh.desc{
        display: none !important;
    }
    .descDetPosh.mob{
        display: flex !important;
        position: static;
        height: auto;
        font-size: 14px;
        max-width: 100%;
        margin-top: 20px;
    }
    .descDetPosh.mob span{
        text-align: left;
        justify-content: flex-start;
    }
    .news-page .es-productsContainer--content{
        padding: 0 35px !important;
    }
    .news-page div .es-carouselControl__next{
        right: 0 !important;
    }

    .news-page div .es-carouselControl__previous{
        left: 0 !important;
    }
    .single-product .last-news .last-news__arrow_left, .single-product .last-news .last-news__arrow_right{
        display: flex !important;
    }
    .single-product .last-news .last-news__wrapper{
        max-width: calc(100% - 80px) !important;
    }

    .single-product .last-news .last-news__arrow{
        top: 50% !important;
    }
    .home .last-news .container{
        padding: 0;
    }
    .listAllNews .last-news__list>div{
        min-width: 48% !important;
    }
}
.descDetPosh span img{
    margin-bottom: 10px;
}

.product-page__calc{
    position: relative;
}

.checkout .woocommerce-account-fields{
    display: none;
}

.thankOr .container .left .prod .woocommerce-Price-amount.amount span{
    margin-left: 5px;
}
@media screen and (max-width: 768px) {
    .jar-header .page-header__search-line {
        top: 80px;
    }
    .jar .footer__item>.footer__cart{
        display: none !important;
    }

    .jar .footer__left>.footer__social:last-child{
        display: none !important;
    }
    .cart #Capa_1{
        width: 15px !important;
    }
    .cart .product-remove{
        justify-content: flex-start !important;
    }
}

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

/* Hide scrollbar for IE, Edge and Firefox */
.compareTable__tables {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


.single-product .es-recom-container{
    order: 3;
}


@media screen and (max-width: 1200px) {
    .footer__littel-img {
        display: none !important;
    }
}
.jar .footer__cart{
    max-width: 140px !important;
}
@media screen and (min-width: 1200px) {
    .footer__partner{
     min-width: 230px;
    }
    .page-footer__big-mob{
        display: none !important;
    }
    .footer__social{
        max-width: 60px;
        /*margin-left: auto;*/
        /*margin-right: auto;*/
    }
}
.jar-header .page-header__input{
    border-bottom: 1px solid silver;
}



.jar .jar-slider-arrow--next, .jar .jar-slider-arrow--prev, .jar-search{
    cursor: pointer;
}

.footer__partner{
    justify-content: flex-start;
}

.footer__item--addlogo{
    margin-top: 80px;
}

.page-header__catalog-back{
    margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
    .page-header__catalog-back {
        display: none !important;
    }
}

@media screen and (min-width: 1200px) {
    @media screen and (max-width: 1380px) {
        .slider .slider__img {
            height: 450px !important;
        }
    }
}
.page-header__catalog-back::before{
    content: "";
    width: 14px;
    height: 15px;
    display: inline-block;
    background: url(static/img/header/array.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    top: 2px;
    margin-right: 10px;
    transform: rotate(90deg);
}

.woocommerce-cart-form.cartGoogle .product-subtotal .woocommerce-Price-amount{
    display: flex !important;
    flex-flow: row-reverse;
}

.product-page__gen-img {
    background: #f7f7f7 !important;
}

.metaTag p, .metaTag li {
    color: #574E4E;
}

.metaTag h1, .metaTag h2, .metaTag h3, .metaTag h4, .metaTag h5 {
    margin: 10px 0;
    font-weight: 400;
    color: #172852;
    display: inline-block;
    width: 100%;
    text-align: left !important;
}

.metaTag ol, .metaTag ul {
    list-style: inherit;
    padding-left: 20px;
}

.metaTag {
    padding-bottom: 50px;
}
.metaTag *{
    text-align: left;
}

.catMeta {
    padding-bottom: 50px;
}

#myVideo {
    width: 100%;
    height: 537px;
}

.videoHome {
    margin: 75px 0px 22px 0px;
}
@media screen and (min-width: 1024px) {
    .page-header__catalog-item-light span{
        font-size: 18px !important;
    }
    .page-header__catalog-item-light{
        margin-bottom: 10px;
    }
    .page-header__catalog-item-light:not(:last-child){
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 4px;
    }
    .page-header__changer-list {
        left: 30%;
        width: 70%;
        padding-left: 0;
    }

    .page-header__catalog-list:nth-child(2) {
        padding-left: 10px !important;
    }


    .page-header__catalog-list-main {
        flex-basis: 28%;
        padding-right: 0;
    }
    @media screen and (min-width: 1440px) {
        .page-header__catalog-list:nth-child(2) {
            padding-left: 10px !important;
        }
    }
}

@media screen and (max-width: 992px) {
    #myVideo {
        width: 100%;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .partner__item.profrml img{
        width: 100px !important;
        height: auto !important;
    }
    .partner__item.prolyyy img{
        width: 70px !important;
        height: auto !important;
    }

    #myVideo {
        width: 100%;
        height: 200px;
    }

    .videoHome__block svg {
        width: 85px;
        height: 85px;
    }

    .videoHome {
        margin-top: 30px;
    }
}


.videoHome__block {
    position: relative;
}

.videoHome__block .rgba {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
    transition: .5s;
    opacity: 1;
    visibility: visible;
}

.videoHome__block.active .rgba {
    opacity: 0;
    visibility: hidden;
}

.videoHome__block.active svg {
    opacity: 0;
    visibility: hidden;
}

.videoHome__block svg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 3;
    transition: .5s;
    opacity: 1;
    visibility: visible;
}

.sequrity {
    display: none;
}

.last-news {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .last-news {
        margin-top: 10px;
    }
}

.page-header__search-line .page-header__close {
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    padding-left: 0;
    justify-content: flex-end;
}

.order-details__no200 {
    padding-left: 0;
    position: relative;
    font-size: 15px;
    line-height: 18px;
    color: #172852;
    margin-top: 10px;
    font-weight: 500;
}

.order-details__no200no {
    pointer-events: none !important;
    cursor: not-allowed !important;
    color: silver !important;
}

.listApi__item {
    display: flex;
    flex-flow: wrap;
}

.listApi__item > div,  .listApi__item > a{
    flex: 1;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    padding: 5px 10px;
    text-align: center;
    padding: 15px 10px;
}

.rollingPreload {
    display: block;
    margin: 20px auto;
    opacity: 1;
    visibility: visible;
    height: 200px;
    transition: .5s;
}

.rollingPreload.hiddePreloader {
    opacity: 0;
    visibility: hidden;
    height: 0;
}


.home .slider {
    /*margin-top: 30px;*/
    /*background: #f3f2f2;*/
    cursor: pointer;
}

.product-page__gen-img + .product-page__list {
    justify-content: flex-start;
}

@media screen and (min-width: 768px) {
    .page-header__nav-menu {
        padding-bottom: 32px;
    }
}

@media screen and (min-width: 769px) {
    .home .slider img{
        object-fit: cover !important;
    }
}

.slider__dots {
    bottom: -10px;
}

.slider .slider__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.slider .slider__img img:nth-child(2) {
    display: none !important;
}

.slider .slider__img img:nth-child(3) {
    display: none !important;
}

.slider .slider__img img:nth-child(4) {
    display: none !important;
}
@media screen and (min-width: 2000px) {
    .slider .slider__img img:nth-child(4) {
        display: block !important;
    }
    .slider .slider__img img:nth-child(1) {
        display: none !important;
    }
    .slider .slider__img{
        height: 650px !important;
    }
    .slider__wrapper{
        min-width: 100% !important;
    }
}

@media screen and (max-width: 1024px) {
    .slider .slider__img img:nth-child(1) {
        display: none !important;
    }

    .slider .slider__img img:nth-child(3) {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .slider .slider__img img:nth-child(3) {
        display: none !important;
    }

    .slider .slider__img img:nth-child(2) {
        display: block !important;
    }
}


.slider .slider__item {
    position: relative;
    background: transparent !important;
}

.slider__text {
    visibility: hidden;
}


.cart {
    border-top: 1px solid #E5E5E5;
    padding: 36px 0 121px 0;
}

.cart__wrapper {
    padding: 0px 105px 0 37px;

}

@media screen and (max-width: 1024px) {
    .cart__wrapper {
        padding: 0px 40px 0 37px;

    }
}

.cart__wrapper h1 {

    font-size: 17px;
    line-height: 20px;

    color: #172852;
}

.cart__table {
    border: none !important;
    padding: 36px 0 28px !important;

}

.cart__line {
    padding: 15px 0 14px;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart__line:last-child {
    padding: 15px 0 38px;
    border-bottom: 1px solid #E5E5E5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart__img {
    width: 120px;
    max-width: 120px;
    height: 120px;
}

@media screen  and (max-width: 992px) {
    .cart__img {
        display: flex;
        min-width: 120px !important;
    }
}

@media screen  and (max-width: 992px) {
    .cart__name h3 {
        font-size: 16px;
        line-height: 20px;
    }
}

.cart__img a {
    width: 120px;
    height: 120px;
    display: block;

}

.cart__img a img {
    width: 100px !important;
    height: 100px !important;
    display: block;
    object-fit: contain;
}

.cart__name span {
    font-size: 15px;
    line-height: 18px;

    color: #574E4E;
}

.cart__name h3 {
    font-size: 16px;
    line-height: 18px;

    color: #172852;
    margin-top: 3px;
}

.product-quantity {
    display: flex;
    flex-basis: 25%;
    justify-content: center;
}

.input-text.qty.text {
    order: 1;
    border: none !important;
    background: transparent !important;
}

body .minus {
    order: 0;
}

body .plus {
    order: 2;
}

body .plus, .minus {
    border: none !important;
    background: transparent !important;
}

body .product-remove a.remove {
    display: block;
    margin-right: 0;
    margin-left: auto;
    font-size: 1.9rem !important;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #172852 !important;
    text-decoration: none;
    font-weight: 300 !important;
    border: 0;

}

body .product-remove a.remove:hover {
    background: transparent !important;
    color: #172852 !important;
}

body .woocommerce table.shop_table td {
    border: none !important;
}

.cart__price {
    display: flex;
    margin-top: 20px;
}

.cart__price span {


    font-size: 15px;
    line-height: 18px;

    color: #000000;
}

.cart__price span:last-child {
    font-weight: bold;
    margin-left: 10px;
}

.cart_totals {
    display: flex !important;
    width: 100% !important;
    float: none !important;
    justify-content: space-between;
    background: #F7F7F7;
    /* padding: 7px 115px 7px 61px; */
    padding: 7px 40px 7px;
    align-items: center;
    margin: 0 !important;
    column-gap: 20px;

}

@media screen and (max-width: 1024px) {
    .cart_totals {
        /* padding: 7px 40px 7px 20px; */
        padding: 7px 20px 7px;
        flex-wrap: wrap;
        padding: 0 0px;
        background: transparent;
    }

    .cart__end{
        justify-content: center;
        width: 100%;
        margin-top: 50px;
        flex-direction: column;
    }

    .totalAllRow {
        width: 100% !important;
    }

    .totalAllRow .totalRow {
        display: flex;
        justify-content: space-between;
    }

    body .checkout-button.button.alt.wc-forward {
        margin: auto;
    }

    .cart__continue {
        display: none !important;
    }
}

.cart_totals h2 {
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    white-space: pre;
    color: #172852;
}

.cart__continue {
    max-width: 165px;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 14px 0 14px;
    border: 1px solid #172852;
}

.cart__continue > span {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #172852;

}

.cart__total {
    border: none !important;
    margin: 0 !important;
}

body .checkout-button.button.alt.wc-forward {
    background: #172852 !important;
    border: 1px solid #172852 !important;
    font-weight: normal !important;
    font-size: 15px !important;
    line-height: 18px !important;
    text-align: center !important;
    padding: 14px 0 14px;
    max-width: 165px;
    display: flex;
    justify-content: center;
    width: 165px;
    color: #FFFFFF !important;
    margin-left: 30px;
    margin-bottom: 0;
}

.order-total > td {
    padding: 0 !important;
}

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

.cart__span-price {
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    margin-left: 20px;
    display: block;
    color: #172852;
    white-space: pre;
}
body .checkout-button.button.alt.wc-forward{
    transition: .3s !important;
}
body .checkout-button.button.alt.wc-forward:hover{
    background: #27c6d9 !important;
    border-color: #27c6d9 !important;
}


@media screen and (max-width: 500px) {
    .cart__name span {
        font-size: 13px;
        line-height: 1.1;
    }

    .cart__price span:last-child {
        font-weight: bold;
        margin-left: 5px;
    }

    .cart__price span {
        font-size: 12px;
    }

    .cart .cart__name h3 {
        font-size: 13px;
    }

    .product-thumbnail cart__img {
        height: auto !important;
    }
}

.product-name:before {
    display: none !important;
}

body .woocommerce button.button {
    opacity: 0 !important;
    z-index: -1 !important;
    position: relative;
}

.product-name {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left !important;
    flex: 1;
    flex-basis: 25%;
}

@media screen and (max-width: 768px) {
    .page-header__search-line .page-header__close {
        align-items: flex-end;
        padding-bottom: 25px;
    }

    .footer__anchor {
        /*text-align: center;*/
    }

    .cart__img {
        display: flex !important;
        padding: 0 !important;
        min-width: 105px !important;
    }

    .cart__name h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .cart__price {
        display: none !important;

    }

    .cart__price_mob {
        display: block !important;
    }

    .cart__line {
        display: flex !important;
    }

    .cart__img:before {
        display: none !important;
    }

    .product-quantity:before {
        display: none !important;
    }

    .cart__line .product-quantity {
        /*display: none !important;*/
        flex-basis: 8%;
        display: flex;
    !important;
        min-width: 50px !important;
    }

    body .woocommerce table.shop_table td {
        display: flex !important;
    }

    .cart__wrapper {
        padding: 0px 20px 0 20px;

    }

    .input-text.qty.text {
        width: 40px;
    }

    .cart {
        border-top: none;
        padding: 36px 0 21px 0;
    }

    .cart__table {
        border: none !important;
        padding: 36px 0 0px !important;
    }

    .product-subtotal:before {
        display: none !important;

    }

    .product-subtotal {
        display: none !important;
    }

    .product-name:before {
        display: none !important;
    }

    .product-name {
        height: 120px;
    }

    @media screen and (max-width: 500px) {
        .product-name {
            height: auto;
            flex-basis: 50%;
        }

        .cart__name {
            line-height: 1.2;
        }

        .cart__price {
            margin-top: 10px;
        }

        .product-remove {
            align-self: center !important;
        }

        .cart__img a {
            width: 130px;
            height: 130px;
        }

        .cart__img a img {
            object-fit: contain;
        }

        .cart__line {
            padding-bottom: 25px;
        }
    }

    .cart__name {
        text-align: left;
    }

    .product-remove {
        align-self: center;
    }

    body .product-remove a.remove {
        color: transparent !important;
        background-image: url("images/trash.svg");
        background-repeat: no-repeat;
        background-position: center;
    }

    body .checkout-button.button.alt.wc-forward {
        margin: auto;
    }


    .cart__end {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        margin-top: 50px;

    }

    /* .cart_totals {
        flex-wrap: wrap;
        padding: 0 0px;
        background: transparent;

    } */

    .cart__line {
        border-bottom: none;
    }

    .cart__line:last-child {
        border-bottom: none;
    }

    .wc-proceed-to-checkout {
        flex: 1;
    }


    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
    }

    .cart__continue {
        display: none !important;
    }

}

@media screen and (max-width: 500px) {
    .cart__line {
        flex-wrap: wrap;
    }

    .product-remove {
        padding-left: 20px !important;
        padding-right: 20px !important;
        align-items: center;
        justify-content: center;
        /*order: 3;*/
    }

    .product-quantity {
        display: flex !important;
        order: 4;
    }

}

@media screen and (max-width: 460px) {

    .woocommerce td.product-quantity {
        padding: 0 !important;
        padding-top: 7px !important;
        min-width: 150px !important;
        display: flex;
        order: 0 !important;
        padding-left: 20px !important;
        padding-right: 20px !important;

    }

    .product-remove {
        min-width: 100px;
        padding-top: 20px !important;
    }

    body .product-remove a.remove {
        margin-left: 0;
        margin-right: auto;
    }

}

.nav__cabinet {
    max-width: 325px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;


}

.nav__cabinet ul {
    width: 100%;


}

.nav__item {
    padding: 19px 20px;
    border: 0.5px solid #E5E5E5;
    transition: 0.3s;

}

.nav__item:hover {
    background: #34CDDC;

}

.nav__item:hover > a {
    color: white;

}

.nav__item a {
    font-weight: bold;
    font-size: 17px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    display: block;
    color: #172852;
}

.woocommerce-account .cart .page-title {
    display: none;
}

.woocommerce form.login {
    border: none !important;
}

.login-page__btn {
    color: white !important;
}

.woocommerce-account .cart {
    border: none !important;
}

.pass-text {
    display: none !important;
}

.erf-form.erf-front-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rendered-form div {
    display: flex;
    flex-direction: column !important;
    flex-basis: 48% !important;
}

.rendered-form div input {
    outline: none;
    border: 1px solid #172852;
    height: 35px;
    width: 100%;
    background: transparent;
    max-width: 231px;
    padding-left: 15px;
}

.erf-container .erf-form .erf-submit-button {

    display: flex;
    justify-content: center;
    width: 100%;
}

.rendered-form {
    align-items: flex-end;
}

@media screen  and (max-width: 500px) {
    .erf-form.erf-front-form {
        flex-direction: column !important;
    }

    .rendered-form {
        flex-direction: column !important;

    }
}


.cabinet__btn {
    color: white !important;
    border: none !important;
}


.erf-text.form-group.field-text-TaSkHL.erf-element-width-12 input:focus {
    border: 1px solid #27C6D9;
}

.orders__title {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;

    color: #172852;
    margin-bottom: 14px;
}

.table__cabinet {
    border: none !important;
    max-width: 665px !important;
    border-spacing: 0px !important;
}

.table__cabinet thead tr {
    display: flex;

}

.table__cabinet tbody tr {
    display: flex;
    padding: 0 !important;
}

body table.table__cabinet th, td {
    padding: 12px 10px !important;
    text-align: center;
    flex: 1;
    border: 1px solid rgba(0, 0, 0, .1) !important;
}

body table.table__cabinet td.woocommerce-orders-table__cell {
    padding: 12px 10px !important;
    text-align: center;
    flex: 1;
    border: 1px solid rgba(0, 0, 0, .1) !important;
    display: flex;
    align-items: center;
    justify-content: center;

}

body table.table__cabinet td.woocommerce-orders-table__cell a {
    display: block !important;
    color: black;

}

body table.table__cabinet td.woocommerce-orders-table__cell time {
    display: block !important;
    color: black;

}

.catalog__tab-title {
    cursor: pointer;
}

.footer__cart {
    max-width: 101px !important;
    height: 34px !important;
}

.slider__btn, .sequrity__btn {
    background: transparent;
    transition: 0.3s;
}

.slider__btn:hover {
    background: #27C6D9;
    transition: 0.3s;
    border: 1px solid #27C6D9;
    color: white !important;
}

.slider__btn:hover > span {
    color: white !important;
}

.sequrity__btn:hover {
    background: #27C6D9;
    transition: 0.3s;
    color: white !important;
    border: 1px solid #27C6D9;
}

#zoomple_previewholder img {
    max-width: max-content !important;
    object-fit: cover;
}

.adress__title {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;

    color: #172852;
    margin-bottom: 12px;
}

.adress__body {
    padding: 14px 19px 28px !important;
    border: 0.5px solid #E5E5E5 !important;
    max-width: 665px !important;
}

.adress__edit {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #000000;
}

address {
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    font-style: normal !important;

    color: #000000;
}

.woocommerce-Input.woocommerce-Input--text.input-text {
    padding: 12px 14px !important;
    border-color: #172852 !important;
    border-width: 1px !important;

}

.span-em em {
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    margin-top: 10px;
    color: #000000;
    display: block;
}

.woocommerce-Input.woocommerce-Input--email.input-text {
    padding: 12px 14px !important;
    border-color: #172852 !important;
    border-width: 0.5px !important;
}

fieldset {
    margin-top: 30px !important;
    padding: 14px 20px !important;
}

.woocommerce-Input.woocommerce-Input--password.input-text {
    padding: 12px 14px !important;
    border-color: #172852 !important;
    border-width: 0.5px !important;
}

@media screen and (max-width: 768px) {
    .nav__cabinet {
        max-width: 100% !important;
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        margin-bottom: 40px !important;
    }

    .nav__item {
        padding: 10px 10px !important;
    }

    .span-em em {
        font-style: normal !important;
        font-weight: 300 !important;
        font-size: 16px !important;
        line-height: 20px !important;
        margin-top: 10px;
        color: #000000;
    }

    .adress__title {
        font-weight: 500;
        font-size: 20px;
    }

    body table.table__cabinet td.woocommerce-orders-table__cell a {
        margin-left: 10px;
        display: block !important;
        color: black;

    }

    body table.table__cabinet td.woocommerce-orders-table__cell time {
        margin-left: 10px;


    }

}

.page-header__nav-menu {

    max-width: 1440px;
    margin: auto;
}

.partner__wrapper {
    max-width: 1440px;
    margin: auto;
}

.order__input.adress {
    display: none;

}

.order__chekbox.active > span {
    display: none;
}

.order__chekbox.active {
    margin-top: 24px !important;
    padding-left: 0px !important;
}

.order__chekbox.active:before {
    display: none;
}

.order__chekbox.active:after {
    display: none;
}

.order__chekbox.active .order__input.adress {
    display: flex;
    flex-basis: 100%;

}

body section.woocommerce-order-details {
    display: none;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    text-align: center;
    color: #172852;
    margin-bottom: 84px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    width: 100%;
    padding: 14px 0 44px 16px;
    border: 0.5px solid #E5E5E5;
    display: flex;
    flex-direction: column;


}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    display: flex;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    align-items: center;
    text-transform: capitalize;
    border-right: none !important;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:last-child {
    align-items: flex-start;

}

.woocommerce-Price-amount.amount {
    display: none;
}

strong .product-quantity {
    display: none !important;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li.order {
    padding: 0 !important;
}

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

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:not(:last-child) {
    margin-bottom: 25px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
    margin-left: 7px;
    font-weight: 500;
    font-size: 20px !important;
    color: #000000;
    line-height: 24px;

}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li a {
    margin-left: 7px;
    margin-right: 7px;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;

}

body .woocommerce-order-received .page-title {
    display: none;
}

.products_thank .woocommerce-Price-amount .amount {
    display: none;
}

strong.product-quantity {
    display: none !important;
}

.woocommerce-Price-amount.amount {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        padding: 0px 0 0px 0px;
        border: none;
    }

    .order__thank-info span {
        font-size: 14px !important;
    }

    .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
        font-weight: bold;
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        color: #172852;
        margin-bottom: 34px;
    }

    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
        margin-left: 7px;
        font-weight: 500;
        font-size: 15px !important;
        color: #000000;
        line-height: 18px;
    }

    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        font-size: 15px;
        line-height: 18px;
    }

    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li:not(:last-child) {
        margin-bottom: 15px;
    }
}

.checkout.woocommerce-checkout {
    display: none;
    position: absolute;
    bottom: 145px;
    width: 100%;
    z-index: 2;
}

.checkout.woocommerce-checkout.active {
    display: flex;

}

.woocommerce {
    position: relative;
}

#customer_details {
    display: flex !important;
    max-width: 477px !important;
    flex-wrap: wrap;
    margin: auto !important;
    justify-content: space-between;
    align-items: center;
}

#customer_details .col-1 {
    width: 100% !important;
}

#wcus_np_billing_fields {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap;

}


#wcus_np_billing_fields h3 {
    font-weight: 500;
    font-size: 22px !important;
    line-height: 30px !important;
    color: #172852;
    margin-bottom: 21px !important;
    margin-top: 0px !important;
    display: inline-block;
    width: 100%;
    text-align: center;
    /*display: none;*/
/*!important;*/
}
@media screen and (max-width: 768px) {
    #wcus_np_billing_fields h3 {
        font-size: 20px !important;
        line-height: 24px !important;
        font-weight: 400 !important;
        margin-top: 0 !important;
    }
}




.order__wrap-poczta{
    margin-bottom: 40px;
}

p.form-row {
    display: flex;
    flex-direction: column;
    flex-basis: 48%;
    max-width: 48% !important;
    margin-bottom: 30px !important;
}

.j-wcus-warehouse-block {
    display: flex;
    flex-direction: column;
    flex-basis: 48%;
    max-width: 48%;
}

.j-wcus-warehouse-block p.form-row {

    max-width: 100% !important;

}

.wc-urk-shipping-form-group {
    display: flex;
    flex-direction: column;
    flex-basis: 48%;
}

.select2-selection.select2-selection--single {
    border: 1px solid #172852 !important;
    border-radius: 0px !important;
    padding: 5px !important;
    height: 100% !important;
}

.select2-selection.select2-selection--single b {
    top: 62% !important;
}

label.wc-ukr-shipping-checkbox {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
}

.woocommerce-input-wrapper .input-text.input-text {
    border: 1px solid #172852 !important;
    border-radius: 0px !important;
    padding: 5px !important;
    height: 100% !important;
}

.j-wcus-np-custom-address {
    width: 15px;
    height: 15px;
    border: 1px solid black;
    margin-right: 5px;
}

.wc-ukr-shipping-checkbox.active {
    position: relative;
}

.wc-ukr-shipping-checkbox.active:before {
    position: absolute;
    content: '\2713';
    top: -2px;
    left: 0;
    width: 10px;
    height: 10px;
    padding: 3px;
    background: transparent;
    z-index: 2;

}

.j-wcus-np-custom-address-block {

    width: 96%;
}

.j-wcus-np-custom-address-block p.form-row {
    max-width: 100% !important;
    width: 100%;
    margin-bottom: 10px;
}

.order__wrap-poczta.active .order__input {
    opacity: 0;

}

.order__wrap-poczta.active .order__chekbox {
    opacity: 0;

}

@media screen and (max-width: 768px) {
    #wcus_np_billing_fields {
        flex-direction: column;

    }

    .page-header__littel-img {
        width: 41px !important;
        height: 41px !important;
    }

    .page-header__big-img {
        height: 41px !important;
    }

    .j-wcus-warehouse-block {

        flex-basis: 100%;
        max-width: 100%;
    }

    .j-wcus-np-custom-address-block {
        width: 100%;
    }

    .checkout.woocommerce-checkout {
        bottom: 100px;
    }

    p.form-row {
        display: flex;
        flex-direction: column;
        flex-basis: 48%;
        max-width: 100% !important;
        margin-bottom: 10px !important;
    }
}

@media screen and (max-width: 768px) {
    .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li a {
        margin-left: 7px;
        font-weight: 500;
        font-size: 15px !important;
        line-height: 24px;
        color: #000000;

    }
}

@media screen and (max-width: 1200px) {
    .page-header__nav-item {
        font-size: 12px;
    }
}

.catalog__close {
    position: absolute !important;
    right: 5px;

}

.shop-page .catalog__item {
    position: relative;
    padding-right: 25px;

}

.shop-page .catalog__item span {
    word-break: none !important;

}

@media screen and (max-width: 1300px) {
    .page-header__big-img {
        max-width: 75px !important;
    }
}

@media screen and (max-width: 992px) {
    .page-header__big-img {
        height: 55px;
    }

    .page-header__littel-img {
        height: 55px;
    }
}

@media screen and (max-width: 992px) {
    .page-header__big-img {
        max-width: 60px !important;
    }

    .page-header__littel-img {
        height: 55px;
    }
}

@media screen and (max-width: 500px) {

}

.page-header__nav-item a {

    white-space: nowrap;
}

/*@media screen and (max-width: 1080px) {*/
/*.page-header__nav-item.catalog {*/
/*flex-basis: 26%!important;*/
/*}*/
/*}*/
.page-header__catalog-list span {
    white-space: normal;

}

.page-header__nav-menu {

    /*overflow: hidden;*/
}

@media screen and (max-width: 1100px) {
    .page-header__min-menu {
        padding: 14px 12px 8px 12px;
    }
}

@media screen and (max-width: 992px) {
    .page-header__nav-menu {
        overflow: visible;
    }

    .page-header__nav-item.catalog .img-array {
        height: 15px;
        margin-top: 4px;
    }

    .page-header__nav-item.catalog {
        flex-basis: auto !important;


    }

    /*.page-header__nav-list {*/
    /*height: 80%!important;*/
    /*}*/
}

@media screen and (max-width: 768px) {
    .last-news__title {
        font-size: 20px;
    }

    .product-page__item {
        flex-basis: 34%;
    }

    .product-page__gen-img {
        pointer-events: all !important;
    }
}

.products_thank .woocommerce-Price-amount {
    margin-left: 10px;
}


.shop-page .catalog__tab.catCat .catalog__tab-body .catalog__list-choose > div:not(.cur) {
    display: none !important;
}

.shop-page .catalog__tab.catCat .catalog__tab-body .catalog__list-choose > div.cur.main-cat > span.catalog__quart {
    display: none !important;
}

.shop-page .catalog__tab.catCat .catalog__tab-body .catalog__list-choose > div.cur:not(.main-cat) {
    padding-left: 15px;
}


.shop-page .catalog__tab.catCat .catalog__tab-body .catalog__list-choose > div.cur > span.catalog__quart {
    display: none !important;
}

.order__inputpp {
    position: relative;
}

.order__inputpp input {
    padding-left: 45px;
}

.order__inputpp .mask {
    position: absolute;
    left: 15px;
    bottom: 5px;
    font-size: 17px;
    display: flex;
    align-items: flex-end;
    color: #000;
    font-weight: 400;
}


.metahome ul {
    list-style: inherit;
    padding-left: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.metahome {
    margin: 30px 0 50px 0;
}

.metahome h2, .metahome h1, .metahome h3, .metahome h4 {
    margin-bottom: 15px;
    margin-top: 10px;
}

.metahome p, .metahome span,.metahome li{
    font-weight: 300 !important;
}



.metahome li{
    font-size: 16px !important;
    margin-bottom: 5px;
}

.metahome p {
    margin-bottom: 10px;
    font-size: 16px;
}

.metahome * {
    text-align: justify;
    font-weight: 300 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: #172852 !important;
}

@media screen and (max-width: 768px) {
    .metahome * {
        font-size: 15px !important;
    }
}

.metahome h2 span, .metahome h1  span, .metahome h3  span, .metahome h4  span{
    font-weight: bold !important;
    font-size: 16px !important;
}

.cabinet__discont--title, .cabinet__discont--list span {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #172852;
    margin-bottom: 15px;
}

.cabinet__discont--list {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}

.cabinet__discont--list > div {
    width: 100%;
    max-width: 100%;
    margin: auto;
    height: 14px;
    position: relative;
    background: url('images/shar.png');
    background-size: cover;
    box-shadow: 3px 3px 10px #8891a9;
    margin-bottom: 20px
}

.cabinet__discont--list > div > div {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    max-width: 100%;
    margin: auto
}

.cabinet__discont--list span::after {
    content: '';
    position: absolute;
    left: 6px;
    bottom: -9px;
    border: 3px solid transparent;
    border-top: 7px solid #2d3866;
    transform: rotate(10deg);
}


.cabinet__discont--list span {
    text-align: right;
    display: inline-block;
    color: #fff;
    background: #2d3866;
    padding: 1px 5px;
    font-weight: 500;
    position: relative;
    min-width: 45px;
    text-align: center;
}

.cabinet__discont--list i {
    font-size: 15px;
}

.discont5 > div {
    background: #445fa3 !important;
}

.discont5 {
    border: 2px solid #445fa3;
}


.discont10 > div {
    background: #2ecad9 !important;
}

.discont10 {
    border: 2px solid #2ecad9;
}

.discont15 > div {
    background: #66b337 !important;
}

.discont15 {
    border: 2px solid #66b337;
}

.discont20 > div {
    background: #ff540a !important;
}

.discont20 {
    border: 2px solid #ff540a;
}

.discAc h2 {
    text-align: center;
    width: 100%;
    display: inline-block;
}

.discAc__list {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 30px;
}

.discAc__list > div {
    padding: 40px 35px 60px 35px;
    width: 250px;
    position: relative;
    text-align: center;
}

.discAc__list > div p {
    font-size: 18px;
}

.discAc__list > div > img {
    margin-bottom: 15px;
    object-fit: contain;
    height: 60px;
    width: 40px;
}

.discAc__list > div::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 0;
    width: 60px;
    height: 100%;
    background: url("images/sloj.png");
    background-size: cover;
}

.discAc__list > div:last-child::before {
    background: url("images/sloj1.png");
    background-size: cover;
    width: 15px;
    left: -10px;
}

.discAc__list > div:last-child p {
    text-align: left;
    display: flex;
    align-items: center;
    flex-flow: wrap;
}

.discAc__list > div:last-child p b {
    font-size: 32px;
    margin-right: 5px;
}

.discAc h3 {
    font-weight: 400;
    margin-top: 25px;
}

.discAc * {
    color: #172852;
}
@media screen and (max-width: 1640px) {
    .discAc__list > div::before{
        background-size: contain;
        background-repeat: no-repeat;
    }
    .discAc__list > div {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .discAc h2{
        font-size: 18px;
    }
    .page-header__nav-item.catalog .img-array{
        margin-right: 0 !important;
    }
    .page-header__catalog-item-light {
        text-align: left;
        width: 100%;
        margin-bottom: 20px !important;

    }
    .page-header__catalog-item-light span{
        color: #172852 !important;
        font-size: 17px;
        font-weight: bold;
    }
    .page-header__catalog-back{
        margin-bottom: 30px !important;
    }
}

.thankOr{
    margin-top: 50px;
}

.thankOr .line{
    width: 100%;
    height: 6px;
    border-radius: 4px;
    background: #24c5d7;
}

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

.thankOr .container .left{
    width: 70%;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;

}

.thankOr .container .right{
    margin-left: 5%;
    width: 25%;
}

.thankOr .container .left .det>div:not(.er) b, .thankOr .container .left .prod .woocommerce-Price-amount.amount, .thankOr .subtotal{
    color: #172852 !important;
}


.thankOr .container .right>span{
    font-size: 140px;
    color: #c2c2c2;
    display: inline-block;
    width: 100%;
    text-align: left;
}

.thankOr .container .left .det{
    margin-top: 40px;
    width: 47.5%;
    padding: 30px 20px;
    background: #f7f7f7;
}

.thankOr .container .left .prod{
    margin-top: 40px;
    margin-left: 5%;
    width: 47.5%;
    padding: 30px 20px;
}
.thankOr .container .left h2 {
    color: #66b337;
    font-size: 18px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.thankOr .container .left .det>div:not(.er){
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid silver;
    width: 100%;
}

.thankOr .container .left .det>div:not(.er) *{
    font-size: 15px;
}


.thankOr .container .left .det>div.er{
    margin-top: 10px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}
.thankOr .container .left .det>div.er span{
    font-size: 11px;
}
.thankOr .container .left .det>div .button{
    border: 1px solid silver;
    font-size: 13px;
    padding: 10px 20px;
    cursor: pointer;
    background: none;
    user-select: none;
    outline: none;
    color: #000000;
    font-weight: 400;
}
.thankOr .container .left .prod a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
    border-bottom: 1px dashed silver;
    padding-bottom: 10px;
    margin-top: 20px;
}
.thankOr .container .left .prod a>div{
    width: 70%;
    color: #000;
    display: flex;
    align-items: center;
}
.thankOr .container .left .prod a>div img{
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 10px;
}
.thankOr .container .left .prod a>span{
    width: 20%;
    text-align: right;
    color: #000;
    font-weight: bold;
}
.thankOr .container .right .right__img{
    display: flex;
    align-items: center;
    margin: 30px 0;
}
.thankOr .container .right .right__img img{
    margin-right: 20px;
}
.thankOr .container .right .right__img span{
    font-size: 23px;
    line-height: 1.4;
}

.thankOr .container .left .prod  .woocommerce-Price-amount.amount{
    display: flex !important;
    justify-content: flex-end;
}
.thankOr .container .left .prod  .woocommerce-Price-amount.amount span{
    order: 2;
}


.thankOr .subtotal{
    margin-top: 20px;
    background: #f7f7f7;
    padding: 15px 10px 15px 10px;
    width: 100%;
    text-align: right;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #172852;
}
@media screen and (max-width: 768px) {
    .thankOr .subtotal{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .thankOr .container{
        padding: 0;
    }
}


.thankOr .subtotal span {
    font-weight: bold;
    font-size: 21px;
    line-height: 25px;
    margin-left: 10px;
    color: #172852;
    white-space: pre;
}
@media screen and (max-width: 1640px) {
    .thankOr .container .right .right__img span{
        font-size: 20px;
    }
}

@media screen and (max-width: 1200px) {
    .thankOr .container>div{
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .thankOr .container .left .det, .thankOr .container .left .prod{
        width: 100%;
        margin-left: 0;
    }
    .thankOr .container .right>span{
        display: none;
    }
    .thankOr .container .right .right__img{
        position: absolute;
        top: -155px;
    }
    .thankOr{
        margin-top: 100px;
        margin-bottom: 20px;
    }
    .thankOr .container .left .prod a>div{
        width: 75%;
        font-size: 14px;
    }
    .thankOr .container .left .prod a>span{
        font-size: 14px;
    }
    .thankOr .container .left .prod{
        margin-top: 0;
    }
    .thankOr .container .left .prod{
        padding-left: 0;
        padding-right: 0;
    }
    .thankOr .container .left .det>div.er span{
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

}
.product-page__desc+.product-page__show-more .op{
    display: inline;
}
.product-page__desc+.product-page__show-more .cl{
    display: none;
}

.product-page__desc.active+.product-page__show-more .op{
    display: none;
}
.product-page__desc.active+.product-page__show-more .cl{
    display: inline;
}



/*Widget*/

.binotelClick img, #helpCrunchClick img {
    background: #6ac4c1 !important;
    border-radius: 50%;
    padding: 0px;
}

.addtPayment{
    margin-top: 30px;
}
.payment__desc.listDesc{
    margin-bottom: 15px;
}

#bingc-phone-button{
    display: none !important;
}

.scrolltop{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 36px;
    right: 16px;
    z-index: 99;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 56px;
    height: 56px;
    border-radius: 40px;
    background: #E5F0F0;
    transition: .5s;
}

.scrolltop.active{
    opacity: 1;
    visibility: visible;
}

.scrolltop:hover {
    box-shadow: 0 0 14px 0 rgba(23, 40, 82, 0.20);
}

.contact-us-button-wrapper {
    position: fixed;
    bottom: 56px;
    left: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.contact-us-button-wrapper .main-button-block {
    position: relative;
    display: flex;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    /*box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.4);*/
    cursor: pointer;
}
.contact-us-button-wrapper .main-button-block:before{
    content: "";
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    background: rgba(236,237,238,.61);
    left: -12px;
    top: -12px;
    pointer-events: none;
    z-index: -1;
}
.contact-us-button-wrapper .main-button-block.close {
    background-color: #fff;
}
.contact-us-button-wrapper .main-button-block .vi__contact-us-ru,
.contact-us-button-wrapper .main-button-block .vi__contact-us-ua {
    fill: #fff;
    width: 66px;
    height: 66px;
    background-color: rgba(35,179,84,1);
    border-radius: 50%;
}
.contact-us-button-wrapper .main-button-block .vi__close {
    width: 16px;
    height: 16px;
}
.contact-us-button--active .c-header__overlay {
    display: block;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    .scrolltop{
        width: 48px;
        height: 48px;
    }
    .contact-us-button-wrapper .main-button-block:before {
        width: 90px;
        height: 90px;
    }

    .singleBlockBtns>.ggService{
        width: 100% !important;
        max-width: 100% !important;
    }

}
@media screen and (min-width: 768px) {
    .contact-us-button-wrapper {
        bottom: 24px;
        left: 24px;
    }
    .contact-us-button-wrapper .main-button-block {
        width: 76px;
        height: 76px;
    }
    .contact-us-button-wrapper .main-button-block .vi__contact-us-ru,
    .contact-us-button-wrapper .main-button-block .vi__contact-us-ua {
        width: 76px;
        height: 76px;
    }
    .contact-us-button-wrapper .main-button-block .vi__close{
        width: 100%;
        height: 100%;
        padding: 28px;
    }
    .contact-us-button-wrapper{
        left: 36px;
        bottom: 36px;
    }
}

@-webkit-keyframes spinAnimation {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes spinAnimation {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.contact-us-additional-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: absolute;
    bottom: 88px;
    left: 0px !important;
    right: auto !important;
    pointer-events: none;
}
.contact-us-additional-buttons-link {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: -45px;
    opacity: 0;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.65, 0.05, 0.36, 1);
    transition-delay: 0ms;
    transition-property: all;
    width: 100%;
}
.contact-us-additional-buttons-link:hover {
    text-decoration: none;
}
.contact-us-additional-buttons-link__img {
    width: 45px;
    min-width: 45px;
    height: 45px;
    min-height: 45px;
    order: -1;
}
.contact-us-additional-buttons-link .buttons-link__title {
    display: none;
    padding: 10px;
    font-size: 13px;
    color: #525252;
    background-color: #fff;
    margin-right: 16px;
    border-radius: 4px;
    white-space: nowrap;
}
.contact-us-additional-buttons.active {
    pointer-events: auto;
}
.contact-us-additional-buttons.active .contact-us-additional-buttons-link {
    margin-top: 8px;
    opacity: 1;
}
.contact-us-additional-buttons.active .contact-us-additional-buttons-link .buttons-link__title {
    display: inline-block;
}
@media screen and (min-width: 360px) {
    .contact-us-additional-buttons {
        bottom: 96px;
    }
    .contact-us-additional-buttons.active .contact-us-additional-buttons-link {
        margin-top: 16px;
    }
}
@media screen and (min-width: 768px) {
    .contact-us-additional-buttons {
        right: 34px;
    }
    .contact-us-additional-buttons-link .buttons-link__title{
        font-size: 15px;
    }
}


.main-button-block:not(.close) .vi__close{
    display: none !important;
}

.main-button-block.close .vi__contact-us-ru{
    display: none !important;
}
