h2{
    font-size: 24px;
    font-weight: 400;
    line-height: 33.6px;
    margin-bottom: 24px;
}

.info-wrapp .number {
    color: #fff;
    font-size: 150px;
    font-weight: 600;
    position: absolute;
    top: -85px;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}
.lookbook-main-info .buttons-control .number {
    font-size: 32px;
    font-weight: 600;
    color: #111;
    position: initial;
    margin: 0;
    opacity: 1;
}

.lookbook-main-nav .lookbook-main-info {
    min-height: 100vh;
    padding: 60px 50px;
    padding-right: 36px;
    z-index: 0;
}
.lookbook-main-nav .lookbook-main-info .breadcrumbs {
    margin-bottom: 134px;
    margin-top: 133px;
}

.info-wrapp .title {
    font-size: 24px;
    line-height: 34px;
    text-decoration: none;
    text-decoration-thickness: from-font;
    text-transform: uppercase;
    margin-bottom: 24px;
    min-width: 300px;
    font-weight: 400;
}

.info-wrapp {
    position: relative;
}

.info-wrapp .subtitle {
    font-size: 13px;
    line-height: 29px;
    text-transform: uppercase;
    padding-left: 10px;
    border-left: 1px solid #111;
}
.lookbook-main-nav .lookbook-main-info .buttons-control {
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
    margin-top: auto;
    margin-bottom: 40%;
    padding: 0;
    width: 100%;
}

.buttons-control .link {
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.buttons-control .arrow {
    width: 96px;
    height: 8px;
    background: url("/img/arrow_right_black.svg") no-repeat;
    background-position: right center;
    margin-top: 4px;
}
.lookbook-main-photos {
    background: #ebebeb;
}
.lookbook-main-photos .scroll-icon{
    /*left: calc(var(--blog-sidebar-width, 0px));*/
    left: var(--scroll-icon-pos, 0px);
    /*left: calc((calc(var(--vw, 1vw) * 100) - 78.125% + ( calc(var(--vw, 1vw) * 100) - 21.875% ) / 2 ));*/
    transform: translateX(-50%);
}
.two-col {
    display: flex;
    flex-direction: row;
    margin-bottom: 35px;
}
.one-col{
    display: flex;
    flex-direction: column;
    /* margin-bottom: 20px; */
    margin-bottom: 35px;
}
.grid-item.grid-item-full:last-of-type{
    margin-bottom: 0 !important;
}

.grid-item.grid-item-full:last-of-type .blog-single-product{
    margin-bottom: 20px;
}

.block-left {
    padding-right: 20px;
}
.block-right {
    /*padding-left: 19px;*/
}
.block-left, .block-right {
    /*width: 50%;*/
    width: 100%;
}
.block-left li, .block-right li {
    /* list-style-position: inside; */
}
ul li.strong-mark.font-weight-400::marker, ol li.strong-mark.font-weight-400::marker{
    font-weight: 400;
}
ul li.strong-mark.font-weight-500::marker, ol li.strong-mark.font-weight-500::marker{
    font-weight: 500;
}
ul li.strong-mark.font-weight-600::marker, ol li.strong-mark.font-weight-600::marker{
    font-weight: 600;
}
ul li.strong-mark.font-weight-700::marker, ol li.strong-mark.font-weight-700::marker{
    font-weight: 700;
}


.block-left-img{
    width: 50%;
    float: left;
    margin-right: 30px;
    /*margin-bottom: 30px;*/
}
.block-right-img{
    width: 50%;
    float: right;
    margin-left: 30px;
    /*margin-bottom: 30px;*/
}
.one-col .img img{
    width: 100%;
    height: auto;
}
.lookbook-body .title {
    font-size: 28px;
    line-height: 39px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.lookbook-body .text {
    font-size: 15px;
    line-height: 21px;
}
.lookbook-body h1,
.lookbook-body h2,
.lookbook-body h3,
.lookbook-body h4,
.lookbook-body h5{
    margin-top: 0;
}

.block-left img, .block-left video,
.block-right img, .block-right video{
    width: 100%;
    object-fit: cover;
}

.block-left video{
    aspect-ratio: 444.97/612.05;
}
.block-right video{
    aspect-ratio: 454.97/625.81;
}

.img-descr {
    margin-top: 26px;
    margin-left: 38px;
    border-left: 1px solid #111;
    padding-left: 10px;
    font-size: 13px;
    line-height: 18px;
}
.lookbook-body-wrap{
    display: flex;
    background: #fff;
}
.article-nav {
    width: 320px;
    height: 500px;
    background: #fff;
    padding-top: 200px;
    padding-right: 30px;
    padding-left: 30px;
    flex-shrink: 0;
}

.nav-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 36px;
    font-weight: 500;
}

.article-nav .nav-item {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 27px;
    -webkit-transition: .3s all;
    transition: .3s all;
    position: relative;
}

.article-nav .nav-item a {
    text-decoration: none;
    color: rgba(17, 17, 17, 0.8);
}
.article-nav .nav-item:hover a {
    text-decoration: none;
    color: #111;
}
.article-nav .nav-item:hover {
    font-size: 14px;
}
.article-nav .nav-item:before {
    content: '';
    /*left: -48px;*/
    right: calc(100% + 16px);
    height: 2px;
    position: absolute;
    background: #ded5ba;
    top: 50%;
    margin-top: -1px;
    opacity: 0;
    transition: all .3s;
    width: 0;
}
.article-nav .nav-item:hover:before{
    opacity: 1;
    width: 32px;
}

.up {
    margin-top: 36px;
    font-size: 16px;
    line-height: 36px;
    padding-left: 49px;
    position: relative;
    cursor: pointer;
}

.up:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    background: url("/img/up.svg");
}
.lookbook-body-wrap .lookbook-body {
    width: calc(100% - 320px);
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25% !important;
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75% !important;
}
.embed-responsive{
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    width:100%;
    margin-top: 20px;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.gal-slider{
    overflow: hidden;
    padding-bottom: 40px;
}
.gal-slider .swiper-slide{
    /*width: initial;*/
}
.sticky-spacer{
    height: 100vh !important;
}
.kashemir-slider{
    overflow-x: hidden;
    padding-bottom: 30px;
}
.kashemir-slider, .gal-slider{
    position: relative;
}
.lookbook-body-wrap .lookbook-body .grid{
    overflow-x: hidden;
}
.swiper-pagination-bullet{
    width: 60px !important;
    height: 3px !important;
    border-radius: 6px !important;
    background: #f1f1f1 !important;
    opacity: 1 !important;
    transition: all 1s;
}
.swiper-pagination-bullet-active{
    background: #b8b8b8 !important;
}
.gal-slider-container{
    position: relative;
    padding: 0 70px;
}
.swiper-arrows {
    position: absolute;
    top: 0;
    width: calc(100% - 140px);
    height: calc(100% - 40px);
}
.swiper-arrows .prev {
    position: absolute;
    top: calc(50% - 30px);
    left: -70px;
    background: url("/img/slider_ar_left.svg");
    background-size: cover;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.swiper-arrows .next {
    position: absolute;
    top: calc(50% - 30px);
    right: -70px;
    background: url(/img/slider_ar_right.svg);
    background-size: cover;
    width: 60px;
    height: 60px;
    cursor: pointer;
}
.kashemir-slider.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0 !important;
    width: 50% !important;
}

.kashemir-slider .num {
    font-size: 128px;
    line-height: 128px;
    font-weight: 600;
    color: #f1f1f1;
    margin-top: 70px;
    margin-bottom: 36px;
}
.kashemir-slider .subtitle {
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #414141;
    font-weight: 400;
    margin-bottom: 8px;
}
.kashemir-slider .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
}
.kashemir-slider .block-right {
    display: flex;
    flex-direction: column;
}
.kashemir-slider .nav-box {
    display: flex;
    margin-top: auto;
}
.kashemir-slider .nav-prev div {
    transform: scale(-1, 1);
}
.kashemir-slider .nav-prev {
    width: 76px;
    height: 46px;
    text-align: left;
    background: url("/img/arrow_right_black.svg") no-repeat;
    background-position: right bottom;
    transform: scale(-1, 1);
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    margin-right: auto;
    cursor: pointer;
}
.kashemir-slider .nav-next {
    width: 76px;
    height: 46px;
    text-align: right;
    background: url("/img/arrow_right_black.svg") no-repeat;
    background-position: right bottom;
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    margin-left: auto;
    cursor: pointer;
}
.cert-content {
    padding: 75px 54px;
}
.img.certificates .back {display: none}
.img.certificates {
    position: relative;
    background: linear-gradient(to right, rgb(0 0 0 / 40%) 0%, rgb(0 0 0 / 40%) 100%), url("/uploads/article/22/kashemir04.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.cert-content .title {
    font-size: 36px;
    line-height: 36px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 36px;
    color: #fff;
}
.cert-content .text {
    margin-bottom: 54px;
    color: #fff;
}
.cert-content .back {
    display: none;
}
.cert-content img {
    width: initial !important;
    margin: 0 auto;
    display: block;
    filter: invert(1);
}
.text a {
    font-weight: 500;
    text-decoration: none;
    color: #bda763;
}
.cert-content .text a {
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}
.mob-pic{
    display: none;
}
.swiper-pagination.swiper-pagination-bullets{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 100%;
    flex-shrink: 1;
}


@media screen and (max-width: 1600px){
    /*.lookbook-main-photos .scroll-icon{*/
    /*    left: 50%;*/
    /*}*/
    .lookbook-body-wrap .lookbook-body {
        width: 100%;
    }
    .article-nav{
        display: none;
    }
}
@media screen and (max-width: 992px){
    .cert-content {
        padding: 54px 26px;
    }
    .cert-content .text {
        margin-bottom: 0;
    }
    .cert-content img{
        display: none;
    }
    .sticky-spacer{
        flex-shrink: 0;
    }
    .article-nav{
        display: none;
    }
    .lookbook-main-nav {
        display: flex;
        height: 410px;
    }
    .lookbook-main-nav .lookbook-slide {
        order: 2;
    }
    .lookbook-main-nav .lookbook-main-info {
        order: 1;
        width: 35% !important;
        padding: 20px;
        display: flex;
        flex-shrink: 0;
        flex-direction: column;
    }
    .lookbook-main-nav .lookbook-main-info .breadcrumbs {
        margin-bottom: 55px;
        margin-top: 28px;
        text-align: left;
    }
    .info-wrapp .number {
        color: #fff;
        font-size: 130px;
        font-weight: 600;
        position: absolute;
        top: -60px;
        left: 50%;
        transform: translateX(-50%);
        /* margin-left: -90px; */
        z-index: 0;
        opacity: 0.4;
    }
    .info-wrapp .title {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
        margin-bottom: 16px;
        text-align: left;
        padding-left: 20px;
        z-index: 1;
        position: relative;
    }
    .info-wrapp .subtitle {
        font-size: 13px;
        line-height: 29px;
        text-transform: uppercase;
        padding-left: 10px;
        border-left: 1px solid #111;
        margin-left: 20px;
        text-align: left;
    }
    .lookbook-main-nav .lookbook-main-info .buttons-control {
        max-width: 100%;
        margin-top: 58px;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .lookbook-main-nav .lookbook-slide {
        min-height: initial;
    }
    .lookbook-body-wrap {
        width: 65%;
    }
    .lookbook-body .title {
        font-size: 24px;
        line-height: 33px;
    }
    .lookbook-body .text {
        font-size: 13px;
        line-height: 18px;
    }
    .lookbook-body-wrap .lookbook-body {
        padding: 0;
        width: 100%;
    }
    .lookbook-body-wrap .lookbook-body .grid-item {
        padding: 0 20px;
    }
    .block-left {
        padding-right: 10px;
    }
    .block-right {
        padding-left: 10px;
    }
    .block-left, .block-right {
        /*width: calc(50% - 10px);*/
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .block-left-img{
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 0;
        order: 12;
    }
    .block-right-img{
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 0;
        order: 12;
    }
    .grid-item.grid-item-full:first-of-type{
        margin-top: 80px !important;
    }
    .grid-item.grid-item-full:last-of-type{
        margin-bottom: 20px !important;
    }
    .grid-item.grid-item-full:last-of-type .blog-single-product{
        margin-bottom: 0;
    }
    .one-col,.two-col{
        margin-bottom: 20px;
        /*margin-bottom: 35px;*/
        flex-direction: column;
    }
    .one-col .img{
        width: 100%;
    }
    .one-col .img img{
        width: 100%;
    }
}
@media screen and (max-width: 900px){
    .scroll-icon{
        display: none;
    }
    .gal-slider-container{
        padding: 0;
    }
    .swiper-arrows{
        display: none;
    }
    .cert-content {
        position: static;
        padding: 0;
        order: 1;
    }
    .cert-content .back {
        display: block;
    }
    .img.certificates {
        background: none;
        position: static;
        display: flex;
        flex-direction: column;
    }
    .img.certificates picture {
        order: 2;
    }
    .img.certificates .back {display: block}
    .cert-content .title {
        font-size: 36px;
        line-height: 36px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 36px;
        color: #111;
    }
    .cert-content .text {
        margin-bottom: 32px;
        color: #111;
    }
    .cert-content .text a, .text a {
        font-weight: 500;
        text-decoration: none;
        color: #bda763;
        /*color: #DED5BA;*/
    }
    .kashemir-slider.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 20px !important;
        width: 100% !important;
    }
    .swiper-pagination-bullet {
        width: 45px !important;
    }
    .kashemir-slider .block-left {
        display: none;
    }
    .kashemir-slider .block-right {
        padding: 0;
    }
    .d-desctop{
        display: none;
    }
    .mob-pic{
        display: block;
        position: relative;
        margin-bottom: 24px;
    }
    .mob-pic img{
        width: 50%;
        height: auto;
    }
    .mob-pic .num{
        font-size: 86px;
        line-height: 100px;
        position: absolute;
        top: 20px;
        right: initial;
        left: calc(50% + 20px);
        margin: 0;
    }
    .mob-pic .nav-prev{
        position: absolute;
        bottom: 0;
        left: calc(50% + 20px);
    }
    .mob-pic .nav-next{
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .lookbook-main-nav {
        display: flex;
        height: initial;
        flex-direction: column;
    }
    .lookbook-main-nav .lookbook-slide {
        min-height: 404px;
    }
    .lookbook-main-nav .lookbook-main-info {
        order: 1;
        width: 100% !important;
        padding: 10px;
        display: flex;
        flex-shrink: 0;
        flex-direction: column;
        min-height: initial;
        padding-top: 24px;
        min-height: calc(100vh - 70px);
        justify-content: space-between;
    }
    .lookbook-body-wrap {
        width: 100%;
    }
    .lookbook-main-nav .lookbook-main-info .breadcrumbs {
        margin-bottom: 90px;
        margin-top: 10px;
        text-align: left;
    }
    .info-wrapp .number {
        color: #fff;
        font-size: 130px;
        font-weight: 600;
        position: absolute;
        top: -60px;
        left: 50%;
        /* margin-left: -90px; */
        z-index: 0;
        opacity: 0.4;
    }
    .info-wrapp .title {
        font-size: 24px;
        line-height: 33px;
        font-weight: 500;
        text-decoration: none;
        text-transform: uppercase;
        margin-bottom: 20px;
        text-align: center;
        padding-left: 0;
        z-index: 1;
        position: relative;
    }
    .info-wrapp .subtitle {
        font-size: 13px;
        line-height: 29px;
        text-transform: uppercase;
        padding-left: 10px;
        border-left: 1px solid #111;
        margin-left: 0;
        text-align: left;
    }
    .lookbook-main-nav .lookbook-main-info .buttons-control {
        margin-top: 0;
        margin-bottom: 48px;
    }
    .grid-item.grid-item-full:first-of-type {
        margin-top: 60px !important;
    }
    .grid-item.grid-item-full:last-of-type {
        margin-bottom: 20px !important;
    }
    .two-col {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
    }
    .one-col{
        margin-bottom: 20px;
    }
    .block-left {
        padding-right: 0;
        padding-bottom: 40px;
        width: 100%;
    }
    .block-right {
        padding-left: 0;
        padding-bottom: 40px;
        width: 100%;
    }
    .lookbook-body .title {
        font-size: 20px;
        line-height: 28px;
    }
    .img-descr {
        margin-top: 16px;
        margin-left: 0;
        font-size: 13px;
        line-height: 18px;
    }
    .img-right .block-left{
        order: 1;
    }
    .img-right .block-right{
        order: 2;
    }
    .img-left .block-left{
        order: 2;
    }
    .img-left .block-right{
        order: 1;
    }
}


@media screen and (max-width: 768px){
    h2{
        font-size: 20px;
        line-height: 28px;
    }


    .block-left{
        padding-right: 0;
    }
}
