@font-face {
    font-family: 'Inter-regular';
    font-size: 400;
    src: url('../fonts/Inter-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat-bold';
    font-weight: 700;
    src: url('../fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'Inter-medium';
    font-weight: 500;
    src: url('../fonts/Inter-Medium.ttf');
}
@font-face {
    font-family: 'Italic';
    font-weight: 400;
    src: url('../fonts/Inter-Italic.otf');
}
@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    src: url('../fonts/Roboto.ttf');
}
@font-face {
    font-family: 'SF-PRO-DISPLAY-BOLD';
    font-weight: 400;
    src: url('../fonts/SF-Pro-Display-Bold.otf');
}
* {
    padding: 0;
    margin: 0;
}

.main{
    background-color:#F2F3F8;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.menu {
    position: fixed;
    /* height: 100vh; */
    background: #D9DBE6;
    padding: 23px 71px;
    left: 0;
    z-index: 99999;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 29px;
    height: 100%;
}


.menu_btn {
    position: absolute;
    top: 40px;
    right: 25px;
}
.hidden{
    display: none;
}
.col_g {
    color: #4C5068 !important;
}

.col_g a {
    color: #4C5068 !important;
}

a.col_r {
    color: #F71055 !important;
}

.btn__img-mobile {
    border: none;
    background-color: transparent;
}

.menu_btn {
    border: none;
    background-color: transparent;
}
.main__wrp{
    margin-bottom: 101px;
}
.advertisement {
    background-image: url(../img/advertise.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 299px;
    height: 237px;
}

.advertisement__title {
    font-family: 'SF-PRO-DISPLAY-BOLD';
    font-size: 24px;
    color: #FFF;
    margin-bottom: 38px;
}
.advertisement__wrp{
    padding-left: 11px;
    padding-top: 44px;
}
.advertisement__text {
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    max-width: 270px;
}
.advertisement:not(:last-child){
    margin-bottom: 40px;

}
.advertisement:last-child{
    margin-bottom: 68px;

}
.title_categories {
    display: flex;
    gap: 10px;
    color: #8D91A5;
    padding-top: 20px;
    margin-bottom: 40px;
    display: flex;
    width: 100%;
   justify-content: center;
    font-family: 'Roboto';
    font-size: 13px;
}
.title_categories--blue {
    color: #4C5068;
    margin-right: 18px;
    display: flex;
    align-items: center;
}

.title_categories--text {
    color: #8D91A5;
}
.title_categories--grey{
    color:#4C5068;
}
.title_categories__wrp{
    display: flex;
    width: 1451px;
}
.brand-parts__brands {
    display: flex;
    flex-direction: column;
    margin-right: 7px;
    margin-bottom: 60px;

}
.brand__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1145px;
    min-width: 1140px;
}
.brand__item {
    margin-right: 15px;
}
.brand__item:hover{
    transform: translate(5px, -5px);
}
.publishing__title {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color:#3E3E47;
}
.main__subtitle{
    font-family: 'Montserrat-bold';
    font-size: 22px;
    margin-bottom: 20px;
    color:#3E3E47;
}
.main__wrp{
    display: flex;
}
.arrow-category{
    margin-right: 18px;
}
.publishing__item {
    background-color: #FFF;
    padding: 16px;
    border-radius: 10px;
    max-width: 267px;
}
.main__title{
    text-transform: uppercase;
    font-size: 28px;
    font-family: 'Montserrat-bold';
    margin-bottom: 20px;
    color:#3E3E47;
}
.main__title-brends{
    max-width: 945px;
    font-family: 'Inter-medium';
    font-size: 16px;
    color:#3E3E47;
    margin-bottom: 60px;
}
.publishing__title{

}
.aside{
    display: flex;
    justify-content: flex-start;
    width: 30%;
    flex-direction: column;
}
.brand__link>img {
    width: 72px;
    height: 49px;
    padding: 20px;
    background-color: #FFF;
    border-radius: 20px;
}
.aside__wrp{
    max-width: 300px;
}
.publishing__text {
    max-width: 267px;
    font-family: 'Inter-medium';
    color:#3E3E47;
}
.publishing__item:not(:last-child) {
    margin-bottom: 15px;
}

.publishing__item:last-child {
    margin-bottom: 40px;
}
.innerwrp{
    max-width: 1043px;
}
.title_categories__wrp{
    width: 1346px;
}
@media screen and (max-width:1440px) {
.title_categories__wrp{
    margin-left: 236px !important;
}
    .advertisement{
        display: flex;
        justify-content: center;
    }

    .brand__list {
        display: flex;
        flex-wrap: wrap;
        max-width: 600px;
        min-width: 360px;
    }
    .innerwrp{
        margin-right: 40px;
    }
    .brand-parts__brands {
        flex-direction: column;
    }
    .brand__link>img {
        width: 72px;
        height: 49px;
        padding: 20px;
        background-color: #FFF;
        border-radius: 20px;
    }
    .title_categories__wrp{
        width: auto;
        margin-left: -800px !important;
    }
    .main__wrp{
        padding-left: 10px;
        padding-right: 10px;
        
    }
    .main__title-brends{
        max-width: 450px;
    }
}
@media screen and (max-width:1224px) {
    .main__wrp{
        max-width: 468px;
    }
     .title_categories__wrp{
       margin-left:-342px !important;
        padding-left: 10px;
     }
     .main__wrp{
        flex-direction: column;
     }
     .main__title-brends{
        max-width: 388px;
     }
     .innerwrp{
        margin-right: 0;
     }
     .publishing__item{
        width: 267px;
     }
     .aside{
        width: 100%;
        display: flex;
        justify-content: flex-end;
     }
     .brand__list{
        max-width: 490px;
    }
    
}
@media screen and (max-width:1020px) {
    .main__subtitle{
        font-size: 18px;
    }
    .main__title{
        text-transform: none;
        font-size: 22px;
    }
    .main__wrp{
        padding-left: 10px;
        padding-right: 10px;
        max-width: 472px;
    }

    .title_categories__wrp{
        padding-left: 0;
        margin-left:-342px !important;
    }
   .innerwrp .main__subtitle{
    max-width: 392px;
   }
   .aside__wrp{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: none;
   }

}
@media screen and (max-width:768px) {
    .title_categories__wrp{
        padding-left: 0;
        margin-left:-342px !important;
    }
.main__wrp{
    flex-direction: column;
    width: 452px;
}
.aside{
    justify-content: center;
}
.brand-parts__brands{
   align-items: flex-start;
}
.brand__list{
    justify-content: flex-start;
}

.main__subtitle{
    font-family: 'Montserrat-bold';
    font-size: 18px;

}
.main__title-brends{
    font-size: 16px;
}
.main__title{
    font-size: 22px;
}
.main__subtitle{
    width: 95%;
    display: flex;
    font-size: 18px;
}
.main__title-brends{
    max-width: 388px;
}

}
@media screen and (max-width:480px) {
    .main__wrp{
        width: 388px;
    }
    .main{
        margin-bottom: 94px;
    }
    .brand__list{
        justify-content: flex-start;
    }
    .innerwrp{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main__subtitle{
        width: 370px;
        justify-content: flex-start;
    }
    .title_categories__wrp{
        width: 303px;
    }
    .main__wrp{
        align-items: center;
    }
    .innerwrp{
        margin-bottom: 40px;
    }
    .main__title{
        width: 100%;
    }
    .title_categories__wrp{
        width: 388px;
    }
  
    
    
}
@media screen and (max-width:400px) {
    .main__subtitle{
        width: auto;
       width: 100%;
    }
    .main__wrp{
        width: auto;
        max-width: 340px;
    }
    .header__search{
        margin-right: 10px;
    }
    .brand__list{
        min-width: 300px;
    }
    .title_categories__wrp{
        padding-left: 20px;
    }
    
}