.rounded-btn{
    border-radius: 50px;
}
.opt-desc-info {text-align: center;}
.title_blue{
    color: #19357f;
}
.title-center{
    text-align: center;
}
.orange-color{
    color: #ec6e00;
}
.bg-grey{
    background-color: #F8F9FA;
}

.pst-cookie {
    position: fixed;
    left: 40px;
    right: 0;
    bottom: 0;
    padding: 30px;
    font-family: 'Montserrat';
    color: #232E49;
    border-radius: 18px;
    max-width: 434px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #FFF;
    -webkit-box-shadow: 0px -2px 9.9px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px -2px 9.9px 0px rgba(0, 0, 0, 0.05);
    z-index: 9999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-align: left;
    display: none;
}
.pst-cookie-container {
    position: fixed;
    bottom: 33px;
    left: 50%;  
    -webkit-transform: translateX(-50%);  
        -ms-transform: translateX(-50%);  
            transform: translateX(-50%);  
    max-width: 1580px;  
    width: 100%; 
    -webkit-box-sizing: border-box; 
            box-sizing: border-box; 
    padding-left: 0;
    padding-right: 0;
    z-index: 101;
}
.pst-cookie strong {
    color: #232E49;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; 
    display: block; 
    margin-bottom: 8px;
}
.pst-cookie p {
    color: #232E49;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 30px;
}
.pst-cookie p span,
.pst-cookie p a {
    color: #19357F;
}
.pst-cookie .pst-cookie-accept {
    border-radius: 6px;
    border: 1px solid #323232;
    background: #323232;
    padding: 0 112px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%; 
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.pst-cookie .pst-cookie-accept:hover {
    border: 1px solid #262626;
    background: #262626;
    color: #FFF;
    outline: none;
}

@media screen and (max-width: 1600px) {
    .pst-cookie-container {max-width: 1366px;}

}
@media screen and (max-width: 1024px) {
    .pst-cookie-container {max-width: 90%;}
    .pst-cookie {bottom: 80px;}
    .pst-cookie-container {z-index: 310;}
}
@media screen and (max-width: 767px) {
    .pst-cookie {bottom: 80px;left: 0;padding: 20px;}
    .pst-cookie p {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
    }
    .pst-cookie .pst-cookie-accept {
        padding: 0 40px;
        height: 44px;
        font-size: 14px;
    }

}
@media screen and (max-width: 480px) {
    .pst-cookie {max-width: 100%;padding: 15px;}
    .pst-cookie p {
        margin-bottom: 15px;
        font-size: 12px;
    }
    .pst-cookie strong {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .pst-cookie .pst-cookie-accept {
        height: 40px;
        font-size: 12px;
    }


}


.widget-box {
    padding: 0 0 50px;
}
.widget-box .product-item-card-get-price-button {
    font-size: 14px;
    height: 46px;
    border-radius: 6px;
    padding: 0 20px;
    line-height: 46px;
    width: 100%;
}
.home-body .widget-box {
    margin: 100px auto 10px;
    padding: 0;
}
.widget-box .catalog-element__price-row {
    min-height: 26px;
}
.widget-box > .container {
    border-radius: 10px;
    background-color: #F9F9F9;
    padding: 60px 60px 30px;
}
#new-products .recommend-slider {
    padding: 0;
}
#new-products .recommend-slider__arrow.slider-arrow_right {
    right: 33px;
}
#new-products .recommend-slider__arrow.slider-arrow_left {
    left: 33px;
}
#new-products .product-item-container {
    border-radius: 3px;
}
@media screen and (min-width: 768px) {
    #new-products .recommend-slider__arrow.slick-disabled {
        visibility: hidden;
    }
}

.widget-box .catalog-element__name a {
    min-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    box-orient: vertical;
}
.subcatalog-body .widget-box {
    margin: 100px auto 10px;
    padding: 0;
}
.widget-box .product-item-hidden .product-item-amount {
    display: none;
}
.subcatalog-body .widget-box > .container {
    padding: 0 60px 0;
}

@media screen and (min-width: 1025px) {
    .widget-box .product-item-image-original,
    .widget-box .product-item-image-alternative {
        left: 5%;
        width: 90%;
    }
    #get-price-popup .mp-form {
        min-height: auto;
    }


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

    #new-products .recommend-slider__arrow.slider-arrow_left {
        right: auto;
        left: calc(50% - 60px);
    }
    #new-products .recommend-slider__arrow.slider-arrow_right {
        right: calc(50% - 60px);
        left: auto;
    }
    #new-products .recommend-slider {
        padding: 0 0 60px;
    }
    .subcatalog-body .widget-box > .container ,
    .widget-box > .container {
        background-color: transparent;
        padding: 0 15px;
    }
    .home-body .widget-box {
        margin: 40px auto 20px;
        padding: 0;
    }
    .home-body .widget-box .recommend-slider {
        padding: 0 0 60px;
    }
    .home-body .recommend-slider-item {
        margin: 0;
    }
    .widget-box .catalog-element__footer .btn.button-in-basket,
    .widget-box .catalog-element__footer .product-info__add-to-basket {
        font-size: 12px;
        height: 36px;
        line-height: 36px;
        margin-top: 15px;
    }
    .widget-box .product-item-card-get-price-button {
        font-size: 12px;
        height: 36px;
        line-height: 1;
    }
    .subcatalog-body .widget-box {
        margin: 40px auto 20px;
        padding: 0;
    }
    .subcatalog-body .widget-box .catalog-element__content {
        padding: 0 10px 20px;
    }
    .subcatalog-body .widget-box .catalog-element__footer .btn.button-in-basket,
    .subcatalog-body .widget-box .catalog-element__footer .product-info__add-to-basket {
        margin-top: 0;
    }

}

.redemption-title{
    color: #19357f;
    text-align: center;
    font-size: 47px;
    font-weight: 600;
}
.redemption-sub-title{
    line-height: 1.3;
    font-size: 20px;
    color: #bababa;
    text-align: center;
}

.input-password input::-ms-clear, .input-password input::-ms-reveal {
    display: none;
}
.input-password__icon{
    position: absolute;
    cursor: pointer;
    right: 20px;
    top: 16px;
    z-index: 2;
}

.product-info-description .product-info-description__col ul {
    padding-left: 20px;
}
.product-info-description .product-info-description__col h2 {
    font-size: 22px;
    line-height: 30px;
}

@media (max-width: 767px) {
    .product-info-description .product-info-description__col h2 {
        font-size: 16px;
        line-height: 150%;
    }


}

.header-with-img{
    padding-top: 60px;
    padding-bottom: 40px;
    background:no-repeat center / cover;
}
.header-with-img_big{
    padding-top: 240px;
    padding-bottom: 190px;
}
.header-with-img__title{
    font-size: 55px;
    line-height: 61px;
    text-align: center;
    font-weight: 600;
}
.header-with-img__title_dark{
    color: #181818;
}
.header-with-img__title_left{
    text-align: left;
}
.header-with-img__sub-title{
    margin-top: 20px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}
.header-with-img__title.white,
.header-with-img__sub-title.white{
    color: #fff;
}



.services-tile{
    padding-top: 50px;
    padding-bottom: 80px;
}
.services-page__tile{
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    justify-content: space-between;
}
.services-page__tile-element {
    overflow: hidden;
    position: relative;
    height: 404px;
    margin-bottom: 30px;
    z-index: 1;
    background: #f5f5f5;
    width: 100%;
    max-width: calc(50% - 15px);
    border-radius: 20px;
}
.services-page__tile-element-img{
    position: absolute;
    object-fit: cover;
    width: 100%;
    transition: all 0.5s;
    height: 100%;
}
.services-page__tile-element:hover .services-page__tile-element-img{
    transform: scale(1.2);
}
.services-page__tile-element-cintainer{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/* .services-page__tile-element:hover .services-page__tile-element-name{
    bottom: 100%;
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
} */

.header-services__title {
    font-family: 'Montserrat';
    color: #000;
    font-size: 55px;
    font-style: normal;
    font-weight: 600;
    line-height: 61px;
    margin: 0;
    text-align: left;
    padding: 0;
}

.services-page__tile-element-name{
    bottom: 0;
    transform: translateY(0px);
    position: absolute;
    padding: 25px;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; 
    color: #fff;
}
.services-page__tile-element__btn-container{
    padding: 25px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translateY(100%);
}
/* .services-page__tile-element:hover .services-page__tile-element__btn-container{
    transform: translateY(0%);
} */

.services-page__tile-element__btn{
    line-height: 53px;
    display: inline-block;
}

.contacts-wrapper{
    max-width: 100%;
    padding-top: 48px
}
.contacts-manager-block,
.contacts-form-container{
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
}
.contacts-manager-block{
    margin-top: 30px;
}
.contacts-title{
    font-size: 35px;
    line-height: 39px;
    color: #181818;
    font-weight: 600;
}
.contacts-subtitle{
    font-size: 18px;
    line-height: 25px;
    margin-top:10px;
}
.contacts-map-container{
    margin-top: 30px;
}
.contacts-map-container iframe{
    margin: 0 auto;
    width: 100%;
}
.contacts-manager-block__title{
    font-size: 14px;
    line-height: 14px;
    padding-left: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #7c7c7c;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: calc(30% + 40px);
}

.contacts-manager-block__cart{
    background-color: #f8f8f8;
    display: flex;
}
.contacts-manager-block__photo-container{
    width: 100%;
    order: 1;
    flex: 0 0 30%;
    position: relative;
    padding: 20px 0px;
    max-width: 30%;
}
.contacts-manager-block__photo-fon{
    background-color: #fff;
    margin: 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.contacts-manager-block__photo{
    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.22);
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.22);
    max-height: 250px;
    max-width: 250px;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);

}
.contacts-manager-block__content-container{
    flex: 0 0 70%;
    max-width: 70%;
    order: 2;
    padding: 20px 35px 30px;
}
.contacts-manager-block__name{
    font-size: 29px;
    line-height: 33px;
    color: #181818;
    font-weight: 600;
}
.contacts-manager-block__contacts{
    margin-top: 25px;
    padding-top: 30px;
    border-top: 1px solid #ececec;
}
.contacts-manager-block__link{
    font-size: 19px;
    line-height: 22px;
    color: #181818;
    font-weight: 600;
    margin: 0 8px;
}
.contacts-manager-block__link:hover{
    border-bottom: solid 1px #181818;
}

.empl-whatsapp {
    margin-top: 30px;
    width: fit-content;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    color: #181818;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    font-size: 15px;
    padding: 9px 18px 10px 14px;
    border-radius: 5px;
    transition: all 0.2s ease 0s;
}
.empl-whatsapp:hover {
    background-color: #f8f8f8;
}
.empl-whatsapp__ico {
    width: 40px;
    height: 40px;
}
.empl-whatsapp__ico svg {
    width: 100%;
    height: 100%;
}
.empl-whatsapp__text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


.contacts-form-container{
    background-image: url('../upload/fish/2uzpa3j3lfs26urn0telvjawymkd009p.jpg');
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 60px;
    display: flex;
    background-size: cover;
    align-items: flex-start;
}
.contacts-form{
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    display: block;
    max-width: 380px;
    margin-left: auto;
}
.contacts-form__input-element{
    position: relative;
    margin-bottom: 15px;
}
.contacts-form__input-element .desc{
    font-size: 16px;
    line-height: 17px;
    position: absolute;
    top: 18px;
    left: 16px;
    color: #767676;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    z-index: 1;
}
.contacts-form__input:focus + .desc{
    font-size: 12px;
    line-height: 13px;
    top: 7px;
    left: 13px;
}


.contacts-form__btn{
    border-radius: 0px;
    width: 100%;
}
.contacts-form__input{
    width: 100%;
    border-color: #d5d5d5;
    color: #181818;
    border-radius: 4px;
    box-shadow: none !important;
    border: 2px solid #d5d5d5;
    padding: 0 12px;
    height: 54px;
    position: relative;
    font-size: 16px;
    line-height: 17px;
    padding-right: 35px;
    box-sizing: border-box;
}
.contacts-form__input--textarea{
    outline: none;
    resize: none;
    overflow: auto;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #d5d5d5;
    box-shadow: none;
    width: 100%;
    padding: 12px;
    height: 110px;
    font-size: 16px;
    line-height: 17px;
    position: relative;
    height: 110px;
}

.contacts-form-content{
    padding: 0 0 40px 50px;
    color: #fff;
}
.contacts-form-content__title{
    font-size: 21px;
    line-height: 27px;
    padding-top: 25px;
    position: relative;
    font-weight: 600;
}
.contacts-form-content__title:before{
    background: #fff !important;
    opacity: 0.5;
    content: "";
    width: 80px;
    height: 4px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.contacts-form-content__description{
    font-size: 15px;
    line-height: 19px;
    margin-top: 25px;
    font-style: italic;
}
.delivery-page{
    padding-top: 50px;
    padding-bottom: 50px;
}
.delivery-page .h1{
    line-height: 120%;
}
.delivery-baner{
    height: 340px;
    overflow: hidden;
    margin-bottom: 40px;
}
.delivery-baner__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.price-calculation{
    padding: 120px 0;
}

.header-with-img__btn-container{
    text-align: center;
}
.header-with-img__btn{
    display: inline-block;
    line-height: 53px;
    margin-top: 25px;
}
.redemption-tabs_label{
    font-size: 20px;
    color: #bababa;
    text-align: center;
}
.tabs__btns {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 25px 0 30px 0;
}
.tabs__btns li.active {
    background-color: #ec6e00;
    color: #fff;
}
.tabs__btns {
    list-style: none;
}
.tabs__btns li {
    cursor: pointer;
    font-size: 20px;
    border: 1px solid #ec6e00;
    border-radius: 0px;
    background-color: #fff;
    padding: 9px 22px 10px 22px;
    color: #181818;
    min-width: 140px;
    text-align: center;
    white-space: nowrap;
}
.rails {
    display: none;
    justify-content: center;
    gap: 20px;
}
.rails.active{
    display: flex;
}
.rails__item {
    background-color: #f8f9fc;
    padding: 20px 30px;
    border-radius: 14px;
    background: #EEF2FC;
    min-height: 300px;
}
.rails__img {
    flex: 1 1 auto;
    margin-bottom: 15px;
}
.rails__title {
    font-size: 30px;
    font-family: Arial, "PT Sans Caption";
    color: #19357f;
    font-weight: 600;
}
.rails__price {
    font-size: 24px;
    color: #ec6e00;
    font-weight: 600;
}
.redemption-tabs__info{
    font-size: 20px;
    color: #bababa;
    text-align: center;
    margin-top: 30px;
}

.estimate{
    padding-bottom: 120px;
}


.estimate__sub-title{
    text-align: center;
}
.estimate-slide{
    opacity: .2;
}


.estimate-slide.slick-active{
    opacity: 1;
}
.estimate-slide_img-container{
    border: 1px solid #ececec;
    text-align: center;
}
.estimate-slide_img-container img{
    margin: 0 auto;
}
.estimate-slide__info{
    font-size: 30px;
    margin-top: 10px;
    text-align: center;
}
.estimate-slider .slick-list{
    padding: 0 27%;
}
.estimate-slider-container{
    position: relative;
}
.estimate-slider-arrows{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.estimate-slider-arrow{
    position: absolute;
    transition: opacity linear .5s;
    cursor: pointer;
}
.estimate-slider-arrow:hover{
    opacity: .5;
}
.estimate-slider-arrow__prev{
    left: 20%;
}
.estimate-slider-arrow__next{
    right: 20%;
    transform: rotate(180deg);
}
.estimate-slider{
    margin-top: 40px;
}
.redemption-sell {
    background-color: #f8f9fc;
    padding: 100px 0;
}
.redemption-steps {
    position: relative;
    display: flex;
    gap: 30px;
    text-align: center;
    max-width: 1200px;
    margin: 50px auto 0 auto;
}
.redemption-steps__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    gap: 15px;
    z-index: 2;
}
.redemption-steps__icon {
    width: 96px;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fce9d9;
    border-radius: 100px;
    flex-shrink: 0;
}
.redemption-steps__text {
    font-size: 20px;
}
.redemption-steps__item:first-child::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: calc(50% + 60px);
    transform: translateX(-50%);
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODIiIGhlaWdodD0iNzUiIHZpZXdCb3g9IjAgMCA4MiA3NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYxLjM0NjUgNjMuODM3MUMxMy43NDY1IDMzLjAzNzEgMy43NDIyNiAxMS41OTg1IDEuMjQyMjYgMy4wOTg0MkMwLjM1OTk4NCAwLjA5ODcxMTUgMS41Mzc4MSAtMS4yNzQxNyAzLjAzNzc4IDIuMjI0OTlDMTIuNTM3OCAyNS4yMjU4IDM4LjUzNzggNDUuMjI1OCA2Ni4wMzc3IDY0LjcyNDdDNjcuMjc0NiA2NS42MDE3IDY2LjUyNTYgNjYuOTUwMyA2MS4zNDY1IDYzLjgzNzFaIiBmaWxsPSIjMTkzNTdGIi8+CjxwYXRoIGQ9Ik04MS41Mzc4IDc0LjIyNThMNjUuNTM3OCA0OC43MjU4QzY0LjUzNzggNDcuMjI1OCA2Mi41Mzc3IDQ2LjIyNTggNjQuMDM3NyA0OS4yMjU4QzY1LjIzNzcgNTEuNjI1OCA3Mi40MTY2IDY0LjI3MzggNzYuMDY5NiA3MC41OTk3Qzc2LjkyMTEgNzIuMDc0MiA3Mi40NjAxIDcwLjk5NDggNzEuMTI2OCA3MC44MjgxQzYwLjM1MjEgNjguODE2OSA1My4wMzc4IDY2LjU1OTIgNDcuMDM3OCA2NC43MjU4QzQyLjYzNzggNjMuNTI1OCA0NC41Mzc4IDY1LjU1OTIgNDYuMDM3OCA2Ni43MjU4QzUxLjYzNzggNzEuMTI1OCA4My4wMjAyIDc2Ljk0NDcgODEuNTM3OCA3NC4yMjU4WiIgZmlsbD0iIzE5MzU3RiIvPgo8L3N2Zz4K);
    width: 81px;
    height: 75px;
}
.redemption-steps::before {
    content: "";
    position: absolute;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    width: 72%;
    height: 1px;
    border-bottom: 1px dotted #ec6e00;
}

.redemption-form {
    position: relative;
    max-width: 600px;
    margin: 100px auto 0 auto;
}
.redemption-form__item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.redemption-form__input {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 15px;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
}
textarea.redemption-form__input {
    height: 160px;
    resize: none;
}
.redemption-form__input {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    padding: 15px;
    background-color: #fff;
    width: 100%;
}
.redemption-form__item {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.redemption-form__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}
.file__btn {
    display: flex;
    gap: 0;
}
.file__input {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.file__label {
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: 1px dashed #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: 0;
    margin-right: 12px;
}
.file__text {
    font-size: 16px;
    max-width: 150px;
    white-space: nowrap;      
    overflow: hidden;         
    text-overflow: ellipsis;  
}
.file__info {
    margin-top: 5px;
    font-size: 16px;
    color: #BABABA;
}

.redemption-info {
    padding: 100px 0;
    font-size: 20px;
    line-height: 1.5;
}
.redemption-info__wrap {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
}
.redemption-info__block {
    margin-bottom: 40px;
}
.redemption-info__subtitle {
    margin-bottom: 15px;
    font-weight: bold;
}
.redemption ul {
    padding: 0;
}
.redemption-info__list  {
    list-style-type: none!important;
}

.search-body{
    padding: 40px 0;
    min-height: 300px;
}



.search-body__dount-info{
    font-size: 14px;
    line-height: 20px;
    color: #978484;
    margin-bottom: 20px;
}
.search-body__title{
    font-size: 33px;
    line-height: 36px;
    color: #000;
    font-weight: 500;
}
.search-body__products-count{
    margin-top: 20px;
    font-size: 13px;
    line-height: 19px;
    color: #9d9393;
    margin-right: 30px;
    text-transform: uppercase;
}



.search-result-list{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
.search-element{
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 430px;
    position: relative;
    margin-bottom: 45px;
    background-color: #fff;
    border-right: 1px solid #eee;
    z-index: 1;
}
.search-element__inner{
    background-color: #fff;
    padding: 20px 25px 5px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.search-element:hover{
    z-index: 2;
}

.search-element:hover .search-element__inner{
    box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.2);

}
.search-element__img-wrapper{
    position: relative;
    height: 240px;
    margin-bottom: 10px;
    align-items: center!important;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.search-element__img{
    max-height: 240px;
}
.search-element__sale{
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 10px;
}
.search-element__sale-link{
    font-family: 'SegoeUIBold',Arial,'PT Sans Caption';
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    background-color: #fed11a;
    color: #181818;
    padding: 6px 10px;
    transition: all 0.2s ease 0s;
}
.search-element__name{
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 15px;
    color: #000;
    display: block;
}
.search-element:hover .search-element__name{
    overflow: unset;
    height: auto;
    min-height: 38px;
}

.search-element__states {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.search-element__element-state {
    font-size: 12px;
    font-weight: bold;
    background-color: #f5f5f5;
    border-radius: 4px;
    padding: 3px 6px;
    display: inline-block;
    line-height: 1.3;
}
.search-element__price{
    margin-right: 15px;
    display: inline;
    white-space: nowrap;
}
.search-element__price .price-value{
    font-size: 21px;
    line-height: 40px;
    color: #000;
}
.search-element__price .unit{
    font-size: 13px;
    line-height: 18px;
    color: #b99595;
}
.search-element__footer{
    display: none;
    margin: 0 -25px;
}
.search-element:hover  .search-element__footer{
    display: block;
    box-sizing: border-box;
}
.search-element__footer-info{
    padding: 0 25px 15px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 19px;
}
.search-element__footer-btn-container{
    height: 60px;
    background-color: #f5f5f5;
    overflow: hidden;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.search-element__footer-btn{
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #f5f5f5;
    overflow: hidden;
    background-color: #ec6e00;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 15px;
    box-sizing: border-box;
}
.search-show-all-btn{
    margin-left: 30px;
    font-size: 13px;
    line-height: 19px;
    padding: 5px 25px 6px;
    border: 1px solid #9d9393;
    color: #656565;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    display: inline-block;
    opacity: 0.75;
    filter: alpha(opacity=75);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    height: 32px;
    position: relative;
    top: -5px;
}








.lk-popup  {
    /* width: 1050px; */
    width: 525px;
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 90%;
}
.lk-close-btn{
    position: absolute;

}
.lk-popup__header .popup-close-btn{
    right: 20px;
    width: auto;
    height: auto;
    top: 20px;
}
.lk-popup__header .popup-close-btn:before,
.lk-popup__header .popup-close-btn:after{
    display: none;
}
.lk-popup.active{
    display: block;
    z-index: 1010;
}
.lk-popup__content{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.lk-popup__img-container{
    /* background-image: url('../upload/fish/popup.jpg');
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    flex: 0 0 50%;
    max-width: 50%; */
    display: none;
}


.lk-popup__form-container{
    position: relative;
    width: 100%;
    min-height: 1px;
    flex: 0 0 100%;
    max-width: 100%;

}
.lk-popup-form{
    background-color: #19357F;
    padding: 60px;
    min-height: 625px;
    box-sizing: border-box;
}
.lk-popup-form .title-form {
    font-size: 28px;
    line-height: 32px;
    text-transform: initial;
    text-align: left;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 700;
}
.lk-popup-form div.subtitle-form {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin: 0px 0 40px;
    text-align: left;
}
.lk-popup-form div.inputs-block {
    margin-bottom: 15px;
}
.lk-popup-form .tabsInput__title {
    text-align: center;
    margin-bottom: 15px;
}
.lk-popup-form .tabsInput__btns {
    display: flex;
    gap: 20px;
    align-items: center;
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: solid 1px #fff;
}

.register__choise-register{
    font-size: 14px;
    color: #fff;
}
.register__choise-register a{
    display: inline-block;
    margin-right: 10px;
}

.lk-popup-form .tabsInput__btn.active {
    color: #fff;
    background: none;
    border-radius: 0;
}
.lk-popup-form .tabsInput__btn.active:after{
    width: 100%;
    position: absolute;
    bottom: -1px;
    background-color: #EC6E00;
    content: "";
    height: 3px;
    left: 0px;
}
.lk-popup-form .tabsInput__btn {
    cursor: pointer;
    text-align: center;
    position: relative;
    padding: 0px;
    padding-bottom: 8px;
    border: none;
    color: #6E83BD;
}
.lk-popup-form .tabsInput .input.active {
    display: block;
}
.lk-popup-form  div.input {
    margin: 0 0 15px;
    position: relative;
}
.lk-popup-form .tabsInput .input {
    display: none;
}
.lk-popup-form div.input div.bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 4px;
}
.lk-popup-form div.input span.desc {
    position: absolute;
    color: #767676;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}

.lk-auth-login,
.tabsInput__placeholder{
    display: none;
}
.lk-auth-login.active,
.tabsInput__placeholder.active{
    display: inline-block;
}
input.require {
    background: url(../images/star-req.png) calc(100% - 12px) 50% no-repeat;
    background-size: 7px;
    padding-right: 35px;
}
.lk-popup-form.auth div.errors {
    color: #a94242;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}
.lk-popup-form  div.input-btn {
    margin-top: 30px;
}
.lk-popup-form  div.input-btn {
    margin-top: 15px;
}
.lk-popup-form  div.input-btn {
    text-align: center;
}
.lk-popup-form div.load {
    margin: 35px 0 0;
    display: none;
    text-align: center;
}
.lk-popup-form button.active {
    display: block;
    text-align: center;
}

.lk-popup-form.auth div.input-btn button {
    width: 100%;
}
.lk-popup-form.auth > *:last-child {
    margin-bottom: 0 !important;
}
.lk-popup-form.auth.auth a.forgot {
    font-size: 14px;
}
a > span.bord-bot {
    color: #19357F;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-decoration: none;
    border: none;
}
.lk-popup-form input{
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none !important;
    border: 2px solid #d5d5d5;
    padding: 0 12px;
    height: 54px;
    position: relative;
    font-size: 16px;
    box-sizing: border-box;
    line-height: 17px;
}
.lk-popup-form .button-def{
    display: inline-block;
    padding: 20px 10px;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    padding-top: 0px;
    line-height: 54px;
    padding-bottom: 0px;
    height: 54px;
    border: none;
    color: #fff;
}
.lk-popup-form  .tabsInput__title{
    color: #8c8c8c;
}
.lk-popup-form .forgot,
.register__choise-register a{
    color: #36415C;
}
.lk-popup-form .forgot:hover,
.register__choise-register a:hover{
    color:#FF9628;
}
.lk-popup-form .txt-center{
    text-align: center;
}

.lk-popup .register{
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.lk-popup .register__btn-container{
    flex: 0 0 100%;
    max-width: 100%;
}
.lk-popup .register__btn-container div.register a{
    font-size: 14px;
    display: inline-block;
    position: relative;
}


.lk__container{
    padding: 65px 65px 30px;
    background-color: #fff;
}
.lk__menu-col{
    flex: 0 0 23%;
    border: 1px solid #CFD1D7;
    border-radius: 3px 0px 3px 3px;
    height: 100%;
    margin-right: 20px;
}
.lk__content-col{
    width: 75%;
}
.lk__content-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.history-item {
    font-family: 'Montserrat';
    border-radius: 16px;
    border: 1px solid #F2F2F2;
    background: #FBFBFB;
    padding: 30px 30px 30px 30px;
    position: relative;
    width: 100%;
    margin: 0 0 30px;
    height: auto;
}
.history-item__img {
    margin-right: 12px;
}
.history-item__img img {
    width: 114px;
    height: 114px;
    object-fit: contain;
    object-position: center;
}
.history-item__order {
    color: #010101;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; 
}
.history-item__date {
    color: #010101;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; 
}
.history-item__status {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    margin-top: 6px;
}
.history-item p {
    margin: 0;
    padding: 0;
}
.history-item .history-item__title {
    color: #010101;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%; 
    margin-bottom: 16px;
}
.history-item__price {
    color: #010101;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}
.history-item__product {
    display: flex;
    margin: 25px 0 0;
    gap: 70px;
    align-items: flex-start;
}
.history-item-btn {
    color: #EC6E00;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}
.history-item-btn svg {
    margin-left: 12px;
    max-width: 16px;
}
.history-item-btn.__active svg {
    transform: rotate(180deg);
}
.history-item__footer {
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 1px solid #E7E7E7;
    padding: 30px 0 0;
    margin: 30px 0 0;
    width: auto;
    flex-wrap: wrap;
    margin-left: 460px;
    gap: 20px 0;
}
.history-item.__active .history-item__footer {
    margin-left: 0;
    width: 100%;
    gap: 0;
}

.history-item__desc {
    max-width: 275px;
}
.history-item__left {
    flex: 0 0 400px;
    display: flex;
    align-items: center;
}
.history-item__right {
    flex: 0 1 100%;
}
.history-item__name {
    color: #454545;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}
.history-item-detail__label {
    color: #A3A3A3;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; 
    margin-bottom: 4px;
}
.history-item-detail__val {
    color: #010101;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}
.history-item-details {
    display: flex;
    flex-wrap: wrap;
    gap: 24px 60px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E7E7E7;
}
.history-item-details:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.history-item-payment .history-item-detail:nth-child(1),
.history-item-payment .history-item-detail:nth-child(3) {
    flex: 0 1 300px;
}
.history-item-delivery .history-item-detail:nth-child(1) {
    flex: 0 1 150px;
}
.history-item-delivery .history-item-detail:nth-child(2) {
    flex: 0 1 240px;
}
.history-item-delivery .history-item-detail:nth-child(3) {
    flex: 0 1 100px;
}
.history-item-delivery .history-item-detail:nth-child(6) {
    flex: 0 1 100%;
}
.history-item.__active .history-item__right {
    display: none;
}
.review-popup-details {
    display: flex;
    justify-content: space-between;
}
.review-stars-input {
    display: inline-block;
    vertical-align: bottom;
    max-width: 165px;
    margin: 0 auto;
}
.review-stars-input input {
    display: none;
}
.review-popup-form {
    width: 100%;
    clear: both;
}
#review-popup form {
    margin: 0;
}
.review-popup-form label {
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    margin: 0;
    text-align: left;
    display: block;
    color: var(--grey-color);
    background: url(/local/templates/divasoft/upload/fish/rating-empty.svg) no-repeat;
    display: inline-block;
    width: 31px;
    height: 31px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    float: right;
    background-size: 31px 30px;
}
.review-stars-input input:checked~label {
    background: url(/local/templates/divasoft/upload/fish/rating-full.svg) no-repeat;
    background-size: 31px 30px;
}
.review-popup-name {
    color: #010101;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 20px;
}
.review-popup-price {
    color: #010101;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.review-popup-img img {
    width: 170px;
    height: 170px;
    object-fit: cover;
    object-position: center;
}
.review-popup-img {
    margin-right: 30px;
}
.review-popup-product {
    max-width: 290px;
    padding: 23px 0 0;
}
.review-popup .mp-form__textarea {
    height: 194px;
    width: 100%;
    color: #B8BBC6;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; 
    padding: 20px;
}
.review-popup .mp-form__submit {
    margin-top: 40px;
    padding: 0 34px;
    width: 100%;
    height: 60px;
    font-size: 16px;
}
.textarea-calc {
    color: #535A74;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    display: inline-block;
}
.review-popup .popup-close-btn.callback-popup__close-btn {
    right: 40px;
    top: 40px;
    width: 52px;
    height: 52px;
    background-color: #F8F8F9;
    border-radius: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.review-popup .popup-close-btn:before {
    transform: rotate(-45deg);
}
.review-popup .popup-close-btn:after {
    transform: rotate(45deg);
}
.review-popup-form__rating {
    padding: 23px 0 0;
    width: 30%;
    text-align: right;
}










.lk-menu{
    list-style-type: none;
    border-left: 3px solid #e5e5e5;
}
.lk-menu__element{
    padding: 20px 20px;
    position: relative;
    transition: background linear .2s;
    cursor: pointer;
    color: #262627;
    display: block;
}

.lk-menu__element.active {
    background: #EC6E00;
    color: #fff;
}

.lk-menu__element.btn-logout {
    color: #D04444;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    position: relative;
}
.lk-menu__element.btn-logout:after {
    content: '';
    position: absolute;
    background-image: url(/local/templates/divasoft/images/logout-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 22px;
    height: 22px;
    right: 20px;
    top: 24px;
}

.lk-menu__element:not(:last-of-type)::after {
    width: calc(100% - 40px);
    bottom: 0px;
    left: 20px;
    content: "";
    height: 1px;
    background: #CFD1D7;
    display: block;
    position: absolute;
}

.lk-menu__element:hover {
    background: #EC6E00;
    color: #fff;
}

.lk__container{
    display: flex;
}
.lk-private-form__head{
    margin-bottom: 15px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    gap: 70px;
}
.button-def.rounded-btn.orange-btn {
    border: none;
    border-radius: 50px;
}
.forgot:hover,
.bord-bot:hover {
    color: #3199ea;
}
.title-form main1,
.tabsInput__title {
    color: #393938;
}
.lk-private-form__head span{
    font-size: 16px;
    line-height: 22px;
    color: #181818;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}
.lk-private-form-container{
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.lk-private-form-container_centred{
    margin: 0 auto;
}
.lk-private-form{
    /* background-color: #f6f6ef;
    padding: 30px 25px; */
    padding: 30px;
    border-radius: 16px;
    background: #FBFBFB;
}
.bx_profile .lk-private-form-container {
    flex: 0 0 100%;
    max-width: 100%;
}
.lk-private-form__head p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.lk-private-form__head p span {
    color: #A3A3A3;
    font-weight: 400;
    display: block;
}


.lk-private-form_white{
    background-color: #fff;
    padding: 50px;
    border: solid 1px #ECECEC;
}
.lk-private-form_white .lk-private-form__section-title{
    font-size: 28px;
}
.lk-private-form__section-description{
    font-size: 14px;
    margin-bottom: 20px;
}
.lk-private-form__section-description_centred{
    text-align: center;
}
.lk-private-form_white .lk-private-form__section-description,
.lk-private-form_white .lk-private-form__section-title{
    color: #36415C;
}
.form__flex {
    display: flex;
    gap: 15px;
}
#user_div_reg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.input-container {
    margin: 0 0 15px;
    position: relative;
    width: 100%;
}

.bx_profile .input-container{
    margin: 0 0 28px;
    position: relative;
    width: 48%;
}
.input-container-nosurname {
    margin-top: 8px;
    display: flex;
    align-items: center;
}
.input-container-nosurname.input-container span.desc {
    margin-bottom: 0;
}



.bx_profile .input-container.in-focus .input-container-nosurname span.desc {
    font-size: 14px;
}

.popup form .input-container__with-icon .desc {
    display: none;
}

.ceckbox-container{
    margin: 0 0 15px;
}
.ceckbox-confidencial{
    margin-top: 20px;

    font-size: 12px;
}
.ceckbox-confidencial .checkbox input + label{
    color: rgba(255,255,255,.5);
}
.ceckbox-confidencial a{
    color: #fff;
}
.lk-popup__footer{
    margin-top: 30px;
}
.lk-popup__footer a{
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}
.input-container .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FBFBFB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 4px;
}
.input-container  span.desc{
    font-size: 16px;
    line-height: 17px;
    position: absolute;
    top: 18px;
    left: 16px;
    color: #767676;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    font-size: 12px;
    line-height: 13px;
    top: 7px;
    left: 13px;
}
.bx_profile .input-container.in-focus span.desc{
    top: 0;
    left: 0;
    position: relative;
    bottom: 0;
    color: #838383;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 8px;
    display: block;
}
.input-container span.desc {
    top: 0;
    left: 0;
    position: relative;
    bottom: 0;
    color: #838383;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 8px;
    display: block;
}
span.input-container-nosurname span.desc {
    margin: 0!important;
}
.bx_profile p.main-profile-form-password-annotation {
    margin-top: 15px;
    margin-bottom: 0;
    color: #070707;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    position: absolute;
    display: flex;
    align-items: flex-start;
}
.bx_profile p.main-profile-form-password-annotation svg {
    margin-right: 6px;
    max-width: 8px;
}

.input-container input {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: none !important;
    border: 2px solid #d5d5d5;
    padding: 0 12px;
    height: 54px;
    position: relative;
    font-size: 16px;
    line-height: 17px;
    padding-top: 11px;
    background: transparent;
    box-sizing: border-box;
}
.bx_profile .input-container input{
    width: 100%;
    box-shadow: none !important;
    border-radius: 10px;
    border: 1px solid #DDD;
    background: #FFF;
    padding: 0 12px;
    height: 60px;
    position: relative;
    background: transparent;
    box-sizing: border-box;
    color: #050505;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    padding-left: 20px;
}
.bx_profile .input-container input[type="checkbox"] {
    margin-top: 0;
}
.bx_profile .input-btn-container {
    margin-top: 22px;
}
.lk-private-form-container .input-container input {
    padding-top: 0;
}
 

.input-container__with-icon input{
    padding-left: 80px;
    padding-top: 0px;
}
.input-container__with-icon:after{
    position: absolute;
    content: "";
    left: 60px;
    top: 9px;
    height: 36px;
    width: 1px;
    background-color: #D1D4DA;
}
.input-container__with-icon .desc{
    display: none;
}
.input-container__icon{
    position: absolute;
    left: 20px;
    top: 18px;
    z-index: 1;
}
.input-container textarea {
    outline: none;
    resize: none;
    overflow: auto;
    text-align: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #d5d5d5;
    box-shadow: none;
    width: 100%;
    padding: 12px;
    height: 110px;
    font-size: 16px;
    line-height: 17px;
    position: relative;
    background-color: transparent;
}

.input-container label.file {
    font-weight: normal;
    display: block;
    width: 100%;
    cursor: pointer;
    background-image: url(img2/ic-file.png);
    background-repeat: no-repeat;
    background-position: top right;
    margin-bottom: 0;
    height: 45px;
    background-color: #fff;
    padding-right: 47px;
    position: relative;
    box-sizing: border-box;
}
.input-container label.file span {
    display: block;
    font-size: 16px;
    line-height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.input-container label.file input{
    display: none !important;
    overflow: visible;
}
.input-container span.ex-file-desc {
    max-width: 100%;
    position: absolute;
    top: 14px;
    left: 10px;
    padding-right: 57px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    color: #a9a9a9;
}
.input-containerlabel.file span {
    display: block;
    font-size: 16px;
    line-height: 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.input-container label.file span.ex-file {
    height: 100%;
    padding-left: 10px;
    padding-top: 24px;
    padding-right: 40px;
}
.lk-private-form__title{
    font-size: 21px;
    line-height: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
}
.input-container textarea.focus-anim {
    padding-top: 20px;
}
.input-container.input-textarea {
    height: 110px;
}
.input-container.input-textarea textarea{
    height: 110px;
    box-sizing: border-box;
}
.input-container textarea.require {
    background: url(../images/star-req.png) calc(100% - 12px) 12px no-repeat;
    background-size: 7px;
}
.lk-private-form__section-title{
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 20px;
    font-weight: 600;

}
.lk-private-form__section-title_centred,
.lk-private-form__section-title_centred{
    text-align: center;
}
.lk-private-form__description{
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
}
.lk-private-form__description_centred{
    text-align: center;
}

.lk-private-form_white .lk-private-form__title{
    color: #36415C;
    text-align: left;
    font-weight: bold;
    text-transform: initial;
}
.lk-private-form_white .lk-private-form__description{
    font-size: 16px;
    color: #36415C;
}
.back-top-profiles{
    margin-bottom: 20px;
}
.back-top-profiles a{
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    outline-offset: 0;
    color: #19357F;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.back-top-profiles a:hover{
    color: #181818;
}
.reset-btn {
    border-radius: 6px;
    border: 2px solid #19357F;
    color: #19357F;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%; 
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    background-image: url(/local/templates/divasoft/upload/fish/close-icon-btn.svg);
    background-repeat: no-repeat;
    background-position: 92% 50%;
    background-size: 24px;
    min-width: 230px;
    padding: 0 25px;
    text-align: left;
    border-radius: 6px;
}
.save-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 60px;
    margin-right: 20px;
    background-image: url(/local/templates/divasoft/upload/fish/check-icon-btn.svg);
    background-repeat: no-repeat;
    background-position: 92% 50%;
    background-size: 24px;
    min-width: 230px;
    padding: 0 25px;
    text-align: left;
    border-radius: 6px;
}
.reset-btn:hover {
    background-image: url(/local/templates/divasoft/upload/fish/close-icon-btn.svg);
    background-repeat: no-repeat;
    background-position: 92% 50%;
    background-size: 24px;
}
.save-btn:hover {
    background-image: url(/local/templates/divasoft/upload/fish/check-icon-btn.svg);
    background-repeat: no-repeat;
    background-position: 92% 50%;
    background-size: 24px;
}


.main-profile-form-password-annotation {
    font-family: Arial, Helvetica,sans-serif;
    color: grey;
    font-weight: lighter;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 0;
}
.input-btn-container {
    text-align: left;
    margin-top: 0px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.input-btn-container__in-col .input-btn{
    margin: 0 0 15px;
    width: 100%;
}
.input-btn-container__in-col .input-btn .button{
    width: 100%;
}

.personal-menu-element{
    display: flex;
    align-items: flex-start;
    padding-bottom: 29px;
    border-bottom: solid 1px #eaeaea;
    margin-top: 29px;
    transition: .3s;
}
.personal-menu-element:hover {
    border: 1px solid #EC6E00!important;
    background: #FFFBF8!important;
}


.personal-menu-element:first-child{
    margin-top: 0px;
}
.personal-menu-element:last-child{
    border-bottom: navajowhite;
}
.personal-menu-element__icon-container{
    flex: 0 0 auto;
    width: auto;
    max-width: 100px;
    padding-right: 0;
    padding-left: 0;
}
.personal-menu-element__icon-wrapper{
    background-color: transparent;
    width: 40px;
    height: auto;
    border-radius: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.personal-menu-element__icon-wrapper img{
    width: 55px;
    min-width: 40px;
    min-height: 40px;
}
.personal-menu-element__content{
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}
.personal-menu-element__title{
    display: block;
    font-size: 23px;
    line-height: 28px;
    color: #000;
    margin-bottom: 7px;
    font-weight: 600;
}
.personal-menu-element__sectription{
    font-size: 14px;
    line-height: 22px;
    color: #8f8f8f;
    margin-bottom: 20px;
}
.personal-menu-element__btn{
    font-size: 13px;
    line-height: 19px;
    padding: 5px 25px 6px;
    border: 1px solid #9d9393;
    color: #9d9393;
    display: inline-block;
    opacity: 0.85;
    filter: alpha(opacity=85);
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    text-align: center;
    /* max-width: 200px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: -2px;
    color: #1596d8;
}
.personal-menu-element__btn:hover{
    color: #fff;
    background-color: #ec6e00;
}
.sale-personal-profile-list-container{
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    border-radius: 16px;
    background: #FBFBFB;
    padding: 10px 30px;
}

.sale-personal-profile-list-container td, .sale-personal-profile-list-container th {
    padding: 0.7rem;
    vertical-align: middle;
    border-top: 1px solid #E7E7E7;
    text-align: left;
}
.sale-personal-profile-list-container td b,
.sale-personal-profile-list-container td {
    color: #010101;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}
.sale-personal-profile-list-change-button {
    color: #19357F;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    border-radius: 6px;
    border: 1px solid #19357F;
    height: 39px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 60px;
    transition: .3s;
}
.sale-personal-profile-list-container th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #A3A3A3;
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    border: none;
}


.sale-personal-profile-list-change-button:hover {
    border: 1px solid #304FA0;
    background-color: #304FA0;
    color: white;
}
.sale-personal-profile-list-border {
    display: inline-block;
    margin: 0 5px;
    height: 23px;
    border-right: 1px solid #dee2e7;
    vertical-align: middle;
    border: none;
    display: none;
}
.sale-personal-profile-list-actions {
    width: auto;
    max-width: 140px;
}
.sale-personal-profile-list-close-button {
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 0;
    background: url(img2/sale-personal-profile-list-close.svg) 4px 4px no-repeat;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
    vertical-align: middle;
    cursor: pointer;
    display: none;
}
.sale-order-history-link{
    display: block;
    font-size: 14px;
    color: #4a90e2;
    padding: 0 34px 0 0;
    margin-bottom: 10px;
}
.lk-personal-orders__title{
    display: block;
    color: #19357F;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    padding: 0 34px 0 0;
    margin-bottom: 10px;
}
.lk-personal-order__wrapper{
    background: #f2f2f2;
    padding: 15px;
}
.lk-personal-order__info{
    font-size: 16px;
    color: #383838;
    margin: 20px 0 22px 7px;
    font-weight: 600;
}
.lk-personal-order__status{
    text-align: right;
}
.sale-order-list-accomplished-date{
    display: inline-block;
    margin: 10px 0 0 0;
    font-size: 13px;
}
.lk-personal-order__status_droped .sale-order-list-accomplished-date{
    color: #ff0000;
}
.lk-personal-order__status_complite .sale-order-list-accomplished-date{
    color: #4b8c03;
}
.sale-order-list-accomplished-date-number{
    color: #888;
}
.lk-personal-order__buttons-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 15px 10px 15px;
    border: 1px solid #efecec;
}
.lk-personal-order__btn{
    line-height: 36px;
    height: 36px;
    display: inline-block;
}
.lk-personal-order{
    margin-top: 40px;
}
.sale-order-title{
    margin-bottom: 40px;
    color: #010101;
    font-size: 22px;
    font-weight: 600;
    line-height: 150%;
    margin: 0 0 10px;
}
.sale-order-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.sale-order-wrapper .lk__content-col {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    border-radius: 16px;
    border: 1px solid #F2F2F2;
    background: #FBFBFB;
    overflow: hidden;
    padding: 30px;
}
.sale-order-wrapper .lk__content-col .lk-personal-order__buttons-container {
    padding:0;
    border:none;
    background: transparent;
    justify-content: flex-start;
}
.sale-order-wrapper .lk__content-col .lk-personal-order__wrapper {
    padding:0;
    border:none;
    background: transparent;
}
.sale-order-wrapper .lk__content-col .lk-personal-order__status {
    text-align: left;
    box-sizing: border-box;
    display: inline-block;

    align-items: center;
    margin: 0 0 12px;
}
.sale-order-wrapper .lk__content-col .lk-personal-order__status_complite .sale-order-list-accomplished-date {
    border: 1px solid #29A71A;
    color: #29A71A;
    background: #eefcd8;
    padding: 7px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    display: inline-flex;
}
.sale-order-wrapper .lk__content-col .lk-personal-order__status_complite .sale-order-list-accomplished-date.canceled-order,
.sale-order-wrapper .lk__content-col .sale-order-list-accomplished-date.canceled-order {
    border: 1px solid #FF3636;
    color: #FF3636;
    background: #fdeeee;
}
.complete-order-col .order-product-info__btn {
    display: inline-flex;
    align-items: center;
    color: #19357F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    background: transparent;
    padding: 0;
    margin: 0 50px 0 0;
    transition: .3s;
    height: auto;
    line-height: 1;
}
.complete-order-col .order-product-info__col.order-buttons {
    max-width: 100%;
    flex: 0 0 100%;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin: 10px 0;
}
.complete-order-col .order-product-info__btn br {display: none;}


@media(max-width:767px){
    .sale-order-wrapper .lk__content-col {
        padding: 20px;
    }
    .sale-order-wrapper .lk-personal-orders__title {
        font-size: 16px;
        color: #262626;
        margin-bottom: 12px;
        font-weight: 600;
    }
    .lk-personal-order__info {
        margin: 0 0 12px;
        color: #010101;
        font-size: 16px;
        font-weight: 400;
        line-height: 150%;
    }


}




.sale-order-wrapper .lk__content-col .sale-order-list-accomplished-date,
.sale-order-wrapper .lk__content-col .sale-order-list-accomplished-date-number {
    margin: 0;
}
.sale-order-wrapper .lk__content-col .button.lk-personal-order__btn {
    display: inline-flex;
    align-items: center;
    color: #19357F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    height: auto;
    background: transparent;
    padding: 0;
    margin: 0 50px 0 0;
    transition: .3s;
    display: inline-flex;
    align-items: center;
}
.sale-order-wrapper .lk__content-col .button.lk-personal-order__btn svg {
    max-width: 20px;
    margin-left: 12px;
}
.sale-order-wrapper .lk__content-col a > span.bord-bot {
    color: #19357F;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
}
.sale-order-wrapper .lk__content-col .sale-order-history-link {
    color: #19357F;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-decoration: none;
    border: none;
}




.personal-orders-list{
    margin-top: 20px;
    border-radius: 16px;
    border: 1px solid #F2F2F2;
    background: #EDEDEF;
    overflow: hidden;
    padding: 3px 30px;
}
.personal-order{
    margin-top: 20px;
    border-radius: 16px;
}
.personal-order:first-child{
    margin-top: 0px;
}
.personal-order__container{
    border: none;
    border-radius: 16px;
}
.personal-order__header{
    background: #EDEDEF;
    padding: 13px 0;
    color: #010101;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: flex-start;
}
.personal-order-title {
    display: flex;
    align-items: center;
}
.personal-order-title strong {
    margin: 0 4px;
}





.personal-order__body,
.personal-order__footer{
    padding: 0;
}
.personal-order-stage__name{
    color: #454545;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin-bottom: 18px;
}
.personal-order-stage__col p {
    color: #010101;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    font-family: 'Montserrat';
}
.personal-order-stage__title{
    color: #010101;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    line-height: 150%;
}
.personal-order-stage__title--row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pay-system-name{

    display: inline-block;
    margin-right: 20px;
}
.personal-order-stage__status-wrapper{
    display: flex;
    align-items: center;
    gap: 20px;
    width: fit-content;
}
.personal-order-stage__status-wrapper .personal-order-stage__status{
    margin-left: 0px;
}
.personal-order__pay-btn{
    height: 37px;
    line-height: 37px;
}
.sale-order-list-warning {
    margin-right: 15px;
}
.personal-order-stage__label {
    color: #A3A3A3;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 4px;
    display: block;
}
.personal-order-stage__row {
    display: flex;
    gap: 40px;
}
.personal-order-stage__col {
    flex: 0 1 auto;
}
.personal-order-stage__col1 {
    min-width: 100px;
    max-width: 100px;
}
.personal-order-stage__col2 {
    min-width: 160px;
    max-width: 160px;
}
.personal-order-stage__col3 {
    min-width: 340px;
    max-width: 340px;
}

.personal-order-btn {
    color: #EC6E00;
    font-size: 16px;
    font-weight: 500;
    line-height: 150%; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.personal-order-btn svg {
    max-width: 16px;
    margin-left: 12px;
}
.personal-order-btn.__active svg {
    transform: rotate(180deg);
}
.personal-orders-list.__active .personal-order__body {
    display: none;
}


.sale-order-list-warning img {
    max-width: 56px;
}
.personal-order-stage__status{
    box-sizing: border-box;
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #FF3636;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    color: #FF3636;
    background: #fdeeee;
    margin: 3px 0 3px 20px;
    white-space: nowrap;
}
.personal-order-stage__status.positive {
    border: 1px solid #29A71A;
    color: #29A71A;
    background: #eefcd8;
}
.personal-order-stage__status.__status-wait {
    border: 1px solid #EC6E00;
    color: #EC6E00;
    background: rgb(236 110 0 / 10%);
}


.personal-order-stage__link{
    display: block;
    margin: 6px 0 0 0;
    font-size: 13px;
}
.sale-order-list-shipment-status-block{
    display: inline-block;
    padding: 5px;
    margin: 3px 0 3px 20px;
    border: 1px solid rgba(128,134,142,0.20);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #f3f4f5;
    font-size: 13px;
    color: #535c69;
    vertical-align: middle;
}
.personal-order__footer{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: none;
    padding-bottom: 15px;
    margin-top: 0;
    padding-top: 0;
}
.personal-order__btn{
    display: inline-flex;
    align-items: center;
    color: #19357F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    height: auto;
    background: transparent;
    padding: 0;
    margin: 0 50px 0 0;
    transition: .3s;
}
.personal-order__btn.button:hover {
    color: #275AE1;
}
.personal-order__btn:hover svg path {
    fill: #275AE1;
}
.personal-order__btn.trigger_popup:hover svg path {
    stroke: #275AE1;
    fill: white;
}
.personal-order__btn.history-item__review:hover svg path {
    stroke: #275AE1;
    fill: white;
}





.personal-order__btn svg {
    max-width: 20px;
    margin-left: 12px;
}
.personal-order__btn:focus,
.personal-order__btn:hover,
.personal-order__btn:active {
    background: transparent;
    color: #19357F;
}
.personal-order__btn:first-child{
    margin-left: 0px;
}
.personal-order__stage {
    margin-top: 10px;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 24px;
    padding-bottom: 16px;
}
.personal-order__stage:first-child{
    margin-top: 0px;
}
.basket-counter{
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding: 11px 22px;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 3px;
    border-color: #dedede;
}
.basket-counter__value{
    display: inline-block;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #9c9c9c;
    color: #fff;
}
.basket-counter__text{
    font-size: 15px;
    line-height: 19px;
    margin-right: 10px;
    border-bottom-color: transparent;
    color: #000;
}

.basket-list{
    margin-top: 40px;
}

.basket-item__img-container{
    flex: 0 0 25%;
    padding-right: 15px;
    text-align: center;
    max-width: 25%;
}
.basket-item__img{
    border-radius: 2px;
    max-height: 60px;
}
.basket-item__name-container{
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 15px;
    margin-bottom: 10px;
}
.basket-item__name-container a{
    color: #000;
    font-weight: 600;
}
.basket-item__col{
    flex: 0 0 58%;
    max-width: 58%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.basket-item__conter-container{
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-right: 30px;
}
.basket-item__price-container{
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding-top: 3px;
    font-weight: 600;
}
.basket-item__delete-container{
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    position: relative;
    padding-left: 0;
}
.basket-item__count{
        flex: 0 0 24%;
        max-width: 24%;
        text-align: center;

}
.basket-item-conter{
    display: flex;
    align-items: center;
    width: 100%;

    width: 100%;
    justify-content: center;
}
.basket-item-conter__btn{
    flex: 0 0 25%;
    max-width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border: solid 1px #000;box-sizing: border-box;
    cursor: pointer;
}
.basket-item-conter__value{
    flex: 0 0 50%;
    max-width: 50%;
    border-left: none;
    border-right: none;
    text-align: center;
    line-height: 26px;
    height: 26px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    box-sizing: border-box;
}
.basket-list{
    width: 100%;
}
.basket-item{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-bottom: 39px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
}
.basket-item:last-child{
    margin-bottom: 0px;
    border-bottom: none;
}
.basket-item-conter{

}
.basket-item__single-price{
    text-align: center;
    width: 100%;
    margin-top: 10px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 22px;
}
.basket-item__price-containe{
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-bottom: 3px;
    text-align: center;
    white-space: nowrap;
}
.basket-item__delete-btn{
    position: absolute;
    width: 14px;
    height: 19px;
    top: 2px;
    right: 0;
    background: url(img2/cart_del.svg) center no-repeat;
    background-size: 14px;
    border: none;
    cursor: pointer;
}
.basket-item__delete-btn:hover{
    background: url(img2/cart_del_red.svg) center no-repeat;
}
.lk-basket-advantage-list{
    padding: 35px 35px 10px;
    border: 1px dashed #cccccc;
    margin-bottom: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}
.lk-basket-advantage{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 33%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.lk-basket-advantage__icon-container{
    max-width: 40px;
}
.lk-basket-advantage__icon{
    width: 100%;
}
.lk-basket-advantage__description{
    font-size: 14px;
    line-height: 17px;
    padding-left: 15px;
}
.lk-basket > .container{
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}
.lk-basket__container{
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 35px 30px 60px;
    padding-right: 70px;
    padding-left: 15px;
}
.lk-basket-total{
    position: sticky;
    top: 0px;
}
.lk-basket-total-col{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    position: relative;
}

.lk-basket-total__wrapper{
    position: relative;
    background-color: #f6f6ef;
    padding: 40px 40px 20px;
    display: block;
}
.lk-basket-total__content{
    border-bottom: 10px dotted #fff;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 25px;
}
.lk-basket-total__content_without-dots{
    border-bottom:none;
    padding-bottom: 0px;
}
.lk-basket-total__title{
    font-size: 14px;
    line-height: 14px;
}
.lk-basket-total__sum{
    font-size: 35px;
    line-height: 42px;
    white-space: nowrap;
    font-weight: 600;
    margin-bottom: 10px;
}
.lk-basket-total__btn-container{
    text-align: center;
}
.lk-basket-total__btn{
    display: inline-block;
    line-height: 60px;
    height: 60px;
    margin-bottom: 19px;
}
.lk-basket-total__row{
    display: flex;
    align-items: flex-end;
    margin-bottom: 7px;
}
.lk-basket-total__row > .lk-basket-total__text:nth-child(2){
    border-bottom: 1px dotted #cacaca;
}
.lk-basket-total__text{
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.lk-basket-total__text_auto{
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.lk-basket-total__title_doter{
    text-align: center;
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px;
}
.lk-basket-total__title_doter:before{
    content: "";
    margin-top: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 32%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 8px;
    border-bottom: 8px dotted #fff;
}
.lk-basket-total__title_doter span{
    display: inline-block;
    padding: 0 10px;
    position: relative;
    background-color: #f6f6ef;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.lk-basket-total__bottom-dots{
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-bottom: 12px dotted #fff;
}
.sale-order-detail-back-to-list-link-up{
    display: inline-flex;
    align-items: center;
    color: #19357F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    height: auto;
    background: transparent;
    padding: 15px 0 12px 0;
    margin: 10px 0 20px;
    transition: .3s;
}
.lk-order-info__header{
    background: #f2f2f2;
    padding: 20px 15px;
    font-weight: 600;
}
.lk-order-info__content{
    border: 1px solid #f2f2f2;
    padding: 0 15px 25px;
}
.lk-order-info__section-title{
    font-size: 16px;
    color: #383838;
    margin-left: 0px;
    margin-top: 21px;
    margin-bottom: 2px;
    font-weight: 600;
    line-height: 1.2;
}
.lk-order-info__product{
    margin-top: 15px;
}
.order-product-info{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;

}
.order-product-info__col{
    flex: 0 0 25%;
    max-width: 25%;
}
.order-product-info__col-title{
    color: #A3A3A3;
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; 
}
.order-product-info__col-value{
    color: #010101;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}
.order-product-info__btn{
    line-height: 38px;
    height: 38px;
    display: inline-block;
}
.lk-order-info__user{
    margin-top: 15px;
}
.order-info-open-btn{
    font-size: 13px;
    color: #0056b3;
    cursor: pointer;
}
.order-info-open-btn span:first-child {
    display: inline-block;
}
.order-info-open-btn span:last-child{
    display:none;
}

.order-info-open-btn.active span:last-child{
    display: inline-block;
}
.order-info-open-btn.active span:first-child{
    display:none;
}

.order-user-info__container{
    display: none;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 15px;
}
.order-user-info__container.active{
    display: block;
}
.order-user-info__title{
    font-size: 13px;
    color: #888;
    padding: 7px 0 10px 0;
    border-bottom: 1px solid #f2f2f2;
}
.order-user-info-element{
    margin-top: 15px;
}
.order-user-info__element-title{
    font-size: 13px;
    color: #A3A3A3;
    font-family: 'Montserrat';
    font-weight: 600;
}
.order-user-info__element-value{
    padding: 4px 0 0 0;
    font-size: 14px;
    color: #010101;
    font-family: 'Montserrat';
    font-weight: 400;
}
.order-user-info__element-value a{
    color: #4a90e2;
}
.lk-order-info-row{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px 0 26px 0;
}
.lk-order-info-row_with-border{
    border-top: 1px solid #f2f2f2;
}
.lk-order-info-row__img-col {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding: 0 15px;
    padding-left: 0;
}
.lk-order-info-row__img{
    max-width: 100%;
}
.lk-order-info-row__content{
    padding: 0 15px;
}
.lk-order-info-row__title{
    font-size: 14px;
    color: #000;
    line-height: 22px;
    font-weight: 600;
}
.sale-order-payment-change-status-alert{
    display: inline-block;
    padding: 4px 10px 5px 8px;
    border: 1px solid #eab3b9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background: #ffe5e8;
    font-size: 12px;
    color: #d0021b;
    margin-left: 5px;

    box-sizing: border-box;
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid #FF3636;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    color: #FF3636;
    background: #fdeeee;
    margin: 3px 0 3px 20px;
}
.sale-order-detail-payment-options-methods-shipment-list-item-link .sale-order-detail-show-link {
    display: inline-flex;
    align-items: center;
    color: #19357F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    height: auto;
    background: transparent;
    padding: 0;
    margin: 0;
    transition: .3s;
}
.sale-order-detail-payment-options-methods-shipment-list-item-link .sale-order-detail-show-link,
.sale-order-detail-payment-options-methods-shipment-list-item-link .sale-order-detail-hide-link,
.sale-order-detail-payment-options-methods-shipment-list-item-link .sale-order-detail-payment-options-methods-info-change-link {
    color: #19357F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    height: auto;
    background: transparent;
    padding: 0;
    margin: 0;
    transition: .3s;
}


.lk-order-info-row__text{
    font-size: 13px;
}
.order-info-open-btn__payment-method{
    margin-top: 10px;
    display: inline-block;
    color: #19357F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    height: auto;
    background: transparent;
    padding: 0;
    margin: 0;
    transition: .3s;
}
.lk-payment-method{
    display: none;
}
.lk-payment-method.active{
    display: block;
}
.lk-payment-method__list{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.lk-payment-method__element{
    margin-left: 14px;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    cursor: pointer;
}
.lk-payment-method__element:first-child{
    margin-left: 0px;
}
.lk-payment-method__img-container{
    width: 94px;
    position: relative;
    border: 2px solid #c3cace;
    border-radius: 2px;
    position: relative;
    text-align: center;
    padding-top: 5px;
    background: #fff;
    max-width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lk-payment-method__element:hover .lk-payment-method__img-container{
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
    border-color: #159ebb;
}
.lk-payment-method__img-container img{
    max-width: 100%;
}
.lk-payment-method__description{
    padding-top: 9px;
    color: #a3a3a3;
    font-size: 11px;
    text-align: center;
    padding-bottom: 5px;
}
.shipment-parameters{
    margin-top: 40px;
    max-width: 75%;
    margin-left: auto;
    display: none;
}
.shipment-parameters.active{
    display: block;
}
.shipment-parameters__header{
    background: #f2f2f2;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    padding: 20px 0 22px 7px;
    font-size: 16px;
    color: #383838;
    font-weight: 600;
}
.shipment-parameters__table{
    padding: 0 15px;
}
.shipment-parameters__table .lk-orders-table__img-container{
    width: 86px;
    height: 86px;
    overflow: hidden;
    min-width: 86px;
}


.lk-orders-table__col-titles{
    line-height: 20px;
    color: #7c7c7c;
    padding-bottom: 3px;
    font-size: 12px;
}
.lk-orders-table__row{
    display: flex;
    align-items: center;
}
.lk-orders-table__item{
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #eee;
}
.lk-orders-table__item.disabled{
    opacity: 0.3;
}
.lk-orders-table__cell{
    padding: 10px;
    padding-bottom: 5px;
    min-width: 105px;
    text-align: right;
    margin-bottom: auto;
    padding-right: 0;
}
.sale-order-detail-order-item-td-title{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.lk-orders-table__row > .lk-orders-table__cell:first-child{
    width: 100%;
    text-align: left;
}
.lk-orders-table__img-cell{
    display: flex;
    align-items: center;
}
.lk-orders-table__img-container{
    margin-right: 20px;
    width: 130px;
    height: 130px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #383838;
}
.lk-orders-table__img-container img{
    max-width: 100%;
}
.lk-orders-table__item-name{
    font-size: 13px;
    color: #383838;
    opacity: 0.9;
    cursor: pointer;
}


.order-contents__footer{
    padding: 20px 0px;
}
.order-contents__footer-row{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}
.order-contents__footer-col{
    width: 25%;
    text-align: right;
}
.basket-order-section{
    margin-bottom: 40px;
}

.basket-order-section-head{
    background: #f5f5f5;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.basket-order-section-head__icon-container{
    display: flex;
    align-items: center;
    width: 54px;
    height: 54px;
    background-color: #ec6e00;
    justify-content: center;
}
.basket-order-section-head__title{
    line-height: 54px;
    font-size: 23px;
    font-weight: 600;
    padding-left: 25px;
}
.basket-order-section-content{
    padding-left: 80px;
}
.basket-making-order__row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.basket-making-order__cb-col{
    display: flex;
    align-items: center;
}
label.input-radio-css{
    display: inline-block;
    padding: 0 0 0 25px;
    margin: 0;
    position: relative;
    font-weight: normal;
    cursor: pointer;
}
label.input-radio-css input[type="radio"], label.input-checkbox-css input[type="checkbox"] {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
label.input-radio-css input[type="radio"] + span {
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: 2px;
    background-size: 6px;
    border: 2px solid #a7a7a7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
label.input-radio-css.green-check input[type="radio"] + span {
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    top: 2px;
    border: 1px solid #a7a7a7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
}
label.input-radio-css span.text, label.input-checkbox-css span.text {
    font-size: 16px;
    line-height: 22px;
}
select.simple-select {
    font-size: 16px;
    line-height: 44px;
    height: 45px;
    width: 100%;
    padding: 0 30px 0 15px;
    position: relative;
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    cursor: pointer;
    -webkit-appearance: none;
    background: url(upload/fish/shevron_down_bl.svg) calc(100% - 10px) center no-repeat;
    background-size: 11px;
    background-color: #fff;
}
label.input-radio-css.green-check input[type="radio"]:checked + span {
    border-color: transparent;
    background-color: #1dc31d;
    background-image: url(upload/fish/cart_check_wt.svg);
}

.basket-making-order__cb-col label{
    margin-right: 15px;
}
.basket-making-order__cb-col label:last-child{
    margin-right: 0px;
}
.basket-making-order__row-title{
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 19px;
    color: #939393;
    margin-bottom: 10px;
}
.basket-making-order__row-title .bx-authform-starrequired {
    font-size: 13px;
    line-height: 19px;
    color: #ef7979;
}
.basket-making-order__row{
    margin-bottom: 30px;
}
.basket-making-order-city-input{
    margin-bottom: 5px;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    box-shadow: unset;
    padding-left: 40px;
    flex: 0 0 100%;
    max-width: 100%;
}

.basket-making-order__input-wrapper{
    flex: 0 0 50%;
    max-width: 50%;
}
.basket-making-order__input-wrapper input{

}

.delivery-methods-list{
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
}
.delivery-methods-element__wrapper{
    width: 100%;
    margin: 0 0 10px;
    font-weight: unset;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
}

.delivery-methods-element input[type='radio']:checked+.delivery-methods-element__wrapper{
    box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.30);
}
.delivery-methods-element input{
    display: none;
}
.delivery-methods-element__wrapper .check{
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    right: -9px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #1dc31d;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    display: none;
    background-image: url(upload/fish/cart_check_wt.svg);
}
.delivery-methods-element input[type='radio']:checked+.delivery-methods-element__wrapper .check {
    display: block;
}
.delivery-methods-container{
    display: flex;
}
.delivery-methods-description{
    padding-left: 15px;
    width: 100%;
}
.delivery-methods-description__wrapper{
    padding: 20px 25px 10px;
    background-color: #f5f5f5;
    margin-bottom: 15px;
    border-radius: 4px;
}
.delivery-methods-description__title{
    font-size: 20px;
    line-height: 22px;

    font-weight: 600;
    color: #19357f;
}
.delivery-methods-description__price{
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    background: #e2e2e2;
    padding: 3px 8px;
    border-radius: 2px;
    margin-top: 10px;
}
.delivery-methods-description__text{
    margin-top: 15px;
    font-size: 16px;
    line-height: 18px;
}
.delivery-methods-description__time{
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
}
.delivery-methods-description__btn{
    display: inline-block;
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    margin-top: 15px;
    border-radius: 3px;
    transition: all linear .3s;
    margin-bottom: 15px;
}
.delivery-methods-description__btn:hover{
    opacity: .8;
}



.delivery-methods-element__img-container{
    position: relative;
    width: 80px;
    height: 80px;
}
.delivery-methods-element__img-container img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.delivery-methods-element__name{
    flex: 0 0 auto;
    max-width: auto;
    border: 2px solid #d5d5d5;
    border-left: none;
    font-size: 16px;
    line-height: 50px;
    padding: 10px 20px;
    width: 100%;
    max-width: calc(100% - 80px);
    height: 80px;
}

.payment-methods-list{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.payment-methods-element{
    flex: 0 0 24%;
    max-width: 21%;
    margin: 0 0 30px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
    cursor: pointer;
}
.payment-methods-element input[type="radio"] {
    display: none;
}
.payment-methods-element__wrapper{
    min-height: 100px;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    padding: 15px 10px;
    position: relative;
}
.payment-methods-element input[type="radio"]:checked+.payment-methods-element__wrapper{
    -webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.30);
    -moz-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.30);
    box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.30);
}
.payment-methods-element .check{
    position: absolute;
    width: 18px;
    height: 18px;
    top: -9px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #1dc31d;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    display: none;
    background-image: url(upload/fish/cart_check_wt.svg);
}
.payment-methods-element input[type="radio"]:checked+.payment-methods-element__wrapper .check {
    display: block;
}
.payment-methods-element__inner{
    height: 60px;
    margin-bottom: 10px;
    text-align: center;
}
.payment-methods-element__img{
    max-height: 54px;
}
.payment-methods-element__name{
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.switch {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}
.switch__input:checked {
    border: 2px solid #ec6e00;
    background: #ec6e00;
}
.switch__input {
    position: relative;
    width: 48px;
    height: 30px;
    -webkit-appearance: none;
    outline: 0;
    background: #fff;
    border: 2px solid #c4c4c4;
    border-radius: 20px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.switch__input::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 20px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    left: 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    background-color: #c4c4c4;
}
.switch__input:checked::before {
    left: calc(100% - 25px);
    background-color: #fff;
}
.switch__text {
    font-size: 18px;
}
.payment-methods-switch{
    margin-top: 20px;
}
.basket-order-more-info__input-row{
    margin-bottom: 15px;
}
.basket-order-more-info__short{
    flex: 0 0 50%;
    max-width: 50%;
}
.input-simple {
    height: 55px;
    position: relative;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 4px;
    height: 54px;
}
.input-simple span.desc {
    font-size: 16px;
    line-height: 17px;
    position: absolute;
    z-index: 4;
    top: 18px;
    left: 15px;
    color: #767676;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.input-simple.in-focus span.desc {
    font-size: 12px;
    line-height: 13px;
    top: 7px;
}

.input-simple input {
    font-size: 16px;
    line-height: 20px;
    height: 100%;
    width: 100%;
    border: 0;
    padding: 11px 35px 0 12px;
    position: relative;
    z-index: 5;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: none !important;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    box-sizing: border-box;

}
.textarea-simple {
    position: relative;
    margin-bottom: 10px;
    height: 150px;
    border-radius: 4px;
}
.textarea-simple div.bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}
.textarea-simple.in-focus span.desc {
    top: 7px;
    font-size: 12px;
    line-height: 13px;
    z-index: 99;
}
.textarea-simple span.desc {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 12px;
    left: 15px;
    right: 2px;
    background-color: #fff;
    color: #767676;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s;
}
.textarea-simple textarea {
    outline: none;
    resize: none;
    overflow: auto;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    width: 100%;
    padding: 12px 15px;
    height: 100%;
    position: relative;
    z-index: 10;
    font-size: 16px;
    line-height: 20px;
    border: 2px solid #d5d5d5;
    border-radius: 4px;
    padding-top: 20px;
    background-color: transparent !important;
    box-sizing: border-box;
}
.basket-order-more-info__input-row{
    margin-bottom: 15px;
}
.lk-basket-order-btn-container{
    margin-top: 60px;
    text-align: center;
    position: relative;
}
.lk-basket-order-btn-container:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    height: 6px;
    background-color: #eee;
}
.lk-basket-order-btn{
    height: 59px;
    line-height: 59px;
    position: relative;
}
.forgotpasswd-form-container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}
.forgotpasswd-page .lk-private-form .orange-btn {
    max-width: 230px;
    height: 70px;
    border-radius: 5px;
}
.forgotpasswd-page .lk-private-form .input-row {
    display: flex;
    gap: 10px;
    align-items: flex-end;
}
.forgotpasswd-page .checkbox input[type="checkbox"] {
    height: 18px!important;
    width: 18px!important;
    position: relative;
    max-width: 18px;
    min-width: 18px;
    opacity: 0;
    position: absolute;
    top: 10px;
    z-index: 22;
    cursor: pointer;
    outline: none;
    left: 0;
    margin: 0;
}
.forgotpasswd-page {
    min-height: 590px;
}
.forgotpasswd-page .lk-private-form .lk-private-form__title {
    display: none;
}
.register-page.forgotpasswd-page:after {
    content: '';
    position: absolute;
    background-image: url(/local/templates/divasoft/images/register-page-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: contain;
    width: 67%;
    height: calc(100% + 85px);
    right: 0;
    top: -69px;
}

.login-page {
    
}



@media(max-width:1680px) {
    .forgotpasswd-page .lk-private-form .orange-btn {
        height: 60px;
    }


}
@media(max-width:1480px) {
    .forgotpasswd-page {
        min-height: 510px;
    }
    .register-page.forgotpasswd-page:after {
        background-position: 120% 0;
    }

 
}
@media(max-width:1300px) {
    .forgotpasswd-page {
        min-height: 500px;
    }
    .register-page.forgotpasswd-page:after {
        background-position: 170% 0;
        width: 70%;
    }

 
}
@media(max-width:1100px) {
    .register-page.forgotpasswd-page:after {
        background-position: 250% 0;
        width: 80%;
    }

 
}
@media screen and (max-width: 1024px) {
    .register-page.forgotpasswd-page:after  {
        width: 100%;
        background-position: 100% 100%;
        height: 600px;
        top: auto;
        bottom: -20px;
        background-size: contain;
        right: 0;
        left: auto;
    }
}
@media screen and (max-width: 767px) {

    .register-page.forgotpasswd-page:after {
        background-image: url(/local/templates/divasoft/images/register-page-bg-mob.png);
        background-position: 100% 100%;
        height: 650px;
    }
    .forgotpasswd-page .lk-private-form .orange-btn {
        height: 50px;
        font-size: 14px;
        width: 100%;
        max-width: 100%;
    }
    .forgotpasswd-page .lk-private-form .input-row {
        gap: 0;
        align-items: flex-start;
        flex-wrap: wrap;
    }





}




.authorization-form__description {
    margin-top: 20px;
}
.authorization-form__tabs{
    margin-top: 25px;
}
.lk-private-form-tabs__title{
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    color: #181818;
}
.lk-private-form-tabs__row{
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    border-bottom:solid 1px #D1D4DA ;
}
.lk-private-form-tabs__element{
    cursor: pointer;
    text-align: center;
    padding: 2px 8px;
    border: none;
    color: #444E67;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 8px;
}
.lk-private-form-tabs__element.active {
    background-color: transparent;
    font-weight: bold;
    border: none;
    color: #444E67;
}
.lk-private-form-tabs__element.active:after{
    content: "";
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 100%;
    background-color: #EC6E00;
    left: 0px;
}
.lk-private-form-link{
    text-align: center;
}
.lk-private-form-link a{
    border-bottom-color: #36415C;
    color: #36415C;
}
.authorization-form__link{
    margin-top: 15px;
    display: flex;
    justify-content: space-around;
}
.authorization-form-container{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    margin: 0 auto;
    margin-top: 40px;
    padding-bottom: 40px;
}
.review-popup {

}
.review-popup-title {
    width: 100%;
    display: block;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    text-align: left;
    margin: 0 0 30px;
}
.review-popup .mp-form {
    font-family: 'Montserrat';
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    width: 862px;
    text-align: left;
    color: #000;
    margin-top: 0;
    padding-right: 41px;
    position: relative;
}



.register-container{
    margin-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.register-container__fis{
    max-width: 575px;
    padding: 0 15px;
}
.register-container__ur{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.sale-personal-profile-list-arrow-up .fa,
.sale-personal-profile-list-arrow-down .fa {
    font-size: 12px;
    color: #C5C5C5;
}
.sale-personal-profile-list-arrow-down .fa:hover,
.sale-personal-profile-list-arrow-up .fa:hover {
    color: #275AE1;
}

.lk-header__row{
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.lk-header{
    padding-top: 60px;
    padding-bottom: 112px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.lk-header__bg{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px;
}

.lk-header__title{
    font-size: 37px;
    line-height: 45px;
    color: #fff !important;
    font-weight: 600;
}
.lk-header-widget-container{
    flex: 0 0 25%;
    max-width: 25%;
}
.lk-header-widget{
    position: relative;
    padding: 10px 110px 12px 30px;
    border-radius: 30px;
    white-space: nowrap;
    background: #e6e6e6;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    height: 44px;
    box-shadow: 0px 9px 40px 0px rgba(50, 50, 50, 0.3);
}
.lk-header-widget .wr-name {
    position: absolute;
    font-size: 16px;
    line-height: 23px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    max-width: 100%;
    padding-right: 115px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lk-header-widget .wr-bttns {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.lk-header-widget .wr-bttn.left {
    padding-right: 14px;
    border-right: 1px solid #e5e5e5;
}
.lk-header-widget .wr-bttn {
    display: inline-block;
}
.lk-header-widget .wr-bttn a {
    font-size: 14px;
    line-height: 22px;
}
.lk-header-widget img {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 50%;
    max-width: 86px;
    max-height: 86px;
}
.lk-header-widget:hover .wr-bttns{
    opacity: 1;
}
.lk-header-widget:hover .wr-name {
    opacity: 0;
}
.contacts-form__inputs .checkbox{
    margin-top: 20px;
}
.contacts-form__inputs .checkbox input + label:before{
    background: #fff;
    border: solid 1px #232E49;
    line-height: 19px;
    font-size: 13px;
}

.register__choise-register{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.register__choise-register a{
    max-width: 40%;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}
.tabsInput__title{
    width: 100%;
}

.bx-soa-pp-company-image{
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-size: cover;
}
.bx-soa-price-free{
    color: #36415C;
}
.soa-property-container input[type="checkbox"]{
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.input-row{
    display: flex;
    align-items: center;
    gap: 10px;
}
.input-row input.button{
    max-width: 230px;
}
.input-row .input-container{
    margin-bottom: 0px;
}
.lk-private-form_white .ceckbox-confidencial .checkbox label {
    color: #657295;
}
.lk-private-form_white .ceckbox-confidencial .checkbox  label a{
    color:#232E49;
    text-decoration: underline;
}
.lk-private-form_white .checkbox input:checked + label:before{
    color: #333333;
}

.enter-code-wrapper__row{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 20px;
    color: #36415C;
}

.enter-code-wrapper__messege{
    width: 100%;
    max-width: 36%;
}
.popup .enter-code-wrapper__messege {
    max-width: 40%;
}
.lk-popup .enter-code-wrapper__row,
.lk-popup .enter-code-wrapper__row a{
    color: #FFFFFF;
}
form .enter-code-wrapper.active{
    display: none;
}
form .enter-code-wrapper.show.active{
    display: block;
    width: 100%;
}
.enter-code-wrapper__row a{
    text-decoration: underline;
}
.personal-order__footer .personal-order-btn {display: none;}
.personal-profile-mob {display: none;}

.history-item__header {
    padding-right: 200px;
}
.history-order-title {
    margin-bottom: 30px;
    width: 100%;
}





.lk-order-info__content div.sale-order-detail-payment-options-methods-button-container {
    padding: 0;
}
div.sale-order-detail-payment-options-methods-button-container > div{
    margin-top: 20px;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    align-items: center;
}
div.sale-order-detail-payment-options-methods-button-container h3{
    font-size: 14px;
    color: #000;
    line-height: 22px;
    font-weight: 600;
}
.sale-order-detail-payment-options-methods-button-element-new-window{
    max-width: fit-content;
    line-height: 110%;
}
div.sale-order-detail-payment-options-methods-button-container input[type="submit"]{
    background-color: transparent;
    box-shadow: none;
    box-sizing: border-box;
    height: 53px;
    text-align: center;
    transition: all linear .2s;
    padding: 0 24px;
    border-radius: 3px;
    cursor: pointer;
    max-width: fit-content;
    background: #EC6E00;
    border-radius: 3px;
    color: #fff;
    border: none;
    height: 38px;
}
div.sale-order-detail-payment-options-methods-button-container > input[type="submit"]:hover{
    background: #FF9233;
    color: #fff;
}

@media(min-width:1200px){
    .lk__menu-col {
        margin-right: 30px;
    }
    .lk-order-info__content div.sale-order-detail-payment-options-methods-button-container {
        padding: 0;
    }
    .lk-order .lk-order-info__content .sale-order-detail-order-item-table {
        padding: 0 10px 0 0;
    }
    .shipment-parameters {
        max-width: 82%;
    }
    .shipment-parameters .sale-order-detail-order-section,
    .shipment-parameters .sale-order-detail-payment-options-shipment-composition-title,
    .shipment-parameters .sale-order-detail-payment-options-shipment-composition-container {
        width: 100%;
    }
    div.sale-order-detail-payment-options-methods-button-container > div{
        display: flex;
        flex-direction: row-reverse;
        gap: 20px;
        align-items: center;
    }
    .sale-order-detail-payment-options-methods-button-element-new-window{
        max-width: fit-content;
    }




}
@media(min-width:1900px){
   
    




}
@media(max-width:1600px){
    .personal-orders-list {
        padding: 3px 20px;
    }
    .history-item__product {
        gap: 30px;
    }
    .history-item__status {
        font-size: 22px;
    }
    .history-item-details {
        gap: 20px 50px;
    }
    .history-item__footer {
        margin-left: 430px;
    }
    .review-popup .mp-form {
        max-width: 860px;
    }


}
@media(max-width:1450px){
    .lk-basket-advantage{
        max-width: 50%;
    }
    .personal-order__header {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .personal-orders-list {
        padding: 3px 20px;
    }
    .personal-order-btn {
        font-size: 15px;
    }
    .history-item__left {
        flex: 0 0 300px;
    }
    .history-item__product {
        gap: 20px;
    }
    .history-item__footer {
        margin-left: 320px;
    }
    .search-body .catalog-element .product-item-info-container .product-item-card-get-price-button.row-half{
        margin-right: 0px;
    }




}
@media(max-width:1380px){
    .personal-order-btn {
        font-size: 14px;
    }
    .sale-order-list-warning {
        margin-right: 12px;
    }
    .personal-orders-list {
        padding: 3px 18px;
    }
    .lk__container.container {
        overflow: hidden;
    }
    .personal-order-stage__row {
        gap: 10px;
    }
    .personal-order-stage__col1 {
        min-width: 12%;
        max-width: 12%;
    }
    .personal-order-stage__col2 {
        min-width: 20%;
        max-width: 20%;
    }
    .personal-order-stage__col3 {
        min-width: 40%;
        max-width: 40%;
    }
    .personal-order-stage__col {
        flex: 0 1 auto;
    }
    .sale-order-list-warning img {
        max-width: 50px;
    }
    .sale-personal-profile-list-container td b, .sale-personal-profile-list-container td {
        font-size: 16px;
    }
    .sale-personal-profile-list-change-button {
        font-size: 14px;
        padding: 0 30px;
    }
    .sale-personal-profile-list-container {
        padding: 10px 20px;
    }
    .history-item__product {
        gap: 0;
        flex-wrap: wrap;
    }
    .history-item__footer {
        margin-left: 0;
    }
    .history-item__left {
        flex: 0 0 100%;
    }
    .search-body .catalog-element .product-item-info-container .product-item-card-get-price-button.row-half{
        margin-right: 0px;
    }
    .search-body .catalog-element .product-item-info-container{
        flex-wrap: wrap;
    }


}
@media(max-width:1200px){
    /* .services-page__tile-element-name{
        bottom: 100%;
        -webkit-transform: translate(0, 100%);
        -ms-transform: translate(0, 100%);
        -o-transform: translate(0, 100%);
        transform: translate(0, 100%);
    } */
    .services-page__tile-element {
        height: 320px;
    }
    .services-page__tile-element__btn-container{
        /* transform: translateY(0%); */
        display: none;
    }

    .contacts-manager-block__photo{
        max-width: 90%;
    }
    .redemption-steps__item:first-child::after {
        bottom: -70px;
        left: calc(50% + 20px);
    }
    .lk-private-form-container{
        flex: 0 0 60%;
        max-width: 60%;
    }
    .personal-order__btn {
        font-size: 16px;
        margin: 0 12px 0 0;
    }
    .personal-order-stage__col p {
        font-size: 16px;
    }
    .sale-personal-profile-list-container th,
    .sale-personal-profile-list-container td,
    .sale-personal-profile-list-container th {
        padding: 12px 0;
    }
    .sale-personal-profile-list-change-button {
        padding: 0 26px;
    }
    .sale-personal-profile-list-arrow-up .fa, .sale-personal-profile-list-arrow-down .fa {
        font-size: 11px;
    }
    .history-item__status {
        font-size: 20px;
    }
    .history-item__order,
    .history-item__date {
        font-size: 16px;
    }
    .history-item-detail__val {
        font-size: 16px;
    }



}
@media(max-width:1024px){





    .review-popup .popup-close-btn.callback-popup__close-btn {
        right: 40px;
        top: 40px;
        width: 52px;
        height: 52px;
    }
    .popup.review-popup .popup-close-btn:after,
    .popup.review-popup .popup-close-btn:before {
        width: 20px;
        height: 2px;
        top: calc(50% - 3px);
        left: calc(50% - 10px);
        position: absolute;
    }
    .review-popup-img {
        margin-right: 20px;
    }
    .review-popup-title {
        font-size: 22px;
        margin: 0 0 20px;
    }
    .review-popup-img img {
        width: 100px;
        height: 100px;
    }
    .review-popup-form__rating {
        width: auto;
    }
    #review-popup {
        width: 90%;
    }
    #review-popup .mp-form {
        width: 90%;
        max-width: 90%;
    }
    .history-item__status {
        font-size: 18px;
    }
    .sale-order-list-warning img {
        max-width: 43px;
    }
    .personal-order__btn {
        display: flex;
        font-size: 16px;
    }
    .personal-order-stage__label {
        font-size: 12px;
    }

    .estimate-slider .slick-list {
        padding: 0 17%;
    }
    .estimate-slider-arrow__prev{
        left: 9%;
    }
    .estimate-slider-arrow__next{
        right: 9%;
    }
    .search-element{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .personal-order__btn svg {
        margin-left: 10px;
    }
    .history-item-details {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .history-item-details:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .history-item__footer {
        padding: 20px 0 0;
        margin: 20px 0 0;
    }





}
@media(max-width:991px){




    #review-popup {
        width: 98%;
    }
    #review-popup .mp-form {
        width: 98%;
        max-width: 98%;
    }
    .history-item__right {
        padding: 20px 0 0;
        margin: 20px 0 0;
        border-top: 1px solid #E7E7E7;
    }
    .history-order-title {
        margin-bottom: 20px;
    }
    .history-item-detail__val {
        font-size: 16px;
    }
    .history-item__order,
    .history-item__date {
        font-size: 14px;
    }
    .personal-order-stage__row {
        gap: 0;
    }
    .contacts-map-container iframe{
        max-width: 100%;
    }

    .contacts-manager-block,
    .contacts-form-container{
        max-width: 100%;
    }
    .contacts-form-container{
        padding: 30px;
    }
    .redemption-steps__item:first-child::after {
        transform: translateX(-50%) rotate(18deg);
    }
    .lk__menu-col{
        display: none;
    }
    .lk__content-col{
        width: 100%;
    }
    .lk__container{
        padding-left: 0px;
        padding-right: 0px;
    }
    .lk-basket__container{
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
    }
    .lk-basket-advantage-list{
        margin-bottom: 0px;
    }
    .lk-basket-total-col{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .lk-basket-total-col{
        margin-bottom: 50px;
    }
    .lk-basket-total{
        position: static;
    }
    .header-with-img__title{
        font-size: 35px;
    }
}
@media(max-width:768px){


    .services-page__tile-element-name{
        text-align: center;
    }
    .contacts-manager-block__cart{
        border: 3px solid #e5e5e5;
        padding: 20px 0 0;
        background-color: #fff;
    }
    .contacts-manager-block__title{
        padding-left: 0px;
        text-align: center;
    }
    .contacts-manager-block__name{
        font-size: 24px;
        line-height: 18px;
    }
    .contacts-manager-block__link{
        font-size: 16px;
        line-height: 22px;
    }
    .contacts-form-container{
        flex-wrap: wrap;
    }
    .contacts-form{
        order: 2;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    .contacts-form-content{
        padding-left: 0px;
        order: 1;
        width: 100%;
        max-width: 100%;
    }
    .redemption-steps__item:first-child::after {
        display: none;
    }
    .redemption-info__wrap {
        grid-template-columns: auto;
    }
    .rails {
        flex-direction: column;
        align-items: center;
    }
    .lk-popup__img-container{
        display: none;
    }
    .lk-popup__form-container{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lk-private-form-container{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .basket-item__col{
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
    .basket-item__conter-container,
    .basket-item__price-container,
    .basket-item__delete-container,
    .basket-item__count{
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .basket-item__price-container{
        text-align: center;
    }
    .order-product-info__col{
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }
    .lk-order-info-row{
        flex-wrap: wrap;
    }
    .lk-order-info-row__img-col{
        flex: 0 0 100%;
        text-align: center;
        max-width: 100%;
    }
    .lk-order-info-row__content{
        width: 100%;
        margin-top: 30px;
    }
    .shipment-parameters{
        max-width: 100%;
    }
    .order-contents__footer-col{
        width: 50%;
        padding-left: 20px;
        margin-bottom: 10px;
    }
    .lk-order-info-row__img{
        max-width: 200px;
    }
    .lk-payment-method__list{
        justify-content: space-between;
    }
    .lk-payment-method__element{
        flex: 0 0 22%;
        max-width: 22%;
        margin-left: 0px;
    }
    .header-with-img__title{
        font-size: 24px;
    }

    .lk-payment-method__img-container{
        width: 100%;
    }
    .authorization-form-container{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .register-container__col{
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }
    .input-row{
        display: block;
    }
    .input-row input.button{
        margin-top: 15px;
        max-width: 100%;
        width: 100%;
    }



}
@media(max-width: 767px) {




    .review-popup-form__rating {
        padding: 30px 0 10px;
        text-align: left;
    }
    .review-popup br {display: none;}
    .review-popup-img {
        margin-right: 15px;
    }
    .review-popup-product {
        max-width: calc(100% - 140px);
        padding: 3px 0 0;
    }
    .popup.review-popup .popup-close-btn:after, .popup.review-popup .popup-close-btn:before {
        width: 16px;
        top: calc(50% - 2px);
        left: calc(50% - 8px);
    }
    .review-popup-details {
        flex-wrap: wrap;
    }
    .review-popup-form__rating {
        width: 100%;
    }
    .review-popup .mp-form {
        padding: 20px;
        border-radius: 10px;
    }
    .review-popup-title {
        font-size: 18px;
    }
    .review-popup .popup-close-btn.callback-popup__close-btn {
        right: 15px;
        top: 15px;
        width: 32px;
        height: 32px;
    }

    .bx-soa-sidebar {
        display: none;
    }
    .header-redemption-bg.header-redemption-bg--mob {
        margin: 0 -17px;
        width: calc(100% + 36px);
        display: block;
        padding: 0;
        margin-top: -100px;
        margin-bottom: -100px;
    }
    .header-redemption-bg.header-redemption-bg--mob img {
        max-width: 100%;
        width: 100%;
        object-fit: cover;
    }
    .header-redemption__btn {
        position: relative;
        z-index: 1;
    }
    .services-page__tile-element {
        height: 220px;
    }
    .personal-order__header .personal-order-btn {display: none;}
    .personal-order__footer .personal-order-btn {display: flex;}
    .personal-order-btn {
        font-size: 16px;
    }
    .sale-personal-profile-list-container {
        display: none;
    }
    .personal-profile-mob {
        display: flex;
        flex-wrap: wrap;
        border-radius: 16px;
        background: #FBFBFB;
        padding: 24px 16px;
    }
    .personal-profile-mob__label {
        color: #A3A3A3;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%; 
        margin-bottom: 2px;
    }
    .personal-profile-mob__val {
        color: #010101;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }
    .personal-profile-mob__row {
        display: inline-flex;
        flex-direction: column;
        margin-bottom: 16px;
    }
    .personal-profile-item {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 24px;
        padding-bottom: 24px;
        border-bottom: 1px solid #E7E7E7;
    }
    .personal-profile-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .personal-profile-mob__row.__proftype {
        flex: 0 1 100%;
    }
    .personal-profile-mob__row.__profcode {
        margin-right: 70px;
    }
    .history-item-btn {
        position: relative;
        left: 0;
        bottom: 0;
        top: 0;
        padding: 20px 0 0;
        margin: 20px 0 0;
        border-top: 1px solid #E7E7E7;
    }
    .history-item .personal-order__btn,
    .history-item .personal-order-btn {
        font-size: 16px;
    }
    .history-item__img img {
        width: 50px;
        height: 50px;
        min-width: 50px;
    }
    .history-item__header {
        padding-right: 20px;
    }
    .history-item {
        padding: 20px 16px;
        margin: 0 0 24px;
    }
    .history-item-detail__label {
        margin-bottom: 2px;
        font-size: 12px;
        font-weight: 600;
        line-height: 150%;
    }
    .history-item__name {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .order-product-info__col-title {
        font-size: 12px;
    }
    .order-product-info__col-value {
        font-size: 12px;
    }
    .complete-order-col .order-product-info__btn {
        font-size: 14px;
        margin: 0 20px 20px 0;
    }
    .complete-order-col .order-product-info__btn:last-child {
        margin-bottom: 0;
    }
    .complete-order-col .order-product-info__col.order-buttons {
        flex-wrap: wrap;
    }
    .sale-order-detail-about-order-inner-container-name-read-less,
    .sale-order-detail-about-order-inner-container-name-read-more {
        font-size: 14px;
    }
    .lk-order-info__header .sale-order-list-warning {
        font-size: 14px;
    }
    .lk-order-info__header .sale-order-list-warning,
    .sale-order-list-warning {
        font-size: 14px;
        position: relative;
        left: 0;
    }
    .lk-order-info__header {
        padding: 15px;
    }
    .lk-order .lk-order-info__user {
        margin-top: 0;
    }
    div.sale-order-detail-payment-options-methods-button-container {
        width: 100%;
    }
    .sale-order-payment-change-status-restricted,
    .sale-order-payment-change-status-success,
    .sale-order-payment-change-status-alert {
        margin: 10px 10px 10px 0;
    }
    .sale-order-detail-payment-options-methods-shipment-list-item-link .sale-order-detail-show-link,
    .sale-order-detail-payment-options-methods-shipment-list-item-link .sale-order-detail-hide-link,
    .sale-order-detail-payment-options-methods-shipment-list-item-link .sale-order-detail-payment-options-methods-info-change-link {
        font-size: 14px;
    }
    .order-contents__footer-row .order-contents__footer-col {
        padding-left: 10px;
        font-size: 14px;
        text-align: left;
    }
    .order-contents__footer-row .order-contents__footer-col:nth-child(2) {
        text-align: right;
    }
    .sale-order-detail-back-to-list-link-down {
        padding: 19px 0 0 0;
    }
    .personal-order .sale-order-list-warning {
        margin: 0 10px 0 0;
        position: relative;
        left: 0;
    }
    .personal-order .personal-order-stage__title {
        font-size: 16px;
    }
    .lk-order .lk-orders-table__cell {
        font-size: 12px;
    }








}

@media(max-width:575px){


    .review-popup .mp-form__submit {
        margin-top: 30px;
        height: 50px;
        font-size: 14px;
    }
    .review-popup .mp-form {
        padding-right: 20px;
    }
    .review-popup-price {
        font-size: 16px;
    }
    .review-popup-name {
        margin-bottom: 14px;
        font-size: 14px;
    }
    .history-item:last-child {
        margin: 0;
    }
    .history-item__footer {
        gap: 0;
    }
    .history-item-payment .history-item-detail:nth-child(1),
    .history-item-payment .history-item-detail:nth-child(3) {
        flex: 0 1 auto;
    }
    .personal-profile-mob__row.__profbtn {
        flex: 0 1 100%;
        box-sizing: border-box;
        overflow: hidden;
    }
    .sale-personal-profile-list-change-button {
        padding: 0 26px;
        font-size: 14px;
        width: 100%;
        display: flex;
        min-width: max-content;
        max-width: 100%;
        box-sizing: border-box;
    }
    .services-page__tile-element {
        height: 188px;
    }
    .header-redemption-bg.header-redemption-bg--mob {
        margin: 0 -17px;
        width: calc(100% + 36px);
        min-height: 255px;
    }
    .header-redemption-bg.header-redemption-bg--mob img {
        max-width: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
        left: 0;
        top: -150px;
    }
    .services-page__tile-element{
        max-width: 100%;
    }
    .contacts-manager-block__cart{
        flex-wrap: wrap;
    }
    .contacts-manager-block__photo-container,
    .contacts-manager-block__content-container{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .contacts-manager-block__name,
    .contacts-manager-block__contacts{
        text-align: center;
    }
    .empl-whatsapp{
        margin: 30px auto 0px;
    }
    .redemption-steps {
        flex-direction: column;
        text-align: left;
    }
    .redemption-steps__item {
        flex-direction: row;
        width: 100%;
    }
    .redemption-steps::before {
        transform: translateY(-50%);
        left: 40px;
        top: 50%;
        border-bottom: none;
        border-left: 1px dotted #ec6e00;
        width: 1px;
        height: 72%;
    }
    .redemption-steps__icon svg {
        max-width: 38px;
    }
    .redemption-form__item {
        flex-direction: column;
    }
    .redemption-form__footer {
        flex-direction: column;
        align-items: flex-end;
    }
    .file {
        text-align: right;
    }
    .file__btn {
        flex-direction: row-reverse;
    }
    .estimate-slider-arrows{
        display: none;
    }
    .estimate-slider .slick-list{
        padding: 0px;
    }
    .input-btn-container .col-md-6{
        width: 100%;
        margin-top:0px ;
    }
    .input-btn-container .col-md-6 input{
        width: 100%;
    }
    .lk-personal-order__buttons-container{
        flex-wrap: wrap;
    }
    .lk-personal-order__btn-container{
        margin-top: 15px;
        width: 100%;
    }
    .lk-personal-order__btn{
        width: 100%;
    }
    .personal-order__btn{
        width: 100%;
        margin-top: 15px;
        margin-left: 0px;
    }
    .personal-order-stage__status-wrapper{
        width: 100%;
        margin-top: 15px;
    }
    .personal-order-stage__status-wrapper a{
        margin-top: 0px;
    }
    .personal-order-stage__status-wrapper .personal-order-stage__status{
        margin-left: 0;
    }

    .personal-order__footer .personal-order-btn {
        padding-top: 20px;
        border-top: 1px solid #E7E7E7;
        width: 100%;
        margin-top: 20px;
    }
    .personal-order-stage__row {
        gap: 0;
        flex-wrap: wrap;
    }
    .personal-order-stage__col {
        flex: 0 1 auto;
    }
    .personal-order-stage__col1 {
        min-width: 20%;
        max-width: 20%;
    }
    .personal-order-stage__col2 {
        min-width: 45%;
        max-width: 45%;
    }
    .personal-order-stage__col4,
    .personal-order-stage__col3 {
        margin-top: 20px;
        min-width: 100%;
        max-width: 100%;
    }
    .personal-order-stage__label {
        font-size: 12px;
        font-weight: 600;
        line-height: 150%;
    }
    .personal-order-stage__col p {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        margin: 0;
    }
    .personal-order-stage__name {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .personal-order__header {
        font-size: 14px;
    }
    .sale-order-title {
        margin: 0 0 20px;
        font-size: 18px;
        font-weight: 600;
        line-height: 150%;
    }
    .personal-order-title {
        position: relative;
        display: block;
        padding-left: 53px;
    }
    .sale-order-list-warning {
        margin: 0;
        position: absolute;
        left: 0;
    }


    .personal-order__btn:first-child{
        margin-top: 0px;
    }
    .lk-basket-advantage {
        max-width: 100%;
    }
    .lk-basket-advantage-list{
        padding: 35px 5px 10px;
    }
    .lk-basket-total-col{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lk-orders-table__col-titles{
        display: none;
    }
    .lk-orders-table__row{
        flex-wrap: wrap;
    }
    .lk-orders-table__cell{
        width: 100%;
        max-width: 100%;
        text-align: left;
        padding: 10px;
        border-top: 1px solid #e5e5e5;
    }
    .lk-orders-table__img-cell{
        border-top: none;
    }
    .lk-order-info-row__img{
        max-width: 120px;
    }
    .header-with-img{
        padding-top: 40px;

    }
    .header-with-img__title{
        font-size: 24px;
        line-height: 120%;
    }
    .forgotpasswd-form-container{
        padding: 0px;
    }
    .bx-authform.container{
        padding: 0px;
    }
    .lk-private-form_white{
        padding: 20px 15px;
    }
    .register-container__fis{
        padding: 0px;
    }
    .search-element{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .search-show-all-btn{
        margin-left: 0px;
        margin-top: 20px;
    }
    .about-page__title{
        font-size: 24px;
        font-style: normal;
        font-weight: 800;
        line-height: 150%; 
    }
    .lk-popup-form{
        padding: 30px 20px;
    }
    .lk-popup-form .title-form{
        font-size: 20px;
    }
    .lk-popup-form .tabsInput__btn{
        font-size: 14px;
    }
    .lk-popup-form .title-form,
    .lk-popup-form div.subtitle-form{
        margin-bottom: 20px;
    }

    .lk-private-form_white .lk-private-form__section-title{
        font-size: 20px;
        text-align: center;
    }
    .register-container{
        margin-top: 0px;
    }

    .v2 .authorization-form-container{
        width: 100%;
        margin-top: 0px;
    }
    .v2.bx-system-auth-form.container{
        padding: 0px;
        margin-bottom: 0px;
        padding-bottom: 30px;
    }
    .enter-code-wrapper__messege{
        max-width: 50%;
        font-size: 14px;
    }
    .enter-code-wrapper__row a{
        display: inline-block;
        font-size: 14px;
        max-width: 50%;
        text-align: right;

    }
    .v2.bx-system-auth-form.container{
        padding-bottom: 0px;
    }
    .v2 .authorization-form-container{
        padding-bottom: 0px;
    }
    .v2 .authorization-form-container .lk-private-form_white{
        padding-bottom: 35px;
    }
    .register-container__fis{
        margin-top: 0px;
    }
    .register-container{
        padding-bottom: 0px;
    }
    .bx-authform.container{
        margin-bottom: 0px;
    }

    .lk-popup__header .popup-close-btn {
        right: 10px;
        top: 10px;
    }
    .lk-popup__header .popup-close-btn svg {
        width: 30px;
        height: 30px;  
    }

    div.sale-order-detail-payment-options-methods-button-container > div {
        margin-top: 0px;
        flex-direction: column;
        gap: 0px;
        align-items: center;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .lk-order-info__content .lk-order-info__row div.sale-order-detail-payment-options-methods-button-container{
        margin-top: 0px;
    }


}

@media screen and (min-width: 380px) {
    .review-popup-title {
        font-size: 16px;
    }



}
@media screen and (min-width: 360px) {
    .personal-order-stage__col p {
        font-size: 14px;
    }
    .personal-order__btn,
    .personal-order-btn {
        font-size: 14px;
    }




}



.register-page .lk-private-form_white {
    background-color: transparent;
    padding: 0;
    border: none;
}
.register-page-row {
    display: flex;
    gap: 60px;
}
.register-page__title {
    color: #19357F;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.register-page-left {
    flex: 0 0 608px;
    border-radius: 16px;
    background: #F0F1F3;
    padding: 50px;
    position: relative;
    z-index: 2;
}
.register-page-right {
    flex: 0 1 100%;
}
.register-page .lk-private-form_white .lk-private-form__section-title,
.register-page .lk-private-form__section-description_centred {
    display: none;
}
.register-page .input-container .bg,
.register-page .input-container__with-icon:after {
    content: none;
    display: none;
}
.register-page .input-container__icon {
    display: none;
}
.register-page .input-container span.desc {
    color: #838BA1;
    font-size: 18px;
    font-weight: 500;
    line-height: 140%;
    top: 0;
    left: 0;
    position: relative;
    bottom: 0;
    margin-bottom: 8px;
    display: block;
}
.register-page .register-container__fis {
    max-width: 100%;
    padding: 0;
}
.register-page-right__title {
    color: #262626;
    font-family: 'Montserrat';
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 18px;
}
.register-page-right p {
    color: #232E49;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0;
    margin: 0;
    max-width: 520px;
}
.register-page-left .container,
.register-page .register-container {
    padding: 0;
    margin: 0;
}
.register-page {
    position: relative;
    width: 100%;
    padding-bottom: 100px;
}
.register-page:after {
    content: '';
    position: absolute;
    background-image: url(/local/templates/divasoft/images/register-page-bg.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: contain;
    width: 67%;
    height: calc(100% + 85px);
    right: 0;
    top: -69px;
}
.register-page .input-container__with-icon input {
    border-radius: 5px;
    border: 1px solid #D1D4DA;
    background: #FFF;
    padding: 0 20px;
    height: 70px;
}
.register-page .checkbox input,
.register-page .checkbox input + label {
    color: #262626;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.register-page .checkbox.checkbox_white input + label:before {
    border-radius: 3px;
    border: 1px solid #E2E2E2;
    background: #FFF;
    box-sizing: border-box;
}
.register-page .lk-private-form_white .lk-private-form__description {
    display: none;
}
.register-page .input-btn-container {
    margin-top: 40px;
}
.register-page .input-password__icon {
    top: 56px;
}
.register-page .input-btn-container__in-col .input-btn .button {
    width: 100%;
    border-radius: 8px;
    background: linear-gradient(90deg, #FF9628 0%, #FF7A00 100%);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    height: 84px;
}




@media screen and (min-width: 2200px) {
    .register-page:after {
        width: 60%;
        right: auto;
        top: -69px;
        left: 24%;
    }

}
@media screen and (min-width: 2600px) {
    .register-page:after {
        width: 60%;
        right: auto;
        top: -69px;
        left: 14%;
    }

}
@media screen and (max-width: 1680px) {
    .register-page-left {
        flex: 0 0 570px;
    }
    .register-page__title {
        margin-bottom: 30px;
    }
    .register-page .input-container__with-icon input {
        height: 60px;
    }
    .register-page .input-password__icon {
        top: 49px;
    }
    .register-page .input-btn-container__in-col .input-btn .button {
        height: 60px;
    }
    .register-page:after {
        width: 67%;
        top: -69px;
        background-position: 230% 0;
    }
    .register-page-right__title {
        font-size: 44px;
        line-height: 130%;
        position: relative;
        z-index: 2;
    }
    .register-page-right p {
        font-size: 18px;
        position: relative;
        z-index: 2;
    }

 

}
@media screen and (max-width: 1580px) {
    .register-page:after {
        width: 80%;
        top: -69px;
        background-position: 240% 0;
    }



    

}
@media screen and (max-width: 1380px) {
    .register-page-left {
        flex: 0 0 500px;
        padding: 30px;
    }
    .register-page {
        padding-bottom: 50px;
    }
    .register-page-right p {
        font-size: 16px;
    }
    .header-services__title {
        font-size: 50px;
    }
    .services-page__tile-element-name {
        font-size: 20px;
    }
    .bx_profile p.main-profile-form-password-annotation {
        font-size: 12px;
    }
    .bx_profile .input-container input {
        font-size: 16px;
    }

}
@media screen and (max-width: 1200px) {
    .register-page-row {
        gap: 30px;
    }
    .register-page-left {
        flex: 0 0 450px;
        padding: 25px;
    }
    .register-page-left .container, .register-page .register-container {
        max-width: 100%;
    }
    .register-page:after {
        width: 97%;
    }
    .bx_profile .input-container {
        margin: 0 0 18px;
        width: 100%;
    }
    .bx_profile p.main-profile-form-password-annotation {
        margin-top: 15px;
        font-size: 14px;
        position: relative;
    }



}
@media screen and (max-width: 1024px) {
    .register-page-row {
        gap: 0;
        flex-wrap: wrap;
    }
    .register-page-right {
        display: none;
    }
    .register-page {
        padding-bottom: 520px;
    }
    .register-page:after {
        width: 100%;
        background-position: 100% 100%;
        height: 600px;
        top: auto;
        bottom: -20px;
        background-size: contain;
        right: 0;
        left: auto;
    }
    .register-page-left {
        flex: 0 0 100%;
        padding: 25px;
    }
    .header-services__title {
        font-size: 24px;
        font-weight: 600;
        line-height: 110%;
        margin-bottom: 0;
    }
    .services-page__tile-element {
        max-width: calc(50% - 10px);
    }
    .bx_profile .input-container input {
        font-size: 16px;
    }


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


    .bx_profile .input-container.in-focus .input-container-nosurname span.desc {
        font-size: 12px;
    }
    .bx_profile p.main-profile-form-password-annotation {
        font-size: 12px;
    }
    .bx_profile .input-container.in-focus span.desc {
        font-size: 13px;
    }
    .lk-private-form__head {
        flex-wrap: wrap;
        gap: 0;
        font-size: 14px;
    }
    .lk-private-form__head p {
        font-size: 14px;
        width: 100%;
        margin-bottom: 16px;
        margin-top: 0;
    }
    .input-btn-container .col-md-6 input {
        width: 100%;
        margin: 0 0 14px;
    }
    .input-container span.desc {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .bx_profile .input-container input {
        font-size: 14px;
        height: 48px;
        border-radius: 10px;
    }
    .lk-private-form {
        padding: 30px 16px;
    }
    .register-page:after {
        background-image: url(/local/templates/divasoft/images/register-page-bg-mob.png);
        background-position: 100% 100%;
        height: 650px;
    }
    .register-page__title {
        margin-bottom: 30px;
        font-size: 18px;
        font-weight: 600;
        line-height: 130%;
        letter-spacing: 0.36px;
    }
    .register-page .input-container span.desc {
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 500;
        line-height: 140%;
    }
    .register-page .input-container__with-icon input {
        height: 50px;
        font-size: 14px;
    }
    .register-page .input-password__icon {
        top: 45px;
    }
    .register-page .input-btn-container__in-col .input-btn .button {
        height: 60px;
        font-size: 14px;
        font-weight: 600;
        line-height: 130%;
    }
    .register-page-left {
        padding: 20 18px 40px;
    }
    .register-page .input-btn-container {
        margin-top: 30px;
    }
    .services-tile {
        padding-top:20px;
        padding-bottom: 60px;
    }
    .services-page__tile-element-name {
        font-size: 16px;
        font-weight: 600;
        line-height: 150%;
        text-align: left;
        padding: 18px 20px;
    }
    .services-page__tile-element {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }
    .personal-order-stage__status {
        padding: 2px 10px;
        font-size: 10px;
        margin: 3px 0 3px 10px;
    }




}
@media screen and (max-width: 380px) {
    .header-redemption-bg.header-redemption-bg--mob img {
        top: -100px;
    }
    

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

}



