.lyfree_change__title{
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #172852;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

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

.lysofree-exist.active{
    opacity: 1;
    visibility: visible;
}

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

.lysofree-exist__form{
    position: relative;
    max-width: 522px;
    width: 100%;
    padding: 40px;
    border-radius: 16px;
    background: #FFF;
    text-align: center;
}

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

.lysofree-exist__link{
    margin-top: 20px;
    padding: 18px;
    background: #0BB84D;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    transition: .4s;
}

.lysofree-exist__link:hover{
    opacity: .8;
}

.lysofreeCart__purchase--text{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    max-width: 540px;
    width: 100%;
    display: inline-block;
}


@media screen and (max-width: 768px) {
    .lysofree-exist__form{
        max-width: 335px;
        padding: 20px;
    }
    .lysofree-exist__text{
        font-size: 14px;
    }
    .lysofree-exist__link{
        margin-top: 0;
        padding: 14px;
        font-size: 14px;
    }

    .lysofreeCart__purchase{
        flex-flow: wrap;
    }

    .lysofreeCart__purchase--text{
        margin-bottom: 20px;
    }
}


.product-page__item-video{
    position: relative;
}

.product-page__item-video:before{
    position: absolute;
    display: inline-block;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
}

.product-page__item-video:after{
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 102px;
    height: 32px;
    background: url('images/video-item.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.lyfree_change{
    margin-bottom: 200px;
}

.lyfree_change__inputs{
    display: flex;
    width: 100%;
    justify-content: center;
    max-width: 350px;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
    flex-flow: column;
}

#np-city-results{
    border:1px solid #ccc;
    display:none;
    position:absolute;
    background:#fff;
    z-index:999;
    width: 100%;
    top: 40px;
}

.lyfree_change__save, .lyfree_change__admin{
    cursor: pointer;
    width: 100%;
    max-width: 231px;
    padding: 10px 0;
    background: #24b354;
    margin: 26px auto auto;
    display: flex;
    color: #ffffff;
    justify-content: center;
}

.lyfree_change__admin.hide{
    display: none;
}

.lyfree_change__inputs input.error, #np-city.error{
    border-color: red;
}

.lyfree_change__inputs span{
    padding-left: 0;
    position: relative;
    font-size: 15px;
    line-height: 18px;
    color: #172852;
    margin-top: 10px;
    font-weight: 500;
    text-align: center;
}


.lyfree_change__inputs input, #np-city, #order_status{
    outline: 0;
    border: 1px solid #172852;
    height: 35px;
    width: 100%;
    background: 0 0;
    max-width: 350px;
    padding-left: 15px;
}

.other-review .container h2{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
    color: #172852;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.other-review__item--image img, .other-review__item--image video{
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    height: 310px;
}

.other-review__item--image{
    position: relative;
}

.other-review__item--image span{
    color: #F7F7F7;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 16px;
    width: 100%;
}

.other-review{
    margin-bottom: 124px;
}

.other-review__list{
    display: flex;
    flex-flow: row;
    transition: .5s;
}

.other-review__slider{
    max-width: calc(100% - 100px);
    margin: auto;
    width: 100%;
}

.other-review__item{
    width: calc(calc(100% / 6) - 24px);
    min-width: calc(calc(100% / 6) - 24px);
    margin-right: 24px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #E5E5E5;
    background: rgba(247, 247, 247, 0.06);
    padding: 4px;
    height: 320px;
}

.presentation__dots{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 68%;
}

.presentation__dots div{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #7F6CB0;
    cursor: pointer;
}

.presentation__dots div.active{
    background: #7F6CB0;
}



.other-review__left{
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.other-review__right{
    position: absolute;
    right: -30px;
    top: 0;
    bottom: 0;
    cursor: pointer;
    margin: auto;
}

.other-review__slider{
    overflow: hidden;
    left: 10px;
    position: relative;
}

.presentation__slider--wrapp{
    width: 100% !important;
}

.presentation__slider-image{
    height: 100%;
    border: 1px solid #E5E5E5;
    background: rgba(247, 247, 247, 0.06);
    padding: 4px;
    border-radius: 30px;
    width: 100%;
}

#my_video{
    width: 100% !important;
    height: 100% !important;
}

.video-js{
    width: 100% !important;
    height: 100% !important;
}

.mejs__controls{
    display: none !important;
}

.mejs__container{
    border-radius: 30px !important;
}

.presentation__slider--list{
    height: 596px;
    display: flex;
    flex-flow: row;
    align-items: flex-end;
    transition: .5s;
    left: calc(calc(100% - 328px) / 2);
    position: relative;
}
.presentation__slider--item{
    min-width: 172px;
    height: 310px;
    transition: .5s;
    margin-right: 23px;
}
.presentation__slider--item.active{
    width: 338px;
    min-width: 338px;
    display: flex;
    align-items: flex-start;
    height: 596px;
}

.presentation{
    outline: none;
}

.presentation__slider--item img, .presentation__slider--item video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    outline: none;
    border: none;
}

.presentation__slider--item.active .presentation__slider-image img, .presentation__slider--item.active .presentation__slider-image video{
    border-radius: 40px;
}

.presentation__slider--item.active .presentation__slider-image{
    border-radius: 40px;
}

.presentation__slider--item{
    position: relative;
}

.presentation__slider--item span{
    color: #F7F7F7;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    position: absolute;
    left: 0;
    top: 0;
    padding: 20px 16px;
}

.presentation__slider--item.active .presentation__slider-image span{
  padding: 32px;
}

.presentation__container{
    overflow: hidden;
}

.presentation__slider{
    position: relative;
}

.presentation__slider--wrapp{
    margin-top: 50px;
}

.presentation__mainOverflow{
    width: 100%;
    overflow: hidden;
    outline: none;
    border: none;
}

presentation__container{
    position: relative;
}

.presentation__container:after{
    background: #ffffff;
    content: '';
    display: inline-block;
    right: -1px;
    top: 0;
    width: 2px;
    height: 100%;
    position: absolute;
}

.presentation__slider:before{
    content: '';
    width: 240px;
    height: 240px;
    display: inline-block;
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    border-radius: 50%;
    background: #A388FB;
}

.presentation__slider:after{
    content: '';
    width: 422px;
    height: 422px;
    display: inline-block;
    position: absolute;
    right: 2px;
    top: 40px;
    z-index: -1;
    border-radius: 50%;
    background: #A388FB;
}


.presentation__slider{
    width: 64%;
    padding-left: 36px;
    border: none;
    outline: none;
}

.other-review__container{
    position: relative;
    width: 100%;
}


.gg_label{
    position: absolute;
    right: 20px;
    top: 20px;
    object-fit: contain;
    width: 75px !important;
    height: 75px !important;
}

.otsenka {
    position: absolute;
    right: 32px;
    top: 32px;
}

div.shop_plashka{
    border-radius: 50px !important;
    width: 95px !important;
    height: unset !important;
    min-height: 40px !important;
    font-size: 12px !important;
    flex-flow: wrap !important;
    color: #574E4E !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    background: radial-gradient(69.17% 62.37% at 49% 52%, #FFEB7E 0%, #FFEB7E 29.02%, #FDD602 100%) !important;
}

div.shop_plashka i{
    display: inline-block !important;
    text-align: center !important;
    width: 100% !important;
    font-style: normal !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
}

.feedback-gg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.feedback-gg.active{
    opacity: 1;
    visibility: visible;
}
.feedback-gg .contact__popup {
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}

.feedback-gg .contact__popup .contact__popup-desc{
    color: #172852;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 60px;
    top: 0;
    transform: none;
}

.feedback-gg__close{
    padding: 10px 64px;
    background: #24B354;
    color: #FFF;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
}

.contact__popup.active {
    display: flex;
}

.feedback-gg .rgba{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
    background: rgba(0,0,0,0.6);
}

.feedback-gg__form{
    position: relative;
    z-index: 2;
    background: #ffffff;
    padding: 60px;
}

@media screen and (max-width: 992px) {
    .gg_label{
        width: 56px !important;
        height: 56px !important;
    }
    .feedback-gg__form {
        padding: 20px;
        max-height: 90vh;
        overflow: auto;
    }

    .feedback-gg .contact__popup .contact__popup-desc{
        font-size: 20px;
    }

    .feedback-gg__form .contact__calling{
       font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .feedback-gg__form .contact__input:not(:last-child){
        margin-bottom: 20px;
    }
    .feedback-gg__form .contact__textarea textarea{
        height: 80px;
    }
}

.contact__input input.error{
    border-color: red;
}

.product-page__desc a:hover{
    text-decoration: underline !important;
}


.line-nav__block span{
    text-decoration: underline;
}

.page-header__goback{
    display: none;
    text-align: left;
}

.blackfriday:hover{
    box-shadow: 0px 0px 8px 0px #9A9595;
}

.blackfriday:hover>a{
    color: #000 !important;
}

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

    .page-header__goback{
        margin-left: -10px;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        font-size: 16px !important;
        line-height: 1.2 !important;
        font-weight: 500 !important;
    }
}



.page-header__goback svg{
    margin-right: 5px;
}

/*.shop_plashka{*/
/*    display: none !important;*/
/*}*/


.showMoreCenter{
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .showMoreCenter>div:first-child{
        flex-basis: 17%;
    }
    .showMoreCenter>div:last-child{
        flex-basis: 79%;
        text-align: center;
    }
}

.made_in_ua{
    width: 40px !important;
    height: 31px !important;
}

.line-nav__block a, .line-nav__block span{
    font-size: 12px;
}

.product-page__calc{
    justify-content: space-between;
}

.product-page__have{
    font-size: 16px;
    font-weight: 300;
    color: #172852;
    max-width: 242px;
    width: 100%;
    text-align: right;
}

.woocommerce #reviews .star-rating{
    font-size: 18px;
    width: 116px;
    letter-spacing: 4px;
}

.product-page__have span{
    color: #172852;
}

.product-page__have span:nth-of-type(1){
    margin-bottom: 12px;
    display: inline-block;
}

.product-page__view{
    padding-bottom: 30px;
}

.product-page__calc{
    margin-top: 30px;
    margin-bottom: 30px;
}

.product-page__count{
    border: 1px solid #172852;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-page__minus, .product-page__plus{
    border: none !important;
}

.product-page__counter .counter{
    column-gap: 8px;
}
.singleBlockBtns>*{
    width: unset !important;
}
.product-page__btn{
    margin-top: 0;
    min-width: 250px;
    display: flex;
    align-items: center;
    padding: 17px 0;
}

.product-page__counter{
    flex-flow: column;
}

.product-page__counter--title{
    display: inline-block;
    width: 100%;
    color: #172852;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 20px;
}

.product-page__btn svg{
    margin-right: 8px;
}

.product-page__have span.more_avail{
    text-align: right;
    max-width: 100%;
}

.singlePrice__product{
    flex-flow: wrap !important;
}

.singlePrice__product > span.line-through__price{
    order: 2;
    font-size: 28px !important;
    font-weight: 400 !important;
    margin-left: 20px !important;
}

.product-page__price{
    margin-right: 10px;
}

.singlePrice__product > span{
    width: unset !important;
}

.singlePrice__product > span:not(.line-through__price){
    font-size: 32px !important;
    color: #FF540A !important;
}


.order__platizh{
    display: none;
    flex-flow: wrap;
    width: 100%;
    max-width: 477px;
    margin: auto;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #172852;
}

.mono__card{
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 500;
}

.product-page__video+.mono__card{
    top: 95px;
}

@media screen and (min-width: 1200px) {
    .shop-page__text{
        height: calc(100% - 300px);
    }
    .shop-page__item{
        justify-content: flex-start;
    }

    .shop-page__product-list{
        justify-content: normal;
    }
}

@media screen and (max-width: 992px) {
    .mono__card{
        width: 30px !important;
        height: 30px !important;
        right: 20px;
        top: 45px;
    }
    .product-page__video+.mono__card{
        top: 65px;
    }

}


@media screen and (min-width: 992px) {
    .order__platizh{
        margin-top: -30px;
    }
}
@media screen and (max-width: 1100px) {
    .footer__item--addlogo{
        justify-content: center;
    }
}

.payment__list .payment__item:first-child h4{
    position: relative;
    padding-left: 50px;
}

.payment__list .payment__item:first-child h4 svg{
    position: absolute;
    left: 0;
    top: -4px;
    height: 34px;
}




.order__platizh.active{
    display: flex;
}

.order__platizh select{
    margin-left: 15px;
    text-align: center;
    padding: 5px;
}

.line-nav__block{
    align-items: flex-end;
}


.product-page__title{
    font-size: 28px;
}

.product-page__code{
    font-size: 16px;
    font-weight: 300;
    color: #172852;
    text-align: right;
}


.product-page__code>div:not(:last-child){
    margin-bottom: 15px;
    line-height: 1;
}

.product-page__disc{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: radial-gradient(69.17% 62.37% at 49% 52%, #FF763B 0%, #FF763B 29.02%, #FF540A 100%);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.product-page__all-label{
    display: flex;
    flex-flow: column;
    position: absolute;
    top: 32px;
    left: 32px;
    row-gap: 8px;
    align-items: center;
}

.product-page__genimg .product-page__all-label{
    top: 20px;
    left: 20px;
}

.product-page__genimg .shop_plashka{
    top: 20px;
    right: 20px;
}


.product-page__video{
    position: static;
    width: 40px;
    height: 40px;
}

.made_in_ua{
    position: absolute;
    right: 32px;
    top: 40px;
}

.shop_plashka+.made_in_ua{
    top: 102px;
}


.product-page__genimg .made_in_ua{
    right: 20px;
    top: 20px;
}

.product-page__genimg .shop_plashka+.made_in_ua{
    top: 90px;
    right: 28px;
}


.product-page__accordeon{
    border-top: 1px solid #E5E5E5;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.product-page__accordeon--title{
    color: #172852;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.product-page__accordeon--content{
    padding-top: 20px;
    display: none;
    color: #172852;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.product-page__accordeon--content *{
    color: inherit;
    font-size: inherit;
}

.product-page__accordeon--content a{
    text-decoration: underline;
}

.product-page__accordeon.active .product-page__accordeon--title:after{
    transform: rotate(180deg);
    transform-origin: center;
}

.product-page__accordeon--title:after{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    position: relative;
    background: url('images/arrow-product.svg');
    background-size: contain;
    margin-left: 16px;
}

.mono__card{
    position: static;
}

.product-page__review-amount{
    font-size: 16px;
    color: #574E4E;
    text-decoration: underline;
}

.product-page__stars{
    margin-right: 8px;
}

.line-nav a[itemprop="item"]:after{
    content: '>';
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #574e4e;
    margin: 0px 3px;
}


.ggService{
    margin-top: 46px;
    max-width: 321px;
    cursor: pointer;
    display: flex;
    padding: 19px 16px;
    justify-content: center;
    border: 1px solid #EEC745;
    transition: 0.3s;
    color: #172852;
    font-size: 12px;
    text-align: center;
}

.ggService:hover{
    background: #EEC745;
}


.singleBlockBtns{
    display: flex;
    flex-flow: wrap;
    width: 100%;
    column-gap: 20px;
    align-items: flex-end;
}

.singleBlockBtns>*{
    width: 100%;
}

@media screen and (max-width: 1100px) {
    .ggService{
        margin-top: 20px;
    }
}
@media screen and (max-width: 400px) {
    .singleBlockBtns>*{
        max-width: 280px !important;
    }
}



body.woocommerce-order-pay .woocommerce button.button{
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1 !important;
    margin-top: 20px !important;
}


.slider__thumbs[data-count="1"]{
    display: none;
}

.slider_review[data-count="1"]>div{
    right: 100px;
}

@media screen and (max-width: 780px) {
    .slider_review[data-count="1"]>div{
        right: 0px;
    }
    .line-through__price{
        margin-bottom: 10px;
    }
    .product-page__skidka{
        max-width: 280px !important;
    }
}


.page-id-653 .news-page__desc *{
    color: #172852 !important
}

.videooglyad--header{
    margin-right: 0px;
}

.pageHeaderUser{
    margin-right: 20px;
}

.repeatOrder{
    margin-left: auto;
    margin-top: 26px;
    max-width: 294px;
    cursor: pointer;
    display: flex;
    padding: 14px 0 14px;
    justify-content: center;
    background: #172852;
    transition: 0.3s;
    color: #ffffff;
}

.repeatOrder:hover {
    background: #27c6d9;
}


.order__details--account .order-again{
    display: none;
}


.order__promocode span{
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
    color: #172852;
}


.KeyCRM-chatWindowContainer{
    opacity: 0;
    visibility: hidden;
}
.KeyCRM-chatWindowContainer.openKey{
    display: block !important;
}

.KeyCRM-toggleButtonContainer{
    display: none !important;
}

.otsenka-single{
    right: 20px;
    top: 20px;
}

.otsenka-single+.made_in_ua{
    top: 110px;
}


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

    .pageHeaderUser{
        display: none;
    }

    .presentation__container:after{
        display: none;
    }

    .otsenka-single+.made_in_ua{
        top: 70px;
    }
    .otsenka{
        width: 54px !important;
        height: 54px !important;
        right: 10px !important;
        top: 10px !important;
    }

    .otsenka img{
        width: 54px !important;
        height: 54px !important;
    }

    div.shop_plashka{
        width: 60px !important;
        min-height: 30px !important;
        background: radial-gradient(69.17% 62.37% at 49% 52%, #FFEB7E 0%, #FFEB7E 29.02%, #FDD602 100%) !important;
        font-size: 8px !important;
    }

    .single-product .last-news__wrapper.slider{
        padding-bottom: 0 !important;
    }

    .single-product .last-news__wrapper.slider .last-news__title{
        font-size: 18px !important;
        margin-bottom: 20px !important;
    }

    .single-product .last-news{
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .product-page .product-page__genimg .product-page__skidka{
        max-width: 100% !important;
    }

    .woocommerce-cart-form__contents .input-text.qty.text {
        color: #172852;
    }

    .woocommerce-cart-form__contents .cart__price_mob span:first-child {
        font-size: 13px;
        line-height: 1.1;
        color: #574E4E;
    }


    body .product-remove a.remove{
        background-image: url(images/trash-mob.svg);
        background-repeat: no-repeat;
        background-position: center;
    }
}



.order__thank--deliv2{
    padding: 20px 20px 20px 40px;
    background: #f7f7f7;
    display: inline-block !important;
    max-width: 270px;
    font-weight: bold;
    color: #172852 !important;
    margin-top: 10px;
    position: relative;
}
@media screen and (max-width: 1200px) {
    span.order__thank--deliv2 {
        max-width: 100%;
        width: 100%;
        font-size: 12px !important;
    }

    .other-review__item{
        width: calc(calc(100% / 5) - 24px);
        min-width: calc(calc(100% / 5) - 24px);
    }

}

@media screen and (min-width: 992px) {
    .single-product .last-news__item{
        min-width: 31.5%;
    }
}

.product-page__show-more span{
    color: #172852;
}

.product-page__desc ul{
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}
.product-page__desc ol{
    list-style-type: decimal;
    padding-left: 20px;
}

.order__thank--deliv2 i{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background: #24B354;
    position: absolute;
    left: 19px;
    top: 20px;
}


.langRu{
    display: none !important;
    position: fixed;
    right: 60px;
    top: 110px;
    z-index: 99999;
    transition: .5s;
    visibility: hidden;
    opacity: 0;
}

.langRu__content{
    background: #ffffff;
    padding: 30px 50px;
    border: 1px solid #dedede;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.langRu__exit{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 21px;
    cursor: pointer;
    color: #172852;
}
.langRu__title  {
    color: #172852;
    font-size: 21px;
    line-height: 1.1;
    font-weight: 700;
}

.langRu p{
    text-decoration: underline;
    color: #0c2852;
    font-size: 16px;
    cursor: pointer;
    font-weight: 300;
}

.langRu .langRu__link {
    cursor: pointer;
    background: #172852;
    padding: 14px 0 14px;
    max-width: 165px;
    display: flex;
    width: 100%;
    justify-content: center;
    transition: 0.3s;
    color: #ffffff;
    margin: 14px 0;
    font-weight: bold;
}

.langRu img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.langRu.active{
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-flow: column;
    opacity: 1;
    visibility: visible;
}

.advent-calendar {
    display: flex;
    flex-flow: wrap;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}

.advent-calendar__item{
    width: 226px;
    height: 226px;
    cursor: pointer;
}


.advent-calendar__item--text{
    display: none;
}

.popup-calendar{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.popup-calendar__day{
    font-size: 72px;
    margin-bottom: 32px;
}


.popup-calendar.active{
    opacity: 1;
    visibility: visible;
}



.advent-calendar__item>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-calendar__form {
    position: relative;
    z-index: 2;
    border: 3px solid #0bb84d;
    background: #4d59a1;
    border-radius: 5px;
    max-width: 842px;
    max-height: 670px;
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
}

.popup-calendar__content{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 50px 65px;
    color: #ffffff;
    text-align: center;
    font-size: 32px;
}

.popup-calendar__exit{
    position: absolute;
    right: 20px;
    top: -30px;
    cursor: pointer;
}

.popup-calendar__content:before {
    content: '';
    background: url('images/calendar-popup.png');
    background-size: contain;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    bottom: -30px;
    pointer-events: none;
    width: 100%;
    height: 300px;
    max-width: 780px;
    position: absolute;
}



.popup-calendar .rgba{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: rgba(103,104,113, 0.8);
}


.popup-calendar__btn{
    display: none !important;
    background: #0bb84d;
    color: #ffffff;
    padding: 30px;
    cursor: pointer;
    margin-top: 40px;
    transition: .5s;
    opacity: 1;
    position: relative;
    z-index: 3;
}

.popup-calendar.showbtn .popup-calendar__btn{
    display: inline-block !important;
}

.popup-calendar__btn:hover{
    opacity: 0.8;
}

@media screen and (max-width: 1200px){
    .advent-calendar__item{
        width: 160px;
        height: 160px;
    }
}

@media screen and (max-width: 992px){
    .product-page__code{
        font-size: 16px;
    }

    .product-page__code>div:not(:last-child){
        margin-bottom: 10px;
    }

    .singlePrice__product > span:not(.line-through__price){
        font-size: 24px !important;
    }

    .singlePrice__product > span.line-through__price{
        font-size: 21px !important;
    }

    .product-page__accordeon--title{
        font-size: 20px;
    }
    .videooglyad--header{
        display: none !important;
    }
    .advent-calendar__item{
        width: 120px;
        height: 120px;
    }

    .popup-calendar__day{
        font-size: 36px;
    }

    .popup-calendar__text{
        font-size: 22px;
    }

    .popup-calendar__btn{
        font-size: 21px;
    }

}


@media screen and (max-width: 768px){
    .advent-calendar__item{
        width: 80px;
        height: 80px;
    }

    .other-review__item{
        width: 94px;
        min-width: 94px;
    }

    .other-review__item--image img, .other-review__item--image video{
        height: 172px;
        border-radius: 20px;
    }

    .other-review__item--image span{
        font-size: 9px;
        padding: 10px 6px;
    }

    .other-review__item{
        border-radius: 20px;
        margin-right: 8px;
        height: 182px;
    }

    .other-review .container h2{
        font-size: 20px;
        max-width: 255px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 20px;
    }

    .other-review__left, .other-review__right{
        width: 24px;
        height: 24px;
    }

    .other-review__slider{
        max-width: calc(100% - 50px);
        left: 0;
    }

    .presentation{
        /*padding-right: 0 !important;*/
    }

    .presentation__mainOverflow{
        max-width: 252px;
        margin: auto;
    }

    .other-review__left{
        left: -5px;
    }

    .other-review__right{
        right: -5px;
    }

    .langRu{
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        max-height: 215px;
        max-width: 355px;
    }
    .langRu:after{
        content: "";
        display: inline-block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -2;
        background: rgba(0,0,0,0.2);
    }
}

@media screen and (max-width: 770px){
    .es-recom-container .leftArrowHome {
        top: -50px !important;
    }
    .single-product .last-news .last-news__arrow{
        top: 50% !important;
    }

    .rating-custom .woocommerce-product-rating{
        font-size: 12px;
    }

}



.shop_plashka{
    position: absolute;
    right: 32px;
    top: 32px;
    width: 60px;
    height: 60px;
    background: radial-gradient(69.17% 62.37% at 49% 52%, #FFEB7E 0%, #FFEB7E 29.02%, #FDD602 100%);
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #574E4E;
    z-index: 2;
    padding: 3px;
    font-weight: 400;
    border-radius: 50%;
}



@media screen and (max-width: 768px){
    .presentation__slider{
        width: 100%;
        padding-left: 0;
    }
    .shop_plashka{
        width: 40px;
        height: 40px;
        font-size: 6px;
        right: 10px;
        top: 10px;
    }

    .presentation__slider--item{
        height: 176px;
        width: 92px;
        min-width: 92px;
    }

    .presentation__slider--item{
        margin-right: 8px;
    }

    .presentation__slider--item.active{
        height: 446px;
        width: 252px;
        min-width: 252px;
    }

    .presentation__slider--list{
        height: 446px;
    }

    .presentation__reaction.mobile{
        left: 20px !important;
    }

    .presentation__slider-image, .presentation__slider--item img, .presentation__slider--item video{
        border-radius: 20px;
    }

    .presentation__slider--item span{
        padding: 14px;
    }

    .presentation__slider--item.active img, .presentation__slider--item.active video{
        border-radius: 30px !important;
    }

    .presentation__slider--item.active .presentation__slider-image span{
        padding: 25px;
    }

    .presentation__slider--item.active .presentation__slider-image{
        border-radius: 30px !important;
    }

    .product-page__genimg .made_in_ua{
        width: 30px !important;
        height: 30px !important;
    }

    .product-page__genimg .shop_plashka+.made_in_ua {
        top: 68px;
        right: 23px;
    }

    .shop-page__item .shop_plashka+.made_in_ua{
        top: 54px;
        right: 14px;
    }
}

.shop_plashka + .shop-page__img .shop-page__rabaty{
    display: none !important;
}


.cart__price.cart__price-price span{
    color: #172852 !important;
}




.news-page__desc h1 b, .news-page__desc h2 b, .news-page__desc h3 b, .news-page__desc h4 b, .news-page__desc h5 b, .news-page__desc h6 b{
    font-weight: inherit;
}

.payment__attention{
    color: #172852 !important;
}

.ofertaPage *{
    color: #172852 !important;
}

.order__form, .order__list-radio{
    max-width: 500px;
}




.news-page__desc:not(.newsDetailspage) ol {
    counter-reset: item;
    list-style: none;
}
/*.offerta__text li{ display: block }*/
.news-page__desc:not(.newsDetailspage) li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    position: absolute;
    left: 0;
    top: 0;
}

.news-page__desc:not(.newsDetailspage) li{
    position: relative;
    padding-left: 40px;
}

.news-page__desc:not(.newsDetailspage) ul{
    list-style: none;
}


.payment__back h3{
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
}

.payment__ul{
    margin-top: 20px;
    padding-left: 20px;
}

.payment__ul h3:before{
    content: "";
    width: 8px;
    height: 8px;
    background: #172852;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
    display: inline-block;
}

.payment__ul h3{
    padding-left: 15px;
}

.totalRow{
    margin-bottom: 15px;
}

.about__gen-img .tabl,.about__gen-img .mobi{
    display: none;
}

.about__gen-img img{
    object-fit: cover;
}

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

.news-page__panel{
    margin-bottom: 50px;
}

@media screen and (max-width: 1024px){
    .about__gen-img .desc{
        display: none;
    }
    .about__gen-img .tabl{
        display: inline-block;
    }
    .about__gen-img{
        height: 400px;
    }
}

@media screen and (min-width: 768px){
    @media screen and (max-width: 992px){
        .order__wrap-poczta{
            margin-top: 130px;
        }
    }
}

@media screen and (min-width: 768px) {
    .page-header__nav-item{
        display: flex;
        align-items: center;
    }

}

.page-header__bannerVideo{
    display: none;
}

@media screen and (max-width: 992px){
    .page-header__video{
        display: none;
    }
    .page-header__bannerVideo{
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .sticky .page-header__nav-item.catalog.active:after{
        content: '';
        width: 20px;
        height: 32px;
        background: url('/wp-content/themes/ultrabootstrap/static/img/header/array-header.svg');
        background-size: contain;
        position: absolute;
        bottom: 80px;
        left: 0;
        right: 0;
        margin: auto;
    }


}



@media screen and (max-width: 500px){
    .shop-page__item{
        padding-bottom: 0 !important;
    }

    .order__inputpp input{
        padding-right: 5px;
    }
    .product-page__review{
        margin-top: 30px;
    }
    .about__gen-img .tabl{
        display: none;
    }
    .about__gen-img .mobi{
        display: inline-block;
        object-fit: contain;
    }
    .about__gen-img{
        height: 330px;
    }
    .page-header__catalog-item.active .page-header__changer-list{
        padding-top: 25px !important;

    }
    .page-header__catalog-list{
        display: inline-block !important;
    }

    .order__item-radio{
        font-size: 13px;
    }
    .order-details__no200{
        font-size: 13px;
    }

    .order__item-title{
        font-size: 19px;
    }

    .order__wrap-poczta.active{
        bottom: -85px;
    }

    .checkout.woocommerce-checkout{
        top: 890px;
    }
}

@media screen and (min-width: 992px) {
    .news-page .es-productsContainer--item{
        padding: 24px 45px 40px 18px;
    }

    .news-page .es-productsContainer--price{
        margin-bottom: 20px;
    }
}

.sticky-btn{
    display: block;
    position: static;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5px;
    color: #ffffff;
    background: rgba(35,179,84,1);
    width: fit-content;
    padding: 14px 30px;
    transition: .5s;
    margin-bottom: 5px;
}

.sticky-btn:hover{
    background: rgba(35,179,84,.7);
}

.last-news__list.last-news__slider .last-news__item{
    margin-top: 0 !important;
}

.last-news__list.last-news__slider .last-news__item:nth-child(3n){
    margin-right: 2% !important;
}

.product-page__minus.silver svg path{
    fill: silver;
}

.woocommerce-cart-form input.qty{
    pointer-events: none;
}

@media screen and (max-width: 992px) {
    .sticky-btn{
        position: static;
        bottom: auto;
        top: 60px;
        font-size: 14px;
        padding: 10px 30px;
    }
}
@media screen and (max-width: 768px) {

    .product-page__price>span{
        font-weight: 400;
        font-size: 20px;
    }
    .sticky-btn{
        max-width: calc(100% - 24px);
        padding: 10px 15px;
        width: 100%;
        text-align: center;
    }
    .block__current{
        margin-top: 30px;
    }
    .cart_totals .cart__end{
        flex-flow: wrap !important;
    }
    .totalAllRow{
        width: 100% !important;
    }

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

    .product-page__title{
        font-size: 20px;
    }

    .product-page__code{
        font-size: 14px;
    }
    .product-page__code>div:not(:last-child){
        margin-bottom: 8px;
    }

    .rating-custom .star-rating{
        font-size: 16px;
    }

    .product-page__review-amount span{
        display: none;
    }

    .product-page__review-amount{
        font-size: 14px;
    }

    .singlePrice__product{
        flex-flow: column !important;
    }

    .singlePrice__product > span.line-through__price{
        margin-left: 0 !important;
    }

    .singlePrice__product > span:not(.line-through__price){
        font-size: 20px !important;
        font-weight: 400 !important;
        line-height: 1.1 !important;
    }

    .singlePrice__product > span.line-through__price{
        font-size: 16px !important;
        line-height: 1.1 !important;
        margin-top: 4px;
    }

    .product-page__have:not(.product-page__have_mob){
        display: none;
    }

    .product-page__counter--title{
        font-size: 14px;
    }

    .product-page__count{
        width: 54px;
        height: 54px;
    }

    .product-page__obj--item{
        font-size: 17px;
        padding: 16px 20px;
    }

    .page-header__nav-item a{
        white-space: unset;
    }

    .product-page__calc{
        margin: 24px 0;
    }

    .product-page__price.saleprodprice{
        margin-bottom: 0 !important;
    }

    .product-page__btn{
        min-width: 195px;
    }

    .singleBlockBtns>*{
        margin-bottom: 0 !important;
    }

    .singleBlockBtns{
        margin-bottom: 34px !important;
        justify-content: space-between !important;
        column-gap: 10px;
    }

    .product-page__have span:nth-of-type(1){
        margin-bottom: 0 !important;
    }

    .product-page__have>span:nth-of-type(1){
        max-width: calc(100% - 192px);
    }

    .product-page__have.product-page__have_mob br{
        display: none;
    }

    .product-page__have.product-page__have_mob{
        display: flex;
        align-items: center;
        border-bottom: 1px solid #E5E5E5;
        padding-bottom: 24px !important;
    }

    .product-page__have{
        font-size: 14px;
        max-width: 100%;
    }

    .product-page__have_mob>div{
        max-width: 200px;
        text-align: left;
    }

    .product-page__have_mob>span{
        width: 200px;
        margin: 0;
        text-align: left;
    }

    .product-page__btn span{
        /*display: none;*/
    }

    .product-page__calling{
        font-size: 18px;
    }

    .product-page__desc{
        font-size: 14px;
    }

    .product-page__show-more{
        margin-bottom: 15px;
    }

    .product-page__accordeon--title{
        font-size: 18px;
    }

    .product-page__accordeon--content{
        font-size: 14px;
    }
    .product-page__accordeon--title:after{
        height: 18px;
        width: 18px;
    }
    .line-nav__block{
        flex-flow: wrap;
    }

    .woocommerce-review__author{
        font-size: 16px !important;
    }

    .woocommerce #reviews #comments ol.commentlist li .description p{
        font-size: 14px !important;
        margin-top: 16px !important;
    }

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

    .woocommerce #reviews .woocommerce-review__verified.verified{
        font-size: 14px !important;
    }

    .product-page__slider{
        margin-bottom: 24px;
    }

    .shop-page__item .product-page__video img{
        width: 30px !important;
        height: 30px !important;
    }

    .shop-page__item .product-page__video{
        width: 30px !important;
        height: 30px !important;
    }

    .shop-page__item .made_in_ua{
        width: 30px!important;
        object-fit: contain;
        top: 10px;
        right: 10px;
    }

    .shop-page__item .product-page__disc{
        width: 30px;
        height: 30px;
        font-size: 12px;
    }


    .shop-page__item .product-page__all-label{
        left: 10px;
        top: 10px;
    }

    .single-product .last-news__list.last-news__slider .last-news__slider-item{
        min-width: 48% !important;
        margin-right: 2% !important;
        padding-bottom: 50px !important;
    }

    body.single-product section.last-news .last-news__wrapper.slider{
        max-width: calc(100% - 34px) !important;
    }

}

.metaTag .container *{
    font-weight: 300 !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    color: #172852 !important;
}

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

.metaTag .container h3, .metaTag .container h1, .metaTag .container h2, .metaTag .container h4, .metaTag .container h5, .metaTag .container h6, .metaTag .container strong, .metaTag .container b{
    font-weight: bold !important;
}
.metaTag .container h3, .metaTag .container h1, .metaTag .container h2, .metaTag .container h4, .metaTag .container h5, .metaTag .container h6{
    margin-bottom: 15px;
}
.metaTag .container>*{
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

@media screen and (min-width: 992px) {
    .order__list-radio{
        margin-bottom: 80px !important;
    }
}




.cfformlyso .error{
    border-color: red !important;
}


.order__promocode{
    display: flex;
    flex-flow: column;
    width: 100%;
    max-width: 477px;
    margin: auto;
    margin-bottom: 40px;
}
.order__promocode>div{
    width: 100%;

}
.order__promocode--check{
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid silver;
    margin-right: 10px;
    cursor: pointer;
    transition: .5s;
    background: transparent;
}

.product-page__have span:nth-of-type(1){
    margin-bottom: 4px;
}

.product-page__have span:nth-of-type(2){
    margin-bottom: 4px;
    display: inline-block;
}

.order__promocode>div:nth-child(1){
    display: flex;
    flex-flow: wrap;
    align-items: center;
    font-size: 15px;
    line-height: 18px;
    color: #172852;
}
.order__promocode>div:nth-child(2){
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}
.order__promocode.active .order__promocode--check{
    background: #27c6d9;
}

.order__promocode.active>div:nth-child(2){
    display: flex;
}


.promoinput{
    outline: 0;
    border: 1px solid #172852;
    height: 35px;
    width: 100%;
    background: 0 0;
    max-width: 231px;
    padding-left: 15px;
    border: 1px solid green;
}
.promoinput__button {
    cursor: pointer;
    width: 100%;
    max-width: 200px;
    padding: 10px 0;
    background: #24b354;
    margin: 0;
    display: flex;
    justify-content: center;
    color: #fff;
}

.order__list>div:last-child .order__list-radio .order__item-radio span i{
    font-style: normal !important;
}
.order__list>div:last-child .order__list-radio .order__item-radio span i .woocommerce-Price-currencySymbol{
    display: none !important;
}



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

    .order__promocode.active>div:nth-child(2) {
        flex-flow: wrap;
    }
    .order__promocode.active>div:nth-child(2)>*{
        width: 100%;
        max-width: 100%;
    }
    .promoinput__button{
        margin-top: 15px;
    }
}








@media screen and (min-width: 1200px) {
    .page-header{
        z-index: 1000;
    }
}







.removeuahsymbol .woocommerce-Price-currencySymbol,  .thankOr .woocommerce-Price-currencySymbol{
    display: none;
}
.removeuahsymbol .woocommerce-Price-amount:before, .thankOr .woocommerce-Price-amount:after{
    content: 'uah';
    display: inline-block;
    margin-left: 5px;
}



.cart__continue:hover{
    background: #172852 !important;
    color: #fff !important;
}
.cart__continue:hover span{
    color: #fff !important;
}
.cart__continue, .cart__continue span{
    transition: .5s;
}
.home .last-news .container{
    position: relative;
}

.es-productsContainer--content{
    position: relative !important;
}

.single-product .last-news__arrow{
    width: auto !important;
    height: auto !important;
}

.single-product .last-news__slider{
    max-width: 1320px;
    overflow: hidden;
    margin: auto;
    padding-left: 0;
}
.single-product  .last-news__wrapper{
    max-width: 1440px;
    margin: auto;
    padding-right: 0;
    padding-left: 0;
}

.single-product .last-news__arrow{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ececec;
    background: #ffffff;
}

.single-product .last-news__title{
    margin-bottom: 30px !important;
}

.single-product .last-news__arrow_left{
    right: -55px;
    width: 56px !important;
    height: 56px !important;
}
.single-product .last-news__arrow_right{
    left: -55px;
    width: 56px!important;
    height: 56px !important;
}

.single-product .last-news__arrow_right svg{
    transform: rotate(180deg);
}

.single-product .last-news__arrow_left svg{
    /*transform: rotate(90deg);*/
}

.single-product .last-news{
    overflow: hidden;
}

@media screen and (max-width: 1560px) {
    .single-product .es-productsContainer--content{
        max-width: 1124px !important;
    }
    .single-product .last-news__slider{
        max-width: 1024px;
    }
    .single-product .last-news__wrapper{
        max-width: 1124px;
    }

    .single-product .last-news__title_center{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1200px) {
    .single-product .es-productsContainer--content{
        max-width: 760px !important;
    }
    .single-product .last-news__slider{
        max-width: 700px;
    }
    .single-product .last-news__wrapper{
        max-width: 760px;
    }
    /*.single-product .last-news__arrow{*/
    /*    width: 30px !important;*/
    /*}*/
    .single-product .last-news__arrow_left{
        right: -5px !important;
    }
    .single-product .last-news__arrow_right{
        left: -5px !important;
    }
}

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

    .single-product .last-news__title{
        margin-bottom: 10px !important;
    }

    .single-product .es-carouselControl{
        display: none !important;
    }

    .single-product .es-productsContainer--content{
        max-width: calc(100% - 40px) !important;
    }
    .single-product .last-news__slider{
        max-width: 100% !important;
    }
    .single-product .last-news__wrapper{
        max-width: calc(100% - 40px) !important;
    }
    .single-product .last-news__arrow_left{
        right: -35px !important;
        display: none !important;
    }
    .single-product .last-news__arrow_right{
        left: -35px !important;
        display: none !important;
    }

    .single-product .last-news__arrow_left{
        width: 26px !important;
        height: 26px !important;
        right: -9px !important;
    }

    .single-product .last-news__arrow_left svg,  .single-product .last-news__arrow_right svg{
        width: 16px !important;
        height: 16px !important;
    }

    .single-product .last-news__arrow_right{
        width: 26px !important;
        height: 26px !important;
        left: -14px !important;
    }
}


@media screen and (min-width: 1200px) {

    .home .listAllNews {
        /*position: relative;*/
    }
    .listAllNews{
        /*overflow: visible !important;*/
    }
    .listAllNews>svg.right{
        right: calc(calc(100% - 1540px)/4) !important ;
    }
    .listAllNews>svg.left,div .es-carouselControl__previous{
        left: calc(calc(100% - 1540px)/4) !important;
    }

    div .es-carouselControl__next{
        right: calc(calc(100% - 1440px)/4) !important ;
    }
}

.footer__up:first-child{
    margin-right: 0;
}



.last-news__Vis{
    overflow: hidden;
}

.listAllNews .last-news__list{
    display: flex;
    flex-flow: row;
    /*align-items: flex-start;*/
    justify-content: flex-start;
    padding-left: 0;
    transition: .5s;
}
@media screen and (max-width: 992px){
    .footer__nav{
        order: unset !important;
    }
    footer .footer__littel-img{
        display: inline-block !important;
    }

    footer .page-footer__big-mob{
        display: none !important;
    }

    .page-header__nav-item.catalog.active .page-header__catalog-main{
        max-height: calc(100% - 265px);
        overflow: scroll;
    }
    .shop-page__price, .last-news__price,.shop-page__price span, .last-news__price span{
        width: 100%;
        text-align: left;
    }
    .shop-page__price>span:last-child,.last-news__price>span:last-child{
        margin-left: 0 !important;
        width: 100%;
        text-align: center;
    }
    .saleProdSingl{
        position: absolute;
        left: 0;
        bottom: -20px;
        margin-left: 0 !important;
    }
    .single .product-page__price{
        position: relative;
        margin-bottom: 30px;
    }
}
.listAllNews .last-news__list>div{
    min-width: 31%;
    margin-right: 3.5% !important;
    margin-top: 0 !important;
}
@media screen and (max-width: 992px){
    .listAllNews .last-news__list>div {
        min-width: 48.5%;
    }
    .listAllNews>svg{
        width: 30px;
        top: 60px;
    }
    .listAllNews>svg.left, div .es-carouselControl__previous{
        left: -20px !important;
    }
    .listAllNews>svg.right, div .es-carouselControl__next{
        right: -20px !important;
    }
    .es-recom-container{
        overflow: visible !important;
    }
}

@media screen and (max-width: 500px){
    .listAllNews .last-news__list>div {
        min-width: 98.5%;
        padding-bottom: 0;
    }
    .es-productsContainerInner{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.listAllNews{
    overflow: hidden;
}

.listAllNews>svg{
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 0;
    margin: auto;
    top: 100px;
}
.listAllNews>svg.left{
    left: -80px;
}
.listAllNews>svg.right{
    right: -80px;
    transform: rotate(180deg);
}
.lastNav{
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
}
.lastNav>div{
    cursor: pointer;
    width: 4px;
    height: 4px;
}

.addedCart, .addedUser, .promovalid {
    position: fixed;
    right: 10px;
    top: 10px;
    color: #fff;
    background: #172852;
    padding: 20px 40px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.addedCart{
    background: #27C6D9;
}

.addedCart_lysofree{
    position: fixed;
    right: 10px;
    top: 10px;
    color: #fff;
    background: #27C6D9;
    padding: 20px 40px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
@media screen and (min-width: 1024px) {
    .addedCart_lysofree {
        top: 120px;
    }
}

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

@media screen and (max-width: 768px) {
    .addedCart_lysofree {
        text-align: center;
        width: 100%;
        right: 0;
        top: 80px;
    }
}


@media screen and (min-width: 1024px){
    .addedCart, .addedUser, .promovalid {
        top: 120px;
    }
}



.home .last-article__desc {
    width: 100% !important
}

.block__current--line {
    width: 100%;
    max-width: 780px;
    margin: auto;
    height: 6px;
    position: relative;
    background: #e5e5e5;
    box-shadow: 3px 3px 10px #172852;
    margin-bottom: 30px
}

.block__current h2 {
    width: 100%;
    font-family: Rubik;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #172852;
    margin-bottom: 30px
}

.block__current--line > div {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #24b354;
    bottom: 0;
    max-width: 100%;
    margin: auto
}

.block__current {
    order: 2;
    width: 100%
}

form.woocommerce-cart-form {
    display: flex;
    flex-flow: wrap;
    width: 100%
}

form.woocommerce-cart-form table.shop_table {
    width: 100%
}

.shop-page__img a img {
    object-fit: contain
}

.addedCart.active, .addedUser.active, .promovalid.active {
    opacity: 1;
    visibility: visible
}

.cart__end .cart__total {
    display: none
}

.woocommerce-customer-details {
    display: none
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details + p {
    display: none
}

.order__list {
    position: relative
}

.order__list:before {
    text-align: center;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    background: url(images/preload_gift.gif) #fff;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: contain;
    display: block;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    transition: .2s
}

.order__list.preloader:before {
    visibility: visible;
    opacity: 1
}

form.woocommerce-checkout > :not(#customer_details) {
    display: none
}

form.woocommerce-checkout #customer_details .col-2 {
    display: none
}

form.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields > :not(#wcus_np_billing_fields) {
    display: none
}

#portmone_payment_form #submit_portmone_payment_form {
    border: 1px solid #172852;
    display: flex;
    justify-content: center;
    padding: 15px 30px;
    background: #fff;
    box-shadow: none;
    margin: auto;
    cursor: pointer;
    transition: .5s
}

#portmone_payment_form #submit_portmone_payment_form:hover {
    background: #172852;
    color: #fff
}

#portmone_payment_form::before {
    content: "";
    display: block;
    margin: auto;
    background: url(/wp-content/themes/ultrabootstrap/static/img/header/portmone.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 228px;
    height: 108px;
    margin-bottom: 30px
}

.woocommerce-message {
    display: none !important
}

.woocommerce-Reviews-title {
    display: none
}

.woocommerce p.stars a::before {
    color: #17dc89
}

.woocommerce #review_form #respond .form-submit input {
    cursor: pointer;
    display: flex;
    padding: 14px 20px;
    justify-content: center;
    background: #172852;
    transition: .3s;
    color: #fff;
    border: 1px solid #172852
}

.woocommerce #review_form #respond .form-submit input:hover {
    /*color: #172852;*/
    background: #27c6d9!important;
    border: 1px solid transparent;
}

#review_form_wrapper #reply-title {
    display: inline-block;
    width: 100%;
    margin: 10px 0
}

#review_form_wrapper .woocommerce-noreviews {
    margin-top: 20px
}

.woocommerce #review_form #respond textarea {
    resize: none;
    padding: 15px;
    min-height: 100px;
    margin-top: 15px
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 10px 0;
    width: 100%;
    border: none;
    padding: 0
}

.woocommerce #reviews .star-rating {
    float: left
}

.woocommerce .star-rating span::before {
    color: #17dc89
}

.woocommerce-review__published-date {
    display: none
}

.woocommerce-review__dash {
    display: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    clear: both;
    order: -1;
    margin-bottom: 20px
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    display: flex;
    flex-flow: column
}

.woocommerce #reviews #comments ol.commentlist li .description {
    margin-top: 10px
}

.woocommerce #reviews #comments ol.commentlist li .description p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 20px;
    color: #172852;
}


.woocommerce-noreviews {
    color: #172852;
}


.woocommerce #reviews{
    margin-top: 30px;
}



.comment-form{
    color: #172852;
    margin-bottom: 30px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
    color: #172852;
}

#review_form_wrapper #reply-title {
    display: none
}

.woocommerce-review__author {
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    padding: 20px 0 20px;
    color: #172852
}

.woocommerce #reviews .woocommerce-review__verified.verified{
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    margin-left: 15px;
}

.comment-form-rating {
    margin-top: 10px
}

.comment-form-cookies-consent {
    display: none
}

.comment-form-author, .comment-form-email {
    display: flex;
    flex-flow: column
}

.comment-form-author input, .comment-form-email input {
    box-shadow: none;
    border: 1px solid #a9a9a9;
    margin-top: 10px;
    padding: 10px
}

.comment-notes {
    display: none
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex !important
}

.rating-custom div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.rating-custom .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.rating-custom .woocommerce-product-rating::after, .rating-custom .woocommerce-product-rating::before {
    content: ' ';
    display: table
}

.rating-custom .woocommerce-product-rating {
    line-height: 2
}

.rating-custom .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 18px;
    width: 115px;
    font-family: star
}

.rating-custom .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.rating-custom .star-rating {
    line-height: 1;
    font-size: 18px;
    font-family: star;
    letter-spacing: 4px;
}

.rating-custom .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.rating-custom .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0
}

.rating-custom .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce-review-link {
    display: none
}

.rating-custom .star-rating span {
    color: #17dc89 !important
}

.footer__img-tel {
    margin-right: 10px
}

.payment__desc {
    text-align: left
}

.payment__desc:first-child {
    margin-bottom: 25px
}

.payment__desc:nth-child(2) {
    margin-bottom: 25px
}

.payment__img {
    width: 150px;
    height: auto;
    object-fit: cover;
    display: block
}

.payment__tab.active span {
    text-decoration: none;
    position: relative
}

.payment__tab.active span:after {
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #172852
}

.page-header .page-header__littel-img-logo {
    height: 97px;
    min-width: 91px;
    display: flex;
    order: -1;
    margin-right: 8px
}

.page-header__big-img {
    margin-right: 0
}

.page-header__social {
    max-width: 130px;
    width: 70px
}

.footer .footer__littel-img {
    order: -1;
    display: flex;
    min-width: 97px;
    /*margin-right: 8px*/
}

@media screen and (max-width: 1300px) {
    .footer .footer__littel-img {
        min-width: auto;
        height: auto;
        /*width: 50px;*/
        /*margin-right: 5px*/
    }
}

@media screen and (max-width: 768px) {
    .addedCart {
        text-align: center;
        width: 100%;
        right: 0;
        top: 80px
    }
}

.footer__big-img {
    margin-right: 0
}

.woocommerce-cart-form + .cart-collaterals .cross-sells {
    display: none !important
}

.page-header .page-header__big-img {
    height: 96px
}

@media screen and (max-width: 500px) {
    .page-header .page-header__big-img {
        height: 41px
    }
}

.page-header__littel-img {
    order: -1;
    display: flex;
    margin-right: 8px
}

@media screen and (max-width: 1300px) {
    .page-header .page-header__littel-img-logo {
        height: auto;
        min-width: auto
    }
}

@media screen and (max-width: 500px) {
    .page-header .page-header__littel-img-logo {
        margin-right: 5px
    }

    .footer .footer__littel-img {
        margin-right: 5px
    }

    .page-header__littel-img {
        margin-right: 5px
    }
    .page-header__catalog-list-main{
        width: 100% !important;
    }
    .page-header__catalog-list-main .page-header__catalog-item .img-array{
        position: absolute;
        right: 0;
        /*top: 0;*/
    }
    .page-header__catalog-list-main .page-header__catalog-item{
        /*position: relative;*/
    }
    .page-header__catalog-item:last-child{
        font-size: 17px;
    }
}

.page-header__nav-item.catalog .img-array {
    margin-left: 5px
}

.partner__item {
    max-width: 180px
}

.shop-page .catalog__item-choose span {
    margin-right: 5px
}

.offer {
    display: none
}

.product-page__gen-img img {
    object-fit: contain
}

@media screen and (max-width: 500px) {
    .footer .footer__littel-img {
        width: 41px
    }
}

@media screen and (min-width: 992px) {
    .page-header__catalog {
        min-height: 375px
    }

    .page-header__catalog-list-main .page-header__catalog-item span {
        padding-right: 10px
    }
}

.woocommerce-MyAccount-navigation-link--downloads, .woocommerce-MyAccount-navigation-link--erf-my-account {
    display: none !important
}

.search__button {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.page-header__search-line .page-header__input:before {
    display: none !important
}

.woocommerce-MyAccount-content .woocommerce-Addresses .col-1 {
    display: none !important
}

.woocommerce-MyAccount-content .woocommerce-Addresses .col-2 {
    width: 100%
}

.shop-page .catalog__item {
    flex-basis: 100% !important
}

.priceSlider {
    margin: 20px 0;
    padding: 0 20px
}

.noUi-connect {
    background: #172852 !important
}

.order__wrap-poczta .order__item-title {
    display: none !important
}

body .woocommerce button.button[name=save_account_details] {
    opacity: 1 !important;
    visibility: visible !important;
    margin-top: 15px !important;
    background: #172852 !important;
    color: #fff !important;
    padding: 15px 30px !important;
    font-weight: 400 !important;
    z-index: 22 !important
}

.preloadshop {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

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

.shop-page__price{
    font-size: 16px;
    line-height: 1.2;
    justify-content: flex-start;
    color: #574E4E;
}

.shop-page__price span:nth-child(2){
    margin-left: 0 !important;
    font-weight: 400 !important;
    color: #FF540A !important;
    margin-right: 20px;
}

.shop-page__price span:nth-child(1){
    font-size: 14px !important;
}

.shop-page__price .line-through__price{
    order: 2;
    margin-left: 0;
    position: relative;
    top: 2px;
}

.homeTitleLysoform{
    font-weight: 400;
    font-size: 28px;
}

.validtab .order__btn.first{
    display: none;
}

.order__list .order__item:nth-child(2){
    margin-top: 30px;
}
.checkout.woocommerce-checkout{
    bottom: auto !important;
    top: 940px !important;
}
.admin-bar .checkout.woocommerce-checkout{
    top: 850px !important;
}

.validtab{
    pointer-events: none;
}

@media screen and (max-width: 768px){
    .order__list .order__item:nth-child(3){
        margin-top: 280px !important;
    }
    .checkout.woocommerce-checkout{
        top: 900px !important;
    }
    .logged-in .checkout.woocommerce-checkout{
        top: 800px !important;
    }


    .order__wrap-poczta.active{
        background: transparent !important;
    }
    .order__list .order__item:nth-child(2){
        min-height: 600px;
    }
    .order__list .order__item:nth-child(3){
        margin-top: 0 !important;
    }
    .order__list-radio.three{
        margin-top: 28px !important;
    }
}



@media screen and (max-width: 500px){
    .page-header__nav-item{
        font-size: 17px !important;
        width: 100% !important;
        text-align: left !important;
    }
    .page-header__nav-item.catalog{
        justify-content: space-between !important;
    }
    .homeTitleLysoform{
        font-size: 18px !important;
    }
    .cart__span-price{
        margin-left: 0;
    }
    .cart__end{
        justify-content: space-between;
    }
    .cart__span-price {
        white-space: inherit;
    }
}

@media screen and (max-width: 768px){
    .shop-page__price{
        font-size: 15px;
        line-height: 18px;
        width: calc(100% - 50px);
        text-align: left;
        padding-left: 8px;
    }

    .shop-page__btn span{
        display: none;
    }

    .shop-page__btn{
        padding: 14px !important;
        width: 46px !important;
        height: 46px !important;
        position: absolute !important;
        right: 10px !important;
        bottom: 10px !important;
        left: auto !important;
    }

    .shop-page__btn svg{
        margin-right: 0;
        width: 18px;
        height: 18px;
    }
}

.shop-prom span{
    font-size: 17px;
    line-height: 20px;
    color: #172852;
}
.shop-prom{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shop-prom div{
    width: 20px;
    height: 20px;
    border: 1px solid #172852;
    background: transparent;
    transition: .5s;
    cursor: pointer;
}

.shop-prom div.active{
    background: #172852;
}


.sticky{
    background: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 999;
}


.product-page__list .product-page__item{
    max-height: 160px;
}

.product-page__vd{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.singleBlockBtns{
    position: relative;
    margin-bottom: 10px;
}

.product-page__amount{
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -27px;
    width: 100%;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #27C6D9;
    margin-left: 0;
    opacity: 0;
    visibility: hidden;
}

.product-page__amount.active{
    opacity: 1;
    visibility: visible;
}

/* product presentation */
.presentation{
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 32px 100px;
    display: flex;
    column-gap: 24px;
}

.presentation__desc--title{
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #232d52;
}

.presentation__desc > p{
    color: #191919;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 18px;
}

.presentation__desc--title.mobile{
    display: none;
}

.presentation__cost{
    display: flex;
    align-items: center;
    column-gap: 64px;
    margin-bottom: 40px;
}

.presentation__cost p{
    font-size: 24px;
    line-height: 26px;
    color: #232d52;
    font-weight: 700;
    margin: 0;
}

.presentation__regularPrice{
    text-decoration: line-through;
}

.presentation__regularPrice + p{
    color: #5dae62;
}

.product-page .product-page__price{

}

.singlePrice__product>span{
    position: static;
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}

.presentation__cost--rating{
    display: flex;
    align-items: center;
    column-gap: 2px;
}

.presentation__cost--rating svg{
    max-width: 18px;
    height: auto;
}

.presentation__cost--rating svg path{
    fill: #7bda93;
}

.presentation__counter{
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 24px;
}

.presentation__counter--minus, .presentation__counter--plus{
    width: 34px;
    height: 34px;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.presentation__counter--num{
    color: #000;
    font-size: 18px;
    line-height: 20px;
}

.presentation__cost--links{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 82px;
}

.presentation__cost--links a{
    padding: 16px 20px 16px;
    background: #23b354;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.presentation__cost--links a:first-child{
    background: #232d52;
}

.presentation__cost--links a:hover{
    color: #fff;
    text-decoration: none;
}

.presentation__reaction--wrapp > p{
    font-size: 24px;
    line-height: 26px;
    color: #232d52;
    margin-bottom: 12px;
}

.presentation__reaction{
    display: flex;
    column-gap: 4px;
}

.presentation__reaction--item{
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    align-items: center;
}

.presentation__reaction--item > img{
    padding: 5px;
    max-width: 117px;
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    cursor: pointer;
    object-position: center bottom;
}

.presentation__reaction--number{
    display: flex;
    align-items: center;
    column-gap: 4px;
}

.presentation__reaction--number > svg{
    width: 13px;
    height: auto;
    flex-shrink: 0;
}

.presentation__reaction--number > svg path{
    fill: #7bda93;
}

.presentation__reaction--number > div{
    min-width: 34px;
    width: max-content;
    padding: 2px;
    display: flex;
    justify-content: flex-end;
    border-radius: 5px 5px 0 5px;
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    box-shadow: 0px 0px 35px 3px rgba(0,0,0,0.2);
}

.presentation__info{
    width: 32%;
    min-width: 260px;
}


.presentation__slider--wrapp{
    width: 68%;
    padding: 0 40px 0 0;
    position: relative;
    /*height: 800px;*/
    column-gap: 100px;
}

.presentation--circle{
    position: absolute;
    width: calc(100% - 120px);
    border-radius: 50% 50%;
    background: #a388fb;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


.presentation__slider--wrapp {
    display: flex;
}
.presentation__slider--col {
    display: flex;
    width: 50%;
    column-gap: 32px;
    align-items: center;
    justify-content: space-between;
}

.presentation__slider--nav{
    display: flex;
    flex-direction: column;
    row-gap: 22px;
}
.presentation__slider--prev,
.presentation__slider--next {
    cursor: pointer;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    background: #ffffff;
    box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.2);
}

.presentation__slider--prev:hover svg path,
.presentation__slider--next:hover svg path{
    transition: .35s;
}

.presentation__slider--prev:hover svg path,
.presentation__slider--next:hover svg path{
    fill: #09b5a4;
}

.presentation__slider--prev svg,
.presentation__slider--next svg{
    width: 30px;
    height: auto;
}

.presentation__mainTitle{
    display: none !important;
}

.presentation__slider--prev svg{
    transform: rotate(270deg);
}

.presentation__slider--next svg{
    transform: rotate(90deg);
}

.presentation__reaction.mobile{
    display: none !important;
}
.presentation__smile img{
    display: none !important;
}

.presentation__smile.active img{
    display: inline-block !important;
}
.presentation{
    max-width: 1200px;
}
.presentation__slider--prev:focus,
.presentation__slider--next:focus {
    outline: none;
}
.slider__thumbs {
    /* height: calc(400px - 96px); */
    height: 100%;
    overflow: hidden;
    width: 50%;
}
.slider__thumbs .swiper-slide {
    transition: 0.25s;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    cursor: pointer;
    position: relative;
}

.slider__thumbs .swiper-slide-video .swiper-slide-control{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    pointer-events: none;
}

.slider__thumbs .swiper-slide-video .swiper-slide-control svg{
    width: 63px;
    height: 63px;
}

.slider__thumbs .swiper-slide-video .swiper-slide-control svg path{
    opacity: 0.5;
}

.slider__thumbs .swiper-slide-control svg circle{
    fill: white;
}

.slider__thumbs .swiper-slide .swiper-slide-video{
    flex-grow: 1;
    position: relative;
}

.slider__thumbs .swiper-slide video{
    width: 100%;
    height: 100%;
    border-radius: 60px 60px 0 60px;
    object-fit: cover;
    position: absolute;
}

.slider__thumbs .swiper-slide p{
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0;
}

.slider__thumbs .swiper-slide.hidden{
    /* margin-bottom: 0 !important;
    height: 0 !important;
    object-fit: inherit !important; */
}

.slider__thumbs .swiper-slide-active p{
    color: #fff;
}
.slider_review {
    height: 100%;
    width: 50%;
}

.slider_review .swiper-slide {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    overflow: hidden;
    border: 4px solid #0d2a34;
    position: relative;
}

.slider_review .swiper-slide:hover .swiper-slide-control{
    opacity: 1;
}

.slider_review .swiper-slide-control{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transition: .35s;
}

.slider_review .swiper-slide-control.play-video svg:nth-of-type(1){
    display: none;
}

.slider_review .swiper-slide-control.play-video svg:nth-of-type(2){
    display: block;
}

.slider_review .swiper-slide-control svg:nth-of-type(1){
    width: 73px;
    height: 73px;
}

.slider_review .swiper-slide-control svg circle{
    fill: white;
}

.slider_review .swiper-slide-control svg path{
    opacity: 0.5;
}

.slider_review .swiper-slide-control svg:nth-of-type(2){
    width: 64px;
    height: 64px;
    display: none;
}

.slider_review .swiper-slide-control svg:nth-of-type(2) path{
    fill: white;
    opacity: 1;

}

.slider_review .swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 1026px) and (max-height: 980px){
    .presentation__slider--wrapp {
        /*height: 560px;*/
    }
}

@media screen and (min-width: 769px) and (max-height: 740px){
    .presentation__slider--wrapp {
        /*height: 460px;*/
    }
}


@media (max-width: 1025px){
    .presentation {
        column-gap: 18px;
    }

    .presentation__slider--wrapp {
        /*height: 540px;*/
        padding: 0 20px 0 0;
        column-gap: 20px;
    }

    .slider__thumbs {
        width: 60%;
    }

    .slider__thumbs .swiper-slide {
        row-gap: 14px;
    }

    .presentation--circle {
        width: calc(100% - 70px);
    }

    .slider__thumbs .swiper-slide-video .swiper-slide-control svg {
        width: 53px;
        height: 53px;
    }

    .presentation__cost {
        column-gap: 30px;
        margin-bottom: 32px;
    }

    .presentation__cost--links {
        margin-bottom: 48px;
    }

    .presentation__reaction--wrapp > p {
        font-size: 18px;
        line-height: 20px;
    }

    .presentation__slider--prev, .presentation__slider--next {
        height: 60px;
        width: 60px;
    }

    .presentation__slider--prev svg, .presentation__slider--next svg {
        width: 24px;
    }
}
.presentation__smile {
    position: absolute;
    left: 20%;
    top: 50%;
    width: 200px;
    height: 200px;
    display: flex !important;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    pointer-events: none;
}

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

.singlePrice__product {
    display: flex;
    flex-flow: column;
}

@media (min-width: 992px) {
    .singlePrice__product > span{
        margin: 0 !important;
    }
}

@media (max-width: 780px){

    .product-page__list .product-page__item{
        max-height: 100px;
    }

    .single-video-review .contact-us-button-wrapper{
        display: none !important;
    }

    .product-page__price.saleprodprice{
        align-items: center;
    }



    .product-page__price > .product-page__stars_mob{
        /*position: relative;*/
        /*top: 7px;*/
        min-width: 180px;
    }

    .product-page__review-amount.mob{
        /*position: relative;*/
        /*top: 7px;*/
    }

    .presentation{
        padding-left: 16px;
        padding-right: 16px;
    }


    .presentation__desc--title{
        text-align: left;
        width: 50%;
    }
    .presentation__cost{
        justify-content: space-between;
    }
    .presentation__counter{
        justify-content: center;
    }

    .presentation__mainOverflow {
        width: calc(100% + 60px);
        max-width: calc(100% + 60px);
        margin-left: -30px;
    }

    .presentation__slider--list{
        left: calc(calc(100% - 252px) / 2);
        position: relative;
    }

    .presentation__smile{
        display: flex !important;
        position: absolute;
        right: -50px;
        top: 285px;
        height: 200px;
        width: 200px;
        z-index: 5;
        left: 0;
        margin: auto;
    }

    .presentation__smile img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .presentation__smile.active img{
        display: inline-block !important;
    }
    .presentation{
        flex-direction: column;
        row-gap: 50px;
        align-items: center;
        overflow: hidden;
        padding-top: 20px;
    }

    .slider__thumbs .swiper-slide p{
        font-size: 12px;
        line-height: 1.2;
    }

    .presentation__slider--wrapp{
        column-gap: 20px;
        width: 100%;
    }

    .presentation__info{
        width: 100%;
        position: relative;
        z-index: 2;
        padding-top: 80px;
    }

    .presentation__cost--rating{
        order: -1;
    }

    .presentation__cost--links a:first-child{
        width: 211px;
    }

    .presentation__slider--wrapp{
        flex-direction: column;
        padding: 0;
        height: max-content;
        row-gap: 20px;
        margin-top: 32px;
    }

    .presentation__dots{
        position: static;
        width: 100%;
    }

    .presentation__dots div{
        width: 8px;
        height: 8px;
    }

    .presentation__slider:before{
        width: 120px;
        height: 120px;
        left: -50px;
    }

    .presentation__slider:after{
        width: 240px;
        height: 240px;
        right: -120px;
    }

    .presentation__desc--title:not(.mobile){
        display: none !important;
    }



    .presentation__slider--col{
        order: 2;
        flex-direction: column;
        width: 100%;
        row-gap: 20px;
    }

    .slider_review{
        width: 100%;
        height: 500px;
        padding: 0 30px;
    }

    .presentation__slider--nav{
        order: 2;
        flex-direction: revert;
        column-gap: 10px;
    }

    .slider__thumbs{
        height: 240px;
        width: 80%;
    }

    .slider__thumbs .swiper-slide-active p{
        color: #000;
    }

    .slider__thumbs .swiper-slide video{
        border-radius: 30px 30px 0 30px;
    }

    .presentation__slider--prev, .presentation__slider--next{
        width: 40px;
        height: 40px;
    }
    .presentation__slider--prev svg, .presentation__slider--next svg{
        width: 16px;
    }
    .presentation--circle{
        width: 120%;
        top: 40px;
        transform: translate(-50%, 0) scale(1.1);
        left: 50%;
    }

    .presentation__slider--prev svg {
        transform: rotate(180deg);
    }

    .presentation__slider--next svg {
        transform: rotate(0deg);
    }
    .presentation__reaction.mobile{
        display: flex !important;
        justify-content: center;
        gap: 16px;
        /*position: absolute;*/
        /*z-index: 5;*/
        /*flex-flow: column;*/
        /*top: 150px;*/
        /*left: -135px !important;*/
        /*right: 0 !important;*/
        /*margin: auto;*/
        /*width: 70px;*/
        /*transition: .2s;*/
    }

    .presentation__reaction.mobile.hide_opacity{
        opacity: 0;
        transform: scale(.8);
    }

    .presentation__slider:before{
        top: -30px;
    }

    .presentation__info{
        padding-top: 0px;
    }

    .presentation{
        padding-bottom: 0;
    }

    .presentation__cost p{
        font-size: 16px;
    }

    .presentation__desc{
        position: relative;
    }

    .presentation__cost{
        margin-bottom: 0;
        position: absolute;
        left: 0;
        top: 10px;
    }

    .presentation__cost--links{
        align-items: flex-end;
    }

    .presentation__reaction--item{
        flex-flow: row;
        position: relative;
        min-width: 76px;
    }

    .presentation__reaction--number{
        position: absolute;
        right: 0;
        bottom: 0;
        color: #000000;
        padding: 2px 4px;
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0 0 35px 3px rgba(0, 0, 0, 0.20);
    }

    .presentation__reaction--number > svg{
        display: none;
    }
    .presentation__reaction--item > img{
        /*max-width: 76px;*/
        /*width: 76px;*/
        /*height: 60px;*/
        width: unset;
        padding: 0;
    }
    .presentation__reaction--number > div{
        background: none;
        box-shadow: none;
    }

    .presentation__reaction--number > div{
        color: #000;
        line-height: 1;
        min-width: 14px;
        font-size: 10px;
        justify-content: center;
    }

    .presentation__reaction--wrapp.desc{
        display: none !important;
    }

    .slider_review .swiper-slide-control svg:nth-of-type(1), .slider_review .swiper-slide-control svg:nth-of-type(2){
        width: 50px;
        height: 50px;
    }
    .slider_review .swiper-slide{
        border: 3px solid #0d2a34;
    }
    .presentation__mainTitle{
        margin-top: 30px;
        /*display: inline-block !important;*/
        width: 100%;
        text-align: center;
        color: #e3e3e3;
        font-size: 21px;
        FONT-FAMILY: 'Roboto';
    }

    .presentation{
        padding-top: 0px;
    }

    .presentation__slider--nav{
        position: absolute;
        left: 0;
        right: 0;
        top: -60px;
        margin: auto;
        justify-content: center;
    }



}


@media (max-width: 780px) {
    /* .presentation__slider--wrapp {
      flex-direction: column-reverse;
    }
    .presentation__slider--col {
      flex-direction: row;
      align-items: center;
      margin-right: 0;
      margin-top: 24px;
      width: 100%;
    }
    .slider_review {
      width: 100%;
    }
    .slider__thumbs {
      height: 100px;
      width: calc(100% - 96px);
      margin: 0 16px;
    }
    .presentation__slider--prev,
    .presentation__slider--next {
      height: auto;
      width: 32px;
    } */
}

.imagesList{
    margin-top: 30px;
}

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

.imagesList__row{
    display: flex;
    width: 100%;
    gap: 30px;
}

.imagesList__item{
    width: 100%;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 30px;
}

.imagesList__row:not([data-count='1']) .imagesList__item img{
    height: 400px;
}

.imagesList__item h2{
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 700!important;
    font-size: 17px!important;
    line-height: 21px!important;
    margin-bottom: 2px!important;
    color: #172852!important;
}

.imagesList__item span{
    margin-top: 10px;
    font-size: 15px;
    line-height: 18px;
    color: #574e4e;
}

.imagesList__item img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

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

.compareTable__list {
    border-bottom: 1px solid silver;
}

.compareTable__item{
    display: flex;
    width: 100%;
    border-left: 1px solid silver;
}

.compareTable__item>div{
    border-top: 1px solid silver;
    border-right: 1px solid silver;
    padding: 10px;
    flex: 1;
}

.es-recom-container .last-news__title{
    margin-bottom: 40px;
}
.compareTable .last-news__title{
    margin-bottom: 30px;
}

.compareTable__tables{
    width: 100%;
    overflow: scroll;
}

@media (max-width: 780px) {
    .imagesList__row{
        flex-flow: wrap;
        gap: 0;
    }
    .compareTable__tables{
        border-left: 1px solid silver;
    }
    .compareTable__list{
        overflow: scroll;
        display: table;
    }

    .compareTable__item{
        min-width: 500px;
        display: table-row;
    }
    .compareTable__item>div{
        display: table-cell;
    }

    .imagesList__row:not([data-count='1']) .imagesList__item img{
        height: 200px;
    }
}
@media (min-width: 1024px) {
    .totalRow{
        margin-bottom: 0;
    }
}

.woocommerce-cart-form__cart-item input::-webkit-outer-spin-button,
.woocommerce-cart-form__cart-item input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.woocommerce-cart-form__cart-item input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}


.reg_popup{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: .5s;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg_popup .rgba{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.reg_popup__content{
    padding: 20px;
    position: relative;
    width: 400px;
    height: 200px;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    background: #F7F7F7;
    color: #172852;
}

.reg_popup h2{
    font-size: 21px;
}

.reg_popup p{
    font-size: 16px;
}

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

.reg_popup p:last-child{
    margin-top: 5px;
}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: #e5eaf1;
    z-index: 1000;
}

#cookie_note .container{
    max-width: 935px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 20px;
}

#cookie_note p{
    margin: 0;
    text-align: center;
    color: #18234b;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
}
#cookie_note p a {
    color: #5a9237;
}

.cookie_accept{
    cursor: pointer;
    box-shadow: none;
    outline: none;
    margin-left: 20px;
    background: transparent;
    color: #172852;
    border: 3px solid #172852;
    font-size: 20px;
    transition: .5s;
    padding: 12px 25px;
}

.cookie_accept:hover{
    color: #fff;
    background: #172852;
}

@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note{
        padding: 15px;
    }
    #cookie_note .container{
        padding: 0;
        flex-flow: row;
        justify-content: center;
    }
    #cookie_note.show{
        display: block;
        text-align: left;
    }

    #cookie_note p{
        font-size: 11px;
        text-align: left;
        padding-right: 10px;
    }

    .cookie_accept{
        font-size: 12px;
        margin: 0px 0 0 0;
        padding: 10px 20px;
    }
}

@media (max-width: 500px) {
    .reg_popup{
        width: 300px;
    }
}

@media (min-width: 768px) {
    .checkout.woocommerce-checkout {
        top: 900px !important;
    }
}

@media (max-width: 768px) {
    .checkout.woocommerce-checkout {
        top: 850px !important;
    }
}

/* style suppliers */

.suppliers {
    padding: 120px 0 80px;
}

.suppliers .suppliers__wrapper{
    max-width: 1094px;
    width: 100%;
    padding: 0px 60px;
    margin: 0 auto;
}

.suppliers .suppliers__title{
    margin-bottom: 36px;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    color: #172852
}

.suppliers__logos>div{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.suppliers .suppliers__logos{
    display: flex;
    row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0;
    align-items: center;
}

.suppliers .suppliers__logos img{
    object-fit: contain;
}

.suppliers .suppliers__logos a img:nth-of-type(2){
    display: none;
}

@media (max-width: 768px){
    .suppliers__logos>div{
        gap: 20px;
    }

    .suppliers__logos>div{
        width: 100%;
    }

    .suppliers__logos a{

    }

    .presentation__desc--title.mobile{
        display: inline-block;
        width: 100%;
        text-align: left;
        font-size: 16px;
    }

    .suppliers {
        padding: 40px 0 20px;
    }

    .suppliers .suppliers__wrapper{
        max-width: 100%;
        padding: 0px 15px;
    }

    .suppliers .suppliers__title{
        font-size: 20px;
        font-weight: 500;
        line-height: 120%;
        margin-bottom: 20px;
    }

    .suppliers .suppliers__logos{
        padding: 20px 0;
        max-width: 352px;
        margin: 0 auto;
        column-gap: 20px;
        row-gap: 20px;
    }

    .suppliers .suppliers__logos a img:nth-of-type(2){
        display: block;
    }

    .suppliers .suppliers__logos a img:nth-of-type(1){
        display: none;
    }
}



.product-page__madeprod{
    border-top: 1px solid #E5E5E5;
    padding-top: 30px;
}

.product-page__madeprod>div {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #172852;
    align-items: center;
    display: flex;
    margin-bottom: 11px;
}

.product-page__madeprod>div>span{
    min-width: 160px;
    display: inline-block;
}

.product-page__madeprod>div a {
    color: #27C6D9;
    text-decoration: underline;
}
@media screen and (max-width: 992px){
    .product-page__madeprod>div{
        font-size: 14px;
    }
    .product-page__madeprod>div>span{
        min-width: 140px;
    }
}


@media screen and (min-width: 1200px){
    @media screen and (max-width: 1600px){
        .page-id-59264 .bannerNabor img{
            height: 350px;
        }
    }
    @media screen and (max-width: 1385px){
        .page-id-59264 .bannerNabor img{
            height: 320px;
        }
    }
    @media screen and (max-width: 1250px){
        .page-id-59264 .bannerNabor img{
            height: 280px;
        }
    }
}