@import url(//fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,700,900&subset=latin-ext);
@import url(//fonts.googleapis.com/css?family=Playfair+Display&subset=latin-ext);
@import url(//fonts.googleapis.com/css?family=Catamaran:500,600&subset=latin-ext);
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

.wisebird-footer {
  position: fixed;
  z-index: 999999;
  left: 0;
  width: 100%;
  height: 200px;
  background: url(https://wisebird.pl/_footer/bg2.png) no-repeat center top #fff;
  background-size: cover;
  display: block;
  box-shadow: 0 -10px 70px rgba(0, 0, 0, 0.15);
  font-family: Catamaran, sans-serif;
  bottom: -250px;
  transition: all .4s ease-in-out;
  visibility: hidden;
}
.wisebird-footer.visible {
  bottom: 0;
  visibility: visible;
}
.wisebird-footer:after {
  clear: both;
  display: table;
  content: '';
}
.wisebird-footer .wisebird-info {
  padding: 35px 0 0 30px;
  float: left;
  width: 340px;
}
.wisebird-footer .wisebird-info img {
  width: 170px;
}
.wisebird-footer .wisebird-info span {
  display: inline-block;
  color: #e73049;
  margin: 8px 0 0 0;
  font-weight: 600;
  font-size: 16px;
}
.wisebird-footer .wisebird-infographic {
  width: calc(100% - 340px);
  float: right;
  height: 200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0 30px;
}
.wisebird-footer .wisebird-infographic img {
  max-width: 1227px;
  width: 100%;
}
.wisebird-footer .wisebird-whoweare {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  color: #000;
  margin: 15px 0 0 0;
  font-size: 18px;
  font-weight: 500;
}
.wisebird-footer .wisebird-whoweare ul {
  list-style: none;
  overflow: hidden;
  animation-name: wisebird-whoweare;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wisebird-footer .wisebird-whoweare ul li {
  line-height: 40px;
  margin: 0;
}

@keyframes wisebird-whoweare {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%,45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%,62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%,79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%,95.96% {
    transform: translate3d(0, -25%, 0);
  }
}
.wisebird-btn {
  width: 215px;
  height: 40px;
  background-image: url(https://wisebird.pl/_footer/wisebird-btn-white.png?v5);
  animation: wisebird-btn 4s steps(47) infinite;
  display: inline-block;
  font: 0/0 a;
  color: transparent;
}

@keyframes wisebird-btn {
  from {
    background-position: 0;
  }
  to {
    background-position: -10105px;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body,
input,
textarea,
button,
select {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

input,
textarea,
button,
select {
  outline: none;
}

body {
  background: #fff;
  color: #000;
}

a {
  text-decoration: none;
  color: #2c4bd3;
}

button {
  cursor: pointer;
}

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

.container, .checkerboard.checkerboard-boxed {
  width: 100%;
  max-width: 1340px;
  padding: 0 10px;
  margin: auto;
}

.section-header {
  text-align: left;
  line-height: 1.4;
  margin: 0 0 50px 0;
}

.section-header h2 {
  font-size: 40px;
  font-weight: 100;
  color: #000;
}
.section-header em {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.57);
  font-weight: 300;
}
@media (max-width: 700px) {
  .section-header {
    margin: 0 0 50px 0;
  }
  .section-header h2 {
    font-size: 32px;
  }
  .section-header em {
    font-size: 16px;
  }
}
.section-header.white-header h2 {
  color: #fff;
}
.section-header.white-header em {
  color: rgba(255, 255, 255, 0.57);
}

.parallax {
  min-height: 500px;
  padding: 100px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.fixed-phone {
  display: inline-block;
  background: url(../images/icon-phone.png) no-repeat 18px 50% #2c4bd3;
  background-size: auto 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: all .25s ease-in-out;
  color: #fff;
  font-weight: 500;
  line-height: 58px;
  padding: 0 0 0 60px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  z-index:99999;
}
.fixed-phone:hover {
  width: 200px;
  border-radius: 6px;
  font-size: 20px;
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  transition: all .25s ease-in-out;
}
.main-header.header-scroll {
  padding: 5px 0;
  background: #fff;
}
.main-header .container:after, .main-header .checkerboard.checkerboard-boxed:after {
  clear: both;
  display: table;
  content: '';
}
.main-header h1 {
  background: url(../images/logo.png) no-repeat center left;
  background-size: contain;
  width: 200px;
  height: 40px;
  font: 0/0 a;
  color: transparent;
  float: left;
  position: relative;
  z-index: 50;
  transition: all .25s ease-in-out;
}
.main-header .lang-selector i {
  width: 35px;
  height: 35px;
  background: #f6f6f6;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.main-header .lang-selector i img {
  border: 1px solid #d3d3d3;
}
.cookies-alert { 
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    z-index:9999;
    background:#232428;
    color:#fff;
    font-size:13px;
    line-height:1.5;
    padding:0 15px;
}

.cookies-alert .container {
    padding:20px 0;
    background:url(../images/cookies-img.png) no-repeat center left;
    background-size:50px auto;
    padding-left:70px;
    overflow: hidden;
}

.cookies-alert a {
    color:#fff;
    font-weight: bold;
}

.cookies-alert b { font-weight:bold; }

.cookies-alert span {
    width:110px;
    float:right;
    display:block;
    background:#fff;
    color:#232428;
    font-weight: bold;
    text-align: center;
    height:40px;
    line-height: 40px;
    margin-left:30px;
    border-radius:8px;
    cursor:pointer;
}

.cookies-alert p {
    float:left;
    width:calc(100% - 140px);
}
@media (min-width: 1051px) {
  .main-header .header-content {
    width: calc(100% - 200px);
    float: left;
  }
  .main-header .menu {
    text-align: center;
    width: calc(100% - 200px);
    float: left;
    visibility: hidden;
  }
  .main-header.visible {
    background: #fff;
  }
  .main-header .visible .menu {
    visibility: visible;
  }
  .main-header .menu li {
    display: inline-block;
    margin: 0 10px;
  }
  .main-header .menu a {
    display: inline-block;
    font-size: 14px;
    color: #71737a;
    height: 40px;
    line-height: 40px;
    padding: 0 5px;
    font-weight: 500;
    transition: all .25s ease-in-out;
  }
  .main-header .menu a:hover {
    color: #2c4bd3;
  }
  .main-header .lang-selector {
    width: auto;
    float: left;
    text-align: right;
    position: relative;
  }
  .main-header .lang-selector span {
    font-size: 14px;
    color: #71737a;
    display: inline-block;
    line-height: 35px;
    margin: 0 10px 0 0;
  }
  .main-header .lang-selector .current-lang {
    padding: 0;
    display: inline-block;
  }
  .main-header .lang-selector .choose-lang {
    position: absolute;
    left: 0;
    width: 150px;
    background: #fff;
    padding: 15px 20px 10px 20px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    transition: all .25s ease-in-out;
    opacity: 0;
    visibility: hidden;
    top: 50%;
  }
  .main-header .lang-selector .choose-lang a {
    display: block;
    padding: 3px 0;
    transition: all .25s ease-in-out;
  }
  .main-header .lang-selector .choose-lang a:hover span, .main-header .lang-selector .choose-lang a.active span {
    color: #2c4bd3;
  }
  .main-header .lang-selector:hover .choose-lang {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
}
.main-header .menu-toggle {
  background-image: url(../images/ham.png);
  width: 35px;
  height: 35px;
  display: inline-block;
  float: left;
  position: relative;
  z-index: 50;
  transition: all .25s ease-in-out;
  background-repeat: no-repeat;
  background-size:25px;
  background-position: center;
  cursor: pointer;
}
.main-header .menu-toggle:before, .main-header .menu-toggle:after {
  display:none;
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background: #2c4bd3;
  top: 50%;
  left: 0;
  transition: all .25s ease-in-out;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}
.main-header .menu-toggle:before {
  margin-top: -8px;
}
.main-header .menu-toggle:after {
  margin-top: 6px;
}
.main-header .menu-toggle.close {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}
.main-header .menu-toggle.close:before, .main-header .menu-toggle.close:after {
  margin-top: 0;
}
.main-header .menu-toggle.close:before {
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}
.main-header .menu-toggle.close:after {
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
@media (max-width: 1050px) {
  .main-header .menu-toggle {
    display: block;
  }
  .main-header .header-content {
    position: fixed;
    width: 100%;
/*     top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    padding: 100px 10px 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .25s ease-in-out; */
  }
  .main-header .header-content.visible {
    opacity: 1;
    visibility: visible;
  }
  .main-header .menu {
    text-align: center;
  }
  .main-header .menu li {
    display: block;
    margin: 5px 0;
  }
  .main-header .menu a {
    display: inline-block;
    font-size: 14px;
    color: #71737a;
    padding: 5px;
    font-weight: 500;
    transition: all .25s ease-in-out;
  }
  .main-header .menu a:hover {
    color: #2c4bd3;
  }
  .main-header .lang-selector {
    text-align: center;
    margin: 30px 0;
  }
  .main-header .lang-selector span {
    display: none;
  }
  .main-header .lang-selector .current-lang {
    display: none;
  }
  .main-header .lang-selector .choose-lang li {
    display: inline-block;
    margin: 0 5px;
  }
}

.main-header-offset {
  height: 70px;
}

.main-header.large-logo:not(.header-scroll) h1 {
  background: url(../images/logo.png) no-repeat top left;
  background-size: contain;
  width: 180px;
  height: 40px;
  position: absolute;
}
.main-header.large-logo:not(.header-scroll) .container > a, .main-header.large-logo:not(.header-scroll) .checkerboard.checkerboard-boxed > a {
  width: 200px;
  height: 40px;
  display: block;
  float: left;
}
.main-header.large-logo:not(.header-scroll) h1.dark{
  display:none;
}
.main-header.large-logo.header-scroll h1.dark{
  display:inline-block;
}
.main-header.large-logo.header-scroll h1.white{
  display:none;
}
.main-footer {
  background: #232428;
  padding: 10px 0 30px 0;
  
    font-family: 'PT Sans';
}
.main-footer .footer-links:after {
  clear: both;
  display: table;
  content: '';
}
.main-footer nav {
  float: left;
  width: calc(100% - 300px);
  margin-top: 15px;
}
.main-footer nav li {
  display: inline-block;
  margin: 0 5px;
}
.main-footer nav a {
  display: inline-block;
  padding: 5px;
  color: rgba(255, 255, 255, 0.35);
  transition: all .25s ease-in-out;
  font-size: 14px;
}
.main-footer nav a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.socialmedia {
  display: inline-block;
  width: auto;
  float: left;
  text-align: right;
  position: relative;
  height: 60px;
  line-height: 52px;
}
.main-header .socialmedia li{/* display: inline-block; *//* width: auto; *//* height: auto; */position: relative;/* margin: auto; */}
.main-footer .socialmedia li {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
  font-family: 'Rubik';
}
.socialmedia a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .25s ease-in-out;
  font: 0/0 a;
  color: transparent;
  border-radius: 25px;
}
.socialmedia a:hover {
  opacity: 0.7;
}
.socialmedia a.fb {
  background-image: url(../images/fb.png);
}
.footer-nav{
  
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  margin-top:50px;
  display: inline-block;
    width: 100%;
}
.main-footer span{
  color: #aeb0b5;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0;
  display:inline-block;
}

.main-footer p{
  color: #fff;
}
.main-footer span a{
  color: #aeb0b5;
}
.main-footer a{
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.main-footer .wisebird-btn {
  float: right;
}
.main-footer .footer-copyrights {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
}
.main-footer .footer-copyrights:after {
  clear: both;
  display: table;
  content: '';
}
.main-footer .footer-copyrights .footer-col {
  width: 50%;
  float: right;
}

@media (max-width: 450px) {
  .main-footer .footer-copyrights .footer-col {
    width: 100%;
    text-align: center;
  }
  .main-footer .footer-copyrights .footer-col .wisebird-btn {
    float: none;
  }
.cookies-alert .container {
    background-position: bottom 15px left;
    padding: 15px 0;
    background-size: 35px;
}
.cookies-alert p {
    width: calc(100%);
}


}
.main-footer .footer-copyrights p {
  color: rgba(255, 255, 255, 0.35);
  font-size: 13px;
  line-height: 1.3;
  margin: 12px 0;
}
.main-footer .footer-cookies {
  text-align: center;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.2);
  margin-top: 20px;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

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

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
}

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

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

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

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

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

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

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  background: url(../images/carousel-arrow.png) center no-repeat;
  width: 30px;
  height: 47px;
  font: 0/0 a;
  color: transparent;
  position: absolute;
  transition: all .25s ease-in-out;
  margin-top: -15px;
  opacity: 0.6;
}

.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.owl-carousel .owl-nav .owl-prev {
  left: 5px;
  position: absolute;
}

.owl-carousel .owl-nav .owl-next {
  right: 5px;
  position: absolute;
  -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
}

.owl-carousel .owl-dots {
  position: absolute;
  top: 80%;
  right: 5%;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid transparent;
  margin: 0 10px;
  font: 0/0 a;
  color: transparent;
  background: #d9d9da;
  transition: all .25s ease-in-out;
  border-radius: 50%;
  cursor: pointer;
  background-clip: padding-box;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot.active {
  border-color: #c0c0c1;
  background: #c0c0c1;
}

.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.btn {
  display: inline-block;
  height: 55px;
  line-height: 55px;
  border-radius: 3px;
  padding: 0 40px 0 40px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  background: #0b003f;
  color: #fff;
  transition: all .25s ease-in-out;
  border: 0;
  
  -moz-transform: skew(20deg, 0deg);
-webkit-transform: skew(20deg, 0deg);
-o-transform: skew(20deg, 0deg);
-ms-transform: skew(20deg, 0deg);
transform: skew(20deg, 0deg);
}

.btn span {
  display: inline-block;
  position: relative;
  transition: transform .25s ease-in-out;
  text-align: center;
  width: 100%;
  text-shadow: none;
  
  -moz-transform: skew(-20deg, 0deg);
-webkit-transform: skew(-20deg, 0deg);
-o-transform: skew(-20deg, 0deg);
-ms-transform: skew(-20deg, 0deg);
transform: skew(-20deg, 0deg);
}
.btn span:before {
  position: absolute;
  content: attr(data-text);
  top: 100%;
  left: 0;
  width: 100%;
    -moz-transform: skew(-20deg, 0deg);
-webkit-transform: skew(-20deg, 0deg);
-o-transform: skew(-20deg, 0deg);
-ms-transform: skew(-20deg, 0deg);
transform: skew(-20deg, 0deg);
}
.btn:hover span, .btn.active span {
  -ms-transform: translate(0, -100%);
      transform: translate(0, -100%);
}

.btn-white {
  background: #fff;
  color: #2c4bd3;
}
.btn-yellow{
  background: #e9dc00;
  color:#000;
}
.slider {
  position: relative;
  width: 100%;
  height: calc(100vh);
  background: url(../images/bg_slider.jpg);
  background-size: cover;
}
.slider .slides,
.slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .slider-scroll {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 25px;
}
.slider .slider-scroll_down{
  position: absolute;
  bottom: 0;
  left: 50px;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
}
.slider .slide {
      background-size: 100%;
    background-position: 100%;
    background-size: cover;
  background-attachment: fixed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: all .7s ease-in-out;
  background-repeat: no-repeat;
 }
.slider .slide.visible {
  opacity: 1;
  visibility: visible;
}
.slider .slide-text {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 700px;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  text-align: left;
}
.slider .slide-text h2 {
  font-size: 78px;
  line-height: 1.1;
  font-family: 'Rubik';
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
.slider .slide-text h2 b {
  font-weight: 300;
}
.slider .slide-text p {font-size: 42px;line-height: 0.7;font-family: 'Rubik';color: #e9dc00;font-weight: bold;text-transform: uppercase;}
.slider .slide-text p b {
  font-weight: 300;
}
.slider .slide-text .btn {
  margin-top: 50px;
}
@media (max-width: 1200px) {
  .slider .slide-text h2 {
    font-size: 40px;
  }
  .slider .slide-text p {
    font-size: 18px;
    font-weight: 300;
  }
  .slider .slide-text .btn {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .slider .slide-text h2 {
    font-size: 32px;
  }
  .slider .slide-text p {
    font-size: 16px;
  }
}
.slider .slider-nav {
  position: absolute;
  bottom: 5px;
  left: 50px;
  z-index: 50;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transform: rotate(-90deg);
}
.slider .slider-nav span {
  width: 15px;
  height: 15px;
  display: block;
  border: 2px solid transparent;
  margin: 10px 0;
  font: 0/0 a;
  color: transparent;
  background: #828382;
  transition: all .25s ease-in-out;
  border-radius: 50%;
  cursor: pointer;
  background-clip: padding-box;
}
.slider .slider-nav span:hover, .slider .slider-nav span.active {
  border-color: #fff;
  background: #fff;
}
@media (max-width: 1200px) {
  .slider .slider-nav {
    top: auto;
    bottom: 40px;
    left: -70px;
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transform: rotate(90deg);
  }
  .slider .slider-nav span {
    display: inline-block;
    margin: 0 10px;
  }
}

.aboutus-section {
  background: #f3f3f4;
  padding: 90px 0 120px;
}
@media (max-width: 700px) {
  .aboutus-section {
    padding: 40px 0 80px;
  }
}
.aboutus-section .aboutus-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.aboutus-section .aboutus-icons li {
  background: #fff;
  margin: 1px;
  border-radius: 4px;
  box-shadow: 0 42px 57px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 70px 30px;
  line-height: 1.5;
  width: calc(25% - 2px);
}
@media (max-width: 1050px) {
  .aboutus-section .aboutus-icons li {
    width: calc(50% - 2px);
  }
}
@media (max-width: 700px) {
  .aboutus-section .aboutus-icons li {
    padding: 50px 15px;
    font-size: 14px;
  }
}
.aboutus-section .aboutus-icons li img {
  max-width: 100%;
}
.aboutus-section .aboutus-icons li h3 {
  color: #2c4bd3;
  font-weight: 500;
  margin: 8px 0 12px;
}
.aboutus-section .aboutus-icons li p {
  color: rgba(0, 0, 0, 0.78);
  font-size: 14px;
}
.aboutus-section .aboutus-caption {
  background: url(../images/pattern.png);
  text-align: center;
  padding: 30px 20px;
  margin-top: 1px;
  border-radius: 4px;
}
.aboutus-section .aboutus-caption p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.6;
  margin: 15px 0;
  font-weight: 300;
}
@media (max-width: 700px) {
  .aboutus-section .aboutus-caption {
    padding: 15px 10px;
    font-size: 14px;
  }
}

.checkerboard .checkerboard-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 1000px) {
  .checkerboard .checkerboard-item {
    display: block;
  }
}
.checkerboard .checkerboard-item .checkerboard-image,
.checkerboard .checkerboard-item .checkerboard-gallery {
  position: relative;
}
.checkerboard .checkerboard-item .checkerboard-photo,
.checkerboard .checkerboard-item .checkerboard-gallery .img {
  background-size: cover;
  background-position: center;
}
.checkerboard .checkerboard-item .checkerboard-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: start;
      justify-content: flex-start;
}
.checkerboard .checkerboard-item:nth-of-type(even) .checkerboard-content {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.checkerboard.start-reverse .checkerboard-item:nth-of-type(odd) .checkerboard-image {
  -ms-flex-order: 2;
      order: 2;
  
}
.checkerboard.start-reverse .checkerboard-item:nth-of-type(odd) .checkerboard-content {
  -ms-flex-order: 1;
      order: 1;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.checkerboard.start-reverse .checkerboard-item:nth-of-type(even) .checkerboard-content {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.checkerboard:not(.start-reverse) .checkerboard-item:nth-of-type(even) .checkerboard-image {
  -ms-flex-order: 1;
      order: 1;
}
.checkerboard:not(.start-reverse) .checkerboard-item:nth-of-type(even) .checkerboard-content {
  -ms-flex-order: 2;
      order: 2;
}

.checkerboard.checkerboard-full .checkerboard-item {
  min-height: 600px;
}
.checkerboard.checkerboard-full .checkerboard-item .checkerboard-image,
.checkerboard.checkerboard-full .checkerboard-item .checkerboard-content {
  width: 50%;
}
@media (max-width: 1000px) {
  .checkerboard.checkerboard-full .checkerboard-item .checkerboard-image,
  .checkerboard.checkerboard-full .checkerboard-item .checkerboard-content {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .checkerboard.checkerboard-full .checkerboard-item .checkerboard-image {
    margin-bottom: 20px;
    height: 400px;
  }
}
.checkerboard.checkerboard-full .checkerboard-item .checkerboard-photo,
.checkerboard.checkerboard-full .checkerboard-item .checkerboard-gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.checkerboard.checkerboard-full .checkerboard-item .checkerboard-text {
  width: 100%;
  max-width: 650px;
  padding: 100px 10px 100px 70px;
}
@media (max-width: 1000px) {
  .checkerboard.checkerboard-full .checkerboard-item .checkerboard-text {
    max-width: 100%;
    padding: 20px 10px !important;
  }
}
.checkerboard.checkerboard-full .checkerboard-item:nth-of-type(even) .checkerboard-text {
  padding: 100px 70px 100px 10px;
}
@media (max-width: 1000px) {
  .checkerboard.checkerboard-full .checkerboard-item:nth-of-type(even) .checkerboard-text {
    padding: 20px 10px !important;
  }
}

.checkerboard.checkerboard-full.start-reverse .checkerboard-item:nth-of-type(odd) .checkerboard-text {
  padding: 100px 70px 100px 10px;
}
.checkerboard.checkerboard-full.start-reverse .checkerboard-item:nth-of-type(even) .checkerboard-text {
  padding: 100px 10px 100px 70px;
}

.checkerboard.checkerboard-boxed {
  -ms-flex-align: center;
      align-items: center;
}
.checkerboard.checkerboard-boxed .checkerboard-item {
  margin: 30px 0;
  -ms-flex-align: center;
      align-items: center;
}
.checkerboard.checkerboard-boxed .checkerboard-item .checkerboard-image,
.checkerboard.checkerboard-boxed .checkerboard-item .checkerboard-content {
  width: calc(50% - 20px);
}
@media (max-width: 1000px) {
  .checkerboard.checkerboard-boxed .checkerboard-item .checkerboard-image,
  .checkerboard.checkerboard-boxed .checkerboard-item .checkerboard-content {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .checkerboard.checkerboard-boxed .checkerboard-item .checkerboard-image {
    margin-bottom: 20px;
  }
}
.checkerboard.checkerboard-boxed .checkerboard-item .checkerboard-photo,
.checkerboard.checkerboard-boxed .checkerboard-item .checkerboard-gallery {
  height: 0;
  padding-bottom: 100%;
}
@media (max-width: 1000px) {
  .checkerboard.checkerboard-boxed .checkerboard-item .checkerboard-photo,
  .checkerboard.checkerboard-boxed .checkerboard-item .checkerboard-gallery {
    height: 400px;
    padding-bottom: 0;
  }
}

/**
* Owl carousel for checkerboard
*/
.checkerboard .checkerboard-gallery .img,
.checkerboard .owl-stage,
.checkerboard .owl-stage-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.checkerboard .owl-item {
  height: 100%;
}
.checkerboard .checkerboard-gallery:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.checkerboard .owl-nav {
  top: 0;
  position: static;
  opacity: 0;
  visibility: hidden;
  transition: .25s ease-in-out;
}
.checkerboard .owl-nav .owl-prev,
.checkerboard .owl-nav .owl-next {
  background: url(../images/checkerboard-arrow.png) center no-repeat rgba(0, 0, 0, 0.5);
  height: 40px;
  bottom: 0;
  margin-top: 0;
  z-index: 50;
  width: 50%;
}
.checkerboard .owl-nav .owl-prev {
  left: 0;
}
.checkerboard .owl-nav .owl-next {
  right: 0;
}

/**
* Template style
*/
.checkerboard .checkerboard-image .caption {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px;
  line-height: 1.5;
  max-width: 50%;
  font-size: 14px;
  border-bottom-right-radius: 4px;
}
.checkerboard .checkerboard-image .caption strong {
  font-weight: 500;
}
.checkerboard .checkerboard-text .checkerboard-header {
  text-align: left;
  margin-bottom: 40px;
}

.checkerboard .checkerboard-text p {
  margin: 30px 0;
  line-height: 1.8;
  padding: 15px 15px;
  text-align: justify;
  font-size: 12px;
}
.checkerboard .checkerboard-text p strong {
  font-weight: 500;
}
@media (max-width: 700px) {
  .checkerboard .checkerboard-text h3 {
    font-size: 28px;
  }
  .checkerboard .checkerboard-text p {
    font-size: 14px;
  }
}

.checkerboard-page .checkerboard-item {
  background: #f3f3f4;
}
.checkerboard-page .checkerboard-item:nth-of-type(1) {
  background: #232428;
  color: #fff;
}

.articles-section {
  padding: 80px 0;
  background: #0b003f;
  position: relative;
  border-right: 150px solid #e9dc00;
}
@media (max-width: 700px) {
  .articles-section {
    padding: 40px 0;
  }
}

.articles-list:after {
  clear: both;
  display: table;
  content: '';
}
.articles-list li {
  width: 100%;
  float: left;
  margin: 1px 1px 0 0;
  box-shadow: 0 42px 57px rgba(0, 0, 0, 0.05);
}
@media (max-width: 950px) {
  .articles-list li {
    width: calc(50% - 1px);
  }
}
.articles-list li:hover .content footer span {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
.articles-list .img {
  width: 50%;
  height: 0;
  padding-bottom: 60%;
  background-size: cover;
  background-position: center;
  display: inline-block;
  float: left;
  clip-path: polygon(0 0, 83% 0, 100% 96%, 0% 100%);
  margin-top: -80px;
}
.articles-list .content {
  padding: 200px 80px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  line-height: 1.6;
  height: 300px;
  width: 50%;
  float: left;
  display: inline-block;
}
.articles-list .content h3 {
  font-weight: 500;
  color: #2c4bd3;
  font-size: 17px;
  height: 50px;
  overflow: hidden;
}
.articles-list .content p {
  font-size: 12px;
  color: #c5c5c5;
  margin: 20px 0;
  height: 115px;
  overflow: hidden;
  line-height: 2;
  text-align: justify;
}
.articles-list .content footer:after {
  clear: both;
  display: table;
  content: '';
}
.articles-list .content footer time {
  float: left;
  font-size: 13px;
  background: url(../images/date-icon.png) no-repeat center left;
  padding: 2px 0 2px 20px;
  color: rgba(0, 0, 0, 0.8);
  margin: 5px 0 0 0;
}
.articles-list .content footer span {
  float: right;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  border: 2px solid #2c4bd3;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.7;
  display: block;
  font: 0/0 a;
  color: transparent;
  background: url(../images/arrow-icon.png) no-repeat center;
  transition: all .25s ease-in-out;
}
@media (max-width: 600px) {
  .articles-list .content {
    padding: 15px;
    height: 250px;
  }
  .articles-list .content h3 {
    font-size: 15px;
  }
  .articles-list .content p {
    margin: 10px 0;
    height: 112px;
  }
  .articles-list .content footer time {
    font-size: 11px;
    margin: 0;
    padding: 4px 0 4px 20px;
  }
  .articles-list .content footer span {
    display: none;
  }
}

.partners-section {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 40px  0;
}

.partners-list {
  padding: 0 40px;
  text-align: center;
}
.partners-list li {
  display: inline-block;
}
.partners-list a {
  display: block;
  text-align: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all .25s ease-in-out;
  height: auto;
}
.partners-list a img {
  vertical-align: middle;
}
.partners-list a:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
.partners-list img {
  max-width: 100%;
}

.opinions-section {
  padding: 80px 0 150px;
  background: #f3f3f4;
}
@media (max-width: 700px) {
  .opinions-section {
    padding: 40px 0 100px;
  }
}
.opinions-section .owl-height {
  transition: all .25s ease-in-out;
}

.opinions-list {
  text-align: center;
  padding: 0 40px;
}
.opinions-list li {
  line-height: 1.7;
  max-width: 700px;
  display: inline-block;
}
.opinions-list li img {
  border-radius: 50%;
}
.opinions-list li p {
  font-family: 'Playfair Display', Roboto, sans-serif;
  margin: 40px 0 30px 0;
}
.opinions-list li h3 {
  font-weight: 500;
  color: #2c4bd3;
}
.opinions-list li h4 {
  font-size: 12px;
}
@media (max-width: 700px) {
  .opinions-list li p {
    font-size: 14px;
    margin: 30px 0 20px;
  }
}

.contact-section {
  background: #2c4bd3;
  padding: 80px 0;
}
@media (max-width: 700px) {
  .contact-section {
    padding: 40px 0;
  }
}
.contact-section .ajax-response {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 14px;
}
.contact-section .contact-sides form {
  width: calc(100% - 330px);
  float: left;
}
.contact-section .contact-sides .contact-data {
  width: 270px;
  float: left;
  margin-left: 60px;
}
.contact-section .contact-sides .contact-data p {
  margin: 0 0 20px 0;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.8);
}
.contact-section .contact-sides .contact-data p strong {
  font-weight: 600;
  color: #fff;
}
.contact-section .contact-sides .contact-data p a {
  color: rgba(255, 255, 255, 0.8);
  transition: all .25s ease-in-out;
}
.contact-section .contact-sides .contact-data p a:hover {
  color: #fff;
}
@media (max-width: 700px) {
  .contact-section .contact-sides form {
    width: 100%;
  }
  .contact-section .contact-sides .contact-data {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 40px;
  }
}
.contact-section .textbox {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  height: 48px;
  padding: 15px 20px;
  color: #fff;
  transition: all .25s ease-in-out;
  border-radius: 4px;
}
.contact-section .textbox:focus {
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.contact-section textarea.textbox {
  resize: none;
  height: 150px;
  width: 100%;
}
.contact-section .row {
  width: 100%;
}
.contact-section .row, .contact-section .row-half {
  margin: 0 0 25px 0;
}
.contact-section .row:after, .contact-section .row-half:after {
  clear: both;
  display: table;
  content: '';
}
.contact-section .row-half .textbox {
  width: calc(50% - 15px);
  float: left;
}
.contact-section .row-half .textbox:last-child {
  margin-left: 30px;
}
@media (max-width: 900px) {
  .contact-section .row-half .textbox {
    width: 100%;
    float: none;
  }
  .contact-section .row-half .textbox:last-child {
    margin-left: 0;
    margin-top: 25px;
  }
}
.contact-section .styled-checkbox {
  position: relative;
  cursor: pointer;
}
.contact-section .styled-checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  z-index: -4;
}
.contact-section .styled-checkbox i {
  width: 16px;
  height: 16px;
  display: block;
  float: left;
  background: #fff;
  border-radius: 4px;
  margin: 4px 15px 5px 0;
  position: relative;
}
.contact-section .styled-checkbox i:before {
  position: absolute;
  content: '';
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  background: #2c4bd3;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease-in-out;
}
.contact-section .styled-checkbox input:checked ~ i:before {
  visibility: visible;
  opacity: 1;
}
.contact-section .styled-checkbox span {
  color: #fff;
  line-height: 1.2;
  font-size: 12px;
}

.contact-map {
  width: 100%;
  position: relative;
      background: #0a003f;
  
}
.contact-map .google-map {
  clip-path: polygon(0 10%, 80% 3%, 100% 100%, 0 100%);
  width: 100%;
  margin-top: -70px;
 }
.contact-map .google-map img {
  
  width: 100%;
 }
.contact-map .google-map .map-pin{
      text-align: center;
    margin-top: 130px;
     
   }
.contact-map .google-map .map-pin div{
      width: 46px;
    height: 68px;
    overflow: hidden;
    opacity: 1;
    cursor: pointer;
    touch-action: none;
    z-index: 0;
    display: inline-block;
    margin: auto;
  }
.contact-map .google-map .map-pin div img{
  left: 0px;
    top: 0px;
    user-select: none;
    width: 46px;
    height: 68px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    max-width: none;
}
.contact-map .map-link {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px;
  text-align: center;
}
.contact-map .contact-data{
      padding: 50px 50px;
}
.contact-map .contact-data, .contact-map .contact-data a{
      font-family: 'Rubik';
      line-height: 2;
    font-size: 18px;
    color: #fff;
}
.contact-map .contact-data h2{
  font-size: 70px;
}
.contact-map .contact-data strong{
  font-weight: bold;
}

.contact-map .contact-data .read-more{
  position: absolute;
    top: 60%;
    left: 40%;
}
.offer-section {
    padding: 80px 0 40px;
    background: #0b003f;
    color: #fff;
}
.offer-section .offer-titles {
    /* min-height: 400px; */
}
.offer-section .offer-titles span{color: #e9dc00;}
.offer-section .offer-titles li{
 display: inline-block;
    width: calc(50% - 100px);
    float: left;
    font-family: 'Rubik';
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 5px;
    border: 2px solid transparent;
    margin: 5px 20px;
}
.offer-section .offer-titles li:hover, .offer-section .offer-titles li.active{
  font-weight: bold;
  border: 2px solid #e9dc00;
  color: #e9dc00;
}
.offer-section .offer-description{
  position:relative;
  display: inline-block;
  width: 70%;
  background: #fff;
  -moz-transform: skew(20deg, 0deg);
  -webkit-transform: skew(20deg, 0deg);
  -o-transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
  transform: skew(9deg, 0deg);
  height: 400px;
  margin-left: -49px;
  }
.offer-section .offer-description div{
display: block;
        padding: 50px 100px;
       -moz-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    transform: skew(-9deg, 0deg);
}
.offer-section .offer-description div h1{
      font-size: 42px;
    font-family: 'Rubik';
    font-weight: 900;
    color: #0b003f;
    text-transform: uppercase;
    text-align: left;
    padding: 25px 0;
}
.offer-section .offer-description div p {
    color: #000;
    font-size: 12px;
    text-align: justify;
  line-height: 2.0
}
.read-more {
    font-family: 'Rubik';
    font-weight: 300;
    color: #0b003f;
    font-size: 24px;
      float: right;
    margin-top: 30px;
      line-height: 2;
   cursor: pointer;
  transition: 0.3s;
  background: transparent;
    border: none;
    border-bottom: 2px solid #c5c5c5;

}

.read-more.white {
  color: #fff;
}
 .read-more b {
  font-weight: bold
}
.read-more span {
  color: #e9dc00;
}
.read-more.small{
      font-size: 18px;
      margin-left: 50px;
}

.read-more:hover{
  font-weight: bold;
}
.offer-section .offer-image{background: transparent;position: relative;z-index: 5;}

.offer-section .offer-image img{
  width: calc(100%);
  clip-path: polygon(0 3%, 90% 0, 100% 95%, 0% 100%);
}
@media (max-width: 700px) {
  .offer-section {
    padding: 40px 0 20px;
  }
}

.offer-grid:after {
  clear: both;
  display: table;
  content: '';
}
.offer-grid li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.offer-grid li:nth-of-type(1) {
  margin-left: 0;
}
.offer-grid a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.offer-grid a:before {
  position: absolute;
  content: '';
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 5;
}
.offer-grid h3 {
  position: absolute;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  left: 15px;
  bottom: 20px;
  right: 15px;
  text-overflow: ellipsis;
/*   white-space: nowrap; */
  overflow: hidden;
  z-index: 10;
  text-align: center;
}

.offer-grid-1 a {
  padding-bottom: 60%;
}

.offer-grid-2 li {
  width: calc(50% - 10px);
  margin-left: 20px;
}
.offer-grid-2 li h3 {
  font-size: 32px;
  bottom: 20px;
}
@media (max-width: 600px) {
  .offer-grid-2 li h3 {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .offer-grid-2 li {
    width: calc(50% - 3px);
    margin-left: 5px;
  }
}
@media (max-width: 500px) {
  .offer-grid-2 li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
}

.offer-grid-3 li {
  width: calc(33.33% - 14px);
  margin-left: 20px;
}
.offer-grid-3 li h3 {
  font-size: 24px;
}
@media (max-width: 800px) {
  .offer-grid-3 li {
    width: calc(33.33% - 5px);
    margin-left: 7px;
    margin-bottom: 7px;
  }
  .offer-grid-3 li h3 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .offer-grid-3 li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.offer-grid-4 li {
  width: calc(50% - 10px);
     margin-left: 0;
    padding: 0 10px;
}
.offer-grid-4 li a {
  padding-bottom: 100%;
}
.offer-grid-4 li h3 {
  font-size: 22px;
  bottom: 15px;
}
@media (max-width: 750px) {
  .offer-grid-4 li {
    width: 100%;
        margin-left: 0px;
       padding: 0 2px;
    margin-bottom: 5px;
  }
}

.offer-grid-5 li {
  width: calc(33.33% - 14px);
  margin-left: 20px;
}
.offer-grid-5 li h3 {
  font-size: 24px;
}
@media (max-width: 800px) {
  .offer-grid-5 li {
    width: calc(33.33% - 5px);
    margin-left: 7px;
    margin-bottom: 7px;
  }
  .offer-grid-5 li h3 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .offer-grid-5 li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.offer-grid-5 li:nth-of-type(1),
.offer-grid-5 li:nth-of-type(2) {
  width: calc(50% - 10px);
  margin-left: 20px;
}
.offer-grid-5 li:nth-of-type(1) h3,
.offer-grid-5 li:nth-of-type(2) h3 {
  font-size: 32px;
  bottom: 20px;
}
@media (max-width: 600px) {
  .offer-grid-5 li:nth-of-type(1) h3,
  .offer-grid-5 li:nth-of-type(2) h3 {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .offer-grid-5 li:nth-of-type(1),
  .offer-grid-5 li:nth-of-type(2) {
    width: calc(50% - 3px);
    margin-left: 5px;
  }
}
@media (max-width: 500px) {
  .offer-grid-5 li:nth-of-type(1),
  .offer-grid-5 li:nth-of-type(2) {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.offer-grid-5 li:nth-of-type(1),
.offer-grid-5 li:nth-of-type(3) {
  margin-left: 0;
}

.offer-grid-6 li {
  width: calc(33.33% - 14px);
  margin-left: 20px;
}
.offer-grid-6 li h3 {
  font-size: 24px;
}
@media (max-width: 800px) {
  .offer-grid-6 li {
    width: calc(33.33% - 5px);
    margin-left: 7px;
    margin-bottom: 7px;
  }
  .offer-grid-6 li h3 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .offer-grid-6 li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.offer-grid-6 li:nth-of-type(3n+1) {
  margin-left: 0;
}

.offer-grid-7 li {
  width: calc(50% - 10px);
  margin-left: 20px;
}
.offer-grid-7 li h3 {
  font-size: 24px;
}
@media (max-width: 800px) {
  .offer-grid-7 li {
    width: calc(33.33% - 5px);
    margin-left: 7px;
    margin-bottom: 7px;
  }
  .offer-grid-7 li h3 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .offer-grid-7 li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.offer-grid-7 li:nth-of-type(n+5) {
  width: calc(33.3% - 7px);
  margin-left: 10px;
}
.offer-grid-7 li:nth-of-type(n+5) a {
  padding-bottom: 100%;
}
.offer-grid-7 li:nth-of-type(n+5) h3 {
  font-size: 22px;
  bottom: 15px;
}
@media (max-width: 750px) {
  .offer-grid-7 li:nth-of-type(n+5) {
    width: calc(50% - 3px);
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
.offer-grid-7 li:nth-of-type(3) {
  margin-left: 0;
}
.offer-grid-7 li:nth-of-type(5) {
  margin-left: 0;
}
@media (max-width: 750px) {
  .offer-grid-7 li:nth-of-type(7) {
    margin-left: 0;
  }
}

.offer-grid-8 li {
  width: calc(50% - 10px);
  margin-left: 10px;
  margin-bottom: 10px;
}
.offer-grid-8 li a {
  padding-bottom: 100%;
}
.offer-grid-8 li h3 {
  font-size: 22px;
  bottom: 15px;
}
@media (max-width: 750px) {
  .offer-grid-8 li {
    width: calc(50% - 3px);
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
.offer-grid-8 li:nth-of-type(5) {
  margin-left: 0;
}
@media (max-width: 750px) {
  .offer-grid-8 li:nth-of-type(3),
  .offer-grid-8 li:nth-of-type(7) {
    margin-left: 0;
  }
}

.offer-grid-9 li {
  width: calc(33.33% - 14px);
  margin-left: 20px;
}
.offer-grid-9 li h3 {
  font-size: 24px;
}
@media (max-width: 800px) {
  .offer-grid-9 li {
    width: calc(33.33% - 5px);
    margin-left: 7px;
    margin-bottom: 7px;
  }
  .offer-grid-9 li h3 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .offer-grid-9 li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.offer-grid-9 li:nth-of-type(4),
.offer-grid-9 li:nth-of-type(7) {
  margin-left: 0;
}

.offer-grid-10 li {
  width: calc(25% - 8px);
  margin-left: 10px;
}
.offer-grid-10 li a {
  padding-bottom: 100%;
}
.offer-grid-10 li h3 {
  font-size: 22px;
  bottom: 15px;
}
@media (max-width: 750px) {
  .offer-grid-10 li {
    width: calc(50% - 3px);
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
.offer-grid-10 li:nth-of-type(1),
.offer-grid-10 li:nth-of-type(2) {
  width: calc(50% - 10px);
  margin-left: 20px;
}
.offer-grid-10 li:nth-of-type(1) h3,
.offer-grid-10 li:nth-of-type(2) h3 {
  font-size: 32px;
  bottom: 20px;
}
@media (max-width: 600px) {
  .offer-grid-10 li:nth-of-type(1) h3,
  .offer-grid-10 li:nth-of-type(2) h3 {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .offer-grid-10 li:nth-of-type(1),
  .offer-grid-10 li:nth-of-type(2) {
    width: calc(50% - 3px);
    margin-left: 5px;
  }
}
@media (max-width: 500px) {
  .offer-grid-10 li:nth-of-type(1),
  .offer-grid-10 li:nth-of-type(2) {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.offer-grid-10 li:nth-of-type(1),
.offer-grid-10 li:nth-of-type(3),
.offer-grid-10 li:nth-of-type(7) {
  margin-left: 0;
}
@media (max-width: 750px) {
  .offer-grid-10 li:nth-of-type(5),
  .offer-grid-10 li:nth-of-type(9) {
    margin-left: 0;
  }
}

.offer-grid-11 li {
  width: calc(25% - 8px);
  margin-left: 10px;
}
.offer-grid-11 li a {
  padding-bottom: 100%;
}
.offer-grid-11 li h3 {
  font-size: 22px;
  bottom: 15px;
}
@media (max-width: 750px) {
  .offer-grid-11 li {
    width: calc(50% - 3px);
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
.offer-grid-11 li:nth-of-type(1),
.offer-grid-11 li:nth-of-type(2),
.offer-grid-11 li:nth-of-type(3) {
  width: calc(33.33% - 14px);
  margin-left: 20px;
}
.offer-grid-11 li:nth-of-type(1) h3,
.offer-grid-11 li:nth-of-type(2) h3,
.offer-grid-11 li:nth-of-type(3) h3 {
  font-size: 24px;
}
@media (max-width: 800px) {
  .offer-grid-11 li:nth-of-type(1),
  .offer-grid-11 li:nth-of-type(2),
  .offer-grid-11 li:nth-of-type(3) {
    width: calc(33.33% - 5px);
    margin-left: 7px;
    margin-bottom: 7px;
  }
  .offer-grid-11 li:nth-of-type(1) h3,
  .offer-grid-11 li:nth-of-type(2) h3,
  .offer-grid-11 li:nth-of-type(3) h3 {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .offer-grid-11 li:nth-of-type(1),
  .offer-grid-11 li:nth-of-type(2),
  .offer-grid-11 li:nth-of-type(3) {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
}
.offer-grid-11 li:nth-of-type(1),
.offer-grid-11 li:nth-of-type(4),
.offer-grid-11 li:nth-of-type(8) {
  margin-left: 0;
}
@media (max-width: 750px) {
  .offer-grid-11 li:nth-of-type(6),
  .offer-grid-11 li:nth-of-type(8),
  .offer-grid-11 li:nth-of-type(10) {
    margin-left: 0;
  }
}

.offer-grid-12 li {
  width: calc(25% - 8px);
  margin-left: 10px;
  margin-bottom: 10px;
}
.offer-grid-12 li a {
  padding-bottom: 100%;
}
.offer-grid-12 li h3 {
  font-size: 22px;
  bottom: 15px;
}
@media (max-width: 750px) {
  .offer-grid-12 li {
    width: calc(50% - 3px);
    margin-left: 5px;
    margin-bottom: 5px;
  }
}
.offer-grid-12 li:nth-of-type(4n+1) {
  margin-left: 0;
}
@media (max-width: 750px) {
  .offer-grid-12 li:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

.page-cover {
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-cover:before {
  position: absolute;
  content: '';
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 100%);
}
.page-cover h2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  z-index: 5;
}

.content-page {
  background: #f3f3f4;
  padding: 0 0 50px 0;
  overflow: hidden;
}
.content-page .section-header {
  margin-top: 70px;
}
@media (max-width: 700px) {
  .content-page .section-header {
    margin-top: 40px;
  }
}

.custompage-text {
  line-height: 1.4;
  font-size: 16px;
  margin-top: 25px;
}
.custompage-text time {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}
.custompage-text p {
  margin: 20px 0;
  color: #232428;
}

.gallery-grid:after {
  clear: both;
  display: table;
  content: '';
}
.gallery-grid li {
  width: 25%;
  float: left;
  height: 0;
  padding-bottom: 25%;
  position: relative;
}
@media (max-width: 1000px) {
  .gallery-grid li {
    width: 33.33%;
    padding-bottom: 33.33%;
  }
}
@media (max-width: 650px) {
  .gallery-grid li {
    width: 50%;
    padding-bottom: 50%;
  }
}
.gallery-grid a {
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.gallery-grid a:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.8;
  transition: all .25s ease-in-out;
}
.gallery-grid a:hover:before {
  opacity: 1;
}
.gallery-grid a time,
.gallery-grid a em,
.gallery-grid a h3 {
  position: absolute;
  left: 20px;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 5;
}
@media (max-width: 700px) {
  .gallery-grid a time,
  .gallery-grid a em,
  .gallery-grid a h3 {
    left: 10px;
    right: 10px;
  }
}
.gallery-grid a time {
  bottom: 20px;
  font-size: 12px;
}
.gallery-grid a em {
  font-weight: 300;
  bottom: 40px;
  font-size: 14px;
}
.gallery-grid a h3 {
  font-weight: 500;
  bottom: 60px;
}

@media (max-width: 950px) {
  .articles-section .articles-list li:nth-of-type(3) {
    display: none;
  }
}
.gallery-section {
  background: #f3f3f4;
}
.gallery-section .gallery-all {
  text-align: center;
  padding-bottom: 50px;
}
.gallery-section .gallery-grid li:nth-of-type(n+9) {
  display: none;
}

@keyframes flicker {
  0%, 43%, 47%, 61%, 63%, 97% {
    transform: skew(0deg, 0deg);
    opacity: 1;
  }
  45% {
    transform: rotateX(60deg) scale(0.8) skew(-100deg, 60deg);
    opacity: .3;
  }
  62% {
    opacity: .3;
  }
  100% {
    transform: skew(60deg, 30deg);
  }
}
.error-page {
  height: calc(100vh - 150px);
  background: url(../images/pattern.png);
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.error-page .title {
  text-align: center;
  animation: flicker 3s infinite;
  font-size: 48px;
  font-weight: 900;
  background: #2c4bd3;
  color: #f3f3f4;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  position: relative;
}
.error-page .title:before {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #2c4bd3;
  position: absolute;
  content: '';
  left: 50%;
  bottom: -20px;
  margin-left: -10px;
}
.error-page .message {
  animation: flicker 2s infinite;
  font-size: 26px;
  font-weight: 500;
  margin: 50px 0;
  color: #232428;
  line-height: 1.3;
}
