* {
  margin: 0;
  padding: 0;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  color: #111;
  outline: none; /* Safari 3-4, iOS 1-3.2, Android 1.6- */ /* Firefox 1-3.6 */
  border-radius: 0; /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-sizing: border-box;
}

*::-webkit-scrollbar-track {
  border-radius: 3px;
  width: 7px;
}
*::-webkit-scrollbar {
  width: 10px;
}
*::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #aaa;
}

body {
  background: #fff;
}
a {
  cursor: pointer;
  color: #111;
  transition: all 0.3s;
  text-decoration: none;
}

li {
  list-style: none;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
span.title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
}

span.title span {
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
}

.container {
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1304px;
  width: 100%;
  padding: 0 24px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}

.all-btn {
  background: #2593e2;
  color: #fff;
  border: 1px solid #2593e2;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  padding: 16px 28px 16px 32px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  border-radius: 8px;
}
.all-btn:hover {
  background: transparent;
  color: #2593e2;
  border-color: #2593e2;
}

.all-btn.with-arrow {
  padding-right: 60px;
  position: relative;
}

.all-btn.with-arrow:before {
  content: "";
  display: block;
  position: absolute;
  right: 28px;
  top: 19px;
  width: 14px;
  height: 14px;
  background: url("../img/arrow-btn.svg") no-repeat center/contain;
}

.all-btn.with-arrow:hover:before {
  filter: invert(51%) sepia(64%) saturate(2556%) hue-rotate(180deg)
    brightness(93%) contrast(90%);
}

.black-btn {
  background: transparent;
  border: 1px solid #111;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  padding: 16px 28px 16px 32px;
  text-decoration: none;
  display: block;
  width: max-content;
  border-radius: 8px;
  color: #111;
}
.black-btn:hover {
  background: #111;
  color: #fff;
}

button {
  border: none;
  cursor: pointer;
  background: transparent;
}
.flex {
  display: flex;
  justify-content: space-between;
  position: relative;
}

span.label {
  display: block;
  color: #2593e2;
  text-transform: uppercase;
  font-weight: 700;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  padding: 14px 0;
  border-bottom: 1px solid #bbe2ff;
}

.mob-logo img {
  width: 104px;
  height: 54px;
}

.hidden-img {
  display: none;
}

.img-container {
  position: absolute;
  left: 0;
  z-index: 0;
  display: none !important;
}

.img-container img {
  display: block;
  max-height: 60px;
}

.promo-bg img {
  width: 100%;
}

.mob-menu-bottom-row,
.header-bottom {
  display: none;
}

.block-mob {
  display: none;
}

header .flex {
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

header .flex a.logo-header {
  cursor: default;
  z-index: 1;
}

.mob-logo,
button.menu-hide {
  display: none;
}

.navbar ul {
  display: flex;
  gap: 60px;
}

.navbar ul li {
  display: block;
  margin: 0;
  text-align: left;
}

.navbar ul li a {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.navbar ul li a:hover {
  color: #2593e2;
}

.navbar .right-item {
  display: flex;
  align-items: center;
}

.promo-img {
  display: block;
}

.promo-bg video {
  width: 100%;
  display: block;
}

.promo-bg .mob-video {
  display: none;
}

.promo {
  position: relative;
}

.promo-info {
  margin-bottom: 40px;
}

.promo-cont-wrap p {
  font-size: 14px;
  line-height: 20px;
  display: none;
}
.promo-cont-wrap p span {
  color: #2593e2;
}

.promo-cont {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}

.promo-cont-wrap .promo-cont-logo img {
  width: 650px;
  height: 244px;
  object-fit: cover;
  display: block;
  margin: 0 auto 40px 0;
}

.promo-info .flex {
  justify-content: flex-start;
  gap: 16px;
}

.promo-info-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.promo-info-item span {
  color: #2593e2;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: block;
}

.promo .button-row {
  margin-top: 40px;
}

.promo .button-row .flex {
  justify-content: flex-start;
  gap: 20px;
}

.people-block img {
  display: block;
  border-radius: 24px;
  max-width: 100%;
}

div#about {
  padding: 120px 0 38px;
  background: url("../img/about-bg.png") no-repeat center/cover;
}

.tab-img,
.mob-img {
  display: none;
}

.about-img {
  width: calc(50% - 50px);
}
.about-img img {
  width: 100%;
  object-fit: cover;
}

.about-cont {
  width: calc(50% - 50px);
}

.about .flex {
  gap: 100px;
  align-items: center;
  justify-content: space-between;
}
.about span.label {
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.about .title {
  margin-bottom: 24px;
  display: block;
}

.about p {
  margin-bottom: 24px;
}

.about .all-btn {
  margin-top: 40px;
}
.information-block {
  padding: 100px 0 60px;
}

.information-block .head-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 80px;
}

.block-navigation {
  width: 184px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.block-navigation .swiper-button-prev {
  display: none;
}

.block-navigation .swiper-button-next,
.block-navigation .swiper-pagination {
  position: static;
}

.swiper-button-next:after {
  content: "";
  background: url("../img/arrow-slider.svg") no-repeat center/contain;
  width: 12px;
  height: 11px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2593e2;
}

.swiper-button-next {
  width: 32px !important;
  height: 32px !important;
  background: #2593e2;
  margin: 0;
  border-radius: 50%;
  transition: all 0.3s;
  border: 1px solid transparent;
}

.swiper-button-next:hover {
  background: transparent;
  border: 1px solid #2593e2;
}

.swiper-button-next:hover:after {
  filter: invert(46%) sepia(88%) saturate(651%) hue-rotate(171deg)
    brightness(91%) contrast(95%);
}

.swiper-pagination {
  display: flex;
  gap: 16px;
  width: max-content !important;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0 !important;
  opacity: 1 !important;
}

.swiper-slide-cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 32px;
  padding: 32px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(17, 17, 17, 0.06);
  height: 100%;
}

.title-card {
  color: #111;
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}

.information-block .swiper {
  padding: 20px 12px;
  margin: 0 -12px;
}

.information-block .swiper .swiper-slide {
  height: auto;
}

.swiper-slide-cont img {
  border-radius: 24px;
  display: block;
  width: 40%;
}

.list-card li {
  position: relative;
  margin-bottom: 12px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  padding-left: 20px;
}

.list-card li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2593e2;
}

.swiper-slide-cont span.name {
  color: #020a1e;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: absolute;
  left: 24px;
  bottom: 24px;
  max-width: 220px;
}

.speakers {
  padding: 100px 0 60px;
  position: relative;
}

.speakers .container {
  z-index: 1;
}

.speakers:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 51%;
  background: url(../img/after-speakers-block.svg) no-repeat center/contain;
  width: 300px;
  height: 800px;
}

.speakers:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 9%;
  background: url(../img/before-speakers-block.svg) no-repeat center/contain;
  width: 300px;
  height: 800px;
}

.speakers .title {
  margin-bottom: 80px;
  display: block;
  text-align: center;
}
.speakers-card:nth-child(even) .speakers-card-img {
  order: 2;
}

.speakers-card:nth-child(even) .speakers-card-cont {
  order: 1;
}

.speakers-card-cont p b {
  font-weight: 500;
}

.speakers-card-cont p span {
  display: block;
  margin-bottom: 12px;
}

.speakers-card-cont p span.uppercase {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.speakers-card-cont p span.list-item {
  position: relative;
  padding-left: 20px;
}

.speakers-card-cont p span.list-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 30px;
  background: var(--Blue, #2593e2);
}

.speakers-card {
  margin-bottom: 80px;
}

.speakers-card:last-child {
  margin-bottom: 0;
}

.speakers-card .flex {
  gap: 40px;
}

.speakers-card .flex.a-center {
  align-items: center;
}

.speakers-card-img img {
  border-radius: 24px;
  max-width: 600px;
}

.speakers-card .label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.speakers-card span.name {
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
}

.speakers-card .speakers-card-cont {
  padding-bottom: 60px;
  position: relative;
  max-width: 616px;
  width: 100%;
}

.speakers-card-cont a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: default;
}

.promo.promo-bottom {
  display: none;
}

.program-block {
  padding: 120px 0 60px;
}

.program-block .container {
  z-index: 1;
}

.program-head-cont {
  max-width: 500px;
}

.program-head-cont .title {
  margin-bottom: 24px;
}

.program-head-cont p {
  margin-bottom: 32px;
}
.program-head {
  margin-bottom: 73px;
}
.program-head-img {
  z-index: 1;
  position: relative;
}
.program-block {
  position: relative;
}
.program-block:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -450px;
  background: url(../img/before-speakers-block.svg) no-repeat center/contain;
  width: 353px;
  height: 856px;
}

.tab-section {
  border: 1px solid #2593e2;
  border-radius: 24px;
}

.tab-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #bbe2ff;
}
a.b-nav-tab {
  width: 50%;
  text-align: center;
  border-bottom: 2px solid transparent;
  padding: 32px;
}

a.b-nav-tab span {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  transition: all 0.3s;
}

a.b-nav-tab span.text-mob {
  display: none;
}

a.b-nav-tab.active {
  border-bottom: 2px solid #2593e2;
  color: #2593e2;
}

a.b-nav-tab.active span,
a.b-nav-tab:hover span {
  color: #2593e2;
}

.b-tab.hidden {
  height: 0;
  overflow: hidden;
}

.table-row {
  padding: 32px;
  border-bottom: 1px solid #bbe2ff;
}

.table-row:last-child {
  border-bottom: none;
}

.table-row .flex .table-row-item:first-child,
.table-row .flex .table-row-item:last-child {
  width: 15%;
}
.table-row .flex .table-row-item:nth-child(2) {
  width: 50%;
}

.table-row span.subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: block;
}

.table-row span.subtitle.blue {
  color: #007aff;
}

.table-row .flex .table-row-item:nth-child(2) p {
  margin-top: 12px;
}

.table-row .flex .table-row-item:last-child p {
  margin-top: 12px;
}

.partners-block {
  padding: 60px 0 40px;
}

.partners-block .title {
  display: block;
  text-align: center;
  margin-bottom: 60px;
}

.partners-block .flex {
  gap: 32px;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: center;
}

.partners-block .partners-wrap-item {
  width: calc(50% - 16px);
  padding: 24px;
  height: 140px;
  border-radius: 24px;
  border: 1px solid #bbe2ff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  max-width: 286px;
}

.partners-block .partners-wrap-item:hover {
  border: 1px solid #2593e2;
}

/*.partners-block .partners-wrap-item img {*/
/*  filter: grayscale(1);*/
/*  transition: all 0.3s;*/
/*}*/

/*.partners-block .partners-wrap-item:hover img{*/
/*  filter: grayscale(0);*/
/*}*/

footer {
  background: url("../img/footer-bg.png") no-repeat center/cover;
  margin-top: 40px;
}

.footer-top {
  padding: 40px 0;
}
.logo-footer .all-btn {
  display: none;
}

.footer-item span.name {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.footer-item a {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-bottom: 12px;
}

.footer-item a:hover {
  color: #2593e2;
}

footer .copyright {
  padding: 24px 0;
}
.copyright-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  opacity: 0.5;
}

.social .flex {
  gap: 32px;
}

.mob-show-text {
  display: none;
}

#scroll-to-top {
  display: none;
  position: fixed;
  bottom: 10%;
  right: 26px;
  cursor: pointer;
  z-index: 10;
}

#scroll-to-top .btn {
  width: 48px;
  height: 48px;
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: #2593e2;
  box-shadow: 0 6px 20px 0 rgba(37, 147, 226, 0.24);
  transition: all 0.3s;
}

#scroll-to-top .btn:hover {
  background: #257ec2;
}

.small-logo {
  display: block;
  width: 105px;
  height: 50px;
}

.copyright-text a:hover {
  color: #257ec2;
}

.copyright .flex {
  align-items: center;
}

.copyright-social-item a {
  display: flex;
  align-items: center;
}

.copyright-social-item a:hover img {
  filter: grayscale(0.5);
}

.speakers-card-cont img {
  max-width: 131px;
}

.promo-bottom .promo-cont {
  left: 75px;
  max-width: 606px;
}

.promo-bottom .promo-cont span.title {
  margin-bottom: 24px;
}

.promo-bottom .promo-cont p {
  display: block;
  max-width: 470px;
  font-size: 16px;
}

.promo.promo-bottom .button-row {
  margin-top: 24px;
  margin-bottom: 54px;
}

.promo.promo-bottom .promo-info-item span {
  font-size: 18px;
}
.promo.promo-bottom .promo-info-item img {
  height: 16px;
  width: 16px;
}

.promo-bottom .promo-cont {
  top: auto;
  bottom: 40px;
  transform: none;
}

.promo-info-item br {
  display: none;
}

a.all-btn img {
  margin-left: 10px;
}

a.all-btn:hover img {
  filter: invert(51%) sepia(64%) saturate(2556%) hue-rotate(180deg)
    brightness(93%) contrast(90%);
}

.partners-wrap {
  max-width: 934px;
  margin: 0 auto;
}

/*VIDEO BLOCK*/

.video-cont {
  width: 100%;
  height: 722px;
}
.video-item,
.video-youtube {
  width: 100%;
  height: 100%;
}

.video-item iframe {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

/*HARTIYA*/

.hartiya {
  padding: 40px 0 100px;
  position: relative;
}

.hartiya:after {
  background: url(../img/hartiya-bg.svg) no-repeat center / cover;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 574px;
  height: 600px;
  z-index: 0;
}
.hartiya .container {
  z-index: 1;
}

.hartiya-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hartiya-wrap-cont {
  width: calc(50% - 50px);
}

.hartiya-wrap-cont.hartiya-wrap-l img {
  width: 100%;
  object-fit: cover;
}

.hartiya-wrap-l .mob-block {
  display: none;
}

.hartiya-wrap-cont .subtitle {
  color: var(--Blue, #2593e2);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hartiya-wrap-cont .name {
  color: var(--Black, #111);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.hartiya-wrap-cont p {
  margin-bottom: 16px;
}

.hartiya-wrap-cont p.bold {
  color: var(--Black, #111);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.hartiya-wrap-cont a {
  margin-top: 40px;
}

/*REQUEST TO PARTNER*/

.request-to-partner {
  padding: 80px 0;
  position: relative;
}

.request-to-partner:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -450px;
  background: url(../img/before-request-block.svg) no-repeat center / contain;
  width: 353px;
  height: 856px;
}

.request-to-partner_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}

.request-to-partner_wrap-cont {
  width: calc(50% - 50px);
}

.request-to-partner_wrap-cont .mob-block {
  display: none;
}

.request-to-partner .container {
  z-index: 1;
}

.request-to-partner_wrap-cont-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.request-to-partner_wrap-cont .name {
  font-weight: 700;
  font-size: 40px;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.request-to-partner_wrap-cont-l .name span {
  font-weight: 400;
}

.request-to-partner_wrap-cont-l p {
  margin-bottom: 32px;
}

.request-to-partner_wrap-cont-l p span {
  font-weight: 700;
}

.request-to-partner_wrap-cont-r img {
  width: 100%;
  display: block;
}

.table-head {
  padding: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #bbe2ff;
}

.request-to-partner .tab-section.mb-32 {
  margin-bottom: 32px;
}
.request-to-partner .table-head-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
}

.request-to-partner .table-head-title span {
  font-weight: 400;
}

.table-head-price {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #2593e2;
}

.table-row-content_wrap {
  padding: 32px;
}

.table-row-content {
  padding: 0 0 0 24px;
  margin-bottom: 12px;
  position: relative;
}

.table-row-content:last-child {
  margin-bottom: 0;
}

.table-row-content:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2593e2;
}

.table-row-content .cont {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}
.table-row-content .cont span {
  font-weight: 700;
}


/*NEW BLOCK DOCUMENTS*/

.block-for-documents {
  padding: 100px 0;
}

.block-for-documents .flex {
  flex-wrap: wrap;
}

.block-for-documents .documents-info,
.block-for-documents .documents-links {
  width: calc(50% - 50px);
}

.documents-links{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.documents-links a {
  width: 100%;
  position: relative;
  padding: 16px 44px 18px 24px;
}

.documents-links a img {
  position: absolute;
  top: 22px;
  right: 20px;
  width: 13px;
  height: 13px;
}

.documents-info .subtitle {
  color: var(--Blue, #2593e2);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.documents-info .name {
  color: var(--Black, #111);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.documents-info .name span {
  font-weight: 400;
}

