.conference_list{width:100%;position:relative;margin:0 auto;display:grid;grid-template-columns:repeat(3, 1fr);row-gap:25px;column-gap:25px}.conference_list.owl-carousel{display:block}.conference_list.owl-carousel>[class*="item"]{width:calc(33.33333333% - (2 * 25px / 3) * 1);margin-right:25px}.conference_list.owl-carousel .owl-stage{display:flex}.conference_list.owl-carousel .owl-item{display:flex;flex:1 0 auto;align-items:stretch}.conference_list.owl-carousel .owl-stage-outer{overflow:visible}.conference_list.rdy .owl-item .item{opacity:0;pointer-events:none}.conference_list.rdy .owl-item.active .item{opacity:1;pointer-events:auto}.conference_list.rdy .owl-item.active~.owl-item .item{opacity:1}.conference_list .item{background-color:#fff;display:inline-flex !important;flex-direction:column;gap:0;padding:0;margin:0;position:relative;overflow:hidden;border-radius:15px;box-shadow:0 6px 14px rgba(221,221,221,0.5);transition:opacity 400ms ease 0ms}.conference_list.rdy .item{width:100% !important;margin:0 !important}.conference_list .item .img{width:100%;height:150px;position:relative;margin:0;display:block;overflow:hidden}.conference_list .item .text{text-align:left;position:relative;margin:0;display:flex;flex:1;flex-direction:column;justify-content:space-between}.conference_list .item .text .flags{position:absolute;left:25px;top:0;transform:translateY(-50%);display:flex;gap:6px}.conference_list .item .text .flags .flag{align-items:center;border:2px solid #fff;background:var(--flag-clr, #191C21);position:relative;display:flex;margin:0;width:38px;height:38px;border-radius:25px;font-size:0}.conference_list .item .text .flags .flag:has(.flag_text){width:initial;padding:0 0 0 38px}.conference_list .item .text .flags .flag .icon{aspect-ratio:1;position:absolute;inset:0;display:flex;justify-content:center;align-items:center}.conference_list .item .text .flags .flag:has(.flag_text) .icon{right:initial}.conference_list .item .text .flags .flag .icon svg{position:relative;margin:0 auto;display:block;width:22px}.conference_list .item .text .flags .flag .icon svg *{fill:var(--flag-clr2, #fff)}.conference_list .item .text .flags .flag .flag_text{font-size:14px;line-height:22px;color:var(--flag-clr2, #fff);padding:0 16px 0 0}.conference_list .item .text .flex{flex:1;display:flex;flex-direction:column;justify-content:space-between}.conference_list .item .text .box{display:flex;flex-direction:column;gap:0;padding:20px 25px;border-top:2px solid #F0F0F0}.conference_list .item .text .box.padding{padding-top:30px}.conference_list .item .text .box.gap{gap:10px}.conference_list .item .text .flex .box:nth-child(1){border-top:0}.conference_list .item .text .title{font-size:20px;line-height:26px;display:flex;justify-content:flex-start;align-items:center;font-weight:700;margin:0}.conference_list .item .text .text_box{margin:5px 0 0;color:#6E6E6E}.conference_list .item .text p.icon{margin:0;font-size:16px;line-height:26px;font-weight:400;position:relative;padding:0 0 0 35px}.conference_list .item .text p.icon.bold{font-weight:700}.conference_list .item .text p.icon::before{position:absolute;left:0;top:0;width:24px;height:26px;background:#304FFE;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:24px 26px;mask-repeat:no-repeat;mask-position:center center;mask-size:24px 26px;content:""}.conference_list .item .text p.icon.date::before{-webkit-mask-image:url('../../../../img/calendar_icon.svg');mask-image:url('../../../../img/calendar_icon.svg')}.conference_list .item .text p.icon.price::before{-webkit-mask-image:url('../../../../img/price_icon.svg');mask-image:url('../../../../img/price_icon.svg')}.conference_list .item .text p.icon.address::before{-webkit-mask-image:url('../../../../img/address_icon.svg');mask-image:url('../../../../img/address_icon.svg')}.conference_list .item .text p.icon.clock::before{-webkit-mask-image:url('../../../../img/clock_icon.svg');mask-image:url('../../../../img/clock_icon.svg')}.conference_list.owl-carousel .owl-dots{width:220px;font-size:0;margin:0 auto;text-align:center;position:absolute;bottom:-62px;left:50%;transform:translateX(-50%);z-index:990;justify-content:center;display:flex;gap:8px}.conference_list.owl-carousel .owl-dots .owl-dot{background:#A6AFE3;border-radius:20px;position:relative;min-width:8px;width:8px;height:8px;line-height:0;font-size:0;display:block;vertical-align:middle;margin:0;transition:all 400ms ease 0ms}.notouch .conference_list.owl-carousel .owl-dots .owl-dot:is(:hover,:focus),.conference_list.owl-carousel .owl-dots .owl-dot.active{background:#304FFE}.conference_list.owl-carousel .owl-dots .owl-dot.active{width:22px}.conference_list.owl-carousel .owl-nav{min-height:0;z-index:991;position:absolute;left:0;right:0;bottom:-43px;margin:0 auto}.conference_list.owl-carousel .owl-nav .owl-prev.disabled,.conference_list.owl-carousel .owl-nav .owl-next.disabled{opacity:.3;cursor:no-drop}.conference_list.owl-carousel .owl-nav .owl-prev{cursor:pointer;position:absolute;width:30px;height:30px;right:30px;transition:all 400ms ease 0ms}.conference_list.owl-carousel .owl-nav .owl-next{cursor:pointer;position:absolute;width:30px;height:30px;right:0;transition:all 400ms ease 0ms}.conference_list.owl-carousel .owl-nav .owl-prev::before{position:absolute;inset:0;content:"";background-color:#A6AFE3;-webkit-mask-image:url('../../../../img/arrow_right.svg');mask-image:url('../../../../img/arrow_right.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:12px 20px;mask-repeat:no-repeat;mask-position:center center;mask-size:12px 20px;display:block;transform:rotate(180deg);transition:all 400ms ease 0ms}.conference_list.owl-carousel .owl-nav .owl-next::before{position:absolute;inset:0;content:"";background-color:#A6AFE3;-webkit-mask-image:url('../../../../img/arrow_right.svg');mask-image:url('../../../../img/arrow_right.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:12px 20px;mask-repeat:no-repeat;mask-position:center center;mask-size:12px 20px;display:block;transition:all 400ms ease 0ms}.notouch .conference_list.owl-carousel .owl-nav :is(.owl-prev,.owl-next):is(:hover,:focus)::before{background:#304FFE}@media screen and (min-width:701px){.conference_list.row{grid-template-columns:repeat(1, 1fr);row-gap:0;column-gap:0}.conference_list.row.owl-carousel{display:block}.conference_list.row.owl-carousel>[class*="item"]{width:calc(100% - (0 * 0 / 1) * 1px);margin-right:0}.conference_list.row .item{background-color:transparent;flex-direction:row;gap:20px;padding:24px 0;border-bottom:1px solid #D1D1D1;border-radius:0;box-shadow:none}.conference_list.row .item .img{display:none}.conference_list.row .item .text{flex-wrap:wrap;gap:6px 24px;flex-direction:row;align-items:center;justify-content:initial}.conference_list.row .item .text .flags{position:relative;left:0;transform:none;width:102px}.conference_list.row .item .text .flags .flag{border:none;width:30px;height:30px}.conference_list.row .item .text .flags .flag .icon svg{width:20px}.conference_list.row .item .text .box{padding:0;border:0}.conference_list.row .item .text .box.padding{flex:1;padding-top:0}.conference_list.row .item .text .box.gap{width:160px;gap:4px}.conference_list.row .item .text .title{font-size:18px}.conference_list.row .item .text .text_box{font-size:14px;line-height:24px;margin:0}.conference_list.row .item .text p.icon{font-size:14px;line-height:24px;padding:0 0 0 30px}.conference_list.row .item .text p.icon::before{width:20px;height:22px;-webkit-mask-size:20px 22px;mask-size:20px 22px}.conference_list.row .item .text .btn{font-size:0;line-height:0;width:34px;height:34px;gap:0;padding:0}.conference_list.row .item .text .btn::before{margin:0}}@media screen and (max-width:1430px){.conference_list{grid-template-columns:repeat(2, 1fr);row-gap:20px;column-gap:20px}.conference_list.owl-carousel{display:block}.conference_list.owl-carousel>[class*="item"]{width:calc(50% - (1 * 20px / 2) * 1);margin-right:20px}.conference_list .item .text .box{padding:15px 20px}.conference_list .item .text .box.padding{padding-top:35px}.conference_list .item .text .box.gap{gap:5px}.conference_list .item .text .flags{left:20px;gap:4px}.conference_list .item .text .flags .flag{border-width:1px;width:32px;height:32px}.conference_list .item .text .flags .flag:has(.flag_text){padding:0 0 0 32px}.conference_list .item .text .flags .flag .icon svg{width:18px}.conference_list .item .text .flags .flag .flag_text{padding:0 12px 0 0}.conference_list .item .text .title{font-size:18px;line-height:24px}.conference_list .item .text p.icon{font-size:14px;line-height:24px;padding:0 0 0 32px}.conference_list .item .text p.icon::before{width:22px;height:24px;-webkit-mask-size:22px 24px;mask-size:22px 24px}.conference_list.row .item .text .flags{width:100%}}@media screen and (max-width:700px){.conference_list{grid-template-columns:repeat(1, 1fr);row-gap:20px;column-gap:20px}.conference_list.owl-carousel{display:block}.conference_list.owl-carousel>[class*="item"]{width:calc(100% - (0 * 20px / 1) * 1);margin-right:20px}.conference_list.owl-carousel .owl-dots{display:none !important}}/*# sourceMappingURL=1.css.map */