@charset "UTF-8";





body {
    font-family: "SegoeUI",sans-serif;
    font-weight: 400;
    line-height: 1.33;
    margin: 0px;
}

*::placeholder {
    font-family: "SegoeUI",sans-serif;
}

a {
    text-decoration: none;
}

header {
    border-bottom: 2px solid #ff1313;
    background: #0008;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 3;
}

.menu__wrapper {
    display: grid;
    grid-template-columns: auto 1fr auto 1fr auto;
    grid-template-areas:
        "toggle left logo right socials";
    align-items: center;
    width: 100%;
    padding: 19px 0;
    transition: .5s;
}

.menu-right a,
.menu-left a {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.menu__wrapper a:hover {
  color: #ff1313;
}

.fixed .menu__wrapper {
  padding: 2px 0px;
}

.menu-toggle {
    grid-area: toggle;
    justify-self: start;
    min-width: 100px;
}

.menu-right,
.menu-left {
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    gap: 60px
}

.menu-left {
    grid-area: left;
    display: flex;
    justify-content: flex-end;
    white-space: nowrap;
}

.logo {
    grid-area: logo;
    justify-self: center;
    margin-left: 60px;
    margin-right: 60px;
}

.logo img {
  transition: 0.5s;
}

.fixed .logo img {
  height: 50px;
}

.menu-right {
    grid-area: right;
    display: flex;
    justify-content: flex-start;
}

header a {
    color: #fff;
}

.socials-lang {
    grid-area: socials;
}

.socials {
    display: grid;
    justify-self: end;
    grid-template-columns: repeat(3, auto);
    grid-template-rows: repeat(2, auto);
    row-gap: 5px;
    column-gap: 8px;
}

.socials:has(> :nth-child(4)) {
  grid-template-columns: repeat(2, auto);
}

.socials .social {
  width: 28px;
  height: 28px;
  display: flex;
  background: #fff;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  color: #002478;
  transition: 0.2s;
}

.socials .social:hover {
  color: #fff;
  background: #ff1313;
}

footer {
  background: #002478;
  padding-top: 50px;
  padding-bottom: 20px;
}

.footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer__copyright {
  border-top: 1px solid #ffffff44;
  color: #fff;
  margin-top: 50px;
  padding-top: 15px;
}

.menu-footer {
  list-style: none;
  column-count: 3;
  margin: 0px;
  padding: 0px;
  gap: 100px;
}

.menu-footer a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.8;
  transition: 0.2s;
}

.menu-footer a:hover {
  color: #ff1313;
}
.home-slider-wrapper{
    height: 870px;
}
.home-slider .home-slider__item {
  position: relative;
}

.home-slider .home-slider__item picture img {
    object-fit: cover;
    width: 100%;
    /* margin-left: 115px; */
}
.home-slider .home-slider__item img {
  object-fit: cover;
  width: initial;
  /* margin-left: 115px; */
}

.home-slider .home-slider__item:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: block;
  background: #002478aa;
}

.home-slider .container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  margin-top: 140px;
}

.home-slider__caption {
  font-size: 54px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  line-height: 1.3;
}

.home-slider__caption span {
  border-radius: 93px;
  border: 1px solid #ff1313;
  background: #ff131320;
  padding: 0 20px 6px;
  letter-spacing: -1px;
  white-space: nowrap;
}

.home-slider__title {
  color: #fff;
  font-size: 24px;
  margin-top: 24px;
  margin-bottom: 40px;
}

.home-slider .owl-dots {
  position: absolute;
  bottom: 100px;
  display: flex;
  gap: 7px;
  max-width: 1310px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
}

.home-slider button.owl-dot {
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #fff7;
  transition: .2s;
}

.home-slider button.owl-dot:hover,
.home-slider button.owl-dot.active {
  background: #fff;
}


.btn {
  color: #fff;
  background: #ff1313;
  padding: 8px 70px 13px;
  font-weight: 700;
  font-size: 20px;
  display: inline-block;
  border-radius: 13px;
  cursor: pointer;
  border: none;
  text-align: center;
  box-sizing: border-box;
  font-family: SegoeUI;
  border: 1px solid #ff1313;
  transition: .2s;
}

.btn:hover {
  background: #fff;
  color: #002478;
  border: 1px solid #002478
}

.btn--white {
  background: #fff;
  border: none;
  color: #002478;
  padding: 10px 27px;
  border: 1px solid #002478
}

.btn--white:hover {
  color: #fff;
  background: #ff1313;
  border: 1px solid #ff1313;
}

section.about {
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 90px;
  padding-bottom: 90px;
}

.about__image {
  position: relative;
}

.about__image img {
  border-radius: 12px;
  position: relative;
  width: 100%;
  object-fit: cover;
}

.about__image:before {
  content: '';
  width: 246px;
  height: 246px;
  border-radius: 50%;
  background: #ff1313;
  display: block;
  position: absolute;
  bottom: -20px;
  right: -100px;
}

.about__header {
  font-weight: 700;
  font-size: 48px;
  color: #002478;
  line-height: 1;
}

.about__header span {
  display: block;
  color: #fff;
  text-shadow:
    -1px -1px 0 #ff1313,
      1px -1px 0 #ff1313,
    -1px  1px 0 #ff1313,
      1px  1px 0 #ff1313;
  font-size: 148px;
}

.about__content {
  font-size: 15px;
}

.about__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.grid-item {
  width: calc(50% - 10px);
  max-width: 210px;
  border-radius: 12px;
  background: #fff0;
  padding: 10px 20px;
  box-sizing: border-box;
  transition: .2s;
}

.grid-item:hover {
  background: #fff;
  box-shadow: 0 4px 29px 0 #c6c6c6aa;
}

.grid-item__header {
  font-size: 90px;
  color: #002478;
  font-weight: 700;
  line-height: 1;
}

.grid-item__content {
  font-size: 20px;
  line-height: 1;
}

section.advantages {
  padding-top: 90px;
  padding-bottom: 60px;
}

.advantages__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-radius: 12px;
  background: #fff0;
  transition: .2s;
  padding: 50px 60px;
}

.advantages__item:hover {
  background: #fff;
  box-shadow: 0 4px 29px 0 #c6c6c6aa;
}

.advantages__image img {
  height: 119px;
}

.advantages__header {
  font-size: 20px;
  margin-top: 30px;
  letter-spacing: -1px;
}

section.faq {
  padding-top: 60px;
  padding-bottom: 50px;
}

.faq__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.faq__accordeon {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq__item {
  padding: 34px;
  background: #e8f5ff;
  border-radius: 12px;
}

.faq__header {
  font-size: 20px;
  color: #002478;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}

.faq__item:has(.faq__header:hover) {
  box-shadow: 0 4px 29px 0 #c6c6c6aa;
}

.faq__header:after {
  content: '+';
  color: #ff1313;
  line-height: 20px;
  font-size: 30px;
  cursor: pointer;
}

.faq__item.active {
  background: #fff;
  box-shadow: 0 4px 29px 0 #c6c6c6aa;
}

.faq__item.active .faq__header:after {
  content: '-';
}

.faq__content {
  display: none;
}

.faq__item.active .faq__content {
  display: block;
}

.text-center {
  text-align: center;
}

.section__header {
  font-weight: 700;
  font-size: 48px;
  color: #002478;
  margin-bottom: 30px;
  line-height: 1;
}

section.archive-events,
section.active-events {
  padding-top: 50px;
  padding-bottom: 120px;
}

.archive-events__item,
.active-events__item {
  border-radius: 12px;
  padding: 12px;
  background: #e8f5ff;
  transition: .2s;
  margin-bottom: 20px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}

.archive-events__item .ovrl,
.active-events__item .ovrl {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.archive-events__item > .row,
.active-events__item > .row{
  height: 100%;
}

.archive-events__item:hover,
.active-events__item:hover {
  background: #fff;
  box-shadow: 0 4px 29px 0 #c6c6c6aa;
}

.archive-events__image,
.active-events__image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.archive-events__content,
.active-events__content {
  padding: 10px 24px;
  color: #002478;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.archive-events__header,
.active-events__header {
  font-size: 20px;
  font-weight: 700;
  color: #002478;
  line-height: 1.1;
}

.archive-events__content p,
.active-events__content p {
  font-size: 15px;
  margin-top: 9px;
  margin-bottom: 0px;
  line-height: 1.05;
}

.archive-events__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 110px);
  position: relative;
  padding-top: 90px;
}

.archive-events__content .btn {
  margin-top: 20px;
}

.archive-events__finish {
  position: absolute;
  top: -12px;
  left: 0px;
  right: 0px;
  margin-left: 24px;
  margin-right: auto;
  width: 174px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: .2s;
  color: #002478;
  font-size: 20px;
  font-weight: 700;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.archive-events__item:hover .archive-events__finish {
  background: #ff131320;
}

.active-events__content .event-active {
  margin-top: 20px;
}

.archive-events__content div.event-active {
  display: none;
}

.active-events__content p strong {
  font-size: 20px;
  font-weight: 700;
  color: #002478;
}

.active-events__time {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: space-around;
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 30px;
  margin-top: 6px;
}

.active-events__time > div {
  display: flex;
  align-items: center;
  line-height: 1;
  gap: 6px;
}

.active-events__time > div div {
  font-size: 25px;
}

.active-events__item:hover .active-events__time {
  border-top: 1px solid #e2ebf9;
  border-bottom: 1px solid #e2ebf9;
}

.simple-link {
  color: #002478;
  font-size: 15px;
}

.row-gap--30 {
  row-gap: 30px;
}

.simple-link:hover {
  color: #ff1313;
  text-decoration: underline;
}

.mart--20 {
  margin-top: 20px;
}

.mart--40 {
  margin-top: 40px;
}

.mart--60 {
  margin-top: 60px;
}

.marb--20 {
  margin-bottom: 20px;
}

.marb--60 {
  margin-bottom: 60px;
}

.speaker-home {
  background: #e8f5ff;
  padding-top: 50px;
  padding-bottom: 100px;
  overflow: hidden;
}

.speaker-home.speaker-event {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.news .owl-stage-outer,
.speakers .owl-stage-outer {
  overflow: visible;
}

.speakers .owl-item:not(.active) {
    opacity: 0.4;
}

.speakers .owl-stage {
  display: flex;
}

.speakers img {
  border-radius: 12px;
}

.news .owl-dots,
.reviews .owl-dots,
.gallery .owl-dots,
.speakers .owl-dots {
  /* background: #fff; */
  border-radius: 12px;
  margin-top: 45px;
  display: flex;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  gap: 20px;
}

.gallery .owl-dots {
  background: #fff;
}


.news .owl-dots button.owl-dot,
.gallery .owl-dots button.owl-dot,
.reviews .owl-dots button.owl-dot,
.speakers .owl-dots button.owl-dot {
  width: 100%;
  background: #fff;
  transition: 0.2s;
  border-radius: 12px;
  width: 20px;
  transition: 0.5s;
  border: 1px solid #ff1313;
}


.news .owl-dots button.owl-dot:hover,
.gallery .owl-dots button.owl-dot:hover,
.reviews .owl-dots button.owl-dot:hover,
.speakers .owl-dots button.owl-dot:hover {
  background: #ff1313;
}

.gallery .owl-dots button.owl-dot {
  background: #f2f2f2;
}

.news .owl-dots button.owl-dot.active,
.gallery .owl-dots button.owl-dot.active,
.reviews .owl-dots button.owl-dot.active,
.speakers .owl-dots button.owl-dot.active {
  height: 13px;
  border-radius: 12px;
  background: #ff1313;
  border: 1px solid #ff1313;
  width: 100%;
}


.speakers__item {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  color: #002478;
  height: calc(100% - 40px);
}

.section-speakers .speakers__item {
  box-shadow: 0 4px 29px 0 #c6c6c6aa;
  margin-top: 20px;
  box-sizing: border-box;
}

.speakers-page__wrapper {
  margin-bottom: 30px;
}

.speakers__item img {
  width: 100%;
  min-height: 235px;
  object-fit: cover;
}

.speakers__item p {
  padding-left: 11px;
  padding-right: 11px;
  font-size: 15px;
  margin-top: 0px;
}

.speakers__name {
  padding: 11px;
  font-size: 20px;
  font-weight: 700;
}


.partners {
  padding-top: 85px;
  padding-bottom: 100px;
}

.partners__wrapper {
  margin-bottom: 18px;
}

.partners__image {
  width: 228px;
  height: 228px;
  border-radius: 50%;
  border: 1px solid #002478;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-carousel .partners__image img {
  width: 148px;
  height: 148px;
  object-fit: contain;
}

.negative {
  background: #002478;
  color: #fff;
}

.negative .section__header {
  color: #fff;
}

.question__wrapper,
.coop__wrapper {
  border-radius: 12px;
  padding: 100px 30px 120px 85px;
  margin-bottom: 50px;
}

.form__wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#question-form-custom .form__wrapper,
#coop-form-custom .form__wrapper {
  margin-left: 130px;
}

.text-right {
  text-align: right;
}

.form__wrapper input[type=text],
.form__wrapper select {
  width: calc(100% - 48px);
  background: transparent;
  border: 1px solid #002478;
  border-radius: 12px;
  font-size: 15px;
  padding: 17px 24px;
}

.form__wrapper select {
  width: 100%;
}

.form__wrapper textarea {
  width: calc(100% - 48px);
  background: transparent;
  border: 1px solid #002478;
  border-radius: 12px;
  font-size: 15px;
  padding: 17px 24px;
}

.negative .form__wrapper textarea::placeholder,
.negative .form__wrapper input[type=text]::placeholder {
  color: #fff;
  opacity: 1;
}

.negative .form__wrapper textarea,
.negative .form__wrapper input[type=text] {
  border: 1px solid #fff;
  color: #fff;
}

.has-error .help-block {
  margin-left: 10px;
  margin-right: 10px;
  background: #ff1313;
  font-size: 12px;
  color: #fff;
  padding: 2px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

section.reviews {
  padding-top: 50px;
  padding-bottom: 70px;
  background: #e8f5ff;
}

.reviews {
  overflow: hidden;
}

.reviews .owl-stage-outer {
  overflow: visible;
}

.reviews__item {
  background: #fff;
  border-radius: 12px;
  padding: 38px;
  box-shadow: 0 4px 29px 0 #c6c6c6aa;
}

.reviews__name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 26px;
  color: #002478;
}

.reviews__comment {
  font-size: 15px;
}

.reviews__date {
  font-size: 10px;
  color: #b7b7b7;
}

.reviews__rating {
  display: flex;
  gap: 2px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.rate-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  font-size: 20px;
}

.rate-area input {
  display: none;
}

.rate-area label:before {
  color: #d9d9d9;
  content: '\004a';
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.rate-area input:checked ~ label:before,
.rate-area label:hover:before,
.rate-area label:hover ~ label:before {
  color: #ffcb03;
}

#order-plus-form,
#free-order-form,
#order-form,
#review-form {
  max-width: 784px;
  width: 100%;
  border-radius: 12px;
  background: #fff;
  padding: 40px 30px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 29px 0 #c6c6c6aa;
  position: relative;
}

section.order-form,
section.review-form {
  padding-bottom: 50px;
  position: relative;
  display: none;
}

.active + section.order-form,
.active + section.review-form {
  display: block;
}

section.order-form:before,
section.review-form:before {
  content: '';
  display: block;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 35%;
  position: absolute;
  background: #e8f5ff;
}

.icon-star.empty {
  color: #d9d9d9;
}

.icon-star.fill {
  color: #ffcb03;
}

.field-review-comment textarea {
  height: 160px;
}

.gallery .double-image {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

section.gallery {
  padding-top: 50px;
  padding-bottom: 100px;
}

.gallery .single-image img,
.gallery .double-image img {
  border-radius: 12px;
}

section.news {
  background: #e8f5ff;
  padding-top: 50px;
  padding-bottom: 30px;
  overflow: hidden;
}

.news__item {
  background: #fff;
  border-radius: 1px;
  opacity: 0.9;
  padding: 20px;
  color: #002478;
  transition: 0.2s;
  border-radius: 12px;
}

.news__item:hover {
  opacity: 1;
  box-shadow: 0 4px 29px 0 #c6c6c6aa;
}

.news__image {
  border-radius: 12px;
  width: 100%;
}

.news__header {
  font-weight: 700;
  font-size: 20px;
  margin-top: 14px;
}

.news__s-content {
  font-size: 15px;
  line-height: 1.05;
  margin-bottom: auto;
}

.news__footer {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  line-height: 1.05;
  margin-top: 30px;
}

.news__footer a {
  color: #002478;
  text-decoration: underline;
}

.news__footer a:hover {
  color: #ff1313;
}

section.question {
  padding-top: 120px;
  padding-bottom: 70px;
}

section.content {
  margin-top: 70px;
  margin-bottom: 70px;
}

.content .round-corn {
  border-radius: 12px;
  width: 100%;
}

.top-header {
  position: relative;
}

.top-header:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #002478aa;
  display: block;
}

.top-header .container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: flex;
  margin-top: 140px;
  align-items: center;
  color: #fff;
}

.top-header picture{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-header img {
  max-width: 100%;
  width: 100%;
  height:  353px;
  object-fit: cover;
}

.top-header--event img {
  max-width: 100%;
  min-height: 712px;
  object-fit: cover;
}

.top-header--event .container {
  margin-top: 100px;
}

.top-header .container p + p {
  display: none;
}

.top-head__header {
  color: #fff;
  font-weight: 700;
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0px;
}

.breadcrumb {
  list-style: none;
  margin: 40px 0px;
  padding: 0px;
  display: flex;
  font-size: 12px;
  color: #afafaf;
  flex-wrap: wrap;
}

.breadcrumb a {
  color: #afafaf;
}

.breadcrumb li + li:before {
  content: '/';
  margin-left: 2px;
  margin-right: 2px;
}

.top-header-icon > div {
  font-size: 70px;
}

.top-header-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 48px;
  border: 1px solid #ff1313;
  background: #ff131320;
  border-radius: 12px;
  padding-top: 50px;
  padding-bottom: 50px;
}

section.event-content {
  padding-top: 40px;
  padding-bottom: 125px;
}

section.event-content img {
  border-radius: 12px;
  max-width: 100%;
  margin-bottom: 20px;
}

section.event-content table tbody {
  display: grid;
  gap: 30px;
  color: #002478;
  border-spacing: 0;
}

section.event-content table td {
  position: relative;
}

section.event-content table td:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: block;
  background: #e8f5ff;
  z-index: -1;
}

section.event-content table td:first-child {
  padding: 50px;
  white-space: nowrap;
  font-size: 15px;
}

section.event-content table td:first-child:after {
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

section.event-content table td:first-child:before {
  content: "\0049";
  display: inline-block;
  font-family: 'Glyphter';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 20px;
  margin-right: 3px;
}

section.event-content table td:nth-child(2) {
  font-size: 15px;
  line-height: 1.05;
  width: 100%;
}

section.event-content table td:nth-child(2) strong {
  display: block;
  font-size: 20px;
}


section.event-content table td:nth-child(2) {
  padding: 33px 100px 33px 50px;
}

section.event-content table td:nth-child(2):after {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  margin-right: 19px;
}

section.event-content table td:nth-child(3) strong {
  display: block;
}

section.event-content table td:nth-child(3) {
  font-size: 15px;
  line-height: 1.05;
  padding-left: 88px;
  padding-right: 88px;
}

section.event-content table td:nth-child(3):after {
  border-radius: 12px;
}

.event-content .tabs {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.event-content .tabs > div {
  font-size: 20px;
  font-weight: 700;
  color: #002478;
  padding: 20px 40px;
  border-radius: 12px;
  background: #e8f5ff;
}

.section-news .news__item {
  opacity: 0.9;
  margin-bottom: 20px;
  background: #e8f5ff;
  box-sizing: border-box;
  height: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.section-news .news__item:hover {
  background: #fff;
}

.news__main-content {
  border-radius: 12px;
  background: #fff;
  color: #002478;
  font-size: 20px;
  padding: 20px;
  box-shadow: 0 4px 29px 0 #c6c6c6aa;
}

.news__main-content > img {
  border-radius: 12px;
  float: left;
  margin-right: 20px;
}

.news__main--image {
  width: 100%;
}

section.contacts {
  padding-top: 80px;
  padding-bottom: 130px;
  background: #e8f5ff;
}

#contact-form {
  background: #fff;
  border-radius: 12px;
  padding: 90px 60px 50px;
  box-shadow: 0 4px 29px 0 #c6c6c6aa;
}

.socials-lang {
  display: flex;
  align-items: center;
}

.languages {
  list-style: none;
  padding-left: 0px;
  margin-right: 20px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.languages .current {
  cursor: pointer;
  position: relative;
}

.languages .current:hover {
  color: #ff1313;
  transition: 0.2s;
}

.language__dropdown {
  display: none;
  position: absolute;
  right: 0px;
  top: 100%;
}

.socials--bg {
  width: 170px;
}

.socials--bg .social {
  width: 45px;
  height: 45px;
  font-size: 24px;
}

.socials--bg .social:hover {
  box-shadow: 0 4px 29px 0 #c6c6c6aa;
}

.contacts__content {
  display: flex;
  flex-direction: column;
  padding-right: 130px;
  gap: 26px;
  margin-bottom: 80px;
}

.contacts__content > div {
  display: flex;
  gap: 9px;
  padding: 9px 17px;
  background: #fff;
  border-radius: 12px;
  font-size: 20px;
  color: #002478;
}

.contacts__content > div a {
  color: #002478;
}

.contacts__content > div i {
  color: #fff;
  font-size: 28px;
  background: #002478;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-options {
  background: #e8f5ff;
  padding-top: 90px;
  padding-bottom: 100px;
}

.event-options__wrapper {

}

.event-options__item {
  background: #fff;
  opacity: 0.9;
  padding: 40px 50px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 12px;
  transition: .2s;
  color: #002478;
}

.event-options__price,
.event-options__header {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #002478;
  text-align: center;
}

.event-options__price {
  background: #e2ebf9;
  border-radius: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.event-options__button {
  margin-top: 15px;
}

.event-options__button a {
  background: #ff000000;
  border: 1px solid #002478;
  color: #002478;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.33;
  padding-top: 21px;
  padding-bottom: 22px;
  display: flex;
  border-radius: 12px;
  justify-content: center;
  text-align: center;
}
.event-options__item:hover {
  opacity: 1;
  box-shadow: 0 4px 29px 0 #c6c6c6aa;
}

.event-options__item:hover .event-options__button a {
  background: #ff0000;
  border: 1px solid #ff0000;
  color: #fff;
}

.container {
  box-sizing: border-box;
}

.modal {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0;
  right: 0px;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.modal.open {
  display: flex;
}

.modal__overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #fff5;
}

.modal__window {
  border-radius: 12px;
  box-shadow: 0 4px 29px 0 #c6c6c6aa;
  padding: 40px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.modal__close {
  position: absolute;
  line-height: 1;
  font-size: 30px;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.pagination {
  display: flex;
  margin: 0px;
  padding: 0px;
  justify-content: center;
  column-gap: 8px;
  margin-top: 30px;
  list-style: none;
}

.pagination li {

}

.pagination li a, .pagination li span {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff1313;
  background: #fff;
  border: 1px solid #ff1313;
  text-decoration: none;
  line-height: 16px;
  transition: .3s all ease-in-out;
}

.pagination li.active a, .pagination li.active span, .pagination li a:hover, .pagination li span:hover {
  color: #fff;
  background: #ff1313;
}

@media (min-width: 991px) {
  .submenu {
    display: none;
  }

  .menu__wrapper li {
    position: relative;
    white-space: nowrap;
  }

  .menu__wrapper li:has(.submenu):hover > .submenu {
    display: block;
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 0 15px;
    margin: 0px;
    list-style: none;
  }

  .menu__wrapper li:has(.submenu):hover > .submenu  li + li > a {
    padding-top: 0px;
  }

  .submenu a {
    color: #002478;
  }

  .icon-bars {
    display: none;
  }

  .mobile-menu {
    display: none;
  }

  .languages .current:hover .language__dropdown {
    display: block;
  }
}

@media (max-width: 1200px) {
  .top-header-icon {
    font-size: 32px;
  }
  .partners__image {
    width: 180px;
    height: 180px;
  }

  .home-slider__caption {
    font-size: 48px;
  }

  header > .container {
    max-width: calc(100% - 30px);
    box-sizing: border-box;
  }

  .menu-right,
  .menu-left {
    gap: 20px;
    font-size: 16px;
  }

  section.advantages {
    padding-top: 37px;
    padding-bottom: 37px;
    background: #e2ebf9;
  }

  .advantages__item {
    background: #fff;
  }

  section.about {
    padding-bottom: 16px;
    padding-top: 37px;
  }

  .archive-events__image,
  .active-events__image {
    height: 240px;
    object-fit: cover;
  }

  .archive-events__content,
  .active-events__content {
    padding: 0px;
  }

  #question-form-custom .form__wrapper, #coop-form-custom .form__wrapper {
    margin-left: 0px;
  }

  .archive-events__content {
    position: static;
  }

  .archive-events__item {
    position: relative;
  }

  .archive-events__finish {
    font-size: 15px;
    padding: 0 23px;
    color: #fff;
    background: #002478;
    border-radius: 12px;
    top: 18px;
    right: 23px;
    left: initial;
  }

  .active-events__item .btn,
  .archive-events__item .btn {
    width: 100%;
    margin-top: 10px;
  }
  section.question {
    padding-top: 50px;
    padding-bottom: 0px;
  }

  section.archive-events, section.active-events {
    padding-top: 25px;
    padding-bottom: 45px;
  }

  section.faq {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .speaker-home {
    padding-top: 25px;
    padding-bottom: 45px;
  }

  .partners {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .question__wrapper, .coop__wrapper {
    padding: 23px 13px;
  }

  .speakers__item {
    padding: 5px;
    height: 100%;
  }

  .reviews__item {
    padding: 16px 20px;
  }

  section.reviews {
    padding-top: 30px;
    padding-bottom: 45px;
  }

  section.content {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .menu-footer {
    gap: 20px;
  }

  .logo {
    margin-left: 20px;
    margin-right: 20px;
  }

  .logo img {

  }

  .top-head__header {
    font-size: 36px;
  }

  section.event-content {
    padding-top: 25px;
    padding-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .menu-toggle {
    color: #fff;
    font-size: 38px;
  }

  .menu-left, .menu-right {
    display: none;
  }

  .mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    background: #002478;
    color: #fff;
    top: 0px;
    bottom: 0;
    right: calc(5000px - 100vh);
    padding: 100px 17px 25px 17px;
    left: -5000px;
    transition: 0.5s;
    z-index: 2;
  }

  .toggled + .mobile-menu {
    left: 0px;
    right: 0px;
  }

  .about__image {
    display: none;
  }

  .grid-item {
    padding: 9px;
  }

  .advantages__item {
    padding: 19px 12px;
  }

  .owl-item img.home-slider__dent {
    width: 120px;
    height: auto;
  }
  .home-slider__caption {
    font-size: 36px;
  }

  .home-slider__title {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 20px;
  }
    .home-slider-wrapper{
        height: 100vh;
    }
  .home-slider picture img {
    height: 100vh;
  }

  .home-slider .owl-dots {
    left: 20px;
    bottom: 13px;
  }

  .partners__image {
    width: 108px;
    height: 108px;
  }

  .owl-carousel .partners__image img {
    width: 83px;
    height: 83px;
  }

  .section__header {
    font-size: 35px;
  }

  footer .logo {
    order: 1;
  }

  footer .socials {
    order: 2;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(3, auto);
  }

  footer .menu-footer {
    order: 3;
    column-count: 1;
    width: 100%;
  }

  .top-header-icon {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22;
    margin-bottom: 40px;
  }

  .top-header-icon > div {
    font-size: 46px;
  }

  .event-content .tabs {
    gap: 20px;
  }

  .event-content .tabs > div {
    padding: 20px;
    font-size: 15px;
  }

  section.event-content table tr {
    display: grid;
    grid-template-columns: 1fr;
  }

  section.event-content table td:nth-child(2)::after {
    margin-right: 0px;
    border-radius: 0;
    border-bottom: 1px solid #fff;
  }

  section.event-content table td:first-child::after {
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
  }

  section.event-content table td:first-child {
    padding: 20px;
  }

  section.event-content table td:last-child,
  section.event-content table td:nth-child(2) {
    padding: 8px 20px;
    width: initial;
  }

  section.event-content table td:last-child::after {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .breadcrumb {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .event-options {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .event-options__item {
    padding: 24px 14px;
    opacity: 1;
    margin-bottom: 19px;
  }

  .event-options__header {
    font-size: 35px;
  }

  .event-options__wrapper {
    gap: 19px;
  }

  .logo img {
    width: 147px;
  }

  .socials .social {
    width: 22px;
    height: 22px;
    font-size: 15px;
  }

  header > .container {
    width: 100%;
  }

  .menu-toggle {
    min-width: initial;
  }

  .news__main-content {
    box-shadow: none;
    padding: 0px;
    margin-top: 20px;
    font-size: 14px;
  }

  .news__main-content > img {
    float: none;
    width: 100%;
    max-height: 324px;
    object-fit: cover;
  }

  .socials--bg {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
    justify-content: space-around;
  }

  .contacts__content {
    padding-right: 0px;
    margin-bottom: 20px;
  }

  .socials--bg .social {
    width: 45px;
    height: 45px;
    font-size: 24px;
  }

  #contact-form {
    padding: 17px 10px;
  }

  #contact-form .btn {
    width: 100%;
  }

  .menu-mobile {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }

  .menu-mobile a {
    font-size: 20px;
    line-height: 2.2;
  }

  .close-mobile-menu {
    position: absolute;
    top: 40px;
    right: 20px;
  }

  .mobile-menu .socials {
    border-top: 1px solid #fff;
    padding-top: 18px;
  }

  section.contacts {
    padding-top: 40px;
    padding-bottom: 46px;
    margin-top: 20px;
  }

  .home-slider__caption {
    font-size: 28px;
    line-height: 1.4;
  }
  .news__wrapper .owl-dots,
  .reviews__wrapper .owl-dots,
  .reviews__item {
    margin-left: 15px;
    margin-right: 15px;
  }

  .languages .current.active .language__dropdown {
    display: block;
  }

  .about__header span {
    font-size: 96px;
  }
  .home-slider .container {
    margin-top: 100px;
  }

}
@media (max-width: 767px) {
    .grid-item__header {
        font-size: 45px;
    }
}
[class*='icon-']:before{
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-facebook:before{content:'\0041';}
.icon-linkedin:before{content:'\0042';}
.icon-viber:before{content:'\0043';}
.icon-youtube:before{content:'\0044';}
.icon-telegram:before{content:'\0045';}
.icon-x:before{content:'\0046';}
.icon-bars:before{content:'\0047';}
.icon-calendar:before{content:'\0048';}
.icon-clock:before{content:'\0049';}
.icon-star:before{content:'\004a';}
.icon-envelope:before{content:'\004b';}
.icon-location:before{content:'\004c';}
.icon-phone:before{content:'\004d';}
.icon-instagram:before{content:'\004e';}
@font-face {
    font-family: "SegoeUI";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/SegoeUI/SegoeUI.woff2") format("woff2");
  font-display: swap;
}

@font-face {
    font-family: "SegoeUI";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/SegoeUI/SegoeUI-Italic.woff2") format("woff2");
  font-display: swap;
}

@font-face {
    font-family: "SegoeUI";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/SegoeUI/SegoeUI-Bold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
    font-family: "SegoeUI";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/SegoeUI/SegoeUI-SemiBold.woff2") format("woff2");
  font-display: swap;
}

@font-face {
    font-family: 'Glyphter';
    src: url('../fonts/Glyphter/Glyphter.eot');
    src: url('../fonts/Glyphter/Glyphter.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Glyphter/Glyphter.woff') format('woff'),
    url('../fonts/Glyphter/Glyphter.ttf') format('truetype'),
    url('../fonts/Glyphter/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}
