*,
*::after,
*::before{
    box-sizing: border-box;
}

a{
    text-decoration: none;
    color: #717171;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

header{
    background-color: #0A0A0A;
    padding: 33px 32px;
    font-size: 24px;
    line-height: 29px;
    color: #717171;
}

body{
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #0A0A0A;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu{
    display: flex;
    flex-grow: 1;
    flex-basis: 0;
}

.phone{
    flex-grow: 1;
    flex-basis: 0;
    text-align: right; 
    font-size: 24px;
    line-height: 29px;
}

.list__item{
    padding-right: 30px;
}

.item__link:hover{
    color: #490E84;
    transition: all .5s;
}

.headline{
    text-align: center;
}

.header__title{
    margin-top: 41px;
}

.title{
    font-weight: 700;
    font-size: 64px;
    line-height: 77px;
    color: #490E84;
}

.header-img{
    padding-top: 40px;
}

.header-btn{
    margin-top: 20px;
    background-color: #490E84;
    font-size: 24px;
    border: 1px solid #490E84;
    border-radius: 30px ;
    padding: 20px 120px;
    cursor: pointer;
}

.header-btn:hover{
    background-color: #fff;
    border: 1px solid #490E84;
    color: #490E84;
    font-weight: 700;
}

.new{
    margin-top: 90px;
    margin-bottom: 150px;
}

.new__contant{
    display: flex;
}

.section__title{
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    color: #717171;
    text-align: center;
}

.new__contant{
    padding-top: 50px;
}

.text{
    max-width: 560px;
}

.new__text{
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
    color: #0A0A0A;
}

.bold{
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
}

.new-img{
    padding-left: 190px;
    height: 400px;
}

.choose__color{
    margin-bottom: 150px;
}

.color-title{
    margin-bottom: 50px;
}

.contant{
    display: flex;
    text-align: center;
}

.goods + .goods{
    padding-left: 80px;
}

.goods__title{
    padding-top: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 10px;
}

.order__contant{
    display: flex;
}

.order__form{
    width: 100%;
    padding: 140px 77px;
    background-color: #574B63;
    text-align: center;
}

.form__title{
    margin: 0 0 60px;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
    text-align: left;
}

.order__input{
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #fff;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
}

.order__input::placeholder{
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    opacity: .5;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.order__form p{
    color: #fff;
    opacity: 0.5;
    text-align: center;
    margin: 30px 0;
}

.form-btn{
    border: none;
    color: #490E84;
    background-color: #fff;
    border-radius: 30px;
    padding: 16px 81px;
    font-weight: 700;
    cursor: pointer;
}

.form-btn:hover{
    color: #fff;
    background-color: #490E84;
    transition: all .3s;
}

.footer{
    background-color: #0A0A0A;
}

.footer__link{
    flex-basis: 0;
    flex-grow: 1;
}

.footer__inner{
    color: #717171;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}