/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
@font-face {
  font-family: 'bebas_neueregular';
  src: url('../fonts/BebasNeue-webfont.eot');
  src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/BebasNeue-webfont.woff') format('woff'), url('../fonts/BebasNeue-webfont.ttf') format('truetype'), url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
button:focus,
a:focus,
button:hover,
a:hover {
  outline: none;
}
html,
body {
  background-color: #000;
  color: #fcfdfe;
  height: 100%;
}
html a,
body a {
  color: #fcfdfe;
}
html a:hover,
body a:hover,
html a:focus,
body a:focus {
  color: inherit;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
strong {
  font-weight: 600;
}
.side-fixed {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 5;
}
.side-fixed .side-nav {
  float: right;
  position: relative;
  right: 10px;
  text-align: right;
  opacity: 0.7;
  transition: opacity 0.5s ease 0s, right 0.5s ease 0s;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.side-fixed .side-nav:hover {
  opacity: 1;
}
.side-fixed .side-nav > ul {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.side-fixed .side-nav li {
  height: 30px;
  line-height: 30px;
  position: relative;
  z-index: 2;
  /*            &:hover, &:focus {
                            .link-text {
                                display: inline-block;
                            }
                            a {
                                text-decoration: none;
                            }
                        }*/
}
.side-fixed .side-nav li .link-text {
  display: none;
}
.side-fixed .side-nav li .icon-point {
  border: 1px solid #fff;
  border-radius: 8px;
  display: inline-block;
  height: 8px;
  margin: 0 7px 0 10px;
  width: 8px;
}
.side-fixed .side-nav li .glyphicon-home {
  display: inline-block;
  margin: 0 5px;
}
.side-fixed .side-nav li.active .icon-point,
.side-fixed .side-nav li:hover .icon-point,
.side-fixed .side-nav li:focus .icon-point {
  background-color: #fff;
  border: 8px solid #fff;
  margin: 0 3px 0 6px;
  vertical-align: middle;
}
.side-fixed .side-nav .nav-bg {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 11px;
  height: 100%;
  position: absolute;
  right: 0;
  width: 22px;
  z-index: 1;
}
.sprite-img {
  background-image: url("../img/xbrand-sprite.png?v=1");
  background-attachment: scroll;
  background-repeat: no-repeat;
  height: 0;
  overflow: hidden;
}
section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: block;
  overflow: hidden;
  position: relative;
}
section.default-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0 60px;
}
section .secondary-scheme {
  margin: 30px 0 40px;
}
.top-section {
  position: relative;
}
.top-section .top-container {
  background-image: linear-gradient(to bottom, #000000 0px, rgba(0, 0, 0, 0) 120px), linear-gradient(to top, #000000 0px, rgba(0, 0, 0, 0) 120px), url("../img/xbrand_main.jpg");
  background-size: cover;
  min-height: 100vh;
  position: relative;
  background-position: center;
  width: 100%;
}
.top-section .projects-container {
  margin-top: 80px;
}
.stripes {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76) 83px, transparent 83px, transparent 88px);
  background-size: 100% 88px;
  background-repeat: repeat-y;
}
.stripes-3 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76) 60px, transparent 60px, transparent 66px);
  background-size: 100% 66px;
  background-repeat: repeat-y;
}
#top-carousel {
  z-index: 1;
  padding-top: 100px;
}
@media only screen and (min-width: 992px) {
  #top-carousel {
    margin-bottom: 0;
  }
}
#top-carousel .item {
  background-size: cover;
  overflow: hidden;
}
#top-carousel .carousel-indicators {
  left: 0;
  margin-left: 0;
  position: static;
  text-align: left;
}
#top-carousel .carousel-indicators li {
  border-radius: 0;
  height: 21px;
  width: 21px;
  border-width: 2px;
  margin: 0 3px;
}
#top-carousel .carousel-indicators li.active {
  height: 21px;
  width: 21px;
  border-width: 2px;
}
.greeting-banner .text-line {
  text-align: left;
  float: left;
  clear: left;
  position: relative;
  line-height: 88px;
  font-family: 'bebas_neueregular';
  text-transform: uppercase;
}
.greeting-banner .text-line .text .stripe {
  background-color: rgba(0, 0, 0, 0.76);
  box-shadow: 38px 0 0 rgba(0, 0, 0, 0.76);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.greeting-banner .text-line .text strong {
  color: #d11241;
  font-weight: 400;
}
.greeting-banner .text-line.size-1 {
  font-size: 72px;
}
.greeting-banner .text-line.size-1 .text .stripe {
  padding: 3px 0 2px;
}
.greeting-banner .text-line.size-2 {
  font-size: 48px;
}
.greeting-banner .text-line.size-2 .text .stripe {
  padding: 15px 0;
  box-shadow: 26px 0 0 rgba(0, 0, 0, 0.76);
}
.greeting-banner .text-line.size-3 {
  font-size: 36px;
  line-height: 66px;
}
.greeting-banner .text-line.size-3 .text-tail {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76) 60px, transparent 60px, transparent 66px);
  background-size: 100% 66px;
  background-repeat: repeat-y;
}
.greeting-banner .text-line.size-3 .text .stripe {
  box-shadow: 16px 0 0 rgba(0, 0, 0, 0.76);
  padding: 10px 0 8px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .greeting-banner .text-line.size-3 .text .stripe {
    padding: 11px 0 10px;
  }
}
.greeting-banner .text-line .text-tail {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.76) 83px, transparent 83px, transparent 88px);
  background-size: 100% 88px;
  background-repeat: repeat-y;
  width: 500%;
  height: 100%;
  position: absolute;
  top: 2px;
  right: 100%;
}
.greeting-banner .text-author {
  text-align: left;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 12px;
}
.full-section {
  background-color: #fff;
}
.full-section .h3 {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 18px;
}
.full-section-secondary {
  background-color: #d11241;
  width: 100%;
}
.full-section-secondary .secondary-scheme {
  margin: 0 -15px;
}
.full-section-secondary .secondary-scheme .col {
  margin: 0;
}
.full-section-secondary .h3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 18px;
}
#top-collapse-menu {
  padding: 0;
}
.navbar {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.navbar-xbrand .navbar-toggle {
  border: medium none;
  border-radius: 0;
  float: left;
  margin: 23px 12px 19px;
  padding: 2px;
}
.navbar-xbrand .navbar-toggle:hover,
.navbar-xbrand .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-xbrand .navbar-toggle .icon-bar {
  height: 8px;
  width: 48px;
  background-color: #fff;
}
.navbar-xbrand .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-xbrand .navbar-nav.pages {
  width: 100%;
}
.navbar-xbrand .navbar-nav.pages > li.active > a {
  background-color: #fe2754;
}
.navbar-xbrand .navbar-nav.pages > li > a {
  color: #fcfdfe;
  line-height: 60px;
  padding: 0 35px;
  text-transform: uppercase;
}
.navbar-xbrand .navbar-nav.pages > li > a:hover,
.navbar-xbrand .navbar-nav.pages > li > a:focus {
  background-color: #fe2754;
}
.navbar-xbrand .navbar-nav.locales > li > span {
  padding: 0 35px;
}
.navbar-xbrand .navbar-nav.locales > li > span > a {
  background-image: url("../img/xbrand-sprite.png?v=1");
  background-attachment: scroll;
  background-repeat: no-repeat;
  height: 0;
  overflow: hidden;
  display: block;
  margin: 0 35px;
  padding: 19px 0 0;
  width: 28px;
  opacity: 0.55;
}
.navbar-xbrand .navbar-nav.locales > li > span > a:hover {
  opacity: 1;
}
.navbar-xbrand .navbar-nav.locales > li.pl-pl > span > a {
  background-position: 0 -30px;
}
.navbar-xbrand .navbar-nav.locales > li.en-en > span > a {
  background-position: -28px -30px;
}
.navbar-xbrand .navbar-nav.locales > li.active > span > a {
  opacity: 1;
}
.navbar-xbrand .navbar-collapse {
  background-color: #d11241;
  max-height: inherit;
}
.about p {
  text-align: center;
  font-size: 18px;
  margin: 0 0 46px;
}
.projects {
  margin-bottom: 26px;
}
.projects .project {
  background-color: #5f5e5f;
  min-height: 124px;
  margin-bottom: 26px;
  position: relative;
}
.projects .project > a {
  height: 124px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  float: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  padding: 14px 18px;
  width: 100%;
  text-decoration: none;
}
.projects .project > a:hover,
.projects .project > a:focus,
.projects .project > a.active {
  color: inherit;
  outline: 9px solid #d11241;
  outline-offset: -9px;
}
.more-projects p {
  text-align: right;
  font-size: 18px;
}
.more-projects p > a {
  text-decoration: underline;
}
.more-projects p > a:hover,
.more-projects p > a:focus {
  color: inherit;
}
.sponsor-list .col {
  position: relative;
}
.sponsor-list .sponsor {
  background-color: #5f5e5f;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 124px;
  margin-bottom: 26px;
  position: relative;
}
.sponsor-list a {
  height: 124px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  float: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  padding: 14px 18px;
  width: 100%;
  text-decoration: none;
  color: transparent;
  position: absolute;
  min-height: 124px;
  top: 0;
}
l0 .sponsor-list a:hover {
  color: #fff;
}
.trust-list {
  text-align: center;
}
.trust-list li {
  margin: 25px;
  padding: 0;
  width: 100px;
}
.text-field {
  font-size: 18px;
}
.text-field p {
  -moz-text-align-last: left;
  text-align-last: left;
  font-size: 18px;
  margin-bottom: 24px;
}
.text-field p + p {
  font-size: 16px;
  margin-bottom: 18px;
}
.main-scheme {
  background-color: #fff;
  color: #d11241;
}
.main-scheme .col {
  margin: 0 0 20px;
}
.main-scheme .h2 {
  color: #5f5e5f;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.secondary-scheme {
  position: relative;
}
.secondary-scheme .scheme-background {
  background-color: rgba(209, 18, 65, 0.85);
  position: absolute;
  width: 100%;
  height: 100%;
}
.secondary-scheme .col {
  margin: 36px 0 22px;
}
.secondary-scheme .h2 {
  font-size: 40px;
}
.secondary-scheme li {
  font-size: 16px;
}
footer {
  border-top: 9px solid #d11241;
  padding-bottom: 8px;
  font-size: 14px;
}
footer .h2 {
  font-size: 36px;
  text-transform: uppercase;
}
footer .contacts {
  margin: 14px 0 0;
}
footer .contacts address {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 42px;
}
footer .contacts address a {
  color: #fff;
  text-transform: uppercase;
}
footer .contacts address span {
  margin: 4px 0;
  display: inline-block;
  width: 48%;
}
footer .contacts address span.odd {
  padding-right: 3%;
  text-align: right;
}
footer .contacts address span.even {
  border-left: 1px solid #d11241;
  padding-left: 4%;
}
footer .contacts address span.phone {
  white-space: nowrap;
}
footer .contacts address span.full {
  padding: 0 4%;
  width: 96%;
  text-align: center;
}
footer .contacts address .email {
  text-transform: lowercase;
}
@media screen and (min-width: 360px) {
  footer .contacts address .email {
    text-transform: uppercase;
  }
}
footer .created-by {
  margin-bottom: 38px;
  font-size: 13px;
}
footer .created-by ul {
  margin: 0;
  text-align: center;
}
footer .created-by a:hover,
footer .created-by a:focus {
  color: inherit;
}
footer .reg {
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}
footer .cc p {
  border-top: 1px solid #d11241;
  font-size: 11px;
  padding-top: 20px;
  text-align: center;
}
.we-offer {
  color: #d11241;
  font-size: 18px;
  text-align: center;
}
.timer {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto 62px;
  width: 250px;
  display: none;
}
.timer .counter {
  text-align: center;
}
.timer .counter .num {
  display: inline-block;
  height: 60px;
  margin: 6px 0 0;
  width: 41px;
}
.timer .counter .num.num-0 {
  background-image: url("../img/nums/0.png");
}
.timer .counter .num.num-1 {
  background-image: url("../img/nums/1.png");
}
.timer .counter .num.num-2 {
  background-image: url("../img/nums/2.png");
}
.timer .counter .num.num-3 {
  background-image: url("../img/nums/3.png");
}
.timer .counter .num.num-4 {
  background-image: url("../img/nums/4.png");
}
.timer .counter .num.num-5 {
  background-image: url("../img/nums/5.png");
}
.timer .counter .num.num-6 {
  background-image: url("../img/nums/6.png");
}
.timer .counter .num.num-7 {
  background-image: url("../img/nums/7.png");
}
.timer .counter .num.num-8 {
  background-image: url("../img/nums/8.png");
}
.timer .counter .num.num-9 {
  background-image: url("../img/nums/9.png");
}
.special-section {
  background-color: #E7EAE9;
  font-size: 18px;
  color: #404040;
}
.special-section .text-field p {
  font-size: 16px;
}
.special-section .h1 {
  font-size: 48px;
}
.special-section .h2 {
  font-size: 30px;
  color: #d11241;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
@media only screen and (min-width: 768px) {
  .top-section {
    padding-top: 0;
  }
  .top-section .projects-container {
    margin-top: 0px;
  }
  #top-carousel .carousel-indicators {
    margin-left: 0;
    position: static;
    text-align: left;
  }
  #top-carousel .container {
    height: 100%;
    position: relative;
  }
  .timer {
    bottom: 0;
    position: absolute;
    right: 30px;
  }
  .greeting-banner .text-author {
    width: 480px;
  }
  .navbar-xbrand {
    padding-top: 22px;
    position: static;
  }
  .navbar-xbrand > .container {
    position: relative;
  }
  .navbar-xbrand > .container .navbar-header {
    width: 100%;
  }
  .navbar-xbrand .navbar-collapse {
    position: relative;
    width: 100%;
    background-color: transparent;
  }
  .navbar-xbrand .navbar-collapse .navbar-nav {
    text-align: center;
  }
  .navbar-xbrand .navbar-collapse .navbar-nav.pages > li {
    float: none;
    display: inline-block;
  }
  .navbar-xbrand .navbar-collapse .navbar-nav.pages > li.active > a {
    background-color: transparent;
    border-bottom: 3px solid #d11241;
  }
  .navbar-xbrand .navbar-collapse .navbar-nav.pages > li > a {
    font-size: 14px;
    line-height: 33px;
    padding: 0 8px;
    margin: 0 5px;
    border-bottom: 3px solid transparent;
  }
  .navbar-xbrand .navbar-collapse .navbar-nav.pages > li > a:hover,
  .navbar-xbrand .navbar-collapse .navbar-nav.pages > li > a:focus {
    background-color: transparent;
    border-bottom: 3px solid #d11241;
  }
  .navbar-xbrand .navbar-collapse .navbar-nav.locales {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 15px;
  }
  .navbar-xbrand .navbar-collapse .navbar-nav.locales > li > span {
    padding: 0;
  }
  .navbar-xbrand .navbar-collapse .navbar-nav.locales > li > span > a {
    margin: 8px;
  }
  .with-carousel .navbar {
    position: absolute;
  }
  .with-carousel .navbar.top-section {
    height: 794px;
  }
  .short-menu {
    bottom: 0;
    font-size: 18px;
    margin: 8px 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    z-index: 1;
  }
  .short-menu li {
    padding-right: 24px;
    padding-left: 24px;
  }
  .short-menu li.active > a {
    border-bottom: 3px solid #d11241;
  }
  .short-menu li > a {
    color: #fcfdfe;
    text-transform: uppercase;
  }
  .short-menu li > a:hover,
  .short-menu li > a:focus {
    text-decoration: none;
    border-bottom: 3px solid #d11241;
  }
  .projects {
    position: relative;
  }
  .projects .sm-1 .project {
    background-color: #353435;
  }
  .projects .sm-2 .project {
    background-color: #5f5e5f;
  }
  .projects .sm-3 .project {
    background-color: #757475;
  }
  .projects .arrow-cont {
    position: absolute;
    height: 100%;
    padding: 0;
  }
  .projects .arrow-cont .arrow {
    position: absolute;
    width: 100%;
    height: 100%;
    border: medium none;
    background-image: ulr();
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .projects .arrow-cont .arrow > i {
    background-image: url("../img/xbrand-sprite.png?v=1");
    background-attachment: scroll;
    background-repeat: no-repeat;
    height: 0;
    overflow: hidden;
    display: block;
    padding-top: 108px;
    width: 65px;
    margin: auto;
  }
  .projects .arrow-cont.prev-arrow {
    left: 0;
  }
  .projects .arrow-cont.prev-arrow .arrow > i {
    background-position: 0 -49px;
  }
  .projects .arrow-cont.next-arrow {
    right: 0;
  }
  .projects .arrow-cont.next-arrow .arrow > i {
    background-position: -70px -49px;
  }
  .main-scheme .col {
    margin-bottom: 36px;
  }
  .secondary-scheme .scheme-background {
    right: 15%;
    width: 200%;
  }
  .secondary-scheme.push-right .scheme-background {
    right: auto;
    left: 15%;
  }
  .trust-list li {
    margin: 10px;
  }
  .trust-list .list-inline {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  footer .contacts address {
    text-align: center;
    margin-bottom: 34px;
    font-size: 16px;
  }
  footer .contacts address span {
    width: auto;
  }
  footer .contacts address span.odd,
  footer .contacts address span.even,
  footer .contacts address span.full {
    padding: 0 12px;
    width: auto;
  }
  footer .contacts address span + span {
    border-left: 1px solid #d11241;
  }
  footer .created-by {
    margin-bottom: 60px;
  }
  footer .reg {
    text-align: left;
  }
  footer .cc p {
    text-align: left;
  }
}
.go-down-container {
  display: none;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .go-down-container {
    display: flex;
    position: absolute;
    z-index: 1000;
    bottom: 114px;
  }
}
.go-down {
  margin: auto;
  position: relative;
}
.go-down .go-down-button {
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.go-down .go-down-button::before {
  content: "";
  width: 16px;
  height: 16px;
  border-right: solid 4px #d64352;
  border-bottom: solid 4px #f26e6e;
  transform: rotate(45deg);
}
.go-down .button-tooltip {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  border-radius: 3px;
  background-color: #fff;
  color: #000000;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -16px);
  bottom: 100%;
  width: 310px;
  height: 100px;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  .go-down .button-tooltip {
    display: flex;
  }
}
.go-down .button-tooltip.pop-out {
  opacity: 1;
  transform: translate(-50%, -36px);
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.go-down .button-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}
.go-down .button-tooltip .close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
}
.go-down .button-tooltip .close::after {
  display: block;
  transform: rotate(45deg);
  content: '+';
  color: currentColor;
}
.yt-slide .go-down-container {
  display: flex;
}
@media only screen and (min-width: 992px) {
  .yt-slide .go-down-container {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .secondary-scheme .scheme-background {
    right: 30%;
  }
  .secondary-scheme.push-right .scheme-background {
    left: 30%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  footer .contacts address span:last-child {
    border-left: medium none;
  }
}
@media only screen and (min-width: 1200px) {
  .top-section {
    min-height: 100vh;
  }
  .sponsor-list .col {
    width: 20%;
    padding: 0;
  }
  .sponsor-list .col .h3 {
    text-align: left;
    height: 124px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    ppadding: 10px 0;
  }
  .sponsor-list .col .sponsor {
    margin: 0;
  }
  .sponsor-list .col:nth-child(2) .sponsor {
    background-color: #353435;
  }
  .sponsor-list .col:nth-child(3) .sponsor {
    background-color: #5f5e5f;
  }
  .sponsor-list .col:nth-child(4) .sponsor {
    background-color: #757475;
  }
  .sponsor-list .col:nth-child(5) .sponsor {
    background-color: #929192;
  }
  .secondary-scheme .scheme-background {
    right: 45%;
  }
  .secondary-scheme.push-right .scheme-background {
    left: 45%;
  }
  .greeting-banner {
    width: 80%;
  }
  .full-section .col {
    margin-bottom: 0;
  }
  .full-section .h3 {
    margin: 10px 0 0;
  }
  .special-section {
    padding-top: 30px;
    font-size: 18px;
    position: relative;
    min-height: calc(100% - 145px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .special-section .portrait {
    position: absolute;
    bottom: 0;
    padding: 0;
    left: 0;
  }
  .special-section .col.col-md-8 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .special-section .special-scheme {
    height: 100%;
  }
  .special-section .special-scheme .text-block {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
  }
  .top-section .top-container {
    position: absolute;
    top: 0;
  }
  .top-section .carousel-inner {
    min-height: unset;
  }
  #top-carousel {
    padding-top: 0;
    margin-top: 30px;
  }
  footer .contacts address {
    text-align: left;
    margin-top: 0;
    margin-bottom: 42px;
  }
  footer .contacts address span.odd,
  footer .contacts address span.even {
    padding: 0 12px 0 0;
  }
  footer .contacts address span + span.odd,
  footer .contacts address span + span.even {
    padding: 0 12px;
  }
  footer .created-by {
    margin: 19px 0 0;
    text-align: right;
  }
  footer .created-by ul {
    text-align: right;
  }
  .full-section-secondary {
    bottom: 0;
    position: absolute;
  }
}
.slider-list {
  margin-bottom: 40px;
}
.slider-list .list-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  line-height: normal;
  color: currentColor;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .slider-list .list-title {
    font-size: 48px;
  }
}
.slider-list .list-container {
  position: relative;
}
.slider-list .slick-slide > * {
  position: relative;
  z-index: 1;
}
.slider-list .slick-slide a {
  color: currentColor;
  display: block;
  width: 100%;
  height: 100%;
}
.slider-list .slick-slide:hover {
  cursor: pointer;
}
.slider-list .slick-slide:hover a {
  text-decoration: none;
}
.slick-prev,
.slick-next {
  width: 18px;
  height: 27px;
}
.slick-prev::before,
.slick-next::before,
.slick-prev::before,
.slick-next::before {
  content: '';
  display: block;
  background: transparent url('../img/arrow.svg') no-repeat scroll center;
  width: 18px;
  height: 27px;
  opacity: 1;
}
.slick-next::before {
  transform: rotate(180deg);
}
.partners-section {
  background-color: #497d35;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .partners-section .container {
    width: 1180px;
    padding: 0;
  }
}
.partners-section .slider-list .list-people {
  margin: 0 -15px 0 -10px;
}
@media screen and (min-width: 992px) {
  .partners-section .slider-list .list-people {
    margin: 0 -10px;
  }
}
.partners-section .slider-list .list-people .slick-slide > * {
  margin: 0 10px;
  background-color: #fff;
  color: #878787;
  width: 65vw;
  max-width: 240px;
  border-radius: 3px;
  overflow: hidden;
}
@media only screen and (min-width: 360px) {
  .partners-section .slider-list .list-people .slick-slide > * {
    width: 240px;
  }
}
@media only screen and (min-width: 1200px) {
  .partners-section .slider-list .list-people .slick-slide > * {
    width: 280px;
    max-width: 280px;
  }
}
.partners-section .slider-list .list-people .slick-slide .list-item {
  min-height: 330px;
}
@media screen and (min-width: 360px) {
  .partners-section .slider-list .list-people .slick-slide .list-item {
    min-height: 320px;
  }
}
.partners-section .slider-list .list-people .slick-prev {
  left: -37px;
}
.partners-section .slider-list .list-people .slick-next {
  right: -37px;
}
.partners-section .slider-list .list-partners {
  margin: 0 -35px;
}
.partners-section .slider-list .list-partners .slick-slide {
  color: currentColor;
}
.partners-section .slider-list .list-partners .slick-slide > * {
  margin: 0 35px;
  width: 100px;
  max-width: 100px;
}
@media only screen and (min-width: 992px) {
  .partners-section .slider-list .list-partners .slick-slide > * {
    width: 180px;
    max-width: 180px;
  }
}
.partners-section .slider-list .list-partners .slick-next,
.partners-section .slider-list .list-partners .slick-prev {
  top: 92px;
}
.partners-section .slider-list .list-partners .slick-prev {
  left: -12px;
}
.partners-section .slider-list .list-partners .slick-next {
  right: -12px;
}
.partners-section .list-people .photo {
  width: 100%;
  height: 180px;
  margin-bottom: 31px;
  display: block;
}
.partners-section .list-people .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.partners-section .list-people .person-name {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  color: #000000;
  margin-bottom: 1em;
  padding: 0 26px;
}
@media only screen and (min-width: 360px) {
  .partners-section .list-people .person-name {
    padding: 0 34px;
  }
}
.partners-section .list-people .person-bio {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  color: #878787;
  padding: 0 26px;
}
@media only screen and (min-width: 360px) {
  .partners-section .list-people .person-bio {
    padding: 0 34px;
  }
}
.partners-section .list-people .person-description {
  position: absolute;
  color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d11241;
  display: flex;
  padding: 31px 35px 31px 45px;
  font-size: 12px;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  z-index: 0;
  transition: 0.3s ease-in-out;
}
.partners-section .list-people .person-description .name {
  text-decoration: underline;
  font-size: 16px;
  margin-bottom: 1em;
}
.partners-section .list-people .slick-slide:hover,
.partners-section .list-people .slick-slide:focus {
  outline: none !important;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.partners-section .list-people .slick-slide:hover *,
.partners-section .list-people .slick-slide:focus * {
  outline: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.partners-section .list-people .slick-slide a {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .partners-section .list-people .slick-slide > *:hover .person-description {
    opacity: 1;
    z-index: 2;
  }
}
.partners-section .list-people .slick-slide .person-description.hover {
  opacity: 1;
  z-index: 2;
}
.partners-section .list-partners .logo {
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
  border-radius: 3px;
}
@media only screen and (min-width: 992px) {
  .partners-section .list-partners .logo {
    height: 180px;
  }
}
.partners-section .list-partners .logo img {
  max-width: 46px;
}
@media only screen and (min-width: 992px) {
  .partners-section .list-partners .logo img {
    max-width: 120px;
  }
}
.partners-section .list-partners .name {
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  min-height: 32px;
}
.project-list {
  height: 420px;
  overflow: hidden;
  margin-bottom: 30px;
}
.project-list .row {
  font-size: 0;
  text-align: center;
}
.project-list .row > div {
  text-align: left;
  display: inline-block;
  float: none;
}
.group-info {
  color: #fcfefe;
  font-size: 14px;
  margin-top: 32px;
  margin-bottom: 42px;
  text-align: center;
}
.project-info .h1 {
  color: #5f5e5f;
}
.project-info .info-row {
  clear: both;
}
.project-info .info-row .info-label {
  color: #000;
  margin-right: 6px;
}
.project-info .info-row .info {
  text-align: justify;
  -moz-text-align-last: left;
  text-align-last: left;
}
.project-info .info-row p {
  font-size: inherit;
}
@media screen and (max-width: 768px) {
  .default-section .container {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .default-section,
  .secondary-section {
    min-height: 100vh;
  }
  .group-info {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 42px;
  }
  .project-info {
    padding-top: 36px;
    padding-bottom: 26px;
  }
  .project-info .h1 {
    margin-bottom: 18px;
  }
  .project-info .info-row:last-child {
    display: flex;
  }
  .project-info .info-row:last-child .info-label {
    min-width: 140px;
  }
  .project-info .info-row:last-child > div {
    display: inline-block;
    width: auto;
  }
}
@media screen and (min-width: 1400px) {
  .project-info {
    padding-top: 48px;
    padding-bottom: 56px;
    font-size: 24px;
  }
  .project-info .h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 29px;
  }
  .project-info .info-row:last-child .info-label {
    min-width: 140px;
  }
  .group-info {
    font-size: 18px;
    margin-bottom: 56px;
  }
  .secondary-scheme h2 {
    font-size: 48px;
  }
  .secondary-scheme p {
    font-size: 24px;
  }
  .secondary-scheme p + p {
    font-size: 20px;
  }
  .secondary-scheme li {
    font-size: 20px;
  }
}
.info-page {
  background-color: #fff;
  color: #404040;
}
.info-page h1 {
  font: 400 48px / 48px "Open Sans";
  margin-top: 76px;
  margin-bottom: 30px;
}
.info-page h2 {
  color: #d11241;
  font: 400 30px / 30px "Open Sans";
  text-transform: uppercase;
  margin-top: 36px;
  margin-bottom: 36px;
}
.info-page ol {
  list-style-type: none;
  counter-reset: ol-counter;
  margin-bottom: 6px;
}
.info-page ol li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
}
.info-page ol li::before {
  background-color: #040404;
  color: #fff;
  content: counter(ol-counter, decimal-leading-zero);
  counter-increment: ol-counter;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  box-sizing: content-box;
  width: 15px;
  height: 15px;
  padding: 5px;
  position: absolute;
  left: -40px;
  top: 2px;
}
.info-page hr {
  border-top: #e5e5e5 2px solid;
}
@media screen and (min-width: 768px) {
  .info-layout .top-section {
    min-height: calc(100vh - 124px);
  }
  .info-layout .top-section .top-container {
    height: 100%;
  }
}
#stupid-ico-cookie-message {
  background-color: #fff;
  color: #000;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1010;
  transition: top 1s ease;
}
#stupid-ico-cookie-message.closed {
  top: -400px;
}
#stupid-ico-cookie-message .notification {
  padding: 20px 0;
}
#stupid-ico-cookie-message p {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 1em;
}
#stupid-ico-cookie-message a {
  color: #d11241;
}
#stupid-ico-cookie-message .btn-close {
  background: #000000 repeat scroll 0 0;
  border: medium none;
  color: #fff;
  padding: 5px 9px;
  text-transform: uppercase;
}
@media only screen and (min-width: 480px) {
  #stupid-ico-cookie-message p {
    margin-bottom: 0;
    position: relative;
    top: 4px;
  }
  #stupid-ico-cookie-message .btn-close {
    float: right;
  }
}
.navbar-brand {
  background-image: url("../img/xbrand-sprite.png?v=1");
  background-attachment: scroll;
  background-repeat: no-repeat;
  height: 0;
  overflow: hidden;
  background-position: right -66px;
  display: block;
  float: right;
  margin-right: 10px;
  margin-top: 32px;
  padding: 30px 0 0;
  width: 180px;
  height: 21px;
}
@media only screen and (min-width: 495px) {
  .navbar-brand {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .navbar-brand {
    background-position: -270px 0;
    padding: 39px 0 0;
    width: 337px;
    margin: 0 auto 22px !important;
    float: none;
    position: relative;
    z-index: 1;
  }
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
