.full_img{
    /* height: calc(var(--vh, 1vh) * 100); */
    margin: 0;
}
.full_img .carousel{
	margin: 0;
}
.full_img .slick-dots{
	padding-right: 40px;
	bottom: 60px;
	text-align: right;
}
.full_img .overlay{
    background: rgba(44, 44, 44, 0.3);
}
.full_img .center {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
	color: #fff;
}
.full_img h2{
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}
.full_img h1{
    margin: 0;
    font-size: 140px;
    line-height: 0.9em;
    font-family: 'FreightDispBook';
}
.slick-slider .item{
	margin: 0;
    overflow: hidden;
}
.slick-slider .item img {
    width: 100%;
    height: 100vh;
    /* height: calc(var(--vh, 1vh) * 100); */
    object-fit: cover;
}
.collections{    
    margin-top: 12px;
}
.collections .item{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: calc(33.333vh - 16px);
    height: calc((var(--vh, 1vh) * 33.333) - 16px);
    font-size: 1px;
    margin-bottom: 12px;
    background-color: #eee;
    overflow: hidden;
    opacity: 1 !important;
}
.collections .item:hover img{
    transform: scale(1.05);
}
.collections .item img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    transition: all 500ms ease-out;
}
.collections .item h1{
    position: relative;
    font-size: 78px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: 'FreightDispBook';
    color: #fff;
}
.collections .item h1 b{
    font-family: 'CircularStd-Book';
    font-size: 65px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.collections .item .arrow{
    position: absolute;
    width: 15px;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 40px;
    background: url(../images/collection-arrow.svg) center bottom no-repeat;
    background-size: contain;
}
#btn_ava {
    left: 40px; right: auto; top: 37px;
}
.subtitle_1 {
    position: absolute;
    bottom: 60px;
    width: 100%;
    color: white; 
    text-transform: none;
}
.collection .title{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 48px 0;
    /* padding-top: 80px; */
    background-color: #fff;
}
.collection .title h1{
    margin: 0;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: 'FreightDispBook';
    color: #000;
}
.collection .title h1 b{
    font-family: 'CircularStd-Book';
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.collection .close{
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 40px;
    background: url(../images/collections-close.svg) center no-repeat;
    background-size: contain;
    opacity: 1;
}
.collection .carousel_full {
    margin: 0;
}
.collection .carousel_arrows.full{
    padding: 0 60px;
}
.collection .sub{
    margin-top: 60px;
    margin-bottom: 80px;
    font-size: 60px;
    line-height: 1.24;
    letter-spacing: 0.025em;
    text-align: center;
    font-family: 'FreightDispBook';
}
.collection .img-txt{
    display: flex;
}
.collection .img-txt .img{
    flex: 1;
}
.collection .img-txt .txt{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 490px;
    padding-left: 45px;
    padding-right: 75px;
    padding-top: 10px;
    text-align: left;
}
.collection .img-txt h1{
    font-size: 74px;
    font-family: 'FreightDispBook';
    letter-spacing: 0.025em;
    text-align: left;
}
.collection .img-txt p{
    margin-bottom: 0 !important;
    font-size: 20px;
    line-height: 1.4;
}
.collection .img-txt h4{
    margin-bottom: 0 !important;
    font-size: 24px;
    line-height: 1.4;
}
.collection .carousel-3{
    margin: 60px 0;
}




@media (max-width: 992px){
    
    .container{
        width: 100%;
        padding: 0 30px;
    }
	.full_img h2{
        margin-bottom: 40px;
        font-size: 20px;
    }
    .full_img h1{
        font-size: 120px;
    }
    .collections{
        margin-top: 8px;
        margin-bottom: 60px;
    }
    .collections .item {
        height: calc(33.333vh - 11px);
        height: calc((var(--vh, 1vh) * 33.333) - 11px);
        margin-bottom: 8px;
    }
    .collections .item h1{
        font-size: 50px;
    }
    .collections .item h1 b{
        font-size: 50px;
    }
    .collection .title {
        padding: 28px 0;
        /* padding-top: 80px; */
    }
    .collection .title h1 {
        font-size: 32px;
    }
    .collection .close{
        right: 20px;
    }
    .collection .slick-slider .item img{
        height: auto;
        object-fit: unset;
    }
    .collection .carousel_arrows.full {
        padding: 0 30px;
    }
    .collection .sub {
        margin-top: 40px;     
        margin-bottom: 60px;
        padding: 0 60px;
        font-size: 44px;
    }
    .collection .img-txt {
        flex-direction: column;
    }
    .collection .img-txt .txt {
        width: auto;
        padding: 32px 60px;
        padding-bottom: 40px;
        text-align: center;
    }
    .collection .img-txt h1{
        margin-bottom: 32px;
        font-size: 50px;
        text-align: center;
    }
    .collection .img-txt p{
        font-size: 20px;
    }
    .collection .carousel-3{
        margin-top: 0;
        margin-bottom: 16px;
        line-height: 0;
    }

}



@media (max-width: 576px){
    #btn_ava {
        left: 15px; right: auto; top: 13px;
    }
    .subtitle_1 {
        position: absolute;
        bottom: 40px;
        width: 100%;
        color: white; 
        text-transform: none;
    }
	.full_img h2 {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .full_img h1 {
        font-size: 60px;
    }
    .collection .title {
        padding: 24px 0;
        padding-top: 68px;
        /* padding-top: 68px; */
    }
    .collection .title h1 {
        font-size: 18px;
    }
    .collection .close {
        right: 6px;
        background-size: 12px;
    }
    .collection .sub {
        margin-top: 24px;
        margin-bottom: 32px;
        padding: 0px 32px;
        font-size: 20px;
    }
    .collection .img-txt .txt {
        padding: 20px 32px;
        padding-bottom: 24px;
    }
    .collection .img-txt h1 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .collection .img-txt h4 {
        font-size: 12px;
    }
    .collection .img-txt p {
        font-size: 12px;
    }
    .collection .carousel-3 {        
        margin-bottom: 12px;
    }
    .collections .item h1, .collections .item h1 b {
        font-size: 22px;
    }
    .collections .item .arrow {
        position: absolute;
        width: 15px;
        height: 20px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 32px;
        background: url(../images/collection-arrow.svg) center bottom no-repeat;
        background-size: contain;
    }
    .collections {
        margin-bottom: 40px;
    }

}