@font-face {
  font-family: 'Golos';
  src: url('fonts/Golostextregular.woff2') format('woff2'), url('fonts/Golostextregular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Golos';
  src: url('fonts/Golostextbold.woff2') format('woff2'), url('fonts/Golostextbold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Golos';
  src: url('fonts/Golostextdemibold.woff2') format('woff2'), url('fonts/Golostextdemibold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Sofia';
  src: url('fonts/SofiaSansExtraCondensed-Regular.woff2') format('woff2'), url('fonts/SofiaSansExtraCondensed-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Sofia';
  src: url('fonts/SofiaSansExtraCondensed-SemiBold.woff2') format('woff2'), url('fonts/SofiaSansExtraCondensed-SemiBold.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Sofia';
  src: url('fonts/SofiaSansExtraCondensed-Bold.woff2') format('woff2'), url('fonts/SofiaSansExtraCondensed-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
body {
  font-family: 'Golos', sans-serif;
  font-size: 16px;
  color: #000000;
}
.rubl {
  font-family: 'PT Sans', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
a {
  color: #1F419B;
  text-decoration: none;
}
.fm-sofia {
  font-family: 'Sofia', sans-serif;
}
.fs-82 {
  font-size: 82px;
}
.fs-56 {
  font-size: 56px;
}
.fs-44 {
  font-size: 44px;
}
.fs-40 {
  font-size: 40px;
}
.fs-32 {
  font-size: 32px;
}
.fs-28 {
  font-size: 28px;
}
.fs-24 {
  font-size: 24px;
}
.fs-20 {
  font-size: 20px;
}
.fs-16 {
  font-size: 16px;
}
.fs-12 {
  font-size: 12px;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.bg-red {
  background: #DB1A29;
}
.bg-gray {
  background: #F3F3F5;
}
.bg-blue {
  background: #283E65;
}
.border-blue {
  border: 1px solid #1F419B;
}
.border-gray {
  border: 1px solid #E6E7E8;
}
.border-blue-2 {
  border: 2px solid #1F419B;
}
.white {
  color: #fff;
}
.red {
  color: #DB1A29;
}
.blue {
  color: #1F419B;
}
.gray {
  color: #999999;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.img-fluid {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.navbar-toggler:focus {
  outline: 0;
  box-shadow: none;
}
.btn-red {
  color: #fff;
  background: #DB1A29;
  border: 0;
  outline: 0;
}
.header {
  background: #d7d7d8 url(../img/header.png) center top no-repeat;
  background-size: contain;
  border-bottom: 1px solid #d7d7d8;
}
.header__title {
  background: url(../img/header-title.png) center top no-repeat;
  background-size: cover;
  color: #fff;
  padding: 35px 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
}
.header__container {
  display: grid;
  grid-template-columns: 3fr 1fr 2fr;
  grid-template-areas: "hltop hrtop hrtop" "hlcenter hlcenter hrcenter" "hlbottom hrbottom hrbottom";
  gap: 0;
}
.header .hl-top {
  grid-area: hltop;
}
.header .hl-center {
  grid-area: hlcenter;
}
.header .hl-bottom {
  grid-area: hlbottom;
}
.header .hr-top {
  grid-area: hrtop;
  border-left: 5px solid #DB1A29;
  border-top: 5px solid #DB1A29;
  border-right: 5px solid #DB1A29;
  padding-top: 20px;
}
.header .hr-center {
  grid-area: hrcenter;
  border-right: 5px solid #DB1A29;
}
.header .hr-bottom {
  grid-area: hrbottom;
  border-left: 5px solid #DB1A29;
  border-bottom: 5px solid #DB1A29;
  border-right: 5px solid #DB1A29;
  padding-bottom: 20px;
}
.form .form-control {
  border-radius: 0;
  border: 1px solid #E6E7E8;
  padding: 15px;
  font-family: 'Golos', sans-serif;
}
.form .form-control::placeholder {
  color: #999999;
}
.form .checkbox,
.form .radio {
  display: none;
}
.form .checkbox-custom,
.form .radio-custom {
  width: 24px;
  height: 24px;
  position: absolute;
  background: #fff;
  border: 1px solid #E6E7E8;
  box-sizing: border-box;
  border-radius: 4px;
}
.form .checkbox:checked + .checkbox-custom,
.form .radio:checked + .radio-custom {
  background: #1F419B;
}
.form .checkbox-custom,
.form .radio-custom,
.form .label_chek {
  display: inline-block;
  vertical-align: middle;
}
.form .checkbox:checked + .checkbox-custom::before,
.form .radio:checked + .radio-custom::before {
  content: "\2713";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  font-weight: 800;
  color: #fff;
}
.form .label_chek {
  padding-left: 35px;
}
.accordion__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow-anchor: none;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  padding: 24px 40px;
}
.accordion__button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.accordion__button::after {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  content: "";
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.accordion__body {
  margin-top: -1px;
  padding: 24px 40px;
}
.partners-item {
  display: inline-flex;
  align-items: center;
}
.partners-item img {
  max-width: 100%;
}
.speakers__img {
  height: 300px;
  max-width: 350px;
  margin: 0 auto;
}
.speakers__fio {
  padding: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}
.speakers__post {
  padding: 0 24px 24px 24px;
  font-size: 14px;
}
.speakers .swiper-slide {
  height: auto;
}
.speakers .swiper-button-prev,
.speakers .swiper-button-next {
  text-decoration: none;
  position: static;
  margin-top: 0;
  width: 50px;
  height: 50px;
  display: block;
  float: right;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-color: #fff;
  background-image: url(../img/arrow-blue.svg);
}
.speakers .swiper-button-prev {
  margin-right: 20px;
}
.speakers .swiper-button-prev:hover {
  opacity: 0.5;
}
.speakers .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}
.speakers .swiper-button-next:hover {
  opacity: 0.5;
}
.speakers .swiper-button-prev::after,
.speakers .swiper-button-next::after {
  display: none;
}
.countdownHolder {
  width: auto !important;
}
.nowplay_speaker strong {
  font-weight: 400 !important;
}
@media (max-width: 992px) {
  .fs-82 {
    font-size: 70px;
  }
  .fs-56 {
    font-size: 50px;
  }
  .fs-44 {
    font-size: 42px;
  }
  .fs-40 {
    font-size: 36px;
  }
  .fs-32 {
    font-size: 28px;
  }
  .fs-28 {
    font-size: 26px;
  }
  .fs-24 {
    font-size: 22px;
  }
  .fs-20 {
    font-size: 18px;
  }
  .fs-16 {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .py-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .fs-82 {
    font-size: 56px;
  }
  .fs-56 {
    font-size: 44px;
  }
  .fs-44 {
    font-size: 40px;
  }
  .fs-40 {
    font-size: 32px;
  }
  .fs-32 {
    font-size: 28px;
  }
  .fs-28 {
    font-size: 24px;
  }
  .fs-24 {
    font-size: 20px;
  }
  .fs-20 {
    font-size: 16px;
  }
  .fs-16 {
    font-size: 14px;
  }
  .fs-xs-24 {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .header__container {
    grid-template-columns: 1fr;
    grid-template-areas: "hltop" "hrtop" "hlcenter" "hrcenter" "hrbottom" "hlbottom";
    gap: 0;
  }
  .header .hl-center {
    border-left: 5px solid #DB1A29;
    border-right: 5px solid #DB1A29;
    padding: 0 20px;
  }
  .header .hr-center {
    border-left: 5px solid #DB1A29;
    padding: 0 20px;
  }
  .header .hl-bottom {
    padding-top: 20px;
  }
}
