.event-page {
    background-color: #f3f5ff;
}
.site-content {
    overflow: hidden;
}
.event-hero {
    position: relative;
}
.event-hero__decor {
    position: absolute;
    border-radius: 100%;
    content: '';
}
.event-hero__decor1 {
    left: -140px;
    top: -195px;
    background-color: #fff7ef;
    filter: blur(200px);
    width: 974px;
    height: 640px;
}
.event-hero__decor2 {
    background-color: #ece9ff;
    filter: blur(200px);
    width: 1022px;
    height: 640px;
    right: -218px;
    left: auto;
    top: 434px;
}
.event-hero__content {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
    margin-top: 42px;
    margin-left: -27px;
    padding-right: 27px;
    z-index: 1;
    position: relative;
}
.event-hero__info {
    width: calc(100% - 695px);
}
.event-hero__title {
    font-weight: 700;
    font-size: 48px;
    line-height: 140%;
    color: #111;
    margin: 0;
}
.event-hero__info p {
    font-size: 24px;
    line-height: 140%;
    color: #111;
    margin: 0;
    margin-top: 16px;
    max-width: 500px;
}
.event-hero__detail {
    margin-top: 15px;
    margin-bottom: 55px;
    font-weight: 700;
    font-size: 28px;
    color: #eb7353;
}
.event-hero__detail span {
    font-weight: 500;
    font-size: 18px;
    line-height: 200%;
    color: #111;
    display: block;
    margin-bottom: -3px;
}
.event-hero__img {
    width: 625px;
}
.event-hero__img img {
    width: 100%;
    object-fit: contain;
}
.event-hero__detail .button {
    min-width: 344px;
}
.button.button_mod {
    justify-content: center;
    background: radial-gradient(93.04% 100% at 52.99% 0%, rgb(251, 144, 116) 0.009999999747378752%, rgb(235, 115, 83) 100%);
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 12px;
}
.button.button_mod:before {
    background: linear-gradient(266.28deg, #fb9074 0.01%, #eb7353 95.78%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    z-index: -1;
    transition: .2s ease-in;
}
.button.button_mod:hover:before {
    opacity: 1;
}

.event-for {
    text-align: center;
    position: relative;
    margin-top: 0px;
    z-index: 2;
}
.event-for__content {
    display: flex;
    justify-content: space-between;
    max-width: 950px;
    margin: 20px auto 0;
    flex-wrap: wrap;
}
.event-for__item {
    width: calc(50% - 12px);
    height: 260px;
    border-radius: 16px;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 17px;
}
.event-for__icon {
    width: 72px;
    height: 72px;
}
.event-for__icon img {
    max-width: 100%;
}
.event-for__title {
    display: block;
    margin-top: 24px;
    font-weight: 600;
    font-size: 24px;
    line-height: 83%;
    color: #111;
}

.event-about {
    position: relative;
    z-index: 1;
    margin-top: 25px;
    margin-bottom: 20px;
}
.event-about .section-title {
    margin-bottom: 0;
}
.event-about__decor {
    position: absolute;
    right: -9%;
    top: -125%;
    z-index: -1;
    width: 59%;
}
.event-about__decor-mobile {
    display: none;
}
.event-about__decor2 {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background-color: #fff7ef;
    filter: blur(200px);
    width: 745px;
    height: 488px;
    transform: rotate(-59.8deg);
    z-index: -1;
    display: none;
}
.event-about__decor img {
    width: 100%;
}
.event-about__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1105px;
    margin: -10px auto 0;
}
.event-about__item {
    margin-top: 46px;
    width: calc(50% - 28px);
}
.event-about__title {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 26px;
    color: #333;
}
.event-about__icon {
    margin-right: 8px;
    width: 48px;
    min-width: 48px;
}
.event-about__icon img {
    width: 100%;
}
.event-about__item p {
    margin: 16px 0 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #333;
}
.event-speaker {
    background-color: #fff;
    padding: 70px 1rem 90px;
}
.event-speaker .section-title {
    margin-left: -120px;
}
.event-speaker__content {
    margin: 47px auto 0;
    display: flex;
    justify-content: space-between;
    max-width: 948px;
}
.event-speaker__img {
    border-radius: 16px;
    width: 272px;
    height: 272px;
    overflow: hidden;
}
.event-speaker__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-speaker__info {
    width: calc(100% - 336px);
}
.event-speaker__name {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 80%;
    color: #222;
}
.event-speaker__pos {
    display: block;
    margin-top: 15px;
    font-weight: 500;
    font-size: 22px;
    line-height: 109%;
    color: #4f4f4f;
}
.event-speaker__info p {
    margin: 16px 0 0;
    font-size: 24px;
    line-height: 133%;
    color: #111;
}

.event-cases {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 4.7rem;
    padding-bottom: 8.1rem;
}
.event-cases__decor {
    position: absolute;
    left: -22%;
    top: -122%;
    z-index: -1;
    width: 76%;
    transform: rotate(-1deg);
}
.event-cases__decor img {
    width: 100%;
}
.event-cases__decor2 {
    right: 130px;
    top: -580px;
    background-color: #fff7ef;
    filter: blur(200px);
    width: 974px;
    height: 640px;
    position: absolute;
    content: '';
    z-index: -1;
}
.event-cases__decor3 {
    right: -40px;
    top: 640px;
    background-color: #ece9ff;
    filter: blur(200px);
    width: 1022px;
    height: 640px;
    position: absolute;
    content: '';
    z-index: -1;
    transform: rotate(-55deg);
}
.event-cases__items {
    margin: 0 -35px;
}
.event-cases__items .slick-list {
    padding: 20px 0;
}
.event-cases__items .slick-slide {
    padding: 0 12px;
}
.event-cases__item {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
    padding: 24px 24px 16px;
}
.event-cases__top {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
}
.event-cases__img {
    border-radius: 8px;
    width: 64px;
    height: 64px;
    margin-right: 16px;
}
.event-cases__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.event-cases__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 109%;
    color: #222;
}
.event-cases__location {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    color: #828282;
    margin-top: 8px;
}
.event-cases__location img {
    width: 24px;
    margin-right: 2px;
}
.event-cases__info {
    border-top: 1px solid #e0e0e0;
    padding: 16px 0;
}
.event-cases__info ul {
    padding: 0;
    margin: 0;
}
.event-cases__info ul li {
    display: flex;
    margin-top: 8px;
    font-weight: 600;
    font-size: 15px;
    line-height: 160%;
    color: #222;
}
.event-cases__info ul li:first-of-type {
    margin-top: 0;
}
.event-cases__info ul li span {
    font-weight: 500;
    font-size: 15px;
    line-height: 160%;
    color: #4f4f4f;
    width: 71%;
}
.event-cases__detail {
    border-top: 1px solid #e0e0e0;
    padding: 16px 0 0;
}
.event-cases__detail span {
    margin-top: 8px;
    font-weight: 500;
    color: #4f4f4f;
    font-size: 15px;
    line-height: 160%;
    display: block;
}
.event-cases__detail span:first-of-type {
    margin-top: 0;
}
.event-cases__detail span span {
    font-weight: 700;
    color: #eb7353;
    margin-right: 5px;
    display: inline-block;
}
.event-cases__items-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 69px;
}
.event-cases__items-nav .slick-arrow {
    border-color: transparent;
    left: -40px;
    top: 50%;
}
.event-cases__items-nav .slick-arrow.slick-next {
    right: -40px;
    left: auto;
}
.event-cases__items-nav .slick-dots li.slick-active button {
    width: 12px;
    height: 12px;
}
.event-cases__items-nav .slick-dots li {
    display: inline-block;
    margin: 0 5px 5px;
}
.event-cases .slick-track {
    display: flex;
}
.event-cases .slick-slide {
    height: inherit;
}
.event-cases .slick-slide > div {
    height: 100%;
}
.event-cases__item {
    height: 100%;
}

.section-title span {
    color: #eb7353;
}
.box-field {
    position: relative;
}
.box-field .wpcf7-form-control-wrap{
    display: block;
}
.box-field .iti{
    display: block;
}
.box-field__icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
    width: 24px;
    height: 24px;
    z-index: 1
}
.box-field__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.event-join {
    background-color: #fff;
    padding: 90px 0;
    text-align: center;
    position: relative;
}
.id-anchor{
    position: absolute;
    left: 0px;
    top: -30px;
    height: 1px;
    width: 100%;
    opacity: 0;
}
.event-join .section-title {
    max-width: 950px;
    margin: 0 auto;
    line-height: 117%;
}
.event-join .event-hero__detail span {
    font-size: 21px;
}
.event-join .event-hero__detail {
    margin-top: 30px;
    margin-bottom: 34px;
}
.event-join__form {
    max-width: 538px;
    margin: 0 auto;
    text-align: left;
}
.event-join__form .form-control {
    border-radius: 8px;
    height: 64px;
    background-color: #f3f4f6;
    border: none;
    font-size: 16px;
    color: #828282;
    padding-left: 59px;
    font-family: Montserrat, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.event-join__form .iti--allow-dropdown input[type=tel]{
  padding-left: 59px;
}
.event-join__form .iti__selected-flag{
  padding-left: 14px;
}
.event-join__form .form-control::placeholder {
    color: #828282;
    opacity: 1;
}
.event-join__form .form-control::-ms-input-placeholder {
    color: #828282;
}
.event-join__form .radio-button-poll{
    display: block;
}
.event-join__form .wpcf7-list-item{
    display: block;
    margin-left: 0;
    margin-bottom: 9px;
}
.box-field__inp{
    position: relative;
}
.event-join__form .button {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    font-family: Montserrat, Helvetica Neue, Helvetica, Arial, sans-serif;
}
.event-join__form .box-field p{
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px
}

@media screen and (max-width: 1400px) {
    .event-hero__content {
        margin-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .event-hero__info {
        width: calc(100% - 555px);
    }
    .event-hero__img {
        width: 545px;
    }
    .event-about__decor {
        right: -30%;
        top: -51%;
        width: 80%;
    }
    .event-speaker .section-title {
        margin-left: 0;
    }
    .event-cases__items {
        margin: 0;
    }
    .event-cases__decor,
    .event-cases__decor1,
    .event-cases__decor2 {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .event-hero__content {
        flex-direction: column;
        padding-bottom: 140px;
    }
    .event-hero__info {
        width: 100%;
    }
    .event-hero__img {
        max-width: 575px;
        width: 100%;
        margin: 30px auto 0;
    }
    .event-hero__info .button {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 40px;
    }
    .event-hero__decor1 {
        width: 600px;
        height: 500px;
        left: -250px;
        top: -300px;
    }
    .event-hero__decor2 {
        width: 600px;
        height: 500px;
        right: -250px;
        top: 300px;
    }
    .event-for {
        margin-top: 0;
        padding-top: 1rem;
    }
    .event-for__item {
        height: 200px;
    }
    .event-about__item {
        width: 100%;
    }
    .event-about__decor {
        top: -20%;
        width: 100%;
        right: -45%;
    }
    .event-about {
        margin-top: 0;
    }
    .event-speaker {
        padding: 60px 1rem;
        z-index: 1;
    }
    .event-cases__info ul li span {
        width: 60%;
    }
    .event-cases__decor3 {
        display: none;
    }
    .event-cases__items-nav .slick-arrow {
        width: 60px;
        height: 60px;
    }
    .event-join {
        padding: 30px 1rem 60px;
    }
    .event-cases{
        padding-top: 6rem;
    }
}
@media screen and (max-width: 767px) {
    .event-hero__title {
        font-size: 30px;
        line-height: 133%;
    }
    .event-hero__info p {
        font-size: 16px;
        line-height: 162%;
        margin-top: 10px;
    }
    .event-hero__detail {
        font-size: 20px;
        margin-top: 32px;
        margin-bottom: 37px;
    }
    .event-hero__detail span {
        font-size: 14px;
    }
    .event-hero__info .button {
        min-width: auto;
        max-width: 368px;
        width: 100%;
    }
    .event-hero__decor1 {
        width: 500px;
        height: 400px;
        left: -250px;
        top: -200px;
    }
    .event-hero__decor2 {
        width: 520px;
        height: 337px;
        right: -260px;
        top: 240px;
    }
    .event-hero {
        padding-top: 0;
        padding-bottom: 0;
    }
    .event-hero__img {
        width: calc(100% + 30px);
        margin: 0 -15px;
    }

    .event-for {
        padding-top: 2.6rem;
    }
    .event-for .section-title {
        text-align: left;
        max-width: 90%;
        font-size: 30px;
        line-height: 133%;
        padding-left: 10px;
    }
    .event-for__content {
        margin-top: 10px;
    }
    .event-for__item {
        width: calc(50% - 8px);
        height: 176px;
    }
    .event-for__title {
        font-size: 20px;
        margin-top: 16px;
    }
    .event-for__icon {
        width: 48px;
        height: 48px;
    }
    .event-about {
        padding-top: 2rem;
        margin-bottom: 0;
    }
    .event-about .section-title {
        text-align: left;
        padding-left: 8px;
        font-size: 30px;
        line-height: 133%;
    }
    .event-about__item {
        margin-top: 24px;
    }
    .event-about__title {
        font-size: 20px;
        line-height: 120%;
        align-items: flex-start;
    }
    .event-about__icon {
        width: 24px;
        height: 24px;
        min-width: 24px;
        margin-right: 8px;
    }
    .event-about__item p {
        font-size: 20px;
        line-height: 140%;
        margin-top: 4px;
    }
    .event-about__content {
        margin-top: 7px;
    }
    .event-about__decor-desktop {
        display: none;
    }
    .event-about__decor-mobile {
        display: block;
        pointer-events: none;
    }
    .event-about__decor {
        top: -26%;
        width: 88%;
        right: -35%;
    }
    .event-about__decor2 {
        display: block;
    }
    .event-speaker__content {
        flex-direction: column-reverse;
        margin-left: 8px;
        margin-top: 40px;
    }
    .event-speaker__info {
        width: 100%;
    }
    .event-speaker .section-title {
        text-align: left;
        font-size: 30px;
        line-height: 133%;
        margin-left: 8px;
    }
    .event-speaker__name {
        font-size: 24px;
        line-height: 100%;
    }
    .event-speaker__pos {
        font-size: 18px;
        line-height: 133%;
    }
    .event-speaker__info p {
        font-size: 20px;
        line-height: 160%;
    }
    .event-speaker__img {
        margin: 16px auto 0;
        width: 100%;
        max-width: 368px;
        height: auto;
    }
    .event-cases .section-title {
        text-align: left;
        font-size: 30px;
        line-height: 133%;
    }
    .event-cases__items .slick-list {
        overflow: visible;
        padding: 15px 0;
    }
    .event-cases {
        padding-top: 2.6rem;
        padding-bottom: 3.1rem;
    }
    .event-cases .section-title {
        margin-bottom: 0;
    }
    .event-cases__items .slick-slide {
        padding: 0 4px;
    }
    .event-cases__title {
        font-size: 18px;
        line-height: 133%;
    }
    .event-cases__location {
        font-size: 12px;
        line-height: 167%;
    }
    .event-cases__location img {
        width: 20px;
    }
    .event-cases__info ul li {
        font-size: 14px;
    }
    .event-cases__info ul li span {
        font-size: 14px;
        width: 69%;
    }
    .event-cases__item {
        padding-left: 0;
        padding-right: 0;
    }
    .event-cases__top,
    .event-cases__info,
    .event-cases__detail {
        padding-left: 24px;
        padding-right: 24px;
    }
    .event-cases__items-nav {
        bottom: 17px;
    }
    .event-join .section-title {
        font-size: 30px;
        line-height: 133%;
    }
    .event-join {
        padding: 60px 1rem;
    }
    .event-join .event-hero__detail span {
        font-size: 21px;
        line-height: normal;
        margin-bottom: 12px;
    }
    .event-join .event-hero__detail {
        font-size: 24px;
    }
    .event-join .event-hero__detail {
        margin-top: 15px;
        margin-bottom: 21px;
    }
    .event-join__form .button {
        height: 64px;
    }
    .event-about__decor{
        pointer-events: none;
    }
    [data-wpr-lazyrender]{
        content-visibility: visible!important;
    }
}
@media screen and (max-width: 380px) {
    .event-for__title {
        font-size: 16px;
    }
    .event-for__icon {
        width: 40px;
        height: 40px;
    }
    .event-for__item {
        height: 145px;
    }
    .event-speaker .section-title,
    .event-speaker__content {
        margin-left: 0;
    }
    .event-cases__info ul li span {
        width: 60%;
    }
}
@media screen and (max-width: 360px) {
    .event-cases__info ul li {
        flex-direction: column;
    }
}

.event-functions{
    padding: 50px 0 50px 0;
    position: relative;
    z-index: 1;
}
.event-functions .section-subtitle{
    font-weight: 700;
    font-size: 32px;
    color: #eb7353;
    padding: 5px 0 20px 0;
}
.event-functions img{
    display: block;
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .event-functions{
        padding: 30px 13px 30px 13px;
    }
    .event-functions .section-subtitle{
        font-size: 18px;
        line-height: 1.2;
    }
}

.logo-customer{
    padding-top: 20px;
    padding-bottom: 128px;
    background: #FFF;
    text-align: center;
}
.logo-customer .container{
    max-width: 880px!important;
}
.logo-customer .section-subtitle{
    font-size: 24px;
    line-height: 1.67;
    color: #333;
    font-weight: 500;
}
.logo-customer .section-subtitle span{
    color: #EB7353;
    font-weight: 600;
}
.logo-customer .hero__button{
    font-size: 20px;
    line-height: 1.2;
}
.customer-list{
    padding: 0 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 768px;
    padding: 0 0;
    margin: 54px auto;
    box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.07);
    background: rgba(0, 0, 0, 0.03);
}
.customer-list__item{
    margin: 8px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 7px;
    background: #FFF;
    border-radius: 8px;
}
.customer-list__item img,
.customer-list__item picture{
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
@media screen and (max-width: 767px) {
    .logo-customer{
        padding-top: 15px;
        padding-bottom: 64px;
    }
    .logo-customer .section-title{
        text-align: left;
        font-size: 24px;
        line-height: 1.42;
    }
    .logo-customer .section-subtitle{
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
    }
    .customer-list{
        box-shadow: none;
        background: none;
    }
    .customer-list__item{
        width: 64px;
        height: 64px;
        box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.07);
    }
    .customer-list{
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .logo-customer .hero__button{
        font-size: 16px;
        line-height: 1.5;
    }
}

.free-inf{
                position: relative;
                z-index: 2;
            }
            .free-inf .section-title{
                max-width: 830px;
                margin: 0 auto;
            }
            .free-inf .section-title span{
                color: #828282;
            }
            .free-inf__list {
                display: flex;
                justify-content: space-between;
                margin: 10px -12px 0;
                flex-wrap: wrap;
            }
            .free-inf__item{                
                min-height: 216px;
                border-radius: 16px;
                padding: 32px;
                background-color: #fff;
                box-shadow: 0 0 64px 0 rgba(0, 0, 0, 0.07);
                display: flex;
                align-items: center;
                justify-content: flex-start;
                flex-direction: column;
                margin-top: 24px;
                margin-left: 12px;
                margin-right: 12px;
            }
            .free-inf__item:nth-child(5n+1),
            .free-inf__item:nth-child(5n+2),
            .free-inf__item:nth-child(5n+3) {
                width: calc(33.333% - 24px);
            }
            .free-inf__item:nth-child(5n+4),
            .free-inf__item:nth-child(5n+0) {
                width: calc(50% - 24px);
            }
            .free-inf__icon{
                height: 48px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
            .free-inf__icon img{
                display: block;
                max-height: 100%;
                width: auto;
            }
            .free-inf__title{
                display: block;
                padding-top: 32px;
                font-size: 24px;
                line-height: 150%;
                font-weight: 700;
                text-align: center;
                max-width: 564px;
                margin:  0 auto;
            }
            @media screen and (max-width: 991px) {
                .free-inf__item:nth-child(5n+1),
                .free-inf__item:nth-child(5n+2),
                .free-inf__item:nth-child(5n+3) {
                    width: calc(50% - 24px);
                }
                .free-inf__item:nth-child(5n+4),
                .free-inf__item:nth-child(5n+0) {
                    width: calc(50% - 24px);
                }
                .free-inf__item{
                    padding: 24px;
                }
                .free-inf__title{
                    font-size: 20px;
                    padding-top: 24px;
                }
                .free-inf__title br{
                    display: none;
                }
            }
            @media screen and (max-width: 767px) {
                .free-inf__item:nth-child(5n+1),
                .free-inf__item:nth-child(5n+2),
                .free-inf__item:nth-child(5n+3) {
                    width: calc(100% - 24px);
                }
                .free-inf__item:nth-child(5n+4),
                .free-inf__item:nth-child(5n+0) {
                    width: calc(100% - 24px);
                }
                .free-inf .section-title{
                    font-size: 30px;
                    line-height: 40px;
                    text-align: left;
                } 
                
            }