.one-conf-sectione {
  position: relative;
  overflow: hidden;
  block-size: calc(100vh - 7.75rem);
  inline-size: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  max-block-size: 50rem;
  padding-inline: 0;
  min-block-size: min-content;
  padding-block-start: 2rem;
  padding-block-end: 4rem;
  }
.one-conf-sectione .content-block{
    padding-inline: 2.75rem;
}
.one-conf-sectione .content-container{
    gap: 2rem;
}
.block {
  gap: 2rem;
  display: flex;
  inline-size: 100%;
  justify-content: space-between;
  padding-inline: 2.5rem;
  padding-block: 1.5rem;
}

.maps.block {
  padding-block-start: 0;
  padding-block-end: 5.5rem;
}

._map.block {
  padding-block-end: 0;
}


.button {
  border-radius: 0.5rem;
  background: #00a88e;
  text-decoration: none;
  color: white;
  padding-inline: 1.5rem;
  padding-block: 1rem;
  display: block;
  inline-size: max-content;
  font-size: 1rem;
  font-weight: 300;
}
.button.reg{
    background-color: rgb(0, 168, 142);
    font-size: 1rem;
    line-height: 1.25;
    color: rgb(255, 255, 255);
    inline-size: max-content;
    padding-inline: 1.5rem;
    padding-block: 0.875rem;
    border: 2px solid rgb(5, 168, 142);
    border-radius: 0.5rem;
    cursor: pointer;
    transition: 0.6s;
    min-inline-size: 12rem;
}
.element-pos-left img,
.element-pos-right img {
  inline-size: 100%;
  object-fit: cover;
  block-size: 100%;
}

.mobile-v img {
  inline-size: 100%;
  object-fit: cover;
  block-size: 100%;
}

.element-pos-left {
  position: absolute;
  left: -2rem;
  top: 5rem;
  max-block-size: none;
  max-inline-size: 24rem;
}

.element-pos-right {
  position: absolute;
  right: 0;
  top: 0;
  max-block-size: 36rem;
  max-inline-size: 18rem;
}

.description {
  color: rgba(0, 0, 0, 0.8);
  font-family: inherit;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4;
  max-inline-size: 43rem;
  margin-block: 1rem;
}
.info{}
.flex-block {
  display: flex;
  inline-size: 100%;
  gap: 2.75rem;
  flex-wrap: nowrap;
  margin-block: 2rem;
}

.section__label-title {
  color: rgba(0, 0, 0, 0.49);
}

.section__label-text {
  font-weight: 500;
}

.section__label-text,
.section__label-title {
  font-family: inherit;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5rem;
  /* 150% */
}

.offer-title {
  color: #000;
  font-family: inherit;
  font-size: clamp(3rem, -1.5rem + 9.375vw, 4.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 1.02;
  /* 102.632% */
}

.section-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.75rem;
}

.reg-button-group {
  display: flex;
  gap: 24px;
}

.reg-content {
  color: white;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-block-end: 2rem;
  max-inline-size: 43rem;
}

.section_reg_content {
}
.form-title{
  margin-block-end: 1.5rem;
  margin-block-start: 0.5rem;
}
.form-title h3{
    font-size: 2rem;
}
.section-reg {
  padding-block: 48px;
  padding-inline: 48px;
}

.section-content p {
}

.registration-block {
  background-color: #000000;
  border-radius: 2rem;
  padding-block: 8rem;
  background-image: url(../img/bacground-reg.svg);
  background-size: cover;
  background-position: center right;
  padding-inline-start: 0;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
}

.form-conference {
  border-radius: 1rem;
  background: #fff;
  display: flex;
  padding: 2rem;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  align-self: stretch;
}
input#checkbox{
    inline-size: auto;
}
.section-title {
  color: #000;
  font-family: inherit;
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  /* 102.632% */
  padding-block: 2rem;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  inline-size: 100%;
}

.field-policy {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 16px;
  column-gap: 16px;
  flex-direction: row;
  margin-block-start: 1rem;
  margin-block-end: -1rem;
}

.offer-block {
  display: flex;
  flex-direction: column;
  gap: 3.25rem;
}

.mobile-v {
  display: none;
}

.one-section {
  position: relative;
  /* overflow-x: hidden; */
  block-size: auto;
}

.default-padding {
}


.form-conference .input {
  border-radius: 0.5rem;
  border: 1px solid #d9dde2;
  padding-block: 1rem;
  padding-inline: 0.8rem;
  inline-size: 100%;
  block-size: 100%;
  color: black;
}
.select-conference{
    font-size: 1rem;
    font-family: inherit;
    z-index: 2;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
}
.select-conference option{
}
select {
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.02);
  padding-block: 1rem;
  padding-inline: 1rem;
  inline-size: 100%;
  transition: border-color 0.3s;
  color: rgba(255, 255, 255, 0.68);
  font-size: 1rem;
  font-family: inherit;
}
.section._entry {
  padding-top: 148px;
  background: url('../img/bg-3.png') no-repeat center center;
  background-size: cover;
  padding-bottom: 120px;
  position: relative;
}

.section._entry:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.section._entry .container {
  position: relative;
  z-index: 10;
}

.section._entry .section__description {
  max-width: 687px;
  margin-bottom: 48px;
  font-weight: 300;
}

.section._entry .section__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.section._entry .section__button {
  margin-right: 48px;
}

.section._entry .section__label {
  margin-right: 32px;
}

.section._entry .section__label-title {
  margin-bottom: 4px;
  font-weight: 300;
  font-size: 15px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.7);
}

.section._entry .section__label-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
}

.offer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}

.offer__logo {
  width: 135px;
  min-width: 135px;
}

.offer__title {
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  color: #ffffff;
}

.section._about .section__wrap {
  display: -ms-flexbox;
  display: flex;
}

.section._about .section__title {
  width: 379px;
  min-width: 379px;
  padding-right: 32px;
}

.section._about .section__content {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-block-end: 2rem;
  max-inline-size: 48rem;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.section._about .section__content ol {
  margin: 8px 0 16px;
  padding-left: 23px;
}

.section._about .section__content ol li {
  padding-left: 3px;
  position: relative;
  margin-bottom: 8px;
}

.section._about .section__content ul {
  list-style-type: none;
  margin: 8px 0 16px;
}

.section._about .section__content ul li {
  padding-left: 23px;
  position: relative;
  margin-bottom: 8px;
}

.section._about .section__content ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00a88e;
  position: absolute;
  left: 0;
  top: 8px;
}

.section._programm .section__title {
  text-align: center;
}

.programm {
}

.programm__tab {
  display: none;
}

.programm__tab._active {
  display: block;
}

.programm__menu {
  margin-block: 2rem;
  font-size: 1rem;
  background-color: #00a88e;
  padding-block: 0.5rem;
  padding-inline: 1rem;
  inline-size: fit-content;
  border-radius: 6rem;
  color: white;
  font-weight: 500;
  display: flex;
  flex-direction: row;
}

.programm__menu a {
  padding-inline: 1rem;
  color: #ffffff;
  border-bottom: 2px solid transparent;
}

.programm__menu a._active {
  border-bottom: 2px solid #23d1ae;
}

.programm__group {
  margin-bottom: 63px;
}

.programm__item {
  display: -ms-flexbox;
  display: flex;
  padding-block: 1.5rem;
  border-block-end: 1px solid #cecece;
  transition: all 0.3s;
  padding-inline: 2rem 1rem;
}

.programm__item:hover {
  background-color: #efefef80;
}

.programm__item-time {
}

.programm__item-title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #000000;
}

.programm__item-autors {
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.programm__item-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}

.programm__item._entry {
  border-bottom: 1px solid #cecece;
  padding-block: 2.5rem;
  background-color: #d5d5d538;
  border-top: 1px solid #cecece;
  margin-block-start: -1px;
}

.programm__item._entry:first-of-type {
  margin-top: 0;
}

.programm__item-time {
  min-inline-size: 9rem;
  margin-inline-end: 3rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.3;
  color: #000000;
}

.authors {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.1;
  color: rgb(0 0 0 / 70%);
  inline-size: 50%;
}

.mini-author__common {
  inline-size: 100%;
}

.section._reg {
  padding: 40px 0;
  background: url('../img/bg-2.jpg') no-repeat center;
  background-size: cover;
}

.section._reg .section__content {
  background: rgba(27, 27, 27, 0.9);
  border-radius: 8px;
  max-width: 584px;
  padding: 40px 32px 80px;
}

.form__title h2 {
  color: #000;
  font-family: inherit;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
}

.form__description {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: rgb(0 0 0 / 70%);
}

.form__row {
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.form__field {
  inline-size: 100%;
  block-size: 100%;
}

.form__submit {
  margin-top: 16px;
}

.footer__logo {
  width: 176px;
}

.footer__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 0;
}

.footer__common {
  text-align: right;
}

.footer__copy {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

.footer__politics a {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 168, 142, 0.7);
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  display: none;
  visibility: hidden;
  pointer-events: none;
}

.modal._active {
  opacity: 1;
  pointer-events: all;
  display: block;
  visibility: visible;
}

.modal__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #1d1d1d;
  opacity: 0.6;
}

.modal__wrap {
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0px;
  z-index: 200;
  overflow: auto;
  padding: 80px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal__wrap:before {
  content: '';
  width: 1px;
  display: block;
}

.modal__wrap:after {
  content: '';
  width: 1px;
  display: block;
}

.modal__close {
  position: absolute;
  right: 30px;
  top: 30px;
  border: none;
  line-height: 14px;
  z-index: 100;
  transition: 0.2s;
}

.modal__close:hover {
  transform: rotate(90deg);
}

.modal__container {
  max-width: 641px;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 32px;
  background: #172b33;
  border-radius: 16px;
}

.section._cards {
  margin-top: 100px;
  margin-bottom: 58px;
}

.section._cards .section__title {
  text-align: center;
}

.cards {
  margin-top: 64px;
}

.cards__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.cards__item {
  display: flex;
  align-items: center;
  max-width: 378px;
  min-height: 214px;
  width: 100%;
  padding: 16px;
  background: url('../img/cards-item-bg.jpg');
  background-size: cover;
}

.cards__link {
  font-family: 'Kaspersky Sans';

  font-weight: 400;
  font-size: 22px;
  line-height: 26px;

  color: #ffffff;
}

.popup-video {
  opacity: 0;
  transform: scale(0);

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;

  background: rgb(0, 0, 0, 0.8);

  transition: all 0.3s ease-out;
}

.popup-video._open {
  opacity: 1;
  transform: scale(1);
  z-index: 999;
}

.popup-video__content {
  aspect-ratio: 16 / 9;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90vw;
  height: 90vh;
}

.popup-video__close {
  display: inline;
  cursor: pointer;
  position: absolute;
  top: -24px;
  right: 24px;
  color: #ffffff;
}

.popup-video video {
  aspect-ratio: 16 / 9;
  width: 90vw;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
}

body._lock {
  overflow: hidden;
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.section._speakers {
  padding-inline: 3rem;
  margin-block-start: 3rem;
}
.section._speakers h2{
    inline-size: 100%;
    max-inline-size: none;
}
.section._speakers .container {
  background-color: #f6f6f6;
  padding-block: 6rem 4rem;
  border-radius: 2rem;
  -moz-border-radius: 2rem;
  -webkit-border-radius: 2rem;
}

.section._speakers .section__title h2,
.section._programm .section__title h2 {
  text-align: center;
  margin-bottom: 1rem;
  font-family: 'Kaspersky Sans Display';
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.4rem;
}

.section._speakers .section__slider {
  padding: 0 3rem;
}

.swiper._speakers {
  padding: 3rem;
}

.swiper._speakers .swiper-button-next {
  right: 0;
  width: 2rem;
  height: 3rem;
  margin-top: -4rem;
}

.swiper._speakers .swiper-button-next:after {
  content: '';
  width: 2rem;
  height: 3rem;
  background: url('../img/icon-next-slider.svg') no-repeat center;
}

.swiper._speakers .swiper-button-prev {
  width: 2rem;
  height: 3rem;
  left: 0;
  margin-top: -4rem;
}

.swiper._speakers .swiper-button-prev:after {
  content: '';
  width: 2rem;
  height: 3rem;
  background: url('../img/icon-prev-slider.svg') no-repeat center;
}

.swiper._speakers .swiper-pagination {
  width: fit-content;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  transform: translateX(-50%);
  margin: 0 auto;
  left: 50%;
}

.swiper._speakers .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  inline-size: 0.5rem;
  border-radius: 1rem;
  block-size: 0.5rem;
  background: rgba(165, 190, 190, 0.4);
}

.swiper._speakers .swiper-pagination .swiper-pagination-bullet-active {
  background: #23d1ae;
}

.swiper._speakers .swiper-slide {
  transition: all 200ms linear;
  transform: scale(0.6);
  z-index: 5;
  font-size: 1rem;
}

.swiper._speakers .swiper-slide.swiper-slide-active {
  transform: scale(1);
  z-index: 10;
}

.speaker {
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.speaker__photo {
  inline-size: 23rem;
  min-inline-size: 23rem;
  height: 23rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
  position: relative;
}

.speaker__photo::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../img/speakers_mask_g.svg');
  background-size: cover;
  z-index: 1;
}

.speaker__photo img {
  width: calc(100% - 4px);
}

.speaker__name {
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-block-end: 0.5rem;
  width: 100%;
}

.speaker__info {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.2;
  opacity: 0.7;
  inline-size: 100%;
  font-family: inherit;
}

._map .section__button {
  margin-top: 32px;
  margin-bottom: 50px;
}

._map .section__button a {
}

input::-webkit-input-placeholder {
  color: #a6a6a6;
}

input:-moz-placeholder {
  color: #a6a6a6;
}

input::-moz-placeholder {
  color: #a6a6a6;
}

input:-ms-input-placeholder {
  color: #a6a6a6;
}

input::-ms-input-placeholder {
  color: #a6a6a6;
}

@media (max-width: 1279px) {
  .block {
    padding-inline: 3rem;
    padding-block: 32px;
    flex-direction: column;
  }

  .element-pos-left {
    left: -110px;
    max-block-size: 400px;
    max-inline-size: 260px;
    display: none;
  }

  .element-pos-right {
    right: 0;
    max-block-size: 586px;
    max-inline-size: 262px;
  }
}

@media (min-width: 1280px) and (max-width: 1439px) {

  

  .element-pos-left {
    left: -110px;
  }

  .element-pos-right {
    right: -80px;
  }


}


@media (min-width: 1920px) {
  .registration-block {
    padding-inline-start: 2rem;
  }

  html {
    font-size: calc(16px + 16*((100vw - 1920px) / 1920));
  }

  .offer-title {
  font-size: 5rem;
  line-height: 1;
  }

  .description {
    font-size: 1rem;
  }

}

@media (max-width: 1023px) {
  .element-pos-right {
    right: -40px;
    top: 6px;
    max-block-size: 577px;
    max-inline-size: clamp(11rem, 0rem + 25vw, 15rem);
  }

  .description {
    font-size: 1rem;
    max-inline-size: 34rem;
  }
}

@media (max-width: 767px) {
  .mobile-v {
    margin-block: 1rem;
  }

  .section._speakers {
    padding-inline: 0;
    margin-block: 0;
  }

  .section._speakers .section__slider {
    padding: 0;
  }

  .speaker__photo {
    inline-size: 16rem;
    min-inline-size: 16rem;
    height: 16rem;
  }

  .section._speakers .container {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }


.one-conf-sectione .content-block{
    padding-inline: 1rem;
}
  .one-conf-sectione{
    max-block-size: max-content;
    padding-block-start: 1rem;
    padding-block-end: 0;
}
.one-conf-sectione .content-container{
    gap: 2rem;
}
  .registration-block {
    border-radius: 0;
    background-position: center;
  }

  .section-reg {
    padding-block: 0;
    padding-inline: 0;
  }

  .offer-title {
    font-size: clamp(2.375rem, 1.7771rem + 2.551vw, 3rem);
  }
br{display:block;}
  .element-pos-right {
    top: 0;
    right: -53px;
    max-block-size: 284px;
    max-inline-size: clamp(6rem, 0rem + 25vw, 16rem);
  }

  .info.flex-block {
    flex-direction: column;
    gap: 1rem;
  }

  .section__label-title {
    font-size: 0.9rem;
    line-height: normal;
    margin-block-end: 4px;
  }

  .description {
    font-size: 1.125rem;
    line-height: 1.2;
  }

  .section__label-text {
    font-size: 0.9rem;
    line-height: normal;
    /* font-weight: 300; */
  }

 
  .section-title {
    font-size: 2rem;
  }

  .description br {
    /* display: none; */
  }

  
  .offer-block {
    gap: 1.5rem;
  }

  .form-conference {
    padding-inline: 1rem;
  }

  .reg-content,
  .section._about .section__content {
    margin-block-end: 32px;
    font-size: 1rem;
    line-height: 1.3;
  }

  .form__row {
    flex-direction: column;
  }

}


@media (max-width: 768px) {
 
  .authors {
    inline-size: 100%;
  }

  .programm__item-autors {
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (max-width: 1024px) {
 
  .programm__item {
    flex-direction: column;
    padding-inline: 0.5rem;
  }

  .programm__item._entry {
    padding-block: 1rem;
  }

  .programm__item-content {
    margin-block-start: none;
  }

  .programm__item-time {
    font-size: 1rem;
    margin-inline-end: auto;
    margin-block-end: 0.5rem;
  }

  .programm__item-title {
    font-size: 1.3rem;
    line-height: 1.1;
  }

  .mobile-v {
    display: block;
    block-size: 200px;
    transition: all 1s ease 0s;
    overflow: hidden;
    position: relative;
    margin-block-end: 2rem;
  }
}

@media (max-width: 1279px) {

  .desctop {
    display: none;
  }

  .one-section {
    overflow: hidden;
  }
}

@media (min-width: 1920px) {
  .element-pos-left {
    max-inline-size: 30rem;
    max-block-size: none;
    left: -7%;
  }

  .element-pos-right {
    max-inline-size: 20%;
    max-block-size: none;
    right: -3%;
  }
}

.mini-author {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}

.mini-author__photo {
  border-radius: 6rem;
  inline-size: 4rem;
  block-size: 4rem;
  min-inline-size: 4rem;
  overflow: hidden;
}

.mini-author__photo img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mini-author__name {
  margin-block-end: 0.6rem;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1;
  color: #000000;
}

.mini-author__info {
  font-size: 1rem;
  line-height: 1.2;
}

.programm__item-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  inline-size: 100%;
}
.custom-select {
  /* Сброс стилей */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  
  /* Базовые стили */
  width: 100%;
  max-width: 100%;
  padding-inline: 1rem;
  padding-block: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.02);
  color: #ffffff9e;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.3s ease;
  
  /* Кастомная стрелка */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
}
.custom-select option{background-color: #1d1d1d;}
/* Ховер состояние */
.custom-select:hover {
  border-color: #ffffff30;
}

/* Фокус состояние */
.custom-select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.custom-select{}
/* Для темной темы */
@media (prefers-color-scheme: dark) {
  .custom-select {
    border: 1px solid rgba(255, 255, 255, 0.13);
    background-color: rgba(255, 255, 255, 0.02);
    color: #ffffff9e;
  }
  
  .custom-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23e2e8f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  }
}

/* Особые настройки для разных браузеров */

/* Safari */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .custom-select {
      padding-right: 2.5rem;
    }
  }
}

/* Firefox */
@-moz-document url-prefix() {
  .custom-select {
    padding-right: 2.5rem;
    text-indent: 0.01px;
    text-overflow: '';
  }
}

/* IE11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .custom-select {
    padding-right: 2.5rem;
    background: #1c1c1c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 12px center;
  }
  
  .custom-select::-ms-expand {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  .section._speakers .section__slider {
    padding: 0 1rem;
  }

  
  .speaker__photo {
    width: 16rem;
    min-width: 16rem;
    height: 16rem;
  }

  .swiper._speakers .swiper-slide {
    transform: scale(0.4);
  }

  .swiper._speakers .swiper-slide .speaker__info {
    display: none;
  }

  .swiper._speakers .swiper-slide.swiper-slide-active .speaker__info {
    display: block;
  }
}

