

.fashion{
    display: flex;
    justify-content: center;

    margin-top: 60px;

    width: 100%;

    overflow-x: clip;
}

.fashion__container{
    width: 100%;
}

.fashion__title{
    font-size: 35px;
    font-weight: 400;
    line-height: 42.36px;

    color: #121313;

    text-align: center;
}


.fashion__view{
    margin-top: 40px;

    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fashion__button{
    padding: 4px 10px 5px 10px;

    border: 1px solid #D9D9D9;
    border-radius: 3px;

    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: center;

    cursor: pointer;
    transition: .3s linear;

    width: fit-content;

    margin-top: 40px;
}


.fashion__button.active{
    background: #121313;
    border: 1px solid #121313;
    color: #FFFFFF;
}


.fashion__button:hover{
    background: #121313;
    border: 1px solid #121313;
    color: #FFFFFF;
}


.fashion__center{
    margin-left: 300px;
    margin-right: 300px;

    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
} 

.fashion__line{
    position: absolute;

    z-index: 43;

    left: -235px;

    pointer-events: none;
}

.fashion__line1{
    width: 68px;
    height: 300px;
}

.fashion__line2{
    width: 68px;
    height: 300px;

    left: auto;
    right: -221px;
}

.fashion__button-col{
    display: flex;
    flex-direction: column;
}


.fashion__button-col1{
    align-items: end;
}


.fashion__button-col1 .fashion__button:nth-child(2), 
.fashion__button-col1 .fashion__button:nth-child(4){
    margin-right: 60px;
}

.fashion__button-col1 .fashion__button:nth-child(3){
    margin-right: 105px;
}

.fashion__button-col2 .fashion__button:nth-child(2), 
.fashion__button-col2 .fashion__button:nth-child(4){
    margin-left: 60px;
}

.fashion__button-col2 .fashion__button:nth-child(3){
    margin-left: 105px;
}

.fashion__cards{
    position: relative;
}


.fashion__swiper{
    display: block;

    position: absolute;
    pointer-events: none;
    opacity: 0;
    transition: .0s linear;
   
}

.fashion__swiper.active--swiper{

    pointer-events: auto;
    opacity: 1;

    display: block;

    position: relative;
    transition: .3s linear;
}



/* ELEGANT */



.elegant{
    display: flex;
    justify-content: center;

    margin-top: 90px;

    width: 100%;
}

.elegant__container{
    display: flex;
    justify-content: space-between;

    width: 100%;
    

    padding-right: 40px;
    padding-left: 40px;
}

.elegant__title{
    font-size: 35px;
    font-weight: 400;
    line-height: 42.36px;
    text-align: left;
    
    color: #121313;
}

.elegant__text{
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;
    
    color: #121313;

    max-width: 494px;

    margin-right: 120px;
}



/* GRAY */


.gray{
    display: flex;
    justify-content: center;

    margin-top: 60px;

    width: 100%;
}

.gray__container{
    display: grid;
    grid-template-columns: 1fr 1fr;

    column-gap: 2px;

    width: 100%;
}

.gray__block{
    background: #F2F3F4;

    display: flex;
    align-items: center;

    padding: 9px 40px;
    

    width: 100%;
}

.gray__right{
    margin-left: 8px;
}

.gray__number{
    font-size: 200px;
    font-weight: 300;
    line-height: 242.05px;
    text-align: left;
}

.gray__title{
    font-size: 35px;
    font-weight: 400;
    line-height: 42.36px;
    text-align: left;
}

.gray__text{
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    text-align: left;

    margin-top: 16px;

    max-width: 321px;
}


/* PHOTOS */


.photos{
    display: flex;
    justify-content: center;

    margin-top: 40px;

    width: 100%;
}

.photos__container{
    width: 100%;
}


.photos-row{
    display: flex;
    width: 100%;
}

.photos-row1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}


.photos-row2{
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
}


.photos-row3{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
}

.photos-photo{
    width: 100%;

    height: auto;
}

.photos-photo--big{
  
}


.photos__button-holder{
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.photos__button{
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;

    color: #F2F3F4;

    background: #121313;

    border-radius: 3px;

    padding: 18px 36px;

    transition: .3s linear;
    cursor: pointer;

    border: 1px solid #121313; 
}

.photos__button:hover{
    color: #121313; 

    background: #F2F3F4;
}


.elegant2{
    margin-top: 120px;
}





@media screen and (max-width: 1480px){
    .elegant__text{
        margin-right: 0;
    }

    .elegant{
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 1300px){
    .fashion__center{
        margin-left: 100px;
        margin-right: 100px;
    }
    
    .fashion__line1{
        left: -100px;
    }

    .fashion__line2{
        right: -100px;
    }
}


.gray__title--mobile{
    display: none;
}




@media screen and (max-width: 1200px){
    .gray__number{
        display: flex;
        align-items: center;

        font-size: 120px;
        font-weight: 300;
        line-height: 145.23px;
        text-align: left;
        

        font-size: 120px;
        font-weight: 300;
        line-height: 145.23px;
        text-align: left;


        padding: 0;
    }

    .gray__block{
        padding: 20px;
    }

    .gray__title{
        font-size: 24px;
        font-weight: 400;
        line-height: 29.05px;
        text-align: left;

        display: none;

    }

    .gray__text{
        font-size: 14px;
        font-weight: 400;
        line-height: 16.94px;
        text-align: left;

        margin-left: 0;
        margin-top: 0;
    }

    .gray__block{
        flex-direction: column;
        align-items: start;
    }

    .gray__title--mobile{
        display: inline-block;

        font-size: 24px;
        font-weight: 400;
        line-height: 29.05px;
        text-align: left;

        margin-left: 20px;

    }
}

.fashion__mobile-buttons{
    display: none;

    overflow-x: scroll;



    padding-bottom: 10px;

    margin-top: 40px;
}

.fashion__mobile-buttons::-webkit-scrollbar {
    height: 10px;

    width: 1px;
}


.fashion__mobile-button{
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;

    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;

    padding: 7px 10px;

    cursor: pointer;
    transition: .3s linear;

    border: 1px solid  #D9D9D9;
    color: #121313;

    border-radius:  5px;

    white-space: nowrap;
}

.fashion__mobile-button.active{
    border: 1px solid  #121313;
    color:  #FFFFFF;
    background: #121313;
}

.fashion__mobile-button:hover{
    border: 1px solid  #121313;
    color:  #FFFFFF;
    background: #121313;
}



@media screen and (max-width: 1440px){
    .fashion__center{
        margin-left: 250px;
        margin-right: 250px;
    }
}


@media screen and (max-width: 1280px){
    .fashion__center{
        margin-left: 200px;
        margin-right: 200px;
    }
}

@media screen and (max-width: 1180px){
    .fashion__center{
        margin-left: 150px;
        margin-right: 150px;
    }
}


@media screen and (max-width: 991px){

    .fashion__mobile-buttons{
        display: flex;
    }

    .fashion__swiper img{
       
    }

    .elegant{
        padding-left: 20px;
        padding-right: 20px;
    }

    .elegant__container{
        flex-direction: column;

        
    padding-right: 20px;
    padding-left: 20px;
    }

    .elegant__title{
        font-size: 24px;
        font-weight: 400;
        line-height: 29.05px;
        text-align: left;

    }

    .elegant__text{
        font-size: 14px;
        font-weight: 400;
        line-height: 16.94px;
        text-align: left;

        margin-top: 20px;

        max-width: 100%;
        
    }

    .fashion__container{
        padding-left: 20px;
        padding-right: 20px;
    }

    .fashion__title{
        font-size: 24px;
        font-weight: 400;
        line-height: 29.05px;
        text-align: left;
    }

    .fashion__button-col{
        display: none;
    }

    .elegant{
        margin-top: 50px;
    }

    .elegant2{
        margin-top: 60px;
    }

    .photos__button-holder{
        margin-top: 40px;

        padding-left: 20px;
        padding-right: 20px;
    }

    .photos__button{
        display: flex;
        align-items: center;
        justify-content: center;

        font-size: 14px;
        font-weight: 500;
        line-height: 15.48px;

        padding-top: 14px;
        padding-bottom: 14px;
        width: 100%;
    }
}

@media screen and (max-width: 800px){
    .gray__container {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 0px;
        row-gap: 2px;
    }
}