

/* Start:/local/templates/new/components/bitrix/stocks.list/.default/style.css?16052522214505*/
body {
    background: #ffffff !important;
}

.stocks-cont {
    width: 1200px;
    margin: 0 auto;
}

.salon-block {
    margin-bottom: 95px;
}

.salon-block .head-block {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.salon-block .head-block .salon-name {
    font-size: 25px;
    line-height: 53px;
    color: #1A181F;
    font-weight: 700;
}

.salon-block .head-block .salon-name a {
    color: #D00025;
}

.salon-block .head-block a {
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-left: 15px;
    background: #F4F7F7;
    border-radius: 50%;
    position: relative;
}

.salon-block .head-block .salon-name a {
    width: initial;
    height: initial;
    background: initial;
    margin-left: 0;
}

.salon-block .head-block a.prev:before {
    content: url(/local/templates/new/images/arrow_left.svg);
}

.salon-block .head-block a.next:before {
    content: url(/local/templates/new/images/arrow_right.svg);
}

.salon-block .head-block a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.salon-block .body-block .stock-item {
    display: block;
    position: relative;
    width: 585px;
    height: 320px;
    border-radius: 5px;
    margin-right: 30px;
}

.salon-block .body-block .stock-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(180deg, #1A181F 0%, rgba(26, 24, 31, 0.52) 100%);
    z-index: -1;
}

.salon-block .body-block .stock-item img {
    position: absolute;
    border-radius: 5px;
    z-index: -2;
}

.slick-slide img {
    width: 100%;
}

.salon-block .body-block .stock-item .name {
    font-weight: bold;
    font-size: 25px;
    line-height: 34px;
    color: #FFFFFF;
    padding-top: 53px;
    padding-left: 43px;
    margin-bottom: 28px;
}

.salon-block .body-block .stock-item .date {
    padding: 14px 25px;
    background: #F4F7F7;
    border-radius: 85px;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #1A181F;
    width: max-content;
    margin-left: 43px;
    margin-bottom: 28px;
}

.salon-block .body-block .stock-item .text {
    font-weight: 600;
    font-size: 15px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 43px;
}

.salon-block .body-block .stock-item .stock-read-more {
    color: #ffffff;
}

#modal-stock-cont {
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    padding: 35px 48px;
    background: #ffffff;
    width: 450px;
    position: relative;
}

.close-modal {
    position: absolute;
    top: 33px;
    right: 25px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.close-modal:before {
    webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-modal:after {
    webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-modal:before, .close-modal:after {
    content: "";
    position: absolute;
    top: 10px;
    left: -2px;
    width: 26px;
    height: 3px;
    background: #4f5255;
}

#modal-stock-cont .form-name {
    font-size: 20px;
    font-weight: 600;
}

#modal-stock-cont div {
    margin-bottom: 15px;
}

.breadcrumb-cont {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .content {
        padding: 0 15px;
    }

    .stocks-cont {
        width: 100%;
        height: initial;
        margin-top: 60px;
    }

    .salon-block {
        margin-bottom: 40px;
    }

    .salon-block .head-block .salon-name {
        font-weight: bold;
        font-size: 20px;
        line-height: 36px;
    }

    .salon-block .head-block a {
        width: 38px;
        height: 38px;
    }

    .salon-block .body-block .stock-item {
        width: calc(100vw - 30px);
        height: 206px;
        margin-right: 10px;
    }

    .salon-block .body-block .stock-item img {
        height: 100%;
    }

    .salon-block .body-block .stock-item .name {
        font-size: 15px;
        line-height: 20px;
        padding-top: 17px;
        padding-left: 19px;
        margin-bottom: 10px;
    }

    .salon-block .body-block .stock-item .date {
        padding: 10px 17px;
        font-size: 10px;
        line-height: 14px;
        margin-left: 19px;
        margin-bottom: 10px;
    }

    .salon-block .body-block .stock-item .text {
        margin: 0 19px;
        font-size: 10px;
        line-height: 14px;
    }

    #modal-stock-cont {
        width: initial;
        padding: 35px 20px;
    }
}
/* End */


/* Start:/local/templates/new/components/bitrix/breadcrumb/.default/style.css?1605252221327*/
.breadcrumb-cont .breadcrumbs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb-cont .breadcrumbs li, .breadcrumb-cont .breadcrumbs a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: rgba(26, 24, 31, 0.5);
    text-decoration: none;
}
/* End */
/* /local/templates/new/components/bitrix/stocks.list/.default/style.css?16052522214505 */
/* /local/templates/new/components/bitrix/breadcrumb/.default/style.css?1605252221327 */
