/*Nules*/
*,::after,::before{box-sizing:border-box}ol[class],ul[class]{padding:0}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,li,ol[class],p,ul[class]{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}ol[class],ul[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*{margin-top:1em}button,input,select,textarea{font:inherit}

@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=PT+Sans&display=swap');

:root{
    --white: #fff;
    --black: #000000;
    --light-black: #0F0F0F;
    --gray: #969696;
    --light-gray: #D0D0D0;
    --main-font: 'PT Sans', sans-serif;
    --second-font: 'Merriweather', serif;
}

*{
    font-family: var(--main-font);
}
hr{
    color: var(--white);
    width: 120px;
    border: none;
    height: 1px;
    background-color: var(--white);
}

.top-line{
    max-width: 1920px;
    height: 44px;
    background-color: var(--black);
    display: flex;
    justify-content: center;

    
    
}

.top-line .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--gray);
    width: 60%;
}



.information{
    display: flex;
    align-items: center;
    max-width: 385px;
    margin-left: 11px;
}

.information__text{
    max-width: 355px;
    max-height: 16px;
    display: flex;
    
    
}

.information__img{
    margin-right: 12px;
}
.symbol{
    display: flex;
    align-items: center;
    margin: 0 7px;
}
.information__text p{
    font-size: 12px;

}
.information__text p::first-child{
    margin-left: 0;
}
.top-page{
    width: 100%;
    height: 934px;
}

.register{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 132px;
    margin-right: 21px;
}

.register__link{
    font-size: 12px;
    
}

.register__link a:hover{
    color: var(--white);
}

.register__link a{
    text-decoration: none;
    color: var(--gray);
    transition: .2 ease color;
}

/*Header*/

.header{
    width: 100%;
    height: 80px;
    background-color: var(--light-black);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .wrapper{
    display: flex;
    align-items: center;
    width: 58.5%; 
    height: 100%;
    justify-content: space-between;
}
.header-menu{
    display: flex;
    height: 100%;
}
.header-menu__list{
    display: flex;
    height: 100%;
    
}

.header-menu ul{
    margin-right: 45px;
}
.header-menu__list li a{
    display: flex;
    align-items: center;
    height: 100%;
}
.header-menu__list li a{
    color: var(--gray);
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 20px;
    margin-right: 12px;
    text-decoration: none;
    transition: .2s ease color, .2s ease background-color;
}

.header-menu__list li a:hover{
    background-color: var(--gray);
    color: var(--white);
    height: 100%;
}

.header-menu__img{
    display: flex;
    width: 87px;
    justify-content: space-between;
    align-items: center;
}
.header-menu__img img{
    display: flex;
    width: 22px;
    height: 22px;
    margin-right: 3px;
}

/*Main wrapper*/

.main-wrapper{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 810px;
    background: url(../img/main-page__image.svg);
    background-repeat: no-repeat;
    background-position: center center;

}

.wrapper__text{
    text-align: center;
    color: var(--white);
    font-size: 16px;
    text-transform: uppercase;
    line-height: 150%;
    margin-bottom: 5.4%;
}
@media (max-width: 1231px){
    .header .wrapper{
        width: 80%;
    }
}

@media (max-width: 921px){
    .information{
        display: none;
    }

    .top-line .wrapper{
        justify-content: center;
    }
}

@media (max-width: 770px){
    .header .wrapper{
        flex-direction: column;
    }
    .header{
        height: 10%;
    }

    .header-logo{
        margin-top: 10px;
    }
}

@media (max-width: 551px){
    .header-menu{
        flex-direction: column;
        margin-top: 10px;
        align-items: center;
    }

    .header-menu__list{
        flex-direction: column;
       
    }
    .header{
        height: 20%;
    }

    .header-menu ul{
        margin-right: 0;
    }

    .header-menu__list li a{
        padding: 0;
        margin-right: 0;
        
    }

    .header-menu__list li{
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .header-menu__img{
        margin-bottom: 10px;
    }
}
/*season page*/
.page-season{
    min-height: 730px;
    background-color: var(--black);
    overflow-x: hidden;
   
}
.season-wrapper{
    display: flex;
    justify-content: space-between;
    

    font-family: var(--second-font);
}
.season-wrapper__text{
    text-align: center;
}
.season-wrapper__text p{
    color: var(--white);
    font-family: var(--second-font);
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
}

.season-wrapper__text hr{
    color: var(--white);
    width: 120px;
    border: none;
    height: 1px;
    background-color: var(--white);
    margin-top: 50px;
    
}

.season-item__title{
    color: var(--white);
    font-size: 18px;
    font-family: var(--second-font);
    line-height: 21px;
    margin-top: 30px;
}

.season-item__description{
    font-family: var(--second-font);
    color: var(--light-gray);
    font-size: 16px;
    line-height: 19px;
    margin-top: 20px;

}

.season-wrapper-items{
    max-width: 1040px;
    display: flex;
    margin-top: 91px;
    flex-direction: column;
    align-items: center;
    margin-left: 80px;
}

.season-wrapper__items{
    display: flex;
    width: 880px;
    justify-content: space-between;
}

.season-item__img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 325px;
    background-color: var(--light-black);
}

.season-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 42px;
}

.season-wrapper-img{
    display: flex;
    justify-content: center;
    width: 880px;
    min-height: 730px;
    background-image: url(../img/second-page__tree.svg);
}
.season-img__text{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    margin-bottom: 100px;
    
}
.season-img__text hr{
    color: var(--white);
    width: 120px;
    border: none;
    height: 1px;
    background-color: var(--white);
    margin-bottom: 22px;
    
    
}

.season-text__title{
    text-transform: uppercase;
    color: var(--white);
    font-size: 36px;
    font-family: var(--second-font);
    font-weight: 700;
    margin-bottom: 15px;
   
}

.season-text__btn{
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 23px;
    color: white;
    font-size: 18px;
    font-family: var(--main-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    width: 138px;
    height: 47px;
}


@media (max-width: 1351px){
    .page-season{
        display: flex;
        justify-content: center;
    }
    .season-wrapper-img{
        display: none;
    }
    .season-wrapper__items{
        width: 109%;
    }
}

@media (max-width: 977px){
    .season-wrapper-items{
        margin-left: 20px;
        margin-right: 20px;
    }
    .season-wrapper__items{
        flex-wrap: wrap;
    }
}

@media(max-width: 556px){
    .season-wrapper__items{
        justify-content: center;
    }
}
@media (max-width:470px){
    .wrapper__text{
        margin-bottom: 13.5%;
    }
}
/*page collection*/

.collection{
    display: flex;
    justify-content: space-between;
    background-color: var(--black);
    min-height: 600px;
    height: 100%;
    width: 100%;
    color: var(--white);
    
}

.collection__text{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}
.collection__text hr{
    margin-top: 17px;
}
.collection__title{
    font-family: var(--second-font);
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 100px;
}

.collection__description{
    font-family: var(--main-font);
    font-size: 14px;
    max-width: 471px;
    text-align: center;
    margin-top: 40px;
}

.collection__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 28px;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--white);
    border: 1px solid var(--white);
    letter-spacing: 0.1em;
    font-size: 18px;
    margin-top: 61px;
}

@media (max-width: 1227px){
    .collection__img{
        display: none;
    }

    .collection{
        justify-content: center;
    }
}

@media (max-width: 687px){
    .collection__text{
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .collection__btn{
        text-align: center;
    }
}

@media (max-width: 385px){
    .collection__btn{
        margin-bottom: 10px;
    }
}

@media (max-width: 348px){
    .collection__title{
        text-align: center;
    }
}
/*page arrivals*/

.page-arrivals{
    min-height: 1289px;
    
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: var(--black);
    
    
}
.page-arrivals__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-direction: row;
    margin-top: 80px;
}
.arrival-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    height: 1019px;
    width: 1110px;
}
.arrival__title{
    text-transform: uppercase;
    color: var(--white);
    font-size: 36px;
    font-family: var(--second-font);
    font-weight: 700;
    margin-top: 120px;
}

.arrival-item{
    width: 255px;
}

.page-arrivals-title hr{
    margin-top: 40px;
}

.top1{
    margin-bottom: 40px ;
}
@media (max-width: 1134px){

    .arrival-wrapper{
        height: 100%;
    }
    .page-arrivals{
        height: 100%;
    }
    .page-arrivals__items{
        width: 97%;
    }

}

@media (max-width: 513px){
    .dpn{
        display: none;
    }
    .dpn2{
        display: none;
    }

    .page-arrivals__items{
        justify-content: center;
    }
    .arrival__title{
        text-align: center;
    }
}
/*page brands*/

.page-brands{
    height: 362px;
    background-color: var(--light-black);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    overflow-x: hidden;
    
}

.brands__title{
    text-transform: uppercase;
    color: var(--white);
    font-size: 36px;
    font-family: var(--second-font);
    font-weight: 700;
    margin-top: 41px;
}
.brands-title hr{
    margin-top: 58px;
}
.brands-items{
    width: 1110px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 59px;
}
@media (max-width: 1391px){
    
    .brands-items{
        width: 90%;
        flex-wrap: wrap;
        margin-right: 8%;
    }
}

@media (max-width: 570px){
    .page-brands{
        height: 100%;
    }

    .brands-items{
        justify-content: center;
    }

    .brands-title{
        text-align: center;
    }
}
/*footer*/
.footer{
    display: flex;
    justify-content: center;
    min-height: 392px;
    width: 100%;
    background: url(../img/manwglasses.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    
}

.title{
    text-transform: uppercase;
    color: var(--white);
    font-size: 24px;
    font-family: var(--second-font);
    font-weight: 400;
    margin-top: 80px;
}

.descr{
    color: var(--white);
    font-size: 13px;
    font-weight: 400;
    font-family: var(--main-font);
    line-height: 150%;
    margin-top: 40px;
}

.footer-wrapper{
    display: flex;
    justify-content: space-between;
    
    width: 1110px;
    flex-wrap: wrap;
}
.category{
    width: 285px;
    height: 176px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.about__description{
    width: 350px;
    height: 147px;
    
}

.sub__description{
    width: 350px;
}
.category-items{
    display: flex;
    justify-content: space-between;
    width: 284px;
    min-height: 102px;
    flex-wrap: wrap;
    margin-top: 40px;
}
.category__item{
    color: var(--light-gray);
    padding: 10px 20px;
    background-color: var(--light-black);
    font-size: 14px;
}
.sub-input{
    margin-top: 37px;
}
.sub__input{
    background: rgba(255, 255, 255, 0.4);
    border: none;
    width: 240px;
    height: 42px;
}

.sub__input::placeholder{
    padding-left: 15px;
    color: var(--gray);
}
.sub__input{
    outline: none;
    border: none;
}
.sub-input__button{
    width: 140px;
    height: 41px;
    text-transform: uppercase;
    font-family: var(--main-font);
    font-size: 14px;
    color: var(--white);
    background-color: var(--black);
    border: none;
    line-height: 150%;
    letter-spacing: 0.05em;
    margin-left: -3px;
}

.sub-input__button:hover{
    cursor: pointer;
}

.top2{
    margin-bottom: 20px;
}
@media (max-width: 931px){
    .footer-wrapper{
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 630px){
    .footer-wrapper{
        justify-content: center;
    }
    .title{
        text-align: center;
    }

    .descr{
        text-align: center;
    }

    .sub__title{
        margin-top: 90px;
    }

    .category__title{
        margin-top: 50px;
    }
    .sub-input{
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .sub-input__button{
        margin-top: 10px;
    }

   
}

@media (max-width: 353px){
    .about__description{
        width: 100%;
    }

    .sub__description{
        width: 100%;
    }

    .category-items{
        width: 90%;
    }
}
/*bottom line*/
.bottom-line{
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    background-color: var(--light-black);
    color: var(--white);
    font-size: 12px;
    
}