.intro-about {
    height: 360px;
    width: 100%;
    background-color: #888888;
    margin-top: -80px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.intro-about img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 1;
}
.intro-about-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding:80px 0 40px;
    background-color: #00000033;
}
.intro-about-inner .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0;
}
.intro-about h1 {
    font-family: 'Unbounded';
    font-weight: 300;
    font-size: 56px;
    text-align: center;
    margin-bottom: 18px;
    color:#fff;
}
.intro-about .subtitle {
    font-family: 'Unbounded';
    font-weight: 300;
    font-size: 25px;
    margin: 0;
    color:#fff;
    text-align: center;
}

@media(max-width:992px) {
    .intro-about h1 {
        font-size: 32px;
        line-height: 120%;
    }
    .intro-about .subtitle {
        font-size: 18px;
    }
}
@media(max-width:576px) {
    .intro-about {
        height: 360px;
    }
    .intro-about-inner {
        padding: 80px 0 24px;
    }
}

.p-loyal {
    max-width: 936px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
}
.p-loyal h2 {
    text-align: center;
    margin-bottom: 24px;
    font-weight: 300;
    font-size: 25px;
}
.p-loyal-content {
    text-align: center;
    margin-bottom: 86px;
}
.p-loyal-content > *:last-child {
    margin-bottom: 0;
}
.p-loyal-content button {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    padding:16px 56px;
    text-transform: uppercase;
}

/* modal cooperation */
#orderCooperation {

}
#orderCooperation .modal-dialog {
    max-width: 708px;
    padding-right: 12px;
    padding-left: 12px;
}
#orderCooperation .modal-content {
    border:0;
    border-radius: 0;
}
#orderCooperation .modal-body {
    padding: 39px 32px 44px;
}
#orderCooperation .modal-body .close {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border:0;
    border-radius: 0;
    width: 22px;
    height: 22px;
    transition: .3s;
    position: absolute;
    right: 29px;
    top: 24px;
}
#orderCooperation .modal-body .close:hover {
    transform: rotate(19deg);
}
#orderCooperation .modal-body .close svg {
    width: 100%;
    height: 100%;
}
#orderCooperation .wpcf7 {
    max-width: 350px;
    margin: auto;
}
#orderCooperation .wpcf7-form {

}
#orderCooperation .wpcf7-form h2 {
    font-family: 'Unbounded';
    font-weight: 300;
    font-size: 32px;
    text-align: center;
    margin: 0;
    margin-bottom: 40px;
}
#orderCooperation .wpcf7-form .input {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #10101033;
    padding-left: 0;
    padding-right: 0;
}
#orderCooperation .wpcf7-form .input:focus {
    border-bottom-color: #3F3F3F;
    background-color: transparent;
}
#orderCooperation .wpcf7-form .input.wpcf7-not-valid {
    border-bottom-color:#dc3232;
}
#orderCooperation .wpcf7-form .acceptance-wrapper {
    margin-bottom: 24px;
}
#orderCooperation .wpcf7-form .acceptance-wrapper>span:not(.wpcf7-form-control-wrap), 
#orderCooperation .wpcf7-form .acceptance-wrapper>span:not(.wpcf7-form-control-wrap) a {
    color:#3F3F3F;
}
#orderCooperation .wpcf7-form .acceptance-wrapper>span:not(.wpcf7-form-control-wrap) a {
    text-decoration-color: #3F3F3F;
}
#orderCooperation .wpcf7-form .acceptance-wrapper>span:not(.wpcf7-form-control-wrap) a:hover {
    text-decoration-color: transparent;
}
#orderCooperation .wpcf7-form .wpcf7-submit-wrapper {
    width: 100%;
}
#orderCooperation .wpcf7-form .wpcf7-submit-wrapper input[type="submit"] {
    width: 100%;
}
@media(max-width:576px) {
    #orderCooperation .modal-body {
        padding: 32px 12px 32px;
    }
    #orderCooperation .wpcf7-form h2 {
        font-size: 24px;
        margin-bottom: 24px;
        padding-right: 22px;
        padding-left: 22px;
    }
    #orderCooperation .modal-body .close {
        right: 12px;
        top: 12px;
    }
}
/* end */

/* правки */
.intro-about{
    height: auto;
    min-height: 160px;
}
.intro-about img{
    position: relative;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.intro-about-inner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-left: 12px;
    padding-right: 12px;
}
@media(max-width: 992px){
    .intro-about{
        margin-top: -62px
    }
}
@media (max-width: 767.98px){
    .intro-about h1 {
        font-size: 24px;
    }
}
/* /правки */