@import url(./fonts.css);

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: "Montserrat", "ProstoOne";
    font-weight: 400;
}

body {
    background: #151515;
}

.container {
    max-width: 1140px;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto;

}

.header {
    padding: 6px 0;
    background: #282828;
}

.header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header__nav2 {
    display: flex;
    gap: 30px;
}

.header__nav-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;

}

.header__nav-a {
    display: flex;
    gap: 25px;
}

.header__nav-list_item-link {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.banner {
    background: url(../img/bannerbg.png) no-repeat top center/cover;
    height: 700px;

}

.banner__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: center;
    gap: 38px;
}

.banner__title {
    font-family: "Prosto One", sans-serif;
    font-weight: 400;
    font-size: 100px;
    color: #fff;

}

.banner__wrap-website {
    background: #fff;
    border-radius: 10px;
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 11px;
}

.banner__wrap-website_link {
    color: #171718;
    font-weight: 500;
    font-size: 20px;
}

.flex {
    margin: 30px 0 50px;
}

.flex__wrap {
    display: flex;
    gap: 30px;
}

.flex__left {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 538px;

}

.flex__left-img {
    max-width: 552px;
    width: 100%;
}
.flex__left-img img {
    width: 100%;
}
.flex__left-title {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
}

.FreeBuds {
    margin-bottom: 50px;
}

.FreeBuds__wrap {
    display: flex;
    align-items: center;
    gap: 87px;
}
.FreeBuds__wrap img {
    width: 100%;
}
.FreeBuds__left {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 540px;
    width: 100%;
}

.FreeBuds__left-title {
    font-weight: 500;
    font-size: 22px;
    color: #fff;
}

.FreeBuds__left-img {
    max-width: 457px;
    width: 100%;
}

.Pro {
    margin-bottom: 80px;
}

.Pro__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Pro__left {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 333px;
    width: 100%;
}

.Pro__right {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 333px;
    width: 100%;
}

.Pro__img {
    max-width: 268px;
    width: 100%;
    position: relative;
}

.Pro__img::before {
    content: "";
    background: #C4C4C4;
    width: 61px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -74px;
}

.Pro__img::after {
    content: "";
    background: #C4C4C4;
    width: 61px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -74px;
}

.Pro__left-title {
    text-align: end;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.Pro__right-title {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.cards {
    margin-bottom: 55px;
}

.cards__wrap {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.iPhone__cards {
    padding: 15px 47px;
    background: #fff;
    border-radius: 6px;
}

.iPhone__cards-title {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-align: center;
    margin-bottom: 10px;
}

.iPhone__cards-img {
    display: flex;
    justify-content: center;
}

.iPhone__cards-desc {
    margin: 10px 0 20px;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
}

.iPhone__cards-link_text {
    font-weight: 700;
    font-size: 16px;
    background: #151515;
    color: #fff;
    width: 161px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer {
    background: #282828;
    padding: 81px 0;
}

.footer__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.footer__wrap-list_item-link {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.footer__wrap-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.footer__wrap-list_img-item {
    display: flex;
    gap: 30px;
}