/*Integral-CF*/
@font-face {
    font-family: 'Integral-CF';
    src: url('../fonts/Integral-CF/Integral-CF-regular.woff') format('woff'),
         url('../fonts/Integral-CF/Integral-CF-regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Integral-CF';
    src: url('../fonts/Integral-CF/Integral-CF-bold.woff2') format('woff2'),
         url('../fonts/Integral-CF/Integral-CF-bold.woff') format('woff');
    font-weight: 700;
    font-style: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Integral-CF';
    src: url('../fonts/Integral-CF/Integral-CF-italic.woff2') format('woff2'),
         url('../fonts/Integral-CF/Integral-CF-italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

/*Satoshi*/
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi/Satoshi-Regular.woff2') format('woff2'),
         url('../fonts/Satoshi/Satoshi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi/Satoshi-Bold.woff2') format('woff2'),
         url('../fonts/Satoshi/Satoshi-Bold.woff') format('woff');
    font-weight: 700;
    font-style: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi/Satoshi-Italic.woff2') format('woff2'),
         url('../fonts/Satoshi/Satoshi-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Integral-CF', sans-serif;
}

body, div, p {
    font-family: 'Satoshi', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* баннер */
.top-banner {
    width: 100%;
    height: 38px;
    background: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.top-banner button {
    right: 20px;
    position: absolute;
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    line-height: auto;
    cursor: pointer;
}

.header-content {
    display: flex;
    align-items: center;
    gap: 40px;
    background: white;
    padding: 26px 0;
}

/* Лого сайта */
.logo {
    font-family: 'Integral-CF', sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: auto;
}

/* меню навигации */
.navigation {
    font-size: 16px;
    line-height: auto;
    display: flex;
    gap: 24px;
    color: black;
}

.nav-item a {
    text-decoration: none;
    color: black;
}

.nav-item a:hover {
    color: #666;
}

/* Поиск*/
.search {
    width: 577px;
    height: 48px;
    background: #F0F0F0;  
    border-radius: 62px; 
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 20px;
    border: none;  
}

.search-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.search-btn img {
    width: 20px;
    height: 20px;
    display: block;
}

.search-input {
    background: none;
    border: none;
    outline: none;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    line-height: auto;
    color: #333;  
    padding: 0;
}

.search-input::placeholder {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    color: #999; 
}

.icons {
    display: flex;
    gap: 15px;
    align-items: center;
}

.icons img {
    width: 24px;
    height: 24px;
    display: block;
}

.signup-link {
    text-decoration: none;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    color: white;
    line-height: auto;
}

.nav-list {
    display: flex;
    gap: 24px;
    line-height: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item {
    font-size: 16px;
    color: black;
}

.nav-item a {
    display: flex;
}

.nav-item a img {
    vertical-align: middle;
    display: block;
}

.container {
    max-width: 100%;
    margin: 0 50px;
    padding: 0 90px;
}

/*ВТОРАЯ ЧАСТЬ MAIN*/
/*для картинки*/
img {
    max-width: 100%;
    height: auto;
    display: block;
}

.homepage-img {
    max-width: 100%;
    display: block;
    width: 100vw;
}

.homepage-text {
    font-family: 'Integral-CF', sans-serif;
    font-size: 64px;
    font-weight: bold;
    top: 237px;
    position: absolute;
}

.homepage-description {
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    top: 442px;
    position: absolute;
    padding: 32px 0 0 0;
    color: rgba(0, 0, 0, 0.6);
}

.shop-button {
    font-family: 'Satoshi', sans-serif;
    font-size: 16;
    font-weight: medium;
    position: absolute;
    width: 210px;
    height: 52px;
    background-color: black;
    color: white;
    border-radius: 62px; 
    top: 550px;
}

 /*СТАТИСТИКА*/

.statistic {
    display: flex;
    justify-content: space-between; 
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    gap: 48px;  
    top: 607px;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.stat-label {
    font-family: 'Satoshi', sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}



/*КОНЕЦ СТАТИСТИКИ*/

.brands {
    width: 100%;
    height: 122px;
    background: black;
}

.brands-list {
    list-style: none;
    height: 33px;
    display: flex;
    flex-direction: row;
    gap: 100px;
    justify-content: center;
}

.arrivals-selling {
    font-family: 'Integral-CF';
    font-weight: bold;
    font-size: 48px;
    display: flex;
    justify-content: center;
}