/* unset other style */
.event__container .slick-dots{
    position: unset;
    bottom: unset;
}
.event__container .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.event__container{
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 24px;
    overflow: hidden;
}
.event__container h1, .event__container h2,.event__container h3, .event__container p, .event__container span{
    font-family: 'Poppins', sans-serif;
}
.event__container h2{
    font-weight: 600;
    font-size: 50px;
    line-height: 60px;
    color: #191919;
    margin-bottom: 26px;
}
.event__wrapper{
    display: flex;
    justify-content: space-between;
}
.event__button{
    background: linear-gradient(93.17deg, #3EAA49 34.69%, #016A0C 116.69%);
    border-radius: 51px;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFFFFF;
    height: 68px;
    text-decoration: unset;
    transition: 0.4s;
}

.event__button:hover, .event__form-wrapper input[type=submit]:hover{
    background: linear-gradient(0deg, #3EAA49 34.69%, #3EAA49 116.69%);
    text-decoration: none;
    opacity: unset;
}
.event__button:active, .event__form-wrapper input[type=submit]:active{
    background: linear-gradient(0deg, #016A0C 34.69%, #016A0C 116.69%);
    text-decoration: none;
    opacity: unset;
}
@media only screen and (max-width: 1140px) {
    .event__container h2{
        font-weight: 600;
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 30px;
    }
}




.event__header{
    background: #191919;
    min-height: 714px;
    color: #ffffff;
    padding-bottom: 85px;
    position: relative;
    background-repeat: no-repeat;
    overflow: hidden;
}
.event__header .event__wrapper{
    align-items: center;
    z-index: 1;
    position: relative;
}
.event__header-background-item{
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -800px;
}
.event__header_team{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 80px;
    grid-row-gap: 50px;
    position: relative;
    height: fit-content;
}
.event__header-logos{
    display: flex;
    align-items: center;
    min-height: 100px;
    padding-top: 6px;
    z-index: 1;
    position: relative;
}
.event__header-background-arrow-bottom{
    float: right;
    margin-top: -178px;
}
.event__header-logos > *{
    margin-left: 30px;
}
.event__header-team-item{
    min-height: 236px;
}
.event__header-team-item:last-child{
    position: absolute;
    right: -217px;
    bottom: 0;
}
.event__header-team-item-face{
    margin: 0 auto;
    display: block;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}
.event__header-team-item-image-top{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -20px;
    margin-right: -20px;
}
.event__header-team-item-company{
    max-width: 120px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.event__header-team-item-company > img{
}
.event__header-team-item h3{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 8px;
    margin-bottom: 3px;
}
.event__header-team-item span{
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    display: block;
    text-align: center;
    color: #FFFFFF;
    max-width: 156px;
}
.event__header-content{
    display: flex;
    flex-direction: column;
}
.event__header-content h1{
    font-weight: 600;
    font-size: 40px;
    line-height: 64px;
    text-align: right;
    max-width: 640px;
}
.event__header-schedule{
    margin-top: 17px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    max-width: 405px;
}
.event__header-schedule-item{
    display: flex;
    padding: 14px 16px;
    align-items: center;
}
.event__header-schedule-item span{
    margin-right: 8px;
    font-weight: 600;
    display: block;
    font-size: 20px;
    line-height: 23px;
}
.event__header .event__button{
    margin-top: 40px;
    min-width: 238px;
    width: fit-content;
}

.event__header-warning{
    margin-top: 30px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #ccc;
}
.event__header-warning span{
    margin-right: 6px;
}
.event__header-background-light{
    position: absolute;
    right: 0;
    top: 0;
}
@media only screen and (max-width: 1140px) {
    .event__button {
        font-size: 15px;
        line-height: 22px;
        height: 57px;
    }

    .event__header {
        padding-bottom: 75px;
    }

    .event__header-background-item {
        display: none;
    }

    .event__header .event__wrapper {
        flex-direction: column;
    }

    .event__header-content h1 {
        font-weight: 600;
        font-size: 27px;
        line-height: 40px;
    }

    .event__header-schedule {
        padding: 12px;
        max-width: 350px;
        display: inline-flex;
    }

    .event__header-schedule-item {
        padding: 8px 8px;
    }

    .event__header-schedule-item span {
        font-weight: 600;
        font-size: 16px;
        line-height: 18px;
        white-space: nowrap;
    }

    .event__header-schedule-item img {
        height: 18px;
    }

    .event__header_team {
        margin-top: 40px;
        display: flex;
        flex-wrap: wrap;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .event__header-team-item:last-child {
        position: relative;
        right: unset;
    }

    .event__header-background-arrow-bottom {
        margin-top: -130px;
        width: 180px;
    }

    .event__header-background-arrow-bottom svg{
        width: 100%;
    }
    .event__header-team-item-face{
        width: 90px;
    }
    .event__header-team-item h3{
        font-weight: 600;
        font-size: 10px;
        line-height: 15px;
    }
    .event__header-team-item span{
        font-weight: 300;
        font-size: 9px;
        line-height: 14px;
    }
    .event__header-team-item-company{
        min-height: 32px;
    }
    .event__header-team-item-company img{
        width: 66px;
    }
    .event__header-team-item{
        min-height: unset;
    }
    .event__header .event__button{
        margin-top: 45px;
        min-width: 200px;
    }

    .event__header-warning{
        margin-top: 22px;
        font-size: 13px;
    }
    .event__header-warning svg{
        width: 16px;
        height: 16px;
    }
}

.event__command-squad{
    padding-top: 100px;
    padding-bottom: 140px;
    background: #ffffff;
}
.event__command-squad .event__container{
    overflow: unset;
}
.event__command-squad .event__wrapper{
    align-items: start;
}
.event__command-squad-images{
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    display: grid;

    margin-left: -82px;
}
.event__command-squad-image{
    min-width: 270px;
    align-items: end;
    display: flex;
}
.event__command-squad-image img{
    border-radius: 10px;
}
.event__command-squad-image:nth-child(2n){
    padding-bottom: 20px;
}
.event__command-squad-content{
    text-align: right;
    padding-left: 70px;
}

.event__command-squad-content-p{
    font-weight: 400;
    margin-left: auto;
    font-size: 18px;
    max-width: 530px;
    line-height: 28px;
    color: #42526B;
}

@media only screen and (max-width: 1140px) {

    .event__command-squad{
        padding-top: 68px;
        padding-bottom: 90px;
    }
    .event__command-squad .event__wrapper{
        flex-direction: column;
        align-items: start;
    }
    .event__command-squad-images{
        padding-top: 26px;
        margin-left: 0;
    }
    .event__command-squad-image{
        min-width: 50%;
    }
    .event__command-squad-content{
        padding-left: unset;
    }
    .event__command-squad-content p{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 720px) {

}


.event__list-questions{
    background: #F5F6F7;
    padding-top: 80px;
    padding-bottom: 58px;
}
.event__list-questions h2{
    text-align: center;
    margin-bottom: 70px;
}
.event__list-questions-slide{
    padding: 0 20px;
}
.event__list-questions-slider, .event__panel-experts-slider{
    margin-right: -20px;
    margin-left: -20px;
}
.event__list-questions-slider-item{
    min-height: 162px;
    border-radius: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background: #ffffff;
    padding: 20px 64px;
}
.event__list-questions-slider .slick-arrow{
    cursor: pointer;
}
.event__container .slick-dots{
    display: flex;
    position: unset;
    bottom: unset;
    justify-content: center;
    list-style: none;
    margin-top: 60px;
}
.event__container .slick-dots button{
    display: none;
}
.event__container .slick-dots li{
    margin: 0 7px;
    height: 1px;
    width: 23px;
    background: #D9DADE;
}
.event__container .slick-dots li.slick-active{
    background: #42526B;
}
@media only screen and (max-width: 1140px) {
    .event__list-questions{
        padding-top: 76px;
        padding-bottom: 70px;
    }
    .event__list-questions h2{
        margin-bottom: 44px;
        text-align: right;
    }
    .event__list-questions-slider .event__list-questions-slider-next, .event__list-questions-slider .event__list-questions-slider-prev{
        display: none;
    }
    .event__list-questions-slider-item{
        padding: 20px;
        justify-content: end;
        text-align: center;
        justify-content: center;
    }
    .event__list-questions-slider-item p{
        font-weight: 400;
        font-size: 20px;
        text-align: center;
        line-height: 34px;
        margin: 0;
    }
}
.event__target-audience{
    background: #ffffff;
    padding-top: 180px;
    padding-bottom: 60px;
}
.event__target-audience-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.event__target-audience .event__container{
    max-width: 1440px;
}
.event__target-audience h2{
    text-align: center;
    margin-bottom: 70px;
}

.event__target-audience-slide{
    padding-right: 15px;
    padding-bottom: 30px;
}
.event__target-audience-slide:first-child{
    padding-right: 0;
}
.event__target-audience-item{
    background: #FFFFFF;
    text-align: right;
    display: flex;
    box-shadow: 0px 14px 27px rgba(6, 28, 61, 0.06);
    border-radius: 15px;
    padding: 38px 28px 38px 21px;
    align-items: center;
}
.event__target-audience-item h4{
    font-weight: 400;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 0;
    color: #191919;
}
.event__target-audience-item img{
    width: 73px;
    height: 73px;
    margin-left: 22px;
}
.event__target-audience-item p{
    margin-top: 14px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #42526B;
}

@media only screen and (max-width: 1140px) {
    .event__target-audience{
        padding-top: 90px;
        padding-bottom: 45px;
    }
    .event__target-audience h2{
        margin-bottom: 50px;
        text-align: right;
    }
    .event__target-audience-item{
        padding: 28px 18px 28px 16px;
    }
    .event__target-audience-item, .event__target-audience-slide{
        width: 100%;
    }
    .event__target-audience-slide{
        padding-right: 0;
    }
    .event__target-audience-item h4{
        font-weight: 400;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 0;
    }
    .event__target-audience-item p{
        margin-top: 12px;
        font-weight: 300;
        font-size: 15px;
        line-height: 21px;
    }
    .event__target-audience .slick-track{
        display: block;
    }
    .event__target-audience .slick-slide{
        min-width: unset;
    }
}
@media only screen and (max-width: 720px) {
    .event__target-audience .slick-slide{
        padding: 0 4px;
    }
}
.event__panel-experts{
    padding-top: 90px;
    padding-bottom: 180px;
    background-color: #ffffff;
}
.event__panel-experts .event__container{
    max-width: 1180px;
}
.event__panel-experts h2{
    text-align: center;
    margin-bottom: 50px;
}
.event__panel-experts .slick-track{
    display: flex;
    min-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.event__panel-experts .slick-list{
    overflow: inherit;
}
.event__panel-experts-slider .slick-slide{
    min-width: 33.33%;
    padding: 25px 20px;
}
.event__panel-experts-item{
    background: #FFFFFF;
    text-align: right;
    min-height: 503px;
    box-shadow: 0px 14px 27px rgba(6, 28, 61, 0.06);
    border-radius: 15px;
    padding: 15px 20px 0 20px;
}
.event__panel-experts-item-header{
    padding-top: 27px;
    padding-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.event__panel-experts-item-text, .event__panel-experts-item-text h4{
    text-align: left;
}

.event__panel-experts-item-image{
    height: 218px;
    background: #D9D9D9;
    border-radius: 12px;
    overflow: hidden;
}
.event__panel-experts-item-company{
    display: flex;
    justify-content: end;
    align-items: end;
    height: 40px;
}
.event__panel-experts-item-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.event__panel-experts-item-text h4{
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #212529;
}
.event__panel-experts-item-text span{
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #42526B;
}
.event__panel-experts-item p{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    text-align: right;
    color: #42526B;
    margin-left: auto;
}
.event__panel-experts-item-link{
    box-sizing: border-box;
    width: 38px;
    height: 38px;
    border-radius: 51px;
    border: 0.5px solid #0077B5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event__panel-experts-item-link:hover{
    text-decoration: none;
    background: rgba(0, 119, 181, 0.1);
}
.event__panel-experts-item-link:active{
    background: #0077B5;
    color: #fff;
}
.event__panel-experts-item-link span{
    margin-right: 6px;
    font-size: 12px;
    line-height: 18px;
    color: #0077B5;
}
.event__panel-experts-item-link svg{
    width: 18px;
}
@media only screen and (max-width: 1140px) {
    .event__panel-experts h2{
        text-align: right;
    }
    .event__panel-experts{
        padding-top: 45px;
        padding-bottom: 90px;
    }
    .event__panel-experts .slick-track{
        display: block;
    }
    .event__panel-experts .slick-slide{
        min-width: unset;
    }
}
@media only screen and (max-width: 720px) {

}
.event__agenda{
    background: #0D9BFF;
    padding-top: 94px;
    padding-bottom: 80px;
    position: relative;
    color: #ffffff;
}
.event__agenda h2{
    text-align: right;
    color: #ffffff;
}
.event__agenda-items{
    display: flex;
    flex-direction: column;
}
.event__agenda-item{
    padding: 15px 0;
    border-bottom: 1px solid #ffffff;
    min-height: 145px;
    display: flex;
    align-items: center;
}
.event__agenda-item-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    max-width: 642px;
    margin-right: 60px;
    text-align: right;
}
.event__agenda-item-time{
    padding-top: 10px;
    font-weight: 400;
    font-size: 50px;
    line-height: 44px;
    letter-spacing: -0.02em;
}
.event__agenda-ellipse-top{
    position: absolute;
    left: 0;
    top: 0;
}
.event__agenda-ellipse-bottom{
    position: absolute;
    bottom: 0;
    right: 0;
}
@media only screen and (max-width: 1140px) {
    .event__agenda{
        padding: 50px 0;
    }
    .event__agenda-ellipse-top{
        position: absolute;
        left: 0;
        top: 0;
        margin-left: -100px;
        width: 90%;
    }
    .event__agenda-ellipse-bottom{
        position: absolute;
        bottom: 0;
        right: 0;
        margin-right: -100px;
        width: 70%;
    }
}
@media only screen and (max-width: 720px) {
    .event__agenda h2{
        margin-bottom: 0px;
    }
    .event__agenda-item{
        flex-direction: column;
        align-items: start;
        text-align: right;
        justify-content: center;
    }
    .event__agenda-item-text{
        margin-right: 0;
        font-weight: 400;
        font-size: 15px;
        line-height: 24px;
    }
    .event__agenda-item-time{
        margin-bottom: 6px;
        font-weight: 400;
        font-size: 28px;
        line-height: 42px;
    }
}

.event__map{
    padding-top: 160px;
    padding-bottom: 100px;
}
.event__map .event__wrapper{
    background: #FCFCFC;
    min-height: 285px;
    align-items: center;
    border-radius: 20px;
    text-align: right;
    padding: 10px;
    padding-right: 80px;
}
.event__map h2{
    color: #191919;
    font-weight: 600;
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 34px;
}
.event__map p{
    max-width: 285px;
    font-weight: 400;
    font-size: 20px;
    line-height: 33px;
    color: #42526B;
}
.event__map-wrapper{
    overflow: hidden;
    width: 50%;
    border-radius: 20px;
}
@media only screen and (max-width: 720px) {
    .event__map{
        padding-top: 90px;
    }
    .event__map h2{
        font-weight: 600;
        font-size: 30px;
        line-height: 45px;
    }
    .event__map p{
        font-weight: 400;
        font-size: 18px;
        line-height: 33px;
    }
    .event__map .event__wrapper{
        flex-direction: column;
        padding: 0;
    }
    .event__map-content{
        padding: 69px 24px 64px 24px;
    }
    .event__map-wrapper{
        width: 100%;
    }
    .event__map-wrapper > * {
        width: 100%;
    }
}

.event__gallery{
    padding-top: 75px;
    padding-bottom: 50px;
}
.event__gallery h2{
    margin-bottom: 0;
}
.event__gallery .event__wrapper{
    align-items: center;
}
.event__gallery-item{
    border-radius: 9px;
    overflow: hidden;
}
.event__gallery-slider-button{
    display: flex;
    align-items: center;
}
.event__gallery-slider{
    margin-top: 45px;
}
.event__gallery-slider .slick-slide{
    margin: 0 15px;
}
.event__gallery-slider-button > *:last-child{
    margin-left: 14px;
}
.event__gallery-slider-prev, .event__gallery-slider-next{
    cursor: pointer;
}
.event__gallery-slider-next{
    margin-left: 14px;
}
.event__gallery-slider-prev:hover, .event__gallery-slider-next:hover{
    opacity: 0.7;
}
.event__gallery-slider-prev svg > path, .event__gallery-slider-next svg > path{
    fill: #0D9BFF;
}
.event__gallery-slider-prev svg > circle, .event__gallery-slider-next svg > circle{
    stroke: #0D9BFF;
}
.event__gallery-slider-prev.slick-disabled svg > path, .event__gallery-slider-next.slick-disabled svg > path{
    fill: #D9DADE;
}
.event__gallery-slider-prev.slick-disabled svg > circle, .event__gallery-slider-next.slick-disabled svg > circle{
    stroke: #D9DADE;
}
.event__gallery-item img{
    width: 100%;
}
@media only screen and (max-width: 1140px) {
    .event__gallery{
        padding-top: 40px;
    }
    .event__gallery-slider-button{
        display: none;
    }
}
@media only screen and (max-width: 720px) {
    .event__gallery-slider .slick-slide{
        margin: 0;
    }
}

.event__contact-us{
    padding-top: 50px;
    padding-bottom: 134px;
}
.event__contact-us .event__wrapper{
    overflow: hidden;
    background: #0D9BFF;
    border-radius: 15px;
    padding-right: 60px;
    text-align: right;
    position: relative;
}
.event__contact-us-content{
    padding-top: 50px;
    padding-bottom: 40px;
}
.event__contact-us-content h5{
    font-weight: 400;
    font-size: 21px;
    line-height: 18px;
    margin-bottom: 55px;
    display: block;
    color: #ffffff;
}
.event__contact-us-content h3{
    font-weight: 700;
    font-size: 43px;
    line-height: 35px;
    letter-spacing: 0.01em;
    margin-bottom: 26px;
    color: #ffffff;
}
.event__contact-us-content h4{
    font-weight: 400;
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 43px;
    color: #ffffff;
}
.event__contact-us-links{
    display: flex;
    flex-direction: column;
}
.event__contact-us-link{
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    margin-bottom: 10px;
    width: fit-content;
    margin-left: auto;
}
.event__contact-us-link span{
    margin-right: 10px;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
}
.event__contact-us-bg{
    position: absolute;
    bottom: 0;
    left: 0;
}
.event__contact-us .event__wrapper{
    min-height: 445px;
}
.event__contact-us img{
    z-index: 1;
}
.event__contact-us-bg svg{
    width: 100%;
    height: 100%;
}
.event__contact-us-img{
    display: flex;
    align-items: end;
}

@media only screen and (max-width: 1140px) {
    .event__contact-us{
        padding-top: 40px;
        padding-bottom: 45px;
    }
    .event__contact-us-content{
        padding: 30px 15px 0px 15px;
    }
    .event__contact-us-content h5{
        margin-bottom: 40px;
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        text-align: center;
    }
    .event__contact-us-content h3{
        margin-bottom: 5px;
        font-weight: 700;
        font-size: 25px;
        line-height: 35px;
        text-align: center;
    }
    .event__contact-us .event__wrapper{
        min-height: 572px;
    }
    .event__contact-us-content h4{
        margin-bottom: 22px;
        font-weight: 400;
        font-size: 20px;
        line-height: 35px;
        text-align: center;
    }
    .event__contact-us-link{
        margin-left: unset;
        width: unset;
    }

}
@media only screen and (max-width: 800px) {
    .event__contact-us .event__wrapper{
        flex-direction: column;
        padding: 0;
        text-align: center;
    }
    .event__contact-us-img{
        width: 90%;
        margin-right: auto;
    }
}

.event__form{
    padding-top: 100px;
    padding-bottom: 114px;
}
.event__form h2{
    margin-bottom: 26px;
    text-align: center;
}
.event__radio-button .wpcf7-list-item:hover{
    background: rgba(74, 205, 87, 0.1);
}
.event__radio-button .wpcf7-list-item label{
    margin: 0;
    height: 100%;
    width: 100%;
}
.event__radio-button .wpcf7-list-item-label{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 400;
    font-size: 17px;
    border: 1px solid #D9DADE;
    line-height: 26px;
    border-radius: 8px;
}
.event__radio-button span:before, .event__radio-button span:after{
    display: none!important;
}
.event__radio-button input[type=radio]:checked + span{
    background: #4ACD57;
    border: 1px solid #4ACD57;
    color: #FFFFFF!important;
}
.event__radio-button .wpcf7-list-item:hover .wpcf7-list-item-label{
    color: #4ACD57;!important;
    border: 1px solid #4ACD57;
}

.event__radio-button .wpcf7-list-item input:hover{
    color: #4ACD57;
}

.event__form-wrapper{
    padding: 45px;
    padding-bottom: 10px;
    border: 1px solid #D9DADE;
    border-radius: 15px;
}
.event__form-modal-wrapper.active{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    background: rgba(25, 25, 25, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
}
.event__form-modal-wrapper{
    display: none;
}
.event__form-modal-wrapper.active{
    display: flex;
}
.event__form-modal-wrapper.active .wpcf7-response-output{
    border: unset;
    color: #4ACD57;
    font-weight: 700;
    font-size: 29px;
    line-height: 140%;
    text-align: center;
    max-width: 300px;
}
.event__form-modal{
    background: #FFFFFF;
    border-radius: 14px;
    max-width: 634px;
    min-height: 351px;

    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.event__form-modal:after{
    content: "";
    right: 37px;
    display: none;
    width: 16px;
    height: 16px;
    background-size: contain;
    background: url("../img/event/ex.png");
    top: 37px;
}
.event__form-content{
    display: flex;
    flex-direction: column;
}
.event__form-modal-button{
    background: #4ACD57;
    border-radius: 58px;
    display: flex;
    color: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 48px;
    margin: 0 auto;
    margin-top: 36px;
}
.event__form-modal-button p{
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 1140px) {
    .event__form-modal-wrapper.active .wpcf7-response-output{
        font-weight: 700;
        font-size: 14px;
        line-height: 140%;
    }
    .event__form-modal-button{
        width: 64px;
        height: 30px;
        font-size: 9px;
        line-height: 15px;
    }
    .event__form-modal{
        min-height: 155px;
    }
    .event__form-modal-button{
        margin-top: 5px;
    }
}
.event__form-warning span{
    margin-left: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.event__form-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.event__form-top > span{
    color: #191919;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}
.event__form-wrapper input, .event__form-wrapper label{
    text-align: right;
}
.event__form-wrapper label{
    float: right;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #191919;
}
.event__form-wrapper input{
    background: #FCFCFC;
    color: #42526B;
    border: 1px solid #D9DADE;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    height: 67px;
    direction: ltr!important;
    padding: 0 15px;
    padding-right: 15px !important;
}
.event__form-wrapper input[type=submit]{
    background: #4ACD57;
    border-radius: 60px;
    height: 70px;
    display: flex;
    border: unset;
    align-items: center;
    width: fit-content;
    min-width: 217px;
    margin: 0 auto;
    color: #ffffff;
    margin-top: 44px;
    font-weight: 600;
    font-size: 21px;
    line-height: 33px;
    justify-content: center;
    text-align: center;
    text-indent: unset;
}
.event__form-p{
    max-width: 442px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #42526B;
    text-align: center;
    margin: 0 auto;
}
.event__form-p a{
    color: #0D9BFF;
}
.event__form .wpcf7-list-item{
    background: #FCFCFC;
    border-radius: 8px;
    width: 110px;
    height: 67px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    padding: 0;
}
.event__form label{
    margin-bottom: 26px;
    margin-top: 46px;
}
.event__form .wpcf7-list-item-label::before{

}
.event__form .wpcf7-form-control{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.event__default-input .wpcf7-form-control:hover{
    background: #FCFCFC;
    border: 1px solid #42526B;
}
.event__default-input .wpcf7-form-control::-webkit-input-placeholder {
    color: #999;
}
.event__default-input .wpcf7-form-control:focus::-webkit-input-placeholder {
    color: transparent;
}
.event__default-input input.wpcf7-not-valid{
    color: #F22F47;
    background: #FCFCFC;
    border: 1px solid #F22F47!important;
}
.event__form-warning.mobile{
    display: none;
}
@media only screen and (max-width: 1140px) {
    .event__form{
        padding-bottom: 50px;
    }
    .event__form h2 {
        text-align: right;
    }
    .event__form-wrapper{
        padding: 15px;
    }
    .event__form-top .event__form-warning{
        display: none;
    }
    .event__form-wrapper input{
        height: 55px;
        font-size: 14px;
        line-height: 21px;
    }
    .event__form-wrappe label{
        font-size: 17px;
    }
    .event__form-top{
        justify-content: end;
        margin-bottom: 20px;
    }
    .event__form-wrapper input[type=submit]{
        height: 57px;
        font-size: 18px;
        line-height: 27px;
    }
    .event__form-warning.mobile{
        display: flex;
        margin-bottom: 30px;
        text-align: right;
        justify-content: end;
    }
    .event__form-warning.mobile span{
        margin-left: 6px;
    }
    .event__form label{
        margin-bottom: 7px;
        margin-top: 20px;
    }
    .event__form-p{
        font-size: 14px;
    }
    .event__form .wpcf7-form-control.wpcf7-radio{
        gap: 8px;
    }
    .event__radio-button .wpcf7-list-item-label{
        font-weight: 500;
        font-size: 11px;
        line-height: 16px;

    }
    .event__form .wpcf7-list-item{
        width: 25%;
        font-weight: 500;
        font-size: 11px;
        line-height: 16px;
        height: 42px;
    }
    .event__form .wpcf7-form-control{
        flex-flow: unset;
    }
}

.event__form{
    padding-top: 100px;
    padding-bottom: 114px;
}
.event__form h2{
    margin-bottom: 26px;
    text-align: center;
}
.event__form-wrapper{
    padding: 45px;
    padding-bottom: 10px;
    border: 1px solid #D9DADE;
    border-radius: 15px;
}
.event__form-warning span{
    margin-left: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.event__form-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.event__form-top > span{
    color: #191919;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
}
.event__form-wrapper input, .event__form-wrapper label{
    text-align: right;
}
.event__form-wrapper label{
    float: right;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #191919;
}

.event__form-wrapper input[type=submit]{
    background: #4ACD57;
    border-radius: 60px;
    height: 70px;
    display: flex;
    align-items: center;
    width: fit-content;
    min-width: 217px;
    margin: 0 auto;
    color: #ffffff;
    margin-top: 44px;
    font-weight: 600;
    font-size: 21px;
    line-height: 33px;
    justify-content: center;
    text-align: center;
    text-indent: unset;
}
.event__form-wrapper .event__form-p{
    max-width: 442px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #42526B;
    text-align: center;
    margin: 0 auto;
}
.event__form .wpcf7-response-output{

}
.event__form-warning.mobile{
    display: none;
}
@media only screen and (max-width: 1140px) {
    .event__form{
        padding-bottom: 50px;
    }
    .event__form h2{
        text-align: right;
    }
    .event__form-wrapper{
        padding: 15px;
    }
    .event__form-top .event__form-warning{
        display: none;
    }
    .event__form-wrapper input{
        height: 55px;
        font-size: 14px;
        line-height: 21px;
    }
    .event__form-wrappe label{
        font-size: 17px;
    }
    .event__form-top{
        margin-bottom: 20px;
    }
    .event__form-wrapper input[type=submit]{
        height: 57px;
        font-size: 18px;
        line-height: 27px;
    }
    .event__form-warning.mobile{
        display: flex;
        margin-bottom: 30px;
        text-align: right;
    }
    .event__form-p{
        font-size: 14px;
    }
}




.event__privacy-policy{
    padding-top: 90px;
}
.event__privacy-policy-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.event__privacy-policy-header img{
    height: 27px;
}
.event__privacy-policy-header h1{
    font-weight: 600;
    font-size: 50px;
    line-height: 90px;
    color: #191919;
    margin-bottom: 24px;
}
.event__privacy-policy-item{
    padding-bottom: 14px;
}
.event__privacy-policy-items h3{
    font-weight: 600;
    font-size: 26px;
    line-height: 36px;
    text-align: right;
    color: #191919;
}
.event__privacy-policy-items p{
    font-weight: 400;
    font-size: 22px;
    text-align: right;
    line-height: 36px;
    color: #191919;
}
@media only screen and (max-width: 1140px) {
    .event__privacy-policy-header{
        flex-direction: column;
        align-items: end;
    }
    .event__privacy-policy{
        padding-top: 50px;
    }
    .event__privacy-policy-header h1{
        font-weight: 600;
        font-size: 30px;
        margin-top: 40px;
        line-height: 45px;
    }
    .event__privacy-policy-items h3{
        font-weight: 600;
        font-size: 18px;
        line-height: 36px;
        color: #191919;
    }
    .event__privacy-policy-items p{
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #191919;
    }
    .event__privacy-policy-header img{
        height: 17px;
    }
}

.page-id-12771 #callnowbutton{
    display: none!important;
}