@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
  font-weight: 400; /* Соответствует значению normal */
  font-family: 'Playfair Display';
  src: url('./fonts/Playfair_Display/static/PlayfairDisplay-Regular.ttf');
}
@font-face {
  font-weight: 700; /* Соответствует значению bold */
  font-family: 'Playfair Display';
  src: url('./fonts/Playfair_Display/static/static/PlayfairDisplay-Bold.ttf');
}
@font-face {
  font-weight: 500; /* Соответствует значению normal */
  font-family: 'Playfair Display';
  src: url('./fonts/Playfair_Display/static/PlayfairDisplay-Medium.ttf');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*scroll-behavior: smooth;*/
}
html {
  margin-top: 0 !important;
}
.activity_item.link_wrapper.no-line img{
	object-fit:cover;
}
.old_events_slider{
	width:100%;
	margin-bottom:60px;
	margin-top:30px;
}
body {
  font-family: 'Noto Sans', sans-serif;
  line-height: 22px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: white;
  background: linear-gradient(95deg, #4f5460 0%, #383d43 0%);
 /* -webkit-overflow-scrolling: touch;
  touch-action: auto;
  overflow-x: hidden;*/
}
p {
  font-weight: 300;
}
section {
    overflow: hidden;
  }
.h2 {
  font-family: 'Cormorant';
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  text-transform: uppercase;
}

a {
  text-decoration: none;
}
input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: transparent;
}
li {
  list-style: none;
}
.link_wrapper.no-line p{
	padding-left:10px;
	padding-right:10px;
}
body > div.cky-consent-container.cky-box-bottom-left > div > div > div > div.cky-notice-des > p > a {
	  color: #b7a98b !important;
}
.container {
  max-width: 1500px;
  width: 100%;
  padding: 0 60px;
  margin: 0;/*0 56pxauto;*/
  height: inherit;
  margin:0 auto;
}

.header {
  background: linear-gradient(
    180deg,
    rgba(38, 43, 49, 0.71) 42.71%,
    rgba(38, 43, 49, 0) 100%
  );
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
}

.header__hamburger {
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  cursor: pointer;
}

.header__hamburger span {
  height: 1px;
  background: white;
  display: block;
}

.header__hamburger span:nth-child(1) {
  width: 30px;
}
.header__hamburger span:nth-child(2) {
  width: 24px;
}

.header__hamburger span:nth-child(3) {
  width: 42px;
}

.header_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: inherit;
  padding: 19px 0;
}

.header__right,
.header__left {
  display: flex;
  align-items: center;
}

.header-logo {
  max-width: 200px;
  height: 50px;
}

.header__left {
  column-gap: 70px;
}
.header__right {
  column-gap: 33px;
}
 .header__pop-up_btn.custom__btn-1 {
    color: #262B31;
font-family: Noto Sans;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
  }
.header__phone a {
  color: white;
  font-family: 'Cormorant', serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
}
section.gallery {
  overflow-x: unset;
  padding: 50px 0 70px 0;
  background: linear-gradient(
    129deg,
    #262b31 0%,
    rgba(38, 43, 49, 0) 100%
  ) !important;
}
.custom__btn-1 {
  padding: 11px 27px;
  background: #b7a98b;
  font-size: 18px;
  line-height: 25px;
  border: none;
  cursor: pointer;
  transition: 0.3s all;
  color: #000000;
}
.custom__btn-1 p {
  color: #000000;
}
.activity_title {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  /*padding: 30px 0;*/
  max-width: 210px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  max-width: 310px;
}
.custom__btn-1:hover {
  background: var(--gray-6, #f2f2f2);
}
.header-logo img,
.banner__log img {
  width: 100%;
  height: 100%;
}

.banner {
  height: 740px;
  position: relative;
}

.banner__background {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner__background__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(
    0deg,
    rgba(38, 43, 49, 0.7),
    rgba(38, 43, 49, 0.7)
  );
}

.banner__content_wrapper {
  height: inherit;
  position: relative;
  z-index: 3;
}

.banner__content {
  display: flex;
  column-gap: 65px;
  align-items: center;
  position: absolute;
  bottom: 40px;
  left: 115px;
}

.banner__log {
  width: 313px;
  height: 118px;
}

.banner__text {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}

.banner__separator {
  height: 178px;
  width: 1px;
  background: white;
}

.banner__text__title {
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 61px;
  text-transform: uppercase;
  color: #b7a98b;
}

.banner__text__content {
  max-width: 490px;
}

.mission {
  position: relative;
  height: 694px;
  display: flex;
  align-items: center;
}
.advantages .lines-white-big {
  width: 185px;
    height: 119px;
  position: absolute;
  left: -211px;
  top: 10px;
}
.advantages_text_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  margin-top: 50px;
}
.activities_title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.line-bottom-brown-small {
  display: block;
  width: 55px;
  height: 2px;
  background: #b7a98b;
}
.lines-brown-small {
  background: url(../img/lines-brown-small.svg);
  width: 86px;
  height: 56px;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.lines-white-small {
  background: url(../img/lines-white-small.svg);
  width: 159px;
  height: 56px;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.lines-white-big {
  background: url(../img/lines-white-big.svg);
  width: 142px;
  height: 95px;
  display: block;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.speakers_list.speakers_list_more .lines-white-big {
  opacity: 0;
}
.contacts_top {
  gap: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}
.contacts_top p {
  max-width: 253px;
}
.contacts_bottom {
  display: flex;
  align-items: center;
      justify-content: space-between;
  width: 100%;
}
.contacts_bottom ul li {
  width: 200px;
}
.contacts_bottom li a {
 width: 200px;
}
.line-arrows {
  position: relative;
  z-index: 1;
  width: 226px;
  height: 175px;
  background-repeat: no-repeat;
  background-size: cover;
}
.line-arrows-right {
  background: url(../img/line-arrows-right.svg);
}
.line-arrows-left {
  background: url(../img/line-arrows-left.svg);
}

.mission__overlay {
  background: linear-gradient(129deg, #262b31 0%, rgba(38, 43, 49, 0) 100%);
  opacity: 0.5;
  position: absolute;
  z-index: -2;
  height: 100%;
  width: 100%;
  top: 0;
}
.block__content {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 70px;
  justify-content: flex-start;
}
.section_block {
  padding: 50px 0 70px;
}
.wpcf7-form .form_submit p {
  cursor: pointer;
}
.speakers {
  background: linear-gradient(95deg, #4f5460 0%, #383d43 0%) !important;
  padding: 50px 60px 70px 60px;

  position: relative;
  /* height: 694px; */
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.speakers .h2 {
  margin-bottom: 36px;
}
.speakers_big_block {
  width: 1007px;
  height: 431px;
  position: relative;
  z-index: 0;
  margin-bottom: 50px;
}
.speakers_container {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.speakers_list_logo_bg {
  opacity: 0;
  position: absolute;
  z-index: 0;
  top: 1085px;
  left: 0;
  background: url(../img/rrcc-logo-gray-bg.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  display: block;
  width: 647px;
  height: 182px;
}
.speakers_top_title.big__title_wrapper-1 {
  position: absolute;
  top: 690px;
      right: 172px;
  z-index: 1;
}
.speakers_bottom_title.big__title_wrapper-1 {
  position: absolute;
  bottom: 96px;
  left: 0;
  z-index: 1;
}
.speakers_big_block_img {
  width: 643px;
  height: 431px;
  position: relative;
  z-index: 1;
}
.speakers_big_block_content {
  padding: 15px 16px 26px 59px;
  width: 397px;
  height: 196px;
  border: 1px solid rgba(217, 217, 217, 0.2);
  position: absolute;
  z-index: 2;
  top: 29%;
  left: 60%;
}
.speakers_big_block_content p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.speakers_list {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 25px;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
}
.speakers_list_column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.speakers_list_item {
  cursor: pointer;
  z-index: 4;
  width: 418px;
  position: relative;
  transition: 0.5s all;
}
.speakers_list_item:hover {
  z-index: 5;
  transform: scale(1.1);
   transition: 0.5s all;
}
.speakers_list_item img {
  object-fit: cover;
  width: 100%;
  height: 284px;
  position: relative;
  z-index: 0;
}
.speakers_big_block_content h2 {
  font-size: 32px;
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  line-height: 100%;
  color: var(--color-2, #b7a98b);
  margin-bottom: 11px;
}
.speakers_list_item h2 {
  font-size: 32px;
  font-family: 'Playfair Display', serif;
  /*font-family: 'Noto Sans';'Cormorant';*/
  font-weight: 500;
  line-height: 100%;
  color: var(--color-2, #b7a98b);
  margin-bottom: 11px;
}
.speakers_list_item_content.border-none {
  height: 216px;
}
.speakers_list_item_content p {
  margin-bottom: 39px;
  color: #fff;
  font-size: 16px;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.speakers_list_item_no_img {
  width: 424px;
  height: 284px;
  position: relative;
  z-index: 0;
  background: transparent;
}
.speaker-bottom-min {
  position: absolute;
  bottom: 224px;
  left: 108px;
}
.speaker-bottom-big {
  position: absolute;
  bottom: 0;
  right: 0;
}
.speakers_list_item_content {
  top: -25px;
  left: -14px;
  padding: 40px 14px 28px 14px;
  position: relative;
  z-index: 1;
  width: 328px;
  height: 311px;
  flex-shrink: 0;
  border: 1px solid rgba(217, 217, 217, 0.2);
}
.big__title {
  font-family: 'Cormorant';
  font-size: 130px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
}
.for_official_partners.big__title_wrapper-1 {
     top: 825px;
  right: 138px;
  position: absolute;
}
.for_general_partners.big__title_wrapper-1 {
  bottom: 120px;
  position: absolute;
}
.for_partners .big__title {
  font-size: 80px !important;
}
.rrcc_logo {
  display: block;
  background-image: url(../img/rrcc-logo.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 151px;
  height: 57px;
}
.burger_menu .rrcc_logo {
  width: 100%;
}
.download-icon {
  display: block;
  background-image: url(../img/download-icon.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.event_wrapper .swiper-slide,
.old__event_wrapper .swiper-slide {
  height: 580px !important;
}
.event_wrapper .swiper-slide .link_wrapper,
.old__event_wrapper .swiper-slide .link_wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.phone-icon {
  display: block;
  background-image: url(../img/phone-icon.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.globus-icon {
  display: block;
  background-image: url(../img/globus-icon.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.mail-icon {
  display: block;
  background-image: url(../img/mail-icon.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.yt-icon {
  display: block;
  background-image: url(../img/yt-icon.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  background-size: cover;
}
.big__title strong {
  background: linear-gradient(
    94.11deg,
    #262b31 1.7%,
    rgba(38, 43, 49, 0) 146.5%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  opacity: 0.7;
  /*  position: relative;
    z-index: -4;*/
}
.single_event .swiper-slide img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.single__event__slider_wrapper .swiper-wrapper {
  height: 537px;
}
.video-pop-up .video-cover-big {
  position: relative;
}
.video-pop-up img.video-play {
  position: absolute;
  top: 43%;
  left: 45%;
}
.video-pop-up img.cover-big.scale {
  width: 100%;
}
.big__title_wrapper-1 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  transform: rotate(-90deg);
  width: 0;
  height: 0;
  z-index: -1;
}

.mission .big__title_wrapper-1 {
  top: 270px;
  left: 28px;
}

.mission .container {
  position: relative;
}
.for_partners_content.general_partners {
  margin-bottom: 0;
}
.for_partners_content_wrapper .h2 p {
  line-height: 70%;
}
.mission__background {
  display: flex;
  position: absolute;
  right: 57px;
  bottom: 37px;
}

.background__line_wrapper {
  display: flex;
  position: absolute;
  bottom: 0;
}
.activities .background__line_wrapper {
  width: 113px;
  height: 59px;
  display: flex;
  position: absolute;
  top: -15px;
  right: -55px;
}

.mission__background .background__line,
.advantages__text__content__left .background__line {
  width: 125px;
  height: 125px;
}
.advantages_text_container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.burger_menu {
  overflow-y: auto;
  left: -100%;
  position: fixed;
  top: 0;
  width: 100%;
  /*width: 1140px;*/
  height: 741px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  transition: 1s all;
  z-index: 10;
}
.burger_active {
  left: 0 !important;
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-wrap .eg-everest-lightbox-details-wrap {
    display: none;
}
.eg-everest-lightbox-wrap {
max-width: 100%!important;
}
.eg-everest-lightbox-source-holder {
  transition: 1s all!important;
      height: 100%;
}
.eg-everest-lightbox-source-holder img{
  width: 100%!important;
  height: 100%!important;
  object-fit: contain;
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-wrap {
    /*width: 75%!important;
    height: 70%;*/
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-controls .eg-everest-lightbox-previous {
    left: 50px;
    width: 120px;
    height: 120px;
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-controls .eg-everest-lightbox-next {
    right: 50px;
    left: auto;
    width: 120px;
    height: 120px;
}

.eg-everest-lightbox-overlay .eg-everest-lightbox-controls .eg-everest-lightbox-previous:before {
    content: '\f104';
    left: 45px;
    top: 50px;
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-controls .eg-everest-lightbox-next:before {
    content: '\f105';
    right: 45px;
    top: 50px;
}
.activities_list {
  display: flex;
  gap: 25px;
  width: 100%;
  flex-wrap: wrap;
}
.activities .h2 {
  margin-bottom: 29px;
}
.activity_item {
  width: 313px;
}
.activity_item img {
  margin-bottom: 15px;
  height: 200px;
    width: 100%;
}
.burger_menu_left {
  width: 100%;
  height: 100%;
  padding: 82px 51px 48px 51px;
  background: var(--grey-2, #383d43);
}
.close-white-icon {
  cursor: pointer;
  background-image: url(../img/close-white-icon.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 22px;
  left: 25px;
}
.menu_list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.menu_list_item {
  width: 100%;
  border-top: 1px solid rgba(242, 242, 242, 0.2);
  border-bottom: 1px solid rgba(242, 242, 242, 0.2);
  padding: 14px 0;
}

.menu_list_item_text {
  color: var(--gray-6, #f2f2f2);
  font-size: 50px;
  font-family: Cormorant;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.menu_list_item a {
  display: flex;
  gap: 18px;
  /* max-width: 951px; */

  align-items: baseline;
  justify-content: flex-start;
}

.menu_list_item a:hover {
  transition: 0.5s all;
  transform: translate(70px);
}
.menu_list_item:hover .menu_list_item_text {
  color: var(--color-2, #b7a98b);
  font-size: 50px;
  font-family: Cormorant;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}
.burger_menu_right_title {
  position: relative;
  z-index: 2;
  margin-bottom: 25px;
}
.submit-arrow-small-icon {
  background: url(../img/submit-arrow-small-white.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 38px;
  height: 26px;
}
.event-video.event-video-file {
min-height: 731px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.event-video.event-video-file .container {
  min-height: 731px;
}
.event-video.event-video-file .container .video-pop-up {
 min-height: 731px;
  display: block;
}
.event-video.event-video-file .container .video-pop-up .video-cover-big.scale-hover {
 min-height: 731px;
}
.event-video.event-video-file .video-pop-up img.video-play {
    position: absolute;
    top: 40%;
    left: 49%;
}
.menu_list_item:hover .submit-arrow-small-icon {
  background: url(../img/submit-arrow-small-brown.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 38px;
  height: 18px;
}
.burger_menu_right {
  position: relative;
  background: rgba(38, 43, 49, 0.5);
  width: 28%;
  height: 100%;
  padding: 75px 50px 48px 50px;
  background: rgba(38, 43, 49, 1);
}
.burger_menu_right h2 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: Noto Sans;
  font-weight: 300;
  margin-bottom: 22px;
}
.burger_menu_right ul {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 29px;
}
.burger_submit_btn_mobile {
  display: none;
}
.gallery_loader {
  width: 76px;
  height: 76px;
  object-fit: contain;
}
.burger_menu_right a {
  width: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: #b7a98b;
  text-align: center;

  /* Text 4 */
  font-size: 18px;
  font-family: Noto Sans;
  font-weight: 300;
  text-decoration-line: underline;
}
.speaker_bottom_small_img {
  width: 313px;
  height: 209px;
  object-fit: contain;
  z-index: 2;
  position: relative;
}
.partners__content .partners__box img {
  height: 100%;
  object-fit: contain;
}
.speaker_bottom_big_img {
  width: 642px;
  height: 376px;
  object-fit: contain;
  z-index: 2;
  position: relative;
}
.single_card {
  width: 313px;
}
.mission__background .background__line_wrapper {
  left: -1230px;
  top: -160px;
}

.background__line {
  position: relative;
}

.background__line:first-child {
  right: -25%;
}

.background__line:after {
  display: block;
  content: '';
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
  transform: rotateZ(45deg) translate3d(10px, 10px, 10px);
}

.section__title_wrapper {
  margin-top: 50px;
  display: flex;
  position: relative;
  z-index: 3;
}

.mission .section__title_wrapper {
 /* margin-left: 110px;*/
}

.section__title_wrapper .title-1,
.advantages__text__content__left .title-2,
.old__event_wrapper .title-1,
.event_wrapper .title-2 {
  color: #b7a98b;
  font-style: italic;
}

.section__subtitle__text_wrapper {
  position: absolute;
  display: flex;
  column-gap: 32px;
  max-width: 300px;
  right: 214px;
  top: 57px;
}

.section__subtitle__text_wrapper .background__line {
  width: 60px;
  height: 60px;
}

.section__subtitle__text_wrapper .background__line:after {
  transform: rotateZ(45deg) translate3d(20px, -15px, 10px);
}
.red-car-mobile,
.general-partners-options-mobile {
  display: none;
}
.section__subtitle__text_wrapper .background__line_wrapper {
  left: -120px;
}

.advantages .big__title,
.old__event .big__title,
.event .big__title {
  font-size: 80px;
  line-height: 100%;
}
.advantages {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.advantages .big__title_wrapper-1 {
  top: 695px;
  left: 0;
  position: absolute;
}
.advantages .section__title_wrapper {
  margin-bottom: 29px;
}
.advantages_wrapper {
  padding: 70px 0;
  display: flex;
  flex-direction: column;
  max-width: 1095px;
  margin: 0 auto;
}
.mission_content .background__line_wrapper {
  z-index: 1;
  opacity: 0.7;
}
.advantages__text__content {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}

.advantages__text__content__left,
.advantages__text__content__right {
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.advantages__text__content__left {
  position: relative;
  row-gap: 30px;
}

.advantages__text__content__right {
  row-gap: 45px;
  max-width: 312px;
}

.advantages__text__content__left .subtitle {
  max-width: 535px;
}

.subtitle {
  font-size: 20px;
  line-height: 27px;
}
/*MODAL*/
.popup-black,
.form-popup-black {
  display: none;
  transition: 1s all;
}
.popup_wrapper {
  content: '';
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.form_submit p {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.popup-success {
  display: none;
}
.popup.popup-success-container {
   padding: 20px;
  min-width: 550px;
    min-height: 247px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup.popup-success-container p {
  max-width: 475px;
    color: #FFF;
font-family: Noto Sans;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: normal;
}
.popup {
  position: fixed;
  z-index: 99999; 
  opacity: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  background: var(--grey-3, rgba(38, 43, 49, 1));

  h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 48px;
    /* or 110% */
    color: #ffffff;
  }
}
.wpcf7-not-valid-tip {
  color: #ff8585!important;
  font-weight:300;
  padding-bottom: 10px;
  padding-top: 10px;
}
}
.speakers-long {
  width:100%;
}
.speakers-long-img { 
  width:100%;
}

/*.popup_form_field_text .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
  background: transparent !important;
  resize: none !important;
  display: flex !important;
  outline: none !important;
  padding: 10px !important;
  margin: 0;
  height: 120px !important;
  width: 100%;
  overflow: hidden !important;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  z-index: 3;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}*/
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  margin-top: 0!important;
}
.wpforms-container .wpforms-submit-container {
  padding: 0 !important;
}
div.wpforms-container-full {
  margin: 0!important;
}
.wpforms-field.wpforms-field-textarea textarea {
  background: transparent !important;
  resize: none !important;
  display: flex !important;
  outline: none !important;
  padding: 10px 10px !important;
  margin: 0;
  height: 120px !important;
  width: 100%;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  z-index: 3;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.wpforms-field.wpforms-field-html {
  padding: 0!important;
}
.wpforms-field-container h3 {
  color: #FFF;
font-family: Noto Sans;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.wpforms-container input.wpforms-field-medium {
  max-width: unset!important;
}
.for_official_partners.big__title_wrapper-1 .big__title {
  font-size: 80px !important;
}
.popup_form_field_text .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.popup_form_field_text .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea:-moz-placeholder {
  /* Firefox 18- */
  text-align: start;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.popup_form_field_text .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea::-moz-placeholder {
  /* Firefox 19+ */
  text-align: start;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.popup_form_field_text .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder {
  text-align: start;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.modal-exit-black-icon {
  background: url('../img/close-white-icon.svg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

/**/
.text-300 {
  font-weight: 300;
}

.advantages__text__content__left .background__line_wrapper {
  top: 0;
  left: -250px;
}

.partners {
  padding: 50px 0 70px;
  /*background: linear-gradient(95deg, #4f5460 0%, #383d43 100%);*/
  background: linear-gradient(95deg, #4f5460 0%, #383d43 40%);
}
.for_partners .mission__overlay {
  background: linear-gradient(
    129deg,
    #262b31 0%,
    rgba(38, 43, 49, 0) 100%
  ) !important;
  opacity: 0.7 !important;
}
#events {
  background: linear-gradient(95deg, #4f5460 0%, #383d43 0%) !important;
}
.advantages_text_content p {
  color: #fff;
  font-size: 16px;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.partners__overlay {
  background: linear-gradient(95deg, #4f5460 0%, #383d43 0%);
  /*background: linear-gradient(112.55deg, #383D43 5.68%, rgba(38, 43, 49, 0) 97.57%);*/
  position: absolute;
  z-index: -2;
  height: fit-content;
  width: 100%;
  top: 0;
}

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

.partners_wrapper .h2 p {
  display: inline;
}

.partners_wrapper .h2 p:first-child {
  color: #b7a98b;
}

.partners__box {
  width: 25%;
  display: flex;
  justify-content: center;
}

.partners__content {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 70px;
  justify-content: center;
}
.for_partners {
  position: relative;
  /* background: linear-gradient(112.55deg, #262B31 5.68%, rgba(38, 43, 49, 0.5) 97.57%);*/
}
.for_partners .section__subtitle__text {
  margin-bottom: 30px;
  color: var(--color-2, #b7a98b);
  font-size: 44px;
  font-family: Cormorant;
  font-style: italic;
  font-weight: 600;
  line-height: 100%;
  width: 464px;
}
.for_partners .container {
  padding: 70px 60px 50px
}
.for_partners_content {
  position: relative;
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 23px;
}
.for_partners_content.general_partners {
  margin-top: 50px;
}
.old__event,
.event {
  position: relative;
  padding: 50px 0 70px;
  overflow-x: hidden;
}
.old__event {
  /* background: linear-gradient(112.55deg, #262B31 5.68%, rgba(38, 43, 49, 0) 97.57%)!important;*/
}
.old__event,
.event > * {
  /* overflow: hidden;*/
}
.event.activities .big__title_wrapper-1 {
  top: 670px;
    right: 176px;
    position: absolute;
}
.wpcf7-form-control-wrap > * {
  cursor: text !important;
}
.event.activities .big__title {
  font-size: 80px !important;
  line-height: 100%;
}
.old__event .big__title_wrapper-1,
.event .big__title_wrapper-1 {
  top: 780px;
  z-index: 1;
}

.old__event_wrapper,
.event_wrapper {
  position: relative;
  z-index: 2;
  /*max-width: 1095px;
  margin: 0 60px;*/
}

.old__event__slider_wrapper,
.event__slider_wrapper,
.single__event__slider_wrapper {
  margin-top: 35px;
}

.old__event__slider .swiper-slide,
.event__slider .swiper-slide {
  border: 1px solid #4f5460;
}

.old__event__slider .swiper-slide img,
.event__slider .swiper-slide img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.contacts_bottom li a span {
  margin-bottom: 20px !important;
}
.event__date {
  margin: 20px 0;
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}

.event__loc {
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  opacity: 0.5;
  margin-bottom: 26px;
  margin-top: 26px;
}

.event__title {
  height: 127px;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  padding: 26px 0;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event__title:after,
.event__title:before {
  display: block;
  content: '';
  width: 87px;
  height: 1px;
  background-color: white;
}

.event__title:after {
  position: absolute;
  bottom: 0;
}

.event__title:before {
  position: absolute;
  top: 0;
}
.link_wrapper {
  display: block;
  color: inherit;
}

.event__btn {
  display: flex;
  align-items: center;
  column-gap: 15px;
  margin: 25px auto;
}

.old__event__slider_wrapper .swiper,
.event__slider_wrapper .swiper,
.single__event__slider_wrapper .swiper {
  overflow: visible;
}

.old__event__slider_wrapper .custom__slider__nav,
.event__slider_wrapper .custom__slider__nav {
  position: absolute;
  right: 0;
  top: -90px;
  display: flex;
  align-items: center;
  column-gap: 13px;
}

.old__event__slider_wrapper .swiper-button-next,
.old__event__slider_wrapper .swiper-button-prev,
.event__slider_wrapper .swiper-button-next,
.event__slider_wrapper .swiper-button-prev,
.single__event__slider_wrapper .swiper-button-next,
.single__event__slider_wrapper .swiper-button-prev {
  position: relative;
  right: auto;
  left: auto;
  margin-top: 0;
  background: #262b31;
  border-radius: 100px;
}
.event_video_ref iframe {
  width: 100%;
  min-height: 731px;
}
.for_partners .section__subtitle__text_wrapper {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  column-gap: 32px;
  max-width: 100%;
  left: 89px;
  margin-bottom: 48px;
  left: 0;
  top: 0;
  right: 0;
}
.old__event__slider_wrapper .swiper-button-prev,
.event__slider_wrapper .swiper-button-prev,
.single__event__slider_wrapper .swiper-button-prev {
  width: 45px;
  height: 45px;
}

.old__event__slider_wrapper .swiper-button-next,
.event__slider_wrapper .swiper-button-next,
.single__event__slider_wrapper .swiper-button-next {
  width: 72px;
  height: 72px;
}
.grecaptcha-badge {
    display: none !important;
}
.gallery_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 18px;
  max-height: 1246px;
  overflow: hidden;
}
.gallery_list_column {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.gallery_list_img_block {
  width: 313px;
}

.gallery_list_img_xs {
  height: 256px;
}
.gallery_list_img_s {
  height: 301px;
}
.gallery_list_img_m {
  height: 316px;
}
.gallery_list_img_l {
  height: 398px;
}
.old__event__slider_wrapper .swiper-button-next:after,
.old__event__slider_wrapper .swiper-button-prev:after,
.event__slider_wrapper .swiper-button-next:after,
.event__slider_wrapper .swiper-button-prev:after,
.single__event__slider_wrapper .swiper-button-next:after,
.single__event__slider_wrapper .swiper-button-prev:after {
  width: 14px;
  height: 14px;
  font-size: inherit;
  line-height: inherit;
}

.old__event__slider_wrapper .swiper-button-prev:after,
.event__slider_wrapper .swiper-button-prev:after,
.single__event__slider_wrapper .swiper-button-prev:after {
  content: url('/wp-content/themes/intentionally-blank/assets/img/svg/arrow-prew.svg');
}
.old__event__slider_wrapper .swiper-button-next:after,
.event__slider_wrapper .swiper-button-next:after,
.single__event__slider_wrapper .swiper-button-next:after {
  content: url('/wp-content/themes/intentionally-blank/assets/img/svg/arrow-next.svg');
}

.old__event__slider_wrapper .swiper-pagination,
.event__slider_wrapper .swiper-pagination,
.single__event__slider_wrapper .swiper-pagination {
  position: relative;
  width: 80px;
  font-family: 'Cormorant';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #8a91a3;
}
.dark-gray {
  background: var(--grey-3, rgba(38, 43, 49, 0.5));
}
.hr-gray {
  height: 0;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
}
.form_contact_us,
.popup__form.fancybox__content {
  width: 537px;
  height: 321px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 19px 25px;
  flex-direction: column;
  position: relative;
  z-index: 5;
}
.form_contact_us h3 {
  color: #fff;
  font-size: 18px;
  font-family: Noto Sans;
  font-weight: 500;
  width: 365px;
}
.event-title {
  width: 80%;
  line-height: 100%;
  color: #fff;
  font-size: 50px;
  font-family: Cormorant;
  font-weight: 700;
  text-transform: uppercase;
}
.event-head {
  margin-bottom: 43px;
}
.event-double-text {
  margin-bottom: 35px;
}
.event-date,
.event-loc {
  color: var(--color-2, #b7a98b);
  font-size: 14px;
  font-family: Noto Sans;
  font-weight: 300;
}
.event-double-content .event-double-slider {
  padding-top: 87px;
  padding-bottom: 35px;
  width: 100%;
}
.event-content .custom__slider__nav {
  position: absolute;
  right: 0;
  bottom: -115px;
  display: flex;
  align-items: center;
  column-gap: 13px;
}
.event-description {
  display: flex;
  align-items: center;
  gap: 10px;
}
.res-n {
  resize: none;
}
.popup-contact-us-title {
  color: #fff;
  font-size: 18px;
  font-family: Noto Sans;
  font-weight: 500;
  width: 365px;
  margin-bottom: 15px;
}
.form_submit {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.wpcf7-form .form_submit {
  margin-top: 20px;
}
.form-submit-icon {
  background: url(../img/submit-arrow-left-white.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 18px;
}
div.wpforms-container-full input[type=text], div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  border-radius: unset!important;
}
.form_submit_btn  {
  cursor: pointer!important;
    border: none!important;
    color: var(--gray-6, #f2f2f2)!important;
    font-size: 18px!important;
    font-family: Noto Sans!important;
    box-shadow: none!important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    /* width: 158px; */
    background: transparent;
}
div.wpforms-container-full button[type=submit], div.wpforms-container-full button[type=submit]:active, div.wpforms-container-full button[type=submit]:focus {
  cursor: pointer!important;
  border: none!important;
  color: var(--gray-6, #f2f2f2)!important;
  font-size: 18px!important;
  font-family: Noto Sans!important;
  box-shadow: none!important;
font-style: normal;
font-weight: 400;
line-height: normal;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
        width: 158px;
  }

/*div.wpforms-container-full button[type=submit]:after,div.wpforms-container-full button[type=submit]:active:after, div.wpforms-container-full button[type=submit]:focus:after {
  content: " ";
  background: url(../img/submit-arrow-left-white.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 18px;
  position: absolute;
  right: 0;
    top: 11px;
}*/
div.wpforms-container-full button[type=submit], div.wpforms-container-full button[type=submit]:hover, div.wpforms-container-full button[type=submit]:focus, div.wpforms-container-full button[type=submit]:active {
  background-image: url(../img/submit-arrow-left-white.svg);
  background-color: transparent!important;
background-repeat: no-repeat;
background-position: right!important;
padding: 0 50px 0 0 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container:hover {
  background-color: transparent!important;
}

.form_field_text, .wpforms-field.wpforms-field-text input, .wpforms-field-medium {

  width: 100%!important;
  display: flex!important;
  outline: none!important;
  padding: 10px 10px 10px 0!important;
  margin-bottom: 20px!important;
  height: 29px!important;
  width: 100%!important;
  overflow: hidden!important;
  background: transparent!important;
  border: none!important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3)!important;
  z-index: 3;
  cursor: pointer;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.3)!important;
}
..wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-color:none!important;
}
div.wpforms-container-full .wpforms-form em.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error {
  border: none!important;
}
.wpcf7 form .wpcf7-response-output{
    border:none;
    font-size:14px;
    text-align:center;
    margin: 0 0 10px 0px;
}
div.wpforms-container-full .wpforms-form em.wpforms-error {
  color: #ffffff!important;
}
div.wpforms-container-full .wpforms-form em.wpforms-error::before {
  display: none!important;
}
.form_field_text.textarea .wpforms-field.wpforms-field-textarea textarea {
  border: 1px solid rgba(255, 255, 255, 0.3)!important;
  /* width: 479px;*/
  height: 120px!important;
  padding: 13px!important;
}
.wpforms-container.wpforms-container-full.wpforms-render-modern {
  background: var(--grey-3, rgba(38, 43, 49, 1))!important;
  padding: 19px 23px!important;
      min-width: 537px;
}
.advantages .section__subtitle__text {
  color: #fff;
  font-family: Noto Sans;
  width: 531px;
}
.advantages .container {
  padding: 72px 60px;
}
.form_field_text::-webkit-input-placeholder, .wpforms-field.wpforms-field-text input::-webkit-input-placeholder, .wpforms-field-medium::-webkit-input-placeholder, .wpforms-field.wpforms-field-textarea textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px;
  font-family: Noto Sans;
  font-weight: 300;
}

.form_field_text:-moz-placeholder, .wpforms-field.wpforms-field-text input:-moz-placeholder, .wpforms-field-medium:-moz-placeholder, .wpforms-field.wpforms-field-textarea textarea:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px;
  font-family: Noto Sans;
  font-weight: 300;
}

.form_field_text::-moz-placeholder, .wpforms-field.wpforms-field-text input::-moz-placeholder, .wpforms-field-medium::-moz-placeholder, .wpforms-field.wpforms-field-textarea textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px;
  font-family: Noto Sans;
  font-weight: 300;
}

.form_field_text:-ms-input-placeholder, .wpforms-field.wpforms-field-text input:-ms-input-placeholder, .wpforms-field-medium:-ms-input-placeholder, .wpforms-field.wpforms-field-textarea textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 14px;
  font-family: Noto Sans;
  font-weight: 300;
}
.old__event__slider_wrapper .swiper-pagination .swiper-pagination-current,
.event__slider_wrapper .swiper-pagination .swiper-pagination-current,
.single__event__slider_wrapper .swiper-pagination .swiper-pagination-current {
  color: #b7a98b;
}

.event_wrapper .title-1 span {
  color: #b7a98b;
}
.page_gallery h1 {
  text-align: center;
  margin: 95px 0 27px;
}
.event__slider .swiper-slide {
  background: #262b31;
      /*height: 509px!important;
    width: 313px!important;*/
}
/*.event__loc {
    padding: 0 20px;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    opacity: 0.5;
    margin-bottom: 30px;
}
.event__title {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    padding: 30px 0;
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
*/
.speakers_big_block_content .text_bottom_line,
.speakers_list_item_content .text_bottom_line {
  background: #f2f2f2;
  width: 55px;
  height: 1px;
  position: absolute;
  bottom: 24px;
  display: block;
}
.speakers_list_more {
  height: 0px;
  opacity: 0;
  transition: 1s ease-out;
}
.speakers_list_more.active {
  height: 100%;
  opacity: 1;
}
.show_more {
  margin-top: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  width: 100%;
  cursor: pointer;
  position: relative;
  z-index: 1;
  text-decoration: underline;
  transition: 0.3s all;
}
section.event .container {
  max-width: 100%;
}
.show_more p {
  color: var(--gray-6, #f2f2f2);
  font-size: 16px;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
}
.eg-load-more-block.eg-load-more-layout-6 a.eg-load-more-trigger {
  transition: 0.3s all;
  background: transparent!important;
 display: flex;
    border: none!important;
    color: var(--gray-6, #f2f2f2);
    font-size: 16px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    align-items: center;
    justify-content: center;
    gap: 17px;
}
.eg-load-more-block.eg-load-more-layout-6 a.eg-load-more-trigger:hover,
.eg-load-more-block.eg-load-more-layout-6 a.eg-load-more-trigger:focus,
.eg-load-more-block.eg-load-more-layout-6 a.eg-load-more-trigger:active {
  transition: 0.3s all;
  color: #b7a98b;
}
.eg-load-more-block.eg-load-more-layout-6 a.eg-load-more-trigger:hover:after,
.eg-load-more-block.eg-load-more-layout-6 a.eg-load-more-trigger:focus:after,
.eg-load-more-block.eg-load-more-layout-6 a.eg-load-more-trigger:active:after {
  transition: 0.3s all;
  content: " ";
  background-color: #b7a98b!important;
}
.eg-load-more-block.eg-load-more-layout-6 a.eg-load-more-trigger:hover, .eg-load-more-block.eg-load-more-layout-6, a.eg-load-more-trigger:focus .eg-load-more-block.eg-load-more-layout-6 a.eg-load-more-trigger:active {
  background: transparent!important;  background-color: transparent!important;
}
.eg-load-more-block.eg-load-more-layout-6 a.eg-load-more-trigger:after {
  content: " ";
   display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50% 50%;
  background-color: #262b31;

  background-image: url(../img/arrow-down-white-icon.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.show_more:hover p {
  color: var(--color-2, #b7a98b);
}
.show_more_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50% 50%;
  background: #262b31;
}
.show_more:hover .show_more_circle {
  background: #b7a98b;
}
section.event .lines-white-big {
  position: absolute;
  left: -211px;
  top: 10px;
}
section.event.activities .lines-white-big {
  right: 100px;
  left: unset;
}
.arrow-down-white-icon {
  background-image: url(../img/arrow-down-white-icon.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
.arrow-up-white-icon {
  background-image: url(../img/arrow-up-white-icon.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
/*Common*/
.opacity-0 {
  opacity: 0;
}
.opacity-1 {
  opacity: 1;
}
.pr {
  position: relative;
}
.f-l {
  float: left;
}
.p20 {
  padding: 20px;
}
.cp {
  cursor: pointer !important;
}
.rotate-180 {
  transform: rotate(180deg);
}
.border-gray {
  border: 1px solid rgba(217, 217, 217, 0.2) !important;
}
.color-gray {
  color: #bdbdbd !important;
}
.outline-none {
  outline: none !important;
}
.pr {
  position: relative;
}
.w100 {
  width: 100%;
}
.w33 {
  width: 33.33333333% !important;
}
.w50 {
  width: 50%;
}
.w313 {
  width: 313px;
}
.min-h100 {
  min-height: 100%;
}
.h100 {
  height: 100%;
}
.mt20 {
  margin-top: 20px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb27 {
  margin-bottom: 27px !important;
}
.mb42 {
  margin-bottom: 42px !important;
}
.mb47 {
  margin-bottom: 47px;
}
.d-flex {
  display: flex;
}
.t-a-c {
  text-align: center;
}
.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.align-items-start {
  align-items: flex-start;
}

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

.align-items-baseline {
  align-items: baseline;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.lsn {
  list-style-type: none;
}

.tdn {
  text-decoration: none;
}

.gap-5 {
  gap: 5px;
}

.gap-10 {
  gap: 10px;
}

.gap-16 {
  gap: 16px;
}

.gap-20 {
  gap: 20px;
}

.gap-25 {
  gap: 25px;
}

.gap-30 {
  gap: 30px;
}

.gap-35 {
  gap: 35px;
}

.gap-50 {
  gap: 50px;
}

.gap-85 {
  gap: 85px;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.p-x-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.p-x-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.color-white {
  color: #fff !important;
}
.text_18px_300 {
  text-align: center;
  font-size: 18px;
  font-family: Noto Sans;
  font-weight: 300;
  line-height: 100%;
}
.text_20px_300 {
  text-align: center;
  font-size: 20px;
  font-family: Noto Sans;
  font-weight: 300;
  line-height: 100%;
}
.text_32px_700 {
  font-size: 32px;
  font-family: Cormorant !important;
  font-weight: 700;
  line-height: 100%;
}
.text_44px_700 {
  font-size: 44px;
  font-family: Cormorant;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}
.text_block {
  width: 100%;
  padding: 19px 38px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  opacity: 0.9;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.for_partners_content_wrapper .text_block h3 {
  color: #fff;
  font-size: 20px;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px;
}
.for_partners_content_wrapper .text_block p {
  color: #fff !important;
  font-size: 16px;
  font-family: Noto Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
}
.text_20px_500 {
  font-size: 20px;
  font-family: Noto Sans;
  font-weight: 500;
}
.brown {
  color: var(--color-2, #b7a98b);
}
.gray {
  color: var(--gray-6, #f2f2f2);
}
.border-none {
  border: none !important;
}
.text_16px {
  font-size: 16px;
  font-family: Noto Sans;
}
.text-underline {
  text-decoration: underline;
}
.text_16px_300 {
  font-size: 16px;
  font-family: Noto Sans;
  font-weight: 300;
}
.white {
  color: #fff;
}
.mb39 {
  margin-bottom: 39px;
}
.mb11 {
  margin-bottom: 11px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt50 {
  margin-top: 50px;
}
.hidden {
  display: none;
}

.footer {
  padding: 16px 0 10px 0;
  position: relative;
  width: 100%;
  bottom: 0;
}

.footer-text {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: Noto Sans;
  font-weight: 300;
}
.banner_text_block {
  display: flex;
  gap: 19px;
  align-items: center;
}
.d-none {
  display: none;
}
.mission__background-desktop {
  display: block;
}
.mission__background-mobile {
  display: none;
}
@media (max-width: 991px) {
  .gallery_loader {
  width: 46px;
  height: 46px;
}
  .big__title_wrapper-1 {
    display: none;
  }
  .wpforms-container.wpforms-container-full.wpforms-render-modern {
    min-width: 100%;
  }
  .popup {
    max-width: 350px;
    padding: 47px 23px;
    padding: 0;
  }

  .menu_list_item a {
    display: inline-block;
  }
  /* .menu_list_item a p:after {
    content: '';
    background: url(../img/submit-arrow-small-white.svg);
    position: relative;
    top: -12%;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    width: 38px;
    height: 26px;
    display: flex;
     align-items: center;
    background-position: center;
    }*/
  .contacts_top {
    gap: 5px;
  }
  .event-video {
    margin-bottom: 70px;
    
  }

  .burger_menu_right__overlay {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.1);
  }

  .gallery_list_img_block img {
    width: 100%;
  }

  .speakers_list_item.offset {
    display: none;
  }
  .single__event__slider_wrapper .swiper-wrapper {
    height: 184px;
  }

  .event-double-text p {
    font-size: 14px;
  }
  .event-date,
  .event-loc {
    font-size: 14px;
  }
  .eg-everest-lightbox-overlay .eg-everest-lightbox-wrap .eg-everest-lightbox-details-wrap {
    display: none;
  }
  .event-double-content .event-double-slider {
    padding-top: 50px;
    padding-bottom: 145px;
  }
  .advantages .container {
    padding: 40px 24px;
  }

  .banner__log img {
    width: 196px;
  }

  .mission__background {
    bottom: 0;
    right: unset;
    position: relative;
    display: block;
    width: 100%;
  }
  .mission__background-desktop {
    display: none;
  }
  .mission__background-mobile {
    display: block;
  }

  .burger_menu {
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    transition: 1s all;
    z-index: 10;
    flex-direction: column;

    left: -200%;
  }
  .event__btn.custom__btn-1.burger_submit_btn {
    display: none !important;
  }
  .burger_submit_btn_mobile {
    display: block;
  }
  .burger_menu_left {
    height: fit-content;
    padding: 55px 20px 20px 20px;
  }
  .menu_list_item_text_title {
    margin-right: 12px;
  }
  .menu_list_item .submit-arrow-small-icon {
    display: inline-block;
    background-size: contain;
    background: url(../img/submit-arrow-small-icon-mobile.svg);
    width: 38px;
    height: 18px;
  }

  .burger_menu_right h2 {
    text-align: start;
    font-size: 16px;
    width: 201px;
  }
  .burger_menu_right a {
    text-align: start;
    width: 160px;
    font-size: 14px;
    align-items: flex-start;

    color: var(--color-2, #b7a98b);
    font-size: 14px;
    font-family: Noto Sans;
    font-weight: 300;
    text-decoration-line: underline;
  }

  .burger_menu_right_title .rrcc_logo {
    width: 124px;
    height: 47px;
  }
  .burger_menu_right .rrcc_logo {
    background: url(../img/rrcc-logo-mobile.svg);
  }
  .contacts .rrcc_logo {
    background: url(../img/rrcc-logo-mobile.svg);
    width: 124px;
    height: 47px;
  }
  .burger_menu_right .lines {
    position: absolute;
    right: 12px;
    top: 175px;
    display: block;
    width: 80px;
    height: 61px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background: url(../img/lines-white-mobile.svg);
  }

  section.event .container {
    max-width: 100% !important;
  }

  .header__pop-up_btn.custom__btn-1 {
    display: none;
  }
  .header_wrapper {
    padding: 0;
  }
  .header__left {
    column-gap: 32px;
  }
  .header__right {
    column-gap: 0;
  }
  .speakers {
    padding: 30px 20px;
    max-width: 100%;
  }
  .container {
    padding: 0 20px;
  }
  .banner__content {
    bottom: 0;
    left: 0;
  }

  .video-pop-up img.video-play {
    position: absolute;
    top: 25%;
    left: 34%;
  }

  .header-logo {
    width: 89px;
  }
  .header__phone {
    white-space: nowrap;
  }
  .header__phone a {
    color: #fff;
    font-size: 20px; 
    font-family: Cormorant;
    font-weight: 400;
  }
  .header .container {
    padding: 12px;
  }

  .speakers_container {
    align-items: center;
  }
  .banner_text_block {
    margin-bottom: 42px;
  }

  .contacts_top p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: Noto Sans;
    font-weight: 300;
  }
  .contacts_bottom {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 25px;
    justify-content: center;
    margin-bottom: 40px;
  }
  .activity_title {
    font-size: 16px;
  }

  .speakers_list_item_no_img {
    height: 20px;
  }

  .partners__icon.wp-post-image {
    object-fit: contain;
    max-width: 100%;
    height: auto;
  }

  .partners .container {
    padding: 0;
  }

  .partners .partners_wrapper .h2 {
    font-size: unset;
    line-height: unset;
    text-align: start;
    margin-bottom: 18px;
  }

  .contacts_bottom li {
    width: 162px;
  }

  .contacts_bottom li a span {
    margin-bottom: 5px !important;
  }
  .gallery_list_img_block {
    width: 168px;
  }
  .gallery_list_img_xs {
    height: 138px;
  }
  .gallery_list_img_s {
    height: 162px;
  }
  .gallery_list_img_m {
    height: 170px;
  }
  .gallery_list_img_l {
    height: 214px;
  }

  .advantages .mission__overlay {
    opacity: 0.3 !important;
  }

  .old__event,
  .event {
    padding: 42px 0;
  }

  .form_contact_us h3 {
    color: #fff;
    font-size: 14px;
    font-family: Noto Sans;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .form_contact_us .form_submit_btn {
    color: var(--gray-6, #f2f2f2);
    font-size: 14px;
    font-family: Noto Sans;
  }

  html {
    margin-top: 0 !important;
  }
  .speaker_bottom_big_img {
    width: 100%;
  }
}

/*only tablet*/
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .eg-masonary-wrap.eg-component-title-caption {
    width: 100%;
  }
  .popup.popup-success-container {
    width: 90vw;
    min-width: unset;
    min-height: 247px;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center;
}
.popup.popup-success-container p {
font-size: 18px;
}
.speakers .container {
    padding: 0!important;
}
    .container.gallery_container {
        display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    }
  .gallery_list {
    min-width: unset;
    justify-content: center;
    gap: 15px;
    max-height: 983px;
  }
  .events_title .h2 {
    width: 475px;
  }
  .old__event__slider .swiper-slide,
  .event__slider .swiper-slide {
    width: 314px !important;
  }
  .for_partners .section__subtitle__text {
    width: 275px;
  }
  .speakers_big_block_content .text_bottom_line,
  .speakers_list_item_content .text_bottom_line {
    bottom: 17px;
  }
  .speakers_list_item_content {
    top: -15px;
    padding: 15px 16px 26px 50px !important;
  }
  .speakers_list_item_content p {
    margin-bottom: 17px;
  }
  .single_event .swiper-slide {
    height: 220px;
  }
  .event_video_ref iframe {
    height: 500px;
    min-height: fit-content;
  }
  section.event .lines-white-big {
    position: absolute;
    left: unset;
    right: 148px;
    top: 10px;
}
  .advantages_text_title .lines-white-big {
    position: absolute;
    left: 0;
    top: 400px;
  }
  .advantages .section__subtitle__text {
    width: 370px;
  }
  .speakers .background__line_wrapper {
    display: none;
  }
  .events_title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  .mission__background .background__line_wrapper {
    left: unset;
    right: -81px;
    z-index: 1;
    top: 0;
    top: -111px;
  }
  .mission__background {
    margin-bottom: 15px;
    right: unset;
    position: relative;
    display: block;
    width: 100%;
  }
  .mission .section__title_wrapper {
    margin-left: 0;
  }
  .mission .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .mission .section__subtitle__text_wrapper {
    position: relative;
    flex-direction: row;
    right: 20px;
    width: 100%;
    max-width: 100%;
    top: 0;
  }
  .mission_content {
    top: -26px;
    left: 109px;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .mission .img {
    width: 641px;
    height: 442px;
  }

  .h2 {
    font-family: 'Cormorant';
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    text-transform: uppercase;
  }
  .partners .partners__content {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    flex-direction: row;
  }
  .speakers_list.speakers_list_short .speakers_list_item:nth-child(3) img {
    width: 507px;
    height: 331px;
    position: relative;
    z-index: 1;
    object-fit: cover;
  }

  .speakers_list.speakers_list_short .speakers_list_item:nth-child(3) {
    width: 100%;
    height: 100%;
    flex-direction: row;
    position: relative;
    margin-bottom: 70px;
  }
  .speakers_list.speakers_list_short
    .speakers_list_item:nth-child(3)
    .speakers_list_item_content {
    padding: 15px 16px 26px 59px;
    width: 293px;
    height: auto;
    border: 1px solid rgba(217, 217, 217, 0.2);
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 61%;
  }
  .events_wrapper .lines-white-big {
    top: -29px;
    left: 10px;
    position: relative;
  }
  .events_wrapper .h2 {
    width: 456px;
  }
  .events_title {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
  }
  .speakers_big_block_content {
    padding: 15px 16px 26px 59px;
    width: 293px;
    height: auto;
    border: 1px solid rgba(217, 217, 217, 0.2);
    position: absolute;
    z-index: 2;
    top: 14%;
    left: 61%;
  }
  .speakers_big_block {
    width: 100%;
    height: 100%;
  }
  .speakers_big_block_img {
    object-fit: cover;
    width: 507px;
    height: 331px;
    position: relative;
    z-index: 1;
  }
  .for_partners .container {
    padding: 58px 40px;
  }
  .speakers_list_item_content {
    width: 283px;
  }
  .speakers_list_item {
    width: 376px;
  }
  .speakers_list_item img {
    width: 376px;
    height: 252px;
  }
  .speakers_list_item_content {
    left: -14px;
    height: 362px;
  }
  .speakers_list_item h2 {
    font-size: 28px;
  }
  .line-arrows-right {
    background: url(../img/line-arrows-right-mobile.svg);
    width: 106px;
    height: 131px;
  }
  .line-arrows-left {
    background: url(../img/line-arrows-left-mobile.svg);
    width: 106px;
    height: 131px;
  }
  .burger_menu_right_title {
    margin-bottom: 25px;
    display: flex;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column;
  }
  .burger_menu_right ul {
    display: flex;
    position: relative;
    z-index: 2;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 30px;
    width: 100%;
    flex-direction: row;
  }
  .activity_item {
    width: 242px;
  }
  .activity_item img {
    width: 100%;
    height: 151px;
  }
  .speakers_list_item {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .speakers_list {
    width: 100%!important;
    align-items: flex-start;
    gap: 25px;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }

  .gallery_list_img_block {
    width: 242px;
  }
  .gallery_list_img_xs {
    height: 200px;
  }
  .gallery_list_img_s {
    height: 236px;
  }
  .gallery_list_img_m {
    height: 237px;
  }
  .gallery_list_img_l {
    height: 312px;
  }
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
  }
  .speakers .background__line_wrapper {
    bottom: unset;
    top: -30px;
    left: 250px;
    width: 128px;
    height: 93px;
    z-index: 5;
  }
  .banner .banner__content {
    flex-direction: row;
  }
  .banner__text__title {
    color: var(--color-2, #b7a98b);
    font-size: 50px;
  }
  .banner__text__content p {
    color: #fff;
    font-size: 16px;
  }
  .popup {
    max-width: 100%;
    padding: 47px 23px;
    padding: 0;
  }
  .burger_menu_right {
    padding: 64px 55px 52px 30px;
    position: relative;
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .advantages_text_content {
    width: 242px;
  }
  .advantages_text_title {
    width: 65%;
  }
  .advantages_text_title h2 {
    font-size: 60px;
  }
  .advantages .section__title_wrapper {
    margin-bottom: 100px;
  }
  .partners_wrapper .h2 .title-1 {
    margin-left: 10px;
  }
  .activities_list {
    gap: 15px;
  }
  .h2 .title-2,
  .h2 .title-1 {
    font-size: 60px;
    line-height: 100%;
  }
  .form_contact_us {
    min-width: 275px;
    width: 100%;
  }
  .section__subtitle__text_wrapper .background__line_wrapper {
    height: 100%;
    position: relative;
    left: 0;
  }
  .mission .section__subtitle__text_wrapper p {
    color: #fff;
    /* Text 2 */
    font-size: 16px;
    font-family: Noto Sans;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 242px;
  }
  .for_partners .section__subtitle__text_wrapper {
    left: 0;
    margin-bottom: 48px;
    flex-direction: row-reverse;
  }
  .for_partners_content_wrapper {
    width: 50%;
  }
  .form_contact_us_wrapper {
    width: 50%;
  }
  .partners {
    padding: 40px 30px 60px 30px;
  }
  .text_block {
    padding: 19px;
    width: 100%;
  }
  .mission {
    height: 100%;
  }
}
@media (min-width: 1900px) {
}
/*only mobile*/
@media (max-width: 767px) {
  .advantages_text_content {
    width: 100%;
  }
  .eg-everest-lightbox-overlay .eg-everest-lightbox-wrap {
    width: 78%!important;
}
  .eg-everest-lightbox-overlay .eg-everest-lightbox-controls .eg-everest-lightbox-previous {
    left: 0px;
    width: 60px;
    height: 60px;
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-controls .eg-everest-lightbox-next {
    right: 0px;
    left: auto;
    width: 60px;
    height: 60px;
}

.eg-everest-lightbox-overlay .eg-everest-lightbox-controls .eg-everest-lightbox-previous:before {
    left: 25px;
    top: 20px;
}
.eg-everest-lightbox-overlay .eg-everest-lightbox-controls .eg-everest-lightbox-next:before {
    right: 25px;
    top: 20px;
}
  .popup.popup-success-container {
    width: 90vw;
    min-width: unset;
    min-height: 247px;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center;
}
.popup.popup-success-container p {
  font-size: 14px;
}
.popup .wpforms-container.wpforms-container-full.wpforms-render-modern {
  min-width: 296px!important;
}
  .old__event__slider .swiper-slide,
  .event__slider .swiper-slide {
    width: 100% !important;
  }
  section.event .lines-white-big {
    display: none;
  }
  .speakers_big_block_content .text_bottom_line,
  .speakers_list_item_content .text_bottom_line {
    bottom: 20px;
  }
  .event_video_ref iframe {
    height: 250px;
    min-height: fit-content;
  }
  .advantages .section__subtitle__text {
    font-size: 16px;
    width: 100%;
  }
  .section__subtitle__text_wrapper .background__line_wrapper {
    left: 232px;
  }
  .mission {
    height: 100%;
    padding-bottom: 41px;
  }
  .mission .h2 {
    margin-bottom: 15px;
  }
.section__title_wrapper {
    margin-top: 41px;
}
  .mission .section__subtitle__text {
    width: 222px;
  }
  .mission .section__subtitle__text_wrapper .background__line_wrapper {
    position: relative;
    right: 0;
    left: unset;
  }
  .mission .section__title_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: unset;
    margin-bottom: 29px;
  }
  .mission .section__subtitle__text_wrapper {
    position: relative;
    display: flex;
    column-gap: unset;
    max-width: unset;
    right: unset;
    flex-direction: row-reverse;
    top: unset;
    margin-bottom: 29px;
  }
  .gallery_list {
      max-height: 100%;
    gap: 12px;
    justify-content: center;
  }
  .text_block {
    padding: 19px;
    width: 100%;
    min-width: 275px;
  }
  .form_contact_us {
    min-width: 275px;
    width: 70%;
    height: auto;
  }
  .form_contact_us_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .partners {
    padding: 30px 40px 30px 18px;
  }

  .partners .partners__content {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
   justify-content: center;
    flex-direction: row;
  }
  .event-title {
    font-size: 32px;
  }
  .menu_list_item_text {
    font-size: 32px;
  }
  .menu_list_item:hover .menu_list_item_text {
    font-size: 32px;
  }
  .h2 {
    font-size: 32px;
  }
  .advantages .h2 .title-2 {
    color: #fff;
    font-size: 32px;
    font-family: Cormorant;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
  }

  .partners_wrapper .h2 .title-2 {
    color: #b7a98b;
    font-size: 32px;
    font-family: Cormorant;
    font-weight: 700;
    text-transform: uppercase;
  }
  .h2 .title-2 {
    font-size: 32px;
  }
  .mission .h2 .title-1 {
    color: #b7a98b;
  }
  .contacts .h2 .title-1 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    font-family: Cormorant;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
  }
  .advantages .h2 .title-1 {
    color: #b7a98b;
    font-size: 32px;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
  }
  .partners_wrapper .h2 .title-1 {
    color: #fff;
    font-size: 32px;
    font-family: Cormorant;
    font-weight: 700;
    text-transform: uppercase;
  }
  .event .h2 .title-1 {
    color: #fff;
    font-size: 32px;
    font-family: Cormorant;
    font-weight: 700;
    text-transform: uppercase;
  }
  .gallery .title-1 {
    color: #fff;
    font-size: 32px;
    font-family: Cormorant;
    font-weight: 700;
    text-transform: uppercase;
  }
  .old__event .h2 .title-2 {
    color: #fff;
    font-size: 32px;
    font-family: Cormorant;
    font-weight: 700;
    text-transform: uppercase;
  }
  .h-2 .title-1,
  .speakers .h2 .title-1 {
    color: #fff;
    font-size: 32px;
    font-family: Cormorant;
    font-weight: 700;
    text-transform: uppercase;
  }
  .old__event .h2 .title-1 {
    color: #b7a98b;
    font-size: 32px;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
  }
  .mission .h2 .title-1 {
    color: #fff;
    font-size: 32px;
    font-family: Cormorant;
    font-weight: 700;
    text-transform: uppercase;
  }
  .activities_list {
    justify-content: center;
  }
  .advantages_text_container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .advantages_text_container .section__title_wrapper {
    margin-bottom: 15px;
  }
  .for_partners {
    padding: 40px 0;
  }
  .speakers_big_block_content {
    position: relative;
    padding: 29px 20px 20px 20px;
    max-width: 296px;
    /* width: 100%; */
    flex-shrink: 0;
    border: 1px solid rgba(217, 217, 217, 0.2);
    z-index: 2;
    top: -20px;
    left: 56px;
  }

  .speakers_big_block_content h2,
  .speakers_list_item h2 {
    color: var(--color-2, #b7a98b);
    font-size: 24px;
    font-family: 'Playfair Display', serif;
    /*font-family: 'Noto Sans';'Cormorant';*/
    font-weight: 500;
    margin-bottom: 6px !important;
  }
  .speakers_big_block_content p,
  .speakers_list_item_content p {
    color: #fff;
    font-size: 13px;
    font-family: Noto Sans;
    font-weight: 300;
    margin-bottom: 14px !important;
  }

  .speakers_big_block_img {
    width: 277px;
    height: 235px;
    object-fit: cover;
  }
  .speakers_big_block {
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .red-car,
  .general-partners-options {
    display: none;
  }
  .red-car-mobile,
  .general-partners-options-mobile {
    display: block;
    width: 100%;
  }
  .line-arrows-right {
    background: url(../img/line-arrows-right-mobile.svg);
  }
  .line-arrows-left {
    background: url(../img/line-arrows-left-mobile.svg);
  }
  .line-arrows {
    background-size: contain !important;
    position: relative;
    z-index: 1;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
  }
  .speakers_list_item {
    align-items: flex-start;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .speakers_list_item img {
    width: 277px;
    height: 235px;
    object-fit: contain;
    position: relative;
    z-index: 0;
  }
  .banner .banner__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .burger_menu_right_title {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .for_partners .section__subtitle__text_wrapper {
    position: relative;
    display: flex;
    column-gap: unset;
    width: 100%;
    left: -71px;
    width: 275px;
    margin-bottom: 34px;
    margin-top: 15px;
  }
  .burger_menu_right {
    position: relative;
    width: 100%;
    height: 453px;
    padding: 25px 20px;
  }
  .burger_menu_right ul {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .banner__text__title {
    color: var(--color-2, #b7a98b);
    font-size: 32px;
    font-family: Cormorant;
    font-weight: 700;
    text-transform: uppercase;
  }
  .banner__text__content p {
    color: #fff;
    font-size: 14px;
    font-family: Noto Sans;
  }
  .for_partners_content {
    flex-direction: column;
  }
  .speakers_list_item_content {
    padding: 29px 20px 20px 20px;
    width: 296px;
    height: unset;
    flex-shrink: 0;
    border: 1px solid rgba(217, 217, 217, 0.2);
    z-index: 2;
    top: -15px;
    left: 56px;
  }
  .for_partners .container {
    padding: 0 24px;
  }
  .for_partners_content_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .for_partners_content_wrapper .h2 {
    text-align: left;
    width: 100%;
  }
  .for_partners_content_wrapper .text_block p {
    color: #fff !important;
  }
  .for_partners_content.general_partners {
    flex-direction: column-reverse;
  }
  .for_partners .section__subtitle__text {
    color: var(--color-2, #b7a98b);
    font-size: 24px;
    font-family: Cormorant;
    font-style: italic;
    font-weight: 600;
    line-height: 100%;
    width: 275px;
  }
  .old__event__slider_wrapper .custom__slider__nav,
  .event__slider_wrapper .custom__slider__nav,
  .event__slider_wrapper .custom__slider__nav {
    position: static;
    display: flex;
    align-items: center;
    column-gap: 13px;
    width: 100%;
    margin-top: 24px;
    justify-content: center;
  }
}
@media screen and (min-width:1200px) and (max-width: 1600px) {
  .speakers .container {
margin: unset;
padding: unset;
max-width: unset;
  }
}
@media (min-width: 1700px) {
  .container {
    margin: 0 auto!important;
  }
  section.event .container {
         max-width: 1500px;
}
  .speakers .container {
    padding: 0 60px;
  }
  /*.speakers_list_item {
width: 585px;
img {
  width: 585px;
height: 392px;
}
  }
  .speakers_list_item_content {
    width: 452px;
height: 300px;
  }*/
}