.about__header-image__mobile {
    display: none;
}

.dark-grey {
    color: #383838 !important;
}

.about__header {
    background-color: #2d2d2d;
    padding: 23px 0 66px;
    border-bottom: 118px solid #fffc00;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.about__header__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 23px;
}

.about__header__title {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.13;
    text-transform: uppercase;
}

.about__header__image {
    display: block;
    width: 100%;
    max-width: 392px;
}

.about {
    background: url(../images/about/about.webp) no-repeat;
    background-position: center 155px;
    background-size: cover;
}

.agenda__info {
    display: flex;
    justify-content: center;
    gap: 52px;
    margin-top: -155px;
    position: relative;
    z-index: 2;
}

.agenda__info__item {
    height: 100%;
    overflow: hidden;
    width: 330px;
    border-radius: 8px;
    box-shadow: 0px 4px 17.1px 0px rgba(0, 0, 0, 0.17);
}

.agenda__info__item__title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
    color: #383838;
}

.agenda__info__item__head {
    overflow: hidden;
    height: 213px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/agenda/info-item-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
}

.agenda__info__item__head-image {
    display: block;
}

.agenda__info__item__body {
    background-color: #fff;
}

.agenda__info__item__title {
    text-align: center;
    padding: 24px 0 26px;
}

.agenda__info__item__button {
    cursor: pointer;
    width: 100%;
    display: block;
    font-family: "Montserrat", sans-serif;

    background: url(../images/dark_btn.webp) center no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.13;
    text-transform: uppercase;
    padding: 11px;
}

.agenda__info__item__button:hover {
    background: url(../images/dark_btn-hover.webp) center no-repeat;
    background-size: 100% 100%;
}

.agenda__info__item__bottom {
    background-color: #fff;
    padding: 0 26px 23px 26px;
}

/* Dropdown */
.agenda__info__item .dropdown {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

.agenda__info__item.active .dropdown {
    max-height: 1000px;
    opacity: 1;
}

.agenda__info__dropdown--first .agenda__info__dropdown__content {
    gap: 17px;
}

.agenda__info__dropdown--second .agenda__info__dropdown__content {
    padding: 21px 20px 24px;
    gap: 23px;
}

.agenda__info__dropdown__content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 8px;
    background-color: #383838;
    box-shadow: 0px 4px 17.1px 0px rgba(0, 0, 0, 0.17);
    padding: 25px 16px 26px;
}

.agenda__info__dropdown__footer {
    background: #fff;
    padding: 0 26px;
    margin-top: 30px;
}

.agenda__info__dropdown__footer .agenda__info__dropdown__title {
    margin-bottom: 15px;
}

.agenda__info__dropdown--first .agenda__info__dropdown__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.agenda__info__dropdown__item-title {
    max-width: 155px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.04;
    text-transform: uppercase;
}

.agenda__info__dropdown__item-small {
    width: 60px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.13;
}

.agenda__info__dropdown__title {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.04;
    text-transform: uppercase;
}

.agenda__info__dropdown__text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.13;
}

.agenda__info__dropdown--second__image {
    display: block;
    max-width: 100%;
    padding-left: 15px;
    padding-top: 20px;
}

.agenda__info__dropdown--third {
    border-top: 1px solid #d9d9d9;
}


.agenda__info__dropdown--third .agenda__info__dropdown__text {
    color: #383838;
    padding: 0 8px 0 20px;
    margin-top: 12px;
}

.agenda__info__dropdown--third .agenda__info__dropdown__content {
    margin: 20px 0;
    padding: 15px 20px 15px 26px;
}

.agenda__info__dropdown--third .agenda__info__dropdown__title {
    color: #383838;
}

.agenda__info__dropdown__content__item {
    display: flex;
    align-items: center;
    gap: 23px;
}

.agenda__info__dropdown__content__item__box-title {
    color: #fffc00;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.04;
    text-transform: uppercase;
}

.agenda__info__dropdown__content__item__box-text {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.13;
}

.agenda__info__dropdown__image {
    display: block;
    max-width: 100%;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.54) inset;
    margin: 18px 20px 0;
}

.agenda__info__dropdown__image img {
    display: block;
    max-width: 100%;
    width: 100%;
}

.agenda__info__dropdown__image.second {
    margin-top: 20px;
}

.active .agenda__info__item__button {
    background: url(../images/dark_btn-hover.webp) center no-repeat;
    background-size: 100% 100%;
    margin-top: 22px;
}

.active .agenda__info__item__button:hover {
    background: url(../images/dark_btn.webp) center no-repeat;
    background-size: 100% 100%;
}

.company__box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 42px;
    margin-top: 177px;
}

.company__box__item {
    display: flex;
    flex-direction: column;
    border-radius: 11px 11px 0 0;
}

.company__box__item__body {
    flex: 1 1 auto;
    position: relative;
    border-radius: 11px 11px 0 0;
    padding: 165px 33px 5px 47px;
}

.company__box__item__circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 234px;
    height: 234px;
    border-radius: 250px;
    position: absolute;
    top: -92px;
    right: calc(50% - 117px);
}

.company__box__item.p2w .company__box__item__body {
    background-color: #fb6639;
}

.company__box__item.p2w .company__box__item__circle {
    background-color: #fff;
    box-shadow: 0px -2.8px 7.7px 0px rgba(0, 0, 0, 0.1);
}

.company__box__item.snapchat .company__box__item__body {
    background-color: #2d2d2d;
}

.company__box__item.snapchat .company__box__item__circle {
    background-color: #fffc00;
}

.company__box__item__title {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 1.04;
    text-transform: uppercase;
    margin: 48px 0;
}

.company__box__item__text {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.13;
    margin-bottom: 27px;
}

.company__box__item__body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.company__box__item__footer {
    border-radius: 0 0 11px 11px;
}

.company__box__item.p2w .company__box__item__footer {
    height: 180px;
    overflow: hidden;
    background: url(../images/agenda/footer_bg.webp) center no-repeat;
    background-size: cover;
}

.company__box__item.snapchat .company__box__item__footer {
    height: 214px;
    overflow: hidden;
    background: url(../images/agenda/footer_bg-yellow.webp) no-repeat;
    background-position: center -1px;
    background-size: cover;
    margin-top: -37px;
    position: relative;
    z-index: 5;
}

/* Features ----------------*/

.features {
    margin-top: 68px;
}

.features__title {
    max-width: 747px;
    color: #fb6639;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    line-height: 1.13;
    text-transform: uppercase;
    margin: 0 auto 33px;
}

.features__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 48px 20px;
}

.features__box__item {
    max-width: 540px;
    display: flex;
    gap: 25px;
}

.features__box__item__text {
    color: #2d2d2d;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.13;
    margin-top: 6px;
}

.agenda__disclaimer {
    display: flex;
    align-items: end;
    justify-content: center;
    height: 132px;
    background: url(../images/agenda/disclaimer_bg.webp) center no-repeat transparent;
    background-size: 100% 100%;
}

.agenda__disclaimer__text {
    color: #fff;
    text-align: center;
    text-shadow: 0px 4px 18px #551b09;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.13;
    text-transform: uppercase;
    padding-bottom: 27px;
}

.agenda__info__dropdown__content {
    background-color: #383838;
}

@media (min-width: 1550px) {
    .about {
        background: url(../images/about/about.webp) no-repeat;
        background-position: center 155px;
        background-size: cover;
    }
}

@media (max-width: 1200px) {
    .about__header {
        padding: 37px 0 37px;
        border-bottom: 118px solid #fffc00;
    }

    .about {
        background: url(../images/about/about__tablet.webp) no-repeat;
        background-position: 0 50px;
        background-size: cover;
    }

    .agenda__info {
        max-width: 800px;
        display: flex;
        flex-direction: column;
        gap: 40px;
        margin: -80px auto 0;
    }

    .agenda__info__item {
        width: 100%;
        border-radius: 10px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .agenda__info__item__head {
        max-height: 211px;
    }

    .agenda__info__item__head-image {
        max-width: 100% !important;
        transform: scale(0.7);
    }

    .agenda__info__dropdown__footer {
        background: #fff;
        padding: 0 26px 30px;
        margin-top: 0;
    }

    .agenda__info__item__button {
        color: #000;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.13;
        text-transform: uppercase;
        background: url(../images/agenda/dropdown/button_tablet.webp) center no-repeat;
        background-size: 100% 100%;
        padding: 10px 32px;
    }

    .agenda__info__item__button:hover {
        background: url(../images/agenda/dropdown/button_tablet.webp) center no-repeat;
        background-size: 100% 100%;
    }

    .active .agenda__info__item__button {
        background: url(../images/agenda/dropdown/button_tablet.webp) center no-repeat;
        background-size: 100% 100%;
        margin-top: 0;
    }

    .active .agenda__info__item__button:hover {
        background: url(../images/agenda/dropdown/button_tablet.webp) center no-repeat;
        background-size: 100% 100%;
    }

    .agenda__info__item__body {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .agenda__info__item__title {
        font-size: 30px;
        padding-top: 34px;
    }

    .agenda__info__item__bottom {
        padding-bottom: 34px;
    }

    .agenda__info__item__head {
        height: auto;
    }

    .agenda__disclaimer {
        height: 72px;
        background: url(../images/agenda/media/disclaimer_bg-tablet.webp) center no-repeat transparent;
        background-size: 100% 100%;
    }

    .agenda__disclaimer__text {
        font-size: 20px;
        padding-bottom: 13px;
    }

    .company__box {
        max-width: 800px;
        margin: 137px auto 0;
    }

    .company__box__item__circle {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 130px;
        height: 130px;

        position: absolute;
        top: -65px;
        right: calc(50% - 65px);
    }

    .company__box__item__circle-img {
        width: 92px !important;
    }

    .company__box__item__body {
        padding: 90px 20px 45px 25px;
    }

    .company__box__item__logo {
        max-width: 168px;
    }

    .company__box__item__title {
        max-width: 270px;
        font-size: 16px;
        margin: 26px auto 0;
    }

    .company__box__item__text {
        font-size: 16px;
    }


    .company__box__item.p2w .company__box__item__footer {
        height: 100px;
        overflow: hidden;
        background: url(../images/agenda/footer_bg.webp) no-repeat;
        background-position: center 0;
        background-size: cover;
    }

    .company__box__item.snapchat .company__box__item__footer {
        height: 124px;
        overflow: hidden;
        background: url(../images/agenda/footer_bg-yellow.webp) no-repeat;
        background-position: center 0;
        background-size: cover;
        margin-top: -40px;
        position: relative;
        z-index: 5;
    }

    .company__box__item__text {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .company__box {
        gap: 20px;
    }

    .features {
        margin: 0;
    }

    .features__title__box {
        max-width: 800px;
        text-transform: uppercase;
        border-radius: 5px;
        background: #2d2d2d;
        padding: 13px 15px 11px;
        margin: 37px auto 42px;
        position: relative;
    }

    .features__title__box::after {
        content: "";
        display: block;
        width: 29px;
        height: 26px;
        background: url(../images/agenda/media/rec.svg) center no-repeat;
        background-size: cover;
        position: absolute;
        top: calc(100% - 4px);
        right: calc(50% - 19px);
    }

    .features__title {
        max-width: 580px;
        color: #fff;
        text-align: center;
        font-size: 20px;
        font-weight: 500;
        line-height: 1.13;
        margin: 0 auto;
    }

    .features__title.--desktop {
        display: none !important;
    }

    .features__title__box.--tablet {
        display: block !important;
    }

    .features__box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px 50px;
        max-width: 800px;
        margin: 0 auto 30px;
    }

    .features__box__item__image {
        width: 51px !important;
    }

    .features__box__item__text {
        font-size: 16px;
    }

    .features__box__item {
        display: flex;
        gap: 10px;
    }

    .agenda__disclaimer__text {
        font-size: 20px;
    }

    /* dropdown */
    .agenda__info.--desktop {
        display: none !important;
    }

    .agenda__info.--tablet {
        display: flex !important;
    }

    .agenda__info__item {
        display: flex;
        flex-direction: column;
    }

    .agenda__info__item__main {
        width: 100%;
        border-radius: 10px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .agenda__info__dropdown--first .agenda__info__dropdown__content {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        padding: 5px 25px 21px;
    }

    .agenda__info__dropdown__footer .agenda__info__dropdown__title {
        margin-bottom: 10px;
    }

    .agenda__info__dropdown__content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        border-radius: 0 0 8px 8px;
        padding: 22px 30px 22px 38px;
    }

    .agenda__info__dropdown__item-small {
        width: auto;
        font-size: 20px;
        padding-right: 15px;
    }

    .agenda__info__dropdown__content {
        grid-template-columns: repeat(1, 1fr);
    }

    .agenda__info__dropdown--second__image.--desktop {
        display: none;
    }

    .agenda__info__dropdown--third {
        background-color: #fff;
        border-top: none;
    }

    .agenda__info__dropdown__image__box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .agenda__info__dropdown__image {
        margin: 0;
    }

    .agenda__info__dropdown--third
    .agenda__info__dropdown__head
    .agenda__info__dropdown__text {
        margin-top: 0;
        padding: 17px 14px 14px 28px;
        border-bottom: 2px solid #d9d9d9;
    }

    .agenda__info__dropdown__head {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .agenda__info__dropdown--third .agenda__info__dropdown__content {
        margin: 0;
        border-radius: 0 0 8px 0;
    }

    .agenda__info__dropdown__title {
        padding: 17px 0 14px;
    }

    .agenda__info__dropdown__text__box {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    .agenda__info__dropdown__text__box .agenda__info__dropdown__text {
        max-width: 100%;
        padding: 0;
    }

    .agenda__info__dropdown__image__box {
        margin-top: 20px;
    }

    .agenda__info__dropdown__main {
        padding: 0 27px 30px;
    }

    .agenda__info__dropdown__image__box {
        grid-gap: 15px;
    }


    .agenda__info__dropdown--second .agenda__info__dropdown__content {
        background: #383838;
        padding: 0 35px 0;
    }


    .agenda__info__dropdown__content__grid {
        display: flex;
        justify-content: space-between;
    }

    .agenda__info__dropdown__content__col {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 24px;
        width: 100%;
        max-width: 276px;
    }

    .agenda__info__dropdown__content__col__item {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .agenda__info__dropdown__col__image {
        width: 182px;
        max-width: 182px;
        margin: 0 auto;
    }

    .vertical__line {
        height: 350px;
        width: 2px;
        background: #474747;
    }
}


@media (max-width: 720px) {
    .about {
        background: url(../images/about/about_bg_mobile.svg) no-repeat;
        background-position: 0 0;
        background-size: cover;
        padding-bottom: 30px;
    }

    .about__header {
        padding: 2px 0 15px;
        border-bottom: 118px solid #fffc00;
        position: relative;
        overflow: visible;
        z-index: 1;
    }

    .about__header:after {
        display: block;
        content: '';
        width: 100%;
        height: 131px;
        background: url(../images/about/top_icon-mobile.webp) center no-repeat;
        background-size: cover;
        position: absolute;
        top: calc(100% + 118px);
        right: 0;
        left: 0;
        z-index: 3;
    }

    .about__header .container {
        padding: 0 !important;
    }

    .about__header__image {
        display: none;
    }

    .about__header-image__mobile {
        max-width: 100%;
        width: 100% !important;
        display: block !important;
    }

    .company__box {
        max-width: 380px;
        grid-template-columns: repeat(1, 1fr);
        gap: 170px;
        margin: 165px auto 40px;
    }

    .company__box__item__circle-img {
        width: 118px !important;
    }

    .company__box__item__circle {
        width: 170px;
        height: 170px;
        position: absolute;
        top: -85px;
        right: calc(50% - 85px);
    }

    .company__box__item__body {
        padding: 109px 20px 30px 25px;

    }

    .company__box__item {
        position: relative;
        z-index: 1;
    }

    .company__box__item:after {
        display: block;
        content: '';
        width: 300px;
        height: 300px;
        background: url(../images/agenda/media/company_bg_icon-mobile.webp) center no-repeat;
        background-size: 100% 100%;
        transform: rotate(-30deg);
        position: absolute;
        top: -150px;
        right: calc(50% - 150px);
        z-index: -1;
    }

    .company__box__item__logo {
        max-width: 199px !important;
    }

    .company__box__item__footer {
        height: 89px;
    }

    .company__box__item.p2w .company__box__item__footer {
        height: 90px;
        overflow: hidden;
        background: url(../images/agenda/media/footer_bg-mobile.webp) no-repeat;
        background-position: center 0;
        background-size: 100% 100%;
    }

    .company__box__item.snapchat .company__box__item__footer {
        height: 115px;
        overflow: hidden;
        background: url(../images/agenda/media/footer_bg-yellow-mobile.webp) no-repeat;
        background-position: center 0;
        background-size: 100% 100%;
        margin-top: -28px;
        position: relative;
        z-index: 5;
    }

    .features__box {
        max-width: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0 auto;
    }

    .features__box.--mobile {
        display: flex !important;
    }

    .features__box.--desktop {
        display: none !important;
    }

    .features__box__item__text {
        max-width: 260px;
    }

    .agenda__disclaimer {
        height: 104px;
        background: url(../images/agenda/media/disclaimer_bg_mobile.webp) center no-repeat transparent;
        background-size: 100% 100%;
    }

    .agenda__disclaimer__text {
        max-width: 345px;
    }

    .agenda__disclaimer__text span {
        display: block;
        font-weight: 500;
    }

    .agenda__info {
        max-width: 400px;
        margin: -80px auto 0;
    }

    .agenda__info__item__main {
        max-height: 163px;
        height: 163px;
    }

    .agenda__info__item__title {
        padding-bottom: 20px;
        padding-top: 36px;
        font-size: 25px;
    }

    .agenda__info__item__head {
        max-height: 100%;
    }

    .agenda__info__item__bottom {
        padding-bottom: 18px;
    }

    .agenda__info__item__head-image {
        max-height: 100px;
        transform: scale(1);
    }

    .agenda__info__item__button {
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 6px 20px;
    }

    .agenda__info__dropdown--first .agenda__info__dropdown__content {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }


    .agenda__info__dropdown__item-small {
        width: 60px;
        padding: 0;
        font-size: 16px;
    }

    .agenda__info__item__bottom {
        background-color: #fff;
        padding: 0 10px 23px 10px;
    }

    .agenda__info__item__title {
        max-width: 140px;
        font-size: 23px;
        margin: 0 auto;
        padding-top: 22px;
    }

    .agenda__info__dropdown--second .agenda__info__dropdown__content {
        background: #383838;
        padding: 0 35px 28px;
    }

    .agenda__info__dropdown__title {
        margin: 0 auto;
        padding: 0;
    }

    .agenda__info__dropdown--second__image {
        background-color: #fff;
    }

    .agenda__info__item__body {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .agenda__info__dropdown--second__image.--mobile {
        display: block !important;
        margin-top: -10px;
        position: relative;
        z-index: -1;
    }

    .agenda__info__dropdown__head {
        display: flex;
        flex-direction: column;
        border-top: 1px solid #d9d9d9;
    }

    .agenda__info__dropdown__text.pt-20 span {
        font-weight: 800;
    }

    .agenda__info__dropdown--third
    .agenda__info__dropdown__head
    .agenda__info__dropdown__text {
        margin-top: 0;
        padding: 17px 14px 25px 28px;
        border-bottom: none;
    }

    .agenda__info__dropdown--third .agenda__info__dropdown__content {
        margin: 0;
        border-radius: 8px;
    }

    .agenda__info__dropdown__title {
        margin-top: 25px;
    }

    .agenda__info__dropdown__text__box {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .agenda__info__dropdown__image__box {
        display: flex;
        flex-direction: column;
    }


    .agenda__info__dropdown__content__grid {
        flex-direction: column;
        gap: 23px;
    }

    .agenda__info__dropdown__col__image {
        display: none;
    }

    .vertical__line {
        display: none;
    }
}
