@import 'fonts.css';


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: 'Montserrat';
}

main {
    background: #141414;
}

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

.nav {
    background: #282828;
    position: fixed;
    width: 100%;
    z-index: 2;
}
.nav__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}
.nav__card {
    display: flex;
    align-items: center;
    column-gap: 30px;
}
.nav__list {
    display: flex;
    column-gap: 30px;
}
.link {
    color: white;
    font-weight: bold;
    transition: .6s;
}
.link:hover {
    color: rgb(156, 153, 153);
}
.nav__iconka {
    color: white;
    display: flex;
    column-gap: 25px;
}

.header__bg {
    background: url(../image/Headerbg.png) center center / cover;
    width: 100%;
    min-height: 635px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header__bg_title {
    font-size: 100px;
    color: white;
    font-family: 'ProstoOne';
    margin-bottom: 51px;
}
.header__bg_link {
    display: flex;
    background: #fff;
    color: black;
    column-gap: 11px;
    padding: 13px 14px;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 10px;
    transition: .5s;
    
}
.header__bg_link:hover {
    background: rgb(36, 34, 34);
    color: white;
}

/* main start */
.wrapper__container {
    display: flex;
    color: white;
    padding: 30px 0 50px 0;
    column-gap: 40px;
}
.wrapper__img {
    display: block;
}
.wrapper__txt {
    padding-top: 50px;
    line-height: 27px;
    font-size: 22px;
}
.earphone {
    padding-top: 50px;
}
.container__container {
    display: flex;
    align-items: center;
    column-gap: 130px;
}
.earphone__img {
    display: block;
}
.earphone__txt {
    color: white;
    font-size: 22px;
    line-height: 27px;
}
.earphone__end {
    padding-top: 50px;
}
.earphone__end__container {
    position: relative;
    color: white;
    display: flex;
    align-items: center;
}
.earphone__end__container::after {
    content: '';
    position: absolute;
    width: 61px;
    height: 1px;
    left: 305px;
    top: 190px;
    background: #fff;
}
.earphone__end__container::before {
    content: '';
    position: absolute;
    width: 61px;
    height: 1px;
    left: 660px;
    top: 190px;
    background: #fff;
}

.earphone__end_txt {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    text-align: right;
}
.earphone__end_image {
    display: block;
    padding: 0 86px 0 88px;
}
.earphone__end_txt1 {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}
.phone {
    padding: 79px 0 55px 0;
}
.phone__container {
    display: flex;
    justify-content: space-between;
}
.phone__card {
    background: #fff;
    max-width: 255px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 6px;
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.phone__title {
    margin-bottom: 10px;
}
.phone__img {
    margin-bottom: 10px;
    font-weight: bold;
}
.phone__txt {
    margin-bottom: 27px;
}
.phone__link {
    color: white;
    padding: 7px 57px;
    background: #000;
    font-weight: bold;
    transition: .5s;
}
.phone__link:hover {
    background: rgb(41, 40, 40);
}
/* main end */

/* footer start */
.footer {
    background: #282828;
    padding: 81px 0;
}
.footer__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__list {
    display: flex;
    column-gap: 30px;
}
.footer__card_2 {
    color: white;
    display: flex;
    column-gap: 29px;
}
.footer__link {
    color: white;
    font-size: 20px;
    font-weight: bold;
    transition: 500ms;
}
.footer__link:hover {
    color: #857f7f;
}

.footer__card-link {
    color: #fff;
}


/* footer end */
