.cooperation {
    width: 100%;
    background: #f8cc00;
    overflow: hidden;
    padding-top: 64px;
    padding-bottom: 64px;
    min-height: 100vh;
    color: #000;
    display: flex;
    align-items: center;
}
.cooperation .bold42 {
    margin-top: 15px;
    font-size: 38px
}
.cooperation ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.cooperation__text {
    margin-bottom: 30px;
    margin-top: 45px
}
.cooperation__text p {
    line-height: 26px
}
.cooperation__form input,
.cooperation__form textarea {
    display: block;
    width: 100%;
    background: #f8cc00;
    border: 2px solid #000;
    outline: none!important;
    resize: none
}
.cooperation__form input {
    height: 50px;
    margin-bottom: 15px;
    padding: 0 10px
}
.cooperation__form textarea {
    height: 150px;
    margin-bottom: 15px;
    padding: 5px 10px
}
.cooperation__form .button {
    width: 100%;
    height: 60px;
    background: #000;
    color: #f8cc00;
    border: none;
    outline: none!important;
    transition: all .2s linear;
}
.cooperation__form .button:hover,
.cooperation__form .button:active{
    color: #fff;
}


.formHolder::-webkit-input-placeholder {
    color: #000
}
.formHolder:-moz-placeholder,
.formHolder::-moz-placeholder {
    color: #000
}
.formHolder:-ms-input-placeholder {
    color: #000
}

@media (min-width: 320px) and (max-width: 379px) {
    .cooperation .bold42 {
        font-size: 30px
    }
}
@media (min-width: 550px) {
    .bold42 br {
        display: none
    }
}
@media (min-width: 768px) {
    .cooperation .bold42 {
        font-size: 42px
    }
}
@media (min-width: 992px) {
    .cooperation .bold42 {
        margin-top: 30px
    }
    .cooperation .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .cooperation .zag {
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}
@media (min-width: 1500px) {
    .cooperation .bold42 {
        margin-top: 50px
    }
    .cooperation__form input {
        height: 64px;
        margin-bottom: 20px
    }
    .cooperation__form textarea {
        height: 150px;
        margin-bottom: 20px;
        padding: 9px 10px
    }
}