

/* Start:/local/templates/market/components/krayt/krayt.section.main/template_costum/style.css?17513847624689*/
.section_in_glav{
    padding: 15px 0 60px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.category-block .category-item{
    height: 161px;
    min-width: 161px;
    background: var(--main_bg_gray);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    transition: 0.2s all linear;
    padding: 5px;
    overflow: hidden;
    margin-right: 26px;
    flex: 1;
}

.category-block .category-item:last-child{
    margin-right: 0;
}

.category-block .category-item:hover{
    transition: 0.2s all linear;
    background-color: #EAEAEA;
}
.category-block .category-item:active{
    transition: 0.2s all linear;
    background-color: #D7D7D7;
}
.category-block .category-item:hover .title > div{
    color: var(--main-txt);
}

.category-block .category-item-img {
    height: 95px;
    width: 95px;
}

.category-block .category-item-img .img-box {
    border-radius: 0;
    position: relative;
    width: 100%;
    height: 100%;
    transition: .25s;
    overflow: hidden;
}

.category-block .category-item-img .img-box .img {
    border-radius: 0%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.category-block .category-item .title{
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    margin-top: 10px;
    max-width: 140px;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*for slider*/
.category-block{
    position: relative;
}

.category-block .swiper{
    width: 100%;
    overflow: hidden;
}

.section_in_glav .category-block .swiper-main-categories-prev.swiper-button-disabled,
.section_in_glav .category-block .swiper-main-categories-next.swiper-button-disabled{
    opacity: 0;
    transition: 0.2s all;
}

.section_in_glav .category-block .swiper-main-categories-prev:after,
.section_in_glav .category-block .swiper-main-categories-next:after{
    content: '';
}

.section_in_glav .category-block .swiper-main-categories-prev,
.section_in_glav .category-block .swiper-main-categories-next{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.2s transform linear, 0.3s scale linear;
    z-index: 40;
}

.section_in_glav .category-block .swiper-main-categories-prev svg,
.section_in_glav .category-block .swiper-main-categories-next svg{
    fill: var(--main_text_black);
    transition: 0.2s all linear;
    will-change: transform;
}

.section_in_glav .category-block .swiper-main-categories-next{
    right: -20px;
}

.section_in_glav .category-block .swiper-main-categories-prev{
    left: -20px;
}

.section_in_glav .category-block .swiper-main-categories-prev:hover svg{
    transform: translateX(-2px);
    transition: 0.2s all linear;
}

.section_in_glav .category-block .swiper-main-categories-next:hover svg{
    transform: translateX(2px);
    transition: 0.2s all linear;
}

.section_in_glav .category-block .swiper-main-categories-prev:active,
.section_in_glav .category-block .swiper-main-categories-next:active{
    transform: scale(0.9);
    transition: 0.2s all linear;
}

@media (max-width: 992px){
    .section_in_glav{
        padding: 15px 0 40px 0;
    }
    .category-block .category-item{
        min-width: 140px;
        height: 140px;
        margin-right: 16px;
    }
}
@media (max-width: 768px){
    .section_in_glav .category-block .swiper-main-categories-prev,
    .section_in_glav .category-block .swiper-main-categories-next {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
    }
    .section_in_glav .category-block .swiper-main-categories-next{
        right: -15px;
    }
    .section_in_glav .category-block .swiper-main-categories-prev{
        left: -15px;
    }
}
@media (max-width: 576px){
    .category-block .category-item .title{
        font-size: 12px;
    }
    .section_in_glav .category-block .swiper-arrow{
        display: none;
    }
    .section_in_glav{
        padding: 12px 0 25px 0;
    }
}
/* End */


/* Start:/local/templates/market/components/krayt/krayt.comments/vue1/style.css?175138476221065*/
.reviews-header {
    transition: opacity .5s ease;
    overflow: hidden;
    width: 310px!important;
    margin-left: 120px;
}

#comment_list_wrp{
    flex: 1;
    overflow: hidden;
}
.reviews-header-row>div{
    width: 100%;
    margin-bottom: 0px;
}
.reviews-header .rating {
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews-header .stars-list {
    display: flex;
    align-items: center;
    pointer-events: none;
}
.reviews-header .stars-list > .star:not(:last-child){
    margin-right: 5px;
}
.reviews-header .star,
.reviews-header .star.empty{
    width: 22px;
    height: 22px;
}
.reviews-header .count-rating {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
}
.reviews-header .all_rating {
    font-size: 14px;
    font-weight: 400;
    color: var(--main-txt);
}

.reviews-header .item {
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.reviews-header-row .ec_comment_show{
    font-size: 16px;
    cursor: pointer;
    height: 56px;
}
.reviews-header .item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
}
.reviews-header .item span:first-child {
    width: 33%;
}
.reviews-header .item span:nth-child(2) {
    order: 3;
}
.reviews-header .item .rating-line {
    width: 172px;
    height: 6px;
    margin-top: 4px;
    background: #eee;
    border-radius: 15px;
}
.reviews-header .item .rating-line span {
    display: block;
    height: 100%;
    border-radius: 10px;
    background: #455360;
}

.ec-comment .author .ec-rating span{
    margin-left: 10px;
    font-size: 13px;
    font-weight: 400;
}
div.element_description .ec-rating{
    background-color: transparent;
}
.comments_rating .ec-rating .ec-criteria .star{
    cursor: pointer !important;
}

.comments_rating .ec-rating .ec-criteria .ec-criteria-rating{
    flex-direction: row-reverse;
}

.element_description .author {
    color: #636363;
    font-size: 13px;
    /*width: 30%;*/
    width: 19%;
    flex-shrink: 0;
    padding-right: 15px;
}

.element_description .author .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 11px;
}
.element_description .author .city,
.element_description .author time {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--main_text_gray);
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.element_description .author .city{
    margin-bottom: 12px;
}

.element_description .author time {
    display: inline-block;
    margin-bottom: 16px;
}


.element_description .emarket-comments {
    position: relative;
    font-size: 14px;
    background-color: #fff;
    width: 100%;
    padding-top: 20px;
}

.element_description .emarket-comments .emarket-comments-wrap{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    /*gap: 120px;*/
}

.element_description .emarket-comments h2{
    display: none;
}
.element_description .emarket-comments .rating,
.element_description .ec-rating .ec-criteria .ec-criteria-rating,
.element_description .ec-rating .ec-criteria-full .ec-criteria-rating {
    display: flex;
    align-items: center;
    /*gap: 2px;*/
}

.element_description .ec-rating .ec-criteria .ec-criteria-rating>a:not(:last-child){
    margin-right: 2px;
}

.element_description .ec-rating .ec-criteria-full .ec-criteria-rating>*:not(:last-child){
    margin-right: 2px;
}

.element_description .emarket-comments .rating span {
    position: relative;
    top: -5px;
    padding-left: 7px;
    margin-right: 10px;
    font-weight: 600;
}
.ec-comment.row{
    border-top: 1px solid #dfdfdf;
}
.ec-comments-list.clear{
    border-bottom: 1px solid #dfdfdf;
}

.element_description .ec-comments-add {
    overflow: hidden;
    transition: opacity .5s ease;
}

.element_description .ec-comments-add.open {
    display: block
}

.element_description .ec-comments-add span {
    padding-top: 15px;
    padding-bottom: 5px;
    display: block;
    font-weight: 500;
}

.element_description .ec-comments-add span:first-child {
    padding-top: 0
}

.element_description .ec-comments-add span:after {
    content: "*";
    color: var(--main_color);
    padding-left: 3px;
}

.comment-form{
    width: 500px;
}

.ec-input-param{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.ec-input-param:last-child{
    height: 44px;
}

.element_description .ec-comments-add input, .element_description .ec-comments-add textarea {
    width: 100%;
    border: 1px solid #DDDDDD;
    padding: 5px 5px 5px 16px;
    transition: .2s;
    border-radius: 6px;
}

.element_description .ec-comments-add textarea {
    resize: none;
    overflow: inherit;
    height: 100px;
}

.element_description .ec-comments-add input.ec-empty, .element_description .ec-comments-add textarea.ec-empty {
    background-color: #fbf4f4;
    color: #dd6262;
    border: 1px solid #dd6262;
}

.element_description .ec-comments-add input.ec-empty:focus, .element_description .ec-comments-add textarea.ec-empty:focus {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    color: initial;
    font-size: 14px
}

.element_description .ec-comments-add .required_fields {
    float: left;
    width: 100%;
    padding: 15px 0
}

.element_description .ec-comments-add .required_fields p {
    color: #9e9e9e
}

.element_description .ec-comments-add .required_fields span {
    display: initial;
    padding-top: 0
}
.ec_comments_new_buttons{
    width: 500px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*gap: 25px;*/
}
.ec_comments_new_buttons .btn{
    color: var(--main_text_black);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
}
.ec_comments_new_buttons .btn:first-child{
    margin-right: 25px;
}
#ec_comment_add,
#ec_comment_cancel{
    width: 50%;
    transition: 0.2s all linear!important;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus, .btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus{
    background-color: var(--main_color);
}

#ec_comment_cancel{
    height: 50px;
    border-radius: 6px;
    background-color: var(--border-bottom-gray);
    transition: 0.2s all linear;
}

#ec_comment_cancel:hover{
    background: var(--gray-button-hover);
    transition: 0.2s all linear;
}

#ec_comment_cancel:active {
    transform: scale(0.95);
    transition: 0.2s all linear;
}
.element_description .ec-comments-add .ec-left {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.element_description .ec-comments-captcha_title span {
    padding-top: 15px !important
}
.element_description .ec-comments-captcha img {
    height: 50px;
    width: auto;
}

.element_description .comments_rating {
    padding-left: 60px;
    width: 400px;
}

.comments_rating .star, .comments_rating .star.empty{
    width: 22px;
    height: 22px;
}

.element_description .ec-rating {
    background-color: #f5f5f5;
    max-width: 365px
}

.element_description .ec-rating span:after {
    display: none
}

.element_description .ec-rating .ec-criteria, .element_description .ec-rating .ec-criteria-full {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.element_description .ec-rating .ec-criteria-full {
    padding-top: 10px;
    border-top: solid 1px #e6e6e6;
    margin-top: 15px;
    pointer-events: none;
}

.element_description .ec-rating .ec-criteria span, .element_description .ec-rating .ec-criteria-full span {
    float: left;
    width: 60%;
    padding-bottom: 0;
    font-weight: 400;
}
.element_description .ec-rating .ec-criteria .ec-criteria-val, .element_description .ec-rating .ec-criteria-full .ec-criteria-val {
    margin-left: 8px;
    margin-top: 1px;
    font-size: 13px;
    font-weight: 400;
    color: var(--main-txt);
}

.element_description .ec-rating .ec-criteria-full span {
    /*padding-bottom: 20px;*/
    font-weight: 500;
}

.element_description .ec-comment {
    padding: 50px 0 44px 0;
    border-bottom: 1px solid #e6e6e6;
}

.element_description .ec-comment:first-child {
    padding-top: 0;
}

.element_description .ec-comment .ec-rating {
    display: flex;
    align-items: center;
    padding: 0;
    background: 0 0;
    flex: 0 0 auto;
    max-width: 100%;
    margin-right: 20px;
    margin-bottom: 10px;
}

.element_description .ec-comment .ec-rating-stars{
    display: flex;
}

.element_description .ec-comment .rating_comments .ec-rating .star {
    position: relative;
    top: -1px;
    -webkit-transition: none;
    transition: none
}
.element_description .ec-comment .ec-rating>div:not(:last-child){
    margin-right: 2px;
}

.element_description .ec-comment .rating_comments i {
    font-size: 20px;
    position: absolute;
    color: #2196f3;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: ease-out .3s;
    transition: ease-out .3s;
    top: -1px
}

.element_description .ec-comment .rating_comments .ec-rating-list-show {
    color: var(--main_color);
    float: left;
    line-height: 17px;
    display: flex;
    font-size: 14px;
    position: relative;
    border-bottom: 1px dashed var(--main_color);
    flex: 0 0 auto;
    max-width: 100%;
}
.ec-rating-list-show:after{
    content: '';
    width: 7px;
    height: 7px;
    position: absolute;
    bottom: 7px;
    right: -16px;
    border-bottom: 1px solid var(--main_font_color);
    border-left: 1px solid var(--main_font_color);
    transform: rotate(-45deg);
    transition: .2s;
}
.ec-rating-list-show.arrow-top:after{
    bottom: 3px;
    transform: rotate(135deg);
}
.element_description .ec-comment .rating_comments .ec-rating-list-show:hover {
    border-bottom-color: transparent;
}

.element_description .ec-comment .rating_comments .ec-rating-list-show:active {
    color: var(--main_color);
}

.element_description .ec-comment .rating_comments .ec-rating-list-show.arrow-top i {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.element_description .ec-comment .ec-rating-list {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.element_description .ec-comment .msg {
    width: 100%;
}

.element_description .ec-comment .msg span {
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 10px;
}
.element_description .ec-comment .msg p{
    font-weight: 300;
    font-size: 16px;
    line-height: 190%;
    max-width: 850px;
    white-space: pre-wrap;
}

.element_description .ec-comment .msg-plus {
    margin-bottom: 40px;
}


.element_description .no-comment {
    text-align: center;
    display: block;
    padding: 20px 0;
}

.star {
    background-image: url(/local/templates/market/components/krayt/krayt.comments/vue1/images/star_full.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: none;
    fill: var(--main_color)!important;
}

.star:hover {
    cursor: pointer
}

.star.empty {
    background-image: url(/local/templates/market/components/krayt/krayt.comments/vue1/images/star_empty.svg);
}

.star:hover{
    background-image: url(/local/templates/market/components/krayt/krayt.comments/vue1/images/star_full.svg);
}

.star:hover ~ .star{
    background-image: url(/local/templates/market/components/krayt/krayt.comments/vue1/images/star_full.svg);
}

.star.half {
    background-image: url(/local/templates/market/components/krayt/krayt.comments/vue1/images/star_half.svg);
}

.star.empty.active {
    background-image: url(/local/templates/market/components/krayt/krayt.comments/vue1/images/star_full.svg);
}
.star, .star.empty {
    height: 16px;
    width: 16px;
    cursor: default !important;
}

.error-rating{
    background-color: #fbf4f4;
    color: #dd6262;
    border: 1px solid #dd6262;
    border-radius: 6px;
    padding: 5px;
    text-align: center;
    margin-top: 15px;
    display: none;
}
.error-rating.show{
    display: block;
}

.author time, .author p:not(.name) {
    font-size: 14px;
    color: #8d8d8d;
}

.comments_rating span {
    margin-right: auto;
}
.reviews-plug {
    display: flex;
    /*align-items: center;*/
    align-items: start;
    justify-content: space-between;
    flex-direction: row;
    transition: opacity .5s ease;
    overflow: hidden;
    width: 100%;
    flex-wrap: wrap-reverse;
}

.reviews-plug-l p {
    color: #D7D7D7;
    margin-bottom: 23px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}

.reviews-plug-l svg {
    fill: var(--main_bg_gray);
}


.reviews-plug-r{
    width: 310px;
    margin-bottom: 40px;
}
.rating-marks{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    margin-bottom: 40px;
}
.reviews-plug-r svg {
    fill: var(--border-bottom-gray);
}
.no-marks{
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}
.ec_comment_show{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    width: 100%;
    cursor: pointer;
}
.reviews-plug * {
    /*flex-shrink: 0;*/
}
#CommentModalModeration {
    width: 400px;
    max-width: calc(100% - 20px);
    padding: 60px 40px 40px;
}
#CommentModalModeration svg {
    display: block;
    margin: 0 auto 40px;
}
#CommentModalModeration svg + p{
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
}
#CommentModalModeration .popup-window-buttons{
    padding: 0;
}
#CommentModalModeration .ok-btn{
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background: var(--main_color);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    transition: 0.2s;
    margin: 40px 0 0;
    padding: 0;
    color: var(--main_text_button);
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    font-family: 'Roboto';
}
#CommentModalModeration .ok-btn:hover{
    background-color: var(--yellow-button-hover);
}
#CommentModalModeration .ok-btn:active{
    transform: scale(0.95);
}

/*Modal*/
.modal-comment{
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-comment-layout{
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.modal-comment-content {
    position: relative;
    background-color: #fff;
    width: 400px;
    max-width: calc(100% - 20px);
    padding: 60px 40px 40px;
    border-radius: 12px;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
}

.modal-comment-title{
    margin-bottom: 32px;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: var(--main_text_black);
    display: flex;
    justify-content: center;
    padding: 0;
}

.modal-comment svg{
    display: block;
    margin: 0 auto 40px;
}

.modal-comment-text{
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: center;
}

.modal-comment-ok-btn{
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background: var(--main_color);
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    transition: 0.2s;
    margin: 40px 0 0;
    padding: 0;
    color: var(--main_text_button);
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: none;
    font-family: 'Roboto';
}

.modal-comment-ok-btn:hover{
    background-color: var(--yellow-button-hover);
}

.modal-comment-ok-btn:active{
    transform: scale(0.95);
}
.reviews_count{
    font-weight: 600;
    font-size: 14px;
    color: #9ea8ae
}

@media (max-width: 1280px){
    .reviews-header{
        margin-left: 80px;
    }
}
@media (max-width: 1180px){
    .element_description .emarket-comments .emarket-comments-wrap{
        flex-direction: column-reverse;
    }
    .reviews-header{
        margin: 0;
    }
    .element_description .ec-comment:first-child{
        padding-top: 50px;
    }
    .reviews-header-row>div{
        width: 310px;
    }
}
@media(max-width: 940px){
    .element_description .comments_rating{
        width: 325px;
    }
    .comment-form,
    .ec_comments_new_buttons{
        width: 400px;
    }
}
@media(max-width: 768px){
    .element_description .author{
        width: 24%;
    }
    .ec_comments_new_buttons{
        width: 100%;
    }
    .element_description .comments_rating{
        padding-left: 0 !important;
        margin-top: 24px;
        width: 100% !important;
    }
    .comment-form{
        width: 100%;
    }
    div.element_description .ec-rating{
        max-width: 100%;
    }
}
@media(max-width: 678px){
    .reviews-header .item:last-child{
        margin-bottom: 30px;
    }
    .reviews-header{
        margin-bottom: 0;
        width: 100%!important;
    }
    .reviews-header-row>div{
        width: 100%;
    }
    .reviews-header .item .rating-line{
        width: 93%;
        margin: 4px 20px 0 20px;
    }
    .reviews-header .item span:first-child{
        width: 28%;
    }
}
@media(max-width: 576px){
    .reviews_count{
        font-weight: 500;
        font-size: 13px;
        color: #9ea8ae
    }
    .element_description .author{
        width: 33%;
    }
    .element_description .emarket-comments {
        padding: 0;
    }
    .reviews-header .stars-list > .star:not(:last-child){
        margin-right: 4px;
    }
    .reviews-header .star,
    .reviews-header .star.empty{
        width: 20px;
        height: 20px;
    }
    .reviews-header .count-rating{
        font-size: 16px;
        line-height: 19px;
    }
    .reviews-header .rating{
        padding-bottom: 16px;
    }
    .reviews-header-row .ec_comment_show{
        height: 48px;
    }
    .element_description .ec-comment{
        padding: 24px 0;
    }
    .element_description .ec-comment:first-child{
        padding-top: 44px;
    }
}
@media(max-width: 480px){
    .reviews_count{
        font-weight: 500;
        font-size: 13px;
        color: #9ea8ae
    }
    .reviews-plug-r{
        width: 100%;
    }
    .element_description .ec-comment{
        padding: 32px 0;
    }
    .reviews-header-row>div{
        margin-bottom: 0;
    }
    .element_description .ec-comment>.d-flex{
        flex-direction: column;
    }
    .reviews-header .item span:first-child{
        width: 45%;
    }
    .ec-comment .author .ec-rating span{
        font-size: 14px;
    }
    .element_description .author{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 24px;
    }
    .element_description .author .name{
        width: 48%;
        order: -1;
        margin-top: 3px;
        margin-bottom: 12px;
        font-size: 14px;
    }
    .element_description .author .city{
        width: 100%;
        margin-bottom: 12px;
        font-size: 12px;
    }
    .element_description .author time{
        font-size: 12px;
        margin-bottom: 0;
    }
    .element_description .ec-comment .rating_comments{
        max-width: 40%;
        order: -1;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 6px;
    }
    .element_description .ec-comment .rating_comments .ec-rating{
        max-width: none;
        margin-bottom: 0;
    }
    .element_description .ec-comment .ec-rating{
        max-width: 40%;
        order: -1;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 6px;
    }
    .element_description .ec-comment .msg-plus{
        margin-bottom: 24px;
    }
    .element_description .ec-comment .msg span{
        font-size: 14px;
        margin-bottom: 12px;
    }
    .element_description .ec-comment .msg p{
        font-size: 14px;
        line-height: 160%;
    }
}
@media(max-width: 440px){
    #CommentModalModeration{
        max-width: calc(100% - 40px);
        padding: 40px 20px 20px;
    }
    #CommentModalModeration svg{
        margin-bottom: 32px;
    }
    #CommentModalModeration .ok-btn{
        height: 46px;
        margin-top: 32px;
    }
}
/* End */


/* Start:/local/templates/market/components/bitrix/sender.subscribe/subscribe/style.css?17513847625302*/
.main_sales{
	padding: 60px 0;
}

.main_sales-wrap{
	display: flex;
	flex-direction: row;
}

.main_sales-wrap > div:first-child{
	margin-right: 30px;
}

.main_sales-item{
	background-color: var(--main_bg_gray);
	border-radius: 8px;
	overflow: hidden;
}

.main_subscribe-block{
	padding: 40px 50px;
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.main_sales-distribution{
	flex: 1;
}

#sender-subscribe{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.distribution_head{
	width: 40%;
}

.distribution_title{
	font-weight: 600;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 12px;
}

.distribution_subtitle{
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 28px;
}
.subform-row{
	flex-direction: column;
}
.subform-col.email-wrap{
	width: 410px;
}

.bx-input-group{
	width: 100%;
	height: 50px;
	background-color: #fff;
	border: 1px solid #E3E3E3;
	border-radius: 6px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 4px;
	margin-bottom: 12px;
}

.bx-form-control{
	width: 100%;
	border-radius: 6px;
	padding: 0 10px 0 20px;
	font-size: 16px;
	line-height: 16px;
	background-color: #fff !important;
}

.bx-form-control:-webkit-autofill,
.bx-form-control:-webkit-autofill:hover,
.bx-form-control:-webkit-autofill:focus,
.bx-form-control:-webkit-autofill:active  {
	-webkit-box-shadow: 0 0 0 30px white inset !important;
}

.bx-form-control::placeholder{
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: var(--main_text_gray);
}

.bx-input-group .btn-subscribe{
	width: 54px;
	height: 42px;
	background: var(--main_color);
	border-radius: 4px;
	transition: 0.2s linear;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	color: var(--main_text_button);
}

.bx-input-group .btn-subscribe svg{
	fill: currentColor;
	will-change: transform;
}

.bx-input-group .btn-subscribe:hover{
	background-color: var(--yellow-button-hover);
	transition: 0.2s linear;
}

.bx-input-group .btn-subscribe:active{
	transform: scale(0.95);
	transition: 0.2s linear;
}
.bx-input-group .btn-subscribe[disabled]{
	pointer-events: none;
	background-color: var(--border-bottom-gray);
	color: #AEAEAE;
	border: none;
	cursor: default;
}

#sender_subscribe_component{
	background: #FFFFFF;
	box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	padding: 60px 40px 40px 40px;
	width: 400px;
}
.stock-popup-wrap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.stock-popup-title{
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	margin-bottom: 40px;
}
.stock-popup-img{
	width: 80px;
	height: 80px;
	margin-bottom: 40px;
}
.stock-popup-text{
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	margin-bottom: 40px;
}
.stock_popup_ok{
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	display: block;
	width: 100%;
	background-color: var(--main_color);
	color: var(--main_text_button);
	height: 50px;
	border-radius: 6px;
	text-align: center;
	transition: 0.2s linear;
}

.stock_popup_ok:hover{
	background-color: var(--yellow-button-hover);
	transition: 0.2s linear;
}

.stock_popup_ok:active{
	transform: scale(0.95);
	transition: 0.2s linear;
}

#sender_subscribe_component .popup-window-close-icon:after{
	background-image: url("/local/templates/market/components/bitrix/sender.subscribe/subscribe/./images/close-btn.svg");
}

#sender_subscribe_component .popup-window-close-icon{
	width: 31px;
	height: 31px;
	right: 14px;
	top: 14px;
	border-radius: 4px;
	transition: 0.2s linear;
	opacity: 1;
}

#sender_subscribe_component .popup-window-close-icon:hover{
	opacity: 1;
	background-color: var(--main_bg_gray);
	transition: 0.2s linear;
}

#sender_subscribe_component .popup-window-close-icon:active{
	background-color: #E4E4E4;
	transition: 0.2s linear;
}
.hidden-desc{
	display: none;
}

@media (max-width: 1480px){
	.distribution_head{
		width: 70%;
	}
}

@media (max-width: 1350px){
	.main_subscribe-block{
		background-position: 30%;
	}
}

@media (max-width: 1080px){
	.main_sales{
		padding: 40px 0;
	}
	.main_sales-wrap{
		flex-direction: column;
	}
	.main_sales-wrap > div:first-child{
		margin: 0 0 30px 0;
	}
}
@media (max-width: 768px){
	.distribution_head{
		width: 100%;
	}
	.main_subscribe-block{
		padding: 24px;
	}
	.main_subscribe-block{
		background: var(--main_bg_gray)!important;
	}
}
@media (max-width: 576px){
	.main_sales{
		padding: 25px 0;
	}
	.main_sales-wrap{
		flex-direction: column;
	}
	.main_sales-item{
		height: auto;
		max-height: unset;
	}
	.subform-row{
		width: 100%;
		margin: 0!important;
	}
	.subform-col{
		padding: 0!important;
	}
	.subform-row .bx-form-control{
		padding: 0 4px;
	}
	.bx-input-group{
		max-width: 300px;
	}
	.distribution_title{
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 8px;
	}
	.distribution_subtitle{
		font-weight: 400;
		font-size: 12px;
		line-height: 14px;
		margin-bottom: 20px;
	}
	.bx-input-group{
		height: 46px;
	}
	.bx-input-group .btn-subscribe{
		width: 50px;
		height: 38px;
		flex-shrink: 0;
	}
	#sender_subscribe_component{
		padding: 32px 24px 24px;
		width: calc(100% - 32px);
	}
}
@media (max-width: 440px){
	.bx-input-group{
		max-width: none;
	}
}



/* End */


/* Start:/local/templates/market/components/bitrix/main.userconsent.request/user-consent/user_consent.css?17513847625627*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(37,37,37,0.3);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	background: #FFFFFF;
	box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	width: 400px;
	min-height: 290px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 40px!important;
	min-width: 320px;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling:touch;
	max-width: 600px;
}

.main-user-consent-request-popup-header {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	margin-bottom: 32px;
	color: var(--main_text_black);
	text-align: left;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.gray-btn{
	background: var(--border-bottom-gray)!important;
	transition: 0.2s all linear;
}

.gray-btn:hover{
	background: var(--gray-button-hover) !important;
	transition: 0.2s all linear;
}

.gray-btn:active{
	transform: scale(0.95);
	transition: 0.2s all linear;
}

.main-user-consent-request-popup-button {
	background-color: var(--main_color);
	border-radius: 6px;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	transition: 0.2s all linear;
}

.main-user-consent-request-popup-button:hover {
	background-color: var(--yellow-button-hover);
	transition: 0.2s all linear;
}

.main-user-consent-request-popup-button:active {
	transform: scale(0.95);
	transition: 0.2s all linear;
}

.accept-wrap{
	padding-right: 5px!important;
}

.no_accept-wrap{
	padding-left: 5px!important;
}

.main-user-consent-request-popup-button-acc {
	color: var(--main_text_button);
}
.main-user-consent-request-popup-button-acc:hover {}
.main-user-consent-request-popup-button-rej {}
.main-user-consent-request-popup-button-rej:hover {}

.main-user-consent-request-popup-text {
	padding:0 10px 10px 0;
	width: 100%;
	height: 240px;
	background: #fff;
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
	resize: none;
	font-size: 14px;
	border-radius: 6px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	cursor: pointer;
	color: var(--main_text_black);
	font-weight: 300;
	font-size: 12px;
	line-height: 160%;
	display: flex;
	max-width: 429px;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {
	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}
	.main-user-consent-request-popup-text {
		height: 240px;
	}
}
@media (min-width: 320px) {
	.main-user-consent-request-popup-cont {
		min-height: 400px;
		width: calc(100% - 40px);
	}
}
@media(max-width: 576px){
	.main-user-consent-request-popup-cont {
		padding: 30px 15px!important;
	}
}
.main-user-consent-request-announce{
	line-height: 1.5;
}
.main-user-consent-request-announce:before{
	content: '';
	display: inline-block;
	/*float: left;*/
	flex-shrink: 0;
	height: 18px;
	width: 18px;
	text-align: center;
	margin: 2px 8px 0 0;
	border: 1px solid #C4C4C4;
	border-radius: 2px;
	background-color: #fff;
	transition: 0.2s;
}
.main-user-consent-request-announce:hover:before{
	border:1px solid var(--main-txt);
}
.bx-sender-subscribe-agreement input[type=checkbox],
.modal .modal-dialog input[type=checkbox],
#bx-soa-orderSave input[type=checkbox],
.bx-authform-input-container input[type=checkbox]{
	display: none;
}
#bx-soa-orderSave .main-user-consent-request-announce:before{
	font-size: 12px;
	margin-top: 0;
}
#bx-soa-orderSave .main-user-consent-request-announce.checked:before {
	border-color: var(--main_color)
}
.main-user-consent-request-popup-text textarea {
	color: var(--main-txt);
}

@media (max-width: 576px){
	.main-user-consent-request-popup-header,
	.main-user-consent-request-popup-textarea-block{
		margin-bottom: 12px;
	}
	.main-user-consent-request-popup-cont .accept-wrap,
	.main-user-consent-request-popup-cont .no_accept-wrap{
		padding: 0 13px!important;
	}
	.main-user-consent-request-announce:before{
		flex-shrink: 0;
	}
	.main-user-consent-request-announce{
		font-size: 10px;
		line-height: 130%;
	}
	.main-user-consent-request-popup-button{
		height: 46px;
	}
	.main-user-consent-request-popup-header{
		margin-bottom: 12px;
		/*font-size: 16px;*/
		/*line-height: 19px;*/
	}
}
/* End */


/* Start:/bitrix/components/krayt/krayt.block.sale/templates/.default/style.css?17513845552313*/
.main_sales-stock{
    width: 35%;
    max-width: 476px;
}

.main_sales-stock .main_sales-block{
    padding: 40px 50px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stock_title{
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
}

.stock_subtitle{
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 28px;
}

.stock_link{
    color: currentColor;
    padding-left: 19px;
    padding-right: 38px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    /*width: 134px;*/
    width: fit-content;
    height: 48px;
    border: 1px solid #C4C4C4;
    border-radius: 6px;
    position: relative;
    transition: 0.2s all linear;
    background: var(--main_bg_gray);
}

.stock_link:hover{
    color: var(--main_text_black);
    border-color: var(--main_text_black);
    transition: 0.2s all linear;
}

.stock_link:active{
    transform: scale(0.95);
    transition: 0.2s all linear;
}

.stock_link svg{
    position: absolute;
    right: 22px;
    top: calc(50% - 4px);
    stroke: currentColor;
}
@media(max-width: 1350px){
    .main_sales-stock .main_sales-block{
        background-size: 100%;
    }
}
@media (max-width: 1080px){
    .main_sales-stock{
        width: 100%;
        max-width: none;
        min-height: unset;
    }
    .main_sales-stock .main_sales-block{
        background-size: 55%;
    }
}
@media (max-width: 768px){
    .main_sales-stock .main_sales-block{
        padding: 24px;
    }
    .main_sales-stock .main_sales-block{
        background-size: 75%;
    }
}
@media (max-width: 576px){
    .stock_title{
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 8px;
    }
    .stock_subtitle{
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 24px;
    }
    .stock_link{
        font-size: 14px;
        height: 46px;
        width: 126px;
    }
    .stock_link svg{
        right: 20px;
    }
}

/* End */


/* Start:/local/templates/market/components/krayt/krayt.popular.brands/brand_slider1/style.css?17513847622444*/
.brands_wrapper a .brand_item_image{
	display: flex;
	justify-content: center;
	align-items: center;
}

.brands_wrapper .brand_item{
	display: flex;
	justify-content: center;
	align-items: center;
	/*height: 120px;*/
	background: #fff;
}
.block_section_link{
	display: flex;
	justify-content: center;
	align-items: center;
}
.more-brands-link{
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--main-txt);
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	text-transform: uppercase;
}
.more-brands-link i{
	line-height: 17px;
	font-weight: 600;
	margin-left: 10px;
	font-size: 14px;
	position: relative;
	top: 0px;
	transition: translate .3s;
}
.more-brands-link:hover svg{
	animation: arrow_move 1s infinite;
}
.more-brands-link:hover path{
	stroke: var(--main_color)
}
.more-brands-link svg {
	margin-left: 5px;
	margin-bottom: 1px;
}
.more-brands-link:hover{
	color: var(--main_color);
}
@keyframes arrow_move {
	0%{
		transform: translate(0px, 0);
	}
	50%{
		transform: translate(5px, 0);
	}
	100%{
		transform: translate(0px, 0);
	}
}

.brand_item .brand_item_image {
	height: 100%;
	width: 100%;
}

.brand_item .brand_item_image img{
	height: 38px;
	width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	/*transition: filter 0.5s linear;*/
	object-fit: contain;
}
.brand_item .brand_item_image:hover {
	opacity: 1;
}
.brand_item .brand_item_image:hover img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	/*transition: filter 0.5s linear;*/
}
.brand_item .brand_item_image:active img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	/*transition: filter 0.5s linear;*/
}
.wrapper_slider_brends{
	padding: 60px 0!important;
}
.brands_wrapper {
	display: grid;
	grid-template-columns: repeat(7 , 1fr);
	grid-column-gap: 30px;
	grid-row-gap:20px;
}
.brand_item {
	border: 1px solid var(--border-bottom-gray);
	border-radius: 8px;
	max-width: 220px;
	/*max-height: 108px;*/
	transition: 0.2s ;
	overflow: hidden;
}
.brand_item a {
	height: 100%;
	width: 100%;
}
.brand_item_text{
	font-size: 23px;
	text-align: center;
	display: block;
}
@media (max-width: 1480px){
	.brands_wrapper {
		grid-template-columns: repeat(4 , 1fr);
	}
}
@media (max-width: 992px){
	.wrapper_slider_brends{
		padding: 40px 0!important;
	}
	.brands_wrapper .brand_item{
		height: 70px;
		width: 142px;
	}
}
@media (max-width: 576px){
	.wrapper_slider_brends{
		padding: 25px 0!important;
	}
}
/* End */


/* Start:/local/templates/market/components/krayt/krayt.about/about1/style.css?17513847622683*/
.blocks_about_info{
  padding: 60px 0;
}

.block_about_info{
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: var(--main_bg_gray);
  color:var(--main_text_black);
  border-radius: 8px;
  margin-bottom: 120px;
  min-height: 450px;
}

.block_about_info:last-child{
  margin-bottom: 0;
}

.block_about_info:nth-child(2n){
  flex-direction: row-reverse;
}
.block_about_info .block_about_info_img{
  width: 49%;
  font-size: 0;
}
.block_about_info .block_about_info_img img{
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.block_about_info_content{
  padding: 50px;
  width: 51%;
  margin-bottom: 0!important;
}

.block_about_info_title{
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 30px;
}

.block_about_info_text{
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 32px;
}

.block_about_info_dop_info{
  display: flex;
  flex-wrap: wrap;
}

.block_about_info_dop_info .dop_info{
  margin-right: 120px;
  margin-bottom: 12px;
}
.block_about_info_dop_info .dop_info:last-child{
  margin-right: 0;
  margin-bottom: 0;
}

.block_about_info_dop_info .value{
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 8px;
}

.block_about_info_dop_info .description{
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 1380px){
  .block_about_info_dop_info .dop_info{
    margin-right: 80px;
  }
}
@media (max-width: 1024px){
  .block_about_info_dop_info .value{
    font-size: 26px;
    margin-bottom: 6px;
  }
}
@media (max-width: 992px){
  .block_about_info_title{
    font-size: 26px;
    margin-bottom: 24px;
  }
  .blocks_about_info{
    padding: 40px 0;
  }
  .block_about_info,
  .block_about_info:nth-child(2n){
    flex-direction: column-reverse;
  }
  .block_about_info .block_about_info_img img{
    max-height: 550px;
  }
  .block_about_info .block_about_info_img,
  .block_about_info_content{
    width: 100%;
  }
  .block_about_info_content{
    padding: 30px 20px 40px 20px;
  }
}
@media (max-width: 576px){
  .blocks_about_info{
    padding: 25px 0;
  }
  .block_about_info_title{
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 12px;
  }
  .block_about_info_text{
    font-size: 14px;
    margin-bottom: 40px;
  }
  .block_about_info_dop_info .value{
    font-size: 20px;
    margin-bottom: 4px;
  }
  .block_about_info_dop_info .dop_info{
    margin-right: 50px;
  }
  .block_about_info_dop_info .description{
    font-weight: 400;
    font-size: 12px;
  }
}
/* End */
/* /local/templates/market/components/krayt/krayt.section.main/template_costum/style.css?17513847624689 */
/* /local/templates/market/components/krayt/krayt.comments/vue1/style.css?175138476221065 */
/* /local/templates/market/components/bitrix/sender.subscribe/subscribe/style.css?17513847625302 */
/* /local/templates/market/components/bitrix/main.userconsent.request/user-consent/user_consent.css?17513847625627 */
/* /bitrix/components/krayt/krayt.block.sale/templates/.default/style.css?17513845552313 */
/* /local/templates/market/components/krayt/krayt.popular.brands/brand_slider1/style.css?17513847622444 */
/* /local/templates/market/components/krayt/krayt.about/about1/style.css?17513847622683 */
