

/* Start:/local/templates/milana2024/components/bitrix/news.detail/bloggers/style.css?174291262742562*/
.social__top{
    display: flex;
    align-items: start;
    gap: 100px;

    margin-bottom: 80px;
}

.social__img{
    width: 40%;
    position: relative;
}

.social__right{
    width: 60%;
}

.social__img img{
    width: 100%;
    max-height: 470px;
    height: auto;
    object-fit: cover;
}

.social__name{
    margin-top: 0;

    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 40px;
}

.social__name span{
    font-size: 42px;
}

.social__desc{
    margin-bottom: 30px;
    max-width: 600px;
}

.social__histories{
    display: flex;

    gap: 15px;
    flex-wrap: wrap;
}

.social__title{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;

    text-transform: uppercase;

}

.social__events, .social__posts{
    margin-bottom: 100px;
}

.social__post-name, .social__event-name{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;

    margin-bottom: 20px;
}

.social__post, .social__event{
    position: relative;

    display: flex;
    justify-content: start;
    flex-direction: column;

    gap: 0px;

    padding: 0px;

    height: 100%;
}

.social__post-left, .social__event-left{
    height: 100%;

    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.social__post-img, .social__event-img{
    width: 100%;
    height: 100%;
    max-height: 350px;

    background-size: cover;
    background-position: center;

    margin-bottom: 20px;
}

.social__post-desc, .social__event-desc{
    max-width: 700px;
    margin-bottom: 20px;
}

.social__post-btn, .social__event-btn{
    width: 100%;
}

.social__events-items, .social__posts-items{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 60px;
}

.social__events-items .social__event:nth-child(2n), .social__posts-items .social__post:nth-child(2n){
    flex-direction: column;
}

.social__events-items .social__event:nth-child(2n + 1):before, .social__posts-items .social__post:nth-child(2n + 1):before{
    display: none;
}

.social__events-items .social__event:nth-child(2n) .social__event-left, .social__posts-items .social__post:nth-child(2n) .social__post-left{
    text-align: right;
    align-items: end;
}

.social__events-items .social__event:nth-child(2n) .social__event-info, .social__posts-items .social__post:nth-child(2n) .social__event-info{
    justify-content: end;
}

.social__socs{
    top: 0;
    position: absolute;
    right: 0;
    transform: translateX(150%);

    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social__soc{
    width: 20px!important;
    height: 20px!important;

    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.social__event-desc{
    margin-bottom: 20px;
}

.social__event-info{
    display: flex;
    gap: 120px;
}

.social__event-info div span:first-child{
    font-weight: 700;
}

.social__event-info div{
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.social__event-desc{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.social__event-mob, .social__post-mob{
    display: none;
    text-align: center;
}


/********* БЛОГЕРЫ ********/
.slider-progress {
    width: 95%;
    margin: 0 auto;
    height: 4px;
    background: rgb(255 255 255 / 45%);
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
    opacity: 0;
}

.blogger-span-mob {
    display: none;
}

.social a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: .4s;
}

.social a:hover img {
    opacity: .5;
}

.blogger-name-mob {
    display: none;
}

.infos-stories {
    position: absolute;
    top: 30px;
    transition: .4s;
    opacity: 0;
    left: 10px;
    display: flex;
    align-items: center;
}

.infos-stories img {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    display: block;
    margin-right: 17px;
}

.close-stories {
    background: url(/local/templates/milana2024/components/bitrix/news.detail/bloggers/assets/images/close-s.svg);
    position: absolute;
    top: 30px;
    right: 30px;
    width: 21px;
    height: 21px;
    cursor: pointer;
}

.product-stories a {
    display: inline-block;
    background: #8C2837;
    color: #fff;
    transition: .4s;
    font-size: 13px;
    text-decoration: none;
    padding: 11px 38px 9px;
    margin: 40px 0 0;
}

.product-stories a:hover {
    background: #000;
}

.infos-stories p {
    font-family: 'Optima-Cyr-Bold';
    color: #fff;
    margin: 0 9px 0 0;
}

.infos-stories span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.slider-progress .progress {
    width: 0%;
    position: relative;
    height: 4px;
    background: #fff;
}

.stories-fixed-slid {
    position: relative;
    text-align: center;
    width: 380px;
    height: 680px;
    max-height: 70vh;
    transition: .4s;
}

.product-stories {
    text-align: center;
}

.stories-fixed-slid .photo {
    width: 100%;
    height: 100%;
    position: relative;
}

.stories-fixed-slid .photo::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    transition: .4s;
    opacity: 0.3;
}

.voice {
    color: #fff;
    font-size: 14px;
    margin-left: 35px;
    margin-top: 35px;
    margin-bottom: 25px;
    padding-left: 40px;
    line-height: 1;
    position: relative;
    cursor: pointer;
}

.voice::before {
    content: '';
    background: url(/local/templates/milana2024/components/bitrix/news.detail/bloggers/images/sound.svg);
    width: 25px;
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.stories-fixed-slid .photo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-center .stories-fixed-slid .photo::before {
    opacity: 0;
}

.slick-center .stories-fixed-slid {
    transform: scale(1.1);
    pointer-events: none;
}

.stories-fixed-slid iframe {
    pointer-events: all;
}

.slick-center .stories-fixed-slid .slider-progress, .slick-center .stories-fixed-slid .infos-stories {
    opacity: 1;
}

.stories-fixed-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 85%);
    top: 0;
    left: 0;
    z-index: 99999;
}

.bloggers-container-block {
    display: flex;
    align-items: center;
    margin-bottom: 150px;
}

.blogger-photo {
    width: 465px;
    height: 510px;
    flex-shrink: 0;
    margin-right: 110px;
    position: relative;
}

.blogger-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bloggers-product-cart > div {
    display: flex;
    align-items: center;
}

.stories {
    display: flex;
}

.blogger-name {
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Optima-Cyr-Bold';
    line-height: 1.1;
    margin-bottom: 10px;
}

.blogger-info > span {
    display: block;
    line-height: 1.1;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.blogger-info > a {
    display: inline-block;
    background: #8C2837;
    color: #fff;
    transition: .4s;
    text-decoration: none;
    padding: 11px 38px 9px;
    margin: 40px 0 90px;
}

.blogger-info > a:hover {
    background: #000;
}

.stories-block {
    border: 13px solid #F6F6F8;
    border-radius: 50%;
    width: 106px;
    flex-shrink: 0;
    height: 106px;
    margin-right: 15px;
    cursor: pointer;
}

.stories-block img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stories a {
    width: 106px;
    height: 106px;
    background: #F6F6F8;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    text-decoration: none;
    color: #B2B2B2;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 50%;
    transition: .4s;
}

.bloggers-container-block:nth-child(even) {
    flex-direction: row-reverse;
    background: #F6F6F8;
    padding: 115px 40px 140px 0;
    width: calc(100% + 40px);
}

.other-blogger-slid {
    display: flex;
    align-items: center;
}

.other-blogger-slid .info span {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.1;
    margin-bottom: 60px;
    display: block;
}

.bloggers-container-page .blogger-info {
    width: 50%;
    max-width: 720px;
}

.stories-slider {
    padding: 0 55px;
    margin-top: 70px;
}

.other-blogger-slider .slick-prev,
.stories-slider .slick-prev {
    left: 0;
}

.other-blogger-slider .slick-next,
.stories-slider .slick-next {
    right: 0;
}

.other-blogger-slider {
    padding: 0 80px;
    margin: 80px 0 140px;
}

.other-blogger-slider .slick-prev:before, .other-blogger-slider .slick-next:before,
.stories-slider .slick-prev:before, .stories-slider .slick-next:before {
    color: #000;
    font-size: 28px;
}

.other-blogger-slid .info > a {
    display: inline-block;
    background: #8C2837;
    color: #fff;
    transition: .4s;
    font-size: 13px;
    text-decoration: none;
    padding: 11px 38px 9px;
    margin: 0 0 0;
}

.other-blogger-slid .info > a:hover {
    background: #000000;
}

.other-blogger-slid .photo {
    width: 330px;
    height: 360px;
    margin-right: 25px;
}

.other-blogger-slid .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.other-blogger-slid .info p {
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Optima-Cyr-Bold';
    line-height: 1.1;
}

.other-blogger-slid .info p a {
    text-decoration: none;
    color: #000;
    transition: .4s;
}

.other-blogger-slid .info p a:hover {
    color: #8c2837;
}

.bloggers-container-page .blogger-name {
    font-size: 40px;
}

.bloggers-container-block:nth-child(even) .blogger-photo {
    margin-right: 0;
    margin-left: 110px;
}

.bloggers-container-block:nth-child(even) .stories-block {
    border: 13px solid #ffffff;
}

.bloggers-container-block:nth-child(even) .stories a {
    background: #ffffff;
}

.blogger-info {
    width: 100%;
    max-width: 700px;
}

.bloggers-container-block:last-child {
    margin-bottom: 0;
}

.bloggers-product-cart {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.bloggers-product {
    width: 290px;
    flex-shrink: 0;
    margin: 0 !important;
}

.bloggers-product-cart .mil-product-preview-item .mil-product-preview-item-price {
    margin-bottom: 0;
}

.boggers-rew {
    padding: 0 55px;
}

.bloggers-cart-product .mil-product-preview-item {
    height: auto;
}

.photo-blogger {
    width: 530px;
    height: 530px;
    flex-shrink: 0;
}

.photo-blogger img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.boggers-rew span {
    font-family: 'Optima-Cyr-Bold';
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1.1;
    display: block;
    margin-bottom: 25px;
}

.boggers-rew > a {
    display: inline-block;
    background: #8C2837;
    color: #fff;
    transition: .4s;
    font-size: 13px;
    text-decoration: none;
    padding: 11px 38px 9px;
    margin: 40px 0 0;
}

.bloggers-cart-product {
    margin-bottom: 120px;
    padding: 0;
}

.bloggers-cart-product > div {
    padding: 0 0px 0 70px;
    margin-bottom: 110px;
}

.boggers-rew > div {
    font-size: 13px;
}

.boggers-rew > a:hover {
    background: #000;
}

.bloggers-cart-product > div:nth-child(even) .bloggers-product-cart,
.bloggers-cart-product > div:nth-child(even) .bloggers-product-cart > div {
    flex-direction: row-reverse;
}

.blogger-zag {
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Optima-Cyr-Bold';
    line-height: 1.1;
}

.bloggers-cart-product > div:nth-child(even) {
    padding: 0 70px 0 0px;
}

@media (max-width: 1680px) {
    .photo-blogger {
        width: 400px;
        height: 470px;
    }

    .boggers-rew {
        padding: 0 40px;
    }

    .bloggers-cart-product {
        margin-top: 70px;
    }

    .stories-fixed-slid {
        width: 255px;
        height: 480px;
        max-height: 63vh;
    }

    .infos-stories img {
        width: 42px;
        height: 42px;
        margin-right: 11px;
    }

    .other-blogger-slid .photo {
        width: 290px;
        height: 325px;
    }

    .infos-stories, .infos-stories span {
        font-size: 13px;
    }

    .other-blogger-slider {
        padding: 0 50px;
    }

    .bloggers-product {
        width: 260px;
    }

    .photo-blogger {
        width: 35%;
        height: 390px;
        flex-shrink: 0;
    }
}

@media (max-width: 1620px) {

    .stories-block:first-child {
        display: none;
    }

    .bloggers-container-page .stories-block:first-child {
        display: block;
    }
}

@media (max-width: 1440px) {
    .blogger-photo {
        width: 360px;
        height: 465px;
        margin-right: 80px;
    }
}

@media (max-width: 1366px) {

    .bloggers-container-page .bloggers-product-cart > div,
    .bloggers-container-page .bloggers-cart-product > div:nth-child(even) .bloggers-product-cart > div {
        flex-direction: column;
        width: 35%;
    }

    .bloggers-container-page .bloggers-product {
        width: 100%;
    }

    .bloggers-container-page .bloggers-product-cart > div.photo-blogger,
    .bloggers-container-page .bloggers-cart-product > div:nth-child(even) .bloggers-product-cart > div.photo-blogger {
        width: 50%;
        height: 590px;
        flex-shrink: 0;
    }

    .bloggers-container-page .boggers-rew {
        padding: 0;
        margin-top: 35px;
    }

    .bloggers-container-page .bloggers-product-cart {
        align-items: center;
    }

    .other-blogger-slid .photo {
        width: 200px;
        height: 250px;
    }

    .other-blogger-slid .info span {
        margin-bottom: 40px;
    }

    .other-blogger-slid .info p {
        font-size: 24px;
    }
}

@media (max-width: 1024px) {
    .bloggers-container-block, .bloggers-container-block:nth-child(even) {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 80px;
    }

    .bloggers-container-page .blogger-info {
        width: 66%;
    }

    .bloggers-cart-product > div, .bloggers-cart-product > div:nth-child(even) {
        padding: 0;
    }

    .stories-block:first-child {
        display: block;
    }

    .bloggers-container-block:nth-child(even) .blogger-photo {
        margin-left: 0;
    }

    .bloggers-container-block:nth-child(even) {
        padding: 90px 30px 90px 30px;
        width: 100vw;
        margin-left: -30px;
    }

    .blogger-photo {
        width: 400px;
        max-width: 100%;
        height: auto;
        margin-right: 0;
    }

    .blogger-info {
        width: 100%;
        max-width: 100%;
        margin-top: 50px;
    }

    .bloggers-container-block:last-child {
        margin-bottom: 0;
    }

    .stories-fixed-slid {
        width: 90%;
        margin: 20px;
        max-height: 60vh;
    }

    .voice {
        margin-bottom: 40px;
    }

}

@media (max-width: 480px) {
    .blogger-info > a {
        padding: 17px 40px 15px;
        margin: 40px 0 50px;
        width: 100%;
        text-align: center;
    }

    .stories-block:nth-child(1), .stories-block:nth-child(2) {
        display: none;
    }

    .blogger-photo {
        width: 89%;
    }

    .stories-fixed-slid {
        width: 85%;
        margin: 0 auto;
        height: 570px;
        max-height: 67vh;
    }

    .stories-block {
        width: 90px;
        border: 9px solid #F6F6F8;
        height: 90px;
    }

    .stories-fixed-slid .photo::before {
        opacity: 0;
    }

    .slider-progress, .infos-stories {
        opacity: 1;
    }

    .stories a {
        width: 90px;
        height: 90px;
    }

    .bloggers-container-block:nth-child(even) .stories-block {
        border: 9px solid #ffffff;
    }

    .stories {
        padding-bottom: 20px;
    }

    .stories-slider {
        padding: 0 30px;
    }

    .bloggers-cart-product > div:nth-child(even) .bloggers-product-cart, .bloggers-cart-product > div:nth-child(even) .bloggers-product-cart > div {
        flex-direction: column;
    }

    .bloggers-cart-product > div {
        margin-bottom: 10px;
    }

    .other-blogger-slid .info > * {
        width: 100%;
        text-align: center;
    }

    .bloggers-cart-product {
        margin-bottom: 10px;
    }

    .other-blogger-slid .photo {
        width: 100%;
        height: 325px;
        margin: 0 0 30px 0;
    }

    .bloggers-container-page .boggers-rew {
        margin-top: 10px;
    }

    .bloggers-container-page .bloggers-product-cart > div.photo-blogger {
        margin-bottom: 50px;
    }

    .other-blogger-slid {
        flex-direction: column;
    }

    .other-blogger-slider {
        padding: 0 33px;
        margin: 65px 0 110px;
    }

    .blogger-info > span {
        display: none;
    }

    .blogger-name-mob {
        display: block;
        text-transform: uppercase;
        font-family: 'Optima-Cyr-Bold';
        line-height: 1.1;
        margin-bottom: 15px;
        font-size: 32px;
    }

    .other-blogger-slider .slick-prev:before, .other-blogger-slider .slick-next:before, .stories-slider .slick-prev:before, .stories-slider .slick-next:before {

        font-size: 24px;
    }

    .other-blogger-slider .slick-next, .stories-slider .slick-next {
        right: 4px;
    }

    .bloggers-container-page .bloggers-product-cart > div.photo-blogger, .bloggers-container-page .bloggers-cart-product > div:nth-child(even) .bloggers-product-cart > div.photo-blogger {
        width: 100%;
        height: auto;
        order: 1;
    }

    .bloggers-container-page .bloggers-product-cart > div, .bloggers-container-page .bloggers-cart-product > div:nth-child(even) .bloggers-product-cart > div {
        width: 100%;
        margin-bottom: 50px;
        order: 2;
    }

    .blogger-zag {
        font-size: 30px;
    }

    .blogger-span-mob {
        display: block;
        margin-bottom: 25px;
        text-transform: uppercase;
    }

    .bloggers-container-page .blogger-info {
        width: 100%;
        max-width: 100%;
    }

    .blogger-name {
        font-size: 32px;
    }

    .bloggers-container-page .blogger-name {
        display: none;
    }

    .bloggers-product-cart {
        flex-direction: column;
    }

    .bloggers-product {
        width: 100%;
    }

    .boggers-rew {
        padding: 0 0px;
        margin-top: 20px;
    }

    .slick-prev, .slick-next {
        width: 25px;
    }

    .other-blogger-slider .slick-prev, .other-blogger-slider .slick-next {
        width: 25px;
        top: 160px;
    }

    .boggers-rew > a {
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
}
/******** STYLISTS ********/
.stylist-container-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 95px;
}

.stylist-photo {
    width: 465px;
    height: 510px;
    flex-shrink: 0;
    z-index: 1;
    margin-right: 0px;
}

.stylist-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stylist-info {
    width: auto;
    z-index: 0;
    max-width: initial;
    margin-top: 60px;
    padding: 100px 140px 100px 325px;
    background: #F6F6F8;
    margin-left: -150px;
    margin-right: -40px;
}

.stylist-info > a {
    display: inline-block;
    background: #8C2837;
    color: #fff;
    transition: .4s;
    text-decoration: none;
    padding: 11px 38px 9px;
    margin: 40px 0 45px;
}

.stylist-info > a:hover {
    background: #000;
}

.stories {
    display: flex;
}

.stylist-page .stories-block {
    border: 13px solid #fff;
    border-radius: 50%;
    width: 106px;
    flex-shrink: 0;
    height: 106px;
    margin-right: 15px;
    cursor: pointer;
}

.stories-block img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stories a {
    width: 106px;
    height: 106px;
    background: #F6F6F8;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    justify-content: center;
    text-decoration: none;
    color: #B2B2B2;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 50%;
    transition: .4s;
}

.stylist-page .blogger-name {
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Optima-Cyr-Bold';
    line-height: 1.1;
    margin-bottom: 30px;
}

.stylist-container-block .stories a {
    background: #ffffff;
}

.stylist-container-block:nth-child(even) {
    flex-direction: row-reverse;
    background: transparent;
    padding: 0;
    width: auto;
}

.stylist-container-block:nth-child(even) .stylist-photo {
    margin-right: 0;
    margin-left: 0;
}

.stylist-container-block:nth-child(even) .stylist-info {
    padding: 100px 325px 100px 160px;
    margin-left: 0;
    margin-right: -150px;
}

.stylist-container-block:last-child {
    margin-bottom: 0;
}

.slider-progress {
    width: 95%;
    margin: 0 auto;
    height: 4px;
    background: rgb(255 255 255 / 45%);
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
    opacity: 0;
}

.infos-stories {
    position: absolute;
    top: 30px;
    transition: .4s;
    opacity: 0;
    left: 10px;
    display: flex;
    align-items: center;
}

.infos-stories img {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    display: block;
    margin-right: 17px;
}

.close-stories {
    background: url(/local/templates/milana2024/components/bitrix/news.detail/bloggers/images/close-s.svg);
    position: absolute;
    top: 30px;
    right: 30px;
    width: 21px;
    height: 21px;
    cursor: pointer;
}

.product-stories a {
    display: inline-block;
    background: #8C2837;
    color: #fff;
    transition: .4s;
    font-size: 13px;
    text-decoration: none;
    padding: 11px 38px 9px;
    margin: 40px 0 0;
}

.product-stories a:hover {
    background: #000;
}

.infos-stories p {
    font-family: 'Optima-Cyr-Bold';
    color: #fff;
    margin: 0 9px 0 0;
}

.infos-stories span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.slider-progress .progress {
    width: 0%;
    position: relative;
    height: 4px;
    background: #fff;
}

.product-stories {
    text-align: center;
}

.stories-fixed-slid .photo {
    width: 100%;
    height: 100%;
    position: relative;
}

.stories-fixed-slid .photo::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    transition: .4s;
    opacity: 0.3;
}

.voice {
    color: #fff;
    font-size: 14px;
    margin-left: 35px;
    margin-top: 35px;
    margin-bottom: 25px;
    padding-left: 40px;
    line-height: 1;
    position: relative;
    cursor: pointer;
}

.voice::before {
    content: '';
    background: url(/local/templates/milana2024/components/bitrix/news.detail/bloggers/images/sound.svg);
    width: 25px;
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.stories-fixed-slid .photo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-center .stories-fixed-slid .photo::before {
    opacity: 0;
}

.slick-center .stories-fixed-slid {
    transform: scale(1.1);
    pointer-events: none;
}

.stories-fixed-slid iframe {
    pointer-events: all;
}

.slick-center .stories-fixed-slid .slider-progress, .slick-center .stories-fixed-slid .infos-stories {
    opacity: 1;
}

.stories-fixed-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 85%);
    top: 0;
    left: 0;
    z-index: 99999;
}


@media (max-width: 1580px) {
    .stylist-photo {
        width: 365px;
        height: 410px;
    }

    .stylist-info {
        padding: 80px 90px 80px 150px;
        margin-left: -85px;
        margin-right: 0;
    }

    .stylist-container-block:nth-child(even) .stylist-info {
        padding: 80px 150px 80px 90px;
        margin-left: 0;
        margin-right: -85px;
    }

    .stylist-page .stories-block:nth-child(n+3) {
        display: none;
    }

    .stories-fixed-slid {
        width: 255px;
        height: 480px;
        max-height: 63vh;
    }

    .infos-stories img {
        width: 42px;
        height: 42px;
        margin-right: 11px;
    }
}

@media (max-width: 1024px) {
    .stylist-photo {
        width: 310px;
        height: 350px;
    }

    .stories-fixed-slid {
        width: 90%;
        margin: 20px;
        max-height: 60vh;
    }

    .voice {
        margin-bottom: 40px;
    }
}

@media (max-width: 480px) {
    .stories-fixed-slid {
        width: 85%;
        margin: 0 auto;
        height: 570px;
        max-height: 67vh;
    }

    .stories-fixed-slid .photo::before {
        opacity: 0;
    }

    .slider-progress, .infos-stories {
        opacity: 1;
    }

    .stylist-container-block,
    .stylist-container-block:nth-child(even) {
        flex-direction: column;
        margin-bottom: 70px;
    }

    .stylist-container-block .stylist-info,
    .stylist-container-block:nth-child(even) .stylist-info {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        background: none;
    }

    .stylist-page .blogger-name {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .stylist-photo {
        width: 100%;
        height: auto;
    }

    .stylist-container-block:last-child {
        margin-bottom: 70px;
    }

    .stylist-page .stories-block {
        border: 13px solid #F6F6F8;
    }

    .stylist-container-block .stories a {
        background: #F6F6F8;
    }
}
.review-stylist-slider .slick-slide:not(.slick-center) {
    pointer-events: none;
}

.stylist-inside-page-main .mil-product-carousel-position-right .mil-product-carousel-bg .title {
    left: 320px;
    top: 119px;
}

.stylist-inside-page-main .mil-product-carousel-position-right {
    padding-top: 170px;
}

.stylist-inside-page-main .mil-product-carousel-position-right .mil-product-carousel-bg .title .h1 {
    font-size: 40px;
}

.stylist-inside-page-main .mil-product-carousel-position-right .mil-product-carousel-container {
    padding: 50px 0 50px 55px;
}

.stylist-inside-page-main .mil-product-carousel-position-right .mil-product-carousel-bg {
    width: calc(100% - 714px);
    height: 571px;
    margin-right: 485px;
    background-image: url(/local/templates/milana2024/components/bitrix/news.detail/bloggers/images/style-in.jpg);
}

.stylist-inside-page-main .mil-product-carousel-position-right {
    background-color: transparent;
}

.stylist-container-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 95px;
}

.stylist-photo {
    width: 465px;
    height: 510px;
    flex-shrink: 0;
    z-index: 1;
    margin-right: 0px;
}

.stylist-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stylist-info {
    width: auto;
    z-index: 0;
    max-width: initial;
    margin-top: 60px;
    padding: 100px 140px 100px 325px;
    background: #F6F6F8;
    margin-left: -150px;
    margin-right: -40px;
}

.stylist-info > a {
    display: inline-block;
    background: #8C2837;
    color: #fff;
    transition: .4s;
    text-decoration: none;
    padding: 11px 38px 9px;
    margin: 40px 0 45px;
}

.stylist-info > a:hover {
    background: #000;
}


.stylist-inside-page .blogger-name {
    font-size: 35px;
    text-transform: uppercase;
    font-family: 'Optima-Cyr-Bold';
    line-height: 1.1;
    margin-bottom: 30px;
}

.stylist-container-block .stories a {
    background: #ffffff;
}

.stylist-container-block:nth-child(even) {
    flex-direction: row-reverse;
    background: transparent;
    padding: 0;
    width: auto;
}

.stylist-container-block:nth-child(even) .stylist-photo {
    margin-right: 0;
    margin-left: 0;
}

.stylist-container-block:nth-child(even) .stylist-info {
    padding: 100px 325px 100px 160px;
    margin-left: 0;
    margin-right: -150px;
}

.stylist-container-block:last-child {
    margin-bottom: 0;
}

.slider-progress {
    width: 95%;
    margin: 0 auto;
    height: 4px;
    background: rgb(255 255 255 / 45%);
    position: absolute;
    top: 14px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 12px;
    opacity: 0;
}

.infos-stories {
    position: absolute;
    top: 30px;
    transition: .4s;
    opacity: 0;
    left: 10px;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.review-stylist-fixed-slid .infos-stories {
    top: 15px;
    left: 15px;
}

.infos-stories img {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    display: block;
    margin-right: 17px;
}

.close-stories {
    background: url(/local/templates/milana2024/components/bitrix/news.detail/bloggers/images/close-s.svg);
    position: absolute;
    top: 30px;
    right: 30px;
    width: 21px;
    height: 21px;
    cursor: pointer;
}

.usual-none {
    display: none;
}

.product-stories a {
    display: inline-block;
    background: #8C2837;
    color: #fff;
    transition: .4s;
    font-size: 13px;
    text-decoration: none;
    padding: 11px 38px 9px;
    margin: 40px 0 0;
}

.product-stories a:hover {
    background: #000;
}

.infos-stories p {
    font-family: 'Optima-Cyr-Bold';
    color: #fff;
    margin: 0 9px 0 0;
}

.infos-stories span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1;
}

.slider-progress .progress {
    width: 0%;
    position: relative;
    height: 4px;
    background: #fff;
}

.product-stories {
    text-align: center;
}

.stories-fixed-slid .photo {
    width: 100%;
    height: 100%;
    position: relative;
}

.stories-fixed-slid .photo::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    transition: .4s;
    opacity: 0.3;
}

.voice {
    color: #fff;
    font-size: 14px;
    margin-left: 35px;
    margin-top: 35px;
    margin-bottom: 25px;
    padding-left: 40px;
    line-height: 1;
    position: relative;
    cursor: pointer;
}

.voice::before {
    content: '';
    background: url(/local/templates/milana2024/components/bitrix/news.detail/bloggers/images/sound.svg);
    width: 25px;
    height: 26px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.stories-fixed-slid .photo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-center .stories-fixed-slid .photo::before {
    opacity: 0;
}

.slick-center .stories-fixed-slid {
    transform: scale(1.1);
    pointer-events: none;
}

.stories-fixed-slid iframe {
    pointer-events: all;
}

.slick-center .stories-fixed-slid .slider-progress, .slick-center .stories-fixed-slid .infos-stories {
    opacity: 1;
}

.stories-fixed-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 85%);
    top: 0;
    left: 0;
    z-index: 99999;
}

.stylist-inside-page .social a {
    text-decoration: none;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 85px;
}

.stylist-inside-page .stylist-info {
    background: none;
    padding: 0 100px 0 115px;
    margin: 30px 0 0 0;
}

.stylist-inside-page .stylist-container-block {
    margin-bottom: 80px;
}

.stylist-inside-page .stylist-info > p {
    padding-top: 85px;
    position: relative;
}

.stylist-inside-page .stylist-info > p::before {
    content: '';
    width: calc(100% + 340px);
    height: calc(100% + 530px);
    position: absolute;
    background: #F6F6F8;
    z-index: -1;
    top: 0;
    right: -100px;
}

.review-stylist-fixed-slid {
    margin: 60px 25px;
    width: 345px;
    height: 615px;
    position: relative;
    text-align: center;
    max-height: 70vh;
    transition: .4s;
}

.review-stylist-fixed-slid .photo {
    width: 100%;
    height: 100%;
    position: relative;
}

/*.review-stylist-fixed-slid iframe {*/
/*    pointer-events: none;*/
/*}*/

.slick-center .review-stylist-fixed-slid iframe {
    pointer-events: all;
}

.review-stylist-fixed-slid video {
    background: #000;
}

.review-stylist-fixed-slid .photo::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    transition: .4s;
    pointer-events: none;
    opacity: 0.3;
}

.slick-center .review-stylist-fixed-slid .photo::before {
    opacity: 0;
}

.slick-center .review-stylist-fixed-slid {
    transform: scale(1.2);
}

.review-stylist-fixed-slid .photo > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-center .review-stylist-fixed-slid .infos-stories {
    opacity: 1;
}

.review-stylist-slider {
    padding: 0 100px;
}

.review-stylist-slider .slick-next {
    width: 30px;
    height: 14px;
    background: url(/local/templates/milana2024/components/bitrix/news.detail/bloggers/images/arrow-black.png);
    font-size: 0;
    right: 0;
}

.review-stylist-slider .slick-prev {
    width: 30px;
    height: 14px;
    background: url(/local/templates/milana2024/components/bitrix/news.detail/bloggers/images/arrow-black.png);
    font-size: 0;
    left: 0;
    transform: rotate(-180deg);
}

.review-stylist-slider .slick-next::before,
.review-stylist-slider .slick-prev::before {
    display: none;
}

@media (max-width: 1720px) {
    .review-stylist-slider {
        padding: 0 3.5%;
    }

    .stylist-inside-page-main .mil-product-carousel-position-right .mil-product-carousel-bg {
        width: calc(100% - 444px);
    }
}

@media (max-width: 1680px) {
    .review-stylist-slider {
        padding: 0 3.5%;
    }

    .review-stylist-fixed-slid {
        width: 305px;
        height: 540px;
    }
}

@media (max-width: 1580px) {
    .stylist-photo {
        width: 365px;
        height: 410px;
    }

    .stylist-info {
        padding: 80px 90px 80px 150px;
        margin-left: -85px;
        margin-right: 0;
    }

    .stylist-container-block:nth-child(even) .stylist-info {
        padding: 80px 150px 80px 90px;
        margin-left: 0;
        margin-right: -85px;
    }

    .stylist-inside-page .stories-block:nth-child(n+3) {
        display: none;
    }

    .stories-fixed-slid {
        width: 255px;
        height: 480px;
        max-height: 63vh;
    }

    .infos-stories img {
        width: 42px;
        height: 42px;
        margin-right: 11px;
    }
}

@media (max-width: 1440px) {
    .review-stylist-fixed-slid {
        width: 285px;
        height: 505px;
    }

    .stylist-inside-page .social a {
        margin-bottom: 50px;
    }

    .stylist-inside-page .stylist-info > p {
        padding-top: 50px;
    }

    .stylist-inside-page .stylist-container-block {
        margin-bottom: 70px;
    }

    .stylist-inside-page .stylist-info > p::before {
        width: calc(100% + 270px);
        height: calc(100% + 390px);
        position: absolute;
    }

    .stylist-inside-page-main .mil-product-carousel-position-right .mil-product-carousel-bg {
        width: calc(100% - 290px);
    }
}

@media (max-width: 1366px) {
    .review-stylist-fixed-slid {
        width: 240px;
        height: 425px;
    }

    .stylist-inside-page-main .mil-product-carousel-position-right {
        padding-top: 110px;
    }

    .stylist-inside-page-main .mil-product-carousel-position-right .mil-product-carousel-bg .title {
        left: 235px;
        top: 130px;
    }
}

@media (max-width: 1200px) {
    .mil-product-carousel-position-right .mil-product-carousel-bg {
        margin-bottom: 211px;
    }
}

@media (max-width: 1024px) {
    .stylist-photo {
        width: 310px;
        height: 350px;
    }

    .stylist-inside-page-main .mil-product-carousel-position-right .mil-product-carousel-bg .title {
        left: 105px;
    }

    .stylist-inside-page-main .mil-product-carousel-position-right .mil-product-carousel-container {
        width: 90%;
    }

    .review-stylist-fixed-slid {
        width: 175px;
        height: 315px;
    }

    .stylist-inside-page-main .mil-product-carousel-position-right {
        padding-top: 110px;
    }

    .stories-fixed-slid {
        width: 90%;
        margin: 20px;
        max-height: 60vh;
    }

    .voice {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .stylist-inside-page-main .mil-product-carousel-position-right .mil-product-carousel-bg {
        width: 100%;
        height: 380px;
    }

    .stylist-inside-page-main .mil-product-carousel-position-right {
        margin-top: 0;
        padding-top: 60px;
    }

    .stylist-inside-page .stylist-info > p::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .stories-fixed-slid {
        width: 85%;
        margin: 0 auto;
        height: 570px;
        max-height: 67vh;
    }

    .stylist-inside-page-main .mil-product-carousel-position-right .mil-product-carousel-bg {
        height: 345px;
    }

    .stylist-inside-page-main .mil-product-carousel-position-right .mil-product-carousel-bg .title .h1 {
        font-size: 25px;
    }

    .stylist-inside-page-main .mil-product-carousel-position-right .mil-product-carousel-bg .title {
        left: 25px;
        top: 108px;
    }

    .stories-fixed-slid .photo::before {
        opacity: 0;
    }

    .slider-progress, .infos-stories {
        opacity: 1;
    }

    .stylist-container-block,
    .stylist-container-block:nth-child(even) {
        flex-direction: column;
        margin-bottom: 70px;
    }

    .stylist-container-block .stylist-info,
    .stylist-container-block:nth-child(even) .stylist-info {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        background: none;
    }

    .stylist-inside-page .blogger-name {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .stylist-photo {
        width: 100%;
        height: auto;
    }

    .stylist-container-block:last-child {
        margin-bottom: 70px;
    }

    .usual-none {
        display: block;
    }

    .mob-none {
        display: none;
    }

    .stylist-inside-page .social a {
        margin-bottom: 30px;
    }

    .stylist-inside-page .stylist-info > p::before {
        display: none;
    }

    .stylist-inside-page .stylist-container-block {
        margin-bottom: 30px;
    }

    .review-stylist-fixed-slid {
        width: 80%;
        height: 485px;
        margin: 0 auto;
    }

    .slick-center .review-stylist-fixed-slid {
        transform: none;
        pointer-events: all;
    }

    .stylist-inside-page .stylist-info {
        margin: 40px 0 0 0;
    }

    .stylist-inside-page .stylist-info > p {
        padding-top: 10px;
    }
}
.stylist-info .social {
    position: unset !important;
}

@media(max-width: 991px){
    .social__top{
        flex-direction: column;
        gap: 50px;
    }

    .social__img{
        width: 100%;
    }

    .social__right{
        width: 100%;
    }

    .social__img img{
        max-height: 600px;
    }

    .social__socs{
        flex-direction: row;

        top: unset;
        bottom: 0;
        transform: translateY(150%);
        right: unset;
        left: 0;
    }

    .social__post, .social__event{
        gap: 0px;
    }
}

@media(max-width: 767px){
    .social__post, .social__event{
        flex-direction: column;
    }

    .social__post-img, .social__event-img{
        height: 100%;
        width: 100%;
    }

    .social__post, .social__event{
        height: 100%;
    }

    .social__post-btn, .social__event-btn{
        display: none;
    }

    .social__post-mob, .social__event-mob{
        display: block;
    }

    .social__title{
        font-size: 35px;
    }

    .social__events-items .social__event:nth-child(2n), .social__posts-items .social__post:nth-child(2n){
        flex-direction: column;
    }

    .social__events-items .social__event:nth-child(2n) .social__event-left, .social__posts-items .social__post:nth-child(2n) .social__post-left{
        text-align: start;
        align-items: start;
    }

    .social__events-items .social__event:nth-child(2n) .social__event-info, .social__posts-items .social__post:nth-child(2n) .social__event-info{
        justify-content: start;
    }
}

@media(max-width: 575px){
    .social__name span{
        font-size: 28px;
    }

    .social__name{
        font-size: 16px;
    }
    .social__event-info{
        gap: 60px;
    }
}

@media(max-width: 1399px){
    .social__posts-items{
        grid-template-columns: 1fr 1fr 1fr;
        gap: 40px;
    }
}
@media(max-width: 991px){
    .social__posts-items{
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width: 575px){
    .social__posts-items{
        grid-template-columns: 1fr;
    }
}

.social__post-date{
    position: absolute;
    top: 0;
    left: 0;

    background-color: black;
    padding: 5px 10px;

    color: white;

    width: fit-content;
    font-size: 12px;
}
/* End */


/* Start:/local/components/milana/staff/templates/.default/style.css?17477175313130*/
.contact-us-new{
    display: flex;
    min-height: 375px;

    margin-bottom: 60px;
}
.contact-us-new--double.contact-us-new{
    height: fit-content;
}

.contact-us-new__left{
    width: 30%;

    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 375px;
}
.contact-us-new__right{
    width: 70%;

    display: flex;
    align-items: center;
    gap: 35px;

    background-color: var(--color-background-white);

    padding-left: 100px;
}

.contact-us-new--double .contact-us-new__right{
    flex-direction: column;
    align-items: start;

    padding: 100px 0px 100px 100px;
}

.contact-us-new__subtitle{
    padding-bottom: 55px;
}

.contact-us-new__text {
    font-size: 14px;
    line-height: 27px;
    text-transform: none;
    max-width: 344px;
}

.contact-us-new__title{
    font-weight: 700;
    font-size: 33px;
    text-transform: uppercase;
    margin-bottom: 45px;
    line-height: 1.3;
    text-align: center;
}

.contact-us-new__name{
    display: flex;
    align-items: center;
    gap: 30px;

    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;

    margin-bottom: 5px;
    padding-right: 10px;
}

.contact-us-new__contacts{
    display: flex;
    flex-direction: column;
}

.contact-us-new__position{
    margin-bottom: 20px;
}

.contact-us-new__email{
    margin-top: 10px;
}

.contact-us-new__socials{
    display: flex;
    gap: 10px;
}

.contact-us-new__block{
    display: flex;
    gap: 30px;
}

.contact-us-new__container{

}

.contact-us-new__items{
    width: 70%;
}

.contact-us-new__items .contact-us-new__right{
    width: 100%;
    min-height: 375px;
}


@media (max-width: 1199px){
    .contact-us-new__title{
        font-size: 28px;
        max-width: 190px;
    }

}

@media (max-width: 991px){
    .contact-us-new__title{
        font-size: 21px;
        max-width: 190px;
    }

    .contact-us-new__right{
        padding-left: 60px;
    }
}

@media (max-width: 767px){
    .contact-us-new{
        flex-direction: column;
        height: fit-content;
    }

    .contact-us-new--double .contact-us-new__right{
        padding: 0px;
    }

    .contact-us-new__left,.contact-us-new__right{
        width: 100%;
        align-items: start;
        justify-content: start;
        flex-wrap: wrap;

        background-color: unset;
        padding: 0;
    }

    .contact-us-new__title{
        font-size: 20px;
        max-width: unset;

        margin-bottom: 20px;
    }

    .contact-us-new__block{
        flex-direction: column;
        height: fit-content;
    }

    .contact-us-new__items{
        width: 100%;
    }

    .contact-us-new__items .contact-us-new__right, .contact-us-new{
        min-height: unset;
    }

    .contact-us-new__container{
        display: flex;
        flex-direction: column;
        row-gap: 60px;
    }

    .contact-us-new__items{
        display: flex;
        flex-direction: column;
        row-gap: 30px;
    }
}
/* End */
/* /local/templates/milana2024/components/bitrix/news.detail/bloggers/style.css?174291262742562 */
/* /local/components/milana/staff/templates/.default/style.css?17477175313130 */
