.header .logo{
    flex-grow: 1;
}
.header ul{
    margin: 0 60px 0 0;
}
.header .lightbox{
    margin: 0 60px 0 0;
}
.header .flex{
    align-items: center;
}
.header .langs-select{
    margin: 0 30px 0 0;
}
.mobile-menu ul li a.other img{
    margin: 0 20px 0 0;
}
.blog-block .owl-dots.disabled{
    display: none !important;
}
.blog-block .list .item .text{
    padding-bottom: 60px;
}
.blog-block .list .item .bottom-link{
    bottom: 10px;
}
.blog-block .list .item .image img{
    display: block;
}
/** ======== blog page ======== **/
.b-blog__search{
    background: url("../img/blog-bg.png") center top no-repeat;
    background-size: cover;
    padding: 60px 0 65px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-blog__search-title{
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0 0 30px 0;
}
.b-blog__search-wrap{
    width: 680px;
    margin: 0 auto 0;
    position: relative;
}
.b-blog__search-input{
    width: 100%;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 135px 0 27px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}
.b-blog__search-input::-webkit-input-placeholder{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8C8C8C;
}
.b-blog__search-input:-moz-placeholder{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8C8C8C;
}
.b-blog__search-btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 122px;
    height: 42px;
    background: #FF4D00;
    border-radius: 0px 5px 5px 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.b-blog__search-btn:before{
    display: block;
    content: "";
    background: url("../img/search.svg") center no-repeat;
    width: 14px;
    height: 14px;
    margin: 0 10px 0 0;
}
.b-blog__search-btn:hover,
.b-blog__search-btn:focus,
.b-blog__search-btn:active{
    opacity: 0.7;
    transition: 0.3s;
}
.breadcrumbs{
    margin: 0;
    border-top: 1px solid #eaeaea;
}
.b-section{
    margin: 80px 0;
    padding: 0;
}
.mt-40{
    margin-top: 40px;
}
.blog-block .list_row{
    margin: 0 0 40px 0;
}
.blog-block .list .item_big{
    margin: 0;
}
.blog-block .list .item_big .image{
    border-radius: 20px;
    height: 100%;
}
.blog-block .list .item .image:before{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(76.44deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    border-radius: 20px;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    z-index: 5;
}
.blog-block .list .item_big .image img{
    height: 100%;
    display: block;
}
.blog-block .list .item:hover .image:before{
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.item_big .row{
    align-items: center;
}
.blog-block .list .item_big .text{
    padding: 0;
    margin: 0 0 20px 0;
}
.blog-block .list .item_big .bottom-link{
    position: static;
    text-align: left;
    padding: 0;
}
.blog-block .list .item_big .text .name{
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 13px 0;
}
.blog-block .list .item_big .text p{
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 20px 0;
}
.blog-block .list .item_big .text p:last-child{
    margin: 0;
}
.blog-block .row{
    margin: 0 -15px;
}
.blog-col{
    margin-bottom: 30px;
}
.blog-block .list .blog-col .item{
    margin: 0;
}
.b-title{
    text-align: center;
    margin: 0 0 40px 0;
}
.b-title__item{
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    color: #24211F;
}
.b-title__item:last-child{
    margin-bottom: 0px;
}
.b-title p{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #24211F;
    max-width: 834px;
    margin: 0 auto 0;
}
.b-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}
.b-pagination__arrow{
    display: block;
    width: 32px;
    height: 32px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    transition: 0.3s;
}
.b-pagination__arrow:hover{
    opacity: 0.7;
    transition: 0.3s;
}
.b-pagination__prev{
    background: #F1F1F1 url("../img/left.svg") center no-repeat;
}
.b-pagination__next{
    background: #F1F1F1 url("../img/right.svg") center no-repeat;
}
.b-pagination ul{
    margin: 0 3px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b-pagination ul li{

}
.b-pagination ul li:not(:last-child){
    margin-right: 3px;
}
.b-pagination ul li a{
    width: 38px;
    height: 32px;
    border: 1px solid #C4C4C4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #8A8A8A;
    text-decoration: none;
}
.b-pagination input{
    width: 38px;
    height: 32px;
    border: 1px solid #C4C4C4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #8A8A8A;
    text-decoration: none;
    margin: 0 3px;
}
/** ======== b-article page ======== **/
.b-article{
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-article__row{
    margin-left: -10px;
    margin-right: -10px;
}
.b-article__col{
    padding-left: 10px;
    padding-right: 10px;
}
.b-article__tags{
    margin: 0 0 10px 0;
}
.b-article__tags ul{
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    margin: 0 -5px;
}
.b-article__tags ul li{
    list-style: none;
    padding: 0 5px 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-article__tags ul li a{
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    background: #FF8202;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.5px 9px;
    text-decoration: none;
    transition: 0.3s;
}
.b-article__tags ul li a:hover ,
.b-article__tags ul li a:active ,
.b-article__tags ul li a:focus{
    text-decoration: none;
    opacity: 0.7;
    transition: 0.3s;
}
.b-title_left{
    text-align: left;
}
.b-article .b-title{
    margin: 0 0 30px 0;
}
.b-article__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px 0;
}
.b-article__top-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b-article__author{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 40px 0 0;
}
.b-article__author-img{
    width: 36px;
    height: 36px;
    border-radius: 100%;
    flex-shrink: 0;
    margin: 0 10px 0 0;
}
.b-article__author-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.b-article__author-name{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #24211F;
    display: block;
}
.b-article__top-date{
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #8A8A8A;
    margin: 0 40px 0 0;
}
.b-article__top-update{
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #8A8A8A;
}
.b-article__views{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #8A8A8A;
}
.b-article__views:before{
    content: "";
    display: block;
    background: url("../img/views.svg") center no-repeat;
    width: 16px;
    height: 10px;
    flex-shrink: 0;
    margin: 0 10px 0 0;
}
.b-article__container{
    margin: 0 0 50px 0;
}
.b-article__container img{
    margin: 20px 0;
    border-radius: 10px;
}
.b-article__container img:first-child{
    margin-top: 0px;
}
.b-article__container p{
    margin: 20px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #24211F;
}
.b-article__container:first-child{
    margin-top: 0px;
}
.b-article__container:last-child{
    margin-bottom: 0px;
}
.b-article__container span{
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #8A8A8A;
}
.b-article__container span a{
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    text-decoration-line: underline;
    color: #FF8202;
}
.b-share{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 0;
    margin: 0 0 20px 0;
}
.b-share__left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #858585;
    margin: 0 40px 0 0;
}
.b-share__left:before{
    content: "";
    display: block;
    background: url("../img/share.svg") center no-repeat;
    width: 18px;
    height: 19px;
    flex-shrink: 0;
    margin: 0 20px 0 0;
}
.b-share ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b-share ul li:not(:last-child){
    margin-right: 20px;
}
.b-share ul li a{
    display: block;
}
.b-share ul li a:hover{
    filter: brightness(1.2);
    transition: 0.3s;
}
.b-subscribe{
    background: #F7F7F7;
    border: 1px solid #DADADA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 62px 0 76px 0;
    margin: 0 0 30px 0;
}
.b-subscribe__ico{
    background: url("../img/sub-ico.svg") center no-repeat;
    width: 124px;
    height: 124px;
    border: 4px solid #DADADA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    margin: 0 auto 20px;
}
.b-subscribe__title{
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    color: #24211F;
    margin: 0 0 40px 0;
}
.b-subscribe__form{
    width: 541px;
    margin: 0 auto 0;
}
.b-subscribe__input{
    width: 100%;
    height: 48px;
    background: url("../img/sub-ico.svg") left 20px center no-repeat #FFFFFF;
    background-size: 22px;
    border: 1px solid #DEDEDE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 15px 0 62px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    margin: 0 0 20px 0;
}
.b-subscribe__input::-webkit-input-placeholder{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8C8C8C;
}
.b-subscribe__input:-moz-placeholder{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8C8C8C;
}
.b-subscribe__btn{
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF8202;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b-subscribe__btn:hover{
    filter: brightness(1.2);
    transition: 0.3s;
}
.b-article__nav{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: -10px;
    margin-left: -10px;
}
.b-article__nav-item{
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.b-article__nav-img{
    display: block;
    margin: 0 0 20px 0;
    height: 230px;
    position: relative;
}
.b-article__nav-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: 0.74;
}
.b-article__nav-name{
    text-align: center;
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #24211F;
    text-decoration: none;
}
.b-article__nav-arrow{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 80px;
    height: 80px;
    background: rgba(0, 0, 0, 0.6);
    border: 3px solid #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
    transition: 0.3s;
}
.b-article__nav-arrow svg{
    fill: #FFFFFF;
    transition: 0.3s;
}
.b-article__nav-arrow.prev svg{
    transform: rotate(180deg);
}
.b-article__nav-item:hover .b-article__nav-arrow{
    border-color: #FF8202;
    opacity: 1;
    transition: 0.3s;
}
.b-article__nav-item:hover .b-article__nav-arrow svg{
    fill: #FF8202;
    transition: 0.3s;
}
.b-article__nav-item:hover .b-article__nav-img img{
    opacity: 1;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    transition: 0.3s;
}

.b-article__social{
    padding: 0 0 32px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #EAEAEA;
    margin: 0 0 30px 0;
}
.b-article__title{
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    color: #24211F;
    margin-bottom: 15px;
}
.b-article__social ul{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.b-article__social ul li:not(:last-child){
    margin-right: 20px;
}
.b-article__social ul li a{
    display: block;
}
.b-article__cat{
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #EAEAEA;
}
.b-article__title{
    margin: 0 0 20px 0;
}
.b-article__cat ul{

}
.b-article__cat ul li{

}
.b-article__cat ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    color: #24211F;
    padding: 19px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    border-bottom: 1px solid #EAEAEA;
}
.b-article__cat ul li a span{
    width: 44px;
    height: 18px;
    background: #FF8000;
    border-radius: 15px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 7px;
    flex-shrink: 0;
}
.b-article__cat ul li ul li a{
    padding-left: 20px;
    color: #FF8000;
    background: linear-gradient(90deg, #FBFBFB 0%, rgba(251, 251, 251, 0) 100%);
}
.b-article__cat > ul > li:last-child a{
    border: none;
}

.b-resent{

}
.b-resent .owl-carousel{
    display: block !important;
}
.b-resent__item{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 20px 0;
}
.b-resent__item:last-child{
    margin-bottom: 0px;
}
.b-resent__item__img{
    width: 97px;
    height: 97px;
    flex-shrink: 0;
    margin: 0 10px 0 0;
    display: block;
}
.b-resent__item__img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.b-resent__item-text{
    padding: 5px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-resent__item-top{

}
.b-resent__item-user{
    display: none;
}
.b-resent__item-date{
    margin: 0 0 17px 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    color: #8A8A8A;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b-resent__item-date:before{
    display: block;
    content: "";
    background: url("../img/time.svg") center no-repeat;
    width: 15px;
    height: 15px;
    flex-shrink: 0;
    margin: -2px 5px 0 0;
}
.b-resent__item-name{
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #24211F;
    display: block;
    text-decoration: none;
    margin-bottom: 7px;
}
.b-resent__item-text p{
    font-weight: normal;
    font-size: 13px;
    line-height: 1.45;
    color: #24211F;
}
.b-resent__item-link{
    display: none;
}
/** ======== b-about page ======== **/
.b-about{
    position: relative;
    padding: 80px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-about:after{
    width: 100%;
    height: 587px;
    position: absolute;
    left: 0px;
    top: 0;
    content: "";
    display: block;
    background: linear-gradient(180deg, #EFF3F6 0%, #FFFFFF 100%);
    z-index: 1;
}
.b-about__container{
    max-width: 1146px;
    margin: 0 auto 0;
    position: relative;
    z-index: 2;
}
.b-about__row{
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 80px;
}
.b-about__row:last-child{
    margin-bottom: 0px;
}
.b-about__col{
    padding-left: 20px;
    padding-right: 20px;
}
.b-about__col_1{
    margin-bottom: 20px;
}
.b-about__col .b-title{
    margin: 0 0 20px 0;
}
.b-about__img img{
    border-radius: 20px;
}
.b-about__container p{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.35;
    color: #24211F;
    margin: 0 0 20px 0;
}
.b-about__container p:last-child{
    margin-bottom: 0px;
}
.b-title__item_sm{
    font-size: 22px;
}
.b-about__row_top{
    margin-bottom: 60px;
}
.btn-top{
    position: fixed;
    bottom: 60px;
    right: 30px;
    background: url("../img/top-arrow.svg") center no-repeat #FF8202;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 50;
}
.btn-top.active{
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.index-first-block_2{
    border-radius: 0px;
    padding: 20px 0;
    background: #F7F7F7;
    margin: 0;
}
.index-first-block_2:before{
    display: none;
}
.index-first-block_2 form{
    padding: 0;
    background: none;
}
/** ======== b-contacts page ======== **/
.b-contacts{
    padding: 60px 0;
}
.b-contacts .b-title{
    margin: 0 0 60px 0;
}
.b-contacts .index-best-block{
    padding-top: 40px;
}
.b-contacts__block{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 60px;
}
.b-contacts__block-img{
    width: 563px;
    flex-shrink: 0;
    margin-right: 50px;
}
.b-contacts__block-img img{
    border-radius: 20px;
}
.b-contacts__item{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
.b-contacts__item:last-child{
    margin-bottom: 0px;
}
.b-contacts__item-img{
    width: 22px;
    flex-shrink: 0;
    margin-right: 10px;
}
.b-contacts__item-img img{
    margin: 0 auto 0;
}
.b-contacts__item-wrap{
    padding: 2px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-contacts__item-text{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 25px 0;
}
.b-contacts__item-text:last-child{
    margin-bottom: 0px;
}
.b-contacts__item-text p{
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #24211F;
}
.b-contacts__item-text p b{
    font-weight: 600;
}
.b-contacts__item-text img{
    margin-right: 10px;
}
.b-contacts__item-text a{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    text-decoration: none;
    color: #24211F;
    margin-left: 5px;
}
.b-contacts__question{
    padding: 58px 93px 58px 116px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FBFBFB;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
}
.b-contacts__question:before{
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    content: "?";
    font-weight: 700;
    font-size: 242px;
    line-height: 1;
    color: #F3F3F3;
    z-index: 1;
}
.b-contacts__question-wrap{
    position: relative;
    z-index: 2;
}
.index-best-block_2 .row{
    margin-left: -10px;
    margin-right: -10px;
}
.index-best-block_2 .row > div{
    padding-left: 10px;
    padding-right: 10px;
}
.index-best-block_2 .item:hover .text p{
    color: #ffffff;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.3;
}
/** ======== b-registration page ======== **/
.b-registration{
    padding: 80px 0 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #FBFBFB;
}
.b-registration .container{
    max-width: 1175px;
}
.b-registration .b-title{
    margin: 0 0 20px 0;
}
.b-registration__content{
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    padding: 20px 40px;
}
.b-registration__row{
    margin-right: -10px;
    margin-left: -10px;
}
.b-registration__col{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}
.b-input{

}
.b-input__title{
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #24211F;
    margin: 0 0 5px 0;
}
.b-input__text{
    width: 100%;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #24211F;
    padding: 0 20px;
}
.b-input__text::-webkit-input-placeholder{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #8C8C8C;
}
.b-input__text:-moz-placeholder{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #8C8C8C;
}
.b-registration__line{
    width: 100%;
    height: 1px;
    background: #DEDEDE;
    margin-bottom: 30px;
}
.b-input__btn{
    width: 213px;
    height: 42px;
    background: #FF8202;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px 0;
}
.b-input__btn:hover ,
.b-input__btn:focus ,
.b-input__btn:active{
    filter: brightness(1.2);
    transition: 0.3s;
}
/* checkbox */
.b-checkbox{
    margin: 0 0 24px 0;
}
.b-checkbox:last-child{
    margin-bottom: 0px;
}
.b-checkbox input[type="checkbox"]{
    display: none;
}
.b-checkbox input[type="checkbox"] + label{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
}
.b-checkbox input[type="checkbox"] + label span{
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 0 10px 0 0;
}
.b-checkbox input[type="checkbox"] + label span:after{
    content: "";
    width: 8px;
    height: 8px;
    background: #FF8202;
    border-radius: 2px;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.b-checkbox input[type="checkbox"]:checked + label span:after{
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.b-checkbox input[type="checkbox"] + label i{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    color: #24211F;
    font-style: normal;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.b-registration__col_last{
    margin-bottom: 0px;
}
.b-registration__text{
    margin: 40px 0 0 0;
    padding: 36px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #F6F6F6;
    border: 1px solid #EAEAEA;
    border-radius: 20px;
}
.b-registration__text-top{
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #FF8202;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 26px 0;
}
.b-registration__text-top:before{
    content: "!";
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    width: 22px;
    height: 22px;
    background: #FF8202;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.b-registration__text p{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #24211F;
    margin-bottom: 25px;
}
.b-registration__text p:last-child{
    margin-bottom: 0px;
}
/** ======== b-registration page ======== **/
.b-account{
    padding: 40px 0 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.gray-bg{
    background: #FBFBFB;
}
.b-row{
    margin-left: -10px;
    margin-right: -10px;
}
.b-col{
    padding-right: 10px;
    padding-left: 10px;
}
.b-account__nav{
    margin-bottom: 30px;
}
.b-account__nav ul{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
}
.b-account__nav ul li{

}
.b-account__nav ul li a{
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #858585;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border-bottom: 2px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
.b-account__nav ul li a svg{
    fill: #858585;
    max-width: 20px;
    margin-right: 10px;
}
.b-account__nav ul li a:hover{
    border-color: #FF8000;
    color: #FF8000;
    text-decoration: none;
    transition: 0.3s;
}
.b-account__nav ul li a:hover svg{
    fill: #FF8000;
    transition: 0.3s;
}
.b-account__nav ul li a.active{
    background: #FF8000;
    border-radius: 5px;
    color: #ffffff;
    transition: 0.3s;
}
.b-account__nav ul li a.active svg{
    fill: #ffffff;
    transition: 0.3s;
}
.b-details{
    background: #FFFFFF;
    border: 1px solid #F3F3F3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    margin: 0 0 20px 0;
}
.b-details:last-child{
    margin-bottom: 0px;
}
.b-details__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #E7E7E7;
}
.b-details__top-btn{
    background: #FF8000;
    border-radius: 15px;
    display: inline-block;
    padding: 9px 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    background: #FF8000;
    border-radius: 15px;
    text-decoration: none;
    transition: 0.3s;
}
.b-details__top-btn:hover,
.b-details__top-btn:active,
.b-details__top-btn:focus{
    text-decoration: none;
    color: #FFFFFF;
    background: #DC750D;
    transition: 0.3s;
}
.b-details__top-text{
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #24211F;
}
.b-details__content{

}
.b-details__content-item{
    padding: 7.2px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #E7E7E7;
}
.b-details__content-item:last-child{
    border: none;
}
.b-details__content-item b{
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    color: #24211F;
    margin-bottom: 6px;
}
.b-details__content-wrap{
    position: relative;
}
.b-details__content-input{
    width: 100%;
    height: 21px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #645548;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
    padding: 0 0 4px 0;
    pointer-events: none;
    transition: 0.3s;
}
.b-details__content.active .b-details__content-input{
    border-color: #C6C6C6;
    pointer-events: inherit;
}
.b-details__content.active .b-details__content-input:focus{
    border-color: #FF7F00;
    transition: 0.3s;
}
.show-password{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    background: none;
    border: none;
    outline: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.show-password svg{
    fill:#C6C6C6;
    width: 20px;
}
.b-details__content.active .show-password{
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.b-details__content_2{
    padding: 13px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-details__content_2 .b-details__content-item{
    border-color: transparent;
    padding-top: 2px;
    padding-bottom: 2px;
}
.b-details__content_2 .b-details__content-item b{
    display: none;
}
.b-details__content_2 .b-details__content-item:first-child .b-details__content-input{
    font-weight: 700;
}
.b-details__content_2.active{
    padding: 0;
}
.b-details__content_2.active .b-details__content-item b{
    display: block;
}
.b-details__content_2.active .b-details__content-item{
    padding: 7.2px 20px;
    border-color: #E7E7E7;
}
.b-details__content_2.active .b-details__content-item:first-child .b-details__content-input{
    font-weight: 400;
}

.b-account__block:not(:last-child){
    margin-bottom: 40px;
}
.b-account__block-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
}
.b-account__title{
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #24211F;
}
.b-account__top-btn{
    width: 101px;
    height: 30px;
}
.border-btn{
    border: 1px solid #C4C4C4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #858585;
    text-decoration: none;
    transition: 0.3s;
    background: transparent;
}
.border-btn:hover{
    background: #F1F1F1;
    border-color: #F1F1F1;
    text-decoration: none;
    transition: 0.3s;
}
.border-btn:focus{
    background: transparent;
    border-color: #EBEBEB;
    text-decoration: none;
    transition: 0.3s;
}

.b-table{

}
.b-table table{
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #F3F3F3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    text-align: left;
    border-collapse: separate;
}
.b-table table thead tr th{
    background: #ffffff;
    border-right: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9.5px 20px;
    font-size: 12px;
}
.b-table table thead tr th:last-child{
    border: none;
}
.b-table table tbody tr td{
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #645548;
    height: 36px;
    background: #ffffff;
    border-right: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
}
.b-table table tbody tr:nth-child(even) td{
    background: #FCFCFC;
}
.b-table table tbody tr td:last-child{
    border-right: none;
}
.b-table table tbody tr:last-child td{
    border-bottom: none;
}
.b-account__input{
    width: 100%;
}
.b-account__select{
    width: 100%;
}

.btn-delete{
    background: none;
    padding: 0;
}
.btn-delete svg{
    width: 9px;
    fill: #858585;
}
.btn-edit{
    background: none;
    padding: 0;
}
.btn-edit svg{
    width: 12px;
    fill: #645548;
}
.btn-close{
    background: none;
    padding: 0;
}
.btn-close svg{
    width: 12px;
    fill: #FE0101;
}
.btn-save{
    background: none;
    padding: 0;
}
.btn-save svg{
    width: 12px;
    fill: #A4B748;
}
.b-table table tbody tr td.button-wrap{
    padding-left: 10px;
    padding-right: 10px;
}
.b-table__user{
    background: #BCBAF8;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #FFFFFF;
    padding: 2.5px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-table__employee{
    background: #F2CC8D;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #FFFFFF;
    padding: 2.5px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-account__select{
    width: 122px;
    height: 20px;
    background: #F2CC8D;
    border-radius: 5px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 0 0px 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-account__input{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #645548;
}
.b-account__dept{
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #645548;
}
.arrows{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 10px;
}
.arrows-btn{
    background: none;
    padding: 0;
}
.arrows-btn svg{
    width: 10px;
}
.arrows-btn:hover svg path{
    stroke: #484964 !important;
}
.td__wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b-account__mail{
    width: 165px;
}
.b-table table tbody tr td.td-mail{
    padding-left: 20px;
    padding-right: 5px;
}
.btn-add{
    width: 106px;
    height: 30px;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
    transition: 0.3s;
}
.btn-add svg{
    fill: #ffffff;
    width: 11px;
    margin-right: 10px;
}
.orange-btn{
    background: #FF8000;
    transition: 0.3s;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.orange-btn:hover {
    background: #ED9C4B;
    transition: 0.3s;
}
.orange-btn:focus{
    background: #D27E29;
    transition: 0.3s;
}
.table__total{
    display: flex;
    justify-content: space-between;
    align-items: center;
    wdith: 1030px
}
.table__total b{
    display: block;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #24211F;
    width: 33.333333%;
}
.table__total b:nth-child(2){
    padding-left: 85px;
}
.table__total b:nth-child(3){
    padding-left: 185px;
}
.b-invoice__text{
    background: #F6F6F6;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0 0 35px 0;
    padding: 10px 24px 10px 76px;
    position: relative;
}
.b-invoice__text:before{
    content: "!";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    color: #DCDCDC;
}
.b-invoice__text p{
    font-weight: 500;
    font-size: 14px;
    line-height: 1.45;
    color: #645548;
}
.b-details__invoice .b-details__content-item{
    padding: 17px 20px;
}
.b-details__invoice .b-details__content-item b{
    display: inline-block;
    padding-right: 6px;
}
.b-details__invoice .b-details__top{
    padding: 18px 20px;
}
.b-table__item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b-table__item-img{
    width: 68px;
    flex-shrink: 0;
    margin-right: 20px;
    position: relative;
}
.b-table__item-n{
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #FF0000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
}
.b-table__item-img img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.b-table__downloads{

}
.b-table__downloads th{
    text-align: center;
}
.b-table .b-table__downloads tbody tr td{
    height: 70px;
}
.b-table__downloads tbody tr td:first-child{
    padding-left: 11px;
}
.b-table__downloads tbody tr td:last-child{
    width: 188px;
}
.b-table__btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.b-table__link{
    background: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    text-decoration-line: underline;
    color: #FF8000;
    display: block;
    margin-right: 15px;
    transition: 0.3s;
}
.b-table__link:hover ,
.b-table__link:active{
    text-decoration: underline;
    color: #DC750D;
    transition: 0.3s;
}
.b-table__download{
    width: 28px;
    height: 28px;
    background: url("../img/download.svg") center no-repeat #FF8202;
    border-radius: 5px;
    transition: 0.3s;
}
.b-table__download:hover{
    background: url("../img/download.svg") center no-repeat #ED9C4B;
    transition: 0.3s;
}
.b-table__download:active{
    background: url("../img/download.svg") center no-repeat #D27E29;
    transition: 0.3s;
}
.b-account__pagination{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 20px 0 0 0;
}
.b-account__pagination-total{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #8A8A8A;
    margin-right: 23px;
}
.b-account__pagination-nav{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b-account__pagination-btn{
    width: 32px;
    height: 32px;
    background: #F1F1F1;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.b-account__pagination-input{
    width: 38px;
    height: 32px;
    background: #F1F1F1;
    border: 1px solid #C4C4C4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #8A8A8A;
    margin: 0 3px;
}
.b-account__pagination-prev{
    background: #F1F1F1 url("../img/arrowleft.svg") center no-repeat;
}
.b-account__pagination-next{
    background: #F1F1F1 url("../img/arrowright.svg") center no-repeat;
}
.b-account__pagination-btn:hover{
    filter: brightness(0.9);
    transition: 0.3s;
}
.b-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 44, 44, 0.8);
    overflow: auto;
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: 0.3s;
}
.b-modal.active{
    opacity: 1;
    visibility: visible;
    z-index: 100;
    transition: 0.3s;
}
.b-modal__container{
    width: 680px;
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 0;
}
/* raido */
.b-radio{
    margin: 0 0 24px 0;
}
.b-radio:last-child{
    margin-bottom: 0px;
}
.b-radio input[type="radio"]{
    display: none;
}
.b-radio input[type="radio"] + label{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    cursor: pointer;
}
.b-radio input[type="radio"] + label span{
    width: 20px;
    height: 20px;
    background: #F6F6F6;
    border: 1px solid #EAEAEA;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 0 10px 0 0;
}
.b-radio input[type="radio"] + label span:after{
    content: "";
    width: 12px;
    height: 12px;
    background: #FF8202;
    border-radius: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.b-radio input[type="radio"]:checked + label span:after{
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}
.b-radio input[type="radio"] + label i{
    font-weight: 500;
    font-size: 16px;
    line-height: 1.1;
    color: #24211F;
    font-style: normal;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.b-modal__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.b-modal__top-text{
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    color: #24211F;
}
.b-modal__top-close{
    background: url("../img/close-icon.svg") center no-repeat;
    width: 16px;
    height: 16px;
}
.b-modal__content{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
.b-modal__slider{
    width: 309px;
    flex-shrink: 0;
    margin-right: 20px;
}
.b-modal__content-right{
    width: 310px;
}
.b-modal__nav-status{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #24211F;
    margin-bottom: 30px;
}
.b-modal__nav-status b{
    font-weight: 700;
}
.b-modal__nav-status span{
    font-weight: 500;
}
.b-modal__nav{
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 14px;
}
.b-modal__nav-item{
    width: 35px;
    margin-right: 10px;
}
.b-modal__nav .slick-arrow{
    filter: brightness(0);
    opacity: 0.3;
    width: 10px;
    height: 23px;
    text-indent: -9999px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.b-modal__nav .slick-prev{
    background: url("../img/slick-prev.svg") center no-repeat;
    left: 0;
}
.b-modal__nav .slick-next{
    background: url("../img/slick-next.svg") center no-repeat;
    right: 0;
}
.b-modal__nav .slick-arrow:hover{
    filter: brightness(1);
    opacity: 1;
    transition: 0.3s;
}
.b-modal__content-right .b-radio_sm{
    margin: 0 0 9px 0;
}
.b-radio_sm input[type="radio"] + label span{
    width: 16px;
    height: 16px;
}
.b-radio_sm input[type="radio"] + label span:after{
    width: 8px;
    height: 8px;
}
.b-radio input[type="radio"] + label i{
    font-size: 14px;
    font-weight: 500;
}
.b-modal__content-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.b-modal__content-row .b-radio{
    margin-bottom: 15px;
}
.b-modal__content-row .b-radio:last-child{
    margin-bottom: 0px;
}
.b-modal__content-price{
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #24211F;
}
.b-modal__content-row .b-radio input[type="radio"] + label span:after{
    width: 11px;
    height: 11px;
    margin: 0px 0 0 1px;
}
.b-modal__content-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #24211F;
    margin: 0 0 15px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b-modal__content-title:after{
    content: "";
    display: block;
    background: url("../img/bottom-arrow.svg") center no-repeat;
    width: 13px;
    height: 9px;
    margin-left: 20px;
}
.b-modal__content-btns{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 20px 0 0 0;
}
.b-modal__content-cancel{
    width: 213px;
    height: 42px;
    background: #F1F1F1;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #8A8A8A;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-right: 20px;
    transition: 0.3s;
}
.b-modal__content-cancel:hover ,
.b-modal__content-cancel:active ,
.b-modal__content-cancel:focus{
    text-decoration: none;
    filter: brightness(0.9);
    transition: 0.3s;
}
.b-modal__content-confirm{
    width: 213px;
    height: 42px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
body.active{
    overflow: hidden;
}
/** ======== b-cart page ======== **/
.b-cart{

}
.b-payment{
    background: #F6F6F6;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 30px 15px 40px 97px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 45px;
}
.b-payment__left{
    width: 280px;
    flex-shrink: 0;
    margin-right: 187px;
}
.b-payment__left-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    color: #24211F;
    margin-bottom: 10px;
}
.b-payment__item{
    margin: 0 0 10px 0;
}
.b-payment__item-input{
    width: 100%;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}
.b-payment__item-input::-webkit-input-placeholder{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8C8C8C;
}
.b-payment__item-input:-moz-placeholder{
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #8C8C8C;
}
.b-payment__left .b-checkbox input[type="checkbox"] + label span{
    width: 14px;
    height: 14px;
}
.b-payment__left .b-checkbox input[type="checkbox"] + label span:after{
    width: 6px;
    height: 6px;
}
.b-payment__left .b-checkbox input[type="checkbox"] + label i{
    font-size: 14px;
}
.b-payment__left .b-checkbox{
    margin: 0 0 20px 0;
}
.b-payment__btn{
    width: 100%;
    height: 42px;
    margin: 0 0 10px 0;
}
.b-payment__forgot{
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-decoration-line: underline;
    color: #8C8C8C;
    display: block;
    margin: 0 0 20px 0;
}
.b-payment__create{
    width: 100%;
    height: 42px;
    border: 1px solid #C4C4C4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #8A8A8A;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.3s;
}
.b-payment__create:hover{
    background: #F1F1F1;
    border-color: #F1F1F1;
    transition: 0.3s;
}
.b-payment__create:active{
    background: transparent;
    border-color: #EBEBEB;
    transition: 0.3s;
}
.b-payment__right{

}
.b-payment__right-top{
    margin-bottom: 20px;
}
.b-payment__right-top b{
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    color: #24211F;
    margin-bottom: 5px;
}
.b-payment__right-top span{
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.1;
    color: #24211F;
}
.b-payment__right .orange-btn{
    width: 213px;
    height: 42px;
}


.b-cart__aside{
    background: #FCFCFC;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
}
.b-cart__aside-top{
    border-bottom: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 18.5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.b-cart__aside-title{
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #24211F;
}
.b-cart__aside-close{
    background: url("../img/delete3.svg") center no-repeat;
    width: 16px;
    height: 16px;
}

.b-cart__aside-content{
    padding: 20px 20px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-cart__aside-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 10px;
}
.b-cart__aside-items{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.b-cart__aside-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #24211F;
    margin: 0 20px 0 0;
}
.b-cart__aside-item span{
    background: #F1F1F1;
    border: 1px solid #C4C4C4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    width: 32px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #24211F;
    margin-right: 5px;
}
.b-cart__aside-price{
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #FF8202;
}
.b-cart__aside-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F6F6F6;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 11.3px 13px;
    margin: 0 0 10px 0;
}
.b-cart__aside-name{
    font-weight: 500;
    font-size: 14px;
    line-height: 1.45;
    color: #24211F;
}
.b-cart__price{
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #24211F;
    flex-shrink: 0;
    width: 100px;
    text-align: right;
}
.b-cart__aside .orange-btn{
    width: 100%;
    height: 42px;
}

.b-cart{

}
.b-cart__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
}
.b-cart__top .b-title{
    margin: 0;
}
.b-cart__remove{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #FF4D00;
    background: none;
    transition: 0.3s;
}
.b-cart__remove svg{
    display: block;
    width: 13px;
    height: 13px;
    margin-right: 5px;
    fill: #FF4D00;
}
.b-cart__remove:hover{
    color: #FF4D00;
    transition: 0.3s;
}
.b-cart__remove:hover svg{
    fill: #FF4D00;
}
.b-cart__remove:active{
    color: #E24704;
    transition: 0.3s;
}
.b-cart__remove:active svg{
    fill: #E24704;
}

.b-cart__block{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 10px;
    margin: 0 0 20px 0;
}
.b-cart__block:last-child{
    margin: 0;
}
.b-cart__block-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 419px;
    flex-shrink: 0;
}
.b-cart__block-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 172px;
    /* height: 136px; */
    flex-shrink: 0;
    margin-right: 20px;
    background: linear-gradient(0deg, #F8F8F8, #F8F8F8);
    border-radius: 5px;
}
.b-cart__block-img img{
    border-radius: 5px;
}
.b-cart__block-text{

}
.b-cart__block-name{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.25;
    color: #24211F;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}
.b-cart__block-name span{
    background: #F1F1F1;
    border: 1px solid #C4C4C4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    width: 32px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #24211F;
    margin-right: 5px;
}
.b-cart__block-name b{
    width: 100%;
    font-weight: 700;
    padding: 4px 0 0 0;
}
.b-cart__block-licence{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #24211F;
    text-decoration: none;
    transition: 0.3s;
}
.b-cart__block-licence:before{
    display: block;
    content: "";
    background: url("../img/pdf.svg") center no-repeat;
    width: 28px;
    height: 30px;
    flex-shrink: 0;
    margin-right: 5px;
}
.b-cart__block-licence:hover{
    opacity: 0.65;
    transition: 0.3s;
}
.b-cart__block-licence:active{
    opacity: 1;
    transition: 0.3s;
}
.b-cart__block-right{
    flex-grow: 1;
}
.b-cart__block-row{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}
.b-cart__block-row ul{
    padding: 0;
    margin: 0;
    width: 322px;
}
.b-cart__block-row ul li{
    font-weight: 700;
    font-size: 14px;
    line-height: 1.45;
    color: #24211F;
    margin-bottom: 10px;
}
.b-cart__block-row ul li:last-child{
    margin-bottom: 0px;
}
.b-cart__block-row ul li a{
    font-weight: 500;
    font-size: 14px;
    line-height: 1.45;
    text-decoration-line: underline;
    color: #FF8202;
}
.b-cart__block-row ul li span{
    font-weight: 500;
    font-size: 14px;
    line-height: 1.45;
    color: #24211F;
}
.b-cart__block-wrap{

}
.b-cart__block-price{
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    text-align: right;
    color: #24211F;
    margin-bottom: 10px;
}
.b-cart__block-remove{
    width: 134px;
    height: 42px;
    background: #FF4D00;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
    transition: 0.3s;
}
.b-cart__block-remove:before{
    content: "";
    background: url("../img/cart-remove.svg") center no-repeat;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}
.b-cart__block-remove:hover{
    background: #FF773D;
    transition: 0.3s;
}
.b-cart__block-remove:active{
    background: #D74100;
    transition: 0.3s;
}
.b-cart__block-btns{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.b-cart__block-btn{
    width: 100%;
    height: 42px;
    background: #F1F1F1;
    border-radius: 6px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #8A8A8A;
    transition: 0.3s;
}
.b-cart__block-btn:hover{
    background: #E9E9E9;
    color: rgba(138, 138, 138, 0.7);
    transition: 0.3s;
}
.b-cart__block-btn:active{
    background: #DDDDDD;
    color: #8A8A8A;
    transition: 0.3s;
}
.b-cart__block-apply{
    width: 335px;
    /*margin-right: 10px;*/
    flex-shrink: 0;
}
.b-cart__scroll{
    display: none;
}
.b-payment__page .b-registration__content{
    margin: 0 0 60px 0;
}
.b-payment__page .b-registration__content:last-child{
    margin-bottom: 0px;
}
.b-payment__page .b-title{
    margin: 0 0 10px 0;
}

.b-save__aside{
    border: 1px solid #F3F3F3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 16px;
    background: #ffffff;
}
.b-save__aside-nav{
    background: #F1F1F1;
    border-radius: 16px 16px 0 0;
    margin: 0 0 7px 0;
}
.b-save__aside-nav ul{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.b-save__aside-nav ul li{
    width: 50%;
}
.b-save__aside-nav ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #8C8C8C;
    padding: 17px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
}
.b-save__aside-nav ul li a.active{
    background: #FFFFFF;
    border-radius: 16px 16px 0 0;
    color: #24211F;
    transition: 0.3s;
}
.b-save__aside-btn{
    margin: 0 auto 7px;
    height: 42px;
    width: 100%;
    max-width: 312px;
}
.b-save__aside-btn:before{
    content: "";
    background: url("../img/plus-wh.svg") center no-repeat;
    width: 12px;
    height: 12px;
    display: block;
    margin-right: 10px;
    flex-shrink: 0;
}
.b-save__item{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 22.6px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #E7E7E7;
}
.b-save__item:last-child{
    border-bottom: none;
}
.b-save__item-left{

}
.b-save__item-name{
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #24211F;
    margin: 0 0 5px 0;
}
.b-save__item-date{
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #24211F;
}
.b-save__item-number{
    width: 69px;
    height: 24px;
    background: #FF8202;
    border-radius: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b-save__item.active{
    background: #F8F8F8;
}
.b-save__item.active .b-save__item-name ,
.b-save__item.active .b-save__item-date{
    color: #FF8202;
}
.b-save__item.active .b-save__item-number{
    background: #F1F1F1;
    color: #FF8202;
}
.b-save__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 35px 0;
}
.b-save__top .b-account__pagination-input{
    background: #ffffff;
}
.b-save__top-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b-save__top .b-title{
    margin: 0 20px 0 0;
}
.b-save__top-rename{
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    text-decoration-line: underline;
    color: #FF8202;
    transition: 0.3s;
}
.b-save__top-rename:hover,
.b-save__top-rename:focus{
    text-decoration: underline;
    opacity: 0.8;
    transition: 0.3s;
}
.b-save__btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px 0;
}
.b-save__btns-right{
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}
.b-save__btns .b-checkbox{
    margin: 0 65px 0 0;
}
.b-save__btns-left .b-checkbox input[type="checkbox"] + label{
    align-items: center;
}
.b-save__btns-left .b-checkbox input[type="checkbox"] + label i{
    text-decoration: underline;
    color: #8C8C8C;
    font-size: 14px;
}
.b-save__btn{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 65px;
}
.b-save__btn:last-child{
    margin-right: 0px;
}
.b-save__btn svg{
    width: 15px;
    flex-shrink: 0;
    margin: 0 10px 0 0;
    fill: #8C8C8C;
    text-decoration: none;
}
.b-save__btn span{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-decoration-line: underline;
    color: #8C8C8C;
}
.b-save__btns .b-cart__remove{
    text-decoration: underline;
}
.b-save__col{
    width: 20%;
    margin-bottom: 10px;
}
.b-item{
    position: relative;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}
.b-item__check{
    position: absolute;
    top: 5px;
    left: 5px;
}
.b-item__check input[type="checkbox"] + label span{
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}
.b-item__check input[type="checkbox"]:checked + label span:after{
    background: transparent url("../img/check.svg") center no-repeat;
    width: 12px;
    height: 9px;
}
.b-item__delete{
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    width: 20px;
    height: 20px;
}
.b-item__delete:before{
    content: "";
    display: block;
    background: url("../img/item-delete.svg") center no-repeat;
    width: 100%;
    height: 100%;
}
.b-item__content{
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.b-item__row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px 0;
}
.b-item__row-name{
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #24211F;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.b-item__row-name span{
    width: 32px;
    height: 20px;
    background: #F1F1F1;
    border: 1px solid #C4C4C4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #24211F;
    margin-right: 5px;
}
.b-item__btns{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.b-item__download{
    background: #A4B748;
    border-radius: 6px;
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    color: #FFFFFF;
    transition: 0.3s;
    margin-right: 10px;
}
.b-item__download svg{
    width: 14px;
    fill: #ffffff;
    margin-right: 6px;
    flex-shrink: 0;
}
.b-item__download:hover{
    background: #B4C758;
    transition: 0.3s;
}
.b-item__download:active{
    background: #9CAF3D;
    transition: 0.3s;
}
.b-item__cart{
    width: 34px;
    height: 34px;
    background: #FF7F00;
    border-radius: 5px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.b-item__cart svg{
    fill: #ffffff;
    width: 17px;
}

.b-item__nav{
    position: relative;
}
.b-item__nav-ico{
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.b-item__nav-circle{
    width: 4px;
    height: 4px;
    background: #FF8000;
    border-radius: 100%;
    margin: 0 0 2px 0;
    position: relative;
    z-index: 10;
}
.b-item__nav-circle:last-child{
    margin: 0;
}
.b-item__nav-dropdown{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    height: 76px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: -1;
}
.b-item__nav-dropdown ul{

}
.b-item__nav-dropdown ul li{
    margin-bottom: 5px;
    position: relative;
}
.b-item__nav-dropdown ul li:last-child{
    margin: 0;
}
.b-item__nav-dropdown ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.65;
    color: #24211F;
    text-decoration: none;
    padding: 5px 10px 5px 25px;
    transition: 0.3s;
}
.b-item__nav-dropdown ul li a:after{
    display: block;
    content: "";
    background: url("../img/right-arrow.svg") center no-repeat;
    width: 3px;
    height: 6px;
    filter: brightness(0.5);
    transition: 0.3s;
}
.b-item__nav-dropdown ul li a:hover{
    color: #FF7F00;
    transition: 0.3s;
}
.b-item__nav-dropdown ul li a:hover:after{
    filter: brightness(1);
    transition: 0.3s;
}
.b-dropdown{
    position: absolute;
    top: -5px;
    left: 103%;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: -1;
}
.b-dropdown:before{
    position: absolute;
    right: 100%;
    top: 0;
    content: "";
    width: 20px;
    height: 100%;
}
.b-item:hover{
    z-index: 13;
}
.b-item__nav-dropdown ul li .b-dropdown li a:after{
    display: none;
}
.b-item__nav-dropdown ul li .b-dropdown li{
    margin: 0;
}
.b-item__nav-dropdown ul li .b-dropdown li a{
    justify-content: flex-start;
    padding: 5px 17px;
}
.b-item__nav-dropdown ul li .b-dropdown li a:before{
    display: block;
    content: "";
    background: url("../img/right-arrow.svg") center no-repeat;
    width: 3px;
    height: 6px;
    filter: brightness(0.5);
    transition: 0.3s;
    margin-right: 10px;
}
.b-item__nav-dropdown ul li .b-dropdown li a:hover:before{
    filter: brightness(1);
    transition: 0.3s;
}
.b-item__nav:hover .b-item__nav-dropdown{
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    z-index: 9;
}
.b-item__nav-dropdown ul li:hover .b-dropdown{
    opacity: 1;
    visibility: visible;
    z-index: 9;
    transition: 0.3s;
}
.xs-pagination{
    display: none !important;
}
.btn-cancel{
    display: none;
}
.header .lightbox i{
    background: url(../img/bookmark-icon.svg) center no-repeat;
    width: 16px;
    height: 19px;
}
.header .langs-select:hover ul{
    z-index: 20;
}


.col-12.main-search{
    margin-top:5px;
}

.preview-trigger.rounded-image{
    /*border-radius: 7%;*/
}

.hover-effect.searchresult-item img:hover {
    transition: all 0.2s ease;
    opacity: 0.5;
}

.hover-effect.searchresult-item {
    /*overflow: hidden;*/
}

.hover-effect.searchresult-item img{
    transition: transform 0.4s ease;
} 
  
.hover-effect.searchresult-item:hover img{
    /*transform: scale(1.05);
    transition: transform 0.4s ease;*/
}

.position-topleft.hover-show.bg-overlay{
    padding-left: 50px !important;
}

.bg-overlay{
    background-color: unset;
}

.hover-effect.searchresult-item:hover{
    background-color: rgba( 0, 0, 0, 0.9 );
}

.position-topleft.hover-show:hover, .position-bottomleft.hover-show:hover{
    background-color: rgba( 0, 0, 0, 0.4 );
}

.searchresult-item .zoom {
    position: absolute;
    left: 7px;
    top: 7px;
    width: 40px;
    height: 40px;
    background: url(../img/zoom.svg);
    transition: all .2s ease;
    opacity: 1;
    z-index: 4;
  }

.btn-akiicon.btn-lightbox{
    border-radius: 50% !important;
    border: 2px solid;
    line-height: 1.5;
}

.fa-angle-left::before {
    content: "\f104";
}

#search::placeholder {
    text-transform: unset;
    font-size: small;
}

/*.catalog-page .filter ul li {
    margin-right: unset;
}*/

.pagination-type.small::after {
    display: none;
}

.pagination .form-control{
    font-size: unset;
}

/* bottom pagination */

.catalog-page .search-pagination a.prev {
    background: url(../img/left.svg);
  }
.catalog-page .search-pagination a.next {
    background: url(../img/right.svg);
  }
.catalog-page .search-pagination a {
    display: inline-block;
    width: 32px;
    height: 32px;
  }
.catalog-page .search-pagination * {
    vertical-align: middle;
  }
.catalog-page .search-pagination {
    font-size: 14px;
    line-height: 17px;
    color: #8a8a8a;
  }
.catalog-page .search-pagination {
    font-family: Montserrat, sans-serif;
  }

.catalog-page .search-pagination input[type="text"] {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #c4c4c4;
    font-weight: 500;
    color: #8a8a8a;
    margin: 0 2px;
  }

.catalog-page .filter .pages {
    right: 385px;
  } 

/* lightbox */

#lightboxmodal ul li form {
	position: unset;
	top: unset;
	right: unset;
	width: unset;
	box-sizing: unset;
	background: unset;
	z-index: unset;
	box-shadow: unset;
	border-radius: unset;
	padding: unset;
	display: unset
}



#lightboxmodal form ul li {
    display: unset;
    margin-right: unset;
    position: unset;
}

#lightboxmodal .pagination li{
    margin-right: unset;
}

#lightboxmodal .pagination-type.small::after {
    display: unset;
}

#lightboxmodal .akilightbox .btn-inlightbox.btn-lightbox .akiicon-lightbox::before {
    content: "\ea10";
}

#lightboxmodal .btn-akiicon.btn-lightbox{
   border: 2px solid white;
}

.field .input input[type="text"]{
    border: 1px solid #dedede !important;
}

.btn.btn-info.orange-btn{
    border-color: #d8d8d8;  /*#d8d8d8 */
    color: #5a5853;
    background: #d8d8d8;
}

/* direct download button*/
.btn-akiicon.btn-success::after{
    border: unset;
    display: unset;
    width: unset;
    height: unset;
    margin-left: unset;
    vertical-align: unset;
    content: unset;
}
.btn-akiicon.btn-success{
    border-radius: 50% !important;
    border: 2px solid;
}

.btn-group.layout-dropdown.dropdown .btn {
    /*border-top-left-radius: 50% !important;
    border-bottom-left-radius: 50% !important;*/
}

.layout-dropdown .btn{
    padding: .35rem .45rem;
}

.b-details__top-btn.btn.btn-green.btn-success{
    background: #28a745 linear-gradient(180deg,#48b461,#28a745) repeat-x !important;
}

/*.dropdown-menu{
    z-index: 9999999 !important;
    border: 1px solid red;
}*/

.b-cart__block-btn.b-cart__block-add{
    margin-bottom: 10px;
}

.price-h6.first{
    margin-left: 30px;
}