/* Utilities */
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,400italic,500,700,900&subset=latin,latin-ext);
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;
}

/* Tools */
/* Basic */
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body,
input,
textarea,
button {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

body {
  background: #fff;
  color: #46494e;
}

a {
  text-decoration: none;
  color: #4e8ef5;
}

button {
  cursor: pointer;
}

.clearfix:after {
  clear: both;
  display: table;
  content: '';
}

.container {
  width: 100%;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.section-heading {
  font-size: 62px;
  font-weight: 900;
  text-align: center;
  padding: 50px 0;
}

.btn {
  border-radius: 31px / 30px 30px 30px 30px;
  background-color: #4e8ef5;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  line-height: 58px;
  padding: 0 30px;
  cursor: pointer;
  border: 0;
}

.btn:hover { opacity:0.8; }

.textbox {
  background: #fff;
  border: 0;
  font-size: 14px;
  color: #5e6977;
  padding: 0 15px;
  height: 45px;
  width: 100%;
}

textarea.textbox {
  height: 150px;
  padding: 10px 15px;
}

@media (min-width: 1071px) {
  .main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 15px 0;
    background: #303030;
    transition: all .25s ease-in-out;
  }
  .main-header.header-transparent {
    padding: 60px 0 20px 0;
    background: transparent;
  }
  .main-header .container {
    height: 40px;
    position: relative;
    text-align: center;
  }
  .main-header h1 {
    width: 180px;
    height: 40px;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    font: 0/0 a;
    color: transparent;
    position: absolute;
    top: 0;
    left: 20px;
  }
  .main-header .main-nav li {
    display: inline-block;
    margin: 0 10px;
  }
  .main-header .main-nav a {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
  }
  .main-header .lang-nav {
    position: absolute;
    top: 0;
    right: 20px;
    font: 0/0 a;
    color: transparent;
    margin: 10px 0 0 0;
  }
  .main-header .lang-nav li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 4px 8px;
  }
  .main-header .lang-nav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    font: 0/0 a;
    color: transparent;
  }
  .main-header .lang-nav a.pl {
    background-image: url(../images/pl.png);
  }
  .main-header .lang-nav a.en {
    background-image: url(../images/en.png);
  }
  .main-header .lang-nav a.active {
    opacity: 1;
  }
}
@Media (max-width:1070px) {
  .mobileToggleNav {
    position: fixed;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 99999;
    display: none;
  }
  @media (max-width: 1200px) {
    .mobileToggleNav {
      display: block;
    }
  }
  .mobileToggleNav:before, .mobileToggleNav:after {
    position: absolute;
    content: '';
  }
  .mobileToggleNav:before {
    background: rgba(0, 0, 0, 0.8);
    width: 185px;
    height: 185px;
    border-radius: 50%;
    margin: -105px 0 0 -105px;
  }
  .mobileToggleNav:after {
    background: url(../images/mobilenav.png);
    width: 21px;
    height: 14px;
    margin: 20px 0 0 20px;
    transition: all .3s ease-in-out;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .mobileToggleNav.close:after {
    background: url(../images/mobilenav-close.png);
    width: 18px;
    height: 18px;
    margin: 18px 0 0 22px;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
  }

  .main-header {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    max-width: 380px;
    height: 100%;
    z-index: 999;
    background: #303030;
    text-align: center;
    transition: all .25s ease-in-out;
  }
  .main-header.visible {
    left: 0;
  }
  .main-header h1 {
    width: 180px;
    height: 40px;
    background-image: url(../images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
    font: 0/0 a;
    color: transparent;
    display: inline-block;
    margin: 30px 0;
  }
  .main-header .main-nav li {
    margin: 5px 0;
  }
  .main-header .main-nav a {
    color: #fff;
    font-weight: 500;
    display: block;
    padding: 5px 0;
  }
  .main-header .lang-nav {
    margin: 30px 0;
  }
  .main-header .lang-nav li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 4px 8px;
  }
  .main-header .lang-nav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    font: 0/0 a;
    color: transparent;
  }
  .main-header .lang-nav a.pl {
    background-image: url(../images/pl.png);
  }
  .main-header .lang-nav a.en {
    background-image: url(../images/en.png);
  }
  .main-header .lang-nav a.active {
    opacity: 1;
  }
}
.main-footer {
  background: #26162d;
}
.main-footer .footer-up {
  overflow: hidden;
  padding: 30px 0 25px;
  border-bottom: 1px solid #898c8f;
}
.main-footer .footer-up .logo {
  width: 140px;
  height: 40px;
  background: url(../images/logo.png) no-repeat center left;
  background-size: contain;
  float: left;
}
.main-footer .footer-up .main-nav {
  float: right;
}
.main-footer .footer-up .main-nav li {
  display: inline-block;
  margin-left: 15px;
}
.main-footer .footer-up .main-nav a {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
@media (max-width: 740px) {
  .main-footer .footer-up .main-nav {
    display: none;
  }
  .main-footer .footer-up .logo {
    float: none;
    margin: 0 auto;
  }
}
.main-footer .footer-bottom {
  overflow: hidden;
  padding: 30px 0 50px;
  font-size: 12px;
}
.main-footer .footer-bottom, .main-footer .footer-bottom a {
  color: #ddd;
}
.main-footer .footer-bottom strong {
  font-weight: 700;
}
.main-footer .footer-bottom p {
  margin: 5px 0;
  line-height: 1.4;
}
.main-footer .footer-bottom .left {
  float: left;
}
.main-footer .footer-bottom .right {
  float: right;
  text-align: right;
}
@media (max-width: 450px) {
  .main-footer .footer-bottom .left, .main-footer .footer-bottom .right {
    float: none;
    text-align: center;
  }
  .main-footer .footer-bottom .right {
    margin-top: 30px;
  }
}
.main-footer .footer-bottom .socialmedia {
  margin-bottom: 35px;
}
.main-footer .footer-bottom .socialmedia li {
  display: inline-block;
  margin-left: 10px;
}
.main-footer .footer-bottom .socialmedia a {
  font: 0/0 a;
  color: transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.main-footer .footer-bottom .socialmedia a.fb {
  background-image: url(../images/fb.png);
}
.main-footer .footer-bottom .socialmedia a.yt {
  background-image: url(../images/yt.png);
}
.main-footer .footer-bottom .socialmedia a.ig {
  background-image: url(../images/ig.png);
}
.main-footer .footer-bottom .socialmedia a.tw {
  background-image: url(../images/tw.png);
}
.socialmedia {
  margin-bottom: 35px;
}
.socialmedia li {
  display: inline-block;
  margin-left: 10px;
}
.socialmedia a {
  font: 0/0 a;
  color: transparent;
  display: inline-block;
  width: 40px;
  height: 40px;
}
.socialmedia a.fb {
  background-image: url(../images/fb.png);
}
.socialmedia a.yt {
  background-image: url(../images/yt.png);
}
.socialmedia a.ig {
  background-image: url(../images/ig.png);
}
.socialmedia a.tw {
  background-image: url(../images/tw.png);
}
/* Core Owl Carousel */
.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;
  -webkit-transform: translate3d(0px, 0px, 0px);
  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;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.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-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.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/icon-arrow.png) center no-repeat;
  width: 15px;
  height: 27px;
  font: 0/0 a;
  color: transparent;
  position: absolute;
  transition: all .25s ease-in-out;
  margin-top: -14px;
}

.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
  opacity: 0.6;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.owl-carousel .owl-nav .owl-prev {
  left: -65px;
  position: absolute;
}
@media (max-width: 600px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -45px;
  }
}

.owl-carousel .owl-nav .owl-next {
  right: -65px;
  position: absolute;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 600px) {
  .owl-carousel .owl-nav .owl-next {
    right: -45px;
  }
}

.owl-carousel .owl-dots {
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #3d3e45;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  transition: all .25s ease-in-out;
}

.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot.active {
  background: #3d3e45;
}

.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

/* Components */
.slider {
  width: 100%;
  height: 100vh;
  position: relative;
}
.slider .slides,
.slider .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider .slide {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
}
.slider .slide.visible {
  opacity: 1;
  visibility: visible;
}
.slider .slide-text {
  color: #fff;
  position: relative;
  z-index: 5;
  text-align: center;
  max-width: 830px;
  width: 100%;
  padding: 0 30px;
  line-height: 1.75;
}
.slider .slide-text h2 {
  font-size: 45px;
  font-weight: 900;
}
.slider .slide-text p {
  font-size: 22px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
}
.slider .slide-text a {
  background: url(../images/slider-down.png);
  width: 37px;
  height: 20px;
  display: inline-block;
  font: 0/0 a;
  color: transparent;
  margin-top: 90px;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}
@media (max-width: 920px) {
  .slider .slide-text {
    line-height: 1.5;
  }
  .slider .slide-text h2 {
    font-size: 36px;
  }
  .slider .slide-text p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .slider .slide-text {
    line-height: 1.3;
  }
  .slider .slide-text h2 {
    font-size: 26px;
  }
  .slider .slide-text p {
    font-size: 16px;
    margin: 10px 0 0 0;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
.slider .slider-nav {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}
.slider .slider-nav li {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #fff;
  transition: all .25s ease-in-out;
  background: transparent;
  font: 0/0 a;
  color: transparent;
  margin: 0 5px;
}
.slider .slider-nav li.active {
  background: #fff;
}

.offer-items .offer-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.offer-items .offer-item .image-side {
  width: 50%;
  min-height: 620px;
  position: relative;
  background-position: center;
  background-size: cover;
}
.offer-items .offer-item .image-side:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background: url(../images/offer-mask.png) no-repeat bottom right;
background-size: 100% 100%;
}
.offer-items .offer-item .content-side {
  width: 50%;
}
.offer-items .offer-item .content-side .content-container {
  width: 100%;
  max-width: 600px;
  padding: 0 20px;
  line-height: 1.4;
}
.offer-items .offer-item .content-side .content-container h3 {
  font-size: 42px;
  font-weight: 900;
}
.offer-items .offer-item .content-side .content-container p {
  color: #89929c;
  margin: 20px 0;
  text-align: justify;
}
.offer-items .offer-item .content-side .content-container p strong,
.offer-items .offer-item .content-side .content-container p b {
  font-weight: 700;
}
.offer-items .offer-item .content-side .content-container p.big {
  font-size: 20px;
}
.offer-items .offer-item .content-side .content-container .btn-link {
  color: #fff;
  background: #37383a;
  font-weight: 700;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 6px;
  margin-left: 15px;
}
@media (max-width: 1200px) {
  .offer-items .offer-item {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .offer-items .offer-item .image-side {
    width: 100%;
    min-height: 400px;
  }
  .offer-items .offer-item .image-side:before {
    display: none;
  }
  .offer-items .offer-item .content-side {
    width: 100%;
  }
  .offer-items .offer-item .content-side .content-container {
    max-width: 100%;
    padding: 30px 20px;
  }
}
@media (min-width: 1201px) {
  .offer-items .offer-item:nth-of-type(even) .image-side {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .offer-items .offer-item:nth-of-type(even) .image-side:before {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .offer-items .offer-item:nth-of-type(even) .content-container {
    float: right;
  }
}

/* Pages */
.aboutus-section {
  background: url(../images/aboutus-bg.jpg) no-repeat center/cover;
  width: 100%;
  height: 656px;
  margin: 40px 0;
  color: #303030;
  padding: 60px 0;
}
@media (max-width: 920px) {
  .aboutus-section {
    background: url(../images/aboutus-bg2.jpg) center/cover;
    height: auto;
  }
}
.aboutus-section .container {
  max-width: 1000px;
}
.aboutus-section h2 {
  font-size: 62px;
  font-weight: 900;
  margin-bottom: 40px;
}
.aboutus-section .column-text:after {
  clear: both;
  display: table;
  content: '';
}
.aboutus-section .column-text p {
  width: 50%;
  float: left;
  font-size: 15px;
  line-height: 1.5;
  text-align: justify;
}
.aboutus-section .column-text p:nth-of-type(1) {
  padding: 0 90px 0 0;
}
.aboutus-section .column-text p:nth-of-type(2) {
  padding: 100px 0 0 90px;
}
@media (max-width: 920px) {
  .aboutus-section .column-text p {
    float: none;
    width: 100%;
    padding: 0 !important;
    margin: 20px 0;
  }
}

.offer-section .offer-intro {
  max-width: 740px;
  text-align: center;
  margin-bottom: 70px;
}
.offer-section .offer-intro p {
  line-height: 1.4;
  color: #89929c;
}

.parallax {
  width: 100%;
  height: 380px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}

.news-list {
  padding-bottom: 40px;
}
.news-list:after {
  clear: both;
  display: table;
  content: '';
}
.news-list li {
  width: calc(33.33% - 20px);
  float: left;
}
.news-list li:not(:first-child) {
  margin-left: 30px;
}
.news-list li .img {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
}
.news-list li .cnt {
  padding: 30px 25px;
}
@media (max-width: 720px) {
  .news-list li .cnt {
    padding: 20px 0;
  }
}
.news-list li h3 {
  font-size: 24px;
  color: #46494e;
  font-weight: 300;
}
.news-list li p {
  font-size: 14px;
  color: #89929c;
  margin: 15px 0 25px;
  line-height: 1.3;
}
.news-list li footer span {
  font-size: 12px;
  float: left;
}
.news-list li footer a {
  font-size: 14px;
  float: right;
  font-weight: 700;
}
@media (max-width: 1000px) {
  .news-list li {
    width: calc(50% - 10px);
  }
  .news-list li:not(:first-child) {
    margin-left: 20px;
  }
  .news-list li:nth-of-type(3) {
    display: none;
  }
}
@media (max-width: 550px) {
  .news-list li {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 40px;
  }
  .news-list li:nth-of-type(3) {
    display: block;
  }
}

.gallery-section .more {
  text-align: center;
  margin: 45px 0;
}
.gallery-section .more a {
  font-weight: 700;
}

.gallery-carousel a {
  width: 100%;
  padding-bottom: 56%;
  display: block;
  background-size: cover;
  background-position: center;
}
.gallery-carousel .owl-next,
.gallery-carousel .owl-prev {
  background: url(../images/icon-arrow-gallery.png) center no-repeat #676767;
  width: 45px;
  height: 110px;
  font: 0/0 a;
  color: transparent;
  position: absolute;
  transition: all .25s ease-in-out;
  margin-top: -55px;
}
@media (max-width: 1350px) {
  .gallery-carousel .owl-nav {
    display: none;
  }
}

.partners-section {
  padding-bottom: 70px;
}

.partners-carousel a {
  display: block;
  text-align: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
  transition: all .25s ease-in-out;
}
.partners-carousel a:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  opacity: 1;
}
.partners-carousel img {
  max-width: 90%;
  max-height: 60px;
}
@media (max-width: 1350px) {
  .partners-carousel .owl-nav {
    display: none;
  }
}

.opinions-section {
  background: #191313;
  color: #fff;
  padding-bottom: 120px;
  text-align: center;
}

.opinions-section .section-heading {
	color:#fff;
}

.opinions-section .container {
  max-width: 700px;
}
.opinions-section .owl-nav {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
@media (max-width: 810px) {
  .opinions-section .owl-nav {
    display: none;
  }
}

.opinions-carousel p {
  font-size: 20px;
  line-height: 1.4;
}
.opinions-carousel h3 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #515254;
  margin: 40px 0 15px;
}
.opinions-carousel h4 {
  font-size: 14px;
  color: #89929c;
}

.contact-section {
  background: url(../images/contact-bg.jpg) no-repeat center top/cover;
  background-attachment:fixed;
  padding: 80px 0;
  color: #fff;
}
.contact-section .container {
  max-width: 1000px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contact-section .container:after {
  clear: both;
  display: table;
  content: '';
}
@media (max-width: 920px) {
  .contact-section .container {
    display: block;
  }
}
.contact-section header h2 {
  font-size: 62px;
  font-weight: 900;
}
.contact-section header p {
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.4;
  font-size: 14px;
  margin: 20px 0;
}
.contact-section .contact-form-side,
.contact-section .contact-text-side {
  width: 50%;
}
@media (max-width: 920px) {
  .contact-section .contact-form-side,
  .contact-section .contact-text-side {
    width: 100%;
  }
}
.contact-section form .row {
  margin: 25px 0;
}
.contact-section .contact-text-side {
  padding-left: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 569px) {
  .contact-section .contact-text-side {
    padding-left: 0;
  }
}
.contact-section .contact-text {
  line-height: 1.4;
  width: 100%;
}
.contact-section .contact-text p {
  font-size: 18px;
  margin: 20px 0;
}
.contact-section .contact-text p strong, .contact-section .contact-text p b {
  font-weight: 900;
}
.contact-section .contact-text p.small {
  font-size: 14px;
}
.contact-section .contact-text p.small strong, .contact-section .contact-text p.small b {
  font-weight: 700;
}
.contact-section .contact-text span {
  display: inline-block;
  width: 100px;
}
.contact-section .contact-text a {
  color: #fff;
}
@media (max-width: 569px) {
  .contact-section .contact-text {
    text-align: center;
  }
}
@media (min-width: 570px) {
  .contact-section .text-col {
    float: left;
    width: 50%;
  }
  .contact-section .text-col:nth-of-type(2) {
    padding-left: 20px;
  }
}

.contactMap {
  position: relative;
  z-index: 5;
}
.contact-map .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:url(http://clients.abovestudio.pl/medent/Templates/Default/images/mapa.jpg) center;
}
.google-map {
  background:url(http://clients.abovestudio.pl/medent/Templates/Default/images/mapa.jpg) center;
}

.contactMap .btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  width: 220px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  margin-left: -110px;
 }

.news-preview-overlay {
  background: rgba(17, 17, 17, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  transition: all .25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.news-preview-overlay.visible {
  visibility: visible;
  opacity: 1;
}

.news-preview-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  overflow: auto;
  transition: all .25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.news-preview-scroll.visible {
  visibility: visible;
  opacity: 1;
}

.news-preview-container {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.news-preview-content {
  margin: 100px 0;
  border-radius: 6px;
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.news-preview-content .image {
  width: 100%;
  height: 0;
  padding-bottom: 63%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.news-preview-content .image:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 190px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  content: '';
}
.news-preview-content .image .title {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding: 0 40px;
  color: #fff;
}
.news-preview-content .image .title h2 {
  font-size: 36px;
  font-weight: 300;
}
.news-preview-content .image .title .date {
  font-size: 12px;
  display: block;
  margin-top: 10px;
}
.news-preview-content .content {
  color: #656b73;
  padding: 20px 40px;
  background: #fff;
}
.news-preview-content .content p {
  margin: 20px 0;
  line-height: 1.4;
  font-size: 16px;
}
.news-preview-content .content p b, .news-preview-content .content p strong {
  font-weight: 700;
}
