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

h1, h2, h3 {
  font-weight: 700;
}

.btn {
  padding: 7px 16px;
  border: 1px solid #2E80FC;
  border-radius: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  white-space: nowrap;
}
.btn-white {
  color: #2E80FC !important;
  background: #fff;
  font-weight: 500;
}
.btn-white:hover {
  background: #2E80FC;
  color: #fff !important;
}
.btn-blue {
  background: #2E80FC;
  color: #fff;
}
.btn-blue:hover {
  color: #2E80FC;
  background: transparent;
}

body.active {
  overflow: hidden;
}

.main_slider {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}
.main_slider-shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  pointer-events: none;
}
.main_slider-shadow-cont {
  position: relative;
  width: 100%;
  height: 100%;
}
.main_slider-shadow-l {
  position: relative;
  left: -400px;
  width: 400px;
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF 0.66%, rgba(255, 255, 255, 0) 112.42%);
}
.main_slider-shadow-r {
  position: relative;
  right: -400px;
  width: 400px;
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF 0.66%, rgba(255, 255, 255, 0) 112.42%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.main_slider-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  pointer-events: none;
}
.main_slider-white-cont {
  position: relative;
  width: 100%;
  height: 100%;
}
.main_slider-white-l {
  position: relative;
  width: 1300px;
  height: 100%;
  background: #fff;
  margin-right: 1048px;
}
.main_slider-white-r {
  position: relative;
  width: 1300px;
  height: 100%;
  background: #fff;
  margin-left: 1048px;
}
.main_slider .swiper-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_slider .swiper-button-cont {
  position: relative;
  width: 100%;
  height: 100%;
}
.main_slider .swiper-button-prev, .main_slider .swiper-button-next {
  background-color: #2F83F7;
  width: 52px;
  height: 52px;
  border-radius: 100px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_slider .swiper-button-prev > div, .main_slider .swiper-button-next > div {
  position: absolute;
  z-index: -1;
  background-color: #fff;
  transition: background-color 0.3s ease;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.main_slider .swiper-button-prev::after, .main_slider .swiper-button-next::after {
  font-size: 22px;
  color: #000;
}
.main_slider .swiper-button-prev:hover > div, .main_slider .swiper-button-next:hover > div {
  background-color: transparent;
}
.main_slider .swiper-button-prev:hover::after, .main_slider .swiper-button-next:hover::after {
  color: #fff;
}
.main_slider .swiper-button-next {
  right: 30px;
}
.main_slider .swiper-button-next:hover::after {
  filter: brightness(1000%);
}
.main_slider .swiper-button-next::after {
  margin-top: 3px;
  content: url("/assets/img/next.svg");
  margin-left: 3px;
}
.main_slider .swiper-button-prev {
  left: 30px;
}
.main_slider .swiper-button-prev:hover::after {
  filter: brightness(1000%);
}
.main_slider .swiper-button-prev::after {
  margin-top: 3px;
  content: url("/assets/img/prev.svg");
  margin-right: 3px;
}
.main_slider .swiper-pagination {
  z-index: 1;
}
.main_slider .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: transparent;
  border: 2px solid #2F83F7;
  opacity: 1;
  border-radius: 10px !important;
  transition: all 0.3s ease;
  margin: 0 6px !important;
}
.main_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2F83F7;
  width: 50px;
}

@media (min-width: 1400px) {
  .main_slider {
    padding-top: 25px;
    padding-bottom: 65px;
  }
  .main_slider .main_slider-shadow {
    opacity: 1;
  }
  .main_slider .main_slider-white {
    opacity: 1;
  }
  .main_slider .swiper-slide a img {
    border-radius: 17.1875px;
  }
  .main_slider .swiper-pagination {
    bottom: 75px;
  }
  .main_slider .swiper-button {
    height: calc(100% - 40px);
  }
}
@media (max-width: 1399px) {
  .main-swiper, .swiper-button-cont {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    min-width: 100% !important;
  }
}
footer {
  background-color: #25252E;
  font-size: 14px;
}
footer .footerTop {
  column-gap: 35px;
  padding-top: 80px;
  padding-bottom: 60px;
}
footer .footerTop-logo {
  row-gap: 55px;
}
footer .footerTop-logo a {
  text-decoration: none;
}
footer .footerTop-logo a img {
  height: 48px;
}
footer .footerTop-logo div p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 12px;
  max-width: 270px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.4);
}
footer .footerTop-links {
  row-gap: 22px;
}
footer .footerTop-links-other {
  column-gap: 90px;
}
footer .footerTop-links-contacts {
  row-gap: 15px;
  cursor: pointer;
}
footer .footerTop-links-contacts > div:not(.footerTop-links-contacts--soc) {
  column-gap: 10px;
}
footer .footerTop-links-contacts > div:not(.footerTop-links-contacts--soc) img {
  width: 16px;
}
footer .footerTop-links-contacts > div:not(.footerTop-links-contacts--soc) p, footer .footerTop-links-contacts > div:not(.footerTop-links-contacts--soc) a {
  text-decoration: none !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  color: #FFF;
  white-space: nowrap;
}
footer .footerTop-links-contacts > div:not(.footerTop-links-contacts--soc) p {
  cursor: unset;
}
footer .footerTop-links-contacts > a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #2E80FC;
}
footer .footerTop-links-contacts--soc {
  column-gap: 5px;
}
footer .footerTop-links-contacts--soc a {
  border-radius: 50%;
  border: 1px solid #2E80FC;
  width: 32px;
  height: 32px;
  background: transparent;
  transition: all 0.2s ease;
}
footer .footerTop-links-contacts--soc a:hover {
  background: #2E80FC;
}
footer .footerTop-links-contacts--soc a:hover img {
  filter: brightness(1000%);
}
footer .footerTop-links-contacts--soc a img {
  width: 15px;
}
footer .footerTop-links nav {
  row-gap: 10px;
}
footer .footerTop-links nav a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 17px;
}
footer .footerTop-links nav a:hover {
  text-decoration: underline;
}
footer .footerTop-emailSubscribe {
  row-gap: 14px;
}
footer .footerTop-emailSubscribe p {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
}
footer .footerTop-emailSubscribe .btn.btn-blue {
  padding: 12px 29px;
  border-radius: 100px;
  font-weight: 700;
}
footer .footerBottom {
  padding-bottom: 40px;
}
footer .footerBottom a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: #FFF;
}
footer .footerBottom p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #FFF;
  margin: 0;
  text-align: right;
  text-decoration-line: underline;
}
footer .footerBottom p a {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-decoration-line: underline;
  color: white;
  text-align: right;
}

.ask-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.ask-bckg {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.ask-block-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ask-block-close::after, .ask-block-close::before {
  content: "";
  height: 2px;
  width: 28px;
  background-color: #0A0A0A;
  position: absolute;
}
.ask-block-close::before {
  transform: rotate(45deg);
}
.ask-block-close::after {
  transform: rotate(-45deg);
}
.ask-block-content {
  background-color: #fff;
  width: fit-content;
  padding: 30px;
  max-width: 440px;
  position: relative;
}
@media (max-width: 767px) {
  .ask-block-content {
    min-width: 280px;
    padding: 30px 10px;
    max-width: calc(100% - 10px);
  }
}

.ask-emailSubscribe #unisender-subscribe-form {
  padding: 0 !important;
  margin: 0 !important;
}
.ask-emailSubscribe #unisender-subscribe-form .container {
  padding: 0;
}

header {
  z-index: 10;
  color: #fff;
  position: sticky;
  top: 0;
}

.header_upper {
  color: #fff;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #EEEEEE;
  padding: 4px 0;
  transition: all 0.3s ease;
}
.header_upper-desc {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #25252E;
}
.header_upper-ask {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  text-decoration: underline;
  color: #2E80FC;
}
.header_upper-ask:hover {
  text-decoration: underline;
  color: #2E80FC;
}
.header_upper-cont {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.header_upper-cont a {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  color: #25252E;
  white-space: nowrap;
  text-decoration: none !important;
}
.header_upper-cont span {
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: right;
  color: #2E80FC;
}
.header_upper-cont img, .header_upper-cont span {
  margin-right: 5px;
}
.header_upper-cont p {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #25252E;
  margin-bottom: 0;
}
.header_upper-btns {
  column-gap: 5px;
}
.header_upper-soc {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #2E80FC;
  width: 32px;
  height: 32px;
  background: #fff;
  transition: all 0.2s ease;
}
.header_upper-soc img {
  width: 15px;
}
.header_upper-soc:hover {
  background: #2E80FC;
}
.header_upper-soc:hover img {
  filter: brightness(1000%);
}

.sticky-header {
  top: 0;
  z-index: 10;
}
.sticky-header.active {
  -webkit-box-shadow: 0 4px 32px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.1);
}
.sticky-header .header_mid {
  padding: 20px 0;
  border-bottom: 1px solid #F0F0F0;
  background: #fff;
}
.sticky-header .header_mid.scroll {
  padding: 5px 0;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.sticky-header .header_mid #logo {
  text-decoration: none !important;
  column-gap: 10px;
}
.sticky-header .header_mid #logo img {
  height: 40px;
}
.sticky-header .header_mid #logo .header_mid-desc {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  margin-bottom: 0;
}
.sticky-header .header_mid #logo .header_mid-desc span {
  white-space: nowrap;
}
.sticky-header .header_mid nav {
  white-space: nowrap;
  column-gap: 30px;
  display: flex;
}
.sticky-header .header_mid nav a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease;
}
.sticky-header .header_mid nav a:hover {
  color: #2E80FC;
}

.meeting {
  background: #F7F7F7;
  padding: 60px 0;
}
.meeting-block {
  background: #D9D9D9;
  height: 50vh;
}

.articles_page_header h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  color: #212529;
  margin-bottom: 30px;
}

.news__page {
  margin-bottom: 120px;
}
.news__page-img {
  margin: 0px 0px 20px 20px;
  float: right;
  max-width: 45%;
}
.news__page-text {
  margin-bottom: 20px;
  text-align: left;
}
.news__page .download {
  padding: 15px 20px;
  column-gap: 40px;
  box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.1);
}
.news__page .download-info {
  row-gap: 5px;
}
.news__page .download-info-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #272727;
  margin-bottom: 0;
}
.news__page .download-info-additional {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #717171;
  margin-bottom: 0;
}
.news__page .download img {
  width: 40px;
}
.news__page p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #212529;
}

.focus_csi {
  padding: 80px 0px;
  background-color: #fff;
}
.focus_csi h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #000;
}
.focus_csi-rb {
  column-gap: 80px;
}
.focus_csi-rb--text {
  flex: 1 1 100%;
}
.focus_csi-rb--text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
  color: #000;
  margin-bottom: 0;
}
.focus_csi-rb--text p:first-of-type {
  margin-bottom: 20px;
}
.focus_csi-rb--number {
  flex: 1 1 100%;
}
.focus_csi-rb--number > div {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  grid-row-gap: 40px;
  grid-column-gap: 10px;
}
.focus_csi-rb--number > div .count h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: #000;
  margin: 0px 10px 0px 0px;
}
.focus_csi-rb--number > div .count p {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #000;
  margin-bottom: 0;
}

.functions {
  background-color: #F6F6F6;
  padding: 80px 0;
  overflow-x: hidden;
}
.functions h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 21px;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
.functions-outer--row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 20px;
}
.functions-outer--row > div > div {
  min-height: 125px;
  background: linear-gradient(90deg, #49E962 1.83%, #2E80FC 100%);
  border-radius: 10px;
}
.functions-outer--row > div > div a {
  text-decoration: none !important;
}
.functions-outer--row > div > div .item {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: white;
  padding: 30px 25px;
  text-align: center;
}
.functions-outer--row > div > div .item img {
  margin-right: 15px;
}

.event_calendar {
  background: #FFF;
  padding: 120px 0;
}
.event_calendar-cards {
  gap: 20px;
}
.event_calendar-cards--cardinfo > div {
  max-width: 65%;
  min-width: 320px;
  row-gap: 20px;
}
.event_calendar-cards--cardinfo h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #000;
  margin-bottom: 0;
}
.event_calendar-cards--cardinfo p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: justify;
  color: #000;
  margin-bottom: 0;
}
.event_calendar-cards--cardinfo .btn {
  padding: 14px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #2E80FC;
  border: 1px solid #2E80FC;
  border-radius: 21px;
  width: fit-content;
  display: flex;
  align-items: center;
}
.event_calendar-cards--cardinfo .btn img {
  margin-left: 12px;
}
.event_calendar-cards--cardinfo .btn:hover {
  background: #2E80FC;
  color: #fff;
}
.event_calendar-cards--cardinfo .btn:hover img {
  filter: brightness(100);
}
.event_calendar-cards > div:not(.event_calendar-cards--cardinfo) > div {
  column-gap: 20px;
}
.event_calendar-cards--card1 {
  width: 280px;
  height: 304px;
  flex-basis: 100%;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}
.event_calendar-cards--card1::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 19.79%, #173C6F 95.83%);
  border-radius: 10px;
}
.event_calendar-cards--card1 div:not(.date) {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 10px 20px;
}
.event_calendar-cards--card1 div:not(.date) h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
  margin-bottom: 5px;
  text-align: right;
}
.event_calendar-cards--card1 div:not(.date) p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 17px;
  color: #FFF;
  text-align: right;
}
.event_calendar-cards--card1 div:not(.date) p span {
  white-space: nowrap;
}
.event_calendar-cards--card1 .date {
  background: linear-gradient(90deg, #49E962 1.83%, #2E80FC 100%);
  border-radius: 10px 0px;
  padding: 7px 10px;
  width: fit-content;
  position: absolute;
}
.event_calendar-cards--card1 .date span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #FFFFFF;
}

#news {
  padding: 120px 0px;
  background: #F6F6F6;
}
#news .news-header {
  margin-bottom: 40px;
}
#news .news-header h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
}
#news .news-header p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #000000;
  margin-bottom: 0;
}
#news .news {
  gap: 20px;
}
#news .news .news-item {
  background: #fff;
  min-height: 100%;
  width: 100%;
  color: #000;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none !important;
}
#news .news .news-item img {
  background: #D9D9D9;
  width: 100%;
  height: auto;
  display: block;
}
#news .news .news-item h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  margin-bottom: 10px;
}
#news .news .news-item .publicdate {
  margin-bottom: 0;
}
#news .news .news-item .publicdate span {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000;
}
#news .news .news-item > div {
  padding: 20px;
}
#news .news .news_more {
  background: linear-gradient(90deg, #49E962 1.83%, #2E80FC 100%);
  padding: 40px;
  border-radius: 10px;
}
#news .news .news_more h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #FFFFFF;
  margin-bottom: 47px;
}
#news .news .news_more .btn {
  background: #FFFFFF;
  border-radius: 21px;
  border: none;
  padding: 15px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  color: #2E80FC;
  display: flex;
  align-items: center;
}
#news .news .news_more .btn:hover {
  background: #2E80FC;
  color: #fff;
}

#news_all .news {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 70px;
}
#news_all .news .news-item {
  background: #fff;
  height: 100%;
  text-decoration: none !important;
}
#news_all .news .news-item img {
  background: #D9D9D9;
  /*width: 260px;
  height: 195px;*/
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
#news_all .news .news-item h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  margin-bottom: 10px;
}
#news_all .news .news-item .publicdate {
  margin-bottom: 0;
}
#news_all .news .news-item .publicdate span {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #000;
}
#news_all .news .news-item > div {
  padding: 20px 0px;
}

#events .choice a {
  color: transparent;
  width: 30px;
  height: 30px;
  position: relative;
}
#events .choice .calendar::before {
  content: " ";
  background-image: url("/assets/img/calendar-days.svg");
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  transition: background-image 0.2s ease;
}
#events .choice .calendar:hover::before {
  background-image: url("/assets/img/calendar-days-blue.svg");
}
#events .choice .catalog::before {
  content: " ";
  background-image: url("/assets/img/IconCatalog.svg");
  background-size: cover;
  background-position: center;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  transition: background-image 0.2s ease;
}
#events .choice .catalog:hover::before {
  background-image: url("/assets/img/IconCatalog-grey.svg");
}
#events .choice > div {
  gap: 18px;
}
#events .events-title {
  gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 70px;
}
#events .events-title > div {
  min-width: 200px;
}
#events .events-title-item {
  min-height: 340px;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}
#events .events-title-item::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 19.79%, #173C6F 95.83%);
  border-radius: 10px;
}
#events .events-title-item div:not(.date) {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 10px 20px;
}
#events .events-title-item div:not(.date) h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFF;
  margin-bottom: 5px;
  text-align: right;
}
#events .events-title-item div:not(.date) p {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 17px;
  color: #FFF;
  text-align: right;
}
#events .events-title-item div:not(.date) p span {
  white-space: nowrap;
}
#events .events-title-item .date {
  background: linear-gradient(90deg, #49E962 1.83%, #2E80FC 100%);
  border-radius: 10px 0px;
  padding: 7px 10px;
  width: fit-content;
  position: absolute;
}
#events .events-title-item .date span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #FFFFFF;
}

.service {
  background: #F6F6F6;
  padding: 120px 0;
}
.service-sec {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  column-gap: 20px;
}
.service-sec a {
  text-decoration: none !important;
}
.service-sec-block {
  background: linear-gradient(90deg, #49E962 1.83%, #2E80FC 100%);
  border-radius: 10px;
  padding: 20px;
  height: 100%;
  row-gap: 10px;
  color: #000;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.1);
  transition: color 0.3s ease;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.service-sec-block::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  opacity: 1;
  transition: opacity 0.3s ease;
  content: "";
}
.service-sec-block .arrow {
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 0;
}
.service-sec-block .arrow img {
  margin-left: 2px;
  width: 13px;
  filter: brightness(0) invert(1);
}
.service-sec-block .arrow::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #49E962 1.83%, #2E80FC 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 50px;
  transition: background 0.3s ease;
}
.service-sec-block h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: inherit;
  margin-bottom: 0;
  text-decoration: none;
}
.service-sec-block span {
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  text-align: justify;
  color: #666;
  transition: color 0.3s ease;
  text-decoration: none;
}
.service-sec-block ul {
  margin-bottom: 0;
  padding-inline-start: 20px;
}
.service-sec-block ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
  color: inherit;
  text-decoration: none;
}
.service-sec-block ul li::marker {
  font-size: 70%;
}
.service-sec-block:hover {
  color: #fff;
}
.service-sec-block:hover::after {
  opacity: 0;
}
.service-sec-block:hover span {
  color: #fff;
}
.service-sec-block:hover .arrow img {
  filter: unset;
}
.service-sec-block:hover .arrow::after {
  background: #fff;
}

.h-popup-overlay_reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 71, 179, 0.52), rgba(0, 71, 179, 0.52));
  z-index: 1100;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.h-popup-overlay_reg .c-popup {
  position: relative;
  display: inline-block;
  padding: 50px 50px 36px 50px;
  background: #fff;
}
.h-popup-overlay_reg .c-popup--reg {
  width: 55%;
  border-radius: 10px;
  overflow-y: auto;
  height: 90vh;
  max-height: 980px;
  box-sizing: border-box;
}
.h-popup-overlay_reg .c-popup--reg::-webkit-scrollbar {
  display: none;
}
.h-popup-overlay_reg .c-popup_close {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
.h-popup-overlay_reg .c-popup__header {
  margin-top: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 30px;
}
.h-popup-overlay_reg .c-popup__content hr {
  height: 2px;
  color: #F0F0F0;
  opacity: 1;
  margin-bottom: 35px;
}
.h-popup-overlay_reg .c-popup__content .row {
  margin-bottom: 30px;
}
.h-popup-overlay_reg .c-popup__content .grants {
  margin-bottom: 30px;
}
.h-popup-overlay_reg .c-popup__content .grants p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #212B36;
  margin-bottom: 20px;
}
.h-popup-overlay_reg .c-popup__content .grants .form-check {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 14px;
  color: #212B36;
  min-height: auto;
}
.h-popup-overlay_reg .c-popup__content .grants .form-check-input {
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-right: 10px;
}
.h-popup-overlay_reg .c-popup__content .reg-btn {
  padding: 14px 40px;
  background: linear-gradient(90deg, #49E962 0%, #2E80FC 100%);
  border-radius: 100px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  box-shadow: none;
  text-decoration: none;
}
.h-popup-overlay_reg .c-popup__content .reg-btn:hover {
  padding: 12px 38px;
  border: solid 3px transparent;
  background-image: linear-gradient(90deg, #49E962 0%, #2E80FC 100%);
  background-origin: border-box;
  /* background-clip: content-box, border-box; */
  box-shadow: 2px 1000px 1px #fff inset;
  color: #000;
}
.h-popup-overlay_reg .form-group label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  color: #212B36;
}
.h-popup-overlay_reg .form-group input {
  background: #F9F9F9;
  border: 1px solid #F0F0F0;
  border-radius: 6px;
  padding: 11px 18px;
  color: #9D9D9D;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 370px;
}
.h-popup-overlay_reg .form-group input:focus-visible {
  outline: #2F83F7;
}
@media (min-width: 1710px) {
  .h-popup-overlay_reg .form-group input {
    max-width: none;
  }
}
.h-popup-overlay_reg .form-group textarea#fcomment {
  background: #F9F9F9;
  border: 1px solid #F0F0F0;
  border-radius: 6px;
  padding: 11px 18px;
  color: #9D9D9D;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 370px;
  resize: none;
}

.h-popup-overlay, .h-popup-overlay1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1100;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-popup {
  position: relative;
  display: inline-block;
  padding: 60px 60px 40px 60px;
  background: #fff;
}

@media (max-width: 768px) {
  .c-popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-form__item-container {
  display: flex;
  justify-content: center;
}

.c-form__item-container--input {
  margin-bottom: 20px;
  width: 100%;
}

.c-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-popup__close::after, .c-popup__close::before {
  content: "";
  height: 2px;
  width: 26px;
  background-color: #000;
  position: absolute;
}
.c-popup__close::before {
  transform: rotate(45deg);
}
.c-popup__close::after {
  transform: rotate(-45deg);
}

.c-form {
  margin: 0;
}
.c-form > p {
  margin-bottom: 0;
  margin-top: 15px;
  font-size: 12px;
  line-height: 15px;
}
.c-form > p a {
  color: #000;
}

.c-form--order-call {
  padding: 0 20px 20px;
}

.c-form__input {
  width: 100%;
  height: 48px;
  border-radius: 24px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid rgba(0, 66, 105, 0.2784313725);
  font-weight: 400;
}
.c-form__input::placeholder {
  color: rgba(0, 66, 105, 0.2784313725);
}
.c-form__input:focus {
  outline: 1px solid #DDDFE0;
}

.c-form__button {
  display: flex;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 24px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
}

.h-order-call-msg {
  margin-bottom: 25px;
}

.c-popup__header {
  margin-top: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
}

@media (max-width: 768px) {
  .c-popup__header {
    margin-top: auto;
    padding-top: 15px;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .c-popup__header {
    margin-top: auto;
    padding-top: 15px;
    font-size: 1.5rem;
    font-weight: 600;
  }
}
.c-popup--order-call {
  width: 40%;
  max-width: 440px;
  border-radius: 4px;
}

.c-popup--policy {
  width: 70%;
  max-height: 80vh;
  overflow-y: scroll;
}

@media (max-width: 1200px) {
  .c-popup {
    width: 100%;
  }
}
#call {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #E4DA1A;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.events > div {
  padding: 60px 0;
  row-gap: 40px;
}

.content_body {
  background: white;
  margin-bottom: 70px;
}
.content_body .content_block {
  margin-bottom: 50px;
}
.content_body .content_block h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  text-transform: uppercase;
  color: #212529;
  margin-bottom: 20px;
}
.content_body .content_block-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #212529;
}
.content_body .content_block-text h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #212529;
}

.breadcrumbs {
  margin: 0px 0px 40px 0px;
  color: #9D9D9D;
}
.breadcrumbs a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  margin-left: 10px;
  margin-right: 10px;
  color: #9D9D9D;
}
.breadcrumbs a:first-of-type {
  margin-left: 0px;
}
.breadcrumbs h1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #090909;
  margin-left: 10px;
}
.breadcrumbs span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #090909;
  margin-left: 10px;
}

.content_header {
  margin: 60px 0px 40px 0px;
}
.content_header h1 {
  color: #000;
  font-family: Montserrat, sans serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(to right, #49E962 0%, #2E80FC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.support_page-info {
  background: #FFFFFF;
  box-shadow: 0px 4px 38px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 20px;
}
.support_page-info .text-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #848484;
  margin-bottom: 17px;
}
.support_page-info .info-logo .text-name {
  margin-bottom: 13px;
}
.support_page-info .info-logo div {
  column-gap: 8px;
}
.support_page-info .info-logo div img {
  width: 34px;
}
.support_page-info .info-logo div span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #212529;
}
.support_page-info .info-text p:not(.text-name) {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: #212529;
  margin: 0;
}
.support_page-info .info-btns {
  row-gap: 10px;
}
.support_page-info .info-btns a:not(.gradient-btn) {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #313131;
  text-decoration: none !important;
}
.support_page-action {
  row-gap: 20px;
  margin-bottom: 20px;
}
.support_page-action-header {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  color: #212529;
}
.support_page-action-links {
  row-gap: 16px;
}
.support_page-action-el {
  color: #2F83F7;
  font-size: 16px;
  line-height: 120%;
  text-decoration: underline;
}
.support_page .trnsp-btn {
  cursor: pointer;
  user-select: none;
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  padding: 10px 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.support_page .trnsp-btn:hover {
  color: #fff;
  background-color: #000;
}
.support_page .gradient-btn {
  cursor: pointer;
  user-select: none;
  background: linear-gradient(90deg, #49E962 0%, #2E80FC 100%);
  border-radius: 100px;
  padding: 11px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  transition: color 0.3s ease;
  text-decoration: none !important;
  position: relative;
  z-index: 0;
}
.support_page .gradient-btn div {
  z-index: 1;
}
.support_page .gradient-btn::after {
  content: "";
  background-color: transparent;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  z-index: -1;
  position: absolute;
  border-radius: 100px;
  transition: background-color 0.3s ease;
}
.support_page .gradient-btn:hover {
  color: #000;
}
.support_page .gradient-btn:hover::after {
  background-color: #fff;
}
.support_page-text {
  margin-bottom: 20px;
}
.support_page-text h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 38px;
  color: #212529;
  margin-bottom: 20px;
}
.support_page-text p, .support_page-text ul, .support_page-text ol {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #212529;
}
.support_page-text ol, .support_page-text ul {
  padding-left: 20px;
}
.support_page-btns {
  column-gap: 10px;
}
.support_page-btns a {
  text-decoration: none !important;
}

.sign_up-wrapper {
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 1000;
  display: none;
}

.sign_up {
  transition: opacity 0.3s ease;
  transition-delay: 0.3s;
  background: white;
  width: 520px;
  min-width: 450px;
  position: fixed;
  z-index: 1001;
  padding: 40px;
  text-align: center;
  top: calc(50% - 310px);
  left: calc(50% - 225px);
  border-radius: 15px;
  display: none;
}
.sign_up .forgot_pass, .sign_up .not_calle {
  text-decoration: underline;
  cursor: pointer;
}
.sign_up .sign_up-switcher {
  border-radius: 50px;
  border: 1px solid #CF1C1D;
  overflow: hidden;
  margin-bottom: 20px;
}
.sign_up .sign_up-switcher div {
  padding: 5px 15px;
  color: #CF1C1D;
  cursor: pointer;
}
.sign_up .sign_up-switcher div.active {
  background-color: #CF1C1D;
  color: #fff;
}
.sign_up .sign_up-desc {
  margin: 20px 0;
  font-size: 14px;
  line-height: 17px;
}
.sign_up .sign_up-skip {
  margin: 10px 0 0 0;
  cursor: pointer;
}
.sign_up .sign_up-skip p {
  margin: 0 8px 0 0;
  color: #999999;
  text-decoration: underline;
  font-size: 18px;
  line-height: 22px;
}
.sign_up .sign_up-skip img {
  height: 14px;
  width: 8px;
}
.sign_up .sign_up-form input[type=number]::-webkit-outer-spin-button,
.sign_up .sign_up-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sign_up .sign_up-close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 28px;
  margin: 0;
}
.sign_up .sign_up-close span:before, .sign_up .sign_up-close span:after {
  position: absolute;
  top: 2px;
  left: 13px;
  content: " ";
  height: 25px;
  width: 2px;
  background-color: #cf1c1d;
}
.sign_up .sign_up-close span:before {
  transform: rotate(45deg);
}
.sign_up .sign_up-close span:after {
  transform: rotate(-45deg);
}
.sign_up h3 {
  text-align: center;
  margin: 10px 0 0 0;
  font-size: 18px;
  line-height: 22px;
}
.sign_up p {
  text-align: center;
  margin: 10px 0;
  font-size: 12px;
  line-height: 15px;
}
.sign_up p a {
  color: #999999;
  text-decoration: underline;
}
.sign_up label {
  color: #333;
  font-size: 0.9rem;
  margin-bottom: 0;
}
.sign_up input {
  padding: 0;
  padding-left: 10px;
  margin: 0 0 10px;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  height: 48px;
  line-height: 40px;
  width: 100%;
  border-radius: 0;
}
.sign_up input::placeholder {
  color: #b3b3b3;
}
.sign_up input:active, .sign_up input:focus {
  outline: 0;
  outline-offset: 0;
  border-bottom: 1px solid #AC2B24;
}
.sign_up .btn {
  margin: 10px auto;
  background-color: #cf1c1d;
  color: #fff;
  border-radius: 25px;
  height: 40px;
  line-height: 38px;
  display: block;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.sign_up .btn:hover {
  background-color: #e73031;
}
.sign_up .btn:active, .sign_up .btn:focus {
  background: #8a0002;
}
.sign_up__form {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sign_up__form label {
  color: #999999;
}
.sign_up__form input {
  border: 1px solid #999999;
  border-radius: 4px;
}
.sign_up__confirm_phone, .sign_up__success_btns {
  display: flex;
  justify-content: space-between;
}
.sign_up__confirm_phone .btn, .sign_up__success_btns .btn {
  width: 45%;
}
.sign_up__repeat {
  color: #c9c9c9 !important;
}
.sign_up__repeat_code {
  cursor: pointer;
}
.sign_up__step-two #signup_phone-repeat {
  color: #666;
}

.sign_up-active {
  display: block;
}

.sup {
  row-gap: 20px;
}
.sup h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-transform: uppercase;
  color: #212529;
  margin: 20px 0;
}
.sup-block {
  background: #fff;
  box-shadow: 0 4px 38px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 40px;
  row-gap: 18px;
}
.sup-block > a {
  text-decoration: none !important;
}
.sup-block > a:hover h3 {
  color: #2E80FC;
}
.sup-block h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 160%;
  color: #212529;
  transition: color 0.3s ease;
}
.sup-block-hr {
  height: 1px;
  width: 100%;
  background-color: #F0F0F0;
}
.sup-block-actions {
  row-gap: 10px;
}
.sup-block-actions-header {
  font-weight: 700;
  font-size: 19px;
  line-height: 160%;
  color: #212529;
}
.sup-block-actions-el {
  color: #2F83F7;
  font-size: 16px;
  line-height: 120%;
}
.sup-block-items-item {
  display: flex;
  flex-direction: column;
}
.sup-block-items-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #848484;
  margin-bottom: 0;
}
.sup-block-items-item span {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #212529;
  margin-top: 17px;
}
.sup-block-items-item-logo {
  column-gap: 10px;
  margin-top: 12px;
}
.sup-block-items-item-logo p {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #212529;
  margin: 0;
}
.sup-block-items-links {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.sup-block-items-links a.sbtn {
  cursor: pointer;
  user-select: none;
  background: linear-gradient(90deg, #49E962 0%, #2E80FC 100%);
  border-radius: 100px;
  padding: 11px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  transition: color 0.3s ease;
  position: relative;
  text-decoration: none !important;
  z-index: 0;
}
.sup-block-items-links a.sbtn::after {
  content: "";
  background-color: transparent;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  left: 1px;
  top: 1px;
  z-index: -1;
  position: absolute;
  border-radius: 100px;
  transition: background-color 0.3s ease;
}
.sup-block-items-links a.sbtn:hover {
  color: #000;
}
.sup-block-items-links a.sbtn:hover::after {
  width: calc(100% - 2px);
  background-color: #fff;
}
.sup-block-items-links a {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #313131;
  cursor: pointer;
  text-decoration: none !important;
  position: relative;
}
.sup-block-items-links a::after {
  content: "";
  background-color: #000;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 100px;
  transition: width 0.3s ease;
}
.sup-block-items-links a:hover::after {
  width: 100%;
}

.card-box2 {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.card-box2-info {
  row-gap: 16px;
}
.card-box2-info-cont {
  display: flex;
  column-gap: 10px;
}
.card-box2-info-cont p, .card-box2-info-cont a {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #212529;
  margin-bottom: 0;
  text-decoration: none;
}
.card-box2-info-ask {
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #2E80FC;
}
.card-box2-info-soc {
  column-gap: 5px;
}
.card-box2-info-soc a {
  border-radius: 50%;
  border: 1px solid #2E80FC;
  width: 40px;
  height: 40px;
  background: transparent;
  transition: all 0.2s ease;
}
.card-box2-info-soc a:hover {
  background: #2E80FC;
}
.card-box2-info-soc a:hover img {
  filter: brightness(1000%);
}
.card-box2-map {
  margin-top: -90px;
}
.card-box2-map iframe {
  width: 540px;
  height: 272px;
  border-radius: 10px;
}

.event-head {
  position: relative;
  width: 100%;
  height: 550px;
  margin: 0;
  padding: 0;
}

.event-head::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 550px;
  margin: 0;
  padding: 0;
  background: url(/assets/img/event_background.jpg) center no-repeat;
  background-size: cover;
}

.event-header {
  top: 0;
  z-index: 10;
}
.event-header.active {
  -webkit-box-shadow: 0 4px 32px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.1);
}
.event-header .header_mid {
  padding: 40px 0 55px;
  /* background: url(/assets/img/event_background.jpg);
   height: 550px;*/
}
.event-header .header_mid .block {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  max-width: fit-content;
  border-width: 0px 3px 3px 3px;
  border-style: solid;
  border-color: #2F83F7;
  border-radius: 0px 0px 10px 10px;
  padding: 30px 35px 10px 35px;
}
.event-header .header_mid .block span {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}
.event-header .header_mid.scroll {
  /*      padding: 5px 0;
        z-index: 10;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;*/
}
.event-header .header_mid #logo {
  text-decoration: none !important;
  column-gap: 10px;
  z-index: 100;
}
.event-header .header_mid #logo img {
  height: 40px;
}
.event-header .header_mid #logo .header_mid-desc {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #000;
  margin-bottom: 0;
}
.event-header .header_mid #logo .header_mid-desc span {
  white-space: nowrap;
}
.event-header .header_mid nav {
  white-space: nowrap;
  column-gap: 30px;
  display: flex;
}
.event-header .header_mid nav a {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  text-decoration: none;
  transition: all 0.2s ease;
}
.event-header .header_mid nav a:hover {
  color: #2E80FC;
}
.event-header .header-text {
  position: relative;
}
.event-header .header-text h1 {
  font-weight: 700;
  font-size: 46px;
  line-height: 56px;
  text-transform: uppercase;
  color: #FFF;
  margin-bottom: 25px;
}
.event-header .header-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 25px;
}
.event-header .header-text .btn {
  padding: 15px 30px;
  background: #2F83F7;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  line-height: 150%;
  color: #fff;
  border: 1px solid #2F83F7;
}
.event-header .header-text .btn:hover {
  color: #2F83F7;
  background: none;
}

.event-program {
  padding: 100px 0 50px;
  background: #F5F5F5;
}
.event-program h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  color: #000;
  margin-bottom: 40px;
}
.event-program .days .nav-tabs {
  border-bottom: none;
  margin-bottom: 40px;
}
.event-program .days .nav-link {
  margin-right: 20px;
  padding: 10px 35px;
  border-radius: 100px;
  border: solid 3px transparent;
  background-image: linear-gradient(90deg, #49E962 0%, #2E80FC 100%);
  background-origin: border-box;
  /*      background-clip: content-box, border-box;*/
  box-shadow: 2px 1000px 1px #fff inset;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000;
}
.event-program .days .nav-link.active {
  margin-right: 20px;
  padding: 12px 37px;
  background: linear-gradient(90deg, #49E962 0%, #2E80FC 100%);
  border-radius: 100px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  box-shadow: none;
}
.event-program .days .download {
  padding: 14px 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  text-decoration: none;
  background: #2F83F7;
  border-radius: 100px;
}
.event-program .days .download img {
  margin-right: 10px;
}
.event-program .days .download:hover {
  color: #2F83F7;
  background: #fff;
  border: 1px solid #2F83F7;
}
.event-program .days .download:hover img {
  filter: hue-rotate(60deg);
}
.event-program .tab-content {
  margin-bottom: 40px;
}
.event-program .accordion-item {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.09);
  margin-bottom: 20px;
  border-radius: 10px !important;
}
.event-program .accordion .accordion-header {
  margin-bottom: 0;
}
.event-program .accordion .accordion-body {
  padding: 30px;
}
.event-program .accordion .accordion-body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #464646;
  margin-bottom: 0;
}
.event-program .accordion .accordion-button {
  padding: 30px !important;
  background: #FFFFFF;
  box-shadow: none !important;
  border-radius: 10px !important;
  display: grid;
  grid-template-columns: 1.5fr 1fr auto;
}
.event-program .accordion .accordion-button::after {
  background-image: url(/assets/img/arrowlist.svg);
}
.event-program .accordion .accordion-button img {
  margin-right: 10px;
}
.event-program .accordion .accordion-button span {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  margin-right: 40px;
  white-space: nowrap;
}
.event-program .accordion .accordion-button p {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  margin: 0px 10px 0px 0px;
  align-self: flex-start;
}
.event-program .accordion .accordion-button .event_name {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  margin-bottom: 0;
}
.event-program .accordion .accordion-button .event_topic {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
  margin-bottom: 0;
}
.event-program .accordion .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none !important;
}
.event-program .accordion .accordion-button:not(.collapsed)::after {
  background-image: url(/assets/img/close.svg);
  transform: none;
}

.speakers {
  padding-top: 50px;
  padding-bottom: 50px;
}
.speakers h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #000;
  margin-bottom: 40px;
}
.speakers-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  column-gap: 20px;
}
.speakers-block-profile {
  position: relative;
  box-shadow: 6px 3px 34px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}
.speakers-block-profile img {
  position: relative;
  height: 230px;
  object-fit: cover;
  width: 100%;
  top: 0;
  bottom: 0;
  filter: drop-shadow(6px 3px 34px rgba(0, 0, 0, 0.08));
}
.speakers-block-profile-desc {
  padding: 20px;
  row-gap: 5px;
}
.speakers-block-profile-desc p {
  margin-bottom: 0;
}
.speakers-block-profile-desc-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #000;
}
.speakers-block-profile-desc-status {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: #676767;
}
.speakers-block-profile-desc-org {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #000;
}
.speakers-block-profile-desc-theme {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #000000;
}
.speakers-block-profile-desc-theme span {
  font-weight: 500;
}

.reg {
  padding-top: 50px;
  padding-bottom: 50px;
}
.reg-block {
  background: linear-gradient(90deg, #49E962 0%, #2E80FC 100%);
  border-radius: 10px;
  padding: 40px;
  width: 85%;
  position: relative;
}
.reg-block-point1 {
  position: absolute;
  left: 100px;
  bottom: 0;
}
.reg-block-point2 {
  position: absolute;
  right: 25px;
  top: 0;
}
.reg-block-date {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}
.reg-block-name {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
}
.reg-block-btn {
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #000;
  padding: 14px 40px;
  background: #fff;
  border-radius: 100px;
  transition: all 0.2s ease;
  text-decoration: none;
}
.reg-block-btn:hover {
  background: #2F83F7;
  color: #fff;
}

.org {
  padding-top: 50px;
  padding-bottom: 100px;
}
.org h2 {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #2F83F7;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.org-block {
  column-gap: 30px;
}
.org-block-text {
  row-gap: 10px;
}
.org-block-text-name {
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 20px;
}
.org-block-text-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px;
}
.org-block-text-props {
  color: #000;
}
.org-block-text-props span {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}
.org-block-text-props ul {
  padding-left: 15px;
  margin: 10px 0 0 0;
}
.org-block-text-props ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
.org-block-text-props ul li::marker {
  font-size: 9px;
}
.org-block-brand {
  max-width: 395px;
}
.org-block-brand > a {
  background: #fff;
  border-radius: 10px;
  row-gap: 20px;
  padding: 30px 50px;
  height: fit-content;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 25px;
}
.org-block-brand > a img {
  height: 75px;
}
.org-block-brand > a span {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #49E962 0%, #2E80FC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-decoration: none;
}
.org-block-brand > div > div {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  grid-row-gap: 25px;
  grid-column-gap: 20px;
}
.org-block-brand > div > div .count {
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  color: #2F83F7;
}
.org-block-brand > div > div p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin: 0;
}

.event-footer {
  padding-top: 40px;
  padding-bottom: 45px;
}
.event-footer-logo {
  text-decoration: none;
}
.event-footer-logo img {
  height: 33px;
}
.event-footer-block {
  row-gap: 8px;
}
.event-footer-block p {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  margin-bottom: 0;
}
.event-footer-block p:first-of-type {
  font-weight: 500;
}
.event-footer-block-soc {
  column-gap: 5px;
}
.event-footer-block-soc a {
  border-radius: 50%;
  border: 1px solid #2E80FC;
  width: 30px;
  height: 30px;
  background: transparent;
  transition: all 0.2s ease;
}
.event-footer-block-soc a:hover {
  background: #2E80FC;
}
.event-footer-block-soc a:hover img {
  filter: brightness(1000%);
}
.event-footer-block-soc a img {
  width: 15px;
}
.event-footer-block-call {
  text-decoration-line: underline;
  color: #2F83F7 !important;
  cursor: pointer;
}

.slider {
  padding: 50px 0 10px;
  column-gap: 20px;
  overflow: hidden;
}
.slider h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #000;
}
.slider-marquee {
  opacity: 1;
  transition: opacity 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
}
.slider-marquee > div {
  animation: marquee 20s linear infinite;
  display: flex;
  width: 2240px;
  margin: 40px 0;
}
.slider-marquee > div:hover {
  animation-play-state: paused;
  cursor: pointer;
}
.slider-marquee > div > div {
  width: 100%;
  display: flex;
}
.slider-marquee > div .slider_item {
  margin: 0 10px;
  width: 260px;
  height: 130px;
  box-sizing: border-box;
  background: #FFF;
  z-index: 0;
  box-shadow: 6px 3px 34px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
}
.slider-marquee > div .slider_item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.33) translateX(5px);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--target, -50%));
  }
}
.cont {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
}
.cont-lt {
  position: absolute;
  top: 0;
  left: 0;
}
.cont-rb {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cont-dots-lt {
  position: absolute;
  top: 60px;
  left: 100px;
}
.cont-dots-rb {
  position: absolute;
  bottom: 80px;
  right: 120px;
}
.cont-block {
  z-index: 1;
  row-gap: 30px;
  padding: 30px 20px;
  background: #fff;
  width: 440px;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.cont-block #logo img {
  height: 40px;
}
.cont-block-name {
  row-gap: 8px;
}
.cont-block-name h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 31px;
  color: #000;
  text-align: center;
  margin: 0;
}
.cont-block-name p {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  text-align: center;
  margin: 0;
}
.cont-block-contacts-line {
  column-gap: 15px;
  padding: 17px 0;
  border-bottom: 1px solid #F6F6F6;
  width: 270px;
}
.cont-block-contacts-line:first-of-type {
  padding: 0 0 17px;
}
.cont-block-contacts-line a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000;
  text-decoration: none;
  position: relative;
}
.cont-block-contacts-line a::after {
  content: "";
  background-color: #000;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
  border-radius: 100px;
  transition: width 0.3s ease;
}
.cont-block-contacts-line a:hover::after {
  width: 100%;
}
.cont-block-soc {
  padding: 17px 0 0;
  border-bottom: none;
  column-gap: 30px;
}
.cont-block-btn {
  padding: 9px 29px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  background: #2E80FC;
  color: #fff;
  border: 1px solid #2E80FC;
  white-space: nowrap;
  border-radius: 30px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  width: 270px;
  display: flex;
  justify-content: center;
}
.cont-block-btn:hover {
  color: #2E80FC;
  background: #fff;
}

.btn_arrow {
  border: 2px solid #2F83F7;
  border-radius: 75px;
  padding: 14px 20px;
  text-decoration: none;
  color: #2E80FC;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 10px;
  cursor: pointer;
  background-color: #fff;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.btn_arrow img {
  margin-left: 10px;
  transition: filter 0.3s ease;
}
.btn_arrow:hover {
  color: #fff;
  background-color: #2E80FC;
}
.btn_arrow:hover img {
  filter: brightness(0) invert(1);
}

.btn_filter {
  gap: 10px;
  width: 128px;
  height: 46px;
  background: #F6F6F6;
  border-radius: 89px;
  border: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  text-align: justify;
  color: #2F83F7;
}
.btn_filter:hover {
  background: #2F83F7;
}

.btn_not_border {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #2F83F7;
  text-decoration: none;
  cursor: pointer;
}
.btn_not_border:hover {
  text-decoration: underline;
}

.ric {
  margin-bottom: 70px;
}
.ric .content h1, .ric .content_products h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  color: #212529;
  margin-bottom: 20px;
}
.ric .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.ric .swiper .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.ric .swiper-button {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 50%;
}
.ric .swiper-button .swiper-button-prev, .ric .swiper-button .swiper-button-next {
  border: 2px solid #2F83F7;
  border-radius: 100px;
  height: 46px;
  width: 46px;
  background: #fff;
}
.ric .swiper-button .swiper-button-prev::after, .ric .swiper-button .swiper-button-next::after {
  content: "";
}
.ric .swiper-button .swiper-button-prev:hover, .ric .swiper-button .swiper-button-next:hover {
  background: #2F83F7;
}
.ric .swiper-button .swiper-button-prev:hover img, .ric .swiper-button .swiper-button-next:hover img {
  filter: brightness(1000%);
}
.ric .swiper-button .swiper-button-prev div, .ric .swiper-button .swiper-button-next div {
  padding-right: 1px;
}
.ric .content {
  margin-bottom: 60px;
}
.ric .content .description {
  max-width: 660px;
}
.ric .content .description h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #212529;
}
.ric .content .description p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #212529;
  margin: 0;
}
.ric .content .product-item {
  filter: drop-shadow(0px 4px 32px rgba(0, 0, 0, 0.1));
  background: #fff;
  width: 100%;
  color: #000;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none !important;
  margin-bottom: 50px;
}
.ric .content .product-item img {
  background: #D9D9D9;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.ric .content .product-item .data {
  gap: 20px;
  padding: 34px 40px;
  min-width: 353px;
}
.ric .content .product-item .data h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 130%;
  color: #000000;
  margin: 0;
}
.ric .content .product-item .data .company p {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #212529;
  margin: 0;
  display: inline;
}
.ric .content .product-item .data .company span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #212529;
  margin: 0;
  padding-left: 16px;
}
.ric .content .product-item .data .sector p {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #212529;
  margin: 0;
  display: inline;
}
.ric .content .product-item .data .sector span {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #212529;
  margin: 0;
  padding-left: 16px;
}
.ric .content_products .search {
  height: 46px;
  gap: 20px;
  margin-bottom: 15px;
}
.ric .content_products .search .btn_filter {
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #2F83F7;
  width: 128px;
  height: 46px;
  background: #F6F6F6;
  border-radius: 89px;
  border: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.ric .content_products .search .btn_filter:hover {
  background: #2F83F7;
  color: #FFF;
}
.ric .content_products .search .btn_filter:hover img {
  filter: brightness(1000%);
}
.ric .content_products .search input[type=text] {
  background: #FFF;
  border: 1px solid #BBB;
  height: inherit;
  border-radius: 6px;
  padding: 11px 18px;
}
.ric .content_products .search button {
  background: #2F83F7;
  border: 1px solid #2F83F7;
  border-radius: 89px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #FFFFFF;
  height: inherit;
  width: 88px;
}
.ric .content_products > div {
  margin-bottom: 90px;
  column-gap: 55px;
}
.ric .content_products .filter {
  padding-top: 86px;
  max-width: 350px;
  width: 100%;
  min-width: 300px;
}
.ric .content_products .filter div {
  margin-bottom: 20px;
}
.ric .content_products .filter div p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  margin-bottom: 15px;
}
.ric .content_products .filter div .select {
  height: 46px;
}
.ric .content_products .filter div .select select {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  border: 1px solid #BBBBBB;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding-left: 11px;
}
.ric .content_products .filter .btns {
  gap: 14px;
}
.ric .content_products .filter h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 30px;
}
.ric .content_products .products {
  gap: 25px;
}
.ric .content_products .products .product-item {
  min-height: unset;
}
.ric .content_products .products .product-item .image {
  min-width: 190px;
  width: unset;
  max-height: unset;
  display: block;
  background-size: cover;
}
.ric .content_products .products .product-item div {
  padding: 20px 30px;
  gap: 8px;
}
.ric .content_products .products .product-item .company {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #2F83F7;
  margin: 0;
}
.ric .content_products .products .product-item .sector {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  margin: 0;
}
.ric .content_products .products .product-item h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin: 0;
}
.ric .products {
  gap: 20px;
  padding-top: 50px;
}
.ric .products .product-item {
  filter: drop-shadow(0px 4px 32px rgba(0, 0, 0, 0.1));
  background: #fff;
  min-height: 100%;
  width: 100%;
  color: #000;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none !important;
}
.ric .products .product-item .image {
  width: 100%;
  max-height: 120px;
  display: block;
  background-size: cover;
}
.ric .products .product-item .text {
  padding: 20px;
  gap: 8px;
}
.ric .products .product-item .text .company {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #2F83F7;
  margin: 0;
}
.ric .products .product-item .text .sector {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  margin: 0;
}
.ric .products .product-item .text h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin: 0;
}
.ric .link {
  margin-top: 40px;
}
.ric .requests {
  margin-top: 40px;
}

.ric .back {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.ric .modal {
  display: block;
  position: fixed;
  z-index: 1000;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  transition: left 0.3s;
}
.ric .modal.active {
  left: 0;
  transition: left 0.3s;
}
.ric .modal-content {
  position: fixed;
  margin: auto;
  padding: 0;
  background: #FFFFFF;
  height: 100%;
  width: 350px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ric .modal-content .filter {
  padding: 33px 20px 0;
}
.ric .modal-content .btn_escape {
  display: flex;
  justify-content: end;
  margin-bottom: 30px;
}
.ric .modal-content h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  margin-bottom: 30px;
}
.ric .modal-content div {
  margin-bottom: 20px;
}
.ric .modal-content div p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  margin-bottom: 15px;
}
.ric .modal-content div .select {
  height: 46px;
}
.ric .modal-content div .select select {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000;
  border: 1px solid #BBBBBB;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding-left: 11px;
}
.ric .modal-content div .btns {
  gap: 14px;
}

@media (min-width: 1280px) {
  .ric .content .products .product-item .image {
    min-height: 120px;
  }
}
@media (min-width: 1000px) and (max-width: 1280px) {
  .container {
    max-width: none;
    padding: 0 80px;
    margin: 0;
  }
  .ric .content .products .product-item .image {
    min-height: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .container {
    max-width: none;
    padding: 0 20px;
    margin: 0;
  }
  .ric .content .products .product-item .image {
    min-height: 120px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: none;
    padding: 0 20px;
    margin: 0;
  }
  .ric .content .products .product-item .image {
    max-height: 90px !important;
    min-height: 90px;
  }
  .ric .content .products .product-item div h3 {
    font-size: 15px !important;
  }
}
.acselerator_content__item {
  width: 49%;
  gap: 30px;
}

.acselerator__item_img {
  width: 49%;
}

.hacaton-content__item {
  gap: 40px;
  width: 540px;
}
.hacaton-content__item-img {
  max-width: 100%;
}

.content__text-top {
  color: #000;
  font-family: Montserrat, sans serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-left: 28px;
  position: relative;
}
.content__text-top::after {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  background-image: url(/media/hacaton/Ellipse.svg);
}

.content__text-bottom {
  color: #000;
  font-family: Montserrat, sans serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-left: 28px;
  position: relative;
}
.content__text-bottom::before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  background-image: url(/media/hacaton/Ellipse.svg);
}

.border_bottom_gradient {
  background: linear-gradient(90deg, #49E962 0%, #2E80FC 100%);
  height: 4px;
}

main {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.content {
  gap: 40px;
  display: flex;
  flex-direction: column;
}
.content-main {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
.content-title {
  color: #000;
  font-family: Montserrat, sans serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(to right, #49E962 0%, #2E80FC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content__table {
  gap: 20px;
}
.content__item {
  max-width: 540px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.content__item-title {
  color: #000;
  font-family: Montserrat, sans serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  /* 33.6px */
}
.content__item-text {
  color: #000;
  font-family: Montserrat, sans serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.content__item-img {
  max-width: 446px;
}
.content__svyaz {
  border-radius: 10px;
  border: 1px solid #49E962;
  background: #FFF;
  width: 914px;
  padding: 50px 60px;
}
.content__svyaz-title {
  color: #000;
  font-family: Montserrat, sans serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 446px;
}
.content__svyaz-text {
  color: #000;
  text-align: center;
  font-family: Montserrat, sans serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
}
.content__svyaz-btn {
  display: flex;
  padding: 13px 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  background: linear-gradient(90deg, #49E962 0%, #2E80FC 100%);
  color: #FFF;
  text-align: center;
  font-family: Montserrat, sans serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.content__svyaz-btn:hover {
  color: #ffffff;
}
.content__bottom {
  width: 100%;
  padding: 30px;
  gap: 10px;
  border-radius: 10px;
  border: 2px solid #49E962;
  font-family: Montserrat, sans serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  /* 25.6px */
}
.content__bottom-text {
  background: linear-gradient(90deg, #49E962 0%, #2E80FC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.content__bottom-link {
  color: #2F83F7;
  font-family: Montserrat, sans serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;
}

@media screen and (max-width: 1100px) {
  .content__item-img {
    max-width: 446px;
  }
}
@media screen and (max-width: 992px) {
  .hacaton-content__item {
    gap: 40px;
    width: 100%;
  }
  .hacaton-content__item-img {
    max-width: 100%;
  }
  .acselerator_content__item {
    width: 100%;
  }
  .content__table {
    gap: 50px;
  }
  .content__item {
    max-width: 100%;
    gap: 14px;
  }
  .content__item-header h1 {
    font-size: 24px;
  }
  .content__item-text {
    font-size: 16px;
  }
  .content__item-img {
    max-width: 100%;
  }
  .content__svyaz {
    padding: 30px 40px;
  }
  .content__svyaz-form {
    gap: 14px;
  }
  .content__svyaz-title {
    font-size: 22px;
    width: 387px;
  }
  .content__svyaz-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .content__table {
    gap: 30px;
  }
  .content-header h1 {
    font-size: 28px;
  }
  .content__item {
    gap: 10px;
  }
  .content__item-title {
    font-size: 18px;
  }
  .content__item-text {
    font-size: 16px;
  }
  .content__svyaz {
    gap: 14px;
    padding: 30px 24px;
  }
  .content__svyaz-form {
    gap: 14px;
  }
  .content__svyaz-title {
    font-size: 21px;
    width: auto;
  }
  .content__svyaz-text {
    font-size: 16px;
  }
  .content__bottom {
    padding: 24px;
  }
}

/*# sourceMappingURL=mainv5.css.map */
