
.question span.title-section {
    text-align: center;
}
.question {
    background: #F6F6F7;
}
.question-cont {
    padding-top: 24px;
}

.question-cont .question-cont-item {
    border-bottom: 1px solid #D8D8D8;
}

.logo-promo {
    max-width: 320px;
}

.question-cont-link {
    padding-top: 40px;
    text-align: center;
}

.question-cont-link a{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0F5AD3;
    border-bottom: 1px solid;
}

.question-cont-link a:hover {
    color: #202020;
}

.logo-promo img {
    max-width: 100%;
}

.question-cont-item-head {
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.question-cont-item-head span {
    font-weight: 500;
    font-size: 24px;
    line-height: 110%;
    color: #303030;
    padding-right: 15px;
    text-align: left;
}

.question-cont-item-body {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.question-cont-item-body p {
    font-weight: 500;
    font-size: 17px;
    line-height: 160%;
    color: #636363;
    margin: 0;
    padding-bottom: 15px;
    text-align: left;
}
.question-cont-item-body p a {
    font-weight: 600;
    color: #9E9E9E;
}

.question-cont-item-body p a:hover {
    color: #202020;
}

.question-cont-item.active .question-cont-item-body {
    height: auto;
    overflow: visible;
}

.question-cont-item .question-cont-item-head img {
    transition: all 0.3s;
}

.question-cont-item.active .question-cont-item-head img {
    transform: scale(1, -1);
}


.promo .video_block {
    position: relative;
}

.promo .video_block video {
    border-radius: 0;
    display: block;
}

.promo .video_block:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}

.logo-promo {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: max-content;
    margin-bottom: 54px;
}
.tagline {
    padding-bottom: 40px;
    font-weight: 700;
    font-size: 60px;
    line-height: 64px;
}

.tagline p {
    margin-bottom: 0;
}

.promo span.text {
    display: block;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: #FFFFFF;
    margin-bottom: 60px;
}

section.section-2.section-included {
    padding: 180px 0;
}

.btn-white {
    font-weight: 600;
    font-size: 16px;
    line-height: 170%;
    color: #FFFFFF;
    padding: 10px 63px;
    display: block;
    max-width: 100%;
    width: max-content;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(4px);
    border-radius: 50px;
    text-align: center;
    transition: all 0.3s;
}

.btn-white:hover {
    background: #fff;
    color: #202020;
    border-bottom-color: #fff;
}

section.section-2.section-included .flex {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

section.section-2.section-included span.title {
    font-weight: 700;
    font-size: 60px;
    line-height: 64px;
    text-align: center;
    color: #202020;
    padding-bottom: 0;
    width: 100%;
    display: block;
}

.info-side {
    width: 49%;
    margin-top: 76px;
}

.img-side {
    width: 49%;
    margin-top: 76px;
}

.img-side img {
    max-width: 100%;
}

.section-included span.subtitle {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    color: #202020;
    margin-bottom: 40px;
    display: block;
}

.section-included p {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
}

span.text-small {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.video-block span.title {
    font-weight: 700;
    font-size: 60px;
    line-height: 64px;
    text-align: center;
    display: block;
    max-width: 1123px;
    margin: 0 auto 60px;
}

.video-block p {
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    max-width: 880px;
    margin: 0 auto 60px;
}

.question {
    background: #fff;
}


.question-cont-link.pointer {
    pointer-events: none;
}

 @media(max-width: 1500px) {
     .logo-promo {
         padding-bottom: 25px;
         margin-bottom: 40px;
     }
     .promo span.text {
         margin-bottom: 40px;
     }

     .tagline {
         padding-bottom: 40px;
         font-size: 56px;
         line-height: 60px;
     }
 }

@media(max-width: 992px) {
    picture.section-bg img {
        width: 100%;
        max-height: 100vh;
        object-fit: cover;
    }
}

@media(max-width: 768px) {

    .tagline {
        padding-bottom: 30px;
        font-size: 34px;
        line-height: 36px;
    }

    .promo span.text {
        margin-bottom: 30px;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
    }
    .logo-promo {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    section.section-2.section-included {
        padding: 60px 0;
    }

    section.section-2.section-included span.title {
        font-weight: 700;
        font-size: 34px;
        line-height: 36px;
        order: 1;
    }

    .info-side {
        width: 100%;
        margin-top: 30px;
    }

    .img-side img {
        margin: 0 auto;
        display: block;
    }

    .img-side {
        width: 100%;
        margin-top: 30px;
    }

    .img-side.order2 {
        order: 2;
    }

    .info-side.order1 {
        order: 3;
    }
    .img-side.order3 {
        order: 4;
        margin-top: 60px;
    }

    .info-side.order4 {
        order: 5;
    }

    .section-included span.subtitle {
        margin-bottom: 25px;
        font-size: 20px;
        line-height: 24px;
    }

    .section-included p {
        font-size: 18px;
        line-height: 20px;
    }

    span.text-small {
        font-size: 13px;
        line-height: 18px;
    }

    .video-block span.title {
        margin: 0 auto 25px;
        font-size: 30px;
        line-height: 30px;
    }

    .video-block p {
        margin: 0 auto 25px;
        font-size: 18px;
        line-height: 20px;
        text-align: center;
    }

    .section-1.padding {
        padding: 60px 0;
    }

    .question-cont {
        padding-top: 0;
    }

    .question span.title-section {
        text-align: center;
        font-size: 34px;
        line-height: 36px;
    }

    .question-cont-item-head {
        padding: 20px 0;
    }

    .question-cont-item-head span {
        font-size: 20px;
        line-height: 24px;
    }

    .question-cont-item-body p {
        padding-bottom: 20px;
        font-size: 16px;
        line-height: 20px;
    }

    .section-1.padding.feedback .container {
        padding-top: 60px;
        border-top: none;
    }

    .promo .video_block {
        height: 70vh;
    }
    .promo .video_block video {
        height: 100%;
        object-fit: cover;
    }
}

@media(max-width: 480px) {
    .logo-promo {
        max-width: 150px;
    }

    .tagline p br {
        display: none;
    }

    .section-container.promo .btn-white {
        margin: 0 auto;
    }

    .feedback-item img {
        margin-right: 0;
    }
}