.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; */
    width: 100%;
    height: auto;
}
.intro-about-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    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: 24px;
        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-advs {
    margin-bottom: 86px;
}
.p-loyal-advs-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap:56px;
}
.p-loyal-advs-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.p-loyal-advs-item .name {
    font-family: 'Unbounded';
    font-weight: 400;
    font-size: 32px;
    line-height: 135%;
    text-align: center;
    margin: 0;
}
.p-loyal-advs-item .excerpt {    
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-align: center;
    color:#3F3F3Fcc;
}
.p-loyal-faqs-item {
    background-color: #F9F9F9;
    margin-bottom: 12px;
}
.p-loyal-faqs-item-heading {
    padding:24px 16px;
    cursor: pointer;
    font-family: 'Unbounded';
    font-weight: 300;
    font-size: 16px;
    line-height: 135%;
    position: relative;
    padding-right: 38px;
}
.p-loyal-faqs-item-heading::after {
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9941 0V22' stroke='%23101010'/%3E%3Cpath d='M0 11.0044L22 11.0044' stroke='%23101010'/%3E%3C/svg%3E%0A");    
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .3s;
}
.p-loyal-faqs-item-heading.in::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='1' viewBox='0 0 24 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0.5L24 0.499999' stroke='%23101010'/%3E%3C/svg%3E%0A");
}
.p-loyal-faqs-item-collapse {
    display: none;
    padding:0 16px 24px 16px;    
}

/* правки */
.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;
    }
}
/* /правки */