

/* 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 */


/* Start:/local/templates/rigf_112023/assets/css/facnybox.min.css?170163747612795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* 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 */
/* /local/templates/rigf_112023/assets/css/facnybox.min.css?170163747612795 */
