/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-y: auto;
  -webkit-overflow-scrolling:touch;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  box-shadow: none;
  border:  none;
  height: 1px;
  background: #ccdae8;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none;
}

.content__wrap img{
  max-width: 100%;
}
.it_is_2019 main .rs ul.accred {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0;
  margin: 0 -1em;
  padding: 0;
  text-align: left;
  position: relative;
}

@media only screen and (max-width: 37.5em) {
  .it_is_2019 main .rs ul.accred {
    padding: 0.5em;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.it_is_2019 main .rs ul.accred:before {
  content: '';
  display: block;
  width: 75%;
  height: 1px;
  background-color: #0056a2;
  position: absolute;
  top: 16px;
  left: 12%;
}

@media only screen and (max-width: 37.5em) {
  .it_is_2019 main .rs ul.accred:before {
    display: none;
    padding-left: 1em;
  }
}

.it_is_2019 main .rs ul.accred li {
  -ms-flex: 1 !important;
  -webkit-box-flex: 1 !important;
          flex: 1 !important;
  padding: 0.5em !important;
  padding-top: 3em !important;
  position: relative !important;
  display: block !important;
}

@media only screen and (max-width: 37.5em) {
  .it_is_2019 main .rs ul.accred li {
    padding: 0.5em 0.5em 0.5em 4em !important;
  }
}

.it_is_2019 main .rs ul.accred li:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0056a2;
  position: absolute;
  top: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (max-width: 37.5em) {
  .it_is_2019 main .rs ul.accred li:after {
    top: 50%;
    left: 7px;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}

.it_is_2019 main .rs ul.accred li:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: white;
  border: 1px solid #0056a2;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  visibility: hidden;
}

@media only screen and (max-width: 37.5em) {
  .it_is_2019 main .rs ul.accred li:before {
    top: 50%;
    left: 3px;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}

.it_is_2019 main .rs ul.accred li.it-was:before, .it_is_2019 main .rs ul.accred li:hover:before {
  visibility: visible;
}

.it_is_2019 main .rs ul.accred li.it-was .accred__link,
.it_is_2019 main .rs ul.accred li:hover .accred__link {
  background: #0056a2;
  color: white;
}

.it_is_2019 main .rs ul.accred li.it-was .accred__link:before,
.it_is_2019 main .rs ul.accred li:hover .accred__link:before {
  background: #0056a2;
}

.it_is_2019 main .rs ul.accred li.it-was .accred__title,
.it_is_2019 main .rs ul.accred li:hover .accred__title {
  color: white;
}

.it_is_2019 main .rs a.accred__link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  text-decoration: none;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  padding: 0.75em  0.75em;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: white;
  border: 1px solid #0056a2;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  position: relative;
  color: black;
}

@media only screen and (max-width: 37.5em) {
  .it_is_2019 main .rs a.accred__link {
    margin: 0;
    padding: 0.25em  0.25em;
  }
}

.it_is_2019 main .rs a.accred__link:hover {
  text-decoration: none;
}

.it_is_2019 main .rs a.accred__link:before {
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  background-color: white;
  border: 1px solid #0056a2;
  border-bottom: none;
  border-right: none;
  position: absolute;
  top: -0.58em;
  left: 50%;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

@media only screen and (max-width: 37.5em) {
  .it_is_2019 main .rs a.accred__link:before {
    top: 50%;
    left: -0.56em;
    -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
            transform: translate3d(0, -50%, 0) rotate(-45deg);
  }
}

.it_is_2019 main .rs .accred__title {
  color: #0056a2;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25em;
  margin-bottom: 0.75em;
}

@media only screen and (max-width: 37.5em) {
  .it_is_2019 main .rs .accred__title {
    margin-bottom: 0.25em;
  }
}

.page-template-page-participants .first-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 0;
  padding: 2rem 0;
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}

.page-template-page-participants .first-content h2 {
  color: #fff;
  padding: 16px 0;
  padding: 1rem 0;
}

.page-template-page-participants .first-content h2::after {
  content: '';
  display: block;
  height: 2px;
  width: 185px;
  background: #fff;
  margin: 25px 0;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .first-content h2 {
    padding: 0px;
  }
  .page-template-page-participants .first-content h2::after {
    margin: 5px 0;
  }
}

.page-template-page-participants .second-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 0;
  padding: 2rem 0;
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  background: url("./../img/bg/participants-bg2.jpg") fixed no-repeat;
  background-position: center;
  background-size: cover;
  color: #404042;
}

.page-template-page-participants .second-content h2 {
  color: #1f3c6b;
  padding: 16px 0;
  padding: 1rem 0;
}

.page-template-page-participants .second-content h2::after {
  content: '';
  display: block;
  height: 2px;
  width: 185px;
  background: #4db7c2;
  margin: 25px 0;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .second-content h2 {
    padding: 0px;
  }
  .page-template-page-participants .second-content h2::after {
    margin: 5px 0;
  }
}

.page-template-page-participants .second-content h3 {
  color: #1f3c6b;
}

.page-template-page-participants .third-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 0;
  padding: 2rem 0;
  background: url("./../img/bg/participants-bg3.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.page-template-page-participants .third-content h3 {
  color: #fff;
  padding-bottom: 0px;
}

.page-template-page-participants .third-content .quoting-3-plus-3 {
  background: rgba(25, 196, 230, .6);
  padding: 16px;
  padding: 1rem;
  min-height: 300px;
}

.page-template-page-participants .third-content .quoting-2-plus-2 {
  background: rgba(25, 196, 230, .6);
  padding: 16px;
  padding: 1rem;
  min-height: 300px;
}

.page-template-page-participants .third-content .quoting-number {
  display: inline-block;
  color: #fff;
  font-size: 69px;
  font-size: 69px;
  font-size: 4.3125rem;
}

.page-template-page-participants .third-content .quoting-package {
  display: block;
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}

.page-template-page-participants .third-content .quoting-variant {
  display: block;
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}

.page-template-page-participants .third-content .quoting-combine {
  display: inline-block;
}

.page-template-page-participants .third-content .quoting-scheme {
  padding: 32px 0;
  padding: 2rem 0;
}

.page-template-page-participants .participants-scheme {
  padding: 40px;
  padding: 2.5rem;
  background: rgba(255, 255, 255, .3);
  text-align: center;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .participants-scheme {
    padding: 0rem;
  }
}

.page-template-page-participants .participants-scheme .scheme-title {
  color: #1f3d6b;
  font-size: 27px;
  font-size: 27px;
  font-size: 1.6875rem;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .participants-scheme .scheme-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.page-template-page-participants .participants-scheme .rectangle-after:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-top: 20px solid #3acde9;
  border-right: 20px solid transparent;
  margin: 10px auto;
  clear: both;
  display: block;
}

.page-template-page-participants .participants-scheme .scheme-invitation {
  background: #3acde9;
  padding: 16px;
  padding: 1rem;
}

.page-template-page-participants .participants-scheme .scheme-invitation-title {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 27px;
  font-size: 27px;
  font-size: 1.6875rem;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .participants-scheme .scheme-invitation-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.page-template-page-participants .participants-scheme .scheme-invitation-subtitle {
  display: block;
  color: #fff;
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .participants-scheme .scheme-invitation-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.page-template-page-participants .participants-scheme .scheme-account {
  background: rgba(58, 205, 233, .5);
  padding: 16px 32px;
  padding: 1rem 2rem;
}

.page-template-page-participants .participants-scheme .scheme-account:before {
  display: block;
  content: "\0046";
  font-family: slickregular;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 64px;
  font-size: 4rem;
  float: left;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .participants-scheme .scheme-account:before {
    float: none;
  }
}

.page-template-page-participants .participants-scheme .scheme-account-title {
  display: block;
  color: #1f3d6b;
  text-transform: uppercase;
  font-size: 27px;
  font-size: 27px;
  font-size: 1.6875rem;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .participants-scheme .scheme-account-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.page-template-page-participants .participants-scheme .scheme-account-subtitle {
  display: block;
  color: #1f3d6b;
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .participants-scheme .scheme-account-subtitle {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.page-template-page-participants-2018 .participation-cost,
.page-template-page-participants .participation-cost {
  padding: 32px 0px;
  padding: 2rem 0px;
  margin-right: -15px;
  margin-left: -15px;
}
.photobank .row{
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.photobank .block-half{
  display: inline-block;
  width: 50%;
  padding: 0 15px;

}
@media(max-width: 520px){
  .photobank .block-half{
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-template-page-participants-2018 .block-half,
.page-template-page-participants .block-half {
  width: 50%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .participation-cost .block-half, .page-template-page-participants-2018 .quoting-scheme .block-half,
  .page-template-page-participants .participation-cost .block-half, .page-template-page-participants .quoting-scheme .block-half {
    padding: 0px;
    width: 100%;
    margin-bottom: 10px;
  }
}

.page-template-page-participants-2018 .steps-border,
.page-template-page-participants .steps-border {
  border: solid 1px #3acde9;
}

.page-template-page-participants-2018 .scheme-steps,
.page-template-page-participants .scheme-steps {
  border: solid 1.5px #3acde9;
  padding: 11.2px;
  padding: 0.7rem;
  text-align: -webkit-left;
  color: #1d3a66;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .scheme-steps,
  .page-template-page-participants .scheme-steps {
    text-align: center;
  }
}

.page-template-page-participants-2018 .step-number,
.page-template-page-participants .step-number {
  font-size: 54px;
  font-size: 54px;
  font-size: 3.375rem;
  padding: 0 32px 0 16px;
  padding: 0 2rem 0 1rem;
  float: left;
  line-height: 51.2px;
  line-height: 3.2rem;
  color: #3acde9;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .step-number,
  .page-template-page-participants .step-number {
    float: none;
  }
}

.page-template-page-participants-2018 .stap-blue,
.page-template-page-participants .stap-blue {
  background: rgba(58, 205, 233, .5);
}

.page-template-page-participants-2018 .stap-blue .step-number,
.page-template-page-participants .stap-blue .step-number {
  color: #fff;
}

.page-template-page-participants-2018 .scheme-confirmation-yes,
.page-template-page-participants .scheme-confirmation-yes {
  background: rgba(58, 205, 233, .5);
  display: block;
  padding: 16px;
  padding: 1rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .scheme-confirmation-yes,
  .page-template-page-participants .scheme-confirmation-yes {
    padding: 0.5rem;
    font-size: 13px;
    text-transform: none;
  }
}

.page-template-page-participants-2018 .scheme-confirmation-yes:before,
.page-template-page-participants .scheme-confirmation-yes:before {
  display: block;
  font-family: slickregular;
  content: "\0044";
  color: #fff;
  background: #3acde9;
  width: 55px;
  height: 58px;
  float: left;
  margin-top: -15px;
  margin-left: -15px;
  padding: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 32px;
  font-size: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .scheme-confirmation-yes:before,
  .page-template-page-participants .scheme-confirmation-yes:before {
    width: 100%;
    margin: 0px;
  }
}

.page-template-page-participants-2018 .scheme-confirmation-no,
.page-template-page-participants .scheme-confirmation-no {
  background: rgba(58, 205, 233, .5);
  display: block;
  padding: 16px;
  padding: 1rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .scheme-confirmation-no,
  .page-template-page-participants .scheme-confirmation-no {
    padding: 0.5rem;
    font-size: 13px;
  }
}

.page-template-page-participants-2018 .scheme-confirmation-no:before,
.page-template-page-participants .scheme-confirmation-no:before {
  display: block;
  font-family: slickregular;
  content: "\0043";
  color: #fff;
  background: #3acde9;
  width: 55px;
  height: 58px;
  float: left;
  margin-top: -15px;
  margin-left: -15px;
  padding: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 32px;
  font-size: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .scheme-confirmation-no:before,
  .page-template-page-participants .scheme-confirmation-no:before {
    width: 100%;
    margin: 0px;
    text-transform: none;
  }
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .final-steps .block-half,
  .page-template-page-participants .final-steps .block-half {
    padding: 0px;
    width: 100%;
  }
}

.page-template-page-participants-2018 .scheme-row,
.page-template-page-participants .scheme-row {
  clear: both;
}

.page-template-page-participants-2018 .cost-standart, .page-template-page-participants-2018 .cost-premium,
.page-template-page-participants .cost-standart, .page-template-page-participants .cost-premium {
  padding: 32px 0;
  padding: 2rem 0;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .cost-standart, .page-template-page-participants-2018 .cost-premium,
  .page-template-page-participants .cost-standart, .page-template-page-participants .cost-premium {
    padding: 1rem 0;
  }
}

.page-template-page-participants-2018 .cost-standart .cost-title, .page-template-page-participants-2018 .cost-premium .cost-title,
.page-template-page-participants .cost-standart .cost-title, .page-template-page-participants .cost-premium .cost-title {
  display: block;
  text-align: center;
  line-height: 32px;
  line-height: 2rem;
  font-size: 36px;
  font-size: 36px;
  font-size: 2.25rem;
}

.language_en.page-template-page-participants-2018 .cost-standart .cost-title,
.language_en.page-template-page-participants-2018 .cost-premium .cost-title {
  font-size: 27px;
  font-size: 27px;
  font-size: 1.6875rem;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants-2018 .cost-standart .cost-title, .page-template-page-participants-2018 .cost-premium .cost-title,
  .page-template-page-participants .cost-standart .cost-title, .page-template-page-participants .cost-premium .cost-title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  .language_en.page-template-page-participants-2018 .cost-standart .cost-title,
  .language_en.page-template-page-participants-2018 .cost-premium .cost-title {
    font-size: 16px;
    font-size: 1rem;
  }
}

.page-template-page-participants .cost-standart .cost-name, .page-template-page-participants .cost-premium .cost-name,
.page-template-page-participants-2018 .cost-standart .cost-name, .page-template-page-participants-2018 .cost-premium .cost-name {
  display: block;
  text-align: center;
  font-size: 56px;
  font-size: 56px;
  font-size: 3.5rem;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-participants .cost-standart .cost-name, .page-template-page-participants .cost-premium .cost-name,
  .page-template-page-participants-2018 .cost-standart .cost-name, .page-template-page-participants-2018 .cost-premium .cost-name {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media only screen and (max-width: 65em) {
  .page-template-page-participants .cost-standart .cost-name, .page-template-page-participants .cost-premium .cost-name,
  .page-template-page-participants-2018 .cost-standart .cost-name, .page-template-page-participants-2018 .cost-premium .cost-name {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

.page-template-page-participants .cost-standart .cost-name::after, .page-template-page-participants .cost-premium .cost-name::after {
  display: block;
  content: '';
  height: 3px;
  width: 200px;
  background: #3acde9;
  margin: 32px auto;
  margin: 2rem auto;
}

.page-template-page-participants-2018 .cost-standart,
.page-template-page-participants .cost-standart {
  background: rgba(58, 205, 233, .3);
}

.page-template-page-participants-2018 .cost-premium,
.page-template-page-participants .cost-premium {
  background: rgba(34, 8, 99, .4);
}

.page-template-page-participants-2018 .cost-more-link,
.page-template-page-participants .cost-more-link {
  display: block;
  width: 181px;
  height: 61px;
  background: url(../img/more-btn-1.png) 50% no-repeat;
  padding: 18px 0 0 50px;
  /* 64px */
  margin: 8px auto 0;
  margin: .5rem auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 17px;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
}

.page-template-page-participants-2018 .cost-more-link:hover,
.page-template-page-participants .cost-more-link:hover {
  text-decoration: underline;
  color: #023563;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.page-template-page-participants-2018 .cost-premium {
  background: #00A1DE;
  color: white;
}

.page-template-page-participants-2018 .cost-standart {
  background: #00549F;
  color: white;
}

.page-template-page-participants-2018 .cost-more-link:hover,
.page-template-page-participants-2018 .main-content .cost-premium a,
.page-template-page-participants-2018 .main-content .cost-standart a {
  color: white;
}

.page-template-page-participants-2018 .cost-standart .cost-name::after .page-template-page-participants-2018 .cost-premium .cost-name::after {
  content: '';
  display: none;
}

.page-template-page-participants-2018 .cost-standart .cost-title + p::before,
.page-template-page-participants-2018 .cost-premium .cost-title + p::before {
  display: block;
  content: '';
  height: 3px;
  width: 200px;
  background: #3acde9;
  margin: 17.6px auto;
  margin: 1.1rem auto;
}

.cost-table {
  border-spacing: 0px !important;
  text-align: center;
}

.cost-table td {
  padding: 8px;
  padding: 0.5rem;
}

.cost-table h3 {
  padding: 0px !important;
}

@media only screen and (max-width: 37.5em) {
  .cost-table h3 {
    font-size: 1.25rem !important;
  }
}

@media only screen and (max-width: 37.5em) {
  .cost-table span, .cost-table p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.cost-table .participation-price {
  display: block;
  font-size: 30px;
  font-size: 30px;
  font-size: 1.875rem;
  color: #516b9a;
}

.cost-table .participation-vat {
  display: block;
}

.popup * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: scroll;
  /* background-color: #1c3152; */
}

.popup-container {
  position: relative;
  margin: 50px auto;
  padding: 32px;
  padding: 2rem;
  background-color: #1c3152;
}

.package-popup {
  max-width: 1020px;
  color: #fff;
  font-size: 21px;
  padding-top: 25px;
}

.show_speaker_popup, a.show_speaker_popup,a.show_speaker_popup:hover{
  text-decoration: none;
  color: #0c1219;
}
.speaker_popup.key_speakers_popup .html_content{
  padding: 30px;
  font-size: 0.9rem;
}
.speaker_popup .key_speakers-img_wrapp{
  float: left;
  width: 160px;
  max-width: 30%;
  margin: 0 20px 20px 0;
}
.speaker_popup .key_speakers-img_wrapp img{
  width: 100%;
}
.speaker_popup .key_speakers-title{
  font-size: 1.5rem !important;
}
.speaker_popup .key_speakers_more{
  display: none;
}

.popup-wrap .key_speakers-img_wrapp{ display: none; }
.speaker_popup .key_speakers-img_wrapp{display: none;}
.speaker_popup .popup-wrap .key_speakers-img_wrapp{ display: block; float: left; }
.speaker_popup .divider{display: block;width:100%;clear: both;}

.greeting_popup .html_content{
  padding: 20px 30px;
  color: #000000;
}
@media only screen and (max-width: 37.5em) {
  .package-popup {
    padding: 20px;
    margin: 0px;
  }
}

@media only screen and (max-width: 65em) {
  .package-popup {
    padding: 30px;
    margin: 0px;
  }
}

.package-popup p {
  margin: 0;
  margin-bottom: 10px;
}

.popup-close {
  cursor: pointer;
  width: 55px;
  height: 55px;
  z-index: 2;
  position: absolute;
  top: 20px;
  right: 20px;
  background-image: url("../img/popup-close.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.package-title {
  margin: 0;
  margin-bottom: 40px;
  color: #3acde9;
  font-size: 50px;
  position: relative;
  padding-bottom: 25px;
}

@media only screen and (max-width: 37.5em) {
  .package-title {
    font-size: 30px;
  }
}

.package-title span {
  margin-left: 0.3em;
  font-size: 55px;
  text-transform: uppercase;
}

@media only screen and (max-width: 37.5em) {
  .package-title span {
    display: block;
    font-size: 35px;
  }
}

.package-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #49cfe8;
  width: 180px;
}

.package-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.package-list p {
  margin-bottom: 0;
}

.package-list .package-item {
  padding-left: 40px;
  position: relative;
  padding-bottom: 10px;
}

.package-list .package-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 24px;
  height: 12px;
  background: url("../img/list-ico.svg") no-repeat;
  background-size: cover;
}

.package-cost-title {
  margin-top: 30px !important;
  color: #3acde9;
  font-size: 30px;
  /* padding-left: 115px; */
  position: relative;
  padding-top: 10px;
  line-height: 30px;
}

@media only screen and (max-width: 37.5em) {
  .package-cost-title {
    padding-left: 0px;
  }
}

.package-cost-title p {
  margin-bottom: 0;
}

.package-cost-title span {
  font-size: 21px;
}

/* .package-cost-title:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: url("../img/wallet-icon.svg") no-repeat;
    background-size: cover;
    display: block;
    width: 80px;
    height: 80px; } */
/* @media only screen and (max-width: 37.5em) {
      .package-cost-title:before {
        position: relative;
        margin: 30px auto;
        background-size: contain; } } */
.package-cost-title.eng span {
  display: inline-block;
  width: 400px;
  padding-left: 35px;
}

@media only screen and (max-width: 37.5em) {
  .package-cost-title.eng span {
    display: block;
    margin: 10px 0;
    text-align: center;
    padding: 0px;
    max-width: 100%;
  }
}

.package-cost-title.eng span:first-of-type {
  border-right: 3px solid #3acde9;
  padding-left: 0;
}

@media only screen and (max-width: 37.5em) {
  .package-cost-title.eng span:first-of-type {
    border: 0px;
  }
}

.package-cost-title.eng:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: url("../img/prise-package.svg") no-repeat;
  background-size: cover;
  display: block;
  width: 95px;
  height: 71px;
}

@media only screen and (max-width: 37.5em) {
  .package-cost-title.eng:before {
    position: relative;
    margin: 30px auto;
    background-size: contain;
  }
}

.package-cost-wrap {
  margin-top: 40px;
  margin-bottom: 35px;
}

.package-cost-wrap .package-cost {
  display: table-cell;
  width: 50%;
  line-height: 0.8;
  padding-right: 15px;
}

@media only screen and (max-width: 37.5em) {
  .package-cost-wrap .package-cost {
    width: 100%;
    display: block;
  }
}

.package-cost-wrap .package-cost p:nth-of-type(2) {
  padding-top: 10px;
}

.package-cost-wrap .package-cost .prise {
  margin-right: 0.3em;
}

p.attention {
  text-align: center;
  font-size: 16px;
}

/* .package-cost-wrap.ru .package-cost:nth-of-type(1) {
  border-right: 3px solid #fff; } */
/* @media only screen and (max-width: 37.5em) {
    .package-cost-wrap.ru .package-cost:nth-of-type(1) {
      border: 0px;
      margin: 45px 0; } } */
.package-cost-wrap.ru .package-cost:nth-of-type(2) {
  padding-left: 20px;
}

@media only screen and (max-width: 37.5em) {
  .package-cost-wrap.ru .package-cost:nth-of-type(2) {
    padding: 0px;
  }
}

.package-cost-wrap.ru .package-cost span {
  font-size: 30px;
}

@media only screen and (max-width: 37.5em) {
  .package-cost-wrap.ru .package-cost span {
    font-size: 20px;
    margin: 10px 0;
    display: block;
    text-align: center;
  }
}

.package-cost-wrap.ru .package-cost .prise {
  font-weight: 300;
  font-size: 50px;
  line-height: 55px;
}

@media only screen and (max-width: 37.5em) {
  .package-cost-wrap.ru .package-cost .prise {
    font-size: 40px;
    line-height: 55px;
  }
}

.package-cost-wrap.eng {
  padding-left: 115px;
}

@media only screen and (max-width: 37.5em) {
  .package-cost-wrap.eng {
    padding: 0px;
  }
}

.package-cost-wrap.eng .package-cost {
  width: 425px;
  padding-right: 35px;
}

@media only screen and (max-width: 37.5em) {
  .package-cost-wrap.eng .package-cost {
    width: 100%;
    margin: 40px 0;
  }
}

.package-cost-wrap.eng .package-cost span {
  font-size: 24px;
}

@media only screen and (max-width: 37.5em) {
  .package-cost-wrap.eng .package-cost span {
    font-size: 20px;
    display: block;
    text-align: center;
  }
}

.package-cost-wrap.eng .package-cost .prise {
  font-size: 50px;
}

@media only screen and (max-width: 37.5em) {
  .package-cost-wrap.eng .package-cost .prise {
    font-size: 30px;
    margin: 10px 0;
    display: block;
    text-align: center;
  }
}

.package-reg-link {
  margin: 75px auto 0;
  display: block;
  width: 310px;
  height: 105px;
  color: #071e45;
  text-align: center;
  padding: 15px 45px 30px 55px;
  font-size: 30px;
  text-decoration: none;
  background-image: url("../img/button-package.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 37.5em) {
  .package-reg-link {
    width: 260px;
    padding: 25px 45px 30px 55px;
    font-size: 22px;
  }
}

.package-reg-link:hover {
  color: #fff;
}

.language_en .package-reg-link {
  padding: 35px 45px 30px 55px;
}

main .rs {
  /*
**  HOTELS
*/
}

main .rs .hotels-top {
  position: relative;
  height: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 28px 0 37px;
}

main .rs .hotels-top h3 {
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 0;
}

main .rs .hotels-top__details,
main .rs .hotels-top__info {
  width: 50%;
  background: #0091DC;
  color: #fff;
  padding: 20px 36px;
  position: relative;
}

main .rs .hotels-top__info {
  font-size: 18px;
  overflow: hidden;
}

main .rs .hotels-top__info > * {
  position: relative;
}

main .rs .hotels-top__info > img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

main .rs .hotels-top__info h3 {
  margin-bottom: 10px;
}

main .rs .hotels-top__info__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 36px 32px;
}

main .rs .hotels-top__info__btn .btn, main .rs .hotels-top__info__btn .form-group input[type="submit"], main .rs .form-group .hotels-top__info__btn input[type="submit"] {
  margin-top: 10px;
}

main .rs .hotels-top__details {
  font-size: 16px;
  margin-left: 30px;
}

main .rs .hotels-top__details h3 {
  margin-bottom: 15px;
}

main .rs .hotels-top__details dl {
  margin: 0 0 33px;
}

main .rs .hotels-top__details dt {
  font-weight: 700;
  margin-bottom: 16px;
}

main .rs .hotels-top__details dd ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

main .rs .hotels-top__details dd li {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}

main .rs .hotels-top__details dd li a {
  font-weight: 700;
  text-decoration: underline;
  color: inherit;
}

main .rs .hotels-top__details dd li b {
  position: relative;
  display: inline-block;
  font-weight: 700;
  width: 40%;
  padding-right: 36px;
}

main .rs .hotels-top__details dd li b:after {
  content: '|';
  font-weight: 400;
  position: absolute;
  right: 18px;
  top: 0;
}

main .rs .hotels .nav-tabs {
  margin-bottom: 7px;
}

main .rs table.prices {
  border-spacing: 0;
  border-collapse: collapse;
}

main .rs .hotels-table {
  margin-bottom: 90px;
  width: 100%;
  line-height: 1.2;
  border-spacing: 0;
  border-collapse: collapse;
}

main .rs .hotels-table thead tr {
  border-bottom: 1px solid #d9d9d9;
}

main .rs .hotels-table tbody tr {
  border-top: 1px solid #d9d9d9;
}

main .rs .hotels-table tbody tr:first-child {
  border-top: none;
}

main .rs .hotels-table th {
  color: #575960;
  font-size: 12px;
  padding-bottom: 10px;
  font-weight: 400;
  vertical-align: bottom;
}

main .rs .hotels-table td {
  vertical-align: top;
  padding-bottom: 15px;
  padding-top: 15px;
  /* width: 29.66%; */
}

main .rs .hotels-table td,
main .rs .hotels-table th {
  padding-right: 30px;
  text-align: left;
}

main .rs .hotels-table > tbody > tr > td:first-child {
  width: 30%;
}

main .rs .hotels-table td:first-child {
  text-align: left;
  max-width: 160px;
  width: 150px;
  font-size: 15px;
}

main .rs .hotels-table td:nth-child(3),
main .rs .hotels-table td:nth-child(4),
main .rs .hotels-table td:nth-child(5) {
  /*width: 16.66%;*/
}

main .rs .hotels-table th:nth-child(3),
main .rs .hotels-table th:nth-child(4),
main .rs .hotels-table th:nth-child(5) {
  width: 160px;
}

main .rs .hotels-table th:last-child,
main .rs .hotels-table td:last-child {
  padding-right: 0;
}

main .rs .hotels-table td:first-child img {
  display: block;
  margin: 0 0 25px;
  max-width: 100%;
}

main .rs .hotels-table td:first-child h4 {
  display: none;
}

main .rs .hotels-table td:first-child .btn, main .rs .hotels-table td:first-child .form-group input[type="submit"], main .rs .form-group .hotels-table td:first-child input[type="submit"] {
  margin-top: 24px;
  display: block;
  width: 100%;
}

main .rs .hotels-table td:nth-child(2) h4 {
  color: #1f3c6b;
  margin: 0 0 8px;
  margin: 0 0 .5rem;
  font-size: 20px;
  /* text-transform: uppercase; */
  /* font-weight: 700; */
  line-height: inherit;
}

main .rs .hotels-table td:nth-child(2) p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.3;
  max-width: 355px;
  /* word-break: break-all; */
}

main .rs .hotels-table td:nth-child(2) p a {
  text-decoration: underline;
  color: #1f3c6b;
}

main .rs .hotels-table td li,
main .rs .hotels-table td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

main .rs .hotels-table td li {
  margin-bottom: 20px;
}

main .rs .hotels-table .prices thead {
  /* display: none; */
}

main .rs .hotels-table .prices thead td {
  color: #575960;
  font-size: 12px;
  padding-bottom: 10px;
  font-weight: 400;
  vertical-align: bottom;
  border-bottom: 1px solid #d9d9d9;
}

@media (min-width: 2101px) {
  main .rs .hotels-top {
    height: 20vw;
    margin: 1.3vw 0;
  }
  main .rs .hotels-top h3 {
    font-size: 1.6vw;
    margin-bottom: .75vw;
  }
  main .rs .hotels-top__details,
  main .rs .hotels-top__info {
    padding: 1vw 1.3vw;
  }
  main .rs .hotels-top__info {
    font-size: .9vw;
  }
  main .rs .hotels-top__details {
    font-size: .82vw;
    margin-left: 1.5vw;
  }
  main .rs .hotels-top__details dl {
    margin-bottom: 1vw;
  }
  main .rs .hotels-top__details dt {
    margin-bottom: .7vw;
  }
  main .rs .hotels-top__details dd li {
    margin-bottom: .5vw;
  }
  main .rs .link-pic {
    font-size: .8vw;
  }
  main .rs .hotels-table td {
    padding-bottom: 1vw;
    padding-top: 1vw;
  }
  main .rs .hotels-table td,
  main .rs .hotels-table th {
    padding-right: 1.5vw;
    text-align: left;
  }
  main .rs .hotels-table th {
    font-size: .7vw;
  }
  main .rs .hotels-table td:first-child img {
    min-width: 80%;
  }
  main .rs .hotels-table td:nth-child(2) h4 {
    font-size: .9vw;
  }
  main .rs .hotels-table td:nth-child(2) p {
    font-size: .7vw;
  }
}

@media (max-width: 991px) {
  main .rs .hotels-top {
    display: block;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  main .rs .hotels-top__details,
  main .rs .hotels-top__info {
    width: auto;
    height: auto;
    display: block;
    min-height: 430px;
  }
  main .rs .hotels-top__info {
    margin-bottom: 0;
    font-size: 16px;
  }
  main .rs .hotels-top__details {
    margin-left: 0;
  }
  main .rs .hotels-table thead {
    display: none;
  }
  main .rs .hotels-table .prices thead {
    display: table-row-group;
  }
  main .rs table.prices td:first-of-type {
    width: 45% !important;
    padding-right: 20px;
  }
  main .rs .hotels-table tbody tr {
    border: none;
  }
  main .rs .hotels-table > tbody,
  main .rs .hotels-table > tbody > tr,
  main .rs .hotels-table > tbody > tr > td,
  main .rs .hotels-table {
    display: block;
  }
  main .rs .hotels-table td:nth-child(2),
  main .rs .hotels-table td:first-child {
    width: auto;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }
  main .rs .hotels-table td:first-child img {
    margin-bottom: 18px;
  }
  main .rs .hotels-table td:first-child h4 {
    display: block;
    margin: 0 0 18px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: inherit;
  }
  main .rs .hotels-table td:first-child p {
    margin-bottom: 10px;
  }
  main .rs .hotels-table td:first-child a + p {
    margin-top: 18px;
  }
  main .rs .hotels-table td:nth-child(2) .btn, main .rs .hotels-table td:nth-child(2) .form-group input[type="submit"], main .rs .form-group .hotels-table td:nth-child(2) input[type="submit"] {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  main .rs .hotels-table td:nth-child(2) table {
    width: 100%;
  }
  main .rs .hotels-table td:nth-child(2) table th {
    vertical-align: top;
    padding: 15px 0;
  }
  main .rs .hotels-table td:nth-child(2) table th:first-child,
  main .rs .hotels-table td:nth-child(2) table th:nth-child(2) {
    display: none;
  }
  main .rs .hotels-table td:nth-child(2) thead tr {
    border-top: 1px solid #d9d9d9;
  }
  main .rs .hotels-table td:nth-child(2) table td {
    width: 33.33%;
    padding: 15px 0 0;
  }
}

@media (max-width: 767px) {
  main .rs .hotels-top h3 {
    text-align: left;
    font-size: 28px;
  }
  main .rs .hotels-top__details,
  main .rs .hotels-top__info {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
  }
  main .rs .hotels-top__info__btn {
    padding: 0 15px 25px;
  }
  main .rs .hotels-top__info__btn .btn, main .rs .hotels-top__info__btn .form-group input[type="submit"], main .rs .form-group .hotels-top__info__btn input[type="submit"] {
    white-space: normal;
    line-height: 1.1;
  }
  main .rs .hotels-top__details dd li b {
    display: block;
    width: auto;
    padding-right: 0;
  }
  main .rs .hotels-top__details dd li b:after {
    display: none;
  }
}

.page-template-page-partners-2019 .partners_nav ul,
.page-template-page-partners .partners_nav ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.page-template-page-partners-2019 .partners_nav ul li,
.page-template-page-partners .partners_nav ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
}

.page-template-page-partners-2019 .partners_nav ul li a,
.page-template-page-partners .partners_nav ul li a {
  font-size: 22px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #1f3c6b;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  margin: 5px;
  display: block;
}

.page-template-page-partners-2019 .partners_nav ul li.current a, .page-template-page-partners .partners_nav ul li:hover a,
.page-template-page-partners .partners_nav ul li.current a, .page-template-page-partners .partners_nav ul li:hover a {
  background: #49cfe8;
  color: #ffffff;
}

.page-template-page-partners-2019 .tab-content,
.page-template-page-partners .tab-content {
  display: none;
}

.page-template-page-partners-2019 .tab-content.current,
.page-template-page-partners .tab-content.current {
  display: inherit;
}

.page-template-page-partners-2019 .partners_subnav_wrapp,
.page-template-page-partners .partners_subnav_wrapp {
  background: #a4e7f3;
}

.page-template-page-partners-2019 .partner_title,
.page-template-page-partners .partner_title {
  color: #1f3c6b;
  font-size: 30px;
  font-size: 30px;
  font-size: 1.875rem;
}

.page-template-page-partners-2019 .partner_type,
.page-template-page-partners .partner_type {
  color: #00a3e2;
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem;
}

.page-template-page-partners-2019 .partners_logo_wrapp,
.page-template-page-partners .partners_logo_wrapp {
  padding: 30px 0;
  background: #ffffff;
}

.page-template-page-partners-2019 .partners_logo_wrapp .container,
.page-template-page-partners .partners_logo_wrapp .container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-template-page-partners-2019 .partners_logo_wrapp .container .partners_logo_item,
.page-template-page-partners .partners_logo_wrapp .container .partners_logo_item {
  -ms-flex: 1 0 25%;
  -webkit-box-flex: 1;
          flex: 1 0 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 10px;
}

.page-template-page-partners-2019 .partners_logo_wrapp .container .partners_logo_item a,
.page-template-page-partners .partners_logo_wrapp .container .partners_logo_item a {
  display: block;
  max-width: 250px;
  margin: auto;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-partners-2019 .partners_logo_wrapp .container .partners_logo_item,
  .page-template-page-partners .partners_logo_wrapp .container .partners_logo_item {
    -ms-flex: 100%;
    -webkit-box-flex: 100%;
            flex: 100%;
    padding: 20px;
  }
}

.page-template-page-partners-2019 .partners_subnav_title,
.page-template-page-partners .partners_subnav_title {
  font-size: 34px;
  font-size: 34px;
  font-size: 2.125rem;
  text-transform: uppercase;
  color: #fff;
  display: block;
  background: #49cfe8;
  padding: 35px;
  display: inline-block;
  max-width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-partners-2019 .partners_subnav_title,
  .page-template-page-partners .partners_subnav_title {
    max-width: 100%;
    width: 100%;
    font-size: 25px;
    font-size: 1.5625rem;
    padding: 18px;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.page-template-page-partners-2019 .partners_subnav,
.page-template-page-partners .partners_subnav {
  display: block;
  float: right;
  max-width: 70%;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-partners-2019 .partners_subnav,
  .page-template-page-partners .partners_subnav {
    float: none;
    max-width: 100%;
    width: 100%;
  }
}

.page-template-page-partners-2019 .partners_subnav ul,
.page-template-page-partners .partners_subnav ul {
  float: left;
  display: block;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 50%;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-partners-2019 .partners_subnav ul,
  .page-template-page-partners .partners_subnav ul {
    max-width: 100%;
    width: 100%;
    padding: 0px 10px;
  }
}

.page-template-page-partners-2019 .partners_subnav ul li,
.page-template-page-partners .partners_subnav ul li {
  list-style: none;
}

.page-template-page-partners-2019 .partners_subnav ul li a,
.page-template-page-partners .partners_subnav ul li a {
  font-size: 23px;
  font-size: 23px;
  font-size: 1.4375rem;
  color: #1f3c6b;
  text-decoration: underline;
}

.page-template-page-partners-2019 .partner_description,
.page-template-page-partners .partner_description {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #404042;
  text-align: justify;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-partners-2019 .partner_description,
  .page-template-page-partners .partner_description {
    text-align: left;
  }
}

.page-template-page-partners-2019 .partners_content_wrapp,
.page-template-page-partners .partners_content_wrapp {
  padding: 30px 0;
}

.page-template-page-partners-2019 .partners_content_wrapp .partner_item,
.page-template-page-partners .partners_content_wrapp .partner_item {
  padding: 15px 0;
  padding-left: 260px;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-partners-2019 .partners_content_wrapp .partner_item,
  .page-template-page-partners .partners_content_wrapp .partner_item {
    padding: 0px;
  }
}

.page-template-page-partners-2019 .partners_content_wrapp .partner_logo_wrapp,
.page-template-page-partners .partners_content_wrapp .partner_logo_wrapp {
  float: left;
  width: 250px;
  margin-left: -260px;
  display: inline-block;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 37.5em) {
  .page-template-page-partners-2019 .partners_content_wrapp .partner_logo_wrapp,
  .page-template-page-partners .partners_content_wrapp .partner_logo_wrapp {
    margin: 0px;
    float: none;
  }
}

.partners-slider {
  position: relative;
  width: 65%;
}

@media only screen and (max-width: 46.875em) {
  .partners-slider {
    width: 100%;
  }
}

.partners__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

@media only screen and (max-width: 78.125em) {
  .partners__wrap {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.partners-slider__title,
.forum__program div.partners-slider__title {
  display: block;
  font-size: 1.25em;
  color: #0056a4;
  text-transform: inherit;
}

.partners-logo {
  background-color: rgba(234, 236, 238, .5);
}

.partners-logo .forum__program {
  width: 270px;
  margin-bottom: 0;
  padding-right: 2em;
}

@media only screen and (max-width: 46.875em) {
  .partners-logo .forum__program {
    display: none;
  }
}

.partners-logo .forum__program-icon img {
  width: 64px;
  height: 64px;
}

.partners-logo .owl-prev,
.partners-logo .owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.partners-logo .owl-prev:hover svg,
.partners-logo .owl-next:hover svg {
  fill: blue;
}

.partners-logo .owl-prev svg,
.partners-logo .owl-next svg {
  -webkit-transition: .25s ease;
  transition: .25s ease;
  fill: #666;
}

.partners-logo .owl-prev {
  right: inherit;
  left: 0;
}

.partners-logo .owl-carousel .owl-item img {
  max-height: 100%;
  max-width: 50%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.partners-logo a {
  display: inline-block;
  height: 100px;
  padding: 0 1em;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.partners-logo .owl-carousel .owl-stage {
  margin: auto;
}

.partners-logo.inside {
  padding-top: 2em;
}

.owl-carousel.owl-loaded {
  display: block;
}

.partners-slider {
  display: none;
}

.partners__general-wrap {
  text-align: center;
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:bothfont:0/0 serif");
  *zoom: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partners__general-wrap:before, .partners__general-wrap:after {
  content: "";
  display: table;
}

.partners__general-wrap:after {
  clear: both;
}

.partners__general-wrap.general .partners__general-links {
  width: 25%;
}

.partners__general-links {
  display: inline-block;
  width: 20%;
  padding: 1em 2.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 50em) {
  .partners__general-links {
    width: 30%;
    margin: 1em 1.5%;
  }
}

@media only screen and (max-width: 28.125em) {
  .partners__general-links {
    width: 45%;
    margin: 1em 2.5%;
  }
}

.partners__general-links img {
  max-height: 5em;
  max-width: 100%;
  display: block;
  margin: auto;
}

@media only screen and (max-width: 28.125em) {
  .partners__general-links img {
    max-width: 7em;
    max-height: 4em;
  }
}

.partners__title {
  text-align: center;
  text-transform: uppercase;
  color: #3fa3e4;
  font-size: 2em;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.article .text ul.partners__info-list {
  padding: 4em 0 1em;
}

li.partners__info-item {
  display: block;
  margin-bottom: 5em;
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:bothfont:0/0 serif");
  *zoom: 1;
}

li.partners__info-item:before, li.partners__info-item:after {
  content: "";
  display: table;
}

li.partners__info-item:after {
  clear: both;
}

.partners__info-left {
  float: left;
  width: 44%;
  margin-bottom: 2em;
}

@media only screen and (max-width: 48em) {
  .partners__info-left {
    width: 100%;
  }
}

.partners__info-logo {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 2em;
}

@media only screen and (max-width: 37.5em) {
  .partners__info-logo {
    width: 100%;
    margin-bottom: .75em;
  }
}

.partners__info-logo img {
  max-width: 15em;
  max-height: 5em;
}

@media only screen and (max-width: 48em) {
  .partners__info-logo img {
    max-height: 6em;
  }
}

.partners__info-desc {
  float: left;
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 37.5em) {
  .partners__info-desc {
    width: 100%;
  }
}

.partners__info-title {
  color: #0056a4;
  margin: 0;
  margin-bottom: .75em;
  font-weight: 700;
  font-size: 20px;
  padding: 0 10%;
  font-size: 1.25em;
}

.partners__info-subtitle {
  font-weight: 300;
  font-size: 14px;
  margin: 0;
}

.partners__info-right {
  float: right;
  width: 55%;
  font-size: .825em;
}

@media only screen and (max-width: 48em) {
  .partners__info-right {
    width: 100%;
  }
}

.partners__info-right p {
  text-align: justify;
  margin-bottom: 1em;
}

.partners__info-right ul {
  margin-bottom: 1em;
}

.partners__info-right li {
  display: list-item;
  list-style: disc outside none;
  list-style: initial;
  margin-left: 1.25em;
  margin-bottom: .25em;
}

.partners__section-title {
  margin: 1em 0 .2em;
  display: block;
  width: 100%;
  font-size: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.partners__section-title:after {
  display: none !important;
  content: "" !important;
}

.cultural_program_time {
  width: 200px;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 16px 0;
  padding: 1rem 0;
  color: #00a3e2;
}

.cultural_program-content_wrapp {
  max-width: 880px;
  color: #000;
  padding: 8px 0;
  padding: .5rem 0;
  margin-right: auto;
}

.cultural_program_title {
  margin: 0;
  font-size: 22px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #000;
  padding: 8px 0;
  padding: .5rem 0;
}

.cultural_program_desc {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (max-width: 37.5em) {
  .cultural_program_desc > div {
    width: 100% !important;
    float: none;
  }
}

.cultural_program-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 32px 0;
  padding: 2rem 0;
}

@media only screen and (max-width: 37.5em) {
  .cultural_program-item {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.cultural_program_nav {
  margin: 0;
  padding: 0;
  text-align: center;
}

.cultural_program_nav ul li {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  display: inline-block !important;
  border: 0px !important;
}

.cultural_program_nav ul li:hover a, .cultural_program_nav ul li.current a, .cultural_program_nav ul li.current-sub a {
  background: #49cfe8;
  color: #fff !important;
}

.cultural_program_nav .sub-tabs a{background-color: transparent;}

.cultural_program_nav ul li a {
  font-size: 22px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #1f3c6b;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  margin: 5px;
  display: block;
}
.forum-program +.forum-program {display: none;}
.forum-program ul.filter,
.forum-program ul.tabs, .forum-program ul.sub-tabs {
  margin: 0px !important;
  padding: 0px !important;
  list-style: none;
}

.forum-program ul.filter li,
.forum-program ul.tabs li, .forum-program ul.sub-tabs li {
  cursor: pointer;
}

@media only screen and (max-width: 37.5em) {
  .forum-program ul.tabs li, .forum-program ul.sub-tabs li {
    width: 100%;
  }
}

.forum-program ul.filter li.current,
.forum-program ul.tabs li.current {
  border: solid 2px #67cdd6;
}

.forum-program .tab-content {
  display: none;
}

.forum-program #search-programme {
  float: right;
  margin: 30px 0;
  position: relative;
}

@media only screen and (max-width: 37.5em) {
  .forum-program #search-programme {
    margin: 10px 15px;
    float: none;
  }
}

.forum-program #search-programme .input_programme_search {
  border: none;
  padding: 15px;
  padding-left: 45px;
}

::-webkit-input-placeholder {
  color: #838383;
}

:-moz-placeholder {
  color: #838383;
}

::-moz-placeholder {
  color: #838383;
}

:-ms-input-placeholder {
  color: #838383;
}

@media only screen and (max-width: 37.5em) {
  .forum-program #search-programme .input_programme_search {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.forum-program #search-programme .input_programme_search::-webkit-input-placeholder {
  color: #838383;
}

.forum-program #search-programme .input_programme_search::-moz-placeholder {
  /* Firefox 19+ */
  color: #838383;
}

.forum-program #search-programme .input_programme_search:-ms-input-placeholder {
  /* IE 10+ */
  color: #838383;
}

.forum-program #search-programme .input_programme_search:-moz-placeholder {
  /* Firefox 18- */
  color: #838383;
}

.forum-program #search-programme .label-searchsubmit {
  position: absolute;
  left: 0;
  top: 0;
  padding: 14px;
  line-height: 15px;
}

.forum-program #search-programme .label-searchsubmit:before {
  content: "\0053";
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
  color: #56d2e9;
}

.forum-program .tab-content.current, .forum-program .sub-tab-content.current {
  display: inherit;
}

.forum-program .program_nav-link {
  font-size: 25px;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #1f3d6b;
  display: inline-block !important;
  padding: 10px 15px !important;
}

@media only screen and (max-width: 37.5em) {
  .forum-program .program_nav-link {
    font-size: 16px;
    font-size: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.forum-program .program-topics__wrapp {
  padding: 16px 0;
  padding: 1rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.forum-program .program-topics__wrapp a.filter-subject,
.forum-program .program-topics__wrapp a.filter {
  font-size: 14.4px;
  font-size: 0.9rem;
  /*border: solid 1px #1f3d6b;*/
  margin: 2px 1px;
  /*padding: 4px 8px;*/
  padding: 10px 16px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #49cfe8;
}
.filter-all.active{
  background-color: #0d89fe!important;
  border-color: #0d89fe;
}

.forum-program .program-days__wrapp {
  background: rgba(73, 207, 232, .5);
}

@media only screen and (max-width: 37.5em) {
  .forum-program .program-days__wrapp > .container {
    padding: 0px !important;
  }
}

@media only screen and (max-width: 37.5em) {
  .forum-program .program-days__wrapp ul.sub-tabs {
    padding: 0px !important;
    margin: 0px !important;
  }
}

.forum-program .program-days__wrapp ul.sub-tabs .sub-tab-link {
  padding: 32px 0;
  padding: 2rem 0;
  display: inline-block;
  margin-right: 20px;
}

.forum-program .program-days__wrapp ul.sub-tabs .sub-tab-link span {
  color: #1f3d6b;
  line-height: 38.4px;
  line-height: 2.4rem;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 38px;
  font-size: 38px;
  font-size: 2.375rem;
  border-left: 10px solid #fff;
}

@media only screen and (max-width: 37.5em) {
  .forum-program .program-days__wrapp ul.sub-tabs .sub-tab-link {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.forum-program .program-days__wrapp ul.sub-tabs .current {
  background: #4ebbd4;
}

.forum-program .program-days__wrapp ul.sub-tabs .current span {
  color: white;
}

.forum-program .program-hedliner {
  padding: 24px 0;
  padding: 1.5rem 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 37.5em) {
  .forum-program .program-hedliner {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

@media only screen and (max-width: 37.5em) {
  .forum-program .program-hedliner a.custom-icons {
    position: relative;
    margin: 0 auto 1rem 0;
    font-size: 1rem;
    line-height: 1rem;
    padding: 15px 0px;
    /*text-align: center;*/
     padding-left: 40px; 
    display: block;
  }
  .forum-program .program-hedliner a.custom-icons:before{
    position: absolute;
    left: 0;
    top: 15px;
  }
}

@media only screen and (max-width: 37.5em) {
  .forum-program span.programme_as_at {
    text-align: center;
    padding: 0 30px;
  }
}

.forum-program .sub-tab-content {
  padding: 32px 0;
  padding: 2rem 0;
}

.forum-program .program-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 32px 0;
  padding: 2rem 0;
  width: 100%;
}

@media only screen and (max-width: 37.5em) {
  .forum-program .program-item {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
  }
}

.forum-program .program-item .program-item-time {
  width: 120px;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
}

.forum-program .program-item .program-item-content {
  max-width: 700px;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  -ms-flex-positive: 2;
  -webkit-box-flex: 2;
          flex-grow: 2;
}

.forum-program .program-item .program-item-content span {
  display: block;
}

.forum-program .program-item .program-item-content .program-item-title {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
}

.forum-program .program-item .program-item-content .program-item-subtitle {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #737475;
}

.forum-program .program-item .program-item-content .program-item-place {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #737475;
  padding: 8px 0;
  padding: 0.5rem 0;
}

.forum-program .program-item .program-item-content .program-item-desc {
  font-size: 22px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #000000;
  padding: 8px 0;
  padding: 0.5rem 0;
}

.forum-program .program-item .program-item-features {
  width: 280px;
  height: 167px;
  background: url("./../img/bg/program-features-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 27.2px 48px;
  padding: 1.7rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.forum-program .program-item .program-item-features span {
  color: #626464;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  clear: both;
  padding-top: 4.8px;
  padding-top: 0.3rem;
  padding-bottom: 4.8px;
  padding-bottom: 0.3rem;
  padding-left: 32px;
  padding-left: 2rem;
}

.forum-program .program-item-features .custom-icons:before {
  font-size: 20.8px;
  font-size: 1.3rem;
  vertical-align: middle;
  color: #49cfe8;
  display: block;
  float: left;
  margin-left: -40px;
}

.forum-program .custom-icons {
  text-decoration: none;
}

.forum-program .custom-icons:before {
  font-family: slickregular;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.forum-program .program-hedliner .program-time {
  font-size: 40px;
  font-size: 40px;
  font-size: 2.5rem;
  color: #1f3d6b;
}

.forum-program .i-download {
  font-size: 20px;
  font-size: 16px;
  font-size: 1rem;
  margin-right: 16px;
  margin-right: 1rem;
  color: #838383;
}

.forum-program .i-download:before {
  content: "\0064";
  color: #49cfe8;
  font-size: 32px;
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 4px;
  margin-right: .25rem;
}

@media only screen and (max-width: 37.5em) {
  .forum-program .i-download {
    margin: auto;
    display: block;
    padding: 10px 0;
  }
}

.forum-program .i-place:before {
  content: "\006D";
  font-size: 20.8px;
  font-size: 1.3rem;
  vertical-align: middle;
}

.forum-program .i-key-points:before {
  content: "\0063";
}

.forum-program .i-stream:before {
  content: "\0079";
}

.forum-program .i-transcript:before {
  content: "\0065";
}

.forum-program #searchsubmit {
  display: none;
}

.forum-program .program-searchform {
  position: relative;
}

.forum-program .program-searchform .program-search-input {
  padding: 10px;
  padding-left: 30px;
  border: 0px;
}

.forum-program .program-searchform .label-searchsubmit {
  position: absolute;
  left: 0px;
  top: 0;
  padding: 8px;
}

.forum-program .program-searchform .label-searchsubmit:before {
  content: "\0053";
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
  color: #56d2e9;
}

hr.program-item-devider {
  margin: 0;
  border-top: solid 1px #909090;
}

.custom-icons:before {
  font-family: slickregular;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.i-phone:before {
  content: "\0050";
  font-size: 40px;
  font-size: 2.5rem;
  vertical-align: middle;
  margin-right: 10px;
}

.i-mail:before {
  content: "\004D";
  font-size: 40px;
  font-size: 2.5rem;
  vertical-align: middle;
  margin-right: 10px;
}

.i-sire:before {
  content: "\0045";
  font-size: 27.2px;
  font-size: 1.7rem;
  vertical-align: middle;
  margin-right: 15px;
  margin-left: 7px;
}

.pro-name {
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 0;
  display: block;
}

.pro-position {
  font-size: 16px;
  font-size: 1rem;
}

.pro-biography {
  font-size: 12.8px;
  font-size: .8rem;
  display: none;
  clear: both;
  padding: 10px 0;
}

.program-item-fool-desc {
  display: none;
}

.speaker-info-wrapp.show-info-popup {
  color: #343490;
}

.speaker-info-wrapp {
  margin: 10px 0;
}

.html_content .speaker-info-wrapp {
  color: black;
  padding: 20px;
}

.html_content .speaker-info-wrapp:hover {
  color: black;
}

.html_content .pro-name {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}
.show_greeting{
  cursor: pointer;
}
.speaker_popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  color: black;
  font-size: 35px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 999;
}
.speaker_popup-container .popup-close{
  background: none!important;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  color: black;
  font-size: 35px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 999;
}
.speaker-info-wrapp:hover {
  color: #4a4ac8;
  cursor: pointer;
}

.speaker_popup {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: scroll;
  background: rgba(0, 0, 0, .7);
  align-items: center;
}

.speaker_popup .pro-name, .speaker_popup .pro-position, .speaker_popup .pro-biography {
  font-size: 14.4px;
  font-size: 0.9rem;
}

.speaker_popup-container {
  max-width: 600px;
  margin: 30px auto;
  background: white;
  position: relative;
}

.program_top_nav {
  margin: 0;
  padding: 0;
  text-align: center;
}

.program_top_nav ul li {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  display: inline-block !important;
  border: 0px !important;
}

.program_top_nav ul li:hover .nav-btn, .program_top_nav ul li.current .nav-btn {
  background: #49cfe8;
  color: #fff !important;
  border: 0px !important;
}

.program_top_nav ul li .nav-btn {
  font-size: 22px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #1f3c6b;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px;
  margin: 5px;
  display: block;
}
.webcast{
  cursor: pointer;
}
.html_content .video-wrap{
  position: relative;
  width: 100%;
  padding-bottom: 56.4%;
  margin: 20px 0;
}
.html_content .video-iframe iframe {
  position: absolute;
  border: none;
  padding: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 37.5em) {
  .html_content .video-iframe iframe {
    width: 100%;
  }
}

.html_content .video-iframe {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.organizer-title {
  font-size: 16px;
  font-size: 1rem;
  color: #658ab5;
}

.html_content .video-title {
  font-size: 22px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #000000;
  padding: 8px 0;
  padding: 0.5rem 0;
}

.speaker-photo-wrapp {
  margin: 0 15px 0 0;
  min-width: 50px;
}

.speaker-photo-wrapp img {
  width: 50px;
  height: auto;
  vertical-align: bottom;
}

.html_content .speaker-photo-wrapp {
  width: 100px !important;
  min-width: 100px;
}

.html_content .speaker-photo-wrapp img {
  min-width: 100px;
  max-width: 100%;
  height: auto;
}

.v-align-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.rs .history {
  width: 100%;
  padding-left: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 32px;
  padding-top: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .rs .history {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 65em) {
  .rs .history {
    padding-left: 0px;
  }
}

.rs .history .history-title {
  background: #49cfe8;
  margin-left: -360px;
  width: 350px;
  float: left;
  padding-left: 30px;
  padding-top: 350px;
  padding-bottom: 140px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 37.5em) {
  .rs .history .history-title {
    margin: 0px;
    width: 100%;
    padding: 10px;
  }
}

@media only screen and (max-width: 65em) {
  .rs .history .history-title {
    margin: 0px;
    width: 100%;
    padding: 10px;
  }
}

.rs .history .history-title h1 {
  font-size: 55px;
  font-size: 55px;
  font-size: 3.4375rem;
  color: #ffffff;
  text-transform: uppercase;
}

@media only screen and (max-width: 37.5em) {
  .rs .history .history-title h1 {
    font-size: 36px;
    font-size: 2.25rem;
    text-align: center;
  }
}

@media only screen and (max-width: 65em) {
  .rs .history .history-title h1 {
    font-size: 36px;
    font-size: 2.25rem;
    text-align: center;
  }
}

.rs .history .history-item {
  background: rgba(73, 207, 232, .4);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 15px;
}

@media only screen and (max-width: 37.5em) {
  .rs .history .history-item {
    margin: 0px;
    padding: 0px;
    background: none;
  }
}

@media only screen and (max-width: 65em) {
  .rs .history .history-item {
    margin: 0px;
    padding: 0px;
    background: none;
  }
}

.rs .history .compensator {
  -webkit-transform: skewY(-2deg);
          transform: skewY(-2deg);
}

.rs .history .history-desc-content {
  padding-left: 173px;
}

@media only screen and (max-width: 37.5em) {
  .rs .history .history-desc-content {
    padding: 0px;
  }
}

@media only screen and (max-width: 65em) {
  .rs .history .history-desc-content {
    padding: 0px;
  }
}

.rs .history .sticky {
  position: fixed;
  z-index: 101;
}

.rs .history .stop {
  position: relative;
  z-index: 101;
}

.rs .history .history-item-inner {
  background: url(./../img/bg/history-bg.png);
  min-height: 628px;
  background-repeat: no-repeat;
  width: 100%;
  background-position: right top;
}

.rs .history .history-day {
  font-size: 43px;
  font-size: 43px;
  font-size: 2.6875rem;
  color: #1f3c6b;
  display: block;
  line-height: 32px;
  line-height: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .rs .history .history-day {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media only screen and (max-width: 65em) {
  .rs .history .history-day {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.rs .history .history-date-wrapp {
  padding-left: 130px;
  padding-top: 40px;
  padding-right: 40px;
  z-index: 5;
  position: relative;
}

@media only screen and (max-width: 37.5em) {
  .rs .history .history-date-wrapp {
    padding: 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 65em) {
  .rs .history .history-date-wrapp {
    padding: 15px;
    text-align: center;
  }
}

.rs .history .history-desc {
  background: rgba(47, 185, 211, .8);
  position: relative;
  padding: 26px;
  margin-left: 140px;
  margin-top: -53px;
  z-index: 2;
  margin-right: 20px;
}

@media only screen and (max-width: 37.5em) {
  .rs .history .history-desc {
    padding-top: 100px;
    margin: 0px;
  }
}

@media only screen and (max-width: 65em) {
  .rs .history .history-desc {
    padding-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.rs .history .history-date {
  display: inline-block;
}

@media only screen and (max-width: 37.5em) {
  .rs .history .history-date {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 65em) {
  .rs .history .history-date {
    margin-top: 20px;
  }
}

.rs .history .history-month {
  font-size: 29px;
  font-size: 29px;
  font-size: 1.8125rem;
  color: #1f3c6b;
}

@media only screen and (max-width: 37.5em) {
  .rs .history .history-month {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 65em) {
  .rs .history .history-month {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.rs .history .history-year {
  font-size: 88px;
  font-size: 88px;
  font-size: 5.5rem;
  color: #2fb9d3;
  display: inline-block;
}

@media only screen and (max-width: 37.5em) {
  .rs .history .history-year {
    letter-spacing: -4px;
    margin-left: 10px;
    vertical-align: baseline;
    font-size: 70px;
    font-size: 4.375rem;
  }
}

@media only screen and (max-width: 65em) {
  .rs .history .history-year {
    letter-spacing: -4px;
    margin-left: 10px;
    vertical-align: baseline;
    font-size: 70px;
    font-size: 4.375rem;
  }
}

.rs .history .history-city {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  display: block;
  width: 355px;
  text-align: center;
  background: #63d9ef;
  padding: 10px 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 37.5em) {
  .rs .history .history-city {
    width: 100%;
  }
}

@media only screen and (max-width: 65em) {
  .rs .history .history-city {
    width: 100%;
  }
}

.rs .history .history-image-wrapp {
  position: relative;
  z-index: 1;
  margin-top: -30px;
  padding-left: 40px;
}

@media only screen and (max-width: 37.5em) {
  .rs .history .history-image-wrapp {
    padding: 0px;
  }
  .rs .history .history-image-wrapp #clip {
    display: none;
  }
}

@media only screen and (max-width: 65em) {
  .rs .history .history-image-wrapp {
    padding: 0px;
  }
  .rs .history .history-image-wrapp #clip {
    display: none;
  }
}

.rs .history .history-qty {
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #1f3c6b;
}

.rs .history .qty-participants {
  font-size: 17px;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #1f3c6b;
  display: block;
  text-transform: uppercase;
}

@media only screen and (max-width: 37.5em) {
  .rs .history .qty-participants {
    display: inline-block;
    color: white;
  }
}

@media only screen and (max-width: 65em) {
  .rs .history .qty-participants {
    display: inline-block;
    color: white;
  }
}

.rs .history .history-desc-title {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #1f3c6b;
}

.rs .history .history-desc-key {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #1f3c6b;
  display: block;
  margin-bottom: 20px;
}

.rs .history .history-head-title {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #1f3c6b;
}

.rs .history .history-head {
  min-height: 110px;
}

.rs .history .history-head p {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  color: #1f3c6b;
  display: block;
  padding: 15px 0;
}

.rs .history .history-qty-wrapp {
  margin-left: -173px;
  padding: 30px;
  float: left;
  margin-right: 21px;
  text-align: center;
  background: rgba(255, 255, 255, .35) url(../img/qp.png);
  background-repeat: no-repeat;
  background-position: 22px 18px;
}

@media only screen and (max-width: 37.5em) {
  .rs .history .history-qty-wrapp {
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    left: 0px;
    text-align: left;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media only screen and (max-width: 65em) {
  .rs .history .history-qty-wrapp {
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    left: 0px;
    text-align: left;
    padding-left: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.rs .digest-month {
  margin-bottom: 3em;
  width: 48%;
  margin-right: 16px;
  margin-right: 1rem;
  float: left;
}

.rs .digest-month__title {
  font-size: 36px;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: bold;
  color: #29f3ff;
  text-transform: uppercase;
  margin-bottom: .25em;
}

.rs .digest-week {
  width: 100%;
  float: left;
  /* width: 32%; */
  margin-right: 2%;
  background: rgba(7, 47, 80, .52);
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  margin-bottom: 1em;
  padding: 24px;
  padding: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rs .digest-week:hover {
  border-color: #3fa3e4;
}

.rs .digest-week:hover .digest-downloads {
  background: #3fa3e4;
}

@media only screen and (max-width: 50em) {
  .rs .digest-week {
    width: 48%;
  }
}

@media only screen and (max-width: 37.4375em) {
  .rs .digest-week {
    width: 100%;
    margin-right: 0;
  }
}

.rs a.digest-downloads__link {
  display: block;
  margin: 8px 0;
  margin: 0.5rem 0;
  opacity: 0.7;
}

.rs a.digest-downloads__link:hover {
  opacity: 1;
}

.rs .digest-week:nth-child(3n+1) {
  margin-right: 0;
}

@media only screen and (max-width: 50em) {
  .rs .digest-week:nth-child(3n+1) {
    margin-right: 2%;
  }
}

@media only screen and (max-width: 37.5em) {
  .rs .digest-week:nth-child(3n+1) {
    margin-right: 0%;
  }
}

.rs .digest-days {
  color: #ffffff;
  font-size: 32px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}

.rs .digest-days::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  margin: 8px 0;
  margin: .5rem 0;
  background: white;
}

.rs .digest-days small {
  font-size: .5em;
  text-transform: uppercase;
}

.rs .digest-downloads {
  background: #c6cacf;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  padding: .3em .5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  *zoom: expression(this.runtimeStyle.zoom="1", this.appendChild(document.createElement("br")).style.cssText="clear:bothfont:0/0 serif");
  *zoom: 1;
}

.rs .digest-downloads:before, .rs .digest-downloads:after {
  content: "";
  display: table;
}

.rs .digest-downloads:after {
  clear: both;
}

.rs .digest-downloads__text {
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  color: white;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 1.25em;
}

.rs .digest-downloads__text:before {
  content: '';
  display: inline-block;
  vertical-align: baseline;
  width: 1em;
  height: 1em;
  background: url("/img/icons/pdf-down.svg") no-repeat 50% 50%/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (max-width: 62.5em) {
  .rs .digest-downloads__text {
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: .1em;
  }
}

@media only screen and (max-width: 50em) {
  .rs .digest-downloads__text {
    font-size: 24px;
    font-size: 1.5rem;
    padding-top: 0;
  }
}

@media only screen and (max-width: 37.5em) {
  .rs .digest-downloads__text {
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: .1em;
  }
}

@media only screen and (max-width: 37.4375em) {
  .rs .digest-downloads__text {
    font-size: 24px;
    font-size: 1.5rem;
    padding-top: 0;
  }
}

.rs .digest-downloads__list {
  display: inline-block;
  vertical-align: middle;
  padding: .3em 0;
}

@media only screen and (max-width: 66.875em) {
  .rs .digest-downloads__list {
    padding: .4em 0;
  }
}

@media only screen and (max-width: 50em) {
  .rs .digest-downloads__list {
    padding: .3em 0;
  }
}

@media only screen and (max-width: 37.5em) {
  .rs .digest-downloads__list {
    padding: .4em 0;
  }
}

@media only screen and (max-width: 37.4375em) {
  .rs .digest-downloads__list {
    padding: .3em 0;
  }
}

.rs .digest-flag {
  display: inline-block;
  width: 2.4em;
  height: 1.7em;
  border: 1px solid white;
  border-radius: 4px;
  margin-left: .1em;
  margin-right: 11.2px;
  margin-right: .7rem;
  vertical-align: middle;
}

@media only screen and (max-width: 66.875em) {
  .rs .digest-flag {
    width: 1.8em;
    height: 1.3em;
  }
}

@media only screen and (max-width: 50em) {
  .rs .digest-flag {
    width: 2em;
    height: 1.5em;
  }
}

@media only screen and (max-width: 37.5em) {
  .rs .digest-flag {
    width: 1.8em;
    height: 1.3em;
  }
}

@media only screen and (max-width: 37.4375em) {
  .rs .digest-flag {
    width: 2em;
    height: 1.5em;
  }
}

.rs .digest__ru {
  background: url("/img/flags/ru.svg") no-repeat 50% 50%/cover;
}

.rs .digest__en {
  background: url("/img/flags/en.svg") no-repeat 50% 50%/cover;
}

.rs .digest__vn {
  background: url("/img/flags/vn.svg") no-repeat 50% 50%/cover;
}

.rs .digest__jp {
  background: url("/img/flags/jp.svg") no-repeat 50% 50%/cover;
}

.rs .digest__cn {
  background: url("/img/flags/cn.svg") no-repeat 50% 50%/cover;
}

.rs .digest__kr {
  background: url("/img/flags/kr.svg") no-repeat 50% 50%/cover;
}

.rs .col-one-third {
  width: 33.33333333%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 37.5em) {
  .rs .col-one-third {
    width: 100%;
  }
}

.rs .key_speakers-wrapp {
  margin-left: -15px;
  margin-right: -15px;
}

.rs .key_speakers-item {
  margin-top: 20px;
}

.rs .key_speakers-img_wrapp {
  height: 300px;
  width: 100%;
  overflow: hidden;
}

.rs .key_speakers-item:hover .key_speakers_cover-img {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.rs .key_speakers_cover-img {
  height: auto;
  width: 100%;
  min-width: 100%;
  max-width: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
          transform: translateY(-50%) translateX(-50%) scale(1);
}

.rs .key_speakers-content_wrapp {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rs .full-ct {
  display: none;
}

.rs .key_speakers-content {
  background: rgba(3, 38, 78, .65);
  padding: 15px 15px 50px 15px;
  color: #fff;
  position: relative;
  height: 140px;
}

@media only screen and (max-width: 65em) {
  .rs .key_speakers-content {
    height: 130px;
  }
}

@media only screen and (max-width: 37.5em) {
  .rs .key_speakers-content {
    height: 100px;
  }
}

.rs .key_speakers_more {
  padding: 8px;
  border-radius: 25px;
  border: solid 1px #fff;
  color: #fff;
  font-size: 14.4px;
  font-size: .9rem;
  text-align: center;
  text-decoration: underline;
  width: 120px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.rs .key_speakers-title {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
}

.rs .key_speakers-desc {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 0;
}

.rs .key_speakers-item:hover .key_speakers_more {
  border: 1px solid #3bdbff;
  color: #3bdbff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.rs .key_speakers-item:hover .key_speakers-title, .rs .key_speakers-item:hover .key_speakers_post {
  color: #3bdbff;
}

.rs .key_speakers-link {
  height: 100px;
  display: block;
}

.rs .key_speakers-link:hover {
  color: #3bdbff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.rs .dwnld-speaker-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.rs .dwnld-speaker-icon svg {
  width: 20px;
  height: 24px;
}

.rs .dwnld-speaker-icon svg path {
  fill: #fff;
}

.rs .html_content .key_speakers-content {
  background: none;
  color: black;
  height: auto;
}

.rs .html_content .key_speakers_more {
  display: none;
}

.rs .html_content .key_speakers-img_wrapp {
  width: 100px !important;
  height: 100px !important;
}

.rs .html_content .key_speakers_desc {
  display: block !important;
  display: block !important;
  padding: 10px 0;
}

.rs .html_content .key_speakers-content {
  padding: 15px 0;
}

.rs .key_speakers_popup_content {
  padding: 20px;
}

.rs .key_speakers_popup-container {
  max-width: 600px;
  margin: 30px auto;
  background: white;
  position: relative;
}

@media only screen and (max-width: 37.5em) {
  .rs .key_speakers_popup-container {
    min-width: 95%;
  }
}

.rs .key_speakers_popup {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: scroll;
  background: rgba(0, 0, 0, .7);
}

.rs .key_speakers_popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  color: black;
  font-size: 35px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 9999;
}

.rs .key_speakers_desc {
  display: none;
}

.rs .key_speakers_post {
  font-size: 12.8px;
  font-size: 0.8rem;
}

.rs .key_speakers_post .short-ct {
  color: white;
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/subset-ProximaNova-Bold.eot");
  src: url("../fonts/subset-ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-ProximaNova-Bold.woff2") format("woff2"), url("../fonts/subset-ProximaNova-Bold.woff") format("woff"), url("../fonts/subset-ProximaNova-Bold.ttf") format("truetype"), url("../fonts/subset-ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/subset-ProximaNova-Regular.eot");
  src: url("../fonts/subset-ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-ProximaNova-Regular.woff2") format("woff2"), url("../fonts/subset-ProximaNova-Regular.woff") format("woff"), url("../fonts/subset-ProximaNova-Regular.ttf") format("truetype"), url("../fonts/subset-ProximaNova-Regular.svg#ProximaNova-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/subset-ProximaNova-Light.eot");
  src: url("../fonts/subset-ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-ProximaNova-Light.woff2") format("woff2"), url("../fonts/subset-ProximaNova-Light.woff") format("woff"), url("../fonts/subset-ProximaNova-Light.ttf") format("truetype"), url("../fonts/subset-ProximaNova-Light.svg#ProximaNova-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/subset-ProximaNova-RegularIt.eot");
  src: url("../fonts/subset-ProximaNova-RegularIt.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-ProximaNova-RegularIt.woff2") format("woff2"), url("../fonts/subset-ProximaNova-RegularIt.woff") format("woff"), url("../fonts/subset-ProximaNova-RegularIt.ttf") format("truetype"), url("../fonts/subset-ProximaNova-RegularIt.svg#ProximaNova-RegularIt") format("svg");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/subset-ProximaNovaT-Thin.eot");
  src: url("../fonts/subset-ProximaNovaT-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-ProximaNovaT-Thin.woff2") format("woff2"), url("../fonts/subset-ProximaNovaT-Thin.woff") format("woff"), url("../fonts/subset-ProximaNovaT-Thin.ttf") format("truetype"), url("../fonts/subset-ProximaNovaT-Thin.svg#ProximaNovaT-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Proxima Nova';
  src: url("../fonts/subset-ProximaNova-Semibold.eot");
  src: url("../fonts/subset-ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/subset-ProximaNova-Semibold.woff") format("woff"), url("../fonts/subset-ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/subset-ProximaNova-Semibold.svg#ProximaNova-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'slickregular';
  src: url("../fonts/arc-webfont.eot");
  src: url("../fonts/arc-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arc-webfont.woff2") format("woff2"), url("../fonts/arc-webfont.woff") format("woff"), url("../fonts/arc-webfont.ttf") format("truetype"), url("../fonts/arc-webfont.svg#slickregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.-desctop {
  display: block;
  opacity: 1;
}

.-phone {
  display: none;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .-desctop {
    display: none !important;
    opacity: 0;
  }
  .-phone {
    display: block !important;
    opacity: 1;
  }
}

.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

.clearfix:before {
  display: table;
  content: " ";
}

.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}

.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 15px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 6px;
}

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px;
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 15px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

@media screen and (max-width: 640px) {
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .logo.logo2019 {
    display: block;
  }
}

.logo > .link {
  margin-bottom: 20px;
  display: block;
}

.logo .arctic {
  min-width: 109px;
  min-height: 83px;
}

.logo .roscongress {
  max-width: 206px;
  max-height: 26px;
}

.sub ul,
.mobile__nav ul,
.nav ul {
  list-style: none;
  padding: 0;
}

.sub a,
.mobile__nav a,
.nav a {
  text-decoration: none;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .nav .main-menu {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .nav .main-menu {
    display: none;
  }
}

.nav .main-menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav .main-menu .menu-item.not-in-2019, .nav .main-menu .menu-item.main-hide {
  display: none;
}

.nav .main-menu .menu-item .main-menu-link {
  padding: 10px 5px;
  opacity: .99;
  text-decoration: none;
  text-transform: uppercase;
}

.nav .main-menu .menu-item .main-menu-link:hover {
  opacity: .75;
}

.nav .burger {
  display: block;
  width: 70px;
  text-align: center;
  font-size: 13px;
  height: 50px;
  background-image: url(/img/burger.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .nav .burger {
    margin-left: auto;
  }
}

@media screen and (max-width: 640px) {
  .nav .burger {
    margin-left: auto;
  }
}

.nav .burger:hover {
  opacity: .8;
}

.sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .sub {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.sub .lang-menu,
.sub .sub-menu {
  margin: 0 16px 0 0;
  margin: 0 1rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub .lang-menu .menu-item,
.sub .sub-menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub .lang-menu .menu-item > a,
.sub .lang-menu .menu-item .sub-menu-link,
.sub .sub-menu .menu-item > a,
.sub .sub-menu .menu-item .sub-menu-link {
  padding: 16px 8px;
  padding: 1rem .5rem;
  text-decoration: none;
  opacity: .99;
  font-size: 18px;
}

.sub .lang-menu .menu-item > a:hover,
.sub .lang-menu .menu-item .sub-menu-link:hover,
.sub .sub-menu .menu-item > a:hover,
.sub .sub-menu .menu-item .sub-menu-link:hover {
  opacity: .75;
}

.sub .lang-menu .lang-item,
.sub .sub-menu .lang-item {
  text-transform: uppercase;
}

.sub .lang-menu .lang-item.current-lang > a,
.sub .sub-menu .lang-item.current-lang > a {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 255, 255, .8);
          text-decoration-color: rgba(255, 255, 255, .8);
}

.sub .phone {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .sub .phone {
    margin: 1rem .1rem;
  }
}

.btn, main .rs .form-group input[type="submit"] {
  padding: 8px 20px;
  padding: .5rem 1.25rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}
.btn{
  box-shadow: none;
  outline: none;
  border: none;
}
.btn.-outlined, main .rs .form-group input.-outlined[type="submit"] {
  border: 2px solid #069eff;
}

.btn.-outlined:hover, main .rs .form-group input.-outlined:hover[type="submit"] {
  background-color: #069eff;
  color: #ffffff;
}

.btn.-blue, main .rs .form-group input[type="submit"] {
  color: #ffffff;
  background-color: #0d89fe;
}

.btn.-blue:hover, main .rs .form-group input:hover[type="submit"] {
  background-color: #0055a5;
  color: #ffffff;
}

.btn.-sm, main .rs .form-group input.-sm[type="submit"] {
  padding: 6px 8px;
  padding: .375rem .5rem;
  font-size: 13px;
}

.subnav .secondary__nav {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.subnav .secondary__nav .menu {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subnav .secondary__nav .menu-item a {
  text-decoration: none;
  color: #000b60;
  padding: 8px 16px;
  padding: .5rem 1rem;
  margin: 0 8px 8px 0;
  margin: 0 .5rem .5rem 0;
  display: block;
  border: 1px solid #0d89fe;
}

.subnav .secondary__nav .menu-item.current-menu-item a {
  color: #ffffff;
  background-color: #0d89fe;
}

ul.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.main-nav__list .main-nav__item.menu-item {
  position: relative;
}

ul.main-nav__list a.sub-main-nav__link {
  display: none;
}

.header2019 ul.main-nav__list a.main-nav__link.main-menu-link + .sub-menu {
  position: absolute;
  z-index: 100000;
  left: 0;
  top: 30px;
  padding: 8px;
  padding: .5rem;
  background: white;
  border: 1px solid #ccc;
  display: none;
}

.header2019 ul.main-nav__list .main-nav__item > ul.sub-menu:hover,
.header2019 ul.main-nav__list .main-nav__item:hover > ul.sub-menu,
.header2019 ul.main-nav__list a.main-nav__link.main-menu-link:hover + ul.sub-menu {
  display: block;
}

.header2019 ul.main-nav__list .main-nav__item > ul.sub-menu:hover a.main-nav__link.sub-main-nav__link,
.header2019 ul.main-nav__list .main-nav__item:hover > ul.sub-menu a.main-nav__link.sub-main-nav__link,
.header2019 ul.main-nav__list a.main-nav__link.main-menu-link:hover + ul.sub-menu a.main-nav__link.sub-main-nav__link {
  color: #051363;
  display: block;
  min-width: 200px;
  padding: 4px 0px 4px 4px;
  padding: .25rem 0rem .25rem .25rem;
  background: white;
  border-bottom: 1px solid rgba(13, 137, 254, .5);
}

.header2019 ul.main-nav__list .main-nav__item > ul.sub-menu:hover a.main-nav__link.sub-main-nav__link:hover,
.header2019 ul.main-nav__list .main-nav__item:hover > ul.sub-menu a.main-nav__link.sub-main-nav__link:hover,
.header2019 ul.main-nav__list a.main-nav__link.main-menu-link:hover + ul.sub-menu a.main-nav__link.sub-main-nav__link:hover {
  background: #0d89fe;
  color: white;
}

.header2019 ul.main-nav__list .main-nav__item > ul.sub-menu:hover li.main-nav-sub__item:last-child a.main-nav__link.sub-main-nav__link,
.header2019 ul.main-nav__list .main-nav__item:hover > ul.sub-menu li.main-nav-sub__item:last-child a.main-nav__link.sub-main-nav__link,
.header2019 ul.main-nav__list a.main-nav__link.main-menu-link:hover + ul.sub-menu li.main-nav-sub__item:last-child a.main-nav__link.sub-main-nav__link {
  border-bottom: none;
}

.mobile__nav ul.main-nav__list {
  list-style: none;
  padding: 0;
  display: block;
  padding-bottom: 100px;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF;
  /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

.slideout-open .slideout-menu {
  display: block !important;
}

.slideout-menu {
  left: auto;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  background-color: #1D1F20;
  background-image: -webkit-linear-gradient(305deg, #1D1F20, #404348);
  background-image: linear-gradient(145deg, #1D1F20, #404348);
}

.slideout-menu .mobile__nav ul li a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  border-bottom: solid 1px #404040;
}

.slideout-menu .sub-menu {
  display: none;
  z-index: 9999;
}

.slideout-menu .menu-item-has-children a {
  position: relative;
}

.slideout-menu .menu-item-has-children a span {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  background: #505152;
  position: absolute;
  top: 0;
  right: 0;
}

.slideout-menu .menu-item-has-children a span::before {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 10px solid #a7a7a7;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  margin: 20px 18px;
}

.slideout-menu .menu-item-has-children a .to-up::before {
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slideout-menu a.sub-main-nav__link {
  background: #181a1b;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.mobile-dashboard .social {
  text-align: center;
}

.mobile-dashboard {
  display: block;
}

.mobile-dashboard .social ul li {
  display: inline-block;
}

.mobile-dashboard .social ul li a {
  padding: 0;
  display: inline-block;
  text-indent: 9999px;
  font-size: 0px;
  overflow: hidden;
  border: 0px;
  text-decoration: none;
}

.mobile-dashboard .nav-language {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.mobile-dashboard .nav-language ul {
  display: block;
  text-align: center;
}

.mobile-dashboard .nav-language ul li {
  border: 1px solid #fff;
  max-width: 49px;
  display: inline-block;
}

.mobile-dashboard .nav-language ul li a {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
}

.menu-sots-seti-ru {
  text-align: center;
}

.social .insta a:before {
  content: "\0069";
}

.social ul li a {
  display: block;
  width: 34px;
  height: 35px;
  text-indent: 9999px;
  font-size: 0;
  border: 0;
  text-align: center;
}

.social ul li a:before {
  text-indent: 0px;
  display: block;
  font-family: 'slickregular';
  color: #ffffff;
  font-size: 30px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.social ul li a:hover:before {
  text-indent: 0px;
  display: block;
  font-family: 'slickregular';
  color: #a4d7f4;
  font-size: 30px;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.social .vk a:before {
  content: "\0076";
}

.social .insta a:before {
  content: "\0069";
}

.social .fb a:before {
  content: "\0066";
}

.social .tw a:before {
  content: "\0074";
}

.social .yt a:before {
  content: "\0059";
}

.col-one-third {
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 37.5em) {
  .col-one-third {
    width: 100%;
  }
}

.videoarchive-wrapp {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.videoarchive-item {
  margin-top: 20px;
}

.videoarchive-img_wrapp {
  height: 230px;
  width: 100%;
  overflow: hidden;
}

.videoarchive-item:hover .videoarchive_cover-img {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.1);
          transform: translateY(-50%) translateX(-50%) scale(1.1);
}

.videoarchive_cover-img {
  width: auto;
}

.videoarchive_cover-img {
  height: 100%;
  max-width: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
          transform: translateY(-50%) translateX(-50%) scale(1);
}

.videoarchive-content_wrapp {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.videoarchive-content {
  background: rgba(3, 38, 78, .65);
  padding: 15px;
  color: white;
  position: relative;
}

.videoarchive-title {
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px 0;
}

.videoarchive-desc {
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 0;
}

.videoarchive-dl {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 5px 0;
}

.videoarchive-dl:hover {
  color: #3bdbff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.videoarchive-dl:hover .dwnld-video-icon svg path {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  fill: #3bdbff;
}

.videoarchive-link {
  text-decoration: none;
  height: 100px;
  display: block;
}

.videoarchive-link:hover {
  color: #3bdbff;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.dwnld-video-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.dwnld-video-icon svg {
  width: 20px;
  height: 24px;
}

.dwnld-video-icon svg path {
  fill: #fff;
}

.html_content video {
  width: 100%;
}

.videoarchive_popup_content {
  padding: 20px;
}

.videoarchive_popup-container {
  max-width: 600px;
  margin: 0px auto;
  background: white;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@media only screen and (max-width: 37.5em) {
  .videoarchive_popup-container {
    min-width: 95%;
  }
}

.videoarchive_popup {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow-y: scroll;
  background: rgba(0, 0, 0, .7);
}

.videoarchive_popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  color: black;
  font-size: 35px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  z-index: 9999;
}

.post-type-archive-news .archive_news-wrapp,
.post-type-archive-news-from .archive_news-wrapp {
  margin-right: -15px;
  margin-left: -15px;
  padding: 32px 20.8px;
  padding: 2rem 1.3rem;
}

.post-type-archive-news .archive_news__item, .post-type-archive-news-from .archive_news__item {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 60px;
  color: #333333;
}

.post-type-archive-news .archive_news__item .archive_news__inner .archive_news-image,
.post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #051363;
}

.post-type-archive-news .archive_news__item .archive_news__inner .archive_news-image img,
.post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news-image img {
  width: auto;
  height: 100%;
}

.post-type-archive-news .archive_news__item .archive_news__inner .archive_news-image img.def-img,
.post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news-image img.def-img {
  width: 80%;
  height: auto;
}

@media only screen and (max-width: 37.5em) {
  .post-type-archive-news .archive_news__item, .post-type-archive-news-from .archive_news__item {
    width: 100%;
  }
}

.post-type-archive-news .archive_news__item .archive_news__inner, .post-type-archive-news-from .archive_news__item .archive_news__inner {
  background: rgba(73, 207, 232, .39);
}

.post-type-archive-news .archive_news__item .archive_news__inner .archive_news-image,
.post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news-image {
  width: 235px;
  height: 161px;
  margin-left: -255px;
  margin-top: -20px;
  float: left;
  overflow: hidden;
}

@media only screen and (max-width: 37.5em) {
  .post-type-archive-news .archive_news__item .archive_news__inner .archive_news-image,
  .post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news-image {
    margin: 0px;
    float: none;
    clear: both;
    max-width: 100%;
  }
}

@media only screen and (max-width: 65em) {
  .post-type-archive-news .archive_news__item .archive_news__inner .archive_news-image,
  .post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news-image {
    width: auto;
    height: 200px;
    padding: 10px;
    margin: 0px;
    float: none;
  }
}

.post-type-archive-news .archive_news__item .archive_news__inner h3.archive_news-title a, .post-type-archive-news-from .archive_news__item .archive_news__inner h3.archive_news-title a {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  padding: 5px 10px 0px 0px;
  text-decoration: none;
  height: 120px;
}

@media only screen and (max-width: 37.5em) {
  .post-type-archive-news .archive_news__item .archive_news__inner h3.archive_news-title a, .post-type-archive-news-from .archive_news__item .archive_news__inner h3.archive_news-title a {
    padding: 1rem;
  }
}

@media only screen and (max-width: 65em) {
  .post-type-archive-news .archive_news__item .archive_news__inner h3.archive_news-title a, .post-type-archive-news-from .archive_news__item .archive_news__inner h3.archive_news-title a {
    padding: 1rem;
  }
}

.post-type-archive-news .archive_news__item .archive_news__inner h3.archive_news-title:after, .post-type-archive-news-from .archive_news__item .archive_news__inner h3.archive_news-title:after {
  display: block;
  content: '';
  width: 120px;
  height: 1px;
  background: white;
}

.post-type-archive-news .archive_news__item .archive_news__inner .archive_news-desc, .post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news-desc {
  min-height: 120px;
  line-height: 19.2px;
  line-height: 1.2rem;
}

@media only screen and (max-width: 65em) {
  .post-type-archive-news .archive_news__item .archive_news__inner .archive_news-desc, .post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news-desc {
    font-size: 0.95rem;
  }
}

.post-type-archive-news .archive_news__item .archive_news__inner .archive_news-title, .post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news-title {
  color: #fff;
}

.post-type-archive-news .archive_news__item .archive_news__inner .archive_news__headliner, .post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news__headliner {
  padding-left: 235px;
}

@media only screen and (max-width: 37.5em) {
  .post-type-archive-news .archive_news__item .archive_news__inner .archive_news__headliner, .post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news__headliner {
    padding: 0px;
  }
}

@media only screen and (max-width: 65em) {
  .post-type-archive-news .archive_news__item .archive_news__inner .archive_news__headliner, .post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news__headliner {
    padding: 0px;
  }
}

.post-type-archive-news .archive_news__item .archive_news__inner .archive_news__content, .post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news__content {
  padding: 0px 32px 32px 32px;
  padding: 0rem 2rem 2rem 2rem;
  font-size: 16px;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (max-width: 65em) {
  .post-type-archive-news .archive_news__item .archive_news__inner .archive_news__content, .post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news__content {
    padding: 0rem 1rem 2rem 1rem;
  }
}

@media only screen and (max-width: 37.5em) {
  .post-type-archive-news .archive_news__item .archive_news__inner .archive_news__content, .post-type-archive-news-from .archive_news__item .archive_news__inner .archive_news__content {
    padding: 1rem;
  }
}

.post-type-archive-news .archive_news__item .archive_news__inner .post_date,
.post-type-archive-news-from .archive_news__item .archive_news__inner .post_date {
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #051363;
  display: block;
  padding: 0 0 8px 0;
  padding: 0 0 0.5rem 0;
}

.post-type-archive-news .archive_news__item .archive_news__inner .news_more_link, .post-type-archive-news-from .archive_news__item .archive_news__inner .news_more_link {
  width: 203px;
  height: 63px;
  background: url(../img/more-news-btn.png) 50% no-repeat;
  display: block;
  background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 20px 0 0 0;
  color: #0c3d54;
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 16px auto 0;
  margin: 1rem auto 0;
}

.post-type-archive-news .archive_news__item .archive_news__inner .news_more_link:before, .post-type-archive-news-from .archive_news__item .archive_news__inner .news_more_link:before {
  content: "\0049";
  text-indent: 0;
  display: inline-block;
  font-family: slickregular;
  color: #fff;
  font-size: 30px;
  vertical-align: middle;
  margin-right: 20px;
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
}

.post-type-archive-news .archive_news__item .archive_news__inner .news_more_link:hover, .post-type-archive-news-from .archive_news__item .archive_news__inner .news_more_link:hover {
  text-decoration: underline;
}

.post-type-archive-news .archive_search_form, .post-type-archive-news-from .archive_search_form {
  max-width: 300px;
  background: rgba(255, 255, 255, .31);
  position: relative;
  height: 45px;
  margin-top: 10px;
}

.post-type-archive-news .archive_search_form .input_archive_search, .post-type-archive-news-from .archive_search_form .input_archive_search {
  background: none;
  border: none;
  padding: 15px;
  padding-left: 45px;
}

::-webkit-input-placeholder {
  color: #ffffff;
}

:-moz-placeholder {
  color: #ffffff;
}

::-moz-placeholder {
  color: #ffffff;
}

:-ms-input-placeholder {
  color: #ffffff;
}

.post-type-archive-news .archive_search_form #searchsubmit, .post-type-archive-news-from .archive_search_form #searchsubmit {
  display: none;
}

.post-type-archive-news .archive_search_form .label-searchsubmit, .post-type-archive-news-from .archive_search_form .label-searchsubmit {
  position: absolute;
  left: 0px;
  top: 0;
  padding: 14px;
}

.post-type-archive-news .archive_search_form .label-searchsubmit:before, .post-type-archive-news-from .archive_search_form .label-searchsubmit:before {
  content: "\0053";
  font-size: 16px;
  font-size: 1rem;
  vertical-align: middle;
  color: #56d2e9;
}

.post-type-archive-news .archive_news_header, .post-type-archive-news-from .archive_news_header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 37.5em) {
  .post-type-archive-news .archive_news_header, .post-type-archive-news-from .archive_news_header {
    display: block;
  }
}

.galleries-item {
  margin-top: 20px;
}

.galleries-item a {
  text-decoration: none;
}

.galleries-img_wrapp {
  height: 230px;
  width: 100%;
  overflow: hidden;
}

.galleries_cover-img {
  height: 100%;
  max-width: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
          transform: translateY(-50%) translateX(-50%) scale(1);
  width: auto;
}

a.gallery_list_item {
  text-decoration: none;
}

.galleries-content_wrapp {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.galleries-content {
  background: rgba(3, 38, 78, .65);
  padding: 15px;
  color: white;
  position: relative;
  height: 85px;
  font-size: 16px;
  font-size: 1rem;
}

.galleries-item:hover .galleries_cover-img {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.1);
          transform: translateY(-50%) translateX(-50%) scale(1.1);
}

.galleries-wrapp {
  margin-left: -15px;
  margin-right: -15px;
}

.galleries-wrapp .archive_news-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.galleries-title {
  font-size: 16px;
  font-size: 1rem;
  padding: 0;
}

.key_speakers-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.page-template-page-partners .content .subnav ul.sub-menu,
.page-template-page-speakers .content .subnav ul.sub-menu,
.page-template-page-programme-smi-2017 .content .subnav ul.sub-menu,
.page-template-page-cultural-program .content .subnav ul.sub-menu,
.page-template-page-programme-2017 .content .subnav ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

.contentHolder {
  overflow: hidden;
  height: 100%;
  position: relative;
}

.table-wrap{
  display: block;
  width: 100%;
  overflow: auto;
}

.key_speakers-figure a {
  text-decoration: none;
}

main .rs .form-group {
  margin: 4px 0;
  margin: .25rem 0;
}

main .rs .form-group label span {
  color: red;
}

main .rs .form-group.captcha p,
main .rs .form-group.captcha a {
  color: lightgray;
}

main .rs .form-group input.wpcf7-form-control {
  margin: 1.6px 0;
  margin: .1rem 0;
  max-width: 100%;
}

main .rs .form-group .wpcf7-not-valid-tip {
  color: red;
}

main .rs .form-group .wpcf7-form-control.wpcf7-not-valid {
  border-color: red;
}

main .rs .form-group input[type="submit"] {
  color: white;
}

main .rs div.wpcf7-validation-errors, main .rs div.wpcf7-acceptance-missing {
  color: red;
}

main .rs td {
  padding: 4px;
  padding: .25rem;
}

.car-model {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.programme_items_wrapp .program-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.programme_items_wrapp .program-item .program-item-time {
  margin-right: 16px;
  margin-right: 1rem;
}

.programme_items_wrapp .program-item h3.program-item-desc {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 4px 0 16px;
  margin: 0.25rem 0 1rem;
  line-height: 1.2;
}

a.ppclink {
  font-size: 24px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #516b9a;
  display: block;
  margin: auto;
  width: 335px;
  height: 104px;
  background: url(https://forumarctica.ru/wp-content/themes/arktic2017/assets/img/more-news-btn.png) center no-repeat;
  padding: 25px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-size: contain;
  text-decoration: none;
}

.mobileApp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mobileApp .half {
  width: 50%;
  padding-right: 16px;
  padding-right: 1rem;
}

@media (max-width: 768px) {
  .mobileApp .half {
    width: 100%;
    padding: 0 1rem;
  }
}

.mobileApp .elem {
  width: 100%;
}

.it_is_2019 main .rs .mobileApp h3.title {
  color: #00549F;
  font-size: 20px;
  font-size: 1.25rem;
}

.it_is_2019 main .rs .mobileApp .title.-main {
  margin-bottom: 8px;
  margin-bottom: .5rem;
}

.mobileApp .-blue {
  color: #00549F;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*-webkit-transition: .25s;
  transition: .25s;*/
}

html, body {
  width: 100%;
  height: 100%;
  /*background-color: #0055a5;*/
  color: #ffffff;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}

a {
  color: #ffffff;
}

a:hover {
  color: rgba(255, 255, 255, .8);
}

.page__wrapper {
  min-height: 100%;
  background-color: white;
}

.container {
  margin: 0 auto;
  width: 1120px;
}

@media screen and (max-width: 1120px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

* html .page__wrapper {
  height: 100%;
}

.hidden {
  display: none !important;
  opacity: 0;
  cursor: default;
}

.hidden-input {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

/** Animation Keyframes */
@-webkit-keyframes mountsLeft {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  25% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  50% {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
  75% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}
@keyframes mountsLeft {
  0% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
  25% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  50% {
    -webkit-transform: translateX(2%);
            transform: translateX(2%);
  }
  75% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  100% {
    -webkit-transform: translateX(-5%);
            transform: translateX(-5%);
  }
}

@-webkit-keyframes mountsRight {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
  20% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  75% {
    -webkit-transform: translateX(1%);
            transform: translateX(1%);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}

@keyframes mountsRight {
  0% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
  20% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-2%);
            transform: translateX(-2%);
  }
  75% {
    -webkit-transform: translateX(1%);
            transform: translateX(1%);
  }
  100% {
    -webkit-transform: translateX(5%);
            transform: translateX(5%);
  }
}

.secondary__nav ul.sub-menu {
  display: none;
}

.entry-content img {
  margin: 0 0 1.5em 0;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {
  /* not sure about this one */
}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.aboutArctic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(/img/aboutArctic-bg.jpg);
  padding: 80px 0 0;
  padding: 5rem 0 0;
}

.aboutArctic > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aboutArctic .description {
  margin: 0 auto 48px;
  margin: 0 auto 3rem;
  width: 100%;
  padding: 0 10%;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .aboutArctic .description {
    font-size: 18px;
  }
}

.aboutArctic .btn, .aboutArctic main .rs .form-group input[type="submit"], main .rs .form-group .aboutArctic input[type="submit"] {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #fefeff;
  letter-spacing: .6px;
  z-index: 3;
}

.aboutArctic .subtitle {
  width: 100%;
  color: #0d89fe;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 80px auto 16px;
  margin: 5rem auto 1rem;
}

.aboutArctic .information {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.infoGraph {
  width: 60%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .infoGraph {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@media screen and (max-width: 640px) {
  .infoGraph {
    width: 100%;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

.infoGraph > .map {
  position: relative;
}

.infoGraph > .map > .svgmap {
  position: absolute;
  width: 1920px;
  right: -650px;
  top: -300px;
  z-index: 1;
}

.infoGraph .points {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
}

.infoGraph .points .point {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
}

.infoGraph .points .point.p1 {
  top: 172px;
  right: -110px;
}

.infoGraph .points .point.p2 {
  top: 0;
  right: 100px;
}

.infoGraph .points .point.p3 {
  top: 30px;
  right: -57px;
}

.infoGraph .points .point.p4 {
  top: 125px;
  right: -55px;
}

.infoGraph .points .point.p5 {
  top: 215px;
  right: -40px;
}

.infoGraph .points .point.p6 {
  top: 290px;
  right: -2px;
}

.infoGraph .points .point.p7 {
  top: 220px;
  right: -140px;
}

.infoGraph .points .point.p8 {
  top: 250px;
  right: -30px;
}

.infoGraph .points .point .dot {
  opacity: .6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid #ffffff;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  bottom: -30px;
}

.infoGraph .points .point .dot:before {
  content: '';
  display: block;
  border-radius: 50%;
  background: #fff;
  width: 10px;
  height: 10px;
}

.infoGraph .points .point .title {
  text-transform: uppercase;
  color: #0d89fe;
  font-size: 16px;
  font-weight: 700;
  max-width: 300px;
}

.infoGraph .points .point .place {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.infoGraph .points .point .title, .infoGraph .points .point .place {
  opacity: 0;
}

.infoGraph .points .point.show .title, .infoGraph .points .point.show .place {
  opacity: 1;
}

.infoGraph .points .point.show .title, .infoGraph .points .point.show .place, .infoGraph .points .point:hover .title, .infoGraph .points .point:hover .place {
  opacity: 1;
}

.infoGraph .points .point.show .dot, .infoGraph .points .point:hover .dot {
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-5px, 5px);
          transform: translate(-5px, 5px);
  opacity: .99;
}

.infoGraph .points .point.show .dot:before, .infoGraph .points .point:hover .dot:before {
  width: 15px;
  height: 15px;
}

.infoList {
  margin: 136px 0 250px;
  padding-left: 80px;
  padding-left: 5rem;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .infoList {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    padding-left: 2rem;
  }
}

@media screen and (max-width: 640px) {
  .infoList {
    width: 100%;
    padding-left: 2rem;
    margin: 400px 0 2rem;
  }
}

.infoList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}

.infoList .number {
  color: #0d89fe;
  font-size: 72px;
  line-height: 58px;
  font-weight: 300;
  margin-right: 12px;
  margin-right: .75rem;
}

.infoList .text {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.aboutArctic {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url(/img/insane-bg.jpg);
  padding: 80px 0 0;
  padding: 5rem 0 0;
}

@media screen and (max-width: 640px) {
  .aboutArctic {
    padding: 3rem 0 0;
  }
}

.aboutArctic > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.aboutArctic .description {
  margin: 0 auto 48px;
  margin: 0 auto 3rem;
  width: 100%;
  padding: 0 10%;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  display: none;
}

@media screen and (max-width: 640px) {
  .aboutArctic .description {
    font-size: 18px;
    display: block;
  }
}

.aboutArctic .btn, .aboutArctic main .rs .form-group input[type="submit"], main .rs .form-group .aboutArctic input[type="submit"] {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #fefeff;
  letter-spacing: .6px;
  z-index: 3;
}

.aboutArctic .subtitle {
  width: 100%;
  color: #0d89fe;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 80px auto 16px;
  margin: 5rem auto 1rem;
}

@media screen and (max-width: 640px) {
  .aboutArctic .subtitle {
    margin: 0 auto;
    font-size: 24px;
  }
}

.aboutArctic .information {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.aboutArctic > .about {
  margin-top: -5%;
  height: 620px;
  width: 100%;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 640px) {
  .aboutArctic > .about {
    height: auto;
  }
}

.aboutArctic > .about .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .aboutArctic > .about .container {
    height: auto;
  }
}

.aboutArctic > .about .about_img {
  max-width: 100%;
}

.infoGraph {
  width: 60%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .infoGraph {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

@media screen and (max-width: 640px) {
  .infoGraph {
    width: 100%;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}

.infoGraph > .map {
  position: relative;
}

.infoGraph > .map > .svgmap {
  position: absolute;
  width: 1920px;
  right: -650px;
  top: -300px;
  z-index: 1;
}

.infoGraph .points {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
}

.infoGraph .points .point {
  z-index: 3;
  position: absolute;
  top: 0;
  right: 0;
}

.infoGraph .points .point.p1 {
  top: 172px;
  right: -110px;
}

.infoGraph .points .point.p2 {
  top: 0;
  right: 100px;
}

.infoGraph .points .point.p3 {
  top: 30px;
  right: -57px;
}

.infoGraph .points .point.p4 {
  top: 125px;
  right: -55px;
}

.infoGraph .points .point.p5 {
  top: 215px;
  right: -40px;
}

.infoGraph .points .point.p6 {
  top: 290px;
  right: -2px;
}

.infoGraph .points .point.p7 {
  top: 220px;
  right: -140px;
}

.infoGraph .points .point.p8 {
  top: 250px;
  right: -30px;
}

.infoGraph .points .point .dot {
  opacity: .6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  border: 1px solid #ffffff;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  bottom: -30px;
}

.infoGraph .points .point .dot:before {
  content: '';
  display: block;
  border-radius: 50%;
  background: #fff;
  width: 10px;
  height: 10px;
}

.infoGraph .points .point .title {
  text-transform: uppercase;
  color: #0d89fe;
  font-size: 16px;
  font-weight: 700;
  max-width: 300px;
}

.infoGraph .points .point .place {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.infoGraph .points .point .title, .infoGraph .points .point .place {
  opacity: 0;
}

.infoGraph .points .point.show .title, .infoGraph .points .point.show .place {
  opacity: 1;
}

.infoGraph .points .point.show .title, .infoGraph .points .point.show .place, .infoGraph .points .point:hover .title, .infoGraph .points .point:hover .place {
  opacity: 1;
}

.infoGraph .points .point.show .dot, .infoGraph .points .point:hover .dot {
  width: 35px;
  height: 35px;
  -webkit-transform: translate(-5px, 5px);
          transform: translate(-5px, 5px);
  opacity: .99;
}

.infoGraph .points .point.show .dot:before, .infoGraph .points .point:hover .dot:before {
  width: 15px;
  height: 15px;
}

.infoList {
  margin: 136px 0 250px;
  padding-left: 80px;
  padding-left: 5rem;
  width: 40%;
}

@media (max-width: 1100px) {
  .infoList {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .infoList {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    padding-left: 1rem;
  }
}

@media screen and (max-width: 640px) {
  .infoList {
    width: 100%;
    padding-left: 1rem;
    margin: 0 0 2rem;
  }
}

.infoList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}

.infoList .number {
  color: #0d89fe;
  font-size: 50px;
  line-height: 42px;
  font-weight: 300;
  margin-right: 12px;
  margin-right: .75rem;
}

.infoList .text {
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

section.content {
  background-color: #ffffff;
  color: #0c1219;
  padding: 16px 0;
  padding: 1rem 0;
}

section.content .wrap {
  position: relative;
  color: #0c1219;
  /* Text meant only for screen readers. */
}

section.content .wrap .alignnone {
  margin: 5px 20px 20px 0;
}

section.content .wrap .aligncenter,
section.content .wrap div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

section.content .wrap .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

section.content .wrap .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

section.content .wrap a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

section.content .wrap a img.alignnone {
  margin: 5px 20px 20px 0;
}

section.content .wrap a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

section.content .wrap a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

section.content .wrap .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

section.content .wrap .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

section.content .wrap .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

section.content .wrap .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

section.content .wrap .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

section.content .wrap .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

section.content .wrap .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

section.content .wrap .screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

section.content .section-bg {
  height: 580px;
}

@media screen and (max-width: 640px) {
  section.content .section-bg {
    height: 200px;
  }
}

section.content.contacts a {
  color: #01004a;
  text-decoration: none;
}

.events {
  background-color: #010888;
  padding: 32px 0;
  padding: 2rem 0;
  overflow: hidden;
}

.events > .container > .title {
  text-align: center;
  color: #0d89fe;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
}

.events .links .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  list-style: none;
  padding: 0;
  border: 1px solid #0055a5;
}

.events .links .event {
  width: 33.33%;
  border: 1px solid #0055a5;
  position: relative;
}

@media screen and (max-width: 768px) {
  .events .links .event {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .events .links .event {
    width: 100%;
  }
}

.events .links .link {
  display: block;
  text-decoration: none;
  position: relative;
  height: 100%;
}

.events .links .link .imageWrap {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.events .links .link .imageWrap img {
  width: 100%;
  height: auto;
}

.events .links .link .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 16px;
  padding: 1rem;
  position: relative;
  width: 100%;
}

.events .links .link .title {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  color: #0d89fe;
  font-size: 20px;
  font-weight: 700;
  -webkit-font-feature-settings: "c2sc";
          font-feature-settings: "c2sc";
  font-variant: small-caps;
  width: 100%;
}

.events .links .link .info {
  opacity: 0.68;
  color: #ffffff;
  font-size: 16px;
}

.events .links .link:hover {
  background-color: #01004a;
}

.events .links .link:hover .title {
  color: #ffffff;
}

.events .links .others {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.events .links .others .roscongress {
  padding: 16px;
  padding: 1rem;
  height: 20%;
}

.events .links .others .roscongress .rc {
  width: 172px;
  height: auto;
}

.events .links .others .description {
  height: 80%;
  padding: 16px;
  padding: 1rem;
  width: 100%;
  position: relative;
}

.events .links .others .link {
    height: 100%;
    width: 100%;
}

.events .links .others .title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 auto;
  width: 100%;
}

.footer {
  background-color: #0055a5;
}

.footer > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  .footer > .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer .copyright {
  color: #ffffff;
  font-size: 18px;
  margin: 16px 0;
  margin: 1rem 0;
}

@media screen and (max-width: 640px) {
  .footer .copyright {
    width: 100%;
    text-align: left;
  }
}

.footer .developer {
  opacity: .5;
  color: #ffffff;
  font-size: 14px;
  margin: 16px 0;
  margin: 1rem 0;
}

@media screen and (max-width: 640px) {
  .footer .developer {
    width: 100%;
    text-align: left;
  }
}

.footer .developer:hover {
  opacity: 1;
}

.footer.footer2019 {
  background-color: #010078;
}

.header {
  padding-top: 35px;
  background-image: url(/img/header/home-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.header #scene {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
}

.header #scene figure {
  position: relative;
}

.header #scene .one {
  -webkit-animation: one 16.66667s .1s infinite linear;
          animation: one 16.66667s .1s infinite linear;
}

.header #scene .two {
  -webkit-animation: two 36.66667s .1s infinite ease-in-out;
          animation: two 36.66667s .1s infinite ease-in-out;
}

.header.home {
  height: 100vh;
}

.header .container {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 640px) {
  .header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 640px) {
  .header .container > .navigation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header > .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header > .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header > .sub .lang-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .bottom {
  position: absolute;
  bottom: -5px;
  left: -3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: .7;
  width: 106%;
}

@media screen and (max-width: 640px) {
  .header .bottom {
    display: none;
  }
}

.header .bottom .mountain-left {
  position: absolute;
  left: 0px;
  bottom: 0;
  -webkit-animation: mountsLeft 12s linear infinite;
          animation: mountsLeft 12s linear infinite;
}

.header .bottom .mountain-right {
  position: absolute;
  right: 0px;
  bottom: 0;
  -webkit-animation: mountsRight 11s linear infinite;
          animation: mountsRight 11s linear infinite;
}

@-webkit-keyframes one {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0, 5%, 0) rotate(0deg);
            transform: rotate(0deg) translate3d(0, 5%, 0) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn) translate3d(0, 5%, 0) rotate(-1turn);
            transform: rotate(1turn) translate3d(0, 5%, 0) rotate(-1turn);
  }
}

@keyframes one {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0, 5%, 0) rotate(0deg);
            transform: rotate(0deg) translate3d(0, 5%, 0) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn) translate3d(0, 5%, 0) rotate(-1turn);
            transform: rotate(1turn) translate3d(0, 5%, 0) rotate(-1turn);
  }
}

@-webkit-keyframes two {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  25% {
    -webkit-transform: translate3d(10%, 2%, 0);
            transform: translate3d(10%, 2%, 0);
  }
  75% {
    -webkit-transform: translate3d(-10%, -2%, 0);
            transform: translate3d(-10%, -2%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes two {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  25% {
    -webkit-transform: translate3d(10%, 2%, 0);
            transform: translate3d(10%, 2%, 0);
  }
  75% {
    -webkit-transform: translate3d(-10%, -2%, 0);
            transform: translate3d(-10%, -2%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

.header2019 {
  padding: 35px 0;
  background-image: url(/img/header2019/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

@media screen and (max-width: 640px) {
  .header2019 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5px;
    padding: 15px;
  }
}

.header2019.home {
  overflow: hidden;
  height: 100vh;
  background-image: url(/img/header2019/welcome-bg.jpg);
}

.header2019 .container {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.header2019 .logo2019 .arctic {
  height: 90px;
}

@media screen and (max-width: 640px) {
  .header2019 .logo2019 .arctic {
    height: 65px;
  }
}

.header2019 .container > .navigation > .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 640px) {
  .header2019 .container > .navigation {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.header2019 > .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header2019 > .sub .lang-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1100px) {
  .header2019 .main-menu {
    display: none;
  }
}

.header2019 .bottom {
  position: absolute;
  bottom: -5px;
  left: -3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: .7;
  width: 106%;
}

@media screen and (max-width: 640px) {
  .header2019 .bottom {
    display: none;
  }
}

.header2019 .home-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80%;
  width: 38%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .header2019 .home-logo {
    height: auto;
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 6rem;
    width: 100%;
  }
}

.header2019 .home-logo img {
  width: 100%;
  margin: auto 0 0;
}

@media screen and (max-width: 768px) {
  .header2019 .home-logo img {
    width: 70%;
    height: auto;
    max-height: 100%;
    margin-bottom: 50%;
  }
}

.header2019 .home-logo div {
  margin: 32px 0 auto;
  margin: 2rem 0 auto;
}

.header2019 .home-logo div p {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  font-size: 21px;
}

.header2019 .header-quote {
  position: absolute;
  right: 2%;
  bottom: 2%;
  width: 40%;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 1120px) {
  .header2019 .header-quote {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .header2019 .header-quote {
    width: 60%;
  }
}

.news {
  background-color: #010888;
  padding: 16px 0 48px;
  padding: 1rem 0 3rem;
}

.news .title {
  text-align: center;
  color: #0d89fe;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 400;
}

.news .posts {
  width: 100%;
}

.news .list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news .list .post {
  border: 2px solid #010888;
  width: 25%;
  height: 260px;
}

.news .list .post:first-child {
  width: 50%;
  background-color: #0bb6f0;
}

.news .list .post:nth-child(2) {
  background-color: #1f5edc;
}

.news .list .post:nth-child(3) {
  background-color: #0bb6f0;
}

.news .list .post:nth-child(4) {
  height: 520px;
  width: 50%;
  background-color: #1f5edc;
}

@media screen and (max-width: 768px) {
  .news .list .post:first-child {
    width: 100%;
  }
  .news .list .post:nth-child(2) {
    width: 50%;
  }
  .news .list .post:nth-child(3) {
    width: 50%;
  }
}

@media screen and (max-width: 768px) and screen and (max-width: 640px) {
  .news .list .post:nth-child(3) {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .news .list .post:nth-child(4) {
    height: 520px;
    width: 100%;
    background-color: #1f5edc;
  }
}

@media screen and (max-width: 640px) {
  .news .list .post:first-child, .news .list .post:nth-child(2), .news .list .post:nth-child(3), .news .list .post:nth-child(4) {
    width: 100%;
    height: 260px;
  }
}

.news .post .link {
  height: 100%;
  display: block;
  padding: 16px;
  padding: 1rem;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news .post .link .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .6;
}

.news .post .link .thumbnail img {
  min-height: 100%;
  width: 100%;
  height: auto;
}

.news .post .link .thumbnail:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
}

.news .post .link h2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-top: auto;
  z-index: 2;
  width: 100%;
}

.news .post .link .date {
  z-index: 2;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 auto;
}

.news .post .link .btn, .news .post .link main .rs .form-group input[type="submit"], main .rs .form-group .news .post .link input[type="submit"] {
  z-index: 2;
  border-color: #ffffff;
  font-weight: 700;
}

.news .post .link:hover .btn, .news .post .link:hover main .rs .form-group input[type="submit"], main .rs .form-group .news .post .link:hover input[type="submit"] {
  color: #1f5edc;
  background-color: #ffffff;
}

.news .post .link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news .subposts {
  height: 520px;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .news .subposts {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .news .subposts {
    height: auto;
  }
}

.news .subposts .post {
  width: 50%;
}

.news .subposts .post:first-child {
  width: 100%;
}

.news .subposts .post:nth-child(2) {
  background-color: #0cc7a6;
}

.news .subposts .post:last-child {
  background-color: #0bb6f0;
}

@media screen and (max-width: 640px) {
  .news .subposts .post {
    width: 100%;
  }
}

.hero {
  margin: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60vh;
  width: 100%;
  position: relative;
}

@media screen and (max-width: 640px) {
  .hero {
    margin: 0;
    padding: 1rem;
  }
}

.hero h1 {
  width: 100%;
  display: block;
  width: 751px;
  height: 21px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 23px;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .hero h1 {
    width: 100%;
  }
}

.hero .fly {
  position: relative;
  width: 800px;
  height: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .hero .fly {
    width: 100%;
    -webkit-transform: scale(0.6) translateX(-160px);
            transform: scale(0.6) translateX(-160px);
  }
}

.hero .master {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  z-index: 2;
}

.hero .master > .bg {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.hero .master > span {
  z-index: 10;
  position: absolute;
  top: 35px;
  left: 52px;
  font-size: 91px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(1rem);
          transform: translateZ(1rem);
}

.hero .slave {
  -webkit-perspective: 1000px;
          perspective: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.hero .slave > .bg {
  z-index: 1;
  position: absolute;
  top: -50px;
  left: 100px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.hero .slave > span {
  z-index: 10;
  position: absolute;
  text-wrap: nowrap;
  top: 140px;
  left: 200px;
  font-size: 48px;
  text-transform: lowercase;
  font-weight: 400;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(1rem);
          transform: translateZ(1rem);
}

.partnersHome {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .partnersHome {
    padding-top: 4rem;
  }
}

.partnersHome .title {
  color: #0d89fe;
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.partnersHome-list{
  position: relative;
}
.partnersHome-list .slick-list{
  overflow: hidden;
}
.partnersHome .listWrap .owl-carousel {
  list-style: none;
  padding: 0;
}
.partnersHome .item{
  display: inline-block;
}

.partnersHome .listWrap .owl-carousel .owl-item.active {
  border-left: 1px solid rgba(255, 255, 255, .7);
}

.partnersHome .listWrap .owl-carousel .owl-item:not(.active) + .owl-item.active,
.partnersHome .listWrap .owl-carousel .owl-item.active:first-of-type {
  border: none;
}

.partnersHome .listWrap .partner {
  display: block;
  background: url(/img/text-partners.png) no-repeat top center/contain;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: top;
  height: 280px;*/
}
.partnersHome .listWrap .partner .thumbnail{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.partnersHome .listWrap .partner figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.partnersHome .listWrap .partner figure img {
  display: block;
  width: 80%;
  max-width: 240px;
  height: auto;
  margin-bottom: 40px;
}

.partnersHome .listWrap .owl-nav {
  margin: 32px auto;
  margin: 2rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partnersHome .listWrap .slick-arrow {
  height: 36px;
  width: 36px;
  font-size: 0;
  border: none;
  background-color: transparent;
  background-image: url(/img/quote/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 40px;
  margin: auto;
  transition: all .2s linear;
}

.partnersHome .listWrap .slick-arrow:hover {
  opacity: .6;
}
.partnersHome .listWrap .slick-prev{
  left: -20px;
}
.partnersHome .listWrap .slick-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: -20px;
}

@media(max-width: 768px){
  .partnersHome .listWrap{
    padding: 0 20px;
  }
}


.news2019 {
  background-color: #010888;
  padding: 16px 0 48px;
  padding: 1rem 0 3rem;
}

.news2019 .title {
  text-align: center;
  color: #0d89fe;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 400;
}

.news2019 .posts {
  position: relative;
  width: 100%;
  height: 500px;
}

.news2019 .list {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 100%;
}

.news2019 .list .post {
  /*height: 100%;*/
  width: 33%;
}

.news2019 .post .link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  text-decoration: none;
}
@media (max-width: 768px) {
  .news2019 .list{
    flex-direction: column;
  }
  .news2019 .posts{
    height: auto;
  }
  .news2019 .list .post{
    width: 100%;
  }

}
@media (max-width: 420px) {
  .news2019 .post .link {
    padding-left: 12%;
  }
}

@media (max-width: 375px) {
  .news2019 .post .link {
    padding-left: 8%;
  }
}

@media (max-width: 340px) {
  .news2019 .post .link {
    padding-left: 2%;
  }
}

.news2019 .post .link .preview {
  position: relative;
  display: block;
  left: 10%;
  top: 0;
  border: 5px solid white;
  z-index: 1;
  width: 265px;
  height: 265px;
}

.news2019 .post .link .thumbnail {
  position: relative;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news2019 .post .link .thumbnail img {
  min-height: 100%;
  width: auto;
  height: 100%;
}

.news2019 .post .link .thumbnail:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
}
#pbOverlay{display:none;}
.footer-copyright { font-size: 12px; margin: 0 auto 0.5rem 0; width: 100%;}
.news2019 .post .link .heading {
  background: url(/img/text.png) no-repeat top center/contain;
  position: relative;
  height: 300px;
  width: 300px;
  padding: 30px 75px 70px 30px;
  z-index: 2;
  margin-top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}

.news2019 .post .link h2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  z-index: 2;
  width: 100%;
}

.news2019 .post .link .date {
  z-index: 2;
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 auto;
}

.news2019 .post .link .btn, .news2019 .post .link main .rs .form-group input[type="submit"], main .rs .form-group .news2019 .post .link input[type="submit"] {
  z-index: 2;
  border-color: #ffffff;
  font-weight: 700;
}

.news2019 .post .link:hover .btn, .news2019 .post .link:hover main .rs .form-group input[type="submit"], main .rs .form-group .news2019 .post .link:hover input[type="submit"] {
  color: #1f5edc;
  background-color: #ffffff;
}

.news2019 .owl-nav {
  position: absolute;
  top: 23%;
  right: 1%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .news2019 .owl-nav {
    top: 35%;
    left: 0;
    right: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.news2019 .owl-nav button.owl-prev,
.news2019 .owl-nav button.owl-next {
  height: 36px;
  width: 36px;
  margin: 0 0 0 4px;
  margin: 0 0 0 .25rem;
  background-image: url(/img/quote/arrow_right.png);
  background-position: center;
  background-repeat: no-repeat;
}

.news2019 .owl-nav button.owl-prev:hover,
.news2019 .owl-nav button.owl-next:hover {
  opacity: .6;
}

.news2019 .owl-nav button.owl-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.quote {
  background-image: url(/img/quote/bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 64px 0;
  padding: 4rem 0;
}

@media screen and (max-width: 640px) {
  .quote {
    padding-bottom: 0;
  }
}

.quote .single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.quote .single > .photoWrap {
  min-width: 40%;
  padding: 32px;
  padding: 2rem;
}

@media screen and (max-width: 768px) {
  .quote .single > .photoWrap {
    width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .quote .single > .photoWrap {
    min-width: 100%;
  }
}

.quote .single > .content {
  max-width: 60%;
}

@media screen and (max-width: 768px) {
  .quote .single > .content {
    max-width: 100%;
  }
}

.quote .single > .content .name {
  color: #5dd6ff;
  font-weight: 700;
  font-size: 28px;
  opacity: .89;
  margin: 8px 0;
  margin: .5rem 0;
}

@media screen and (max-width: 768px) {
  .quote .single > .content .name {
    margin: 0;
  }
}

.quote .single > .content small {
  display: block;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  opacity: .75;
}

.quote .single > .content .text {
  color: #fefefe;
  font-size: 36px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .quote .single > .content .text {
    font-size: 26px;
  }
}

@media screen and (max-width: 640px) {
  .quote .single > .content .text {
    font-size: 24px;
  }
}

.quote .single > .content .btn, .quote .single > .content main .rs .form-group input[type="submit"], main .rs .form-group .quote .single > .content input[type="submit"] {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

@media screen and (max-width: 640px) {
  .quote .single > .content .btn, .quote .single > .content main .rs .form-group input[type="submit"], main .rs .form-group .quote .single > .content input[type="submit"] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.quote .owl-nav {
  position: absolute;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 640px) {
  .quote .owl-nav {
    left: 0;
    right: auto;
  }
}

.quote .owl-nav button.owl-prev,
.quote .owl-nav button.owl-next {
  height: 36px;
  width: 36px;
  margin: 0 0 0 4px;
  margin: 0 0 0 .25rem;
  background-image: url(/img/quote/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
}

.quote .owl-nav button.owl-prev:hover,
.quote .owl-nav button.owl-next:hover {
  opacity: .6;
}

.quote .owl-nav button.owl-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.photobank {
  background-color: #010888;
  padding: 32px 0;
  padding: 2rem 0;
}

@media screen and (max-width: 640px) {
  .photobank {
    padding: 1rem 0;
  }
}

.photobank .bannerLink {
  position: relative;
  text-decoration: none;
  height: 220px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 32px;
  padding: 2rem;
  /*background: #0055a5;*/
}

@media screen and (max-width: 1120px) {
  .photobank .bannerLink {
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .photobank .bannerLink {
    /*margin: 2rem;
    padding: 1rem;*/
    width: auto;
    padding: 0;
  }
}

.photobank .bannerLink .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .photobank .bannerLink .bg {
    position: relative;
  }
}

@media screen and (max-width: 640px) {
  .photobank .bannerLink .bg {
    /*display: none;*/
  }
}

.photobank .bannerLink .roscongress {
  display: block;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .photobank .bannerLink .roscongress {
    margin: 1rem 0 0;
  }
}

.photobank .bannerLink .title {
  z-index: 2;
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}

.photobank .bannerLink .link {
  margin: 0;
  z-index: 2;
}

.photobank .bannerLink:hover .title {
  color: #0d89fe;
}

@media screen and (max-width: 1120px) {
  .photobank .bannerLink .title {
    font-size: 32px;
    line-height: 32px;
    margin: 1rem 0;
  }
}

.quote.quote2019 {
  background-image: url(/img/quote/bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 64px 0;
  padding: 4rem 0;
}

@media screen and (max-width: 640px) {
  .quote.quote2019 {
    padding: 3rem 0 4rem;
  }
}

.quote.quote2019 .single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quote.quote2019 .single .-phone {
  width: 90%;
}

.quote.quote2019 .single .-phone .name {
  color: #14acf0;
}

.quote.quote2019 .single .-phone .name small {
  display: block;
  color: white;
  opacity: .8;
}

.quote.quote2019 .single-link {
  position: relative;
  display: block;
  text-decoration: none;
}

.quote.quote2019 .single-link .hover {
  opacity: 0;
  position: absolute;
}

.quote.quote2019 .single-link:hover .hover {
  display: block;
  opacity: 1;
}

.quote.quote2019 .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .quote.quote2019 .owl-nav {
    top: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    right: auto;
  }
}

.quote.quote2019 .owl-nav button.owl-prev,
.quote.quote2019 .owl-nav button.owl-next {
  height: 36px;
  width: 36px;
  margin: 0 0 0 4px;
  margin: 0 0 0 .25rem;
  background-image: url(/img/quote/arrow_right.png);
  background-position: center;
  background-repeat: no-repeat;
}

.quote.quote2019 .owl-nav button.owl-prev:hover,
.quote.quote2019 .owl-nav button.owl-next:hover {
  opacity: .6;
}

.quote.quote2019 .owl-nav button.owl-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.custom-icons:before {
  font-family: slickregular;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.faq ul {
  margin: 0px !important;
  padding: 0px !important;
  list-style: none;
}

/* .faq ul li  */
.faq ul.faq__list li.faq__item {
  margin: 0px !important;
  padding: 0px !important;
}

.faq ul.faq__list li.faq__item a.faq__link {
  border-radius: 0;
}

.faq p {
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  color: #4c4c4c;
}

.faq__item {
  border: 1px solid #808285;
  border-top: none;
}

.faq__inner-item,
.faq__item:first-child {
  border-top: 1px solid #808285;
}

.faq__link {
  display: block;
  background-color: #e6e7e8;
  padding: 10px 10px 10px 100px;
  text-transform: uppercase;
  color: #000;
  position: relative;
  font-size: 1em;
}

@media only screen and (max-width: 37.5em) {
  .faq__link {
    padding: 5px 5px 5px 50px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.faq__link:after,
.faq__link:before {
  display: inline-block;
  position: absolute;
  top: 0;
  height: 100%;
  content: '';
}

.faq__link:before {
  left: 0;
  width: 80px;
  background: #01376d;
  background-size: 30%;
}

@media only screen and (max-width: 37.5em) {
  .faq__link:before {
    width: 40px;
  }
}

.faq__link:after {
  left: 22px;
  width: 22px;
  background: url("/img/double-item.svg") center no-repeat;
}

@media only screen and (max-width: 37.5em) {
  .faq__link:after {
    left: 10px;
  }
}

.faq__link.opened:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq__inner-list {
  display: none;
}

.faq__inner-item {
  position: relative;
}

.faq__inner-link {
  display: block;
  color: #59acdf;
  font-size: 1.1em;
  line-height: 1.25;
  padding: 10px 0 10px 100px;
}

@media only screen and (max-width: 37.5em) {
  .faq__inner-link {
    padding: 10px 10px 10px 50px;
    font-size: 18px;
  }
}

.faq__text,
.service__title {
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
}

.faq__inner-link:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 56px;
  top: 13px;
  width: 16px;
  height: 15px;
  background: url("/img/item.svg") center no-repeat;
}

@media only screen and (max-width: 37.5em) {
  .faq__inner-link:before {
    left: 15px;
  }
}

.opened.faq__inner-link {
  color: #231f20;
}

.opened.faq__inner-link:before {
  background: url("/img/grey-item.svg") center no-repeat;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq__text {
  display: none;
  color: #000;
  font-size: 1em;
  line-height: 1.25;
  padding: 0 30px 30px 100px;
}

.faq__text ul {
  list-style: disc;
  padding-left: 24px !important;
  padding-left: 1.5rem !important;
}

@media only screen and (max-width: 37.5em) {
  .faq__text {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 0px 15px 15px 50px;
  }
}

.faq__inner-link,
.faq__link {
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  text-decoration: none;
}

.faq > .container {
  padding: 0px;
}

.it_is_2019 main .rs {
  color: #051363;
  font-family: "Proxima Nova", Helvetica, Arial, sans-serif;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  background-color: white;
}

.it_is_2019 main .rs h1, .it_is_2019 main .rs h2, .it_is_2019 main .rs h3, .it_is_2019 main .rs h4, .it_is_2019 main .rs h5, .it_is_2019 main .rs h6 {
  color: #051363;
}

.it_is_2019 main .rs h1, .it_is_2019 main .rs h2 {
  font-weight: 400;
  font-size: 48px;
  font-size: 3rem;
}

.it_is_2019 main .rs h3 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}

.it_is_2019 main .rs h4 {
  font-size: 22px;
  font-weight: 500;
}

.it_is_2019 main .rs p, .it_is_2019 main .rs ol, .it_is_2019 main .rs ul, .it_is_2019 main .rs li, .it_is_2019 main .rs span, .it_is_2019 main .rs input, .it_is_2019 main .rs input::-webkit-input-placeholder {
  color: #0c1219;
}

.it_is_2019 main .rs p, .it_is_2019 main .rs ol, .it_is_2019 main .rs ul, .it_is_2019 main .rs li, .it_is_2019 main .rs span, .it_is_2019 main .rs input, .it_is_2019 main .rs input::-ms-input-placeholder {
  color: #0c1219;
}

.it_is_2019 main .rs p, .it_is_2019 main .rs ol, .it_is_2019 main .rs ul, .it_is_2019 main .rs li, .it_is_2019 main .rs span, .it_is_2019 main .rs input, .it_is_2019 main .rs input:-ms-input-placeholder {
  color: #0c1219;
}

.it_is_2019 main .rs p, .it_is_2019 main .rs ol, .it_is_2019 main .rs ul, .it_is_2019 main .rs li, .it_is_2019 main .rs span, .it_is_2019 main .rs input, .it_is_2019 main .rs input::placeholder {
  color: #0c1219;
}

.it_is_2019 main .rs .faq p a span,
.it_is_2019 main .rs .faq p a,
.it_is_2019 main .rs a {
  color: #051363;
}

.it_is_2019 main .rs .faq p a span:hover,
.it_is_2019 main .rs .faq p a:hover,
.it_is_2019 main .rs a:hover {
  color: #051363;
}

.it_is_2019 main .rs h2.partners__section-title {
  font-size: 32px;
  font-size: 2rem;
}

.it_is_2019 main .rs .toppage {
  border-bottom: 1px solid #ccdae8;
}

.it_is_2019 main .rs .breadcrumbs {
  padding: 16px 0;
  padding: 1rem 0;
  font-size: 12px;
  font-size: .75rem;
  margin: 0 -8px;
  margin: 0 -.5rem;
}

.it_is_2019 main .rs .breadcrumbs a {
  color: #5b6a79;
  text-decoration: none;
  padding: 0 8px;
  padding: 0 .5rem;
}

.it_is_2019 main .rs .breadcrumbs a:hover {
  color: #051363;
}

.it_is_2019 main .rs .breadcrumbs .breadcrumb_last {
  padding: 0 8px;
  padding: 0 .5rem;
}

.it_is_2019 main .rs .content__wrap img {
  /*max-width: 100%;*/
  height: auto;
}

.it_is_2019 main .rs .menu {
  margin: 32px 0;
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.it_is_2019 main .rs .menu a {
  padding: 8px 16px;
  padding: .5rem 1rem;
  margin: 0 8px 8px 0;
  margin: 0 .5rem .5rem 0;
  border: 1px solid #0d89fe;
  text-decoration: none;
  font-size: 14px;
  font-size: .875rem;
  display: block;
}

.it_is_2019 main .rs .menu .current-menu-item a {
  background-color: #0d89fe;
  color: white;
}

.it_is_2019 main .rs .news__title {
  margin: 0;
}

.it_is_2019 main .rs .news__title #searchform {
  background-color: rgba(0, 0, 0, .1);
}

.rs .cultural_program_nav ul.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rs .cultural_program_nav ul.filter li.filter-link a {
  font-size: 14px;
  font-size: 14.4px;
  font-size: 0.9rem;
  border: solid 1px #1f3d6b;
  margin: 2px 1px;
  padding: 4px 8px;
  display: inline-block;
  text-decoration: none;
}

.rs .cultural_program_nav ul.filter li.filter-link a:hover {
  border: solid 1px #1f3d6b;
}

.rs .cultural_program_nav ul.filter li.filter-link:hover a, .rs .cultural_program_nav ul.filter li.filter-link.active a, .rs .cultural_program_nav ul.filter li.filter-link.current a {
  border: solid 1px #1f3d6b;
}

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

.owl-nav{
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
}
.content__wrap .owl-carousel.owl-theme .owl-prev,
.content__wrap .owl-carousel.owl-theme .owl-next{
    width: 50px;
    background: url(/img/light-skin-3.png);
    background-position: -82px -22px;
    height: 50px;
    cursor: pointer;
    top: 50%;
    left: 30px;
    margin-top: -25px;
    position: absolute;
    z-index: 110;
    outline: none;
}
.content__wrap .owl-carousel.owl-theme .owl-prev{
    float: left;

}
.content__wrap .owl-carousel.owl-theme .owl-next{
    float: right;
    right: 30px;
    left: auto;
    background-position: -81px -99px;
}

@media(max-width: 820px){
  .rs .digest-month{width: 100%;}
}
@media screen and (max-width: 768px) {
  .it_is_2019 main .rs h1{
    font-size: 36px;
  }
  .it_is_2019 main .rs h2{
    font-size: 30px;
  }
  .it_is_2019 main .rs h3{
    font-size: 26px;
  }

  .rs .history .history-title div{
    max-width: 100%;
  }
  .it_is_2019 main .rs .content__wrap h1{
    font-size: 1.675rem;
    font-weight: bold;
  }

  .faq__text{
    padding: 10px;
  }
  .faq__text #map .highcharts-container{
    width: 100%;
  }
  .popup-map{
    width: auto !important;
    max-width: 100%;
    padding: 10px 15px!important
  }
  .popup-map .block .title{
    font-size: 20px!important;
  }
  .popup-map .block .items{
    margin-top: 10px!important;
  }
  .popup-map .block .item{
    padding-top: 0!important;
  }
  .popup-map .block .item .text{
    font-size: 14px!important;
  }
  .popup-map.popup-right .marker,
  .popup-map:not(.popup-right) .marker{
    /*top: 50%!important;*/
  }
}
@media only screen and (max-width: 65em){
  .rs .history .history-title{
    height: auto !important;
  }
  .rs .history .history-title div{
    padding: 10px!important;
  }
}

.icon {
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 15px;
  width: 40px;
  max-width: 100%;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-size: 0;
}
.icon.icon-rc {
  background-image: url(/images/rc_icon.png);
  float: none;
  width: 18px;
  height: 18px;
  top: 2px;
  margin: 0 6px 0;
}

/*
.content__wrap, .container, a, a:hover {
	color: black;
}

.footer-copyright, .footer-copyright a, .footer2019 a, .navigation a {
	color: white;
}

.header2019 {
    margin-bottom: 30px;
}
.footer {
    margin-top: 60px;
}*/
