body {
    background: #292929;
}
.webinar-main-inner{
    margin-top: 50px;
}

.webinar-main{
    background: url("/forum/1c-erp-2025/img/main-bg-mobile.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    padding: 50px 0 0 0;
    overflow: hidden;
}

.main-invitation-decor{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top: calc(100% - 400px);
    z-index: 0;
}
.main-invitation{
    margin-top: 100px;
    position: relative;
    z-index: 10;
}
.in-programm-icon{
    width: 32px;
}

.presentation-wrapper{
    background: url("/forum/1c-erp-2025/img/presentation-bg-mobile.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 40px 40px 18px;
    overflow: hidden;
    border-radius: 40px;
}

.presentation-logo-wrapper{
    padding: 24px 26px;
    border-radius: 21px;
    background: rgba(248, 248, 248, 0.8);
    backdrop-filter: blur(4px);
    display: block;
    margin: -100px -6px 0 -6px;
    text-align: center;
}


.main-subtitle {
    gap:24px
}
.main-subtitle img{
    max-width: 66px;
}
.title-separator{
    height: 44px;
    width: 2px;
    background: rgba(1, 159, 255, 0.5);
}


.webinar-tag{
    color: white;
    font-size: 20px;
    font-weight: 500;
    padding: 12px 24px;
    background: rgba(1, 159, 255, 0.1);
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 24px;
}
.webinar-main-title span{
    font-size: 24px;
    text-transform: lowercase;
}
.webinar-main-title,.webinar-main-title .color-blue{
    font-size: 20px;
    text-transform: uppercase;
}
.webinar-date-wrapper{
    padding: 16px;
    border-radius: 30px;
    background: rgba(1, 159, 255, 0.1);
    position: relative;
    z-index:10;
}
.webinar-date-wrapper .big-text{
    font-size: 32px;
    text-transform: uppercase;
}
.webinar-invite-wrapper:before{
    content: "";
    background: url("/webinar/09-07-2025/img/webinar-invite-ellipse.svg") no-repeat;
    background-size: 100px 100px;
    height: 100px;
    width: 100px;
    position: absolute;
    top: -33px;
    right: -37px;
}
.webinar-invite-wrapper{
    padding: 24px;
    background: #F8F8F8;
    position: relative;
}
.webinar-invite-img{
    margin-bottom: -35px;
}
.webinar-register-wrapper{
    background: #214154;
    background-size: cover;
    padding: 60px 0 20px 0;
}
.webinar-register-wrapper h2{
    text-transform: uppercase;
}
.webinar-program-wrapper h2{
    position: relative;
}
.webinar-program-wrapper h2:before{
    content: "";
    background: url("/webinar/09-07-2025/img/programm-decor.svg") no-repeat;
    background-size: 170px 170px;
    height: 170px;
    width: 170px;
    position: absolute;
    top: -33px;
    right: 70px;
    z-index: -1;
}
.webinar-program-item--digit{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 7px 19px;
    border-radius: 12px;
    width: 48px;
    height: 48px;
    background: #019FFF;
}
.webinar-program-item--text{
    font-size: 18px;
    margin-top: 16px;
}
.webinar-program-item{
    background: #F8F8F8;
    margin-bottom: 16px;
    border-radius: 30px;
    padding: 24px;
}
.webinar-info-section{
    background: #292929;
}
.webinar-info-title{
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 24px;
    font-weight: 500;
}
.webinar-info-whom-item:before{
    position: absolute;
    left: 22px;
    top: calc(50% - 8px);
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100px;
    background: white;
}
.webinar-info-whom-item{
    font-size: 16px;
    position: relative;
    background: rgba(1, 159, 255, 0.1);
    border-radius: 100px;
    padding: 16px 16px 16px 57px;
}
.webinar-info-section--inner{
    margin-top: 60px;
}
.webinar-speaker-inner{
    padding: 16px;
    border-radius: 20px;
    background: rgba(1, 159, 255, 0.1);
}
.webinar-speaker-name{
    font-size: 24px;
    margin-bottom: 4px;
}
.webinar-speaker-post{
    font-size: 13px;
}
.webinar-speaker-wrapper{
    padding: 16px;
    background: #333333;
    border-radius: 30px;
}
.webinar-speaker-name-wrapper{
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}
.webinar-speaker-img{
    max-width: 150px;
}
.webinar-info-organisator-logo{
    max-width: 360px;
    text-align: center;
}
.webinar-info-item{
padding: 24px;
    height: 100%;
}
.webinar-info-item--big{
    padding: 24px;
    height: 100%;
}
.webinar-info-item--blue{
    background: rgba(1, 159, 255, 0.1);
}
.webinar-info-item--black{
    background: #333333;
}
.webinar-info-item--gray{
    background: #455C69;
}
.webinar-info-item img{
max-width: 200px;
}
.fs-lg-24{
    font-size: 20px;
}
.odyssey-integrator-img{
    position: absolute;
    bottom: -60px;
    /*right: 0;*/
    width: unset;
    z-index: 0;
}
.service-item{
    padding: 24px;
}
.service-inner{
    display: flex;
    align-items: center;
    border: #019FFF 1px solid;
    backdrop-filter: blur(6px);
    box-shadow: 0px 0px 26px #019FFF; /* drop-shadow */
    box-shadow: inset 0px 0px 26px 0px #019FFF; /* inner-shadow */
}

.blue-dots-list li:before{
    top: 3px;
}




















@media (min-width: 440px) {
    .webinar-main-title,.webinar-main-title .color-blue{
        font-size: 26px;
    }
}
@media (min-width: 500px) {
    .webinar-main-title,.webinar-main-title .color-blue{
        font-size: 30px;
    }
}
@media (min-width: 768px) {

    .presentation-logo-wrapper{
        display: inline-block;
    }




    .webinar-speaker-img{
        max-width: 120px;
    }
    .webinar-speaker-name-wrapper{
        flex-direction: row;
        gap: 24px;
        align-items: center;
        margin-bottom: 24px;
    }

    .webinar-speaker-name{
        font-size: 32px;
        margin-bottom: 8px;
    }
    .webinar-info-section--inner{
        margin-top: 100px;
    }
    .webinar-info-title{
        font-size: 48px;
        margin-bottom: 40px;
        font-weight: bold;
    }
    .webinar-program-wrapper h2:before{
        background-size: 300px 300px;
        height: 300px;
        width: 300px;
        position: absolute;
        top: -33px;
        right: 0;
        z-index: -1;
    }
    .webinar-program-item--digit{
        font-size: 32px;
        padding: 9px 26px;
        width: 64px;
        height: 64px;
    }
    .webinar-program-item{
        padding: 40px;
        display: flex;
        gap: 24px;
    }
    .webinar-program-item--text{
        font-size: 20px;
        margin-top: 0;
    }
    .webinar-register-wrapper .new-design-btn{
        min-width: unset;
    }

    .webinar-invite-img{
        margin-bottom: -15px;

        width: 283px;
    }





    .webinar-invite-img{
        margin-bottom: -15px;
    }
    .webinar-invite-wrapper{
        padding: 40px;
    }
    .webinar-tag{
        padding: 12px 24px;
       font-size: 16px;
    }

.webinar-date-wrapper{
    padding: 24px;
}
    .webinar-main-picture{
        width: 600px;
        max-width: 600px;
        position: absolute;
        bottom: 143px;
        z-index: 0;
        right: -24%;
    }

    .odyssey-integrator-img {
        bottom: 0;
        right: 0;
        transform: translate(50%, 50%);
        max-width: 1200px;
    }

}

@media (min-width: 992px) {

    .presentation-logo-wrapper {
        display: inline-block;
        position: absolute;
        bottom: -15px;
        width: 350px;
        right: -15px;
    }
    .presentation-wrapper{
        background: url("/forum/1c-erp-2025/img/presentation-bg.jpg") no-repeat;
        background-position: center;
        background-size: cover;
        padding: 60px 60px 60px 60px;
    }
    .in-programm-2-item{
        position: relative;
        z-index: 10;
    }
    .in-programm-2-decor{
        position: absolute;
        left: -181px;
        top: -31px;
        z-index: 0;
    }





    .in-programm-icon{
        width: 48px;
    }
    .main-invitation-decor{
        width: 800px;
        top: calc(100% - 490px);
        left: calc((100% - 800px) / 2);
    }
    .webinar-main{
        background: url("/forum/1c-erp-2025/img/main-bg-desktop.jpg") no-repeat;
        background-position: center;
        background-size: cover;
        padding: 50px 0 0 0;
    }

    .title-separator{
        height: 60px;
        width: 3px;
    }
    .main-subtitle img{
        max-width: 100px;
    }

    .webinar-program-astranaut{
        height: 420px;
        object-fit: cover;
    }

    .service-item{
        padding: 40px;
    }
    .webinar-main-picture {
        width: 700px;
        max-width: 700px;
        bottom: 150px;
    }
    .webinar-speaker-wrapper{
        height: 100%;
    }
    .fs-lg-24{
        font-size: 24px;
    }
    .webinar-register-wrapper{
        padding:100px 0 20px 0
    }
    .blue-dots-list li:before{
        top: 5px;
    }
}


@media (min-width: 1200px) {

    .main-invitation-decor{
        width: 800px;
        top: calc(100% - 590px);
    }
    .service-item{
        padding: 80px 80px 80px 40px;
    }
    .komu-interesno-img{
        margin-top: -100px;
        margin-bottom: -100px;
    }

    .webinar-info-section--inner{
        margin-top: 120px;
    }
    .webinar-info-item--img{
        min-height: 224px;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .webinar-info-item--big{
        padding: 40px;
    }
    .webinar-info-whom-item{
        font-size: 24px;
    }
    .webinar-program-wrapper h2:before{
        top: 70px;
        right: -165px;
    }

    .odyssey-integrator-img {
        bottom: 0;
        right: 0;
        transform: translate(57%, 45%);
        max-width: 1500px;
    }
    .webinar-register-wrapper{
        padding: 160px 0 20px 0;
    }
    .webinar-register-wrapper h2{
        text-transform: uppercase;
    }
    .webinar-invite-img {
        width: 354px;
        margin-top: -30px;
    }

    .webinar-main-picture {
        width: 1050px;
        max-width: 1050px;
        bottom: 153px;
        right: calc((100% / 2) - 588px);
    }
    .webinar-main-title,.webinar-main-title .color-blue{
        font-size: 48px;
    }
    .webinar-date-wrapper .big-text{
        font-size: 48px;
        font-weight: bold!important;
    }

}

@media (min-width: 1400px) {
    .webinar-main-picture {
        bottom: 134px;
    }

}


@media (min-width: 1600px) {


}

@media (min-width: 1900px) {


    .webinar-invite-img {
        width: 388px;
    }
}








