html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5,
h6, p, blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt,
dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

table {
  border-spacing: 0;
  width: 100%;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.icon-about {
  width: 1em;
  height: 1em;
  fill: #1035AD;
}

.icon-arrow-down {
  width: 1.56em;
  height: 1em;
  fill: #1035AD;
}

.icon-arrow-left {
  width: 0.67em;
  height: 1em;
  fill: initial;
}

.icon-arrow-right {
  width: 0.62em;
  height: 1em;
  fill: initial;
}

.icon-arrow-up {
  width: 1.56em;
  height: 1em;
  fill: #1035AD;
}

.icon-back {
  width: 1.35em;
  height: 1em;
  fill: initial;
}

.icon-burger {
  width: 1.53em;
  height: 1em;
  fill: initial;
}

.icon-calendar {
  width: 1em;
  height: 1em;
  fill: #1035AD;
}

.icon-champions {
  width: 0.98em;
  height: 1em;
  fill: #1035AD;
}

.icon-close {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-docs {
  width: 1em;
  height: 1em;
  fill: #1035AD;
}

.icon-done {
  width: 1em;
  height: 1em;
  fill: #61B139;
}

.icon-email {
  width: 1.56em;
  height: 1em;
  fill: #1035AD;
}

.icon-error {
  width: 1em;
  height: 1em;
  fill: #F51515;
}

.icon-facebook {
  width: 1em;
  height: 1em;
  fill: #D1D1D1;
}

.icon-federations {
  width: 0.99em;
  height: 1em;
  fill: #1035AD;
}

.icon-history {
  width: 1em;
  height: 1em;
  fill: #1035AD;
}

.icon-instagram {
  width: 1em;
  height: 1em;
  fill: #D1D1D1;
}

.icon-judjing {
  width: 1em;
  height: 1em;
  fill: #1035AD;
}

.icon-league {
  width: 1em;
  height: 1em;
  fill: #1035AD;
}

.icon-masters {
  width: 1em;
  height: 1em;
  fill: #1035AD;
}

.icon-pdf {
  width: 0.82em;
  height: 1em;
  fill: url(#a);
}

.icon-phone {
  width: 1em;
  height: 1em;
  fill: #1035AD;
}

.icon-point {
  width: 0.67em;
  height: 1em;
  fill: #1035AD;
}

.icon-quote {
  width: 1.42em;
  height: 1em;
  fill: #1035AD;
}

.icon-shop {
  width: 1em;
  height: 1em;
  fill: #1035AD;
}

.icon-training {
  width: 1.01em;
  height: 1em;
  fill: #1035AD;
}

.icon-tv {
  width: 1em;
  height: 1em;
  fill: #1035AD;
}

/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent;
}

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  transition: none !important;
}

/*#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    touch-action: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}*/
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

body {
  min-width: 320px;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 14px;
  line-height: 1.3;
}

body.no-scroll {
  overflow: hidden;
}

button,
input,
textarea,
select {
  font-family: 'IBM Plex Sans', sans-serif;
}

button {
  background: none;
}

a {
  color: #082894;
  text-decoration: none;
}

.out {
  overflow: hidden;
}

.bold {
  font-weight: 700;
}

.center {
  max-width: 1582px;
  margin: 0 auto;
  padding: 0 50px;
}

.center_md {
  max-width: 1210px;
}

.logo {
  display: block;
  width: 165px;
  background: url(../img/hsif.png) no-repeat 50% 50%/contain;
}

.logo:before {
  content: '';
  display: block;
  padding-bottom: 87.3%;
}

.created {
  font-size: 10px;
  color: black;
  text-align: center;
}

.created__smd {
  position: relative;
  top: -1px;
  max-width: 43px;
  vertical-align: middle;
}

.start {
  position: relative;
  min-height: 100vh;
  background: url(../img/world.jpg) no-repeat 50% 10.37vh/173.14vh auto;
}

.start__header, .start__footer {
  position: fixed;
  left: 0;
  width: 100%;
}

.start__header {
  top: 0;
  padding-top: 3.51vh;
}

.start__container {
  position: relative;
}

.start__logo {
  display: block;
  width: 15.27vh;
  margin: 0 auto 20px;
}

.start__pic {
  display: block;
  max-width: 100%;
}

.start__title {
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.start__group {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(50% - 25px);
  right: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 99;
}

.start__social {
  margin-right: 10px;
}

.start__social:hover .icon {
  fill: #607CD6;
}

.start__social .icon {
  display: block;
  font-size: 16px;
  fill: #D1D1D1;
  transition: fill .2s;
}

.start__link {
  margin-left: 5px;
  padding: 1px 10px;
  background: #D1D1D1;
  border-radius: 5px;
  color: white;
  transition: background .2s;
}

.start__link:hover {
  background: #607CD6;
}

.start__lang {
  margin-left: 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #D1D1D1;
  transition: color .2s;
}

.start__lang:hover {
  color: #607CD6;
}

.start__fullpage {
  pointer-events: none;
}

.start__section {
  padding-top: 26.48vh;
}

.start__panel {
  margin-bottom: 4.16vh;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  pointer-events: all;
}

.start__category {
  padding: 11px 20px 12px;
  background: #F3F3F3;
  font-size: 21px;
  color: #7D7D7D;
  text-align: center;
}

.start__footer {
  padding: 14px 0;
  bottom: 0;
  z-index: 10;
}

.start__created {
  display: block;
  margin: 0 auto;
}

#fp-nav {
  position: absolute;
  top: 50%;
  left: 60px;
  z-index: 10;
}

#fp-nav li:not(:last-child) {
  margin-bottom: 7px;
}

#fp-nav a {
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #082894;
  border-radius: 50%;
  -ms-touch-action: none;
  touch-action: none;
  transition: background .2s;
}

#fp-nav a:hover {
  background: #607CD6;
}

#fp-nav a.active {
  background: #082894;
}

.btn {
  display: inline-block;
  padding: 9px 20px;
  background: #082894;
  border-radius: 7px;
  font-size: 17px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: background .2s;
}

.btn:hover {
  background: #607CD6;
}

.input,
.textarea {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #7D7D7D;
  border-radius: 4px;
  font-size: 15px;
  transition: border-color .2s;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: #B4B1B1;
  transition: color .2s;
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: #B4B1B1;
  transition: color .2s;
}

.input::placeholder,
.textarea::placeholder {
  color: #B4B1B1;
  transition: color .2s;
}

.input:focus,
.textarea:focus {
  border-color: #082894;
}

.input.error,
.textarea.error {
  border-color: #F51515;
  color: #F51515;
}

.input.error::-webkit-input-placeholder,
.textarea.error::-webkit-input-placeholder {
  color: #F51515;
}

.input.error:-ms-input-placeholder,
.textarea.error:-ms-input-placeholder {
  color: #F51515;
}

.input.error::placeholder,
.textarea.error::placeholder {
  color: #F51515;
}

.textarea {
  display: block;
  height: 120px;
  padding: 10px 20px;
}

.select {
  position: relative;
  font-size: 19px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.82);
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.select__head {
  display: -ms-flexbox;
  display: flex;
  padding: 13px 16px 14px 18px;
  border: 2px solid #828282;
  -ms-flex-align: center;
  align-items: center;
  transition: border-color .2s;
}

.select__title {
  max-width: calc(100% - 25px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color .2s;
}

.select__arrow {
  margin-left: auto;
  padding-top: 2px;
}

.select__arrow .icon {
  display: block;
  font-size: 9px;
  fill: #828282;
  transition: fill .2s;
}

.select__drop {
  display: none;
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  min-width: 100%;
  padding-top: 1px;
  background: white;
  border: solid #082894;
  border-width: 0 2px 2px;
}

.select__option {
  padding: 13px 18px 14px;
}

.select__option.active {
  display: none;
}

.select.open .select__head,
.select.selected .select__head {
  border-color: #082894;
}

.select.open .select__title,
.select.selected .select__title {
  color: #082894;
}

.select.open .select__arrow .icon,
.select.selected .select__arrow .icon {
  fill: #082894;
}

.select.open .select__arrow .icon {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select.open .select__drop {
  display: block;
}

.lang {
  position: relative;
  top: 36.38vh;
  max-width: 755px;
  margin: 0 auto;
  padding: 34px 40px 40px;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.lang__title {
  margin-bottom: 10px;
  font-size: 31px;
  font-weight: 500;
  color: #082894;
  line-height: 1.41935;
}

.lang__text {
  margin-bottom: 25px;
  font-size: 19px;
  color: rgba(0, 0, 0, 0.82);
}

.lang__field {
  max-width: 170px;
  margin: 0 auto 34px;
}

.lang__btn {
  min-width: 132px;
  padding: 16px 20px;
}

.grid {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  pointer-events: auto;
}

.grid__item {
  display: -ms-flexbox;
  display: flex;
  height: 21.59vh;
  max-height: 298px;
  margin: 0 10px 20px;
  padding: 58px 50px 50px;
  background: white;
  box-shadow: 0 3px 6px rgba(48, 48, 48, 0.24);
  color: black;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 0 0 calc(33.33% - 20px);
  flex: 0 0 calc(33.33% - 20px);
  transition: background .2s;
}

.grid__item:hover {
  background: #082894;
}

.grid__item:hover .grid__preview .icon {
  fill: whtie;
}

.grid__item:hover .grid__preview .icon {
  fill: white;
}

.grid__item:hover .grid__title {
  color: white;
}

.grid__preview {
  margin-right: 27px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
}

.grid__preview .icon {
  display: block;
  font-size: 100px;
  transition: fill .2s;
}

.grid__title {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.24;
  transition: color .2s;
}

.partners {
  display: -ms-flexbox;
  display: flex;
  max-height: 180px;
  padding: 4.62vh 50px 5.55vh;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partners__item:not(:last-child) {
  margin-right: 55px;
}

.partners__pic {
  display: block;
  max-width: 100%;
}

.contacts {
  display: -ms-flexbox;
  display: flex;
}

.contacts__map {
  min-height: 21.11vh;
  -ms-flex: 0 0 460px;
  flex: 0 0 460px;
}

.contacts__wrap {
  padding: 3.51vh 50px;
  -ms-flex-direction: column;
  flex-direction: column;
    margin-left: 25%; /* by Mice */

}

.contacts__item {
  display: -ms-flexbox;
  display: flex;
}

.contacts__item:not(:last-child) {
  margin-bottom: 16px;
}

.contacts__preview {
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-right: 15px;
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
}

.contacts__preview .icon {
  font-size: 30px;
  margin: auto;
}

.contacts__preview .icon-phone {
  font-size: 25px;
}

.contacts__preview .icon-email {
  font-size: 16px;
}

.contacts__title {
  max-width: 470px;
  font-size: 20px;
  color: black;
  line-height: 1.5;
}

.sidebar {
  position: fixed;
  top: 0;
  left: calc(50% - 705px);
  width: 350px;
  height: 100%;
  z-index: 10;
}

.sidebar__head {
  display: none;
}

.sidebar__burger {
  position: relative;
  margin-bottom: 17px;
  padding: 7px 9px;
  background: #082894;
  border-radius: 7px;
  font-size: 0;
  vertical-align: top;
  z-index: 10;
}

.sidebar__burger:before, .sidebar__burger:after,
.sidebar__burger span {
  display: block;
  width: 22px;
  height: 3px;
  background: white;
  transition: transform .2s;
}

.sidebar__burger:before, .sidebar__burger:after {
  content: '';
}

.sidebar__burger span {
  margin: 3px 0;
}

.sidebar__burger.active:before {
  -ms-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.sidebar__burger.active:after {
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.sidebar__burger.active span {
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sidebar__container {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 350px;
  background: white;
  border: 1px solid #EEEEEE;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}

.sidebar__container.open {
  display: -ms-flexbox;
  display: flex;
}

.sidebar__wrap {
  padding: 47px 20px 47px 40px;
}

.sidebar__logo {
  margin-bottom: 64px;
}

.sidebar__group {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  color: black;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar__preview {
  margin-right: 20px;
}

.sidebar__preview .icon {
  display: block;
  font-size: 40px;
}

.sidebar__preview .icon-back {
  font-size: 16px;
}

.sidebar__title {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.08;
}

.sidebar__nav {
  display: -ms-flexbox;
  display: flex;
  margin-left: 6px;
  padding-left: 22px;
  border-left: 1px solid #082894;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sidebar__link {
  position: relative;
  color: black;
  line-height: 1.28571;
  transition: color .2s, opacity .2s;
}

.sidebar__link:hover {
  color: #607CD6;
}

.sidebar__link.active {
  color: #082894;
}

.sidebar__link.active:before {
  opacity: 1;
  transition: scale(1);
}

.sidebar__link:before {
  content: '';
  position: absolute;
  top: calc(50% - 8px);
  left: -29px;
  width: 13px;
  height: 13px;
  background: #082894;
  border: 2px solid white;
  border-radius: 50%;
  opacity: 0;
  transition: scale(0.1);
  transition: opacity .2s, transform .2s;
}

.sidebar__link:not(:last-child) {
  margin-bottom: 27px;
}

.sidebar__foot {
  margin-top: auto;
}

.sidebar__section {
  padding: 18px 20px 18px 40px;
  border-top: 1px solid #EEEEEE;
}

.sidebar__section:nth-child(2n) {
  padding-top: 15px;
  padding-bottom: 15px;
}

.org {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}

.org__title {
  margin-bottom: 1px;
  font-size: 23px;
  font-weight: 700;
  color: #082894;
  line-height: 1.30435;
}

.org__text {
  margin-bottom: 12px;
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 1.75;
}

.org__phone {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
  color: black;
  line-height: 1.26667;
}

.org__email {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.69);
  line-height: 1.27273;
}

.org_head .org__text {
  max-width: 142px;
}

.socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.socials__list {
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}

.socials__link {
  margin-right: 12px;
  font-size: 0;
}

.socials__link:hover .icon {
  fill: #082894;
}

.socials__link .icon {
  font-size: 16px;
  fill: #607CD6;
  transition: fill .2s;
}

.socials__lang {
  font-size: 12px;
  color: #082894;
  text-transform: uppercase;
  transition: color .2s;
}

.socials__lang:hover {
  color: #607CD6;
}

.copyright {
  max-width: 220px;
  font-size: 10px;
  letter-spacing: .2px;
  line-height: 1.26;
  opacity: .6;
}

.copyright__text {
  margin-top: 2px;
  font-weight: 300;
}

.container {
  max-width: 770px;
  margin: 0 auto;
  padding: 38px 0 68px;
  -ms-transform: translateX(70px);
  transform: translateX(70px);
}

.container_md {
  max-width: 970px;
  -ms-transform: translateX(170px);
  transform: translateX(170px);
}

.panel {
  margin-bottom: 40px;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}

.panel__head {
  padding: 16px 40px 17px;
  background: #F9F9F9;
  border-radius: 4px 4px 0 0;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.33333;
}

.panel__body {
  padding: 30px 40px;
}

.panel__body_p0 {
  padding: 0;
}

.panel__table th,
.panel__table td {
  padding: 10px 20px;
}

.panel__table th:not(:last-child),
.panel__table td:not(:last-child) {
  border-right: 1px solid #EEEEEE;
}

.panel__table th {
  background: #607CD6;
  color: white;
  font-weight: 500;
  text-align: left;
}

.panel__table td:first-child {
  font-weight: 600;
  color: #082894;
}

.panel__table tbody tr:nth-child(2n) td {
  background: #F8F8F8;
}

.panel__table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

.panel__table tbody tr:last-child td:last-child {
  border-radius: 0 0 4px;
}

.text {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.47059;
}

.text_mb {
  margin-bottom: 40px;
}

.text_mb30 {
  margin-bottom: 30px;
}

.text p:not(:last-child) {
  margin-bottom: 25px;
}

.text figure {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text figure img {
  width: calc(50% - 28px);
  margin: 0 14px;
}

.people {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -42px -20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.people__item {
  display: -ms-flexbox;
  display: flex;
  margin: 0 42px 30px;
  -ms-flex: 0 0 calc(50% - 84px);
  flex: 0 0 calc(50% - 84px);
}

.people__preview {
  margin-right: 10px;  
  -ms-flex: 0 0 130px;
  flex: 0 0 130px;
}

.people__pic {
  display: block;
  max-width: 100%;
  border-radius: 50%;
}

.people__position {
  padding: 3px 0;
  font-size: 10px;
  color: #9E9E9E;
  text-transform: uppercase;
}

.people__surname {
  font-size: 23px;
  font-weight: 600;
  font-weight: 700;
  color: #082894;
  max-width: 100px;  //by Mice, change from none
}

.people__name {
  margin-bottom: 3px;
  font-size: 19px;
}

.people__country {
  font-size: 12px;
  font-weight: 500;
  color: #B4B1B1;
}

.description {
  margin: -10px 0 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #EEEEEE;
  line-height: 1.57143;
}

.title {
  margin-bottom: 20px;
  padding: 16px 40px 17px;
  background: #F9F9F9;
  border-radius: 4px 4px 0 0;
  font-size: 21px;
  font-weight: 500;
}

.calendar {
  margin-bottom: 70px;
}

.calendar__head {
  margin-bottom: 40px;
  font-size: 0;
  text-align: center;
}

.calendar__pic {
  max-width: 100%;
}

.calendar__table {
  margin-bottom: 25px;
}

.calendar__table th,
.calendar__table td {
  padding: 10px 20px;
  border: solid #7D7D7D;
  border-width: 0 1px 1px 0;
}

.calendar__table th {
  height: 40px;
  background: #F9F9F9;
  border-width: 1px 1px 1px 0;
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #1035AD;
}

.calendar__table th:first-child {
  border-width: 1px;
  border-radius: 4px 0 0;
  white-space: nowrap;
}

.calendar__table th:last-child {
  border-radius: 0 4px 0 0;
}

.calendar__table th:nth-child(1) {
  width: 8.7%;
}

.calendar__table th:nth-child(2) {
  width: 31.3%;
}

.calendar__table th:nth-child(3) {
  width: 17.6%;
}

.calendar__table th:nth-child(4) {
  width: 18.5%;
}

.calendar__table th:nth-child(5) {
  width: 23.9%;
}

.calendar__table td:first-child {
  border-width: 0 1px 1px 1px;
}

.calendar__table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
}

.calendar__table tbody tr:last-child td:last-child {
  border-radius: 0 0 4px;
}

.location {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.location__icon {
  margin-right: 7px;
}

.location__icon .icon {
  display: block;
  position: relative;
  top: -1px;
  font-size: 12px;
}

.location__title {
  font-size: 13px;
  color: #082894;
}

.files {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px -30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.files__item {
  display: block;
  margin: 0 30px 30px;
  color: black;
  -ms-flex: 0 0 calc(50% - 60px);
  flex: 0 0 calc(50% - 60px);
}

.files__item:hover .files__title {
  color: #607CD6;
  text-decoration: underline;
}

.files__row {
  display: -ms-flexbox;
  display: flex;
}

.files__preview {
  margin-right: 20px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.files__pic {
  display: block;
  max-width: 100%;
}

.files__subtitle {
  margin-bottom: 5px;
  padding-top: 3px;
  font-size: 12px;
  font-weight: 500;
}

.files__title {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.35294;
}

.files__location, .files__date {
  margin-top: 10px;
}

.files__date {
  font-size: 13px;
  color: #082894;
}

.files__btn {
  min-width: 222px;
  margin-top: 20px;
}

.tabs__nav {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabs__link {
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  font-size: 21px;
  color: rgba(0, 0, 0, 0.5);
  transition: color .2s;
}

.tabs__link:not(:last-child) {
  margin-right: 20px;
}

.tabs__link.active {
  border-color: #082894;
  font-weight: 500;
  color: #082894;
}

.tabs__item {
  display: none;
}

.tabs__item.visible {
  display: block;
}

.tabs__title {
  margin-top: 30px;
  margin-bottom: 30px;
}

.tabs__files + .tabs__title {
  margin-top: 40px;
}

.tabs_photos {
  margin-bottom: 50px;
}

.tabs_photos .tabs__nav {
  margin-bottom: 30px;
}

.tabs_champions {
  margin-bottom: 40px;
  padding-top: 10px;
}

.program {
  margin-bottom: 40px;
}

.program__title {
  margin: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}

.program__item {
  margin-bottom: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}

.program__item:first-child {
  position: relative;
  border-radius: 0 0 4px 4px;
}

.program__item:first-child:before, .program__item:first-child:after {
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #F9F9F9;
}

.program__item:first-child:after {
  top: 0;
  background: white;
}

.program__wrap {
  padding: 18px 40px;
}

.program__date {
  margin-bottom: 7px;
  font-size: 12px;
  font-weight: 500;
}

.program__name {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 300;
}

.program__foot {
  padding: 8px 40px 10px;
  border-top: 1px solid #eee;
}

.program__org {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 600;
  text-transform: uppercase;
}

.program__label {
  font-size: 10px;
  color: #9E9E9E;
  letter-spacing: .5px;
}

.photos {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px 4px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photos__item {
  position: relative;
  margin: 0 8px 16px;
  -ms-flex: 0 0 calc(33.33% - 16px);
  flex: 0 0 calc(33.33% - 16px);
}

.photos__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #082894;
  opacity: 0;
  transition: opacity .2s;
}

.photos__item:hover:before {
  opacity: .15;
}

.photos__pic {
  display: block;
  width: 100%;
}

.photos_two {
  margin: 0 -14px -8px;
}

.photos_two .photos__item {
  margin: 0 14px 28px;
  -ms-flex: 0 0 calc(50% - 28px);
  flex: 0 0 calc(50% - 28px);
}

.more__btn {
  min-width: 222px;
}

.feedback__title {
  margin-bottom: 26px;
}

.feedback__text {
  margin-bottom: 10px;
}

.feedback__subtitle {
  margin-bottom: 26px;
  font-size: 21px;
}

.feedback__done {
  margin-top: 40px;
}

.form__row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}

.form__col {
  padding: 0 8px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.form__field {
  margin-bottom: 16px;
}

.form__foot {
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -ms-flex-align: center;
  align-items: center;
}

.form__btn {
  min-width: 222px;
  margin-right: auto;
}

.alert {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.alert__icon {
  margin-right: 9px;
}

.alert__icon .icon {
  display: block;
  font-size: 28px;
}

.alert__title {
  font-size: 15px;
  color: #F51515;
}

.done {
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 360px;
  padding: 20px 16px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  -ms-flex-align: center;
  align-items: center;
}

.done__icon {
  margin-right: 16px;
  font-size: 0;
}

.done__icon .icon {
  font-size: 48px;
  fill: #61B139;
}

.done__title {
  font-size: 21px;
}

.article {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.66667;
}

.article h2 {
  margin-bottom: 40px;
  padding-top: 10px;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.28571;
}

.article h2:not(:first-child) {
  margin-top: 50px;
}

.article p,
.article ul {
  margin-bottom: 20px;
}

.article img {
  display: block;
  max-width: 100%;
  margin: 30px 0;
}

.article figure {
  display: -ms-flexbox;
  display: flex;
  margin: 30px -15px;
  -ms-flex-align: start;
  align-items: flex-start;
}

.article figure img {
  margin: 0 15px;
  width: calc(50% - 30px);
}

.article ul {
  margin-top: -4px;
  font-size: 13px;
  font-weight: 400;
}

.article ul li {
  position: relative;
  margin-bottom: 1px;
  padding-left: 15px;
}

.article ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #082894;
}

.article blockquote {
  margin: 30px 0;
  padding: 12px 0 12px 20px;
  border-left: 8px solid #082894;
  font-style: italic;
  font-weight: 500;
  line-height: 1.70588;
}

.article blockquote p {
  margin: 0;
}

.article quote {
  display: block;
  margin: 30px 0 20px;
  padding: 20px 0 20px 40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNyIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDI3IDE5Ij4gIDxwYXRoIGZpbGw9IiMxMDM1QUQiIGQ9Ik0yNi43NzUsNS43MjUgQzI2LjAzNDczOTEsMi45MDUwMzc3NSAyMy40NjUxNTI2LDAuOTU0NjI4Njk3IDIwLjU1LDEgQzE3LjE3NSwxIDE0LjQsMy4wMjUgMTQuNCw1LjY1IEMxNC40LDcuNDUgMTUuOSw4Ljg3NSAxNy45MjUsOS44NSBDMTkuOTUsMTAuNzUgMjAuOTI1LDExLjU3NSAyMC43NzUsMTMuNzUgQzIwLjcsMTUuNDc1IDE2LjgsMTcuODc1IDE2LjgsMTcuODc1IEwxOC4wNzUsMTkuOSBDMjAuODc5NzMyOSwxOC41MDc5MzA2IDIzLjMxOTc4NjYsMTYuNDc4ODMzMyAyNS4yLDEzLjk3NSBDMjYuMzc4NjQ4MSwxMi4xOTYzMDk4IDI3LjAwNDkxMzUsMTAuMTA4NzU4NyAyNyw3Ljk3NSBDMjYuOTk5NDQyMyw3LjIxOTQxMjI2IDI2LjkyNDA3NDYsNi40NjU3MzYwNSAyNi43NzUsNS43MjUgWiBNMTIuMzc1LDUuNzI1IEMxMS42MzQ3MzkxLDIuOTA1MDM3NzUgOS4wNjUxNTI2LDAuOTU0NjI4Njk3IDYuMTUsMSBDMi43NzUsMSAtMS43NzYzNTY4NGUtMTUsMy4wMjUgLTEuNzc2MzU2ODRlLTE1LDUuNjUgQy0xLjc3NjM1Njg0ZS0xNSw3LjQ1IDEuNSw4Ljg3NSAzLjUyNSw5Ljg1IEM1LjU1LDEwLjc1IDYuNTI1LDExLjU3NSA2LjM3NSwxMy43NSBDNi4zLDE1LjQ3NSAyLjQsMTcuODc1IDIuNCwxNy44NzUgTDMuNjc1LDE5LjkgQzYuNDc5NzMyOTIsMTguNTA3OTMwNiA4LjkxOTc4NjU1LDE2LjQ3ODgzMzMgMTAuOCwxMy45NzUgQzExLjk3ODY0ODEsMTIuMTk2MzA5OCAxMi42MDQ5MTM1LDEwLjEwODc1ODcgMTIuNiw3Ljk3NSBDMTIuNTk5NDQyMyw3LjIxOTQxMjI2IDEyLjUyNDA3NDYsNi40NjU3MzYwNSAxMi4zNzUsNS43MjUgWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMSkiLz48L3N2Zz4=);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 27px 19px;
  border-bottom: 1px solid #EEEEEE;
  font-size: 23px;
  font-style: italic;
  line-height: 1.43478;
}


.custom-slider {
	position: relative;
}

.custom-slider > div {
	position: absolute;
}



.custom-slider, .custom-slider > div > img {
	width:100%;
}


/*.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  background: rgba(0, 0, 0, 0.98);
  overflow: auto;
  z-index: 9999;
} */

.lightbox.open {
  display: -ms-flexbox;
  display: flex;
}

.lightbox__wrap {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1542px;
  height: 745px;
  margin: auto;
  background: white;
}

.lightbox__sidebar {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 40px 50px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex: 0 0 440px;
  flex: 0 0 440px;
}

.lightbox__location {
  margin-top: auto;
}

.lightbox__close {
  margin-bottom: 25px;
  font-size: 0;
}

.lightbox__label, .lightbox__icon {
  display: inline-block;
  vertical-align: middle;
}

.lightbox__label {
  margin-right: 10px;
  font-size: 14px;
}

.lightbox__icon .icon {
  font-size: 24px;
}

.lightbox__content {
  max-width: 400px;
}

.lightbox__title {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
}

.lightbox__text {
  margin-bottom: 20px;
  font-size: 17px;
  line-height: 1.58824;
}

.lightbox__container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: black;
  -ms-flex: 0 0 calc(100% - 440px);
  flex: 0 0 calc(100% - 440px);
}

.lightbox__prev, .lightbox__next {
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0;
  transition: background .2s;
  z-index: 4;
}

.lightbox__prev:hover, .lightbox__next:hover {
  background: #607CD6;
}

.lightbox__prev .icon, .lightbox__next .icon {
  font-size: 21px;
  fill: white;
}

.lightbox__prev {
  left: 0;
  padding-right: 1px;
}

.lightbox__next {
  right: 0;
  padding-left: 1px;
}

.lightbox__pic {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1640px) and (max-height: 760px) {

  .partners {
    padding: 2vh 50px;
  }
}

@media only screen and (max-width: 1880px) {

  .center {
    max-width: 1400px;
  }

  .start {
    background-position: 50% 14.07vh;
    background-size: 159.33vh auto;
  }

  .lang {
    top: 34.66vh;
  }

  .grid {
    margin: 0 -9px -18px;
  }

  .grid__item {
    margin: 0 9px 18px;
    padding: 70px 44px 44px;
    -ms-flex: 0 0 calc(33.33% - 18px);
    flex: 0 0 calc(33.33% - 18px);
  }

  .grid__preview {
    margin-right: 18px;
  }

  .grid__title {
    max-width: 235px;
    font-size: 20px;
  }

  .sidebar {
    left: calc(50% - 585px);
  }

  .container {
    -ms-transform: translateX(190px);
    transform: translateX(190px);
  }

  .container_md {
    -ms-transform: translateX(290px);
    transform: translateX(290px);
  }

  .lightbox__wrap {
    max-width: 1507px;
  }

  .lightbox__sidebar {
    -ms-flex: 0 0 405px;
    flex: 0 0 405px;
  }

  .lightbox__container {
    -ms-flex: 0 0 calc(100% - 405px);
    flex: 0 0 calc(100% - 405px);
  }
}

@media only screen and (max-width: 1640px) {

  .center {
    max-width: 1150px;
  }

  .start {
    background-position: 50% 15.92vh;
    background-size: 138.28vh auto;
  }

  .start__logo {
    width: 17.96vh;
    margin-bottom: 17px;
  }

  .start__title {
    font-size: 15px;
  }

  .start__section {
    padding-top: 31.77vh;
  }

  .start__panel {
    margin-bottom: 3vh;
  }

  .start__panel:first-child {
    margin-top: -2.84vh;
  }

  .start__category {
    padding: 16px 20px;
    font-size: 14px;
  }

  #fp-nav {
    margin-top: 80px;
  }

  .select__head {
    padding: 8px 16px 9px 18px;
  }

  .lang {
    top: 36.06vh;
    max-width: 620px;
    padding: 28px 40px 32px;
  }

  .lang__title {
    margin-bottom: 0;
  }

  .lang__text {
    margin-bottom: 15px;
  }

  .lang__field {
    margin-bottom: 29px;
  }

  .lang__btn {
    min-width: 108px;
    padding: 11px 20px;
  }

  .grid {
    margin: 0 -7px -14px;
  }

  .grid__item {
    max-height: 214px;
    margin: 0 7px 14px;
    padding: 36px;
    -ms-flex: 0 0 calc(33.33% - 14px);
    flex: 0 0 calc(33.33% - 14px);
  }

  .grid__preview {
    margin-right: 21px;
  }

  .grid__title {
    font-size: 14px;
  }

  .contacts__map {
    min-height: 190px;
  }

  .contacts__wrap {
    padding: 25px 30px;
    margin-left: 25%; /* by Mice */
  }

  .contacts__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .contacts__preview .icon {
    font-size: 24px;
  }

  .contacts__preview .icon-phone {
    font-size: 20px;
  }

  .contacts__preview .icon-email {
    font-size: 12px;
  }

  .contacts__title {
    font-size: 16px;
  }

  .sidebar {
    left: calc(50% - 580px);
  }

  .sidebar__logo {
    margin-bottom: 45px;
  }

  .sidebar__group {
    margin-bottom: 20px;
  }

  .sidebar__link:not(:last-child) {
    margin-bottom: 15px;
  }

  .container {
    -ms-transform: translateX(195px);
    transform: translateX(195px);
  }

  .container_md {
    max-width: 770px;
    -ms-transform: translateX(195px);
    transform: translateX(195px);
  }

  .calendar__head {
    text-align: left;
  }

  .calendar__title {
    padding: 20px 35px;
    font-size: 16px;
  }

  .calendar__table th,
  .calendar__table td {
    padding: 10px 15px;
  }

  .calendar__table th {
    font-size: 11px;
  }

  .lightbox {
    padding: 0px;
  }

  .lightbox__wrap {
    max-width: 1214px;
    height: 595px;
  }

  .lightbox__sidebar {
    padding: 30px 40px;
    -ms-flex: 0 0 324px;
    flex: 0 0 324px;
  }

  .lightbox__label {
    margin-right: 9px;
    font-size: 11px;
  }

  .lightbox__icon .icon {
    font-size: 19px;
  }

  .lightbox__title {
    margin-bottom: 18px;
    font-size: 19px;
  }

  .lightbox__text {
    font-size: 13px;
  }

  .lightbox__container {
    -ms-flex: 0 0 calc(100% - 324px);
    flex: 0 0 calc(100% - 324px);
  }
}

@media only screen and (max-width: 1240px) {

  .center {
    max-width: 950px;
  }

  .start {
    background-position: 50% 19.16vh;
    background-size: 117.18vh auto;
  }

  #fp-nav {
    left: 40px;
  }

  .lang {
    top: 43.8vh;
  }

  .grid__item {
    padding: 30px;
  }

  .grid__preview {
    margin-right: 15px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
  }

  .grid__preview .icon {
    font-size: 80px;
  }

  .contacts__map {
    min-height: 190px;
    -ms-flex: 0 0 225px;
    flex: 0 0 225px;
  }

  .contacts__wrap {
    padding: 24px 40px;
    margin-left: 25%; /* by Mice */

  }

  .contacts__item:not(:last-child) {
    margin-bottom: 11px;
  }

  .sidebar {
    top: 38px;
    left: calc(50% - 484px);
    width: 142px;
    height: auto;
  }

  .sidebar__head {
    display: block;
  }

  .sidebar__container {
    display: none;
    top: -13px;
    left: -13px;
    height: auto;
    max-height: calc(100vh - 25px);
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  .sidebar__wrap {
    padding: 22px 40px 70px 58px;
  }

  .sidebar__section {
    padding: 0 40px 0 58px;
    border: none;
  }

  .sidebar__section:first-child {
    margin-bottom: 35px;
  }

  .sidebar__section:nth-child(2) {
    margin-bottom: 40px;
  }

  .sidebar__section:nth-child(2n) {
    padding: 0 40px 0 58px;
  }

  .sidebar__section:nth-child(3) {
    margin-bottom: 25px;
  }

  .sidebar__section:nth-child(4) {
    padding-bottom: 18px;
  }

  .container {
    -ms-transform: translateX(67px);
    transform: translateX(67px);
  }

  .lightbox__wrap {
    height: calc(100vh - 60px);
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .lightbox__sidebar {
    padding: 24px 100px 26px 28px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .lightbox__close {
    position: absolute;
    top: 16px;
    right: 18px;
  }

  .lightbox__container {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media only screen and (max-width: 1023px) {

  .center {
    padding: 0 14px;
  }

  .start {
    padding-top: 244px;
    background-position: 50% 53.8vh;
    background-size: 768px auto;
    background-attachment: fixed;
  }

  .start__header {
    margin-bottom: 43px;
    padding-top: 28px;
  }

  .start__center {
    max-width: 628px;
  }

  .start__logo {
    width: 138px;
  }

  .start__group {
    position: static;
    margin-top: 16px;
  }

  .start__fullpage {
    pointer-events: auto;
  }

  .start__section {
    padding: 20px 0;
  }

  .start__panel {
    margin-bottom: 20px;
  }

  .start__panel:first-child {
    margin-top: 0;
  }

  .start__footer {
    position: static;
  }

  .lang {
    top: 10px;
  }

  .grid {
    margin: 0 -6px -12px;
  }

  .grid__item {
    height: 214px;
    margin: 0 6px 12px;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
  }

  .partners {
    padding: 40px 30px;
  }

  .partners__item:not(:last-child) {
    margin-right: 24px;
  }

  .contacts {
    display: block;
  }

  .contacts__wrap {
    padding: 28px 34px 34px;
    margin-left: 25%; /* by Mice */
  }

  .sidebar {
    position: absolute;
    top: 22px;
    left: 55px;
    width: auto;
  }

  .sidebar__burger {
    position: fixed;
    top: 24px;
    left: 0;
    border-radius: 0 7px 7px 0;
  }

  .sidebar__container {
    position: fixed;
    top: 0;
    left: 0;
  }

  .org_head {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .org_head .org__title {
    margin: 0 14px 0 0;
  }

  .org_head .org__text {
    position: relative;
    top: 2px;
    margin: 0;
    line-height: 1.375;
  }

  .container {
    padding-top: 80px;
    -ms-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 767px) {

  .start {
    padding-top: 208px;
    background: none;
  }

  .start:before {
    content: '';
    position: fixed;
    top: 236px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/world.jpg) no-repeat 50% 10.37vh/173.14vh auto;
    background-position: 50% 0;
    background-size: 429px auto;
    z-index: -2;
  }

  .start__header {
    min-height: 163px;
    margin-bottom: 21px;
    padding-top: 18px;
  }

  .start__logo {
    width: 122px;
    height: 106px;
    margin-bottom: 15px;
  }

  .start__title {
    font-size: 10px;
  }

  .start__group {
    margin-top: 9px;
  }

  .start__panel {
    margin-bottom: 2px;
  }

  .start__category {
    padding: 6px 20px;
  }

  #fp-nav {
    display: -ms-flexbox;
    display: flex;
    position: static;
    margin: 0 0 18px;
    -ms-transform: none;
    transform: none;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #fp-nav li:not(:last-child) {
    margin: 0 7px 0 0;
  }

  .lang {
    top: 6px;
  }

  .lang__title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .lang__text {
    margin-bottom: 25px;
    font-size: 15px;
  }

  .grid {
    display: block;
    max-width: 266px;
    margin: 0 auto;
  }


  #startBnr {
    max-height: 190px;
  }


  .grid__item {
    height: auto;
    margin: 0 0 2px;
    padding: 8px 20px;
  }

  .grid__preview {
    margin-right: 9px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
  }

  .grid__preview .icon {
    font-size: 30px;
  }

  .partners {
    min-height: 110px;
    padding: 0 10px;
  }

  .partners__item {
    padding: 0 10px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }

  .partners__item:not(:last-child) {
    margin: 0;
  }

  .contacts__map {
    display: none;
  }

  .contacts__wrap {
    padding: 14px 16px;
    margin-left: 25%; /* by Mice */
  }

  .contacts__item:not(:last-child) {
    margin-bottom: 8px;
  }

  .contacts__preview {
    height: 20px;
    margin-right: 8px;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
  }

  .contacts__preview .icon {
    position: relative;
    top: -2px;
    font-size: 20px;
  }

  .contacts__preview .icon-phone {
    font-size: 16px;
  }

  .contacts__preview .icon-email {
    font-size: 10px;
  }

  .contacts__title {
    font-size: 12px;
    line-height: 1.25;
  }

  .sidebar__container {
    width: 320px;
    max-height: 100%;
  }

  .sidebar__wrap {
    padding: 20px 20px 40px;
  }

  .sidebar__logo {
    margin: 0 auto 30px;
  }

  .sidebar__section {
    padding: 0 20px;
  }

  .sidebar__section:nth-child(2n) {
    padding: 0 20px;
  }

  .sidebar__section:nth-child(4) {
    padding-bottom: 20px;
  }

  .panel {
    margin-bottom: 20px;
  }

  .panel__head {
    padding: 15px;
    font-size: 19px;
  }

  .panel__body {
    padding: 20px 15px;
  }

  .panel__table th,
  .panel__table td {
    padding: 5px;
    font-size: 10px;
  }

  .people {
    display: block;
    margin: 0 0 -30px;
  }

  .people__item {
    margin: 0 0 20px;
  }

  .people__surname {
    font-size: 21px;
  }

  .people__name {
    font-size: 18px;
  }

  .title {
    padding: 15px;
    font-size: 19px;
  }

  .calendar {
    margin-bottom: 40px;
  }

  .calendar__head {
    margin-bottom: 20px;
  }

  .calendar__scroll {
    margin: 0 -14px;
    padding: 0 14px;
    overflow: auto;
  }

  .calendar__table {
    width: calc(100% + 14px);
    padding-right: 14px;
  }

  .calendar__table th,
  .calendar__table td {
    padding: 5px;
  }

  .calendar__table th {
    font-size: 10px;
  }

  .calendar__table td {
    font-size: 10px;
  }

  .files {
    display: block;
    margin: 0;
  }

  .files__item {
    margin: 0 0 20px;
  }

  .files__title {
    font-size: 15px;
  }

  .tabs__nav {
    margin-bottom: 20px;
  }

  .tabs__link {
    padding-bottom: 5px;
    font-size: 19px;
  }

  .tabs__link:not(:last-child) {
    margin-right: 15px;
  }

  .tabs__title {
    margin-bottom: 20px;
  }

  .tabs__files + .tabs__title {
    margin-top: 30px;
  }

  .tabs_photos .tabs__nav {
    margin-bottom: 20px;
  }

  .tabs_champions {
    margin-bottom: 20px;
  }

  .program__wrap {
    padding: 18px 15px;
  }

  .program__foot {
    padding: 8px 15px 10px;
  }

  .photos {
    margin: 0 -4px 4px;
  }

  .photos__item {
    margin: 0 4px 8px;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }

  .photos_two {
    margin: 0 -4px -8px;
  }

  .photos_two .photos__item {
    margin: 0 4px 8px;
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }

  .form__row {
    display: block;
  }

  .for