

/* Start:/local/templates/rigf_112023/assets/css/normalize.css?17016374766486*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* End */


/* Start:/local/templates/rigf_112023/assets/css/slick.css?17016374761893*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End */


/* Start:/local/templates/rigf_112023/assets/css/style.css?172658903334125*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  *,
  *::after,
  *::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
  }
  
  img {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  a {
    text-decoration: none;
    display: inline-block;
    color: inherit;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  figure {
    margin: 0;
    padding: 0;
    font-weight: inherit;
  }
  
  ul,
  li {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  input,
  button,
  select,
  textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
  }
  
  button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: transparent;
    padding: 0;
  }
  
  .app-svg {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
  }
  
  
  .popup {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .9);
    width: 100%;
    height: 100%;
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  
  .popup.is-active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
  
  .popup__wrapper {
    display: table;
    width: 100%;
    height: 100%;
  
  }
  
  .popup__inner {
    display: table-cell;
    vertical-align: middle;
    padding: 50px 0;
  }
  
  .popup__content {
    background-color: #fff;
    padding: 30px;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
  }
  
  body.oh {
    overflow: hidden;
  }
  
  body {
    min-height: 100vh;
    font-family: 'Mont';
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 122.5%; 
    background-color: #5C4898;
    background: url(/local/templates/rigf_112023/assets/css/../images/bg-body.png);
  }
  
  
  /*
  main {
    position: relative;
  }
  
  main:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 350vh;
    bottom: 0;
    background: linear-gradient(180deg, #554194 -8.91%, #A89CCC 99.97%);
    z-index: -1;
  }*/
  
  
  .intro__bg {
    position: absolute;
    top: 0;
    width: 100%;
    /*filter: blur(1.1px);*/
    z-index: -1;
  }
  
  .intro__bg img {
    width: 100%;
  }
  
  @font-face {
    font-family: 'Mont';
    src: local('Mont Semi Bold'), local('Mont-Semi-Bold'),
        url('/local/templates/rigf_112023/assets/css/../fonts/Mont-SemiBold.woff2') format('woff2'),
        url('/local/templates/rigf_112023/assets/css/../fonts/Mont-SemiBold.woff') format('woff'),
        url('/local/templates/rigf_112023/assets/css/../fonts/Mont-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Mont';
    src: local('Mont Bold'), local('Mont-Bold'),
        url('/local/templates/rigf_112023/assets/css/../fonts/Mont-Bold.woff2') format('woff2'),
        url('/local/templates/rigf_112023/assets/css/../fonts/Mont-Bold.woff') format('woff'),
        url('/local/templates/rigf_112023/assets/css/../fonts/Mont-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Mont';
    src: local('Mont Black'), local('Mont-Black'),
        url('/local/templates/rigf_112023/assets/css/../fonts/Mont-Black.woff2') format('woff2'),
        url('/local/templates/rigf_112023/assets/css/../fonts/Mont-Black.woff') format('woff'),
        url('/local/templates/rigf_112023/assets/css/../fonts/Mont-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Mont';
    src: local('Mont Heavy'), local('Mont-Heavy'),
        url('/local/templates/rigf_112023/assets/css/../fonts/Mont-Heavy.woff2') format('woff2'),
        url('/local/templates/rigf_112023/assets/css/../fonts/Mont-Heavy.woff') format('woff'),
        url('/local/templates/rigf_112023/assets/css/../fonts/Mont-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
  }
  
  
  
  .header {
   
  }
  
  .header__wrapper {
    padding: 70px 0 60px;
    transition: .3s;
  }
  
  .header.scroll .header__wrapper {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    padding: 30px 0;
    background: url(/local/templates/rigf_112023/assets/css/../images/bg-body.png);
  }
  
  .container {
    max-width: 1440px;
    padding: 0 15px;
    margin: 0 auto
  }
  .header__flex {
    display: flex;
    align-items: center;
  }
  .header__logo {
    max-width: 230px;
    margin-right: 100px;
  }
  
  .header__logo a {
    display: block;
  }
  
  .header__nav {
    margin-right: 30px;
  }
  
  .header__nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 26px;
  }
  
  .header__nav ul li a,
  .header__register a {
    font-size: 0.75em;
    font-weight: 700;
    line-height: 134.5%; /* 24.21px */
    text-transform: uppercase;
  }
  
  .header__nav ul li a,
  .header__register a  {
    position: relative;
  }
  
  /* .header__nav ul li a::after,
  .header__register a::before {
    content: '';
    position: absolute;
    bottom: -6px;
    width: 0%;
    height: 2px;
    background-color: #DB0E88;
    transition: .3s;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .header__nav ul li a:hover::after,
  .header__register a:hover::before {
    width: 100%;
  } */
  
  .header__register {
    margin-left: auto;
  } 
  
  .header__register a {
    position: relative;
    padding-left: 36px;
  }
  
  .header__register a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/rigf_112023/assets/css/../images/register-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  section {
    padding-bottom: 230px;
  }
  section.course, section.organizer {padding-bottom: 100px;}
  
  .intro__sponsor {
    margin-bottom: 145px;
    max-width: 285px;
  }
  .intro__flex {
    display: flex;
    position: relative;
    margin-bottom: 140px;
    flex-wrap: wrap;
    gap: 10px 0;
  }
  .intro__date {
    font-size: 2.11em;;
  font-style: normal;
  font-weight: 700;
  line-height: 117%; /* 59.221px */
  letter-spacing: 0.506px;
  text-transform: uppercase;
  max-width: 210px;
  }
  .intro__title {
  font-size: 2.69em;
  font-weight: 900;
  line-height: 117%; /* 75.59px */
  letter-spacing: 0.646px;
  text-transform: uppercase;
  padding-top: 83px;
  }
  
  .intro__title span.a, 
  .intro__title span.b {
    padding-left: 85px;
  }
  
  .intro__title span.c {
    margin-left: -80px;
  }
  
  .intro__title span {
    display: block;
  }
  
  .intro__btn {
    align-self: flex-end;
    margin-left: auto;
  }
  .btn {
    padding: 36px 71px; 
    border-radius: 30px;
    background: #DB0E88;
    color: #EAE5E2;
    font-size: 0.83em;
    font-weight: 800;
    line-height: 100%; /* 20px */
    letter-spacing: 0.2px;
    text-transform: uppercase;
	transition: 0.3s;
  }
  .btn:hover {box-shadow: 0 0 60px #DB0E88;}
  .intro__number {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 1077px;
    width: 100%;
    z-index: -1;
    left: -93px;
    top: -90px;
  }
  
  .programm__items {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
  }
  .programm__item-wrap {
    width: 33.3333%;
    padding: 15px;
  }
  .programm__item {
    padding: 40px;
    display: block;
    min-height: 183px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.83);
    backdrop-filter: blur(25px);
    position: relative;
    overflow: hidden;
  }
  .programm__item-title {
    color: #341B80;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 116.5%;
    max-width: 290px;
  }
  .programm__item-img {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: -1;
  }
  
  .programm__item.img--right .programm__item-img {
    right: -50px;
    bottom: -30px;
  }
  
  .info__flex {
    display: flex;
    align-items: center;
  }
  .info__img {
    max-width: 775px;
    margin-left: -80px;
    flex-shrink: 0;
  }
  .info__title {
    margin-bottom: 60px; 
  }
  .title {
    font-size: 1.67em;
    font-weight: 900;
    line-height: 48px;
  }
  .text p:not(:last-of-type){
    margin-bottom: 30px;
  }
  
  .section__title {
    font-size: 2.67em;
    font-weight: 900;
    line-height: 134.5%; /* 86.08px */
    letter-spacing: 0.64px;
    text-transform: uppercase;
  }
  
  .programm__title {
    margin-bottom: 40px;
  }
  
  .thank__title {
    margin-bottom: 0;
  }
  
  .speak__wrapper {
    padding: 90px 100px 30px 105px;
    background-image: url(/local/templates/rigf_112023/assets/css/../images/speak-bg.svg);
    background-repeat: repeat;
    background-size: cover;
    background-position: top left;
    max-width: 1470px;
    width: 100%;
    margin: 0 auto;
    min-height: 630px;
  }
  
  .speak__items {
    max-width: 1265px;
    min-height: 510px;
    padding-right: 100px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
  
  }
  
  .speak__item {
    flex-shrink: 0;
  }
  
  .speak__item-img {
    border-radius: 15.5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  
  .speak__item-img img {
      border-radius: 20px;
  }
  
  .speak__item-name a {
    display: inline-block;
    border-radius: 10px;
    padding: 15px 10px;
    font-size: 0.67em;
    font-weight: 400;
    line-height: 100%; /* 16px */
     text-transform: uppercase;
  }
  
  .speak__wrapper .speak__item:nth-of-type(1) {
    max-width: 145px;
    align-self: flex-end;
    margin-right: 20px;
    width: 100%;
  }
  
  .speak__wrapper .speak__item:nth-of-type(2) {
    max-width: 240px;
    width: 100%;
    margin-right: 40px;
    padding-top: 30px;
  }
  
  .speak__wrapper .speak__item:nth-of-type(3) {
    max-width: 380px;
    width: 100%;
    margin-right: 50px;
  }
  
  .speak__wrapper .speak__item:nth-of-type(4) {
    max-width: 170px;
    width: 100%;
  } 
  
  .speak__wrapper .speak__item:nth-of-type(5) {
    max-width: 190px;
    width: 100%;
    align-self: flex-end;
    margin-left: -80px;
  } 
  
  .speak__wrapper .speak__item:nth-of-type(6) {
    position: absolute;
    right: 0;
    top: 34px;
    max-width: 125px;
  }
  
  .news {
    overflow: hidden;
  }
  
  .news__title {
    margin-bottom: 40px;
  }
  
  .news__slider .slick-list {
    margin: 0 -15px;
  }
  .news__slider .news__item-wrap {
    margin: 0 15px;
  }
  
  .news__item-wrap {
    position: relative;
  }
  
  .news__item {
    background-color: #F1EEFA;
    padding: 147px 40px 64px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    z-index: 1;
  }
  .news__item.right-top,
  .speaker-single__photo.right-top {
    border-radius: 30px 340px 38px 30px;
  }
  
  .news__item.right-bottom,
  .speaker-single__photo.right-bottom {
    border-radius: 30px 30px 340px 30px;
  }
  .news__item-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  
  .news__item.right-top .news__item-img {
    left: 0;
  }
  
  .news__item {min-height: 500px;display: flex;flex-direction: column;}
  
  .news__item-title {
    color: #1D1B73;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 116.5%; 
    margin-bottom: 30px;
    max-width: 95%;
  }
  .news__item-text {
    color: #877099;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 122.5%; 
    margin-bottom: 30px;
    max-width: 95%;
  }
  .news__item-date {
    color:  #877099;
    font-size: 0.75em;
    font-weight: 600;
    line-height: 122.5%; 
    margin-top: auto;
  }
  .news__item-arrow {
    width: 88px;
    height: 88px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #341B80;
    z-index: 1;
  }
  
  .news__item-arrow a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .news__item-arrow a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 24px;
    background-image: url(/local/templates/rigf_112023/assets/css/../images/news-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  
  .news__slider .slick-arrow {
    position: absolute;
    right: 0;
    top: -101px;
    max-width: 63px;
  }
  
  .news__slider .slick-arrow.slick-prev {
    right: 90px; 
  }
  
  .news__slider .slick-arrow svg {
    width: 100%;
    height: 30px;
  }
  
  .ticker__text {
    overflow: hidden;
  }
  .ticker-text__row {
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
   
  }
  .ticker-text__list {
    align-items: center;
    display: inline-flex;
    animation: ticker-text-left 45s linear infinite;
    white-space: nowrap;
  }
  .ticker-text__content-wrapper {
    /*flex: 1;
    flex-shrink: 0;
    margin: 0 50px;
    min-width: 460px;*/
	width: 25%;
    padding: 30px 50px;
  }
  .partners .items {display: flex;flex-wrap: wrap;align-items:center;}
  
  .ticker-text__content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ticker-text__content img {max-height:100px;}
  
  @keyframes ticker-text-left {
    0% {
        transform: translate(0)
    }
  
    /*99.99999% {
        transform: translate(-100%)
    }
  
    to {
        transform: translate(0)
    }*/

    100% {
        transform: translate(-100%)
    }
  }
  
  .ticker-text__list.right {
    animation: ticker-text-right 45s linear infinite;
    flex-direction: row-reverse;
  }
  
  @keyframes ticker-text-right {
    0% {
        transform: translate(-100%)
    }
  
    /*99.99999% {
        transform: translate(100%)
    }
  
    to {
        transform: translate(0)
    }*/

    100% {
        transform: translate(0)
    }
  }
  
  .ticker-text__content {
  
  
  }
  
  .ticker-text__content:not(:last-of-type) {
  
  }
  
  
  .partners__top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .partners__title {
    margin-right: 30px;
  }
  
  .organizer__title {
    margin-bottom: 60px;
  }
  .organizer__flex {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 130px;
  }
  
  .map {
  }
  .container {
  }
  .map__wrapper {
    position: relative;
  }
  .map__content {
    border-radius: 30px;
    overflow: hidden;
    max-width: 1040px;
  }
  .map__info {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 570px;
    background-image: url(/local/templates/rigf_112023/assets/css/../images/map-content-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 60px;
    border-radius: 30px;
    overflow: hidden
  
  }
  .map__info-title {
    font-size: 1.98em;
    font-weight: 900;
    line-height: 1; 
    margin-bottom: 60px;
  }
  .map__address {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 116.5%; 
  }
  
  .mobile__burger {
    display: none;
  }
  
  
  .theme__flex {
    display: flex;
  }
  .theme__content {
    max-width: 600px;
    width: 100%;
    margin-right: 30px;
  }
  .theme__title {
    margin-bottom: 60px;
  }
  .theme__form {
    margin-left: auto;
    max-width: 685px;
    width: 100%;
  }
  .form__field, .form__radios {
    margin-bottom: 28px;
  }
  .form__field label, .form__radios label {display: block;padding: 10px 10px 10px 40px;}
  .form__radios label {padding: 10px 10px 10px 40px;}
  .form__radios .form__radios-columns {display: flex;gap:40px;}
  .form__radios .form__radios-columns label {display: flex;align-items: center;}
  .form__radios input {width:30px;height: 30px;margin-right: 10px;}
  
  .form__field input:not([type='checkbox']),
  .form__field textarea,
  .form__field select {
    height: 92px;
    line-height: 92px;
    border-radius: 30px;
    background: #503A8E;
    padding: 0 40px;
    border: 0;
    display: block;
    width: 100%;
    color: #FFF;
    outline: none;
  }
  .form__field select {color: #a9a9a9;}
  .form__field select:focus-visible {color: #fff;}
  
  .form__field select {
    -webkit-appearance: none;
    appearance: none;
  }
  .form__field textarea {line-height: 1.2;}
  .form__field textarea:not(.autoheight) {height:150px;padding-top:10px;}
  .form__field textarea.autoheight {padding-top:30px;}
  
  .form__field input::placeholder {
    color: #a9a9a9;
  }
  
  .form__field .select__wrap {
    position: relative;
  }
  
  /*
  .form__field .select__wrap::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/local/templates/rigf_112023/assets/css/../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  */
  .form__field .select__wrap select {
    background-image: url(/local/templates/rigf_112023/assets/css/../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: 94% 50%;
    cursor: pointer;
  }
  
  
  .form__title {
    font-size: 1.25em;
    font-weight: 800;
    line-height: 116.5%;
    margin-bottom: 28px;
    margin-top: 80px;
  }
  .form__field .check__label {
    display: block;
    position: relative;
    cursor: pointer;
    background-color: #503A8E;
    padding: 36px 40px 36px 90px;
    border-radius: 30px;
  }
  .check__input  {
      /* -webkit-appearance: none; */
      /* -moz-appearance: none; */
      /* appearance: none; */
      opacity: 0;
      position: absolute;
      width: 1px;
      height: 1px;
      left: 54px;
      top: 53px;
  }
  .check__box {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #7F6DAF;
    left: 40px;
    top: 40px;
    transition: .3s;
  }
  .check__text {
    font-size: 0.83em;
    line-height: 1;
    font-weight: 800;
    line-height: 120%; /* 24px */
    letter-spacing: 0.2px;
  
    cursor: pointer;
  }
  .theme__form .check__text {text-transform: uppercase;}
  .check__text a {color:#db0e88}
  
  .check__input:checked ~ .check__box {
    background-color: #DB0E88;
  }
  
  
  .page__title {
    margin-bottom: 90px; 
    margin-top: 40px;
  }
  .register__flex {
    margin-top: 40px;
  }
  
  .coinfo___row {
    display: flex; 
  }
  
  .coinfo___row:not(:last-of-type) {
    margin-bottom: 90px;
  }
  
  .coinfo__img {
    max-width: 375px;
    width: 100%;
    margin-right: 100px;
    flex-shrink: 0;
  }
  .coinfo__content {
    max-width: 850px;
    width: 100%;
  }
  
  .coinfo__title,
  .about__title  {
    color: #ECC8AF;
    margin-bottom: 60px;
  }
  
  .footer {
    padding-bottom: 130px;
    padding-top: 20px;
    position: relative;
  }
  .footer__flex {
    display: flex;
  }
  .footer__logo {
    max-width: 230px;
    flex-shrink: 0;
    margin-right: 130px; 
  }
  footer ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
    max-width: 900px;
    width: 100%;
    margin: 0 -10px;
  }
  
  footer ul li {
    width: 50%;
    padding: 0 10px;
  }
  
  footer ul li a {
    font-size: 2.4em;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
  }
  
  .news__list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
  }
  
  .news__list .news__item-wrap {
    width: 33.33333%;
    padding: 15px;
    position: relative;
  }
  
  .news__list .news__item {
    height: 100%;
  }
  
  .news__list .news__item-arrow {
    bottom: 15px;
    right: 15px;
  }
  
  .press__tag {
    padding: 20px 30px 50px 20px;
    position: absolute;
    top: -40px;
    border-radius: 20px 20px 0px 0px;
  }
  
  .press__tag img {
    max-width: 250px;
    height: 20px;
    object-fit: cover;
  }
  
  .press__list {
    padding-top: 50px;
  }
  
  .press__list .news__item-wrap {
    margin-bottom: 60px;
  }
  
  
  
  .about__flex {
    display: flex;
  }
  .about__content {
    max-width: 845px;
    width: 100%;
    margin-right: 120px;
  }
  .about__title {
    margin-bottom: 60px; 
  }
  
  .about__date {
    flex-shrink: 0;
  }
  
  .about__date span {
    color: #FFF;
    font-size: 0.75em;
    font-weight: 800;
    line-height: 134.5%; 
    display: block;
  }
  .about__date-title {
    color: #ECC8AF;
  }
  
  
  
  
  .contacts__row {
    display: flex; 
  }
  
  .contacts__row:not(:last-of-type) {
    margin-bottom: 90px;
  }
  
  .contacts__title {
    max-width: 465px;
    width: 100%;
    margin-right: 130px;
  }
  
  .contacts__text {
    margin-right: auto;
    max-width: 365px;
    width: 100%;
  }
  .contacts__img {
    max-width: 325px;
    width: 100%;
    margin-left: 30px;
  }
  
  .contacts__text ul li:not(:last-of-type) {
    margin-bottom: 24px; 
  }
  
  
  .contacts__text ul li span {
    color: #ECC8AF;
    margin-right: 15px;
    font-weight: 900;
    min-width: 80px;
    display: inline-block;
  }
  
  .container {
  }
  .speaker__item {
    display: flex;
    align-items: center;
  }
  
  .speaker__item:not(:last-of-type) {
    margin-bottom: 50px;
  }
  
  .speaker__photo {
    max-width: 120px;
    width: 100%;
    overflow: hidden;
    border-radius: 23.108px;
    margin-right: 47px;
    flex-shrink: 0;
  }
  
  
  .speaker__photo a {
    display: flex;
    width: 100%;
    height: 100%;
  }
  
  .speaker__photo img {
    width: 100%;
  }
  
  .speaker__name {
    max-width: 500px;
    width: 100%;
    margin-right: 80px;
  }
  .speaker__info {
    font-weight: 900;
    max-width: 500px;
    width: 100%;
    margin-right: auto;
  }
  .speaker__country {
    margin-left: 30px;
    font-weight: 900;
    max-width: 60px;
    width: 100%;
    text-align: right;
  }
  
  
  .speaker-single__top {
    margin-bottom: 90px;
    margin-top: 40px;
    display: flex;
    align-items: center;
  }
  .speaker-single__back {
    font-size: 0;
    width: 88px;
    height: 88px;
    border-radius: 30px;
    background: #DB0E88;
    position: relative;
    margin-right: 30px;
  }
  
  .speaker-single__back::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-image: url(/local/templates/rigf_112023/assets/css/../images/back-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
  }
  
  .speaker-single__title span {
  
    line-height: 1;
    display: block;
  }
  .speaker-single__flex {
    display: flex;
     
  }
  .speaker-single__text {
    max-width: 800px;
    margin-right: auto;
  }
  .speaker-single__img {
    max-width: 450px;
    width: 100%;
    margin-left: 30px;
    flex-shrink: 0;
  }
  
  .speaker-single__photo {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-left: 20px;
    min-height: 470px;
  }
  
  .speaker-single__photo img {
    max-width: 400px;
    width: 100%;
  }
  
  .speaker-single__name {
    margin-top: 20px;
    padding: 15px 10px;
    font-size: 0.67em;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 10px;
  }
  
  .register__title {
    margin-bottom: 90px;
  }
  
  .register__flex {
    display: flex;
  }
  .register__content {
    max-width: 535px;
    width: 100%; 
    margin-right: auto;
  }
  .register__img {
    margin-left: 30px;
    margin-right: -100px;
  }
  
  
  .place__flex {
    display: flex;
  }
  .place__content {
    max-width: 840px;
    width: 100%;
    margin-right: auto;
  }
  .place__content .contacts__row:not(:last-of-type) {
    margin-bottom: 120px;
  }
  
  .place__slider {
    margin-left: 20px;
    max-width: 450px;
    width: 100%;
  }
  
  .place__slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 20px;
  }
  
  .place__slider .slick-dots li {
    font-size: 0;
    width: 16px;
    height: 16px;
    background-color: #C3BDD4;
    transition: .3s;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .place__slider .slick-dots li.slick-active {
    background-color: #ECC8AF;
  }
  
  
  
  
  
  .place__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
  }
  
  .place__slide img {
    margin: auto;
  }
  
  
  .video__row {
    display: flex;
  }
  
  .video__row:not(:last-of-type) {
    margin-bottom: 90px;
  }
  
  .video__box {
    max-width: 840px;
    width: 100%;
    margin-right: 120px;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
  }
  
  .video__box a {
    display: block;
    width: 100%;
    min-height: 455px;
    position: relative;
  }
  
  .video__box a {
    background-size: cover;
  }
  
  .play__video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 172px;
    height: 92px;
    border-radius: 30px;
    background: #DB0E88;
    pointer-events: none;
  }
  
  .play__video::after {
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    background-image: url(/local/templates/rigf_112023/assets/css/../images/play-video.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    position: absolute;
  }
  
  .video__info {
    flex-shrink: 0;
  }
  .video__info-title,
  .track__title  {
    color: #ECC8AF;
  }
  
  .video__info-title span,
  .track__title span {
    font-size: 0.75em;
    line-height: 1;
    display: block;
    color: #fff;
    margin-top: 10px;
  }
  
  .track__flex {
    display: flex;
  }
  .track__box {
    max-width: 840px;
    width: 100%;
    margin-right: 120px;
    border-radius: 30px;
    overflow: hidden;
  }
  
  .programm__row {
    display: flex;
  }
  
  .programm__row:not(:last-of-type) {
    margin-bottom: 120px;
  }
  
  .programm__time {
    max-width: 300px;
    width: 100%;
    flex-shrink: 0;
    margin-right: 65px;
  }
   .programm__info {
    max-width: 900px;
    width: 100%;
  }
  .programm__info-title {
    max-width: 880px;
    padding-right: 200px;
    position: relative;
  }
  
  .programm__text ul {
      padding-left: 20px;
      margin: 20px 0 20px 0;
  }
  
  .programm__text ul li {
      list-style: disc;
  } 
  
  .open__video {
    width: 172px;
    height: 92px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .open__video .play__video {
    width: 100%;
    height: 100%;
  }
  
  .programm__info-title:not(:last-child) {
    margin-bottom: 40px;
  }
  .title--video {
  }
  .programm__info-title.play__video {
    left: unset;
    right: 0;
  }
  .programm__speakers:not(:last-child) {
    margin-bottom: 40px;
  }
  .programm__speakers-title {
    color: #ECC8AF;
    margin-bottom: 20px;
  }
  .programm__speaker-name strong {
    color: #ECC8AF;
  }
  .programm__speaker-item {
    display: flex;
    align-items: center;
  }
  
  .programm__speaker-item:not(:last-child) {
    margin-bottom: 20px;
  }
  
  
  .programm__speaker-img {
    width: 92px;
    height: 92px;
    border-radius: 15px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 20px;
  }
  
  .programm__speaker-img a {
    width: 92px;
    height: 92px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;;
    align-items: flex-end;
  }
  
  .programm__speaker-img img {
    object-fit: cover;
    margin: 0 auto;
  }
  
  .programm__speaker-name {
    max-width: 788px;
    width: 100%;
    padding-right: 200px;
    position: relative;
  }
  
  .programm__speaker-name a {
    text-decoration: underline;
  }
  
  .presentation {
    position: absolute;
    right: 0;
    top: 0;
  }
  
  .presentation a::after {
    content: '';
    position: absolute;
    left: -34px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/local/templates/rigf_112023/assets/css/../images/presentation-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    
  }
  .speaker-title {
      position:relative;top:-40px;
      /*margin-left: 120px;*/
      color:#ECC8AF;
  }
  .tabs__links {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 55px;
    margin-bottom: 90px;
  
  }
  
  .tabs__links li {
    font-size: 1.67em;
    font-weight: 900;
    flex-shrink: 0;
  }
  .tabs__links.mini li {font-weight: 600;}
  
  .tabs__links li.active {
    color: #ECC8AF;
  }
  
  .course__flex {
    display: flex;
  
  }
  .course__info {
    max-width: 840px;
    width: 100%;
    margin-right: 120px;
  }
  .course__text {
    margin-bottom: 0px;
  }
  .course__text a {
      display: initial;
      color: #db0e88;
  }
  .course__title {
    color: #ECC8AF;
  }
  .course__news {
    flex-shrink: 0;
  }
  .news__item {
  }
  .right-top {
  }
  .news__item-img {
  }
  .course__news .news__item-title {
    font-size: 1.25em;
    max-width: 370px;
  }
  .news__item-date {
    max-width: 300px;
  }
  
  .header__nav ul {gap: 0;}
  .header__nav ul li a {padding: 6px 13px;}
  .header__nav ul li:hover > a {background: #554194;}
  .header__nav .submenu-parent {position: relative;}
  .header__nav .submenu-parent ul {
      position: absolute;
      min-width: 240px;
      top: 28px;
      left: 0px;
      display: none;
      background: #554194;
      padding: 10px 0;
  z-index: 10;
  }
  .header__nav .submenu-parent:hover ul {display:block;}
  
  .header.scroll .header__wrapper {background: #554194;}
  
  
  
  .speaker-single__photo {padding-left: 0;overflow: hidden;}
  .speaker-single__photo img {max-width: 100%;}
  
  .speak__items {overflow-x: initial;}
  
  .font-smaller {font-size: 0.7em;}
  
  .about__content ul, .course__text ul{padding-left: 20px;margin-bottom:20px;}
  .about__content ul li, .course__text ul li {list-style: disc;}
  .about__content a, .course__text a, .contacts a, .js-form a {display: initial;color: #ECC8AF;border-bottom: 1px solid;font-weight: bolder;}
  .about__content a:hover, .course__text a:hover, .contacts a:hover, .js-form a:hover {border-bottom: 0;}
  .js-form p {margin-bottom: 20px;}
  
  .coinfo__img svg {fill: #ecc8af;max-width:100%;}
  .coinfo__content .subtitle {color: #ECC8AF;margin: -40px 0 20px;}
  
  .organizer svg {fill: #554683;height: 150px;width: auto;max-width: 450px;}
  
  .ticker-text__content svg {fill: #554683;max-width:100%;max-height: 100px;}
  
  .press__tag svg {fill: #fff;height: 20px;width: auto;}
  
  .with_hidden_text .hidden_text {padding:20px 30px;display:none;}
  .with_hidden_text .hidden_text p {margin-bottom: 20px;font-size:0.7em;}
  
  .footer__text {margin: 60px 0 40px;font-size: 0.75em;}
  .footer__copyright {font-size: 0.66em;text-align: center;border-top: 1px solid rgb(255 255 255 / 20%);padding-top: 30px;}
  .footer__copyright a {color:#554194}
  .footer__copyright a:hover {color:#db0e88}
  
  .font-smaller {font-size: 0.7em;}
  .font-bigger {font-size: 1.5em;}
  
  
  .header__lang {
        position: relative;
        margin-right: 45px;
      font-size: 18px;
  }
  
  .header__lang img {
    max-width: 22px;
    display: inline-block;
  }
  .header__lang-current > div {
    display: none;
  }
  
  .header__lang span {
  
    text-transform: uppercase;
  }
  
  .header__lang-current {
        padding-right: 15px;
        position: relative;
      cursor: pointer;
  }
  
  .header__lang-current::after {
      content: '';
      position: absolute;
      top: 9px;
      right: -10px;
      transform: rotate(45deg);
      width: 6px;
      height: 6px;
      border-right: 1px solid;
      border-bottom: 1px solid;
  }
  
  
  .header__lang-current > div.active {
    display: block;
      position: relative;
      top: 2px;
      left: 10px;
  }
  
  .header__lang-popup {
    position: absolute;
    box-shadow: 0 4px 14px rgba(0,0,0,0.11);
    color: #222;
    border-radius: 3px;
    background: #FFF;
    padding: 8px 10px;
    top: 30px;
    left: 44%;
    opacity: 0;
    transform: translate(-50%, -8px);
    transition: .35s ease;
    z-index: -1;
    pointer-events: none;
    width: 70px;
  }
  
  .header__lang-popup.active {
    transform: translate(-50%, 0);
    opacity: 1;
    z-index: 5;
    pointer-events: all;
  }
  
  .header__lang-popup span {
    color: #000;
  
  }
  
  .header__lang-popup a {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
  }
  .header__lang-current.active::after {
      transform: rotate(-135deg);
      top: 10px;
  }
  
  .header__blind {line-height: 0;}
  .header__blind svg {width:25px;height:17px;fill:#db0e88}
  
  .contacts__img svg {fill: #ecc8af;width: 100%;}
  
  .table_wrap {margin-bottom: 40px;}
  .table_wrap table {width: 100%;border-collapse: collapse;}
  .table_wrap table td {border-bottom:1px solid #ccc;padding: 10px;}
  
  .text p {line-height: 1.4;}
  .text p b, .text p strong {color:#ECC8AF}
  .mb60 {margin-bottom:60px;}
  
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  
  
  .table-border {width:100%;border-collapse: collapse;margin-bottom:30px;}
  .table-border td {border:1px solid #ccc;padding:10px 20px;min-width: 200px;}
  
  .organzier__item {position: relative;}
  .organzier__item span {
      position: absolute;
      top: -10px;
      left: 0;
      width: 100%;
      text-align: center;
      background: #db0e88;
      font-size: 14px;
      padding: 1px;
  }
  .programm__time span {display: block;/*color: #ECC8AF;*/font-weight:600;font-size: 0.8em;}
  .hide {display:none;}
  .programm__info .hide {/*padding-top:40px;*/}
  .js-open-hidden-text {margin-bottom:40px;}
.js-open-hidden-text span {position: relative;padding-right: 25px;cursor: pointer;}
  .js-open-hidden-text span::after {
      content: '';
      position: absolute;
      top: 7px;
      right: 0;
      transform: rotate(45deg);
      width: 10px;
      height: 10px;
      border-right: 1px solid;
      border-bottom: 1px solid;
  transition: 0.3s;
  }
  .js-open-hidden-text.active span::after {
      top: 13px;
      transform: rotate(-135deg);
  }
.home-video-top {flex:1}

.table_sort {position:relative;padding-right: 20px;color: #ECC8AF;}
.table_sort:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    right: 0;
transform: rotate(-135deg);
    top: 11px;
opacity: 0;
}
.table_sort.active:after {opacity: 1;}
.table_sort.DESC:after {
    transform: rotate(45deg);
    top: 4px;

}
/* End */


/* Start:/local/templates/rigf_112023/assets/css/responsive.css?171683378616271*/
@media (max-width: 1640px) {
    .info__img {
        margin-left: 0;
    }

    .register {
        overflow: hidden;
    }
}

@media (max-width: 1400px) {
    .speak__wrapper {
        padding: 50px 25px;
        overflow-x: scroll;
    }

    .speak__items {
        padding-right: 0;
    }


    .speak__wrapper .speak__item:nth-of-type(6) {
        position: relative;
    }


    .tabs__links li {
        font-size: 30px;
    }

    .programm__time {
        margin-right: 30px;
    }

    .open__video {
        width: 130px;
        height: 80px;
    }

    .open__video .play__video::after {
        width: 24px;
        height: 24px;
    }

    .speaker-single__photo {
        min-height: 370px;
    }
    .speaker-single__photo img {
        max-width: 300px;
    }

    .speaker-single__img {
        max-width: 350px;
    }

    .contacts__title {
        margin-right: 50px;
    }

    .footer {
        padding-bottom: 50px;
    }

    footer ul li a {
        font-size: 40px;
    }

    .footer__logo {
        margin-right: 50px;
    }


    .coinfo__img {
        margin-right: 50px;
    }

    .page__title,
    .speaker-single__top,
    .register__title,
    .tabs__links {
        margin-bottom: 40px;
    }

    .coinfo__title,
    .about__title  {
        margin-bottom: 30px;
    }

    .ticker-text__content img {
        /*max-width: 350px;*/
    }
    
    .news__slider .slick-arrow {
        top: -80px;
    }

    .news__title {
        margin-bottom: 80px;
    }

    body {
        font-size: 20px;
    }

    .info__img {
        max-width: 500px;
    }

    .title {
        font-size: 35px;
    }

    .info__title {
        margin-bottom: 30px;
    }


    .header__logo {
        margin-right: 40px;
    }

    .header__wrapper {
        padding: 40px 0;
    }

    .intro__sponsor {
        margin-bottom: 40px;
    }

    .intro__date {
        font-size: 40px;
    }

    .intro__title {
        font-size: 54px;
        padding-top: 30px;
    }

    .section__title {
        font-size: 54px;
    }

    .intro__number {
        left: 0;
    }

    .btn {
        padding: 20px 50px;
        font-size: 16px;
    }

    section {
        padding-bottom: 100px;
    }

    .programm__item {
        padding: 20px;
    }

    .programm__item-title,
    .form__title {
        font-size: 22px;
    }

    .form__field input:not([type='checkbox']), .form__field select {
        height: 60px;
        line-height: 60px;
    }

    .check__label {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 60px;
    }

    .check__text {
        font-size: 18px;
    }

    .check__box {
        top: 20px;
        width: 25px;
        height: 25px;
        left: 20px;
    }

    .form__title {
        margin-top: 40px;
    }

    .theme__title {
        margin-bottom: 30px;
    }

    .news__item-title {
        font-size: 25px;
    }

    .speaker__name {
        margin-right: 40px;
    }

    .speaker__photo {
        max-width: 100px;
        margin-right: 25px;
    }

    .programm__row:not(:last-of-type) {
        margin-bottom: 90px;
    }
}


@media (max-width: 1200px) {
    .video__box,
    .track__box,
    .course__info {
        margin-right: 50px;
    }

    .map__info {
        width: 100%;
        min-height: 200px;
        height: auto;
        position: initial;
        order: -1;
    }

    .map__content {
        max-width: none;
        margin-top: 30px;
    }

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

@media (max-width: 1024px) {
    

	.organizer__flex {gap: 40px;}
	.organizer svg {height: 100px;max-width: 100%;}


    .speak__wrapper .speak__item:nth-of-type(6) {
        padding-right: 10px;
    }

    .ticker-text__content-wrapper {
        /*min-width: 320px;*/
		width: 33.33%;
        padding: 20px 25px;
    }
	.ticker-text__content img {max-width: 100%}

    .course__news {
        flex-shrink: 0;
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
    }

    .course__flex {
        flex-wrap: wrap;
    }

    .course__info {
        max-width: none;
        margin: 0;
        margin-bottom: 30px;
    }

    .course__text {
        margin-bottom: 30px;
    }

    .tabs__links {
        white-space: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 25px;
    }

    .tabs__links li {
        flex-shrink: 0;
        line-height: 1.4;
    }

    .programm__speaker-name {
        padding-right: 0;
    }

    .presentation {
        position: relative;
        padding-left: 30px;
        margin-top: 10px;
    }

    .presentation a::after {
        left: 0;
    }

    .programm__time.title {
        font-size: 25px;
        max-width: 150px;
    }

    .programm__info-title {
        padding-right: 0;
    }

    .title--video {
        padding-right: 140px;
    }
    
    .video__info,
    .track__info {
        order: -1;
    }
.video__box,
.track__box {
    max-width: none;
    margin: 0;
}


    .video__info-title,
    .track__title {
        margin-bottom: 30px;
    }

    .video__row,
    .track__flex{
        flex-wrap: wrap;
    }
    
    .place__slider {
        order: -1;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    .place__flex {
        flex-wrap: wrap;
    }
    
    .place__content {
        max-width: none;
    }

    .contacts__row:not(:last-of-type),
    .place__content .contacts__row:not(:last-of-type),
    .video__row:not(:last-of-type),
    .programm__row:not(:last-of-type) {
        margin-bottom: 50px;
    }

    .contacts__row {
        flex-wrap: wrap;
    }
    
    .contacts__title {
        margin-right: 0;
        margin-bottom: 30px;
        max-width: none;
    }

    .contacts__text {
        max-width: none;
        margin-right: 0;
        order: 1;
    }

    .contacts__img {
        margin-left: 0;
    }

    .contacts__text:not(:last-of-type) {
        margin-top: 20px;
    }


    .about__content {
        margin-right: 50px;
    }

    .news__list .news__item-arrow {
        bottom: 10px;
        right: 10px;
      }

      .news__list {
        margin: -10px;
      }
      
      .news__list .news__item-wrap {
        width: 50%;
        padding: 10px;
      }
      

    .page__title,
    .speaker-single__top,
    .register__flex {
        margin-top: 20px;
    }

    .coinfo__img {
        max-width: 250px;
    }

    footer ul li a {
        font-size: 30px;
    }

    .map__info-title {
        font-size: 35px;
    }

    .map__address {
        font-size: 25px;
    }

    .map__info {
        padding: 60px 30px;
    }

    .ticker-text__content img {
        /*max-width: 250px;*/
		max-height: 60px;
    }

    .news__item-arrow {
        width: 50px;
        height: 50px;
        border-radius: 15px;
    }

    .news__item-arrow a::after {
        width: 30px;
        height: 14px;
    }


    .news__item {
        padding-top: 80px;
    }

    .theme__content {
        max-width: none;
        margin: 0;
        margin-bottom: 30px;
    }

    .theme__form {
        margin: 0 auto;
    }

    .info__flex,
    .theme__flex {
        flex-wrap: wrap;
    }
    
    .info__img {
        transform: rotate(90deg);
        margin: 0 auto;
        width: 100%;
    }
    .intro__flex {
        margin-bottom: 60px;
    }

    .container {
        padding: 0 10px;
    }

    .programm__items {
        margin: -10px;
    }

    .programm__item-wrap {
        padding: 10px;
        width: 50%;
    }

    .mobile__burger {
        display: block;
        width: 40px;
        height: 40px;
        position: relative;
        margin-left: 40px;
        flex-shrink: 0;
        z-index: 1000;
    }

    .mobile__burger span {
        display: block;
        width: 30px;
        height: 3px;
        position: absolute;
        left: 5px;
        background-color: #DB0E88;
        transition: .3s;
    }

    .mobile__burger span:nth-child(1) {
        top: 10px;
    }

    .mobile__burger span:nth-child(2) {
        top: 20px;
    }

    .mobile__burger span:nth-child(3) {
        top: 30px;
    }

    .mobile__burger.open span:nth-child(1) {
        transform: rotate(45deg);
        top: 19px;
    }

    .mobile__burger.open span:nth-child(2) {
        opacity: 0;
        right: -10px;
    }

    .mobile__burger.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 19px;
    }

    .header__nav {
        position: fixed;
        right: 0;
        top: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #554194 -8.91%, #A89CCC 99.97%);
        z-index: 999;
        transition: .3s;
        transform: translateX(-100%);
		overflow-y: auto;
		padding: 30px 0;
    }

    .header__nav.open {
        transform: translateX(0);
    }

    .header__nav ul {
        height: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;

    }

    .header__nav ul li, 
    .header__nav ul li a {
        width: 100%;
        text-align: center;
        
    }
	.header__nav ul li a {font-size: 25px;}

	.header__nav .submenu-parent ul {
		position: initial;
		display: block; 
		background: transparent;
		height: auto;
		padding: 0;
    	margin-bottom: 20px;
	}
	.header__nav ul li ul li a {font-size: 18px;}


}

@media (max-width: 830px) {
    .speaker-single__photo {
        min-height: 380px;
    }
    
    .video__box a {
        min-height: 300px;
    }

    .play__icon {
        width: 110px;
        height: 80px;
    }

    .play__icon::after {
        width: 20px;
        height: 20px;
    }


    .speaker__item,
    .speaker-single__flex {
        flex-wrap: wrap;
    }

    .speaker-single__img {
        order: -1;
        margin: 0;
        margin-bottom: 30px;
    }
    
    .speaker__name {
        width:  calc(100% - 125px);
        max-width: none;
        margin-right: 0;
    }

    .speaker__info {
        margin-top: 20px;
        max-width: none;
    }

    .speaker__country {
        max-width: none;
        margin-left: 0;
        text-align: left;
        margin-top: 20px;
    }

    .intro__title span.c {
        margin-left: 0;
    }

    .intro__date {
        max-width: none;
    }

}

@media (max-width: 767px) {
.form__radios .form__radios-columns {

    gap: 0;
    flex-wrap: wrap;
}

.open__video {
        width: 90px;
        height: 50px;
    }

    .open__video .play__video::after {
        width: 15px;
        height: 15px;
    }

    .register__img {
        display: none;
    }

    .register__content {
        max-width: none;
    }

    .footer__flex,
    .about__flex {
        flex-wrap: wrap;
    }

    .footer__logo {
        margin-right: 0;
        margin-bottom: 30px;
    }

    .about__date {
        order: -1;
        margin-bottom: 30px;
    }

    .about__content {
        margin-right: 0;
    }

.table-border td {padding:10px;min-width: auto;}

}

@media (max-width: 650px) {
	.js-open-hidden-text span {padding-right: 20px;}
	.js-open-hidden-text span::after {top: 5px;width: 8px;height: 8px;}
	.js-open-hidden-text.active span::after {top: 10px;}



.course__news .news__item-title {
        font-size: 25px;
    }

    .tabs__links li {
        font-size: 20px;
    }

    .speaker-single__back {
        width: 60px;
        height: 60px;
        border-radius: 15px;
    }

    .coinfo__img {
        max-width: 150px;
    }

    footer ul li a {
        font-size: 25px;
    }

    .partners__top {
        margin-bottom: 30px;
    }

    .news__title {
        max-width: calc(100% - 100px);
        margin-bottom: 40px;
    }

    .news__slider .slick-arrow {
        max-width: 40px;
    }

    .news__slider .slick-arrow.slick-prev {
        right: 60px;
    }

    .news__item {
        padding: 80px 20px 40px;
    }

    .news__item-img {
        max-width: 200px;
    }

    .check__text {
        font-size: 14px;
    }

    section {
        padding-bottom: 50px;
    } 

    .intro__title {
        font-size: 40px;
        padding-left: 2%;
    }

    .section__title {
        font-size: 40px;
    }

    .programm__item-wrap {
        width: 100%;
    }

    .programm__item {
        min-height: 150px;
    }

    .intro__number {
        top: 50%;
        transform: translateY(-80%);
    }

    .title {
        font-size: 25px;
        line-height: 1.2;
    }

    body {
        font-size: 16px;
    }

    .programm__title {
        margin-bottom: 20px;
    }

    .organizer__title {
        margin-bottom: 30px;
    }

}

@media (max-width: 550px) {
    .speak__wrapper {
        padding: 25px 10px;
    }

    .ticker-text__content-wrapper {
        /*min-width: 250px;
        padding: 15px 5px;
        margin: 0 25px;*/
		width: 50%;
    }

    .title--video {
        padding-right: 70px;
    }

    .open__video {
        width: 60px;
        height: 30px;
    }

    .open__video .play__video::after {
        width: 10px;
        height: 10px;
    }

    .programm__info-title:not(:last-child) {
        margin-bottom: 20px;
    }

    .programm__info-title {
        font-size: 20px;
    }

    .programm__time.title {
        font-size: 20px;
        max-width: 120px;
    }

    .programm__time {
        margin-right: 10px;
    }

    .speaker__photo {
        max-width: 80px;
    }

    .news__list .news__item-wrap {
        width: 100%;
      }

	footer ul {
        gap: 30px 0;
    }

    .footer__logo {
        max-width: 200px;
    }

    .coinfo___row {
        flex-wrap: wrap;
    }

    .coinfo__img {
        max-width: 250px;
        margin: 0;
        margin-bottom: 20px;
    }
    
    .ticker-text__content img {
        /*max-width: 200px;*/
    } 

    .news__item-text {
        font-size: 14px;
    }

    .header__wrapper {
        padding: 20px 0;
    }

    .header.scroll .header__wrapper {
        padding: 20px 0;
    }

    .header__logo {
        max-width: 150px;
        margin-right: auto;
    }
    .header__lang-current::after {top: 4px;}

    .header__register a {
        font-size: 14px;
        padding-left: 28px;
    }

    .header__register a::after {
        width: 18px;
        height: 18px;
    }

    .mobile__burger {
        margin-left: 20px;
    }

    .map__content {
        height: 500px;
    }


	.header__nav ul li a {font-size: 18px;}
	.header__nav ul li ul li a {font-size: 15px;}


}

 @media (max-width: 500px) {
    
    .programm__row {
        flex-wrap: wrap;
    }

    .programm__time {
        margin: 0;
        margin-bottom: 20px;
        padding: 10px;
        background-color: #DB0E88;
        text-align: center;
        border-radius: 30px;
    }

    .programm__time.title {
         max-width: none;
         display: inline-block;
    }
    
    .track__box {
        height: 380px;
    }
    
    .intro__sponsor {
        max-width: 150px;
        margin-bottom: 20px;
    }

    .intro__date {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .intro__title {
        padding-top: 0;
        font-size: 35px;
    }

    .section__title {
        font-size: 35px;
    }

    .intro__title span.a, .intro__title span.b {
        padding-left: 20px;
    }

    .programm__item-title {
        font-size: 20px;
    }

    .map__info-title {
        font-size: 30px;
    }

    .map__address {
        font-size: 21px;
    }

}

@media (max-width: 421px) {
    .speaker-single__photo {
        min-height: 300px;
    }

    footer ul li a {
        font-size: 20px;
    }

    .news__item.right-top {
        border-radius: 30px 175px 38px 30px;
    }

    .news__item.right-bottom {
        border-radius: 30px 30px 175px 30px;
    }

}

@media (max-width: 380px) {
    .ticker-text__content-wrapper {
        /*min-width: 180px;
        margin: 0 40px;*/
    }

    .intro__title,
    .section__title {
        font-size: 30px;
    }

    .news__item-text {
        max-width: 200px;
    }
}

@media (max-width: 359px) {
    .header__register a {
        padding-left: 0;
    }

    .header__register a::after {
        content: none;
    }

    .intro__title,
    .section__title {
        font-size: 28px;
    }

    footer ul li a {
        font-size: 17px;
    } 

}

@media (max-width: 1179px) and (min-width: 981px) {}


/* End */


/* Start:/local/templates/rigf_112023/assets/css/blind-version.css?17025932833669*/
/* blind version -main */
.img-hide img, .img-hide .b-helpsec svg {display:none}
.img-hide .b-header__logo span {display: block;}
.img-hide * {/*background-image:none !important;*/}
.img-hide .news__item--w100:after, .img-hide .news__item::after {background: #5996dd;}

.blind_settings {display:none;background: #3e435b !important;padding: 20px 0;font-size: 16px;line-height: 1.4;}
.blind_settings-line {display:flex;align-items: center;margin-bottom: 20px;}
.blind_settings-name {margin-right: 20px;width: 160px;color:#fff;}
.blind_settings-sizes {display:flex;}
.blind_settings-sizes a {
    padding: 15px 20px;
    border: 1px solid #B8C0C9;
    color: #fff;
    margin-right: -1px;  
    opacity: 0.5; 
    line-height: 20px;
}
.blind_settings-sizes a.bg-white {color:#000}
.blind_settings-sizes a.active {/*background:#0d264e;color:#fff;*/opacity: 1;}
.blind_settings-sizes a:first-child {border-radius: 5px 0 0 5px;}
.blind_settings-sizes a:last-child {border-radius: 0 5px 5px 0;}
.blind_settings-sizes a:hover {text-decoration: none;}

/*.blind_settings-sizes a*/
.bg-transparent * {/*background: transparent;*/}
.bg-transparent .b-header__content {background: #F6F6F6;}
.bg-transparent section * {color: inherit}/*!important*/
.bg-transparent .b-popupmenu {background: rgba(255, 255, 255, 0.95);}
.bg-transparent .b-promo__arr, .bg-transparent .b-promo__arr.js-cs__timer {background-color: rgb(22 95 104 / 40%);}

.bg-white {background: #fff;color: #000;}
.bg-black {background: #000;color:#fff;}
.bg-blue {background: #9dd1ff;color:#fff;}

.letter-spacing01em, .letter-spacing01em * {letter-spacing:0.1em !important}
.letter-spacing02em, .letter-spacing02em * {letter-spacing:0.2em !important}

.blind_settings-off {color: #fff;cursor: pointer;}
.blind_settings-off img {display: inline-block;vertical-align: middle;margin-left: 5px;}




/* blind version -additional */
.header__blind {cursor: pointer; }
.bg-white .header__blind svg {fill: #000;}
body .header__blind.active svg {fill:#e74040;}

.bg-black .news__item, .bg-black .header.scroll .header__wrapper {background-color: #727272;}

.img-hide .organizer svg {display:none} 
.img-hide .slide7 .hotel {background: #0fc0df;border-radius: 30px;}

.bg-black .header__menu a,
.bg-black .slide8 .city .texts_left .name,
.bg-black .news_items .item .name a,
.bg-black footer .contacts a {color:#fff;}



.bodyFontSize26 footer ul li {width: 100%;}
/*
.bodyFontSize20 .text {
	hyphens: auto;
	-ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}
*/
.bodyFontSize35 .header__nav .submenu-parent ul {top: 40px;}



@media (max-width: 767px) {
	.blind_settings-line {display: block;}
	.blind_settings-name {margin: 0 0 10px;width: 100%;}
	.blind_settings-sizes {font-size: 16px;}
	.blind_settings-sizes a {padding: 8px 10px;}

}



#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 1000px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);  
}

#cookie_notification p{
  margin: 0;
  font-size: 1rem;
  text-align: left;
  color: $color_text;
}


@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
	background:#4058bc;
	padding:10px 30px;
	box-sizing: border-box;
	border:none;
	font-size: 1rem;
	color:#F0F0F0;
	cursor: pointer;
	border-radius:5px;
  }
}

@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
}
/* End */
/* /local/templates/rigf_112023/assets/css/normalize.css?17016374766486 */
/* /local/templates/rigf_112023/assets/css/slick.css?17016374761893 */
/* /local/templates/rigf_112023/assets/css/style.css?172658903334125 */
/* /local/templates/rigf_112023/assets/css/responsive.css?171683378616271 */
/* /local/templates/rigf_112023/assets/css/blind-version.css?17025932833669 */
