/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 100%;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #111617;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body.nav-is-open {
  overflow: hidden;
}

body.nav-is-open .header {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Rubik', sans-serif;
}

p {
  line-height: 1.5;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a:focus {
  text-decoration: none;
  outline: none;
  color: inherit;
}

strong {
  font-weight: 500;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

img {
  max-width: 100%;
}

input:focus,
select:focus {
  outline: none;
}

.outline {
  position: absolute;
  clip: rect(0px 0px 0px 0px);
  *clip: rect(0 0 0 0);
  font-size: 0;
  line-height: 0;
}

::-webkit-input-placeholder {
  opacity: 1 !important;
  color: inherit !important;
}

::-moz-placeholder {
  opacity: 1 !important;
  color: inherit !important;
}

::-ms-input-placeholder {
  opacity: 1 !important;
  color: inherit !important;
}

/**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 8;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.container {
  max-width: 1440px;
}

.header-static {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-static .container {
  max-width: 1920px;
}

.header-static .logo {
  margin: 45px 0 0 52px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-static .logo a {
  max-width: 213px;
  width: 100%;
  display: block;
}

.header-static .logo img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-static .logo .vertical-logo {
  max-width: 213px;
  width: 100%;
  visibility: visible;
}

.header-static .logo .horizontal-logo {
  max-width: 266px;
  width: 100%;
  max-height: 105px;
  opacity: 0;
  visibility: hidden;
}

.header-static .logo .mobile-logo {
  display: none;
}

.header-static .navigation-content {
  white-space: nowrap;
}

.header-static .header-lang {
  width: 120px;
  text-align: right;
  margin: 26px 72px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}

.header-static .header-lang ul li {
  display: inline-block;
  margin-right: 20px;
}

.header-static .header-lang ul li:last-child {
  margin-right: 0;
}

.header-static .header-lang ul a {
  display: block;
  min-width: 23px;
  font-weight: 300;
  color: #ffffff;
  display: block;
  position: relative;
  text-align: center;
}

.header-static .header-lang ul a:after {
  background: #048dc2;
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-static .header-lang ul a:hover {
  font-weight: 700;
}

.header-static .header-lang ul a:hover:after {
  opacity: 1;
}

.header-static .header-lang ul .active a {
  font-weight: 700;
}

.header-static .header-lang ul .active a:after {
  opacity: 1;
}

.header-static .background-nav {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 15px 10px 70px;
  margin: 84px 25px 0 0;
  float: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-static .background-nav:after {
  background: #048dc2;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  left: 15px;
  -webkit-transform: skewX(14deg);
  transform: skewX(14deg);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-static nav {
  margin-right: 25px;
}

.header-static nav li {
  display: inline-block;
  margin-right: 30px;
}

.header-static nav li:last-child {
  margin-right: 0;
}

.header-static nav li.active a:after {
  opacity: 1;
}

.header-static nav a {
  font-size: 1.5rem;
  color: #ffffff;
  text-transform: uppercase;
  position: relative;
  display: block;
}

.header-static nav a:after {
  background: #ffffff;
  width: 26px;
  height: 2px;
  display: block;
  content: "";
  margin: 0 auto;
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.header-static nav a:hover:after {
  opacity: 1;
}

.header-static .social {
  margin: 4px 25px 0 0;
}

.header-static .social li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}

.header-static .social li:first-child {
  margin-left: 0;
}

.header-static .social svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-static .social .fb-icon {
  width: 16px;
  height: 19px;
}

.header-static .social .yt-icon {
  width: 22px;
  height: 17px;
}

.header-static.is-scroll {
  background: #ffffff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
}

.header-static.is-scroll .logo {
  margin: 8px 0 0 15px;
}

.header-static.is-scroll .logo .vertical-logo {
  opacity: 0;
  visibility: hidden;
}

.header-static.is-scroll .logo .horizontal-logo {
  opacity: 1;
  visibility: visible;
}

.header-static.is-scroll .header-lang {
  right: 96%;
  margin: 47px 0 0 0;
}

.header-static.is-scroll .header-lang ul a {
  color: #131e42;
}

.header-static.is-scroll .background-nav {
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 0 0 0 17px;
}

.header-static.is-scroll .background-nav:after {
  background: none;
}

.header-static.is-scroll nav a {
  color: #131e42;
}

.header-static.is-scroll nav a:after {
  background: #048dc2;
  width: calc(100% + 20px);
  height: calc(100% + 15px);
  top: 50%;
  right: 0;
  left: -6px;
  -webkit-transform: skewX(14deg) translateY(-50%);
  transform: skewX(14deg) translateY(-50%);
  z-index: -1;
}

.header-static.is-scroll nav a:hover {
  color: #ffffff;
}

.header-static.is-scroll nav li.active a {
  color: #ffffff;
}

.header-static.is-scroll .social svg {
  fill: #048dc2;
}

.header-static.is-scroll .buy-ticket {
  background: #131e42;
  color: #ffffff;
  border-color: #131e42;
}

.header-static.is-scroll .buy-ticket:hover {
  background: #ffffff;
  color: #131e42;
}

.buy-ticket {
  background: #ffffff;
  width: 170px;
  height: 48px;
  font-size: 1.8rem;
  color: #131e42;
  display: block;
  line-height: 44px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px #ffffff solid;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.buy-ticket:hover {
  background: none;
  color: #ffffff;
}

.hamburger {
  width: 35px;
  height: 29px;
  padding: 4px;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  position: absolute;
  top: 26px;
  right: 15px;
  z-index: 2;
  display: none;
}

.hamburger:hover {
  cursor: pointer;
}

.hamburger .menu-bar {
  position: absolute;
  border-radius: 2px;
  width: 80%;
  transition: .5s;
  -webkit-transition: .5s;
}

.hamburger .menu-bar-top {
  border: 3px solid #ffffff;
  border-bottom: none;
  top: 0;
}

.hamburger .menu-bar-middle {
  height: 3px;
  background-color: #ffffff;
  margin-top: 4px;
  margin-bottom: 7px;
  top: 4px;
}

.hamburger .menu-bar-bottom {
  border: 3px solid #ffffff;
  border-top: none;
  top: 16px;
}

.nav-mobile-open {
  top: 29px;
}

.nav-mobile-open .menu-bar-top {
  transform: rotate(45deg) translate(8px, 8px);
  -webkit-transform: rotate(45deg) translate(8px, 8px);
  transition: .5s;
  -webkit-transition: .5s;
  border-color: #048dc2;
}

.nav-mobile-open .menu-bar-middle {
  transform: translate(230px);
  -webkit-transform: translate(230px);
  transition: .1s ease-in;
  -webkit-transition: .1s ease-in;
  opacity: 0;
}

.nav-mobile-open .menu-bar-bottom {
  transform: rotate(-45deg) translate(8px, -7px);
  -webkit-transform: rotate(-45deg) translate(8px, -7px);
  transition: .5s;
  -webkit-transition: .5s;
  border-color: #048dc2;
  top: 22px;
}

.blue {
  color: #048dc2;
}

section {
  overflow: hidden;
}

.landing-home {
  position: relative;
  z-index: 1;
}

.landing-home .container {
  max-width: 100%;
}

.landing-home .col-lg-5 {
  background: #ffffff;
  margin-right: -1px;
  z-index: 2;
}

.landing-home .col-lg-7 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.landing-home .col-lg-7:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 1px;
  content: '';
  border-style: solid;
  border-width: 100rem 100px 0 0;
  border-color: transparent #ffffff transparent transparent;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: 2;
}

.landing-home .col {
  min-height: 960px;
  position: relative;
}

.landing-home .col.min-height-none {
  min-height: 0;
  z-index: 2;
}

.landing-home .video-position {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.landing-home video {
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
}

.landing-home .heading {
  position: absolute;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.landing-home h2 {
  font-style: italic;
  font-size: 6rem;
  color: #131e42;
}

.landing-home h2 span {
  color: #048dc2;
}

.landing-home h3 {
  font-weight: 400;
  font-size: 3.3rem;
  color: #131e42;
  margin-top: 10px;
}

.sponsors-box-landing {
  position: absolute;
  bottom: 83px;
  left: 59px;
}

.sponsors-box-landing .sponsor-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 42px;
}

.sponsors-box-landing .sponsor-item:last-child {
  margin-right: 0;
}

.sponsors-box-landing p {
  font-size: 1.2rem;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 25px;
}

.sponsors-box-landing img,
.sponsors-box-landing svg {
  display: inline-block;
  vertical-align: middle;
}

.date-event-landing {
  position: absolute;
  top: 59.5%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
  color: #ffffff;
}

.date-event-landing .date {
  font-weight: 500;
  font-size: 9.9rem;
}

.date-event-landing .place {
  font-weight: 300;
  font-size: 3.8rem;
  margin-top: -12px;
}

.date-event-landing .counter {
  margin-top: 100px;
}

.date-event-landing .counter .unit {
  background: rgba(4, 141, 194, 0.1);
  width: 100px;
  height: 100px;
  display: inline-block;
  font-weight: 500;
  font-size: 5.5rem;
  position: relative;
  line-height: 1;
  margin-right: 12px;
}

.date-event-landing .counter .unit .number {
  margin-top: 13px;
  display: block;
}

.date-event-landing .counter .unit .entity {
  font-weight: 300;
  font-size: 1.6rem;
  display: block;
  margin-top: 2px;
  line-height: 1;
}

.date-event-landing .counter #days {
  background: #048dc2;
}

.date-event-landing .unit-text {
  display: none;
}

.mouse-down {
  position: absolute;
  right: 0;
  bottom: 42px;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
  -webkit-animation: mouse-down 1.5s linear infinite;
  animation: mouse-down 1.5s linear infinite;
  cursor: pointer;
}

@-webkit-keyframes mouse-down {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: -10px;
  }
  100% {
    margin-bottom: 0;
  }
}

@keyframes mouse-down {
  0% {
    margin-bottom: 0;
  }
  50% {
    margin-bottom: -10px;
  }
  100% {
    margin-bottom: 0;
  }
}

.about-event-section {
  overflow: hidden;
}

.about-event-section .container-fluid {
  padding: 0;
}

.about-event-section .container-fluid .row {
  margin: 0;
}

.about-event-section .container-fluid .row .col-lg-6 {
  padding: 0;
}

.about-event-section .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  right: calc(17.3% - 100px);
}

.about-event-section .image:before {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  left: 1px;
  content: '';
  border-style: solid;
  border-width: 100vh 0 0 100px;
  border-color: transparent transparent transparent #ffffff;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: 2;
}

.about-event-section .desc {
  max-width: 860px;
  width: 100%;
  margin: 110px 0;
  padding: 0 50px 0 50px;
}

.about-event-section h2 {
  font-weight: 700;
  font-style: italic;
  font-size: 3.8rem;
  color: #131e42;
  margin-bottom: 15px;
}

.about-event-section p {
  margin-bottom: 25px;
}

.about-event-section p:last-child {
  margin-bottom: 0;
}

.icons-section {
  background: #fbfbfb;
  padding: 105px 0;
}

.icons-section .icon-item {
  color: #131e42;
  position: relative;
  padding-left: 145px;
}

.icons-section .icon {
  width: 135px;
  height: 135px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icons-section .icon img {
  max-width: 80%;
  max-height: 70%;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icons-section .num {
  font-size: 6rem;
  line-height: 1;
}

.icons-section .num.plus:before {
  content: "+";
  display: inline-block;
}

.icons-section .text {
  font-weight: 300;
  font-size: 3.2rem;
  line-height: 1;
  margin-top: 3px;
}

.previous-editions-section {
  text-align: center;
  overflow: hidden;
  padding: 80px 0;
}

.previous-editions-section h2 {
  font-weight: 500;
  font-style: italic;
  font-size: 2.8rem;
  color: #131e42;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 35px;
  vertical-align: middle;
}

.btn-blue-skew {
  width: 280px;
  font-weight: 500;
  font-style: italic;
  font-size: 1.7rem;
  color: #242e4e;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  padding: 10px 40px;
  margin-right: 15px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

.btn-blue-skew:last-child {
  margin-right: 0;
}

.btn-blue-skew:before {
  background: #fbfbfb;
  width: 280px;
  height: 54px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 52%;
  -webkit-transform: skewX(-14deg) translateY(-50%) translateX(50%);
  transform: skewX(-14deg) translateY(-50%) translateX(50%);
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-blue-skew:hover {
  color: #ffffff;
}

.btn-blue-skew:hover:before {
  background: #048dc2;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
}

.gallery-width-100 img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-width-100 .swiper-button-prev,
.gallery-width-100 .swiper-button-next {
  position: absolute;
  top: 50%;
}

.gallery-width-100 .swiper-slide {
  overflow: hidden;
}

.gallery-width-100 .swiper-slide:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.dark-blue-navigation .swiper-button-prev,
.dark-blue-navigation .swiper-button-next {
  background-image: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/arrow-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-color: rgba(19, 30, 66, 0.9);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark-blue-navigation .swiper-button-prev:hover,
.dark-blue-navigation .swiper-button-next:hover {
  background-color: #131e42;
}

.dark-blue-navigation .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 5%;
}

.dark-blue-navigation .swiper-button-next {
  right: 5%;
}

.blue-navigation .swiper-button-prev,
.blue-navigation .swiper-button-next {
  background-image: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/arrow-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-color: #048dc2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blue-navigation .swiper-button-prev:hover,
.blue-navigation .swiper-button-next:hover {
  background-color: #131e42;
}

.blue-navigation .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 5%;
}

.blue-navigation .swiper-button-next {
  right: 5%;
}

.heading-section {
  font-weight: 500;
  font-style: italic;
  font-size: 3.8rem;
  color: #131e42;
  text-transform: uppercase;
  text-align: center;
}

.heading-section:first-child {
  margin-top: 80px;
}

.heading-section .swiper-container-outer {
  display: inline-block;
  position: relative;
}

.news-section {
  padding-bottom: 85px;
}

.news-section .swiper-container {
  max-width: 80%;
  width: 100%;
  margin: 60px auto 0 auto;
}

.news-section .swiper-button-prev,
.news-section .swiper-button-next {
  top: calc(50% - 45px);
}

.news-item {
  max-width: 460px;
  width: calc(100% - 65px);
  display: block;
  text-align: right;
  margin: 0 auto;
  cursor: pointer;
}

.news-item .image {
  height: 280px;
  -webkit-transform: skewX(7deg);
  transform: skewX(7deg);
  overflow: hidden;
  position: relative;
}

.news-item .image:before {
  background: #048dc2;
  width: 5px;
  height: 100%;
  display: block;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  z-index: 2;
}

.news-item .image:after {
  background: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/arrow-hover.svg) center center no-repeat;
  width: 21px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  display: block;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.news-item .image-outer {
  position: relative;
}

.news-item .image-outer:before {
  background: #048dc2;
  width: 25px;
  height: 40px;
  display: block;
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  -webkit-transform: skewX(-7deg);
  transform: skewX(-7deg);
}

.news-item .image-inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  -webkit-transform: skewX(-7deg);
  transform: skewX(-7deg);
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  left: -25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-item .date {
  font-weight: 500;
  font-size: 1.6rem;
  color: #131e42;
  line-height: 1;
  margin-top: 25px;
}

.news-item h3 {
  max-width: 340px;
  width: 100%;
  font-weight: 300;
  font-size: 2.8rem;
  color: #131e42;
  display: inline-block;
  margin-top: 16px;
}

.news-item:hover .image:before {
  width: 120px;
}

.news-item:hover .image:after {
  left: 48px;
  opacity: 1;
}

.news-item:hover .image-inner {
  -webkit-transform: skewX(-7deg) scale(1.1);
  transform: skewX(-7deg) scale(1.1);
}

.swiper-pagination {
  position: relative;
  margin-top: 45px;
}

.swiper-pagination .swiper-pagination-bullet {
  background: #f5f5f5;
  width: 50px;
  height: 4px;
  border-radius: 0;
  margin: 0 7px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.swiper-pagination .swiper-pagination-bullet:hover {
  background: #048dc2;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #048dc2;
}

.be-speaker-section {
  background: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/be-speaker-bg.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  padding-bottom: 100px;
}

.be-speaker-section .heading-section {
  color: #ffffff;
  margin-top: 100px;
}

.be-speaker-section p {
  font-size: 1.8rem;
  margin-top: 30px;
}

.be-speaker-section form {
  max-width: 420px;
  width: 100%;
  margin: 45px auto 0 auto;
}

.type-form {
  position: relative;
  text-align: right;
  margin-bottom: 18px;
}

.type-form .text {
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.8rem;
}

.radio-text-button {
  display: inline-block;
  margin-left: 15px;
}

.radio-text-button input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.radio-text-button label {
  background: #ffffff;
  width: 162px;
  height: 60px;
  border: 4px #ffffff solid;
  display: block;
  border-radius: 7px;
  display: block;
  line-height: 52px;
  font-size: 1.8rem;
  font-weight: 300;
  font-style: italic;
  color: #131e42;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.radio-text-button label:hover {
  border-color: #048dc2;
}

.radio-text-button input:checked + label {
  border-color: #048dc2;
  font-weight: 500;
}

.input-white {
  background: #ffffff;
  width: 100%;
  height: 60px;
  display: block;
  border-radius: 7px;
  border: none;
  font-size: 1.8rem;
  font-weight: 300;
  font-style: italic;
  color: #131e42;
  padding: 0 27px;
  margin-bottom: 18px;
}

.textarea-white {
  background: #ffffff;
  width: 100%;
  height: 120px;
  min-height: 120px;
  max-height: 120px;
  display: block;
  border-radius: 7px;
  border: none;
  font-size: 1.8rem;
  font-weight: 300;
  font-style: italic;
  color: #131e42;
  padding: 15px 27px;
  margin-bottom: 18px;
}

.btn-blue {
  background: #048dc2;
  width: 100%;
  height: 53px;
  display: block;
  border: none;
  padding: 0 15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  font-weight: 500;
  font-style: italic;
  font-size: 1.7rem;
  border: 2px #048dc2 solid;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-blue:hover {
  background: #ffffff;
  color: #048dc2;
}

.btn-dark-blue {
  background: #131e42;
  width: 100%;
  height: 53px;
  display: block;
  border: none;
  padding: 0 15px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
  font-weight: 500;
  font-style: italic;
  font-size: 1.7rem;
  color: #ffffff;
  line-height: 51px;
  border: 2px #131e42 solid;
}

.btn-dark-blue:hover,
.btn-dark-blue:focus {
  background: #ffffff;
  color: #131e42;
}

.speakers-section {
  background: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/speakers-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #ffffff;
  padding-bottom: 95px;
}

.speakers-section .heading-section {
  color: #ffffff;
  margin-top: 105px;
}

.speakers-section .container {
  max-width: 1650px;
}

.speaker-item {
  max-width: 200px;
  display: block;
  text-align: right;
  margin: 100px auto 0 auto;
  cursor: pointer;
}

.speaker-item .image {
  height: 280px;
  -webkit-transform: skewX(-7deg);
  transform: skewX(-7deg);
  overflow: hidden;
  position: relative;
}

.speaker-item .image:before {
  background: #048dc2;
  width: 5px;
  height: 100%;
  display: block;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.speaker-item .image:after {
  background: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/arrow-hover.svg) center center no-repeat;
  width: 21px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  display: block;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.speaker-item .image-outer {
  position: relative;
}

.speaker-item .image-outer:before {
  background: #048dc2;
  width: 25px;
  height: 40px;
  display: block;
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0;
  -webkit-transform: skewX(7deg);
  transform: skewX(7deg);
}

.speaker-item .image-inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  -webkit-transform: skewX(7deg);
  transform: skewX(7deg);
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  left: -25px;
}

.speaker-item h3 {
  width: 100%;
  font-weight: 500;
  font-size: 2.5rem;
  display: block;
  margin-top: 16px;
  margin-left: -14px;
}

.speaker-item .comp {
  font-style: italic;
  font-size: 1.8rem;
  line-height: 1;
  display: block;
  margin-right: 14px;
}

.speaker-item:hover .image:before {
  width: 60px;
}

.speaker-item:hover .image:after {
  right: 20px;
  opacity: 1;
}

.summit-section {
  padding-bottom: 30px;
}

.summit-section .container {
  max-width: 1520px;
}

.summit-section .date {
  font-weight: 500;
  font-style: italic;
  font-size: 2.2rem;
  color: #131e42;
  text-align: center;
  margin-top: 8px;
}

.summit-wrapper {
  margin-top: 60px;
  padding-left: 40px;
}

.summit-step-intro {
  position: relative;
}

.hours-label {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hours-label:before {
  background: #131e42;
  width: 25px;
  height: 33px;
  display: block;
  content: "";
  position: absolute;
  bottom: -12px;
  left: -34px;
  z-index: -1;
  -webkit-transform: skewX(18deg);
  transform: skewX(18deg);
}

.hours-label:after {
  background: #048dc2;
  width: 172px;
  height: 52px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) skewX(-7deg);
  transform: translateY(-50%) skewX(-7deg);
  left: -26px;
  z-index: -1;
}

.hours-label p {
  font-weight: 500;
  font-size: 1.8rem;
  color: #ffffff;
}

.hours-label.dark-blue:before {
  background: #048dc2;
}

.hours-label.dark-blue:after {
  background: #131e42;
}

.summit-intro-text {
  background: #f8f8f8;
  margin-left: 205px;
  text-align: center;
  padding: 35px 0;
  border-radius: 7px;
}

.summit-intro-text p {
  font-weight: 500;
  font-size: 2.2rem;
  color: #131e42;
  text-transform: uppercase;
}

.room-row {
  margin: 30px 0 20px 220px;
}

.room-row p {
  font-size: 2.7rem;
  color: #131e42;
  text-transform: uppercase;
  margin-left: -3px;
}

.room-row .col-6:nth-child(2) p {
  margin-left: 15px;
}

.events-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-left: 220px;
  margin-bottom: 20px;
}

.events-row .event-info {
  margin-right: 44px;
}

.events-row .event-info:last-child {
  margin-right: 0;
}

.event-info {
  width: calc(33% - 28px);
  min-height: 105px;
  position: relative;
  padding: 10px;
  cursor: pointer;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.event-info .avatar {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70px;
  height: 85px;
  overflow: hidden;
  border-radius: 7px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.event-info .desc {
  padding-left: 85px;
}

.event-info h4 {
  font-weight: 400;
  font-size: 1.6rem;
  color: #131e42;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.event-info p {
  font-weight: 500;
  font-style: italic;
  font-size: 1.8rem;
  color: #048dc2;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.event-info:hover {
  background: #048dc2;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.event-info:hover h4 {
  color: #ffffff;
}

.event-info:hover p {
  color: #ffffff;
}

.summit-finish {
  background: #048dc2;
  height: 100px;
  position: relative;
  -webkit-transform: skewX(-14deg);
  transform: skewX(-14deg);
  padding: 15px 15px 15px 350px;
  margin: 60px 15px 0 -12px;
}

.summit-finish .hours-label {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
}

.summit-finish .hours-label:before {
  background: #048dc2;
  width: 40px;
  height: 35px;
  -webkit-transform: skewX(34deg);
  transform: skewX(34deg);
  left: -12px;
  bottom: 0;
}

.summit-finish .hours-label:after {
  width: 300px;
  background: #131e42;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: skewX(0);
  transform: skewX(0);
}

.summit-finish .hours-label p {
  width: 300px;
  font-size: 2.2rem;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.summit-finish h4 {
  font-weight: 500;
  font-size: 2.2rem;
  color: #ffffff;
  -webkit-transform: skewX(14deg);
  transform: skewX(14deg);
  margin-top: 20px;
}

.workshops-section {
  padding-bottom: 60px;
}

.workshops-section .swiper-container {
  max-width: 80%;
  width: 100%;
  margin: 50px auto 0 auto;
}

.workshops-section .swiper-button-prev,
.workshops-section .swiper-button-next {
  top: calc(50% - 105px);
}

.workshops-section .date {
  font-weight: 500;
  font-style: italic;
  font-size: 2.2rem;
  color: #131e42;
  text-align: center;
  margin-top: 8px;
}

.workshop-item {
  max-width: 460px;
  width: calc(100% - 65px);
  margin: 0 auto;
  color: #131e42;
  cursor: pointer;
}

.workshop-item .image {
  height: 280px;
  -webkit-transform: skewX(-7deg);
  transform: skewX(-7deg);
  overflow: hidden;
  position: relative;
}

.workshop-item .image:before {
  background: #048dc2;
  width: 5px;
  height: 100%;
  display: block;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.workshop-item .image:after {
  background: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/arrow-hover.svg) center center no-repeat;
  width: 21px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
  display: block;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.workshop-item .image-outer {
  position: relative;
}

.workshop-item .image-outer:before {
  background: #048dc2;
  width: 25px;
  height: 40px;
  display: block;
  content: "";
  position: absolute;
  left: -20px;
  bottom: 0;
  -webkit-transform: skewX(7deg);
  transform: skewX(7deg);
}

.workshop-item .image-inner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  -webkit-transform: skewX(7deg);
  transform: skewX(7deg);
  position: absolute;
  top: 0;
  right: -25px;
  bottom: 0;
  left: -25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.workshop-item .desc {
  margin-top: 30px;
}

.workshop-item .name {
  font-weight: 500;
  font-size: 2.2rem;
}

.workshop-item .title-workshops {
  font-weight: 300;
  font-size: 2.8rem;
  text-transform: uppercase;
  margin-top: 2px;
}

.workshop-item .date-icon {
  font-size: 1.7rem;
  display: block;
  position: relative;
  padding-left: 42px;
  margin-top: 10px;
}

.workshop-item .date-icon:before {
  background: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/calendar.svg) center center no-repeat;
  background-size: cover;
  width: 26px;
  height: 26px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.workshop-item .hours-icon {
  font-size: 1.7rem;
  display: block;
  padding-left: 42px;
  position: relative;
  margin-top: 20px;
}

.workshop-item .hours-icon:before {
  background: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/clock.svg) center center no-repeat;
  width: 29px;
  height: 29px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.workshop-item .btn-blue-small {
  margin-top: 34px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.workshop-item:hover .image:before {
  width: 100px;
}

.workshop-item:hover .image:after {
  right: 35px;
  opacity: 1;
}

.workshop-item:hover .image-inner {
  -webkit-transform: skewX(7deg) scale(1.1);
  transform: skewX(7deg) scale(1.1);
}

.workshop-item:hover .btn-blue-small {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.btn-blue-small {
  background: #048dc2;
  font-weight: 500;
  font-style: italic;
  font-size: 1.7rem;
  color: #ffffff;
  padding: 17px 15px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 7px;
  border: 2px #048dc2 solid;
}

.btn-blue-small:hover,
.btn-blue-small:focus {
  background: #ffffff;
  color: #048dc2;
}

.sponsors-banner {
  background: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/sponsors-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.sponsors-banner .heading-section {
  color: #ffffff;
  margin: 110px 0 195px 0;
}

.sponsors-section {
  background: #fbfbfb;
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
}

.sponsors-section .container {
  max-width: 900px;
}

.sponsors-section p {
  font-weight: 500;
  font-style: italic;
  font-size: 1.4rem;
  color: #131e42;
  margin: 35px 0 50px 20px;
}

.platinum-sponsors {
  margin-top: -100px;
}

.platinum-sponsors .platinum-sponsor {
  width: calc(50% - 50px);
  float: left;
}

.platinum-sponsors .platinum-sponsor:nth-child(2) {
  margin-left: 100px;
}

.platinum-sponsors .platinum-sponsor .logo-item {
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 200px;
  border-radius: 7px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.platinum-sponsors .platinum-sponsor .logo-item:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.sponsors-row {
  clear: both;
}

.sponsors-row .sponsors-logo {
  background: #ffffff;
  min-height: 140px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 15px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 7px;
}

.sponsors-row .sponsors-logo img {
  margin: 0 3px;
  max-height: 140px;
  vertical-align: middle;
}

.sponsors-row .sponsors-logo:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.place-section {
  background: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/place-bg.jpg) center center no-repeat;
  background-size: cover;
  color: #ffffff;
  padding: 50px 0;
}

.place-section .image {
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.place-section .desc {
  text-align: center;
  margin-top: 30px;
}

.place-section h2 {
  font-weight: 500;
  font-style: italic;
  font-size: 3.4rem;
}

.place-section p {
  font-weight: 300;
  font-style: italic;
  font-size: 2rem;
}

.place-section img {
  display: block;
}

.place-section .btn-blue-skew {
  width: 340px;
  color: #ffffff;
  text-transform: none;
  margin-top: 35px;
  z-index: 2;
}

.place-section .btn-blue-skew:before {
  background: #048dc2;
}

.place-section .btn-blue-skew:hover {
  color: #048dc2;
}

.place-section .btn-blue-skew:hover:before {
  background: #ffffff;
}

.contact-section {
  background: #fbfbfb url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/contact-bg.png) right center no-repeat;
  background-size: cover;
  padding-bottom: 120px;
}

.contact-section .heading-section {
  margin-bottom: 30px;
}

.contact-section p {
  font-size: 1.8rem;
  text-align: center;
}

.contact-section .small-text-form {
  font-style: italic;
  font-size: 1.4rem;
  margin: 28px 0;
}

.contact-section .btn-blue {
  margin-top: 35px;
}

.contact-section .btn-dark-blue {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.contact-form {
  max-width: 420px;
  width: 100%;
  margin: 45px auto 0 auto;
}

.input-grey {
  background: #ebebeb;
  color: #131e42;
}

.textarea-grey {
  background: #ebebeb;
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  color: #131e42;
}

.ui.dropdown.grey {
  background: #ebebeb;
  min-width: 0;
  width: 100%;
  height: 60px;
  display: block;
  border-radius: 7px;
  border: none;
  font-size: 1.8rem;
  font-weight: 300;
  font-style: italic;
  color: #131e42;
  line-height: 60px;
  padding: 0 27px;
  margin-bottom: 18px;
}

.ui.selection.dropdown > .delete.icon,
.ui.selection.dropdown > .dropdown.icon,
.ui.selection.dropdown > .search.icon {
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  opacity: 1;
  margin: 0;
}

.ui.selection.active.dropdown:hover .menu {
  border-color: #ebebeb;
}

.ui.dropdown .menu > .item {
  font-size: 1.4rem;
}

.ui.selection.active.dropdown .menu {
  border: 1px #ebebeb solid;
}

.ui.default.dropdown:not(.button) > .text,
.ui.dropdown:not(.button) > .default.text {
  color: #131e42;
}

.ui.selection.dropdown .menu > .item {
  padding: 10px 27px !important;
}

.organizers-section {
  padding: 65px 0;
}

.organizers-section h2 {
  font-weight: 500;
  font-style: italic;
  font-size: 2.8rem;
  color: #131e42;
  text-transform: uppercase;
}

.organizer-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.organizer-item .image {
  width: 140px;
  height: 160px;
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  overflow: hidden;
  position: relative;
}

.organizer-item .image:before {
  background: #048dc2;
  width: 8px;
  height: 100%;
  display: block;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.organizer-item .image-outer {
  position: relative;
  width: 140px;
}

.organizer-item .image-outer:before {
  background: #048dc2;
  width: 25px;
  height: 40px;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: -18px;
  -webkit-transform: skewX(15deg);
  transform: skewX(15deg);
}

.organizer-item .image-inner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  -webkit-transform: skewX(10deg);
  transform: skewX(10deg);
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 0;
  left: -15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.organizer-item .desc {
  margin-left: 40px;
}

.organizer-item h3 {
  width: 100%;
  font-weight: 500;
  font-style: italic;
  font-size: 3.2rem;
  color: #131e42;
}

.organizer-item h4 {
  width: 100%;
  font-weight: 500;
  font-style: italic;
  font-size: 2.2rem;
  color: #048dc2;
}

.organizer-item:hover .image-inner {
  -webkit-transform: skewX(10deg) scale(1.1);
  transform: skewX(10deg) scale(1.1);
}

.ui.dimmer {
  background: rgba(19, 30, 66, 0.95);
}

.ui.modal {
  max-width: 970px;
  width: 100%;
}

.ui.modal > .close {
  background: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/close.svg) center center no-repeat #048dc2;
  background-size: 16px auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  display: block;
  padding: 0;
  opacity: 1;
}

.ui.modal > .icon:first-child + *,
.ui.modal > :first-child:not(.icon) {
  border-radius: 50%;
}

.modals.dimmer .ui.scrolling.modal {
  margin: 35px auto !important;
}

.ui.modal {
  border-radius: 10px;
  margin: 35px auto !important;
  position: relative;
}

.ui.modal .header-picture {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 315px;
  position: relative;
  overflow: hidden;
  border-radius: 7px 7px 0 0;
}

.ui.modal .header-picture:before {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -5px;
  content: '';
  border-style: solid;
  border-width: 50px 100vw 0 0;
  border-color: transparent #ffffff transparent transparent;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: 2;
}

.ui.modal .header-picture .cat-skew {
  width: 185px;
  position: absolute;
  bottom: 32px;
  left: 100px;
  z-index: 2;
  text-transform: none;
  font-weight: 400;
  font-size: 2.2rem;
  color: #ffffff;
  padding: 0;
}

.ui.modal .header-picture .cat-skew:before {
  background: #048dc2;
  width: 185px;
  height: 53px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.ui.modal > .content {
  max-width: 805px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 55px;
}

.ui.modal .date {
  font-weight: 500;
  font-size: 1.6rem;
  color: #131e42;
  margin-top: -5px;
}

.ui.modal .title {
  font-weight: 300;
  font-size: 3.2rem;
  color: #131e42;
  margin-top: 5px;
  margin-left: -2px;
}

.ui.modal p {
  font-size: 1.6rem;
  margin-top: 25px;
}

.ui.modal .speaker-item {
  width: 200px;
  position: absolute;
  top: 40px;
  left: -95px;
  margin-top: 0;
  cursor: auto;
}

.ui.modal .speaker-item:hover .image:before {
  width: 5px;
}

.ui.modal .speaker-item:hover .image:after {
  content: none;
}

.ui.modal .linkedin {
  font-style: italic;
  font-size: 1.5rem;
  color: #131e42;
  display: inline-block;
  padding-left: 35px;
  position: relative;
}

.ui.modal .linkedin:before {
  background: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/linkedin.svg) center center no-repeat;
  width: 27px;
  height: 27px;
  display: block;
  content: "";
  position: absolute;
  top: 46%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui.modal .linkedin:hover {
  color: #048dc2;
}

.ui.modal .name {
  font-weight: 500;
  font-size: 3.6rem;
  color: #131e42;
}

.ui.modal .title-2 {
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 4px;
}

.ui.modal .event-bar {
  position: relative;
  margin-bottom: 35px;
  margin-left: 40px;
}

.ui.modal .hours-label {
  width: 170px;
  position: relative;
  display: inline-block;
}

.ui.modal .hours-label:before {
  bottom: -13px;
}

.ui.modal .hours-label:after {
  width: 170px;
  height: 57px;
}

.ui.modal .hours-label p {
  margin: 0;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.ui.modal .place {
  width: 112px;
  margin-left: -3px;
}

.ui.modal .place:before {
  content: none;
}

.ui.modal .place:after {
  width: 112px;
}

.ui.modal .date-icon {
  font-size: 1.7rem;
  color: #131e42;
  display: inline-block;
  position: relative;
  padding-left: 42px;
  margin: 0;
  position: relative;
  top: -15px;
}

.ui.modal .date-icon:before {
  background: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/calendar.svg) center center no-repeat;
  width: 26px;
  height: 26px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui.modal .time-icon {
  font-size: 1.7rem;
  color: #131e42;
  display: block;
  position: relative;
  padding-left: 42px;
  margin: 0;
  position: relative;
  top: -15px;
  margin-top: 18px;
}

.ui.modal .time-icon:before {
  background: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/clock.svg) center center no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ui.modal .btn-blue-small {
  font-size: 1.4rem;
  padding: 16px 25px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin-top: 45px;
}

.ui.modal .comp {
  font-style: italic;
  font-size: 2.2rem;
  color: #131e42;
  margin-top: 0;
}

.ui.modal.speaker-modal .desc {
  max-width: 720px;
  width: 100%;
  margin-top: 80px;
  padding-left: 75px;
  margin-bottom: 15px;
}

.ui.modal.event-modal .desc {
  width: 100%;
  margin-top: 80px;
  padding-left: 75px;
}

.ui.modal.event-modal .comp {
  font-style: italic;
  font-size: 2.2rem;
  color: #131e42;
  margin-top: 0;
}

.ui.modal.workshop-modal .content {
  max-width: 630px;
  margin-top: 35px;
}

.ui.modal.workshop-modal .header-picture:before {
  border-width: 50px 970px 0 0;
  bottom: 0;
}

.ui.modal.workshop-modal .speaker-item {
  left: auto;
  top: 58px;
  right: 100px;
  z-index: 3;
}

.header-minify {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  position: relative;
  z-index: 2;
}

.header-minify .logo {
  max-width: 270px;
}

.header-minify h3 {
  font-weight: 400;
  font-size: 2.5rem;
  color: #131e42;
  text-align: center;
}

.header-minify .back-to {
  background: #fbfbfb;
  width: 280px;
  height: 56px;
  font-size: 1.3rem;
  color: #131e42;
  text-align: right;
  display: block;
  float: right;
  border-radius: 50px;
  line-height: 56px;
  text-align: center;
}

.header-minify .back-to svg {
  width: 18px;
  height: 14px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 15px;
  vertical-align: middle;
}

.header-minify .back-to svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-minify .back-to:hover {
  background: #131e42;
  color: #ffffff;
}

.header-minify .back-to:hover svg path {
  fill: #ffffff;
}

.oferts-section {
  background: #fbfbfb;
  color: #131e42;
  position: relative;
  z-index: 3;
  overflow: visible;
}

.oferts-section h3 {
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 60px;
}

.oferts-section .price {
  font-size: 1.6rem;
  margin-top: 3px;
}

.oferts-section .price strong {
  font-size: 2.4rem;
  color: #048dc2;
  margin-left: 6px;
}

.oferts-section .btn-blue {
  width: 158px;
  height: 44px;
  padding: 0;
  font-size: 1.4rem;
}

.ticket-content {
  background: #ffffff;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ticket-content:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.ticket-content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ticket-box {
  width: 100%;
  margin: 0 -15px;
  border-bottom: 1px #ebebeb solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 40px 27px 40px;
}

.ticket-box .ticket-img {
  max-width: 260px;
  width: 100%;
  float: left;
  margin-left: -15px;
}

.ticket-box .desc {
  width: calc(100% - 245px);
  float: left;
  text-align: left;
}

.ticket-box h4 {
  font-weight: 500;
  font-size: 2.4rem;
}

.date-icon {
  font-size: 1.7rem;
  color: #131e42;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  position: relative;
  margin-top: 10px;
}

.date-icon:before {
  background: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/calendar.svg) center center no-repeat;
  width: 22px;
  height: 22px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.time-icon {
  font-size: 1.7rem;
  color: #131e42;
  display: block;
  position: relative;
  padding-left: 40px;
  margin: 8px 0 0 0;
  position: relative;
}

.time-icon:before {
  background: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/clock.svg) center center no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.place-icon {
  font-size: 1.7rem;
  color: #131e42;
  display: block;
  position: relative;
  padding-left: 40px;
  margin: 8px 0 0 0;
  position: relative;
}

.place-icon:before {
  background: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/people-icon.svg) center center no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  content: "";
  position: absolute;
  top: 52%;
  left: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.addition-box {
  width: 50%;
  padding: 20px 40px 20px 40px;
  border-right: 1px #ebebeb solid;
}

.addition-box:nth-child(2n) {
  border-right: none;
}

.addition-box p {
  font-size: 2rem;
}

.addition-box .title {
  float: left;
  text-transform: uppercase;
}

.addition-box .price {
  font-size: 2rem;
  float: right;
  font-weight: 500;
}

.addition-box img {
  width: 100%;
  display: block;
}

.addition-box .ui.dropdown.grey {
  height: 44px;
  line-height: 48px;
  padding: 0 22px;
}

.addition-box .ui.dropdown.grey .dropdown.icon {
  right: 20px;
}

.number-ticket {
  width: 100%;
  border-top: 1px #ebebeb solid;
  margin: 0 40px;
  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;
  margin-top: 30px;
  padding: 25px 0 30px 0;
}

.number-ticket p {
  margin-right: 12px;
}

.number-ticket .quantity {
  margin-right: 12px;
}

.quantity {
  width: 93px;
  height: 44px;
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.quantity input {
  background: #ebebeb;
  width: 93px;
  height: 44px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 27px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 44px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  width: 40px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-up:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #131e42;
  display: block;
  content: "";
  position: absolute;
  top: 70%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.quantity-button.quantity-down:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #131e42;
  display: block;
  content: "";
  position: absolute;
  top: 9%;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.workshops-list {
  background: #ffffff;
  overflow: hidden;
  padding: 0 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 7px;
}

.workshops-list .btn-blue {
  float: right;
  margin: 22px 0 30px 0;
}

.workshops-list:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.workshop-item-basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px #ebebeb solid;
  padding: 13px 3px 15px 3px;
}

.workshop-item-basket .wib-l {
  width: calc(100% - 150px);
}

.workshop-item-basket .wib-r {
  width: 150px;
  text-align: right;
  margin-top: -3px;
}

.workshop-item-basket .name {
  font-size: 2.4rem;
  margin-bottom: 4px;
}

.workshop-item-basket .quantity {
  float: right;
  margin-top: 16px;
}

.summary-basket {
  text-align: right;
  margin: 60px 0 80px 0;
}

.summary-basket .price {
  display: inline-block;
  font-size: 2rem;
  vertical-align: middle;
  margin-right: 32px;
}

.summary-basket .price strong {
  font-size: 2.5rem;
  color: #131e42;
}

.summary-basket .btn-dark-blue {
  width: 240px;
  height: 52px;
  font-weight: 500;
  font-size: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  border-radius: 40px;
  display: inline-block;
  vertical-align: middle;
}

.footer {
  background: #131e42;
  color: #ffffff;
  padding: 40px 0 30px 0;
  position: relative;
}

.footer .logo-footer {
  position: relative;
}

.footer .logo-footer img {
  max-width: 190px;
}

.footer h2 {
  font-size: 2rem;
}

.footer ul {
  margin-top: 15px;
}

.footer ul a {
  font-size: 1.6rem;
}

.footer ul a:hover {
  color: #048dc2;
}

.footer .social-footer {
  text-align: center;
}

.footer .social-footer li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}

.footer .social-footer li:first-child {
  margin-left: 0;
}

.footer .social-footer svg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer .social-footer .fb-icon {
  width: 21px;
  height: 40px;
}

.footer .social-footer .yt-icon {
  width: 41px;
  height: 28px;
}

.footer .social-footer a:hover svg {
  margin-top: -7px;
}

.footer .copy-box .copy {
  font-weight: 300;
  font-size: 2rem;
}

.footer .copy-box .realization {
  font-style: italic;
  font-size: 1.3rem;
  color: #048dc2;
}

.footer .copy-box .realization a:hover {
  color: #ffffff;
}

.stt {
  background: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/arrow-white.svg) center center no-repeat #048dc2;
  background-size: 15px auto;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -25px;
  right: 90px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.stt:hover {
  top: -30px;
}

@media all and (max-width: 1800px) {
  .header-static .logo {
    max-width: 180px;
    margin: 40px 0 0 30px;
  }
  .header-static .background-nav {
    padding-left: 50px;
  }
  .header-static .header-lang ul li {
    margin-right: 15px;
  }
  .header-static .header-lang ul a {
    font-size: 1.3rem;
  }
  .header-static .header-lang ul a:after {
    width: 20px;
    left: 2px;
  }
  .header-static nav li {
    margin-right: 20px;
  }
  .header-static nav a {
    font-size: 1.3rem;
  }
  .header-static.is-scroll .background-nav {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .header-static.is-scroll .header-lang {
    margin-top: 33px;
    right: 101%;
  }
  .buy-ticket {
    font-size: 1.6rem;
  }
}

@media all and (max-width: 1750px) {
  .landing-home h2 {
    font-size: 5.2rem;
  }
  .landing-home h3 {
    font-size: 2.8rem;
  }
}

@media all and (max-width: 1600px) {
  .landing-home .col {
    min-height: 670px;
  }
  .landing-home .heading {
    left: 35px;
  }
  .landing-home h2 {
    font-size: 4.4rem;
  }
  .landing-home h3 {
    font-size: 2.4rem;
  }
  .date-event-landing {
    top: 52%;
  }
  .date-event-landing .date {
    font-size: 7rem;
  }
  .date-event-landing .place {
    font-size: 3rem;
  }
  .date-event-landing .counter {
    margin-top: 60px;
  }
  .date-event-landing .counter .unit {
    font-size: 5rem;
  }
  .sponsors-box-landing {
    left: 35px;
    bottom: 40px;
  }
  .sponsors-box-landing .sponsor-item {
    margin-right: 20px;
  }
  .sponsors-box-landing p {
    font-size: 1rem;
    margin-right: 15px;
  }
  .sponsors-box-landing svg {
    max-width: 140px;
  }
  .mouse-down {
    bottom: 30px;
  }
  .about-event-section .image {
    right: calc(17.3% - 72px);
  }
  .about-event-section .desc {
    padding-left: 0;
  }
}

@media all and (max-width: 1440px) {
  body {
    font-size: 1.4rem;
  }
  .header-static .logo {
    margin: 25px 0 0 20px;
  }
  .header-static .header-lang {
    margin-right: 45px;
  }
  .header-static .header-lang ul li {
    margin-right: 10px;
  }
  .header-static .header-lang ul a {
    min-width: 20px;
    font-size: 1.1rem;
  }
  .header-static .header-lang ul a:after {
    width: 16px;
    bottom: -4px;
    left: 4px;
  }
  .header-static .background-nav {
    margin-top: 77px;
    margin-right: 0;
  }
  .header-static .social {
    margin-right: 20px;
  }
  .header-static nav a {
    font-size: 1.1rem;
  }
  .header-static nav a:after {
    bottom: -5px;
  }
  .header-static .social {
    margin-top: 6px;
  }
  .header-static.is-scroll .logo {
    margin-left: 0;
  }
  .header-static.is-scroll .header-lang {
    right: 100%;
    margin-top: 30px;
  }
  .buy-ticket {
    width: 150px;
    height: 42px;
    font-size: 1.4rem;
    line-height: 38px;
  }
  .about-event-section h2 {
    font-size: 3.2rem;
  }
  .about-event-section .desc {
    margin: 80px 0;
  }
  .icons-section .icon-item {
    padding-left: 125px;
  }
  .icons-section .icon {
    width: 110px;
    height: 110px;
  }
  .icons-section .num {
    font-size: 4.5rem;
  }
  .icons-section .text {
    font-size: 2.6rem;
  }
  .news-section {
    padding-bottom: 60px;
  }
  .news-section .swiper-container {
    margin-top: 50px;
  }
  .news-item {
    width: calc(100% - 45px);
  }
  .news-item .image {
    height: 220px;
  }
  .news-item .image-outer:before {
    right: -17px;
  }
  .news-item .date {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  .news-item h3 {
    max-width: 300px;
    font-size: 2.2rem;
    margin-top: 10px;
  }
  .heading-section {
    font-size: 3.4rem;
  }
  .heading-section:first-child {
    margin-top: 60px;
  }
  .be-speaker-section p {
    font-size: 1.6rem;
  }
  .type-form .text {
    font-size: 1.6rem;
  }
  .input-white {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .textarea-white {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .radio-text-button label {
    font-size: 1.6rem;
  }
  .btn-blue {
    font-size: 1.6rem;
  }
  .speakers-section {
    padding-bottom: 70px;
  }
  .speaker-item {
    margin-top: 65px;
  }
  .speaker-item h3 {
    font-size: 2.4rem;
  }
  .speaker-item .comp {
    font-size: 1.4rem;
  }
  .summit-section {
    padding-bottom: 10px;
  }
  .summit-wrapper {
    margin-top: 45px;
  }
  .summit-intro-text {
    padding: 30px 0;
    margin-left: 180px;
  }
  .summit-intro-text p {
    font-size: 1.8rem;
  }
  .hours-label:after {
    width: 160px;
  }
  .hours-label p {
    font-size: 1.6rem;
  }
  .room-row {
    margin: 25px 0 15px 195px;
  }
  .room-row p {
    font-size: 2.4rem;
  }
  .events-row {
    padding-left: 195px;
    margin-bottom: 15px;
  }
  .event-info h4 {
    font-size: 1.6rem;
    margin-top: 5px;
  }
  .event-info p {
    font-size: 1.6rem;
  }
  .summit-finish {
    height: 90px;
    margin-top: 45px;
  }
  .summit-finish .hours-label p {
    font-size: 1.8rem;
  }
  .summit-finish h4 {
    font-size: 1.8rem;
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 15px;
  }
  .workshops-section {
    padding-bottom: 60px;
  }
  .workshops-section .swiper-container {
    margin-top: 50px;
  }
  .workshop-item {
    width: calc(100% - 45px);
  }
  .workshop-item .image {
    height: 220px;
  }
  .workshop-item .image-outer:before {
    right: -17px;
  }
  .workshop-item .name {
    font-size: 1.8rem;
  }
  .workshop-item .title-workshops {
    font-size: 2.4rem;
  }
  .workshop-item .date-icon {
    font-size: 1.4rem;
  }
  .workshop-item .hours-icon {
    font-size: 1.4rem;
  }
  .btn-blue-small {
    font-size: 1.4rem;
  }
  .contact-section {
    padding-bottom: 80px;
  }
  .contact-section p {
    font-size: 1.6rem;
  }
  .ui.dropdown.grey {
    font-size: 1.6rem;
  }
  .organizers-section h2 {
    font-size: 2.4rem;
  }
  .organizer-item .desc {
    margin-left: 30px;
  }
  .organizer-item h3 {
    font-size: 2.6rem;
  }
  .organizer-item h4 {
    font-size: 2rem;
  }
  .footer h2 {
    font-size: 1.8rem;
  }
  .footer ul a {
    font-size: 1.4rem;
  }
  .footer .copy-box .copy {
    font-size: 1.8rem;
  }
  .footer .copy-box .realization {
    font-size: 1.2rem;
  }
  .stt {
    right: 15px;
  }
  .header-minify .logo {
    max-width: 240px;
  }
  .header-minify h3 {
    font-size: 2.2rem;
  }
  .oferts-section h3 {
    font-size: 2.6rem;
  }
  .oferts-section .price strong {
    font-size: 2.2rem;
  }
  .ticket-box h4 {
    font-size: 2rem;
  }
  .date-icon,
  .time-icon,
  .place-icon {
    font-size: 1.5rem;
  }
  .workshop-item-basket .name {
    font-size: 2.2rem;
  }
  .addition-box p {
    font-size: 1.8rem;
  }
  .addition-box .price {
    font-size: 1.8rem;
    margin-top: -3px;
  }
}

@media all and (max-width: 1280px) {
  .header-static {
    height: 70px;
  }
  .header-static .col-lg-3,
  .header-static .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
  }
  .header-static .logo {
    max-width: 140px;
    margin: 20px 0 0 15px;
  }
  .header-static .header-lang {
    margin-top: 28px;
    margin-right: 90px;
  }
  .header-static .header-lang ul a {
    color: #048dc2;
  }
  .header-static .navigation-content {
    background: #ffffff;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-y: auto;
  }
  .header-static .background-nav {
    width: 100%;
    float: none;
    text-align: center;
    display: block;
    overflow: visible;
    padding: 0;
    margin-top: 80px;
  }
  .header-static .background-nav:after {
    content: none;
  }
  .header-static nav {
    margin-right: 0;
    margin-bottom: 0;
  }
  .header-static nav li {
    display: block;
    margin-right: 0;
  }
  .header-static nav li.active a {
    background: #048dc2;
    color: #ffffff;
  }
  .header-static nav a {
    font-weight: 500;
    color: #048dc2;
    padding: 10px 15px;
  }
  .header-static nav a:after {
    content: none;
  }
  .header-static nav a:hover {
    background: #048dc2;
    color: #ffffff;
  }
  .header-static .social {
    position: absolute;
    top: -48px;
    left: 193px;
    margin-top: 0;
  }
  .header-static .social svg {
    fill: #048dc2;
  }
  .header-static .buy-ticket {
    background: #131e42;
    color: #ffffff;
    position: absolute;
    top: -61px;
    left: 15px;
    border-color: #131e42;
  }
  .header-static .buy-ticket:hover {
    background: #ffffff;
    color: #131e42;
  }
  .header-static.is-scroll .hamburger .menu-bar-top {
    border: 3px solid #048dc2;
    border-bottom: none;
    top: 0;
  }
  .header-static.is-scroll .hamburger .menu-bar-middle {
    background-color: #048dc2;
  }
  .header-static.is-scroll .hamburger .menu-bar-bottom {
    border: 3px solid #048dc2;
    border-top: none;
  }
  .header-static.is-scroll .background-nav {
    margin-top: 79px;
  }
  .header-static.is-scroll .buy-ticket {
    background: #131e42;
    border-color: #131e42;
  }
  .header-static.is-scroll .header-lang {
    right: 90px;
    margin-top: 26px;
  }
  .header-static.is-scroll .header-lang ul a {
    color: #048dc2;
  }
  .header-static.is-scroll .social {
    top: -49px;
  }
  .header-static.is-scroll nav a {
    color: #048dc2;
  }
  .hamburger {
    display: block;
  }
  .landing-home .col {
    min-height: 600px;
  }
  .landing-home h2 {
    font-size: 3.4rem;
  }
  .landing-home h3 {
    font-size: 2rem;
    margin-top: 5px;
  }
  .date-event-landing {
    top: 50%;
  }
  .date-event-landing .date {
    font-size: 5rem;
  }
  .date-event-landing .place {
    font-size: 2.4rem;
  }
  .date-event-landing .counter .unit {
    width: 80px;
    height: 80px;
    font-size: 4rem;
  }
  .date-event-landing .counter .unit .number {
    margin-top: 11px;
  }
  .date-event-landing .counter .unit .entity {
    font-size: 1.4rem;
  }
  .sponsors-box-landing .sponsor-item {
    display: block;
    margin-right: 0;
  }
  .about-event-section .image {
    right: calc(17.3% - 65px);
  }
  .about-event-section .image:before {
    border-width: 80rem 0 0 100px;
  }
  .icons-section {
    padding: 80px 0;
  }
  .icons-section .icon-item {
    padding-left: 95px;
  }
  .icons-section .icon {
    width: 80px;
    height: 80px;
  }
  .icons-section .num {
    font-size: 4rem;
  }
  .icons-section .text {
    font-size: 2.2rem;
  }
  .previous-editions-section {
    padding: 60px 0;
  }
  .previous-editions-section h2 {
    font-size: 2.4rem;
  }
  .news-item .image {
    height: 200px;
  }
  .news-item .image-outer:before {
    right: -16px;
  }
  .news-item .date {
    font-size: 1.2rem;
  }
  .news-item h3 {
    max-width: 270px;
    font-size: 2rem;
  }
  .event-info h4 {
    font-size: 1.4rem;
  }
  .be-speaker-section {
    padding-bottom: 70px;
  }
  .speakers-section .container {
    max-width: calc(100% - 30px);
  }
  .speaker-item .image {
    height: 250px;
  }
  .speaker-item .image-outer:before {
    left: -18px;
  }
  .place-section {
    text-align: center;
  }
  .place-section .image {
    max-width: 400px;
  }
  .place-section h2 {
    font-size: 2.8rem;
  }
  .place-section p {
    font-size: 2rem;
  }
  .place-section .btn-blue-skew {
    width: 280px;
    font-size: 1.5rem;
  }
  .contact-section {
    padding-bottom: 60px;
  }
  .contact-section .small-text-form {
    margin: 20px 0;
  }
  .contact-section .btn-blue {
    margin-top: 18px;
  }
  .organizers-section h2 {
    font-size: 2.2rem;
  }
  .organizer-item .image-outer {
    width: 130px;
  }
  .organizer-item h3 {
    font-size: 2.4rem;
  }
  .organizer-item h4 {
    font-size: 1.8rem;
  }
  .footer h2 {
    font-size: 1.4rem;
  }
  .footer ul a {
    font-size: 1.2rem;
  }
  .footer .copy-box .copy {
    font-size: 1.4rem;
  }
  .footer .copy-box .realization {
    font-size: 1rem;
  }
  .ui.modal .speaker-item {
    top: 20px;
    left: 40px;
  }
  .ui.modal .date-icon {
    top: auto;
    margin-top: 27px;
    display: block;
  }
  .ui.modal .date-icon:before {
    top: 46%;
  }
  .ui.modal .event-bar {
    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .ui.modal .hours-label {
    margin-left: 42px;
  }
  .ui.modal .place {
    margin-left: -3px;
  }
  .ui.modal .title-2 {
    margin-top: 20px;
  }
  .ui.modal .btn-blue-small {
    margin-top: 25px;
  }
  .ui.modal .time-icon {
    margin-top: 25px;
  }
  .ui.modal.speaker-modal .desc {
    max-width: 100%;
    margin-top: 25px;
    padding-left: 190px;
  }
  .ui.modal.event-modal > .content {
    padding-bottom: 30px;
  }
  .ui.modal.event-modal .desc {
    max-width: 100%;
    margin-top: 25px;
    padding-left: 190px;
  }
  .ui.modal.workshop-modal .speaker-item {
    top: 7.5%;
  }
  .ui.modal.workshop-modal .content {
    margin-top: 10px;
  }
  .header-minify h3 {
    font-size: 2rem;
  }
  .oferts-section h3 {
    font-size: 2.2rem;
    margin-top: 45px;
    margin-bottom: 40px;
  }
  .oferts-section .price strong {
    font-size: 1.6rem;
  }
  .ticket-box {
    margin: 0 30px 27px 30px;
    padding-bottom: 20px;
  }
  .ticket-box .ticket-img {
    max-width: 160px;
  }
  .ticket-box .desc {
    width: calc(100% - 160px);
  }
  .ticket-box h4 {
    font-size: 1.6rem;
  }
  .date-icon,
  .time-icon,
  .place-icon {
    font-size: 1.4rem;
  }
  .workshop-item-basket .name {
    font-size: 1.6rem;
  }
  .addition-box {
    padding: 10px 30px 10px 30px;
  }
  .addition-box p {
    font-size: 1.6rem;
  }
  .addition-box .price {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .summary-basket {
    margin: 40px 0 60px 0;
  }
  .workshops-list {
    padding: 0 30px;
  }
  .number-ticket {
    margin: 30px 30px 0 30px;
    padding-bottom: 20px;
  }
}

@media all and (max-width: 991px) {
  .header-static .logo .mobile-logo {
    display: block;
  }
  .header-static .logo .vertical-logo {
    display: none;
  }
  .header-static.is-scroll .mobile-logo {
    display: none;
  }
  .landing-home {
    background: url(/National_Library/oe_/https://2018.summit.phpers.pl/static/images/landing-mobile.jpg) center center no-repeat;
    background-size: cover;
    color: #ffffff;
    padding-top: 185px;
  }
  .landing-home .col {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-height: 0;
  }
  .landing-home .col-lg-7:before {
    content: none;
  }
  .landing-home .col-lg-5 {
    background: none;
    margin-right: 15px;
    margin-left: 15px;
  }
  .landing-home .heading {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    text-align: center;
  }
  .landing-home h2 {
    font-size: 3.2rem;
    color: #ffffff;
    text-align: center;
  }
  .landing-home h2 span {
    color: #ffffff;
  }
  .landing-home h3 {
    font-size: 1.8rem;
    color: #ffffff;
    margin-top: 2px;
  }
  .landing-home .video-position {
    display: none;
  }
  .sponsors-box-landing {
    background: #ffffff;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    margin: 30px -15px 0 -15px;
  }
  .sponsors-box-landing .sponsor-item {
    display: inline-block;
    margin-right: 20px;
  }
  .sponsors-box-landing p {
    color: #111617;
  }
  .date-event-landing {
    position: relative;
    top: auto;
    -webkit-transform: none;
    transform: none;
    margin-top: 20px;
  }
  .date-event-landing .date {
    font-size: 4rem;
  }
  .date-event-landing .place {
    font-size: 2.2rem;
    margin-top: 0;
  }
  .date-event-landing .counter {
    margin-top: 30px;
  }
  .mouse-down {
    display: none;
  }
  .about-event-section {
    text-align: center;
    margin-bottom: 15px;
  }
  .about-event-section .container-fluid .row .col-lg-6 {
    padding: 0 15px;
  }
  .about-event-section .container-fluid .row .col-lg-6:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .about-event-section .container-fluid .row .col-lg-6:last-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .about-event-section .desc {
    max-width: 100%;
    padding: 0;
    margin: 50px 0;
  }
  .about-event-section .image {
    height: 400px;
    right: 0;
  }
  .about-event-section .image:before {
    content: none;
  }
  .icons-section {
    padding: 0 0 55px 0;
  }
  .icons-section .col-6 {
    margin-top: 40px;
  }
  .previous-editions-section {
    padding: 50px 0;
  }
  .previous-editions-section h2 {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .heading-section {
    font-size: 3rem;
  }
  .heading-section:first-child {
    margin-top: 50px;
  }
  .news-section {
    padding-bottom: 50px;
  }
  .news-section .swiper-container {
    margin-top: 45px;
  }
  .news-section .swiper-pagination {
    display: none;
  }
  .news-section .swiper-button-prev,
  .news-section .swiper-button-next {
    top: 50%;
  }
  .speaker-item {
    margin-top: 50px;
  }
  .speaker-item h3 {
    font-size: 2rem;
    margin-top: 10px;
  }
  .speaker-item .comp {
    font-size: 1.2rem;
  }
  .hours-label:after {
    width: 140px;
    height: 50px;
  }
  .hours-label p {
    font-size: 1.4rem;
  }
  .summit-intro-text {
    margin-left: 150px;
    padding: 20px 0;
  }
  .summit-intro-text p {
    font-size: 1.4rem;
  }
  .room-row {
    margin-left: 155px;
  }
  .room-row .col-6:nth-child(2) p {
    margin-left: 5px;
  }
  .room-row p {
    font-size: 1.5rem;
  }
  .events-row {
    padding-left: 155px;
  }
  .events-row .event-info {
    margin-right: 15px;
  }
  .event-info {
    width: calc(33% - 10px);
  }
  .event-info h4 {
    font-size: 1rem;
  }
  .event-info p {
    font-size: 1.2rem;
  }
  .summit-finish {
    height: 70px;
    padding-left: 230px;
    margin-top: 30px;
  }
  .summit-finish .hours-label:after {
    width: 200px;
  }
  .summit-finish .hours-label p {
    width: 200px;
    font-size: 1.4rem;
  }
  .summit-finish h4 {
    font-size: 1.4rem;
  }
  .sponsors-banner .heading-section {
    margin-bottom: 120px;
  }
  .sponsors-section {
    padding-bottom: 10px;
  }
  .sponsors-section p {
    margin-bottom: 35px;
  }
  .platinum-sponsors {
    margin-top: -75px;
  }
  .platinum-sponsors .platinum-sponsor {
    width: calc(50% - 7px);
  }
  .platinum-sponsors .platinum-sponsor:nth-child(2) {
    margin-left: 14px;
  }
  .platinum-sponsors .platinum-sponsor .sponsor-logo {
    height: 150px;
  }
  .platinum-sponsors .platinum-sponsor .sponsor-logo svg,
  .platinum-sponsors .platinum-sponsor .sponsor-logo img {
    max-width: 50%;
    max-height: 100px;
  }
  .place-section {
    text-align: center;
  }
  .place-section .col-lg-6 {
    margin-bottom: 50px;
  }
  .place-section .col-lg-6:last-child {
    margin-bottom: 0;
  }
  .place-section .image {
    margin-bottom: 30px;
  }
  .place-section .btn-blue-skew {
    margin: 30px auto 0 auto;
  }
  .organizers-section {
    padding: 45px 0 55px 0;
  }
  .organizers-section .col-auto {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .organizers-section h2 {
    text-align: center;
  }
  .organizer-item {
    max-width: 345px;
    width: 100%;
    margin: 30px auto 0 auto;
  }
  .organizer-item h3 {
    font-size: 2rem;
  }
  .organizer-item h4 {
    font-size: 1.5rem;
  }
  .footer {
    text-align: center;
    padding: 0 0 40px 0;
  }
  .footer .logo-footer {
    margin-top: 60px;
    margin-bottom: 20px;
  }
  .footer h2 {
    font-size: 1.8rem;
  }
  .footer ul {
    margin-bottom: 30px;
  }
  .footer ul a {
    font-size: 1.4rem;
  }
  .footer .social-footer {
    margin-top: -10px;
  }
  .stt {
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .modals.dimmer .ui.scrolling.modal {
    margin: 0 auto !important;
  }
  .ui.modal .header-picture {
    height: 240px;
  }
  .ui.modal .header-picture:before {
    content: none;
  }
  .ui.modal .header-picture .cat-skew {
    width: 145px;
    bottom: 28px;
    left: 18px;
    font-size: 1.4rem;
  }
  .ui.modal .header-picture .cat-skew:before {
    width: 145px;
    height: 40px;
  }
  .ui.modal > .content {
    max-width: 100%;
    padding-bottom: 40px;
  }
  .ui.modal .title {
    font-size: 2.6rem;
  }
  .ui.modal .title-2 {
    font-size: 2.2rem;
  }
  .ui.modal p {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .ui.modal .name {
    font-size: 3rem;
  }
  .ui.modal .date {
    margin-top: 0;
  }
  .ui.modal .date-icon {
    font-size: 1.4rem;
    padding-left: 35px;
  }
  .ui.modal .date-icon:before {
    width: 20px;
    height: 20px;
    top: 50%;
  }
  .ui.modal .time-icon {
    font-size: 1.4rem;
    padding-left: 35px;
  }
  .ui.modal .time-icon:before {
    width: 26px;
    height: 26px;
    top: 50%;
  }
  .ui.modal .hours-label {
    width: 135px;
  }
  .ui.modal .hours-label:after {
    width: 135px;
  }
  .ui.modal .hours-label p {
    font-size: 1.4rem;
  }
  .ui.modal .place {
    width: 105px;
  }
  .ui.modal .place:after {
    width: 105px;
  }
  .ui.modal .comp {
    font-size: 1.8rem;
  }
  .ui.modal.speaker-modal .desc {
    padding-left: 260px;
  }
  .ui.modal.event-modal .desc {
    padding-left: 260px;
  }
  .ui.modal.workshop-modal .speaker-item {
    top: 30px;
  }
  .header-minify {
    padding: 15px 0;
  }
  .header-minify .logo {
    margin: 0 auto;
  }
  .header-minify h3 {
    margin-top: 15px;
  }
  .header-minify .back-to {
    float: none;
    margin: 15px auto 0 auto;
  }
  .workshops-list {
    padding: 0 15px;
  }
  .addition-box {
    padding: 10px 15px 10px 15px;
  }
  .ticket-box {
    margin: 0 15px 27px 15px;
    padding-bottom: 10px;
  }
  .number-ticket {
    margin: 30px 15px 0 15px;
  }
}

@media all and (max-width: 767px) {
  .header-static .logo {
    margin-left: 0;
  }
  .header-static .logo .vertical-logo {
    max-width: 120px;
  }
  .btn-blue-skew {
    display: block;
    margin: 25px auto;
  }
  .btn-blue-skew:last-child {
    margin-right: auto;
    margin-bottom: 0;
  }
  .news-item h3 {
    font-size: 1.6rem;
  }
  .news-section {
    padding-bottom: 35px;
    text-align: center;
  }
  .news-section .swiper-container {
    max-width: 96%;
  }
  .news-section .swiper-button-prev,
  .news-section .swiper-button-next {
    position: relative;
    top: auto;
    right: 0;
    left: 0;
    display: inline-block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 30px 4px 0 4px;
  }
  .news-section .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .be-speaker-section {
    padding-bottom: 55px;
  }
  .be-speaker-section p {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .be-speaker-section form {
    margin-top: 35px;
  }
  .type-form .text {
    font-size: 1.4rem;
  }
  .input-white {
    height: 50px;
    padding: 0 15px;
    font-size: 1.4rem;
  }
  .textarea-white {
    min-height: 100px;
    height: 100px;
    max-height: 100px;
    font-size: 1.4rem;
    padding: 15px 15px;
  }
  .radio-text-button {
    margin-left: 10px;
  }
  .radio-text-button label {
    height: 50px;
    font-size: 1.4rem;
    line-height: 42px;
  }
  .btn-blue {
    height: 45px;
    font-size: 1.4rem;
  }
  .workshops-section {
    padding-bottom: 35px;
    text-align: center;
  }
  .workshops-section .swiper-container {
    max-width: 96%;
  }
  .workshops-section .swiper-button-prev,
  .workshops-section .swiper-button-next {
    position: relative;
    top: auto;
    right: 0;
    left: 0;
    display: inline-block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 30px 4px 0 4px;
  }
  .workshops-section .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .workshop-item .desc {
    text-align: left;
  }
  .workshop-item .name {
    font-size: 1.6rem;
  }
  .workshop-item .title-workshops {
    font-size: 2.2rem;
  }
  .sponsors-banner .heading-section {
    margin-bottom: 50px;
  }
  .platinum-sponsors {
    margin-top: 15px;
  }
  .platinum-sponsors .platinum-sponsor:nth-child(2) {
    margin-left: 0;
  }
  .summit-wrapper {
    padding-left: 0;
  }
  .summit-step-intro {
    padding-top: 65px;
  }
  .summit-step-intro .hours-label {

  }
  .summit-intro-text {
    padding: 15px 0;
    margin-left: 0;
  }
  .summit-intro-text p {
    font-size: 1.2rem;
  }
  .hours-label {
    top: 20px;
    right: 0;
    left: 0;
    transform: none;
    margin: 0 auto;
    display: table;
    z-index: 2;
  }
  .hours-label:before {
    height: 18px;
    bottom: -10px;
    left: -31px;
  }
  .hours-label:after {
    width: 100px;
    height: 35px;
  }
  .hours-label p {
    font-size: 1rem;
    margin-left: -10px;
  }
  .room-row {
    margin-left: 0;
    text-align: center;
  }
  .room-row p {
    font-size: 1.3rem;
  }
  .events-row {
    padding-top: 65px;
    padding-left: 0;
  }
  .event-info {
    min-height: 0;
  }
  .event-info .avatar {
    width: 60px;
    height: 70px;
  }
  .event-info .desc {
    padding-left: 70px;
  }
  .event-info h4 {
    font-size: 1rem;
  }
  .event-info p {
    font-size: 1.2rem;
  }
  .summit-finish {
    height: 60px;
    padding-left: 175px;
    margin-top: 20px;
    margin-left: 22px;
  }
  .summit-finish .hours-label {
    right: auto;
    display: block;
  }
  .summit-finish .hours-label:after {
    width: 150px;
  }
  .summit-finish .hours-label p {
    width: 150px;
    margin-left: 0;
    font-size: 1.2rem;
  }
  .summit-finish h4 {
    font-size: 1.2rem;
  }
  .place-section h2 {
    font-size: 2.4rem;
  }
  .place-section p {
    font-size: 1.6rem;
  }
  .place-section .btn-blue-skew {
    width: 240px;
    margin: 30px auto 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .place-section .btn-blue-skew:before {
    width: 240px;
  }
  .contact-section .heading-section {
    margin-bottom: 15px;
  }
  .contact-section p {
    font-size: 1.4rem;
  }
  .contact-form {
    margin-top: 25px;
  }
  .ui.dropdown.grey {
    padding: 0 15px;
    font-size: 1.4rem;
  }
  .ui.selection.dropdown > .delete.icon,
  .ui.selection.dropdown > .dropdown.icon,
  .ui.selection.dropdown > .search.icon {
    right: 15px;
  }
  .ui.modal > .content {
    padding-bottom: 40px !important;
  }
  .ui.modal .date {
    font-size: 1.4rem;
    margin-top: 5px;
  }
  .ui.modal .title {
    font-size: 2.2rem;
  }
  .ui.modal .title-2 {
    font-size: 2.2rem;
  }
  .ui.modal .speaker-item {
    position: relative;
    top: auto;
    left: auto;
  }
  .ui.modal .linkedin {
    font-size: 1.3rem;
  }
  .ui.modal .name {
    font-size: 2.6rem;
    margin-top: 10px;
  }
  .ui.modal .date-icon {
    margin-top: 23px;
  }
  .ui.modal .hours-label {
    width: 115px;
    margin-left: 0;
    left: 27px;
  }
  .ui.modal .hours-label:before {
    bottom: -18px;
    left: -33px;
  }
  .ui.modal .hours-label:after {
    width: 115px;
  }
  .ui.modal .hours-label p {
    margin-left: -53px;
  }
  .ui.modal .place {
    margin-left: -4px;
  }
  .ui.modal .comp {
    font-size: 1.6rem;
  }
  .ui.modal.speaker-modal {
    text-align: center;
  }
  .ui.modal.speaker-modal .desc {
    padding-left: 0;
    margin-bottom: 0;
  }
  .ui.modal.event-modal {
    text-align: center;
  }
  .ui.modal.event-modal .desc {
    padding-left: 0;
    margin-bottom: 0;
  }
  .ui.modal.event-modal .hours-label {
    top: auto;
  }
  .ui.modal.event-modal .date-icon {
    padding-left: 0;
  }
  .ui.modal.event-modal .date-icon:before {
    display: inline-block;
    position: relative;
    top: 14px;
    left: auto;
    margin-right: 10px;
  }
  .ui.modal.workshop-modal .content {
    max-width: 100%;
  }
  .ui.modal.workshop-modal .speaker-item {
    right: auto;
    margin: 15px 0 15px 32px;
    top: auto;
  }
  .ui.modal.workshop-modal .date-icon {
    margin-top: 10px;
  }
}

@media all and (max-width: 500px) {
  .room-row p {
    font-size: 1.2rem;
  }
  .event-info .avatar {
    width: 40px;
    height: 50px;
  }
  .event-info .desc {
    padding-left: 50px;
  }
  .event-info h4 {
    font-size: 0.8rem;
  }
  .event-info p {
    font-size: 1rem;
  }
  .summit-finish .hours-label p {
    font-size: 1rem;
  }
  .summit-finish h4 {
    font-size: 1rem;
  }
}

@media all and (max-width: 577px) {
  .icons-section .icon-item {
    padding-left: 0;
    text-align: center;
  }
  .icons-section .icon {
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
    margin: 0 auto;
  }
  .icons-section .num {
    font-size: 3rem;
    margin-top: 15px;
  }
  .icons-section .text {
    font-size: 1.8rem;
  }
  .platinum-sponsors .platinum-sponsor {
    width: 100%;
  }
  .platinum-sponsors .platinum-sponsor .logo-item img,
  .platinum-sponsors .platinum-sponsor .logo-item svg {
    max-width: 65%;
  }
  .sponsors-section {
    padding-bottom: 25px;
  }
  .sponsors-section p {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media all and (max-width: 540px) {
  .sponsors-box-landing {
    padding: 20px 0;
  }
  .sponsors-box-landing .sponsor-item {
    display: block;
    margin: 0 0 20px 0;
  }
  .sponsors-box-landing .sponsor-item:last-child {
    margin-bottom: 0;
  }
  .sponsors-box-landing p {
    font-size: 1.3rem;
    display: block;
    margin: 0 0 15px 0;
  }
  .about-event-section .desc {
    margin-top: 15px;
  }
  .about-event-section .image {
    height: 300px;
  }
}

@media all and (max-width: 480px) {
  .header-static .background-nav {
    margin-top: 110px;
  }
  .header-static .header-lang {
    margin-top: 22px;
    margin-right: 68px;
  }
  .header-static .buy-ticket {
    width: 100%;
    height: 42px;
    top: -42px;
    left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .header-static .social {
    top: -84px;
    left: 15px;
  }
  .header-static.is-scroll .nav-mobile-open {
    top: 22px;
  }
  .header-static.is-scroll .background-nav {
    margin-top: 110px;
  }
  .header-static.is-scroll .social {
    top: -84px;
  }
  .header-static.is-scroll .header-lang {
    margin-top: 23px;
    right: 75px;
  }
  .header-static.is-scroll .buy-ticket:hover {
    background: #ffffff;
  }
  .nav-mobile-open {
    top: 22px;
  }
  .landing-home h2 {
    font-size: 2.6rem;
  }
  .landing-home h3 {
    font-size: 1.6rem;
  }
  .date-event-landing .date {
    font-size: 3.4rem;
  }
  .date-event-landing .place {
    font-size: 2rem;
    line-height: 1;
  }
  .date-event-landing .counter .unit {
    width: 70px;
    height: 70px;
    font-size: 3.4rem;
  }
  .about-event-section h2 {
    font-size: 2.6rem;
  }
  .about-event-section .image {
    height: 250px;
  }
  .heading-section {
    font-size: 2.6rem;
  }
  .heading-section:first-child {
    margin-top: 40px;
  }
  .news-section .swiper-container {
    margin-top: 35px;
  }
  .be-speaker-section .radio-text-button {
    width: calc(50% - 7px);
    margin-right: 14px;
    display: block;
    float: left;
  }
  .be-speaker-section .radio-text-button:last-child {
    margin-right: 0;
  }
  .be-speaker-section .radio-text-button label {
    width: 100%;
  }
  .type-form {
    text-align: center;
    overflow: hidden;
  }
  .type-form .text {
    width: 100%;
    display: block;
    position: relative;
    top: auto;
    -webkit-transform: none;
    transform: none;
    left: auto;
    margin-bottom: 15px;
  }
  .radio-text-button {
    margin-left: 0;
  }
  .speakers-section {
    padding-bottom: 50px;
  }
  .speaker-item .image {
    height: 220px;
  }
  .speaker-item .image-outer:before {
    left: -16px;
  }
  .speaker-item h3 {
    font-size: 1.7rem;
  }
  .event-info .avatar {
    position: relative;
    top: auto;
    left: auto;
  }
  .event-info .desc {
    position: relative;
    padding-left: 0;
  }
  .event-info h4 {
    font-size: 0.8rem;
  }
  .event-info p {
    font-size: 0.8rem;
  }
  .room-row {
    margin: 15px 0 10px 0;
  }
  .hours-label:before {
    bottom: -7px;
  }
  .hours-label:after {
    width: 60px;
    height: 30px;
  }
  .hours-label p {
    margin-left: -18px;
    font-size: 0.7rem;
  }
  .summit-finish {
    padding-left: 120px;
  }
  .summit-finish .hours-label:after {
    width: 100px;
  }
  .summit-finish .hours-label p {
    width: 100px;
  }
  .workshops-section .swiper-container {
    margin-top: 35px;
  }
  .workshops-section .date {
    font-size: 1.8rem;
    margin-top: 4px;
  }
  .ui.modal .speaker-item .image {
    height: 250px;
  }
  .ui.modal .date-icon {
    font-size: 1.2rem;
  }
  .ui.modal .time-icon {
    font-size: 1.2rem;
  }
  .ui.modal .title-2 {
    font-size: 1.8rem;
    margin-top: 16px;
  }
  .ui.modal .event-bar {
    margin-top: 40px;
    margin-bottom: 16px;
  }
  .ui.modal .date-icon {
    margin-top: 15px;
  }
  .ui.modal .hours-label {
    width: 90px;
  }
  .ui.modal .hours-label:before {
    bottom: -13px;
    left: -32px;
  }
  .ui.modal .hours-label:after {
    width: 90px;
    height: 45px;
  }
  .ui.modal .hours-label p {
    font-size: 1.1rem;
  }
  .oferts-section h3 {
    margin: 25px 0 25px 0;
  }
  .oferts-section .btn-blue {
    margin: 0 0 15px 0;
  }
  .ticket-box {
    margin-bottom: 0;
  }
  .ticket-box .ticket-img {
    max-width: 300px;
    float: none;
    margin: 0 auto;
  }
  .ticket-box .ticket-img img {
    width: 100%;
  }
  .ticket-box .desc {
    width: 100%;
    float: none;
  }
  .addition-box {
    width: 100%;
    border-right: none;
    border-bottom: 1px #ebebeb solid;
    padding-bottom: 0;
    display: block;
  }
  .number-ticket {
    border-top: none;
    margin-top: 15px;
    padding: 0;
    display: block;
  }
  .number-ticket p {
    display: block;
  }
  .number-ticket .quantity {
    margin: 15px 0 15px 0;
  }
  .workshop-item-basket {
    text-align: center;
  }
  .workshop-item-basket .wib-l {
    width: 100%;
    text-align: left;
  }
  .workshop-item-basket .wib-r {
    width: 100%;
    margin-top: 15px;
    text-align: left;
  }
  .workshop-item-basket .quantity {
    float: none;
  }
  .workshops-list .btn-blue {
    float: none;
    margin-top: 15px;
  }
  .summary-basket {
    text-align: center;
    margin-bottom: 40px;
  }
  .summary-basket .price {
    display: block;
    margin-right: 0;
  }
  .summary-basket .btn-dark-blue {
    display: block;
    margiN: 10px auto 0 auto;
  }
}

@media all and (max-width: 420px) {
  .organizer-item {
    display: block;
  }
  .organizer-item .image-outer {
    margin-right: auto;
    margin-left: auto;
  }
  .organizer-item .desc {
    margin: 15px 0 0 0;
    text-align: center;
  }
}

@media all and (max-width: 400px) {
  .speaker-item .image {
    height: 200px;
  }
  .ui.modal .speaker-item {
    margin-top: 55px;
  }
  .ui.modal .linkedin {
    font-size: 1.2rem;
  }
  .header-minify .logo {
    max-width: 200px;
  }
  .header-minify h3 {
    font-size: 1.6rem;
  }
  .header-minify .back-to {
    width: 100%;
    font-size: 1.2rem;
  }
  .header-minify .back-to svg {
    margin-top: -1px;
  }
}

@media all and (max-width: 330px) {
  .speaker-item .image {
    height: 150px;
  }
  .speaker-item .image-outer:before {
    left: -12px;
  }
}