.testyou {
    display:none
}

.feedback {
    padding-bottom: 0;
}

.broadcast.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}

.broadcast.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
  border-radius: 20px;
}

.present__title {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin: auto;
    margin-bottom: 16px;
    margin-top: 24px;
    max-width: 95%;
    
}
.present__lastname {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 24px;
    
}
.present__button {
    text-align: center;
}
.present__button a {
    display: flex;
    align-items: center;
    justify-content: center;
    color:#0C579B;
    font-size: 16px;
    font-weight: 500;
}
.present__button a svg {
    margin-right: 12px;
}
.present__name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}
.about__pagination {
    justify-content: center;
}
.about__slider + .about__slider {
    margin-top: 64px;
}
.about__slider .thumb-wrap {
    border-radius: 20px;
    overflow: hidden;
    max-height: 100%;
}
.about__slider .thumb-wrap iframe {
    max-width: 100%;
    border-radius: 20px;
}
/*.partners::before {
    content: ' ';
    width: 100%;
    border-bottom: #eeecee solid 80px;
    border-radius: 0 0 80px 80px;
    display: block;
    margin-bottom: 160px;
}*/
.present__wrapper {display: flex; justify-content: space-between;}
.present__item {flex: 0 0 48%;}
.present__img img {max-width: 100%;width:100%;}
.present__item {margin-bottom: 24px;}
.partners + .partners::before {
    display: none;
}
.swiper-button-prev2 {width: auto!important;z-index: 0!important;}
.swiper-button-next2 {width: auto!important;z-index: 0!important;}

.partners .partners__slide {
    width: 344px;
    height: 200px;
}
.swiper-button-next, .swiper-button-prev {top:42%!important;}
.swiper4 {max-width: 90%;}
.swiper-button-next2:after, .swiper-rtl .swiper-button-prev2:after {content: url("data:image/svg+xml,%3Csvg width='67' height='20' viewBox='0 0 67 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.2797 0L66.9998 10L57.2797 20L54.5099 17.3205L59.7549 11.9245H0V8.0755H59.7549L54.5099 2.67947L57.2797 0Z' fill='%236CC24A'/%3E%3C/svg%3E%0A")!important;}
.swiper-button-prev2:after, .swiper-rtl .swiper-button-next2:after {content: url("data:image/svg+xml,%3Csvg width='67' height='20' viewBox='0 0 67 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.7201 20L8.74228e-07 9.99999L9.7201 -5.00755e-06L12.4899 2.67947L7.2449 8.07549L66.9998 8.0755L66.9998 11.9245L7.2449 11.9245L12.4899 17.3205L9.7201 20Z' fill='%236CC24A'/%3E%3C/svg%3E%0A")!important;}
.partners .owl-carousel .owl-item img {
    width: 344px;
    height: 200px;
}

.partners-list {
    display: flex;
    flex-wrap: wrap;
}

.partners-list > .item {
    flex: 0 0 33%;
}

@media (max-width: 1472px) {
    .partners .owl-carousel .owl-item img {
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 991px) {
    .partners::before {
        margin-bottom: 120px;
    }
    .swiper-button-next2:after, .swiper-rtl .swiper-button-prev2:after {
        content: url("data:image/svg+xml,%3Csvg width='43' height='20' viewBox='0 0 43 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M33.2797 0L42.9998 10L33.2797 20L30.5099 17.3205L35.7549 11.9245H0V8.0755H35.7549L30.5099 2.67947L33.2797 0Z' fill='%236CC24A'/%3E%3C/svg%3E%0A")!important;
    }
    .swiper-button-prev2:after, .swiper-rtl .swiper-button-next2:after {
        content: url("data:image/svg+xml,%3Csvg width='43' height='20' viewBox='0 0 43 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.7201 20L8.74228e-07 10L9.7201 -2.90942e-06L12.4899 2.67947L7.2449 8.07549L43 8.0755L43 11.9245L7.2449 11.9245L12.4899 17.3205L9.7201 20Z' fill='%236CC24A'/%3E%3C/svg%3E%0A")!important;
    }
    .swiper4 {max-width: 80%;}
    .swiper-button-next, .swiper-button-prev {
        top: 32%!important;
    }
    
    .partners-list > .item {
        flex: 0 0 50%;
    }
}

@media (max-width: 574px) {
    .partners::before {
        margin-bottom: 80px;
    }
    .swiper4 {
        max-width: 100%;
    }
    .swiper-button-next,
    .swiper-button-prev {
        top: 100%!important;
    }
    
    .partners-list > .item {
        flex: 0 0 100%;
    }
}

.fancybox-content {
    font-size: 20px;
}

.header .header__logo > img:first-of-type {
    display: block;
}

.header .header__logo > img:last-of-type {
    display: none;
}

.header.is-scroll .header__logo > img:first-of-type {
    display: none;
}

.header.is-scroll .header__logo > img:last-of-type {
    display: block;
}

.button-link {
    display: inline-flex;
    color: #0C579B;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    padding: 20px 32px;
    border: 2px solid #0C579B;
    border-radius: 12px;
    width: auto;
    text-transform: uppercase;
}

.format {
    padding: 120px 0 120px;
}

.speakers__row {
    max-width: 1184px;
    margin: 0 auto;
}

.speakers__row .speakers__item {
    display: flex;
    align-items: center;
}

.speakers__row .speakers__item-photo {
    width: auto;
    height: auto;
    margin: 0;
}

.speakers__row .speakers__item-photo img {
    height: 240px;
    width: 240px;
    max-width: none;
}

.speakers__row .speakers__item-name,
.speakers__row .speakers__item .speakers__item-info {
    text-align: left;
    padding-left: 50px;
}

.speakers__row .speakers__item-name {
    font-size: 32px;
}

.w-50 .program__main-col {
    flex: 49%;
}

.w-50 .program__row-main-item:first-of-type {
    flex: 49%;
}

.w-50 .program__row-main-item:last-of-type {
    flex: 50%;
}

.w-50 .program__row-main-item::after {
    width: 98%;
}

.w-50 .program__row-main-item:first-of-type::after {
    width: 98%;
    left: 0;
    right: auto;
}

.w-50 .program__row-main-item:last-of-type::after {
    width: 100%;
    left: auto;
    right: 0;
}

.w-50 .program__row-main-item:first-of-type .program__row {
    width: 98%;
}

@media (max-width: 690px) {
    .m-100 .program__row {
        padding: 0 0 8px 16px;
    }
    
    .w-50 .program__row-main-item:first-of-type {
        margin-bottom: 16px;
    }
    
    .w-50 .program__row-main-item:last-of-type .program__row,
    .w-50 .program__row-main-item:first-of-type .program__row {
        width: 100%;
    }
    
    .w-50 .program__row-main-item:last-of-type::after,
    .w-50 .program__row-main-item:first-of-type::after {
        width: 100%;
    }
}

body {
  scrollbar-width: thin;          /* "auto" или "thin"  */
  scrollbar-color: #6CC24A white;   /* плашка скролла и дорожка */ 
}

.ss-container::-webkit-scrollbar {
  width: 6px;               /* ширина scrollbar */
}
.ss-container::-webkit-scrollbar-track {
  background: white;        /* цвет дорожки */
}
.ss-container::-webkit-scrollbar-thumb {
  background-color: #6CC24A;    /* цвет плашки */
  border-radius: 20px;       /* закругления плашки */
  border: 1px solid white;  /* padding вокруг плашки */
}

.registration__wrap {
    margin-right: 430px;
    padding: 0;
}

.registration__wrap_scroll {
    max-height: 1000px;
    padding: 0 50px 0 0;
    overflow-y: auto;
    scrollbar-width: thin;
}

.registration__checkboxes-wrap {max-width: 100%;}
.checkbox__text {font-size: 15px;}
.registration__checkboxes-item {flex: 0 1 23.33%;    padding-right: 5px;}
.reg__label-top {    height: 56px;
    border: 2px solid #999;
    border-radius: 12px;
    padding: 0 20px;
    -webkit-transition: .2s all ease;
    -moz-transition: .2s all ease;
    -ms-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    justify-content: space-between;
    background: #eeecee;
    cursor: pointer;
    display: flex;
    -webkit-transition: border .3s;
    transition: border .3s; position: relative;z-index: 0;}
   .reg__label-top.active {z-index: 2;}
    .reg__selected {display: flex;align-items: center;     font-weight: 400;
    font-size: 14px;
    color: #999;}
   .reg__label-top.active .reg__arrow svg {    transform: rotate(180deg);} 
    .reg__arrow {display: flex;align-items:center;margin-right: 6px;}
.reg__label-drop {opacity: 0; position: absolute; /*bottom: -111px;*/ -webkit-transition: .2s all ease; padding-top: 20px;
-moz-transition: .2s all ease;
-ms-transition: .2s all ease;
-o-transition: .2s all ease;
transition: .2s all ease;

z-index: -1;
    transform: translateY(-100px);
      background: #eeecee;
    border: 2px solid #0c579b;
    border-top: none;
    border-radius: 0 0 12px 12px;
     width: 100%;
     max-height: 10px;
}
.registration__wrap {z-index: 9999;}
.reg__label-drop.acitve {
    
   max-height: 200px;
    opacity: 1;
    z-index: 1;
    transform: translateY(00px);
  
}
.reg-drop__item {margin-bottom: 16px;padding-left: 20px;}
input[type="radio"]
{
  appearance: none;
}

input[type="radio"] + label
{
  cursor: pointer;
  position: relative;
  padding-left: 24px;
  line-height: 20px;
}

input[type="radio"] + label::before
{
  content: "";
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  border: 2px solid #999999;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 1;
  transition: all 0.3s;
}

input[type="radio"]:checked + label::before {
    border: 2px solid #0C579B;
}

input[type="radio"] + label::after
{
  content: "";
  display: inline-block;
  width: 10px;
  aspect-ratio: 1;
  border: 1px solid #0C579B;
  background: #0C579B;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: all 0.3s;
}

input[type="radio"]:checked + label::after
{
  opacity: 1;
}

select.custom-select {
    height: 56px;
    width: 100%;
    border: 2px solid #999999;
    border-radius: 12px;
    padding: 0 20px;
    background: #eeecee;
    color: #999;
    outline: none;
    cursor: pointer;
}

select.custom-select:hover {
    border-color: #0c579b;
    color: #111;
}

select.custom-select.selected {
    border-color: #6cc24a;
    color: #111;
}

.reg__arrow {
    margin-right: -15px;
}

.reg__arrow svg {
    width: 10px;
}

#tracks .registration__checkboxes-item {
    flex: 100%;
}

.reg__label-top.active {    border: 2px solid #0c579b; border-bottom: 0px;     border-bottom-left-radius: 0px;    border-bottom-right-radius: 0px;}
.reg__label-top.active .reg__arrow svg path {fill: #0c579b;}
.reg-drop__item label {padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #111;}
.registration__label {position: relative;}
.opened-modal {color:#0C579B;display: none;}
.opened-modal svg {margin-right: 5px;}
.opened-modal.active {display: block;}
.flex-form {display: flex; align-items: center;}
.popup99,.popup16,.popup15,.popup2,.popup3,.popup4,.popup5,.popup6,.popup7,.popup8,.popup9,.popup10,.popup11,.popup12,.popup13,.popup14,.popup{
    position: absolute;
    max-width: 944px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 64px;
    padding-bottom: 64px;
    box-sizing: border-box;
    padding-left: 104px;
    padding-right: 104px;
    background: #fff;
    color: #333333;
    
    border-radius: 32px;
}
.close-popup99:before,.close-popup16:before,.close-popup15:before,.close-popup:before,.close-popup14:before,.close-popup13:before,.close-popup12:before,.close-popup11:before,.close-popup10:before,.close-popup2:before,.close-popup3:before,.close-popup4:before,.close-popup5:before,.close-popup6:before,.close-popup9:before,.close-popup7:before,.close-popup8:before {
	content: '';
	background-color: #0C579B;
	position: absolute;
	height: 2px;
	width: 24px;

	left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
	transform: rotate(-45deg);
}
  .close-popup99,.close-popup16,.close-popup15,.close-popup,.close-popup14,.close-popup2,.close-popup3,.close-popup4,.close-popup5,.close-popup6,.close-popup7,.close-popup8,.close-popup9,.close-popup10,.close-popup11,.close-popup12,.close-popup13 {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 23px;
	height: 23px;
	cursor: pointer;
    
    padding: 10px 10px;

    
}
.close-popup99:after,.close-popup16:after,.close-popup15:after,.close-popup:after,.close-popup14:after,.close-popup13:after,.close-popup12:after,.close-popup11:after,.close-popup10:after,.close-popup2:after,.close-popup3:after,.close-popup4:after,.close-popup5:after,.close-popup6:after,.close-popup7:after,.close-popup8:after,.close-popup9:after{
	content: '';
	background-color: #0C579B;
	position: absolute;
	height: 2px;
	width: 24px;
	
	transform: rotate(45deg);
	left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.overlay16,.overlay15,.overlay2,.overlay3,.overlay4,.overlay5,.overlay6,.overlay7,.overlay8,.overlay9,.overlay99,.overlay10,.overlay11,.overlay12,.overlay13,.overlay14,.overlay {
    position: fixed;
    width: 100%;
    z-index: 9999999999999999999999999999999;
    height: 100vh;
    top: 0;
    left: 0;
    display: none;
    background-color: rgba(191,196,200, .8); 
}
.opened-modal {cursor: pointer;}
.popup15__title {text-align: center;font-size:32px;color:#111111;margin-bottom: 16px;font-weight: 500;}
.popup__text {text-align: center; font-size: 20px;margin-bottom: 32px;font-weight: 300;}
.popup15 textarea {max-width: 100%;width: 100%;border: 2px solid #999999;
border-radius: 12px;height: 246px;outline: none;resize: none;
    padding-left: 24px; padding-top: 24px;padding-right: 24px; font-size: 20px;
}
.popup15 .close-pop {
    display: block;
    max-width: fit-content;
    margin: auto;
    margin-top: 32px;
    background: #0C579B;
    border-radius: 12px;
    padding: 20px 69px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
}
.add__people {display: none; color: #0C579B; font-size: 16px; font-weight: 500; cursor: pointer; }
.add__people a svg {margin-right: 6px;}
.add__people {margin-bottom: 32px;}

.selected.reg__label-top,
.selected.reg__label-top + .reg__label-drop {
    border-color: #6cc24a;
}

.selected .reg__selected {
    font-weight: 400;
    font-size: 16px;
    color: #111;
}

.select > select {
    display: inline!important;
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0;
}

/* Owl Carousel */

.owl-theme .owl-nav {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -90px;
}

.owl-theme.program__slider .owl-nav {
    top: 50px;
}

.owl-carousel.program__slider .owl-nav button.owl-prev {
    margin-left: 20px;
}

.owl-carousel.program__slider .owl-nav button.owl-next {
    margin-right: 20px;
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
}

.owl-theme .owl-nav [class*=owl-] span {
    display: none;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
    width: 100px;
    height: 20px;
    background: transparent url("/tpl/img/svg/arrow_back.svg") left center!important;
    transform: scale(0.5);
}

.owl-carousel .owl-nav button.owl-next {
    right: -50px;
    width: 100px;
    height: 20px;
    background: transparent url("/tpl/img/svg/arrow_forward.svg") right center!important;
    transform: scale(0.5);
}

.owl-carousel .owl-nav svg {
    width: 100%;
    height: 100%;
    fill: #6cc24a;
    -webkit-transition: fill .3s;
    transition: fill .3s;
}

.owl-theme .owl-dots .owl-dot span {
    background: #6cc24a;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #6cc24a;
}

.owl-theme .owl-dots .owl-dot.active span {
    width: 30px;
}

.owl-theme.program__slider .owl-dots {
    margin-top: 20px;
}

@media (max-width: 1199px) {
    .registration__wrap {
        margin-right: 0;
        padding: 0;
    }
    
    .registration__wrap_scroll {
        max-height: none;
        padding: 0;
    }
}
.program__subtitle {
    color:#0C579B;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    justify-content: center;
    margin-top: 16px;
    
}
.program__row-name span {
    display: block;
    margin-top: 8px;
    font-weight: 300;
    color: #0C579B;
    font-size: 16px;
}
.program__row-descr p span {
        display: block;
        color:#0C579B;
        font-weight: 300;
        font-size: 16px;
        margin-top: 8px;
}
.program__subtitle svg {
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
    .popup99, .popup16, .popup15, .popup2, .popup3, .popup4, .popup5, .popup6, .popup7, .popup8, .popup9, .popup10, .popup11, .popup12, .popup13, .popup14, .popup {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 40px;
        padding-bottom: 24px;
        max-width: 95%;
        margin: auto;
    }
    .popup15 a {margin-top: 20px;max-width: 100%;text-align: center;font-size: 16px; padding: 16px 0px;}
    .popup15__title {font-size: 20px;
        margin-bottom: 8px;
    }
    .popup__text {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .popup15 textarea {
        font-size: 16px;
        height: 320px;
    }
    .program__subtitle {
        font-size: 16px;
    }
}
@media (max-width: 574px) {
    .speakers__row .speakers__item {
        flex-direction: column;
    }
    .flex-formlast {
        flex-wrap: wrap;
    }
    .flex-formlast .opened-modal  {padding-left: 6px;margin-top: 10px;}
    .reg-drop__item {margin-bottom: 10px;}
    .reg__label-drop.acitve {transform: translateY(-16px);}
    .reg-drop__item label {font-size: 14px;}
    .opened-modal {font-size: 14px;}
    .speakers__row .speakers__item-name,
    .speakers__row .speakers__item .speakers__item-info {
        padding: 0;
    }
    
    .format {
        padding: 80px 0 80px;
    }
    
    .owl-carousel.program__slider .owl-nav {
        top: 65px;
    }
    
    .owl-carousel.program__slider .owl-nav button.owl-prev {
        margin-left: 30px;
    }
    
    .owl-carousel.program__slider .owl-nav button.owl-next {
        margin-right: 30px;
    }
}