@import url(fonts.css);
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.container {
    max-width: 1140px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
a {
    text-decoration: none;
}
ul {
    list-style: none;
}
body {
    font-family: 'Montserrat', sans-serif;
    background: #151515;
}
.nav {
    background: #282828;
    padding: 7px 0;
    position: relative;
}
.nav_576 {
    display: none;
}
.nav__button {
    font-size: 40px;
    line-height: 40px;
    padding: 15px 20px;
    background: none;
    border: none;
    color: #fff;
    display: none;
}
.nav a {
    color: #FFFFFF;
}
.nav__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav__item {
    display: flex;
    align-items: center;
}
.logo__img {
    max-width: 100px;
    width: 100%;
}
.menu {
    display: flex;
}
.menu__link {
    font-weight: 700;
    font-size: 20px;
    margin-left: 30px;
}
.service {
    display: flex;
}
.service__icon {
    font-size: 20px;
    margin-left: 25px;
}
.subheader {
    background: url('../img/header_bg.jpg') center/cover no-repeat;
    min-height: 635px;
    display: flex;
    align-items: center;   
}
.subheader__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.subheader__title {
    font-family: 'Prosto One';
    font-size: 100px;
    font-weight: 400;
    color: #FFFFFF;
}
.subheader__btn {
    display: flex;
    align-items: center;
    margin-top: 38px;
    padding: 13px 14px;
    border-radius: 10px;
    background: #FFFFFF;
    color: #171718;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}
.subheader__icon {
    margin-left: 11px;
    font-size: 15px;
}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.main {
    padding-top: 30px;
}
.about__headphones {
    display: flex;
    justify-content: space-between;
    margin-right: -15px;
}
.about__descr {
    max-width: 540px;
    width: 100%;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
}
.about__descr_margin {
    margin-top: 33px;
}
.about__img {
    max-width: 552px;
    width: 100%;
    object-fit: contain;
}
.about__case {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 50px;
}
.about__case .about__img {
    max-width: 457px;
    width: 100%;
    margin-right: 87px;
}
.about__airpods {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}
.about__airpods .about__descr {
    max-width: 333px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.about__airpods-descr-left {
    text-align: right;
}
.about__divider {
    width: 61px;
    height: 1px;
    background: #C4C4C4;
}
.about__airpods .about__img {
    max-width: 268px;
    width: 100%;
}


.cards {
    margin-top: 79px;
}
.product {
    display: flex;
    justify-content: space-between;
    
}
.product__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 255px;
    background: #FFFFFF;
    padding: 15px 47px;
    border-radius: 6px;
    margin-bottom: 55px;
}
.product__title {
    font-size: 20px;
}
.product__img {
    max-height: 167px;
    height: 100%;
    margin-top: 10px;
}
.product__descr {
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
}
.product__btn {
    max-width: 161px;
    width: 100%;
    padding: 7px;
    margin-top: 20px;
    background: #151515;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.footer nav {
    padding: 79px 0;
}
.footer .card__icon {
    font-size: 62px;
    line-height: 55px;
}
.footer .card__icon_margin {
    margin-left: 29px;
}