.aktivnosti-page .header {
    margin-top: 16px;
}

.aktivnosti-page .header-box {
    max-width: 370px;
}

.aktivnosti-page .right-header img {
    max-width: 575px;
}

.aktivnosti-page .b2b-portal-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.aktivnosti-page .b2b-portal-btn span {
    color: #323232;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    max-width: 322px;
    margin-left: 20px;
}

.aktivnosti-page .header .left-header .description-box {
    width: 385px;
    margin: 20px 0 30px;
}

.aktivnosti-page .our-partners {
    margin-top: 40px;
}

.aktivnosti-page .our-partners .our-partners-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.aktivnosti-page .our-partners .open-modal-partners {
    background: var(--Main-gradient, linear-gradient(39deg, #FF4D4D 9.28%, #FF7F48 85.91%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid #FF7F48;
    width: auto;
    height: auto;
    border-radius: 10px;
    padding: 15px;
    margin-left: 50px;
}

.aktivnosti-page .our-partners .open-modal-partners:hover {
    background: linear-gradient(38.78deg, #FF4D4D 9.28%, #FF7F48 85.91%);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    width: auto;
    height: auto;
}

.aktivnosti-page .our-partners .open-modal-partners:hover a {
    color: #FFFFFF;
}

.blog-publications {
    margin-top: 50px;
}

.blog-publications .blog-tab-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 37px;
}

.blog-publications .blog-tab-menu span {
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.10);
    padding: 10px;
    border-radius: 6px;
    margin-right: 15px;
    cursor: pointer;
}

.blog-publications .blog-tab-menu span.product-link-active {
    background: linear-gradient(38.78deg, #FF4D4D 9.28%, #FF7F48 85.91%);
    color: #FFFFFF;
}

.blog-publications .blog-publications-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: static;
    width: 219px;
    height: 49px;
    background: linear-gradient(38.78deg, #FF4D4D 9.28%, #FF7F48 85.91%);
    border-radius: 24px;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin: 54px auto 0;
}

.blog-publications .blog-publications-link:hover {
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #FF4D4D;
    width: 217px;
    height: 47px;
    color: #FF4D4D;
}

.aktivnosti-page #main_videos {
    display: none;
}

.aktivnosti-page #main_articles article {
    border: 2px solid whitesmoke;
}

.aktivnosti-page #main_articles .check-size .article-cover {
    max-width: 100%;
    height: 117px;
}

.agora-materials {
    margin-top: 50px;
}

.agora-materials-content {
    margin-top: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.agora-materials-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 310px;
    height: 206px;
    padding: 17px 20px;
    border-radius: 15px;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.7);
}

.agora-materials-item img {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.agora-materials-item span {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    height: 50px;
}

.agora-materials-item:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 93px;
    background: #FFF;
    top: 85px;
}

.agora-materials-item p {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin: 0;
}

.agora-materials-item .material-btns-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.agora-materials-item .material-btns-block #roadmap-form {
    padding: 12px 14px;
    width: auto;
    height: auto;
}

.agora-materials-item .material-btns-block #roadmap-form:hover {
    padding: 11px 13px;
}

.agora-materials-item .material-btns-block .details-link {
    border-radius: 20px;
    border: 1px solid var(--Main-gradient, #FF4D4D);
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    padding: 7px 15px;
}

.agora-materials-item .material-btns-block .details-link:hover {
    background: linear-gradient(38.78deg, #FF4D4D 9.28%, #FF7F48 85.91%);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    color: #FFFFFF;
}

.events-block {
    margin-top: 60px;
}

.events-tab-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 500px;
    margin-bottom: 32px;
}

.events-tab-menu span {
    position: relative;
    cursor: pointer;
    display: flex;
    border-radius: 5px;
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.10);
    padding: 9px 12px;
    color: #444;
    text-align: center;
    width: 215px;
    justify-content: center;
}

.events-tab-menu span h2 {
    font-family: Montserrat;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
}

.events-tab-menu span.active h2 {
    color: #FFF;
    font-weight: 600;
}

.events-tab-menu span.active {
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #FF4D4D 0%, #FF7F48 100%);
    text-align: center;
    font-style: normal;
}

.events-tab-menu span a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.events-tab-menu span img {
    margin-right: 10px;
}

.event-block {
    position: relative;
    border-radius: 15px;
    width: 528px;
    height: 360px;
    padding: 0 21px 23px;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.7);
}

.event-block .event-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 15px;
}

.event-block .type-lable {
    position: absolute;
    left: 21px;
    width: 123px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(90deg, #FF4D4D 0%, #FF7F48 100%), linear-gradient(270deg, #EA7878 0%, #FF6200 100%);
}

.event-date {
    text-align: right;
}

.event-date span {
    border-radius: 24px;
    position: relative;
    background: #EDEDED;
    padding: 6px 20px 6px 40px;
    color: var(--TEXT-DISABLET, #787878);
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 175%;
    text-align: right;
    margin-top: 21px;
    display: inline-block;
}

.event-date span:before {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../img/icons/time.svg);
    left: 17px;
}

.event-title {
    display: inline-block;
    margin-top: 26px;
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    color: #FFF;
}

.event-block p {
    margin: 32px 0 0;
    color: #FFF;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.event-btns {
    margin-top: auto;
    display: flex;
    justify-content: center;
}

.event-btns a {
    border-radius: 24px;
    background: var(--MAIN-GRADIENT, linear-gradient(39deg, #FF4D4D 9.28%, #FF7F48 85.91%));
    color: var(--ffffff, #FFF);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    padding: 8px 22px;
}

.event-btns a:hover {
    border-radius: 20px;
    border: 1px solid var(--Main-gradient, #FF4D4D);
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    background: unset;
    padding: 7px 21px;
}

.speaker-container {
    position: relative;
}

.speaker-container:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 93px;
    background: #FFF;
    top: 57px;
}

.speaker-container p {
    font-weight: 700;
    margin-bottom: 23px;
}

.speaker-container .speakers-style {
    align-items: center;
    max-width: 220px;
}

.speaker-container .speakers-style div p {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
}

.speaker-container .speakers-style div span {
    color: #FFF;
    font-family: Montserrat;
    font-size: 9px;
    font-style: normal;
    font-weight: 500;
    display: block;
    line-height: 128%;
    margin-top: 5px;
    height: 23px;
}

.speaker-container .speakers-style img {
    margin-right: 16px;
}

.speaker-container .flex-speakers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 15px;
}

.actual-events {
    display: none;
}

.actual-events.active {
    display: block;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.events-container {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.aktivnosti-page .actual-events .slick-prev {
    top: -69px;
    left: unset;
    right: 41px;
}
.aktivnosti-page .actual-events .slick-next {
    top: -69px;
    left: unset;
    right: 0;
}

.aktivnosti-page .content__row .youtube-play-btn {
    width: 80px;
    left: 39%;
    top: 38%;
}

.aktivnosti-page  .contact-form .form-content .input-form .form-field.product,
.aktivnosti-page  .contact-form .form-content .input-form .form-field.content {
    display: none;
}

.aktivnosti-page .contact-form .form-content .input-form .form-field.phone,
.aktivnosti-page .contact-form .form-content .input-form .form-field.email {
    width: 100%;
}

.aktivnosti-page .contact-form .data-container {
    flex-direction: column;
}

.contact-form div .contact-us-description {
    max-width: 440px;
}

.event-btns .video-link {
    cursor: pointer;
    display: flex;
    margin-left: 15px;
}

.aktivnosti-page #iframe-popup .video-carousel__content-video-preview .vk-style-btn {
    left: 45% !important;
    top: 45%;
}

.aktivnosti-page .video-carousel-container {
    height: auto;
}

.show-more-events {
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    background: linear-gradient(38.78deg, #FF4D4D 9.28%, #FF7F48 85.91%);
    border-radius: 24px;
    cursor: pointer;
    margin: 0 auto;
}

.show-more-events a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
}

.show-more-events:hover {
    background: #ffffff;
    border: 1px solid #FF4D4D;
    padding: 9px 19px;
}

.show-more-events:hover a {
    color: #676767;
}

.container .btn-container.btn-for-form .btn {
    font-family: Montserrat;
}

.aktivnosti-page .contact-form div .contact-us-title {
    max-width: 540px;
}

.event-btns .video-block {
    border-radius: 20px;
    border: 1px solid var(--Main-gradient, #FF4D4D);
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    padding: 7px 15px;
    background: unset;
}

.event-btns .video-block:hover {
    background: linear-gradient(38.78deg, #FF4D4D 9.28%, #FF7F48 85.91%);
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
    color: #FFFFFF;
    padding: 7px 15px;
}

@media screen and (max-width: 1230px) {
    .aktivnosti-page.container {
        max-width: 100%;
        padding: 0;
    }
    .aktivnosti-page .right-header img {
        max-width: 643px;
    }
    .aktivnosti-page .header .left-header .header-box {
        margin-top: 80px;
    }
    .aktivnosti-page .header .left-header .description-box {
        width: 77%;
    }
    .aktivnosti-page .header h1 {
        font-size: 36px;
        max-width: 416px;
    }
    .aktivnosti-page .b2b-portal-btn {
        justify-content: left;
    }
    .events-block {
        margin-top: 90px;
    }
    .agora-materials-content {
        grid-template-columns: 1fr 1fr;
    }
    .aktivnosti-page .our-partners .slick-dots {
        bottom: 0;
    }
    .aktivnosti-page .our-partners-title h2 {
        margin: 0;
    }
    .aktivnosti-page .blog-publications {
        position: relative;
        margin-top: 90px;
    }
    .aktivnosti-page .blog-publications h2 {
        margin: 0;
    }
    .aktivnosti-page .blog-publications .blog-tab-menu {
        justify-content: center;
        margin: 60px 0 37px;
    }
    .aktivnosti-page .search-block {
        position: absolute;
        top: -12px;
        right: 0;
        width: auto;
        margin: 0;
    }
    .aktivnosti-page .search-form {
        width: 370px;
    }
    .aktivnosti-page .search-block input {
        width: 82%;
        padding: 0 20px 0 54px;
    }
    .aktivnosti-page .search-block button {
        display: flex;
        height: 20px;
        top: 16px;
        left: 16px;
        right: unset;
    }
    .aktivnosti-page .search-block button:before {
        content: url(../shared/search-icon.svg);
    }
    .aktivnosti-page .search-block button.tablet-view {
        display: none;
    }
    .aktivnosti-page #main_articles {
        padding: 20px 0 0 0;
    }
    .aktivnosti-page .blog-publications .blog-publications-link {
        margin: 48px auto 0;
    }
    .aktivnosti-page .video-feed .video-carousel__content-video-preview {
        width: 325px;
    }
    .aktivnosti-page .smi {
        max-width: 740px;
        margin: 90px auto;
    }
    .aktivnosti-page  .smi .smi-about-agora__title h2 {
        font-size: 28px;
    }
    .events-tab-menu {
        max-width: 740px;
        margin: 0 auto 32px;
        justify-content: flex-start;
    }
    .events-tab-menu span {
        margin-right: 23px;
    }
    .actual-events {
        margin-left: 40px;
    }
    .aktivnosti-page .actual-events .slick-prev {
        right: 82px;
    }
    .aktivnosti-page .actual-events .slick-next {
        right: 40px;
    }
    .agora-materials {
        max-width: 740px;
        margin: 50px auto 0;
    }
    .aktivnosti-page .our-partners {
        max-width: 740px;
        margin: 90px auto;
    }
    .show-more-events {
        display: none;
    }
    .events-container.slick-initialized {
        display: block;
    }
    .event-block {
        margin-right: 30px;
    }
    .aktivnosti-page .contact-form div .contact-us-title {
        max-width: 340px;
    }
}

@media screen and (max-width: 767px) {
    .aktivnosti-page .right-header img {
        max-width: 100%;
    }
    .header .left-header {
        margin-top: 40px
    }
    .aktivnosti-page .header h1 {
        font-size: 22px;
        line-height: 150%;
    }
    .aktivnosti-page .header .left-header .header-box {
        margin-top: 0;
    }
    .aktivnosti-page .header .left-header .description-box {
        width: 100%;
    }
    .aktivnosti-page .header .left-header .description-box p {
        margin: 0;
    }
    .aktivnosti-page .b2b-portal-btn {
        flex-direction: column;
        align-items: flex-start;
    }
    .aktivnosti-page .b2b-portal-btn span {
        margin: 20px 0 0;
    }
    .events-tab-menu span {
        flex-direction: row-reverse;
        margin: 0;
    }
    .events-tab-menu {
        max-width: 325px;
        justify-content: space-between;
    }
    .events-tab-menu span img {
        margin: 0;
        position: absolute;
        top: 39px;
        left: 66px;
    }
    .events-tab-menu span {
        position: relative;
        padding: 17px 12px;
        width: 129px;
        text-align: start;
    }
    .events-tab-menu span.active {
        text-align: start;
    }
    .events-block {
        max-width: 325px;
        margin: 60px auto 0;
    }
    .event-block {
        width: 283px;
        height: auto;
        min-height: 451px;;
        padding: 0 21px 32px;
        overflow: hidden;
    }
    .event-block .event-background {
        width: auto;
    }
    .event-date span {
        margin-top: 51px;
        display: table;
    }
    .actual-events {
        margin: 0;
    }
    .event-title {
        font-weight: 500;
        margin-top: 16px;
    }
    .aktivnosti-page .actual-events .slick-prev {
        top: unset;
        right: unset;
        left: 121px;
        z-index: 1;
        bottom: -69px;
    }
    .aktivnosti-page .actual-events .slick-next {
        right: 125px;
        top: unset;
        bottom: -69px;
    }
    .actual-events .slick-slide {
        margin: 0 10px;
    }
    .speaker-container p {
        margin: 20px 0 13px;
    }
    .speaker-container .flex-speakers {
        grid-template-columns: 1fr;
        margin-bottom: 20px;
    }
    .speaker-container .speakers-style img {
        margin: 0;
        width: 40px!important;
        height: 40px!important;
    }
    .speaker-container .speakers-style {
        max-width: 100%;
        margin-top: 10px;
    }
    .speaker-container .speakers-style div {
        max-width: 100%;
        margin-left: 20px;
    }
    .speaker-container:before {
        top: 45px;
    }
    .agora-materials {
        max-width: 325px;
        margin: 126px auto 0;
        position: relative;
    }
    .agora-materials h2 {
        font-size: 22px!important;
    }
    .agora-materials-content {
        grid-template-columns: 1fr;
    }
    .agora-materials-item {
        width: 285px;
        display: flex !important;
        margin: 0 10px;
    }
    .agora-materials-item .material-btns-block .details-link {
        padding: 7px 19px;
        font-size: 12px;
    }
    .container .btn-container.btn-for-form .btn {
        font-size: 12px;
    }
    .agora-materials-item .material-btns-block #roadmap-form {
        width: auto;
        height: auto;
        padding: 11px 11px;
    }
    .aktivnosti-page .show-more-cases {
        display: none;
    }
    .aktivnosti-page .agora-materials-content .slick-prev {
        top: 272px;
        left: 121px;
    }
    .aktivnosti-page .agora-materials-content .slick-next {
        top: 272px;
        right: 121px;
    }
    .aktivnosti-page .our-partners-title {
        max-width: 100%;
    }
    .aktivnosti-page .our-partners-title h2 {
        font-size: 22px !important;
        line-height: 28px;
        max-width: 160px;
    }
    .aktivnosti-page .our-partners {
        max-width: 325px;
        margin: 60px auto 0;
    }
    .aktivnosti-page .our-partners .open-modal-partners {
        margin: 0;
    }
    .aktivnosti-page .blog-publications {
        max-width: 325px;
        margin: 24px auto 0;
    }
    .aktivnosti-page .blog-publications {
        max-width: 325px;
        margin: 24px auto 0;
    }
    .aktivnosti-page .blog-publications h2 {
        font-size: 22px !important;
    }
    .aktivnosti-page .blog-publications .blog-tab-menu {
        flex-direction: column-reverse;
        margin: 24px 0 32px;
    }
    .blog-publications .blog-tab-menu span {
        margin-right: 5px;
    }
    .aktivnosti-page .search-block {
        position: relative;
        top: unset;
        right: unset;
        width: 325px;
        margin: 0 auto 35px;
    }
    .aktivnosti-page .search-form {
        width: 100%;
    }
    .aktivnosti-page .search-block button {
        background: unset;
    }
    .aktivnosti-page .video-feed .video-carousel__content-video-preview {
        height: 185px;
    }
    .aktivnosti-page .contact-form {
        margin-top: 64px;
    }
    .aktivnosti-page .smi {
        max-width: 325px;
        margin: 64px auto 84px;
    }
    .aktivnosti-page .smi .smi-about-agora__title {
        margin-bottom: 0;
    }
    .aktivnosti-page  .contact-form .agora-logo-contact {
        margin: auto;
    }
    .aktivnosti-page .contact-form div .contact-us-title {
        width: 340px;
        font-size: 22px;
        margin: 35px auto 0;
        line-height: 170%;
        text-align: center;
    }
    .aktivnosti-page  .contact-form div .contact-us-description {
        text-align: center;
        width: auto;
        margin: 20px auto;
    }
    .aktivnosti-page #iframe-popup .video-carousel__content-video-preview .vk-style-btn {
        left: 38% !important;
        top: 31%;
    }
    .event-btns a {
        font-size: 12px;
        padding: 8px 14px;
    }
    .event-btns {
        margin-top: auto;
    }
    .agora-materials-item .material-btns-block #roadmap-form:hover {
        padding: 10px 10px;
    }
    .event-btns a:hover {
        padding: 7px 13px;
        font-size: 12px;
    }
    .aktivnosti-page .roadmap-page .contact-form {
        margin: 0 auto;
    }
    .contact-form .form-content .input-form .success {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .contact-form .form-content .input-form .success .h5 {
        text-align: center;
    }
    .event-btns .video-block {
        font-size: 12px;
        padding: 7px 13px;
    }
    .event-btns .video-block:hover {
        padding: 7px 13px;
    }
}