/* Webfont: LatoLatin-Black */
@font-face {
  font-family: 'Lato';
  src: url('../fonts/LatoLatin-Black.eot');
  src: url('../fonts/LatoLatin-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/LatoLatin-Black.woff2') format('woff2'), /* Modern Browsers */ url('../fonts/LatoLatin-Black.woff') format('woff'), /* Modern Browsers */ url('../fonts/LatoLatin-Black.ttf') format('truetype');
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility;
  
  /* IE9 Compat Modes */
}
@font-face {
  font-family: 'Lato';
  src: local('Lato-Bold'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.eot'), url('../fonts/Lato-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.eot');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato-Semibold'), url('../fonts/Lato-Semibold.woff') format('woff'), url('../fonts/Lato-Semibold.eot'), url('../fonts/Lato-Semibold.ttf') format('truetype');
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: 'Lato';
  src: local('Lato-Bold'), url('../fonts/Lato-Bold.woff') format('woff'), url('../fonts/Lato-Bold.eot'), url('../fonts/Lato-Bold.ttf') format('truetype');
  font-style: normal;
  font-weight: bold;
}
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on March 7, 2017 */
@font-face {
  font-family: 'butler_stencil';
  src: local('butler_stencilblack'), url('../fonts/butler_stencil_black-webfont.woff2') format('woff2'), url('../fonts/butler_stencil_black-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'butler_stencil';
  src: local('butler_stencilmedium'), url('../fonts/butler_stencil_medium-webfont.woff2') format('woff2'), url('../fonts/butler_stencil_medium-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}
*:focus {
  outline: 0px;
}
.clearfix {
  clear: both;
}
.upper {
  text-transform: uppercase;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.pseudo {
  content: '';
  display: block;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.font10 {
  font-size: 0.625em;
}
.ul-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.triangle-in-circle {
  position: relative;
  padding-right: 42px;
}
.triangle-in-circle:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('../img/arrow_btn.svg');
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
body {
  font: 16px/1.5em 'Lato', Tahoma, sans-serif;
}
a {
  text-decoration: none;
  color: inherit;
}
.wrap {
  width: 960px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 960px) {
  .wrap {
    width: 100%;
  }
}
.black-mask {
  position: fixed;
  z-index: 9990;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.high-txt {
  font: 800 45px/1.2em 'Lato', Tahoma, sans-serif;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .high-txt {
    font: 800 40px/1.2em 'Lato', Tahoma, sans-serif;
  }
}
.high-txt:before {
  content: '';
  display: block;
  position: absolute;
  top: -1em;
  left: 0;
  width: 1.2em;
  height: 0;
  border-bottom: 2px solid #34363c;
}
.two-in {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.two-in > * {
  width: 50%;
  margin: 0;
}
@media only screen and (max-width : 768px) {
  .two-in {
    flex-wrap: wrap;
  }
  .two-in > * {
    width: 100%;
    margin: 0;
  }
}
.two-in .txt {
  position: relative;
}
.two-in .txt p:first-child {
  margin-top: 0;
}
.font18 {
  font: 18px/1.44em 'Lato', Tahoma, sans-serif;
}
.circle-arrow-btn {
  position: absolute;
  right: 0;
  display: block;
}
.circle-arrow-btn:hover span {
  letter-spacing: 4px;
  left: 10px;
}
.circle-arrow-btn span {
  font: 800 20px/1em 'Lato', Tahoma, sans-serif;
  display: inline-block;
  width: auto;
  letter-spacing: 5px;
  text-transform: uppercase;
  position: relative;
  padding-right: 42px;
  left: 0;
  transition: all .5s;
  margin: 0;
  padding-right: 55px;
}
@media only screen and (max-width: 640px) {
  .circle-arrow-btn span {
    width: 100%;
    font: 800 13px/1em 'Lato', Tahoma, sans-serif;
    padding-left: 130px;
    text-align: right;
  }
}
@media only screen and (max-width: 480px) {
  .circle-arrow-btn span {
    padding-left: 60px;
    text-align: right;
  }
}
.circle-arrow-btn span:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('../img/arrow_btn.svg');
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.circle-arrow-btn span:after {
  width: 42px;
  height: 42px;
  background-size: 90%;
  background-position: 50%;
  background-image: url('../img/arrow_btn_black.svg');
}
.container-video {
  width: 100%;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  text-align: center;
  border: 1px solid #888;
  width: 710px;
  position: relative;
}
@media only screen and (max-width : 768px) {
  .modal-content {
    width: 90%;
  }
}
.modal-content h3 {
  font: 800 48px/1em 'Lato', Tahoma, sans-serif;
  margin-top: 107px;
}
.modal-content h3:before {
  content: '';
  border-top: 3px solid #34363c;
  display: block;
  width: 97px;
  margin: 0 auto 35px;
}
.modal-content .text {
  height: 320px;
  width: 560px;
  margin: 0 auto;
  overflow-y: scroll;
}
@media only screen and (max-width : 768px) {
  .modal-content .text {
    width: 90%;
  }
}
@media only screen and (max-height: 700px) {
  .modal-content .text {
    height: 220px;
  }
}
.modal-content .text p {
  margin-right: 10px;
}
.modal-content .text ul {
  text-align: left;
}
.modal-content div {
  margin-bottom: 70px;
}
.modal-content .arrow-next,
.modal-content .arrow-prev {
  width: 28px;
  height: 28px;
  display: inline-block;
}
.modal-content .arrow-prev {
  transform: rotate(180deg);
  margin-right: 20px;
}
.modal-content .arrow-next {
  margin-left: 20px;
}
.modal-content .arrow-next:before {
  content: '';
  border-left: 4px solid #e1e1e1;
  margin-left: 20px;
}
.close {
  position: absolute;
  margin-top: 30px;
  right: 30px;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
fieldset.full-width.button {
  margin-top: 15px;
}
.captcha {
  border: none;
  background: none;
}
.force-overflow {
  height: auto;
}
#style-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}
#style-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
#style-scroll::-webkit-scrollbar-thumb {
  background-color: #34363c;
}
.right {
  text-align: right;
}
@keyframes opacityAnim {
  to {
    opacity: 1;
  }
}
@keyframes showUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes hinge {
  0% {
    transform-origin: top 50%;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, -80deg);
    transform-origin: top 50%;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, -60deg);
    transform-origin: top 50%;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes drawSvg {
  from {
    stroke-dasharray: 2600;
    stroke-dashoffset: 2600;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes swing-in-left-bck {
  0% {
    transform: rotateX(-45deg);
    transform-origin: 50%;
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    transform-origin: 50%;
    opacity: 1;
  }
}
#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  background-color: #043564;
  background-image: url("../img/nyan_cat.gif");
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 0 50%;
}
#close-pj {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 42px;
  width: 42px;
  background-color: transparent;
  border: none;
}
#close-pj:after {
  content: 'x';
  color: #ffffff;
  display: block;
  font-size: 42px;
  transform: scale(1, 0.66);
}
header .bar {
  display: flex;
  justify-content: space-between;
  padding: 20px 25px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media only screen and (max-width: 480px) {
  header .bar {
    padding: 20px 15px;
  }
}
header .logo {
  display: block;
  width: 215px;
  height: 54px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 480px) {
  header .logo {
    width: 140px;
    height: 35px;
  }
}
header .logo .front {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/logo_white.png');
  background-repeat: no-repeat;
  transition: transform .3s .3s;
}
@media only screen and (max-width: 480px) {
  header .logo .front {
    top: 12px;
    background: url('../img/logo_white_min.png');
    background-repeat: no-repeat;
  }
}
.white-top header .logo .front {
  background: url('../img/logo.png');
}
@media only screen and (max-width: 480px) {
  .white-top header .logo .front {
    background: url('../img/logo_min.png');
  }
}
header button {
  width: 42px;
  height: 42px;
  background: none;
  padding: 0;
  margin: 10px;
  border: none;
}
header button.contact {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 480px) {
  header button.contact {
    transform: scale(0.7, 0.7);
  }
}
header button.contact:hover .letter {
  transform: translateY(-50%);
  transition: transform 0.15s 0.15s;
  z-index: 1;
}
header button.contact:hover .mask {
  border-color: transparent #ffffff #ffffff;
}
header button.contact:hover .top-triangles {
  border-color: transparent;
}
header button.contact:hover .top-triangles:before {
  border-width: 0 15px;
}
header button.contact:hover .top-triangles:after {
  transform: rotateX(0);
}
.gradient-top header button.contact .envelope {
  border-color: #ffffff;
  background-color: #ffffff;
}
.gradient-top header button.contact .letter {
  background-color: #ffffff;
}
.gradient-top header button.contact .letter:before,
.gradient-top header button.contact .letter:after {
  background-color: #55575c;
}
.gradient-top header button.contact .mask {
  border-color: transparent #55575c #55575c;
}
.gradient-top header button.contact .top-triangles:before {
  border-color: #55575c transparent transparent;
}
.gradient-top header button.contact .top-triangles:after {
  border-color: transparent transparent #ffffff;
}
header button.contact .envelope {
  display: block;
  width: 90%;
  height: 66.66%;
  left: 5%;
  border: 3px solid #34363c;
  position: relative;
  background-color: #34363c;
}
header button.contact .letter {
  position: relative;
  display: block;
  width: 100%;
  height: 75%;
  background-color: #34363c;
  transform: translateY(25%);
  z-index: -1;
  transition: transform 0s;
}
header button.contact .letter:before,
header button.contact .letter:after {
  content: '';
  display: block;
  height: 2px;
  width: 80%;
  background-color: #ffffff;
  position: absolute;
  top: 5px;
  left: 10%;
}
header button.contact .letter:after {
  top: 10px;
  width: 70%;
  left: 15%;
}
header button.contact .mask {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color: transparent #ffffff #ffffff;
  border-width: 12px 15px 10px;
  transition: top 0.15s 0.15s, border-color 0.15s 0.15s;
  z-index: 2;
}
header button.contact .top-triangles {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
header button.contact .top-triangles:before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 4px;
  border-style: solid;
  border-width: 8px 12px;
  border-color: #ffffff transparent transparent;
  transition: border 0.1s;
  z-index: 2;
}
header button.contact .top-triangles:after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -24px;
  left: -3px;
  border-style: solid;
  border-width: 12px 19px;
  border-color: transparent transparent #34363c;
  transform-origin: 50% 100%;
  transform: rotateX(90deg);
  z-index: 0;
  transition: transfrom 0.15s 0.15s;
}
header button.menu-trigger {
  position: relative;
  left: 0;
  z-index: 3;
  transition: left 0s 0s;
  z-index: 9970;
}
@media only screen and (max-width: 480px) {
  header button.menu-trigger {
    transform: scale(0.7, 0.7);
  }
}
header button.menu-trigger:not(.active):hover span {
  transition: opacity .3s;
  opacity: 0.5;
}
header button.menu-trigger:not(.active):hover .line-1 {
  transition: width .2s .5s, opacity .2s;
}
header button.menu-trigger:not(.active):hover .line-2 {
  transition: width .2s .7s, opacity .2s .2s;
}
header button.menu-trigger:not(.active):hover .line-3 {
  transition: width .2s .9s, opacity .2s .4s;
}
header button.menu-trigger.active:hover .line-1:before,
header button.menu-trigger.active:hover .line-1:after {
  background-color: #bfbfbf;
}
header button.menu-trigger.active:hover .line-1:before:before,
header button.menu-trigger.active:hover .line-1:after:before {
  transition: width 0.3s, background-color 0.3s;
}
header button.menu-trigger.active:hover .line-1:before:after,
header button.menu-trigger.active:hover .line-1:after:after {
  transition: width 0.3s 0.4s, background-color 0.3s;
}
header button.menu-trigger.active {
  left: -18vw;
  transition: left 0s .5s;
  z-index: 9999;
}
header button.menu-trigger.active span {
  width: 0;
  transition: width 0s .5s;
}
header button.menu-trigger.active .line-1:before,
header button.menu-trigger.active .line-1:after {
  width: 38px;
}
header button.menu-trigger.active .line-1:before {
  transition: width .3s .5s;
}
header button.menu-trigger.active .line-1:after {
  transition: width .3s .9s;
}
header button.menu-trigger span {
  height: 3px;
  background-color: #34363c;
  display: block;
  margin-top: 9px;
  margin-left: 5%;
}
.gradient-top header button.menu-trigger span {
  background-color: #ffffff;
}
header button.menu-trigger .line-1 {
  margin-top: 0;
  width: 38px;
  position: relative;
  transition: width .2s .5s, opacity .2s;
}
header button.menu-trigger .line-1:before,
header button.menu-trigger .line-1:after {
  content: '';
  display: block;
  background-color: #ffffff;
  position: absolute;
  width: 0px;
  height: 3px;
  transform-origin: 0 50%;
}
header button.menu-trigger .line-1:before {
  transform: rotate(135deg);
  top: -2px;
  left: 32px;
}
header button.menu-trigger .line-1:after {
  transform: rotate(45deg);
  top: -2px;
  left: 6px;
}
header button.menu-trigger .line-2 {
  width: 28px;
  transition: width .2s .7s, opacity .2s .2s;
}
header button.menu-trigger .line-3 {
  width: 17px;
  transition: width .2s .9s, opacity .2s .4s;
}
header .video-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  z-index: 2;
}
.white-top header .video-mask {
  height: 300px;
  background-color: #ffffff;
}
@media only screen and (max-width : 768px) {
  .white-top header .video-mask {
    height: 280px;
  }
}
@media only screen and (max-width : 540px) {
  .white-top header .video-mask {
    height: 220px;
  }
}
header .video-mask img {
  position: relative;
  margin-top: -10px;
  width: 100%;
}
header .video-mask .gradient {
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#34363c 0%, rgba(52, 54, 60, 0.1) 40%, transparent 50%);
}
.white-top header .video-mask .gradient {
  background-image: none;
}
header .video-mask h1 {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  font: 90px/1em 'butler_stencil', Arial, sans-serif;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
.white-top header .video-mask h1 {
  color: #34363c;
  text-transform: none;
}
@media only screen and (max-width : 768px) {
  header .video-mask h1 {
    font: 70px/1em 'butler_stencil', Arial, sans-serif;
    top: 130px;
  }
}
@media only screen and (max-width: 640px) {
  header .video-mask h1 {
    font: 50px/1em 'butler_stencil', Arial, sans-serif;
    top: 60%;
  }
}
@media only screen and (max-width : 540px) {
  header .video-mask h1 {
    font: 44px/1em 'butler_stencil', Arial, sans-serif;
    top: 70%;
  }
}
header .video-mask p {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 76%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  font: 24px/1em 'butler_stencil', Arial, sans-serif;
  color: #34363c;
  margin: 0;
  letter-spacing: 2px;
  font-weight: 700;
}
@media only screen and (max-width : 768px) {
  header .video-mask p {
    font: 19px/1em 'butler_stencil', Arial, sans-serif;
    top: 200px;
  }
}
@media only screen and (max-width: 640px) {
  header .video-mask p {
    font: 14px/1em 'butler_stencil', Arial, sans-serif;
    top: 76%;
  }
}
@media only screen and (max-width : 540px) {
  header .video-mask p {
    top: 86%;
  }
}
header .video-mask .arrow-in-top {
  position: absolute;
  width: 42px;
  height: 42px;
  z-index: 2;
  transform: translateX(-50%) rotate(90deg);
  bottom: 20px;
  left: 50%;
}
header .video-mask .arrow-in-top:hover .circle {
  stroke-dashoffset: 150;
  animation: drawSvg 1s linear forwards;
}
header .video-mask .arrow-in-top:hover .arrow {
  fill: rgba(255, 255, 255, 0.5);
}
header .video-mask .arrow-in-top svg {
  height: 100%;
  width: 100%;
}
header .video-mask .arrow-in-top .circle {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3px;
  stroke-dasharray: 150;
  stroke-dashoffset: 0;
  transition: all 1s;
}
header .video-mask .arrow-in-top .arrow {
  position: relative;
  fill: #ffffff;
  opacity: 0;
  transition: fill .3s;
  animation: opacityAnim .5s 1s forwards;
}
@media only screen and (max-width : 768px) {
  header .video-mask .arrow-in-top {
    display: none;
  }
}
header video {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: -1;
}
.nav-box {
  height: 100vh;
  position: fixed;
  z-index: 9999;
  right: -346px;
  top: 0;
  background-color: #171c22;
  color: #ffffff;
  width: 346px;
  transition: right .5s;
}
@media only screen and (max-width : 540px) {
  .nav-box {
    right: -280px;
    width: 280px;
  }
}
@media only screen and (max-width: 480px) {
  .nav-box {
    right: -240px;
    width: 240px;
  }
}
.nav-box.open {
  right: 0;
}
.nav-box nav {
  height: 800px;
}
.nav-box nav ul {
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-box nav li {
  height: 25%;
}
.nav-box nav li a {
  position: relative;
}
.nav-box nav li a:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.5s;
}
.nav-box nav li a:hover:after {
  background-color: transparent;
}
.nav-box nav li:first-of-type a {
  background-image: url('../img/menu1_spirte.jpg');
  background-position: 0% 50%;
  background-color: #34363c;
}
.nav-box nav li:nth-of-type(2) a {
  background-image: url('../img/menu2_spirte.jpg');
  background-position: 0% 50%;
}
.nav-box nav li:nth-of-type(3) a {
  background-image: url('../img/menu3_spirte.jpg');
  background-position: 0% 50%;
}
.nav-box nav li:nth-of-type(4) a {
  background-image: url('../img/menu4_spirte.jpg');
  background-position: 0% 50%;
}
.nav-box nav a {
  height: 100%;
  display: flex;
  align-items: center;
  background-color: rgba(52, 54, 60, 0.5);
  transition: background-color 0.3s;
  background-repeat: no-repeat;
  background-size: cover;
}
.nav-box nav a:hover {
  background-color: rgba(255, 0, 0, 0.5);
  background-image: url('../img/ink.gif');
}
.nav-box nav a span {
  display: block;
  font: bold 26px/34px 'Lato', Tahoma, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 20% 0 14%;
  position: relative;
  z-index: 1;
}
.nav-box .bottom {
  height: 16%;
  padding: 1px;
  background-color: #171c22;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-box .bottom .fast-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 12%;
}
@media only screen and (max-width: 960px) {
  .nav-box .bottom .fast-contact {
    display: none;
  }
}
.nav-box .bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-box .bottom .links li:first-of-type {
  color: #63b5cc;
}
.nav-box .bottom .links li:last-of-type a:before {
  content: '+';
  display: inline-block;
  margin-right: 0;
  transition: margin-right 0.3s;
}
.nav-box .bottom .links li:last-of-type a:hover:before {
  margin-right: 10px;
}
.nav-box .bottom .links li:last-of-type a:hover span:first-of-type {
  animation: hinge 2s 14s forwards;
}
.nav-box .bottom .links li:last-of-type a:hover span:nth-of-type(2) {
  animation: hinge 2s 11s forwards;
}
.nav-box .bottom .links li:last-of-type a:hover span:nth-of-type(3) {
  animation: hinge 2s 8s forwards;
}
.nav-box .bottom .links li:last-of-type a:hover span:nth-of-type(4) {
  animation: hinge 2s 5s forwards;
}
.nav-box .bottom .links li:last-of-type a:hover span:nth-of-type(5) {
  animation: hinge 2s 2s forwards;
}
.nav-box .bottom .links li:last-of-type a span {
  display: inline-block;
}
.contact-form-box {
  display: none;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 9999;
  opacity: 0;
  animation: opacityAnim 1s forwards;
}
@media only screen and (max-width : 768px) {
  .contact-form-box {
    overflow: scroll;
  }
}
.contact-form-box.active {
  display: block;
}
.contact-form-box.active fieldset {
  opacity: 0;
}
.contact-form-box.active fieldset:first-of-type {
  animation: showUp .5s .25s forwards;
}
.contact-form-box.active fieldset:nth-of-type(2) {
  animation: showUp .5s .5s forwards;
}
.contact-form-box.active fieldset:nth-of-type(3) {
  animation: showUp .5s .75s forwards;
}
.contact-form-box.active fieldset:nth-of-type(4) {
  animation: showUp .5s 1s forwards;
}
.contact-form-box.active fieldset:nth-of-type(5) {
  animation: showUp .5s 1.25s forwards;
}
.contact-form-box.active fieldset:nth-of-type(6) {
  animation: showUp .5s 1.5s forwards;
}
.contact-form-box.active fieldset:nth-of-type(7) {
  animation: showUp .5s 1.75s forwards;
}
.contact-form-box .wrap {
  height: 100%;
  position: relative;
  padding-top: 5%;
  padding-bottom: 60px;
}
.contact-form-box .wrap > span {
  text-align: center;
  display: block;
}
.contact-form-box .vertical-center {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width : 768px) {
  .contact-form-box .vertical-center {
    height: auto;
  }
}
.contact-form-box .intro {
  font: 28px/1.5em 'butler_stencil', Arial, sans-serif;
  letter-spacing: 1.75px;
  margin: 0 0 5%;
  text-align: center;
}
@media only screen and (max-width : 768px) {
  .contact-form-box .intro {
    margin-top: 60px;
  }
}
.contact-form-box .outro {
  font: 13px/1.5em 'Lato', Tahoma, sans-serif;
  position: absolute;
  letter-spacing: 1.25px;
  bottom: 30px;
  right: 0;
  left: 0;
}
@media only screen and (max-width : 768px) {
  .contact-form-box .outro {
    position: relative;
    margin-bottom: 15px;
  }
}
.contact-form-box .outro:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url('../img/phone_contact.svg');
  background-repeat: no-repeat;
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.contact-form-box .outro a {
  text-decoration: underline;
}
.contact-form-box .contact-btn-close {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 42px;
  height: 42px;
  padding: 0 6px;
  border: 0;
  background-color: transparent;
  z-index: 100;
}
.contact-form-box .contact-btn-close:hover span:before {
  transform: rotate(45deg);
}
.contact-form-box .contact-btn-close:hover span:after {
  transform: rotate(-45deg);
}
.contact-form-box .contact-btn-close span {
  display: block;
  position: relative;
  top: -2px;
}
.contact-form-box .contact-btn-close span:before,
.contact-form-box .contact-btn-close span:after {
  content: '';
  display: block;
  position: absolute;
  border-top: 4px solid #ffffff;
  width: 30px;
  transition: transform .5s;
}
.contact-form-box .contact-btn-close span:before {
  transform: rotate(-45deg);
}
.contact-form-box .contact-btn-close span:after {
  transform: rotate(45deg);
}
.contact-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 960px) {
  .contact-form {
    justify-content: space-around;
  }
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  border: 1px solid #ffffff;
  background-color: transparent;
  padding: 15px;
  font: 13px/1.5em 'Lato', Tahoma, sans-serif;
  width: 100%;
}
.contact-form input,
.contact-form textarea {
  padding: 23px 15px 7px;
}
.contact-form input.focus + label,
.contact-form textarea.focus + label {
  padding: 2px 15px;
  font-size: 10px;
  bottom: 31px;
  background-color: transparent;
  background-color: #000000;
  color: rgba(255, 255, 255, 0.75);
}
.contact-form input.not-empty:not(.focus) + label,
.contact-form textarea.not-empty:not(.focus) + label {
  padding: 2px 15px;
  font-size: 10px;
  bottom: 31px;
  background-color: transparent;
  background-color: #000000;
  color: #ffffff;
}
.contact-form fieldset {
  border: none;
  padding: 0;
  margin: 0 0 20px;
  position: relative;
  width: 49%;
}
@media only screen and (max-width: 960px) {
  .contact-form fieldset {
    width: 45%;
  }
}
@media only screen and (max-width : 540px) {
  .contact-form fieldset {
    width: 95%;
  }
}
.contact-form fieldset.full-width {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .contact-form fieldset.full-width {
    width: 95%;
  }
}
.contact-form fieldset.button {
  text-align: right;
}
.contact-form label {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  font: 13px/1.5em 'Lato', Tahoma, sans-serif;
  padding: 15px;
  text-transform: uppercase;
  background-color: #000000;
  transition: all .3s;
  letter-spacing: 0.5px;
}
.contact-form select {
  background-color: #000000;
  background-image: url('../img/arrow_next_down.svg');
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 13px;
  padding-right: 50px;
  appearance: none;
  outline: none;
}
.contact-form select:after {
  content: '';
  display: block;
  position: absolute;
  left: 245px;
  top: 18px;
  border: 7px solid transparent;
  border-top-color: #fff;
}
.contact-form textarea {
  height: 110px;
}
.contact-form textarea + label {
  bottom: 7px;
}
.contact-form textarea.focus + label {
  bottom: 93px;
}
.contact-form textarea.not-empty:not(.focus) + label {
  bottom: 96px;
}
.contact-form .required-info {
  position: absolute;
  bottom: -25px;
  font: 13px/1.5em 'Lato', Tahoma, sans-serif;
}
.contact-form button[type="submit"] {
  display: inline-block;
  font: bold 15px/1.5em 'Lato', Tahoma, sans-serif;
  width: auto;
  letter-spacing: 7px;
  text-transform: uppercase;
  position: relative;
  padding-right: 42px;
  left: 0;
  transition: all .3s;
  margin: 0;
}
.contact-form button[type="submit"]:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('../img/arrow_btn.svg');
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
@media only screen and (max-width : 768px) {
  .contact-form button[type="submit"] {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width : 540px) {
  .contact-form button[type="submit"] {
    margin: 25px 0;
  }
}
.contact-form button[type="submit"]:hover {
  letter-spacing: 5px;
  left: 10px;
}
footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #34363c;
  height: 350px;
  width: 100%;
  overflow: hidden;
  padding: 1px 0;
}
footer #particles {
  position: absolute;
  width: 100%;
  bottom: 0;
}
footer .wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #ffffff;
  text-align: center;
}
footer .wrap h2 {
  margin-top: 60px;
  margin-bottom: 20px;
  font: bold 48px/1em 'butler_stencil', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 7px;
}
@media only screen and (max-width: 480px) {
  footer .wrap h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    font: bold 20px/1em 'butler_stencil', Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 7px;
  }
}
footer .wrap p {
  margin-bottom: 50px;
  letter-spacing: 1.25px;
}
footer .footer-details {
  top: auto;
  bottom: 10px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.5px;
  color: #808080;
}
footer .footer-details a {
  display: inline-block;
  position: relative;
}
footer .footer-details a span {
  display: inline-block;
  transition: transform .3s;
}
footer .footer-details a:hover:after {
  bottom: -15px;
  transition: bottom .5s;
}
footer .footer-details > span {
  display: inline-block;
  height: 100%;
}
footer .footer-details > span:before {
  content: '|';
  display: inline-block;
  font-size: 11px;
  position: relative;
  top: -1px;
  margin: 0 15px;
}
.brief {
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}
.brief .fake-btn {
  position: relative;
}
.brief .fake-upload {
  background-color: transparent;
  border: 1px solid #ffffff;
  width: 340px;
  height: 42px;
  padding: 0 15px;
  color: #ffffff;
}
@media only screen and (max-width : 540px) {
  .brief .fake-upload {
    width: 150px;
  }
}
.brief .true-upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.brief .sent-btn {
  position: absolute;
  top: 0;
  right: -62px;
  width: 42px;
  height: 42px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.brief .sent-btn:hover .circle {
  stroke-dashoffset: 150;
  animation: drawSvg 1s linear forwards;
}
.brief .sent-btn:hover .arrow {
  fill: rgba(255, 255, 255, 0.5);
}
.brief .sent-btn svg {
  height: 100%;
  width: 100%;
}
.brief .sent-btn .circle {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3px;
  stroke-dasharray: 150;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 1s;
}
.brief .sent-btn .arrow {
  position: relative;
  fill: #ffffff;
  transition: fill .3s;
}
.home {
  background: #ffffff;
  color: #34363c;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .home {
    height: auto;
    overflow: auto;
  }
}
@media only screen and (max-width : 768px) {
  .home {
    height: auto;
    overflow: scroll;
  }
}
@media only screen and (max-width: 960px) {
  .home {
    overflow: scroll;
    height: auto;
  }
}
.home h1 {
  position: absolute;
  top: -100%;
  left: -100%;
  z-index: -1;
  text-indent: -1000%;
}
.home .video-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -25%;
  right: 25%;
}
@media only screen and (max-width: 1366px) {
  .home .video-box {
    top: 10%;
    left: -20%;
    right: 0;
    width: 90%;
    height: 92%;
  }
}
@media only screen and (max-width: 1200px) {
  .home .video-box {
    top: 13%;
    left: -14%;
    right: 0;
    width: 75%;
    height: 75%;
  }
}
@media only screen and (max-width : 768px) {
  .home .video-box {
    top: calc(-25% + 250px);
  }
}
@media only screen and (max-width: 640px) {
  .home .video-box {
    top: calc(-31% + 180px);
    left: 10%;
    right: 0;
    width: 75%;
    height: 75%;
  }
}
@media only screen and (max-width : 540px) {
  .home .video-box {
    top: calc(-20% + 180px);
    text-align: center;
    left: 0;
    width: 100%;
  }
  .home .video-box img {
    height: 230px;
    margin: 0 auto;
    text-align: center;
  }
}
.home .video-box video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1366px) {
  .home .video-box video {
    height: 100%;
    width: 100%;
  }
}
.home .video-box .mask {
  background-image: url('../img/home/butterfly.svg');
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .home .video-box .mask {
    background-size: 140%;
  }
}
@media only screen and (max-width : 540px) {
  .home .video-box .mask {
    display: none;
  }
}
.news-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  bottom: 0;
  width: 68.3px;
  margin-bottom: -13.66px;
  height: 232.22px;
  transition: bottom .5s;
  z-index: 1;
}
@media only screen and (max-width: 640px) {
  .news-btn {
    display: none;
  }
}
@media only screen and (max-width : 768px) {
  .news-btn {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .news-btn {
    display: none;
  }
}
.news-btn:hover .txt {
  letter-spacing: 4.1px;
}
.news-btn:hover .line {
  height: 68.3px;
}
@media only screen and (max-width: 640px) {
  .news-btn:hover .line {
    height: 44px;
  }
}
.news-btn.active .txt {
  color: #ffffff;
}
.news-btn.active .line {
  border-left-color: #ffffff;
}
.news-btn span {
  display: block;
  position: absolute;
}
.news-btn .txt {
  font: bold 13.93px/1em 'Lato', Tahoma, sans-serif;
  letter-spacing: 6.83px;
  text-transform: uppercase;
  transform: rotate(90deg);
  top: 0;
  left: 60%;
  width: 0;
  height: 0;
  transition: all .5s;
}
@media only screen and (max-width: 640px) {
  .news-btn .txt {
    transform: rotate(0deg);
    margin-top: 120px;
    left: 70%;
  }
}
.news-btn .line {
  bottom: 0;
  left: 50%;
  height: 40.98px;
  width: 0;
  transform: translateX(-50%);
  border-left-style: solid;
  border-left-width: 2.19px;
  border-left-color: #34363c;
  transition: all .5s;
}
@media only screen and (max-width: 640px) {
  .news-btn .line {
    bottom: 85px;
    transform: rotate(90deg);
    left: 5%;
  }
}
.news-box {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  background-color: #0d0d0d;
  text-align: right;
  z-index: 9991;
  transition: bottom 0.5s;
}
@media only screen and (max-width: 640px) {
  .news-box {
    display: none;
  }
}
@media only screen and (max-width: 960px) {
  .news-box {
    display: none;
  }
}
.news-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.news-box ul li {
  width: 33.33%;
  background-color: #ffffff;
  text-align: left;
}
.news-box ul li:not(:first-of-type) {
  border-left: 2px solid #cccccc;
}
.news-box ul li a {
  width: 100%;
  display: flex;
  justify-content: center;
}
.news-box ul li a:hover img {
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
}
.news-box ul li a:hover .crop-mask:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.news-box ul li a:hover .crop-mask span {
  opacity: 1;
  letter-spacing: 6.83px;
}
.news-box ul li a:hover .crop-mask span:after {
  opacity: 1;
  right: 0;
  transition: opacity 1.5s .75s, right .5s .75s;
}
.news-box figure {
  margin: 0;
  padding: 0;
  width: 90%;
}
.news-box figure .crop-mask {
  width: 100%;
  height: 7.32vw;
  position: relative;
  overflow: hidden;
}
.news-box figure .crop-mask:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: transparent;
  transition: background-color 1s;
}
.news-box figure .crop-mask span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #ffffff;
  font: bold 13.93px/2.86em 'Lato', Tahoma, sans-serif;
  letter-spacing: 13.66px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 1s, letter-spacing 1s;
}
.news-box figure .crop-mask span:after {
  opacity: 0;
  right: -10px;
  transition: opacity 1.5s, right .5s;
}
.news-box figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: width .5s, height .5s, left .5s, top .5s;
}
.news-box figure span {
  display: block;
  position: relative;
  padding-right: 42px;
}
.news-box figure span:after {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('../img/arrow_btn.svg');
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
.news-box figure figcaption {
  padding: 10.25px 0;
}
.news-box figure .title {
  font: bold 18.03px/1.25em 'Lato', Tahoma, sans-serif;
  text-transform: uppercase;
  color: #34363c;
}
.news-box figure .date {
  font: bold 12.02px/1.5em 'Lato', Tahoma, sans-serif;
  margin-top: 3.42px;
  text-transform: uppercase;
  color: #b2b5bd;
}
.news-box > a {
  font: bold 14px/2.86em 'Lato', Tahoma, sans-serif;
  letter-spacing: 7px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  right: 0;
  transition: right 0.3s;
}
.news-box > a:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url('../img/arrow_next.svg');
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 20px -1px 10px;
  transition: margin-left 0.3s;
}
.news-box > a:hover {
  right: -10px;
}
.news-box > a:hover:after {
  margin-left: 5px;
}
.news-box .see-all {
  color: #ffffff;
}
.home-slider-box {
  position: relative;
  margin-top: 50vh;
  transform: translateY(-50%);
}
@media only screen and (max-width: 960px) {
  .home-slider-box {
    margin-top: 26rem;
    margin-bottom: -70px;
  }
}
@media only screen and (max-width : 768px) {
  .home-slider-box {
    margin-top: 26rem;
    margin-bottom: -150px;
  }
}
@media only screen and (max-width: 640px) {
  .home-slider-box {
    margin-top: 26rem;
    transform: translateY(0);
    margin-bottom: 0vh;
  }
}
@media only screen and (max-width: 480px) {
  .home-slider-box {
    margin-top: 69%;
    margin-bottom: 10vh;
  }
}
#home-slider {
  list-style: none;
  margin: 0;
  padding-bottom: 0;
  top: -2rem;
}
@media only screen and (max-width: 1366px) {
  #home-slider {
    top: -10px;
  }
}
@media only screen and (max-width: 480px) {
  #home-slider {
    top: 65px;
  }
}
#home-slider .slick-slide {
  width: 100%;
}
#home-slider .slick-dots {
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: 0px;
  bottom: 0;
  top: 2rem;
  width: auto;
  list-style: none;
}
@media only screen and (max-width: 480px) {
  #home-slider .slick-dots {
    bottom: 0;
  }
}
#home-slider .slick-dots li {
  width: 42px;
  height: 42px;
  margin: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  #home-slider .slick-dots li {
    margin-bottom: 10px;
  }
}
#home-slider .slick-dots li.slick-active button {
  opacity: 1;
}
#home-slider .slick-dots li.slick-active button:after {
  width: 100%;
}
#home-slider .slick-dots li button {
  font: 800 12px/38px 'Lato', Tahoma, sans-serif;
  color: #34363c;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  opacity: 0.5;
  transition: opacity .5s;
}
#home-slider .slick-dots li button:before {
  content: '0';
  font: inherit;
  opacity: 1;
  position: static;
  width: 100%;
  height: 100%;
  color: #34363c;
}
#home-slider .slick-dots li button:after {
  content: '';
  display: block;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 3px solid #34363c;
  transition: width .3s;
}
#home-slider .slick-prev,
#home-slider .slick-next {
  bottom: auto;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
#home-slider .slick-prev:before,
#home-slider .slick-next:before {
  content: url('../img/arrow_next_black.svg');
}
#home-slider .slick-next {
  left: auto;
  right: calc(42px + 7vw);
}
#home-slider .slick-prev {
  right: auto;
  left: calc(42px + 7vw);
}
#home-slider .slick-prev:after {
  display: none;
}
#home-slider article {
  position: relative;
  padding-left: 50vw;
  padding-right: 62px;
}
@media only screen and (max-width: 640px) {
  #home-slider article {
    position: relative;
    padding-left: 10vw;
    padding-right: 62px;
  }
}
@media only screen and (max-width : 540px) {
  #home-slider article {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#home-slider article.slick-active h2 {
  display: block;
  opacity: 1;
  transform: translateX(0);
  transition: opacity 1s, transform 1s;
}
#home-slider article.slick-active h2:after {
  width: 10%;
}
#home-slider article.slick-active p {
  opacity: 1;
  transform: translateX(0);
}
#home-slider article h2 {
  font: bold 64px/1.1em 'butler_stencil', Arial, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  position: relative;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s 1s, transform 1s 1s;
}
@media only screen and (max-width: 1366px) {
  #home-slider article h2 {
    font: bold 55px/1.1em 'butler_stencil', Arial, sans-serif;
  }
}
@media only screen and (max-width: 960px) {
  #home-slider article h2 {
    font: bold 36px/1.1em 'butler_stencil', Arial, sans-serif;
  }
}
@media only screen and (max-width: 960px) and (orientation: portrait), only screen and (max-width: 480px) {
  #home-slider article h2 {
    font: bold 40px/1.1em 'butler_stencil', Arial, sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  #home-slider article h2 {
    font: bold 54px/1.1em 'butler_stencil', Arial, sans-serif;
  }
}
@media only screen and (max-width : 540px) {
  #home-slider article h2 {
    font: bold 44px/1.1em 'butler_stencil', Arial, sans-serif;
  }
}
@media only screen and (max-width: 480px) {
  #home-slider article h2 {
    font: bold 28px/1.1em 'butler_stencil', Arial, sans-serif;
  }
}
#home-slider article h2:after {
  content: '';
  display: block;
  width: 0;
  border-bottom: 2px solid #34363c;
  font-size: 18px;
  margin: 1.5em 0 2em;
  transition: width .5s .5s;
}
#home-slider article p {
  display: inline-block;
  font: 18px/1.67em 'Lato', Tahoma, sans-serif;
  margin-top: 0;
  letter-spacing: 1px;
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s 1s, transform .5s 1s;
}
@media only screen and (max-width: 960px) {
  #home-slider article p {
    font: 16px/1.67em 'Lato', Tahoma, sans-serif;
  }
}
@media only screen and (max-width: 640px) {
  #home-slider article p {
    font: 15px/1.67em 'Lato', Tahoma, sans-serif;
    width: 100%;
    padding: 40px 0;
    padding: 0;
  }
}
#home-slider-arrows {
  position: absolute;
  bottom: -2rem;
  left: 62px;
  margin-left: 50vw;
}
@media only screen and (max-width: 640px) {
  #home-slider-arrows {
    display: none;
  }
}
#meet-us {
  z-index: 3;
  bottom: 3.5vw;
  right: 3.5vw;
}
@media only screen and (max-width: 960px) {
  #meet-us {
    text-align: right;
    bottom: 0;
    padding-right: 20px;
    right: 0;
    position: relative;
    margin-bottom: 20px;
  }
}
.news-button {
  display: none;
}
@media only screen and (max-width: 960px) {
  .news-button {
    display: block;
    text-align: right;
    bottom: 0;
    padding-right: 20px;
    right: 0;
    position: relative;
    margin-bottom: 20px;
  }
}
.alert-success {
  cursor: pointer;
  padding: 10px;
  text-align: center;
  background-color: #47943d;
  color: white;
  width: 100%;
  top: 0px;
  position: absolute;
  z-index: 10000;
  transition: opacity 0.6s;
  font-size: 18px;
}
.section-header h1 {
  text-align: center;
  padding-top: 10%;
  position: relative;
  font: 60px/1em 'butler_stencil', Arial, sans-serif;
}
.section-header span {
  display: flow-root;
  text-align: center;
  padding-top: 5%;
  font: 16px/1.44em 'Lato', Tahoma, monospace;
}
.article img {
  height: auto;
  width: 100%;
}
.article p {
  padding-top: 0
 		;
  font: 18px/1.44em 'Lato', Tahoma, sans-serif;
}
.article .prev-btn {
  position: fixed;
  left: -510px;
  background-color: white;
  border: none;
  height: 150px;
  width: 600px;
  text-decoration: none;
  font-size: 16px;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
  transition: left 0.5s;
  z-index: 1;
}
.article .prev-btn:hover {
  left: 0px;
}
@media only screen and (max-width: 1200px) {
  .article .prev-btn {
    height: 0;
    width: 0;
  }
  .article .prev-btn:hover {
    left: -510px;
  }
}
.article .prev {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 135px;
}
.article .prev span {
  display: block;
  font-size: 14px;
  color: slategrey;
  margin-left: 20px;
}
.article .prev .span-btn {
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
}
.article .prev .arrow-prev {
  transform: rotate(180deg) scale(0.2);
  margin-left: -27px;
}
@media only screen and (max-width: 1200px) {
  .article .prev .arrow-prev {
    transform: rotate(180deg) scale(0.1);
    margin-left: -48px;
    margin-top: -49px;
  }
}
.article .prev .nav-img-prev {
  position: fixed;
  left: -3px;
  width: 95px;
  height: 150px;
  background-color: white;
}
@media only screen and (max-width: 1200px) {
  .article .prev .nav-img-prev {
    left: 0px;
    width: 53px;
    height: 49px;
    top: 50%;
    box-shadow: 0px 0px 18px #bfbfbf;
  }
}
.article .prev .prev-span {
  width: 320px;
  padding-right: 10px;
}
.article .next-btn {
  text-decoration: none;
  position: fixed;
  right: -510px;
  background-color: white;
  border: none;
  height: 150px;
  width: 600px;
  font-size: 16px;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
  transition: right 0.5s;
}
@media only screen and (max-width: 1200px) {
  .article .next-btn {
    height: 0;
    width: 0;
  }
}
.article .next-btn:hover {
  right: 0px;
}
.article .next {
  position: relative;
  display: flex;
  align-items: center;
}
.article .next span {
  display: block;
  font-size: 14px;
  color: slategrey;
  margin-left: 20px;
}
.article .next .span-btn {
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
}
.article .next .arrow-next {
  transform: scale(0.2);
  margin-left: -27px;
}
@media only screen and (max-width: 1200px) {
  .article .next .arrow-next {
    transform: scale(0.1);
    margin-left: -48px;
    margin-top: -49px;
  }
}
.article .next .nav-img-next {
  position: fixed;
  right: -3px;
  width: 95px;
  height: 150px;
  background-color: white;
}
@media only screen and (max-width: 1200px) {
  .article .next .nav-img-next {
    right: 0px;
    width: 53px;
    height: 49px;
    top: 50%;
    box-shadow: 0px 0px 18px #bfbfbf;
  }
}
.article .next .next-span {
  width: 320px;
  padding-left: 10px;
}
.article .next-btn img,
.article .prev-btn img {
  width: 145px;
  height: 150px;
  display: block;
  padding: 0;
}
.ctc-btn:hover {
  cursor: pointer;
}
.share {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.high-txt {
  text-align: left;
  font: 30px;
}
.high-txt p {
  font: 10px/1.44em 'Lato', Tahoma, sans-serif;
}
.fb {
  background: url(../img/facebook.png) no-repeat;
}
.ln {
  background: url(../img/linked_in.png) no-repeat;
}
.link {
  background: url(../img/link.png) no-repeat;
}
.back-btn {
  position: absolute;
  bottom: 20px;
  font-weight: 700;
}
.back-btn-top {
  justify-content: center;
  text-align: center;
  margin-top: 0;
  position: relative;
  margin-top: 80px;
}
.dropdown {
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  margin: 30px auto 0;
  text-align: center;
  z-index: 10;
}
.dropdown .dropdown-btn {
  height: 45px;
  line-height: 45px;
  cursor: pointer;
}
.dropdown .dropdown-content {
  display: none;
  background: #3F3F3F;
  border-radius: 3px;
  padding-top: 10px;
}
.dropdown .dropdown-content::before {
  content: '';
  position: absolute;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #3F3F3F;
  width: 10px;
  height: 10px;
  top: 35px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.dropdown .dropdown-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown .dropdown-content li {
  height: 45px;
  line-height: 45px;
}
#inputCopy {
  width: 0;
  height: 0;
  opacity: 0;
}
@media only screen and (max-width: 960px) {
  .add_video_box {
    display: grid;
    justify-content: center;
  }
}
.add_video {
  margin-top: 90px;
}
@media only screen and (max-width: 960px) {
  .add_video {
    width: 320px;
  }
}
.about-us main {
  background-color: #ffffff;
  color: #34363c;
  padding: 1px 0 100px;
  margin-bottom: 350px;
  position: relative;
  z-index: 1;
}
.section1 {
  margin-top: 130px;
  margin-bottom: 130px;
}
.section1 h2 {
  width: 45%;
}
@media only screen and (max-width : 768px) {
  .section1 h2 {
    width: 100%;
    margin-bottom: 40px;
  }
}
.quote {
  margin: 0 0 120px;
  width: 100%;
  height: 4em;
}
.quote svg {
  width: 100%;
  height: 100%;
}
.slider-quotes {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slider-quotes:after {
  content: '';
  display: block;
  position: absolute;
  top: -3em;
  left: 50%;
  margin-left: -1.75em;
  width: 3.5em;
  height: 0;
  border-bottom: 2px solid #34363c;
}
.slider-quotes q {
  font: 24px/1.5em 'Lato', Tahoma, sans-serif;
}
.section2 {
  margin-top: 130px;
}
.section2 h2 {
  padding-right: 50%;
}
.section2 p {
  padding-left: 50%;
}
@media only screen and (max-width : 768px) {
  .section2 h2,
  .section2 p {
    padding: 0;
  }
}
.section3 {
  margin-top: 80px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10vw;
}
@media only screen and (max-width: 960px) {
  .section3 {
    padding: 20px;
  }
}
.section3 .anim-box {
  width: 33.33%;
  perspective: 400px;
  perspective-origin: 50% 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  cursor: pointer;
}
.section3 .anim-box:hover .anim-object {
  transform: rotateX(180deg);
}
@media only screen and (max-width : 768px) {
  .section3 .anim-box {
    width: 50%;
  }
}
@media only screen and (max-width : 540px) {
  .section3 .anim-box {
    width: 100%;
  }
}
.section3 .anim-object {
  width: 300px;
  height: 300px;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform: rotateX(0);
  transition: transform .75s linear;
}
.section3 .anim-object.delay {
  transition-delay: .3s;
}
.section3 .face {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 10px;
}
.section3 .back {
  transform: rotateX(180deg);
}
.section3 .front {
  padding: 0 20px;
}
.section3 .front figure {
  margin: 0;
}
.section3 .front figure img {
  display: inline-block;
  margin-bottom: 20px;
}
.filter-menu {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.filter-menu:before {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  border-top: 2px solid rgba(52, 54, 60, 0.15);
  top: 50%;
  z-index: -1;
}
.filter-menu ul {
  list-style: none;
  padding: 0 20px;
  margin: 0;
  display: inline-flex;
  justify-content: left;
  background-color: #ffffff;
}
@media only screen and (max-width: 640px) {
  .filter-menu ul {
    display: block;
    margin: 30px 0;
    text-align: center;
  }
}
.filter-menu ul li {
  padding: 0 px;
}
.filter-menu ul button {
  border: none;
  background-color: transparent;
  font: 800 16px/1em 'Lato', Tahoma, sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(52, 54, 60, 0.5);
  transition: color .3s;
}
.filter-menu ul button.active,
.filter-menu ul button:hover {
  color: #34363c;
}
.filter-menu ul button.active[disabled="disabled"] {
  color: rgba(52, 54, 60, 0.5);
  position: relative;
}
.filter-menu ul button.active[disabled="disabled"]:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('../img/loader.gif');
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #ffffff;
  top: -2em;
  left: 50%;
  transform: translateX(-50%);
}
.filtered-box {
  margin: 0 auto;
}
.filtered-box #blog-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  height: 20px;
  width: 20px;
  margin-left: 50%;
  transform: translateX(-10px);
  transition: all .5s;
}
.filtered-box #blog-list:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('../img/loader.gif');
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 10;
}
.filtered-box #blog-list.done {
  overflow: visible;
  height: auto;
  width: auto;
  margin-left: 0;
  transform: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.filtered-box #blog-list.done:before {
  display: none;
}
.filtered-box .item-box {
  width: 300px;
  position: absolute;
  transition: transform 1s, left 1s, top 1s;
  transform: scale(1);
}
.filtered-box .item-box.hide {
  transform: scale(0);
  z-index: -1;
}
.filtered-box figure {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.filtered-box figure:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 1s;
}
.filtered-box figure:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.filtered-box figure:hover img {
  transform: scale(1.2);
}
.filtered-box figure:hover span {
  opacity: 1;
  letter-spacing: 5px;
}
.filtered-box figure:hover span:after {
  transform: translate(-50%, 0) rotate(0);
  opacity: 1;
  transition: opacity .5s .5s, transform .5s .5s;
}
.filtered-box figure img {
  max-width: 300px;
  transform: none;
  display: block;
  transition: transform 1s;
}
.filtered-box figure span {
  display: block;
  width: 100%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  z-index: 2;
  font: 800 15px/1.25em 'Lato', Tahoma, sans-serif;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  transition: opacity 1s, letter-spacing 1s;
}
.filtered-box figure span:after {
  content: '';
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url('../img/arrow_btn.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 30px) rotate(-180deg);
  opacity: 0;
  transition: opacity .5s .5s, transform 0 1s;
}
.filtered-box h2 {
  font: bold 18px/1.25em 'Lato', Tahoma, sans-serif;
  text-transform: uppercase;
  margin-top: 1.5em;
}
.filtered-box .foot {
  text-transform: uppercase;
  font: bold 12px/1em 'Lato', Tahoma, sans-serif;
  display: inline-block;
  padding-bottom: 15px;
}
.filtered-box .foot time {
  color: #b2b5bd;
}
.filtered-box .foot .realization {
  margin-left: 10px;
  display: inline-block;
  background-color: #34363c;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 10px;
}
.contact main {
  background-color: #ffffff;
  color: #34363c;
  padding: 1px 0 100px;
  margin-bottom: 350px;
  position: relative;
  z-index: 1;
}
.contact .section1 {
  margin-bottom: 60px;
}
@media only screen and (max-width : 768px) {
  .contact .section1 {
    margin-bottom: 120px;
  }
}
.contact .section1 .circle-arrow-btn {
  right: auto;
  left: 0;
  background: none;
  border: none;
}
@media only screen and (max-width : 768px) {
  .contact .section1 .circle-arrow-btn {
    right: 20px;
    left: auto;
  }
}
.contact .section1 .circle-arrow-btn span {
  margin-top: 3em;
}
@media only screen and (max-width: 640px) {
  .contact .section1 .circle-arrow-btn span {
    font: 800 13px/1em 'Lato', Tahoma, sans-serif;
    padding-left: 0px;
    text-align: center;
  }
}
.contact .section1 .circle-arrow-btn:hover span {
  left: 40px;
}
@media only screen and (max-width : 768px) {
  .contact .section1 .circle-arrow-btn:hover span {
    left: 20px;
  }
}
.contact .social {
  margin-bottom: 60px;
}
.contact .social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 480px) {
  .contact .social ul {
    justify-content: center;
  }
}
.contact .social ul li {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
}
.contact .social ul li:not(:last-of-type) {
  margin-right: 15px;
}
.contact .social ul a {
  display: block;
}
.contact .social img {
  display: block;
}
.contact .social .txt {
  position: relative;
  font-size: 18px;
  padding: 12px 0 12px 54px;
}
@media only screen and (max-width : 768px) {
  .contact .social .txt {
    margin-top: 30px;
  }
}
.contact .social .txt:before {
  content: '';
  display: inline-block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../img/call_in.png');
  background-position: center;
  background-repeat: no-repeat;
}
.contact .social .txt a {
  font-weight: bold;
  position: relative;
}
.contact .social .txt a:after,
.contact .social .txt a:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #34363c;
  width: 100%;
}
.contact .social .txt a:after {
  left: 0;
  transition: width .3s;
}
.contact .social .txt a:before {
  right: 0;
  width: 0;
  transition: width .3s;
}
.contact .social .txt a:hover:after {
  width: 0;
}
.contact .social .txt a:hover:before {
  width: 100%;
  transition: width .3s .3s;
}
.section-map {
  width: 100%;
  height: 25vw;
  background-color: #cccccc;
  margin-bottom: 100px;
  position: relative;
}
@media only screen and (max-width: 1366px) {
  .section-map {
    height: 350px;
  }
}
@media only screen and (max-width: 960px) {
  .section-map {
    height: 240px;
    margin-bottom: 280px;
  }
}
.section-map .google-map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity .5s;
}
.section-map .google-map:hover {
  opacity: 0.85;
}
.section-map .map-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/map_rydultowy.jpg');
  background-size: cover;
}
.section-map .map-controlls {
  position: absolute;
  background-color: #ffffff;
  right: 11vw;
  bottom: -100px;
  padding: 30px 70px 60px 50px;
  box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.15);
  width: 450px;
  height: 290px;
  overflow: hidden;
}
@media only screen and (max-width: 1366px) {
  .section-map .map-controlls {
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.85);
  }
}
@media only screen and (max-width: 960px) {
  .section-map .map-controlls {
    position: absolute;
    bottom: -290px;
    width: 100%;
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 480px) {
  .section-map .map-controlls {
    bottom: -360px;
    height: 360px;
  }
}
.section-map .map-controlls .top > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-map .map-controlls .top > ul li {
  padding-right: 20px;
  display: inline-block;
  opacity: 1;
  transition: opacity .5s;
}
.section-map .map-controlls .top > ul li:not(.active) {
  opacity: .5;
}
.section-map .map-controlls .top > ul button {
  text-transform: uppercase;
  font: 800 16px/1em 'Lato', Tahoma, sans-serif;
  letter-spacing: 5px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.section-map .map-controlls .contact-switch {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 42px;
  height: 42px;
  border: none;
  padding: 0;
  background-color: transparent;
}
.section-map .map-controlls .contact-switch.active span:after {
  transform: rotateY(-180deg);
  background-position: left center;
}
.section-map .map-controlls .contact-switch span {
  display: block;
  border-left: 2px solid rgba(52, 54, 60, 0.25);
  width: 100%;
  height: 27px;
}
.section-map .map-controlls .contact-switch span:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url('../img/arrow_next_black.svg');
  background-size: 40%;
  background-position: right center;
  background-repeat: no-repeat;
  transition: all .3s;
}
.section-map .map-controlls .bottom {
  list-style: none;
  margin: 0;
  padding: 0;
}
.section-map .map-controlls .bottom li {
  animation: swing-in-left-bck 1s forwards;
}
.section-map .map-controlls .bottom li:not(.active) {
  display: none;
}
.section-map .map-controlls .bottom span {
  display: block;
  font: bold 12px/1.67em 'Lato', Tahoma, sans-serif;
  color: rgba(52, 54, 60, 0.5);
  text-transform: uppercase;
}
.section-map .map-controlls .bottom h3 {
  font: bold 18px/1.25em 'Lato', Tahoma, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 2.5em 0 1.5em;
}
.section-map .map-controlls .bottom .links {
  margin-top: 1em;
}
.section-map .map-controlls .bottom .links span {
  display: inline-block;
  position: relative;
  line-height: 1em;
}
@media only screen and (max-width: 480px) {
  .section-map .map-controlls .bottom .links span {
    display: block;
    margin: 7px 0;
  }
}
.section-map .map-controlls .bottom .links span:last-of-type {
  margin-left: 20px;
}
@media only screen and (max-width: 480px) {
  .section-map .map-controlls .bottom .links span:last-of-type {
    margin-left: 0px;
  }
}
.section-map .map-controlls .bottom .links span:last-of-type:before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  border-right: 2px solid rgba(52, 54, 60, 0.3);
  left: -13px;
  top: 0;
}
@media only screen and (max-width: 480px) {
  .section-map .map-controlls .bottom .links span:last-of-type:before {
    border-right: none;
  }
}
.newbusiness ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.newbusiness ul li {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .newbusiness ul li {
    width: 100%;
    margin-left: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .newbusiness ul li {
    margin-left: 20px;
  }
}
.newbusiness ul li span {
  display: block;
}
@media only screen and (max-width: 640px) {
  .newbusiness ul li span {
    width: 60%;
  }
}
@media only screen and (max-width: 480px) {
  .newbusiness ul li span {
    width: 90%;
  }
}
.newbusiness ul a {
  display: inline-block;
}
.newbusiness ul a:after {
  content: '';
  display: block;
  width: 0;
  border-bottom: 1px solid #34363c;
  transition: width 0.5s ease-out;
}
.newbusiness ul a:hover:after {
  width: 100%;
}
.newbusiness .header {
  font: 800 45px/1.2em 'Lato', Tahoma, sans-serif;
  position: relative;
  text-align: left;
  font: 30px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  margin-top: 6em;
}
@media only screen and (max-width: 480px) {
  .newbusiness .header {
    font: 800 40px/1.2em 'Lato', Tahoma, sans-serif;
  }
}
.newbusiness .header:before {
  content: '';
  display: block;
  position: absolute;
  top: -1em;
  left: 0;
  width: 1.2em;
  height: 0;
  border-bottom: 2px solid #34363c;
}
.newbusiness .header p {
  font: 10px/1.44em 'Lato', Tahoma, sans-serif;
}
.newbusiness .header p {
  font: 10px/1.44em 'Lato', Tahoma, sans-serif;
}
@media only screen and (max-width: 480px) {
  .newbusiness .header {
    font-size: 18px;
  }
}
.newbusiness .header:before {
  width: 3em;
  top: -2em;
}
.newbusiness .lighten {
  color: rgba(52, 54, 60, 0.5);
  margin: 1em 0;
}
#content-winInfo {
  width: 260px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}
.section-header h1 {
  text-align: center;
  padding-top: 10%;
  position: relative;
  font: 60px/1em 'butler_stencil', Arial, sans-serif;
}
@media only screen and (max-width: 640px) {
  .section-header h1 {
    padding-top: 15%;
    font: 35px/1em 'butler_stencil', Arial, sans-serif;
  }
}
@media only screen and (max-width : 540px) {
  .section-header h1 {
    padding-top: 20%;
  }
}
.section-header span {
  display: flow-root;
  text-align: center;
  padding-top: 5%;
  font: 16px/1.44em 'Lato', Tahoma, monospace;
}
.article img {
  padding-top: 5%;
  height: auto;
  width: 100%;
}
.article p {
  font: 18px/1.44em 'Lato', Tahoma, sans-serif;
}
.article .left {
  padding-top: 0;
  text-align: right;
  margin: 0;
}
.high-txt {
  text-align: left;
  font: 30px;
}
.high-txt p {
  font: 10px/1.44em 'Lato', Tahoma, sans-serif;
}
.privacy {
  margin-top: 200px;
}
.privacy h1 {
  font-size: 40px;
}
.privacy-info {
  position: fixed;
  z-index: 50;
  bottom: 0;
  width: 100%;
  background-color: #171c22;
  color: #fff;
}
.privacy-info a {
  color: #bbf;
}
.privacy-info .privacy-info-close {
  float: right;
  clear: both;
  margin-right: 8px;
}
html:not(.no-flexbox) .old-browser-info {
  display: none;
}
.no-flexbox body * {
  display: none;
}
.no-flexbox .old-browser-info {
  position: absolute;
  height: 100%;
  width: 960px;
  left: 50%;
  margin-left: -480px;
  display: table;
}
.no-flexbox .old-browser-info tr:first-of-type td {
  vertical-align: bottom;
  padding-bottom: 25px;
  text-align: center;
}
.no-flexbox .old-browser-info tr:first-of-type td p {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: bold;
  text-transform: uppercase;
}
.no-flexbox .old-browser-info tr:first-of-type td p span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  text-transform: lowercase;
}
.no-flexbox .old-browser-info tr:last-of-type td {
  vertical-align: top;
}
.no-flexbox .old-browser-info .browsers {
  text-align: center;
}
.no-flexbox .old-browser-info .browsers a {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  transition: 0.5s 0s all;
  top: 0;
  font-size: 0;
}
.no-flexbox .old-browser-info .browsers a:hover {
  top: -20px;
}
.no-flexbox .old-browser-info .browsers .chrome {
  background-image: url('../img/old-browsers.png');
}
.no-flexbox .old-browser-info .browsers .edge {
  background-image: url('../img/old-browsers.png');
  background-position-x: -150px;
}
.no-flexbox .old-browser-info .browsers .firefox {
  background-image: url('../img/old-browsers.png');
  background-position-x: -300px;
}
.no-flexbox .old-browser-info .browsers .opera {
  background-image: url('../img/old-browsers.png');
  background-position-x: -450px;
}
.no-flexbox .old-browser-info .browsers .safari {
  background-image: url('../img/old-browsers.png');
  background-position-x: -600px;
}
/*! fancyBox v3 fancyapps.com */
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  -ms-touch-action: none;
  touch-action: none;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity .2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}
.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}
.fancybox-infobar {
  display: none;
}
.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}
.fancybox-show-buttons .fancybox-buttons {
  display: block;
}
.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}
.fancybox-slider-wrap,
.fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide--image {
  overflow: hidden;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(12%);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
  background: transparent;
}
.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}
.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  font: 21px/1 Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  cursor: pointer;
  background: #fff;
  transition: background .2s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus {
  outline: 1px dotted #888;
}
.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}
.fancybox-close-small:hover {
  color: #555;
  background: #eee;
}
/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none;
}
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}
.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}
.fancybox-infobar__body,
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
  opacity: 0.5;
}
.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close {
  float: right;
}
.fancybox-button--close::before,
.fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(49%);
  left: calc(42%);
}
.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left,
  .fancybox-button--right,
  .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}
/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}
.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}
/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}
.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}
.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls,
  .fancybox-container--thumbs .fancybox-slider-wrap,
  .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  padding-bottom: 140px;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../js/slick/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../js/slick/fonts/slick.eot');
  src: url('../js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../js/slick/fonts/slick.woff') format('woff'), url('../js/slick/fonts/slick.ttf') format('truetype'), url('../js/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 42px;
  width: 42px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  display: block;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #000000;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0;
  background-size: 50%;
}
.slick-prev {
  right: 50%;
  margin-right: 20px;
}
.slick-prev:before {
  content: url('../img/arrow_next_black.svg');
  transform: rotate(180deg) scale(0.5);
}
.slick-prev:after {
  content: '';
  display: block;
  position: absolute;
  right: -21px;
  top: 0;
  height: 100%;
  border-right: 2px solid rgba(52, 54, 60, 0.15);
}
.slick-next {
  left: 50%;
  margin-left: 20px;
}
.slick-next:before {
  content: url('../img/arrow_next_black.svg');
  transform: scale(0.5);
}
.wystawy .slick-prev,
.festiwal .slick-prev,
.wystawy .slick-next,
.festiwal .slick-next {
  top: 50px;
  z-index: 1;
}
.wystawy .slick-prev,
.festiwal .slick-prev {
  left: 5;
}
.wystawy .slick-prev[dir="rtl"],
.festiwal .slick-prev[dir="rtl"] {
  left: auto;
  right: -50px;
}
.wystawy .slick-prev:before,
.festiwal .slick-prev:before {
  content: url('../img/arrow_next_black.svg');
  transform: rotate(180deg) scale(0.5);
}
.wystawy .slick-prev:before[dir="rtl"],
.festiwal .slick-prev:before[dir="rtl"] {
  content: url('../img/arrow_next_black.svg');
  transform: scale(0.5);
}
.wystawy .slick-next,
.festiwal .slick-next {
  right: calc(50% - 480px);
}
.wystawy .slick-next[dir="rtl"],
.festiwal .slick-next[dir="rtl"] {
  left: -50px;
  right: auto;
}
.wystawy .slick-next:before,
.festiwal .slick-next:before {
  content: url('../img/arrow_next_black.svg');
  transform: scale(0.5);
}
.wystawy .slick-next:before[dir="rtl"],
.festiwal .slick-next:before[dir="rtl"] {
  content: url('../img/arrow_next_black.svg');
  transform: rotate(180deg) scale(0.5);
}
.wystawy #zbiorowe .slick-prev:before,
.festiwal #zbiorowe .slick-prev:before,
.wystawy #zbiorowe .slick-next:before,
.festiwal #zbiorowe .slick-next:before {
  content: url('../img/arrow_next_black-white.svg');
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.wcag_hide {
  position: absolute;
  top: 0;
  left: -100vw;
  width: 1px;
  height: 1px;
}
.wcag_hide.unactive {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  z-index: 99999;
}
@media (max-width: 420px) {
  .popup {
    width: 94%;
    padding: 10px;
  }
}
.popup__close {
  position: absolute;
  right: 17px;
  top: 0;
  width: 32px;
  height: 32px;
  opacity: 1;
  background: none;
  border: none;
}
.popup__close:before,
.popup__close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: black;
}
.popup__close:before {
  transform: rotate(45deg);
}
.popup__close:after {
  transform: rotate(-45deg);
}
.popup__content {
  display: flex;
}
@media (max-width: 640px) and (max-height: 630px) {
  .popup__content {
    overflow-y: scroll;
    height: 80vh;
  }
}
@media (max-width: 640px) {
  .popup__content {
    flex-direction: column;
  }
}
.popup__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__text {
  width: 490px;
  padding: 20px;
}
@media (max-width: 800px) {
  .popup__text {
    width: 370px;
  }
}
@media (max-width: 420px) {
  .popup__text {
    width: 100%;
    padding: 0;
  }
}
.popup__text h2 {
  font-size: 44px;
  font-weight: 700;
  font-family: "butler_stencil", Arial, sans-serif;
  margin: 10px 0;
  line-height: 1.1em;
}
@media (max-width: 800px) {
  .popup__text h2 {
    font-size: 32px;
  }
}
@media (max-width: 420px) {
  .popup__text h2 {
    font-size: 27px;
  }
}
.popup__text p {
  font-size: 22px;
  font-family: "Lato", Tahoma, sans-serif;
  line-height: 1em;
}
@media (max-width: 800px) {
  .popup__text p {
    font-size: 16px;
  }
}
.popup__text a {
  margin-top: 22px;
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding: 0 30px;
  border: 1px solid black;
  background: black;
  color: white;
  transition: 0.4s;
}
.popup__text a:hover {
  background: white;
  color: black;
}
