* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #1E1E1E;
    color: white;
    font-family: "Helvetica", sans-serif;
    letter-spacing: -1px;
}

.header {
    padding: 46px 0px;
}

.header .container{
    display: flex;
    align-items: center;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}

.logo img {
    max-width: 129px;
    vertical-align: bottom;
}
.menu {
    margin-left: 177px;
    margin-right: auto;
}

.menu ul {
    list-style: none;
    display: flex;
    gap: 65px;
}

.menu ul a{
    font-size: 14px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

.menu ul a:hover{
    color: #F8FF23;
}
.phone{
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: normal;
}

.main-content{
    padding-top: 100px;
    padding-bottom: 175px;
}

.main-content .container{
    position: relative;
}
.main-info{
    max-width: 755px;
}

.main-info h1 {
    font-size: 80px;
    line-height: 100%;
    margin-bottom: 40px;
    font-weight: normal;
}

.main-info p {
    font-size: 24px;
    line-height: 120%;
    color: #d4d4d4;
    max-width: 440px;
    margin-bottom: 60px;
}

.button{
    height: 69px;
    width: 344px;
    padding: 20px;
    text-align: center;
    box-sizing: border-box;
    background-color: #F8FF23;
    color: black;
    text-decoration: none;
    outline: 0;
    display: block;
    border: 0;
    cursor: pointer;
    font-size: 24px;
}
.button:hover{
    background-color: #fff;
}
.button.white-button{
    background-color: #fff;
}

.button.white-button:hover{
    background-color: #F8FF23;
}

.main-image {
    position: absolute;
    top: 78px;
    right: -576px;
    z-index: -1;

}

.main{
    position: relative;
    overflow: hidden;
}

.block-black {
    width: 447px;
    height: 910px;
    background-color: black;
    z-index: -2;
    top: 0;
    right: calc(50% - 780px);
    position: absolute;
}

.car {
    background-color: #212121;
    padding: 20px;
    display: flex;
}

.car img {
    max-width: 568px;
}

.cars{
    background-color: #0C0C0C;
    padding: 133px 0px;
}

.cars .container h2{
    font-weight: normal;
    font-size: 65px;
}

.cars-content{
    display: flex;
    padding-top: 60px;
}

.cars-filters {
    margin-right: 77px;
}

.cars-filters ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.cars-filters ul li{
    padding: 16px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    width: 127px;
    font-size: 16px;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
}

.cars-filters ul li.active, 
.cars-filters ul li:hover{
    border-color: #F8FF23;
    color: #F8FF23;
}

.cars-items{
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.cars-details{
    margin-left: 24px;
    display: flex;
    flex-direction: column;
}

.cars-details h4{
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 20px;
}
.cars-details p{
    font-size: 16px;
    line-height: 120%;
    letter-spacing: normal;
    color: #d4d4d4;
    height: 100px;
}
.cars-action {
    margin-top: auto;
}

.cars-action ul{
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.car-perios {
    font-size: 16px;
    line-height: 120%;
    color: #d4d4d4;
    margin-bottom: 5px;
}

.car-price {
    font-size: 24px;
    line-height: 120%;
}

.car-price span{
    font-size: 16px;
    line-height: 120%;
    color: #d4d4d4;
}

.cars-action .button{
    width: 100%;
}

.order {
    padding-top: 160px;
    padding-bottom: 130px;
}

.order .container{
    position: relative;
}

.order img{
    position: absolute;
    top: -25px;
    left: -530px;
}

.order form {
    min-width: 486px;
    margin-left: 714px;
}

.order h3{
    line-height: 100%;
    font-weight: normal;
    font-size: 65px;
    margin-bottom: 40px;
}

.order p {
    font-size: 24px;
    line-height: 120%;
    color: #d4d4d4;
    margin-bottom: 60px;
    min-width: 455px;
}

.order form {
    width: 344px;
}

::placeholder{
    color: #d4d4d4;
}

.order-form input {
    width: 100%;
    height: 68px;
    padding: 24px 20px;
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    margin-bottom: 15px;
    font-size: 16px;
    outline: none;
}


.footer {
    padding: 47px 0px;
    border-top: 1px solid #5f5f5f;
}

.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right {
    font-size: 14px;
    line-height: 90%;
    letter-spacing: normal;
    font-weight: bold;
    text-transform: uppercase;
}