.section-1-cp{
    background-color: #181818;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-size: cover;
    position: relative;
}

.section-1-head-container{
    background-color: #333333;
}

.cp-zagolovok{
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    text-align: center
}

.cp-zagolovok h1{
    font-size: 60px;
    padding-top: 50px;
}

.cp-zagolovok p{
    font-size: 35px;
    padding-top: 10px;
}

.cp-line{
    width: 100%;
    max-width: 1170px;
    height: 1px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid #fff;
    border-radius: 250%;
}

.cp-form-container{
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.cp-form{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding-top: 50px;
}

.cp-form div{
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    width: 100%;
    max-width: 600px;
}

.cp-form h1{
    font-size: 25px;
}
.cp-selection{
    width: 100%;
    max-width: 400px;
}

.cp-form select{
    width: 100%;
    max-width: 350px;
    font-size: 17px;
    border-radius: 10px;
    padding-left: 10px;
    height: 25px;
}

.cp-form input{
    width: 100%;
    max-width: 350px;
    font-size: 17px;
    border-radius: 10px;
    padding-left: 10px;
    height: 25px;
}

.cp-form textarea{
    width: 100%;
    max-width: 350px;
    font-size: 17px;
    height: 100%;
    max-height: 70px;
    padding-left: 10px;
    border-radius: 10px;
    min-width: 300px;
    resize: none;
}



button{
    width: 200px;
    background-color: #2ecc71;
    color: #fff;
    height: 35px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 20px;
}