@import url(slick.css);
@import url(videopopup.css);
@import url(popup.css);
@import url(slick.css);
@import url(videopopup.css);
.top--bar_main {
  height: 120px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.cover .hi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  line-height: 26px;
  text-align: center; }

.ytp-watermark.yt-uix-sessionlink {
  display: none !important; }

.cover .hi span {
  color: #ff0;
  cursor: pointer;
  text-decoration: underline; }

.cover .hi em {
  font-style: normal; }

.cover .hi em.hidden {
  display: none; }

.tv {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  opacity: 0;
  transition: opacity 0.5s; }

.tv .screen.active {
  opacity: 1; }

.top--bar {
  position: static;
  z-index: 100;
  width: 100%;
  background: white;
  height: 75px; }

.top--bar .inner-big.space--between {
  background-color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.top--bar .left img:last-child {
  margin-right: 10px !important;
  margin-right: 20px !important; }

.top--bar .left,
.top--bar .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

@media screen and (max-width: 1500px) {
  .top--bar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }

  .top--bar .left img {
    margin-right: 20px !important;
    max-width: 160px; } }
.top--bar nav {
  width: 100%; }

.top--bar nav ul {
  padding: 0; }

@media screen and (max-width: 1350px) {
  .top--bar nav ul {
    width: 70% !important;
    float: right;
    -webkit-justify-content: center !important;
    -moz-justify-content: center !important;
    -ms-justify-content: center !important;
    justify-content: center !important;
    -ms-flex-pack: center !important; }

  .top--bar nav ul li {
    margin-bottom: 5px; } }
@media screen and (max-width: 1150px) {
  .top--bar nav ul {
    width: 87% !important; } }
.top--bar nav ul li a {
  color: #393c42;
  font-weight: 500;
  text-decoration: none;
  margin-left: 30px;
  font-size: 14px !important;
  text-transform: uppercase; }

.top--bar nav ul li a:hover {
  color: #04938d; }

.top--bar nav ul li a.active {
  color: #04938d;
  font-weight: 800; }

.top--bar .left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }

.top--bar .left img {
  margin-right: 60px; }

.top--bar .right {
  width: 100%;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }

.top--bar .right ul {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none; }

.space--between {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }

.section--video {
  width: 100%; }

.section--video .scroll--down {
  width: 100%;
  color: white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  bottom: 0; }

.section--video .scroll--down img {
  margin-bottom: 10px; }

.section--video .scroll--down p {
  padding-bottom: 15px; }

html,
body {
  margin: 0;
  padding: 0; }

html *,
body * {
  font-family: "Raleway", sans-serif; }

.inner {
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  width: 1280px; }

@media screen and (max-width: 1280px) {
  .inner {
    width: 100%; } }
.footer-inner {
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  width: 1000px; }

@media screen and (max-width: 1280px) {
  .footer-inner {
    width: 90%; } }
.vb-item {
  text-decoration: none; }

.inner-big {
  padding: 0 70px;
  box-sizing: border-box;
  width: 100%; }

@media screen and (max-width: 1280px) {
  .inner-big {
    padding: 0 30px; } }
@media screen and (max-width: 480px) {
  .inner-big .left img {
    width: 53% !important; }

  .inner-big .left img.unipetrol {
    width: 35% !important; }

  .inner-big .left a img {
    width: 90% !important; } }
@media screen and (max-width: 480px) {
  .top--bar {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

  .top--bar {
    background: white;
    z-index: 11; }

  .top--bar .left img {
    margin-right: 20px; }

  .fullscreen-bg__video {
    width: 400% !important;
    left: -200% !important;
    position: relative; } }
.fullscreen-bg {
  position: absolute;
  top: 120px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100; }

.section-404 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 500px;
  height: 800px; }

.section-404 .inner {
  height: 100% !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.section-404 .box-404-item {
  width: 610px; }

.section-404 .box-404 a {
  padding-top: 15px;
  float: right;
  font-size: 27px;
  color: #04938d;
  text-decoration: none; }

.section-404 .box-404 a:before {
  position: relative;
  top: 7px;
  content: "";
  display: inline-block;
  height: 40px;
  width: 70px;
  background-image: url("/tpl/img/border/arrow.png");
  background-size: 30px;
  background-position: center bottom;
  background-repeat: no-repeat; }

.section-404 .box-404 .box-text-404 {
  height: 122px;
  position: relative;
  background-repeat: no-repeat;
  background-image: url("/tpl/img/border/border.png");
  background-size: 100% 100%; }

.section-404 .box-404 .box-text-404 h2 {
  position: absolute;
  top: -60px;
  right: 0; }

.section-404 .box-404 .box-text-404 h1.text-404 {
  top: -90px;
  left: 0;
  position: absolute; }

@media screen and (max-width: 1120px) {
  .section-404 .box-404 .box-text-404 h1.text-404 {
    font-size: 150px !important; } }
.section-404 .box-404 h1 {
  color: #04938d;
  font-size: 150px; }

.section-404 .box-404 h2 {
  color: #6d6e71;
  font-size: 45px; }

.fullscreen-bg__video {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 120%; }

@media (min-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%; } }
@media (max-aspect-ratio: 16 / 9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
    position: relative; } }
.video--box {
  height: 100%;
  box-sizing: border-box;
  padding-top: 10%;
  position: relative;
  z-index: 9; }

@media screen and (max-width: 767px) {
  .video--box {
    background-image: url("/tpl/img/fuelling.jpg") !important; } }
@media screen and (max-width: 600px) {
  .video--box {
    padding-top: 40%; } }
.mask {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.slider-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 20%; }

@media screen and (max-width: 1300px) {
  .slider-text {
    width: 80%; } }
@media screen and (max-width: 1200px) {
  .slider-text h1.main-title {
    font-size: 70px; } }
@media screen and (max-width: 890px) {
  .slider-text h1.main-title {
    font-size: 50px !important; } }
.slider-text .title {
  border: 3px solid #e8b600; }

.slider-text .text-box {
  border: 3px solid #e8b600;
  padding: 20px;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.slider-text p {
  color: white;
  font-size: 20px;
  margin-bottom: 0; }

.slider-text h1 {
  text-align: center;
  font-weight: 700;
  color: white;
  font-size: 90px;
  margin: 0px 0; }

.buttons {
  position: relative; }

.about_us--item {
  margin: 30px 0; }

.about_us--item .slick-dots {
  bottom: -40px !important; }

.about_us--item .slick-arrow {
  display: none !important; }

.about_us--item .items {
  margin: 30px 0 20px 0; }

.about_us--item .items .item {
  text-decoration: none;
  background-size: cover; }

.about_us--item .items .item .rest {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin-right: 10%;
  height: 28%; }

.about_us--item .items .item .rest h3 {
  margin: 0; }

@media screen and (max-width: 1120px) {
  .about_us--item .items .item .rest h3 {
    font-size: 18px !important; } }
.about_us--item .items .rest:hover {
  margin: 0; }

.about_us--item .slick-slide {
  margin: 0 10px; }

.about_us--item .slick-list {
  margin: 0 -10px; }

.about_us--item .empty {
  height: 72%;
  width: 100%; }

.about_us--item .slick-track {
  height: 100%; }

.overlay {
  border-radius: 50%;
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 10px;
  background-color: rgba(12, 125, 144, 0.6);
  overflow: hidden;
  width: 180px;
  height: 0;
  transition: 0.2s ease; }

.section--about_us {
  padding: 40px 50px;
  background-position: center;
  background-size: cover;
  height: 600px;
  background-color: #f4f5f5;
  background-repeat: no-repeat; }

.section--about_us .inner {
  height: auto; }

.section--about_us .about_us--text {
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  background: url("/tpl/img/border_09.png") no-repeat;
  background-position: bottom right;
  background-size: 100% 100%; }

.section--about_us .about_us--text p {
  font-size: 15px;
  margin-bottom: 0; }

.section--about_us .about_us--text p,
.section--about_us .about_us--text h2 {
  position: relative; }

section h2.text-header {
  font-size: 60px; }

@media screen and (max-width: 500px) {
  section h2.text-header {
    font-size: 40px; } }
.title-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 60px; }

.title-border {
  position: relative;
  padding-right: 20px;
  padding-bottom: 20px;
  width: auto;
  box-sizing: border-box;
  background: url("/tpl/img/border_09.png") no-repeat;
  background-position: bottom right;
  background-size: 100% 100%; }

.title-border p {
  font-size: 15px;
  margin-bottom: 0; }

.title-border p,
.title-border h2 {
  position: relative; }

.prev-b:hover,
.next-b:hover {
  filter: brightness(10%); }

.prev-b:before {
  cursor: pointer;
  content: url("/tpl/img/prev.png"); }

.next-b:before {
  cursor: pointer;
  margin-left: 10px;
  content: url("/tpl/img/next.png"); }

.actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%; }

h2 {
  font-size: 90px;
  font-weight: 700;
  margin: 0; }

.green {
  color: #04938d; }

.about_us--item {
  width: 50%; }

.about_us--item p {
  font-size: 16px; }

.about_us--item .item {
  height: 350px; }

.about_us--item .item p {
  color: white; }

.link {
  font-weight: 700;
  color: black;
  text-decoration: none;
  z-index: 2; }

.link:hover {
  text-decoration: underline; }

.arrow-right:after {
  margin-left: 5px;
  content: url("/tpl/img/arr-right.png"); }

p {
  margin-top: 0; }

.about_us--item:nth-child(2) {
  width: 47%;
  align-self: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center; }

.about_us--item:nth-child(2) .link {
  padding-right: 15px;
  font-size: 20px;
  align-self: flex-end; }

.about_us-flex {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.rest:after {
  position: absolute;
  top: 45%;
  right: 15px; }

.rest {
  position: relative;
  box-sizing: border-box;
  height: 65%;
  padding: 10px 80px 30px 20px;
  background-image: url("/tpl/img/bg/news-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.rest h3,
.rest p {
  text-decoration: none !important; }

.rest h3 {
  font-size: 20px;
  color: #fff !important;
  margin: 0px 0; }

.rest .date {
  font-weight: 600;
  position: absolute;
  bottom: 20px;
  color: white; }

.flex-center-c {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.flex-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

.title--reaction {
  background-image: url("/tpl/img/border-reactions.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 84%; }

.uniblog-bg {
  margin-left: 15px !important;
  background-image: url("/tpl/img/border/t_16.png"), url("/tpl/img/border/h_08.png"), url("/tpl/img/border/h_06.png");
  background-repeat: no-repeat;
  background-position: bottom right, top right, top left;
  padding-bottom: 15px;
  margin-bottom: 30px; }

.uniblog-bg .desc-left {
  position: relative;
  margin-left: 0 !important;
  top: -7px; }

.more-btn-articles {
  float: right;
  clear: both;
  display: inline-block; }

.article-show-more {
  display: none; }

.section--articles {
  padding: 50px 0;
  height: 100%;
  width: 100%;
  background-position: center top;
  background-size: cover;
  background-color: #f4f5f5;
  background-repeat: no-repeat; }

.section--articles .title-articles {
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
  background-image: url("/tpl/img/border-left.png"), url("/tpl/img/border-right.png");
  background-repeat: no-repeat;
  background-position: top left, top right; }

.section--articles .title-articles {
  padding-bottom: 70px; }

.section--articles .green-bg-t {
  padding-top: 70px;
  padding-bottom: 50px;
  background-image: url("/tpl/img/bg/article-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

.section--articles .green-bg-t h3 {
  margin-bottom: 20px;
  font-size: 20px !important;
  color: #04938D !important; }

@media screen and (max-width: 1300px) {
  .section--articles .green-bg-t {
    margin: 0 auto; } }
.section--articles .title {
  height: auto !important; }

.section--articles .desc {
  font-size: 20px; }

.section--articles .desc,
.section--articles .title {
  height: auto;
  width: auto;
  margin: 0;
  color: white;
  text-align: center; }

.items--articles-with-categories,
.items--articles-categories ul,
.items--articles {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center; }

.items--articles-categories {
  max-width: 1020px;
  margin: auto; }
  .items--articles-categories ul {
    display: table;
    list-style: none;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px; }
    @media (max-width: 800px) {
      .items--articles-categories ul {
        padding: 0 24px;
        box-sizing: border-box; } }
    @media (max-width: 940px) {
      .items--articles-categories ul {
        line-height: 44px;
        font-size: 14px; } }
    .items--articles-categories ul:after {
      display: block;
      clear: both;
      content: ''; }
    .items--articles-categories ul li {
      display: table-cell;
      border: 2px solid #e8b600;
      border-right: 0;
      vertical-align: middle;
      min-height: 66px; }
      .items--articles-categories ul li a {
        padding: 10px 32px;
        display: block;
        color: #fff;
        text-decoration: none; }
        @media (max-width: 1200px) {
          .items--articles-categories ul li a {
            padding: 0 12px; } }
        @media (max-width: 940px) {
          .items--articles-categories ul li a {
            padding: 0 16px; } }
        .items--articles-categories ul li a:hover {
          text-decoration: underline; }
      .items--articles-categories ul li:last-child {
        border-right: 2px solid #e8b600; }
      @media (max-width: 800px) {
        .items--articles-categories ul li {
          width: 100%;
          border: 2px solid #e8b600;
          border-bottom: 0; }
          .items--articles-categories ul li:last-child {
            border-bottom: 2px solid #e8b600; } }
  .items--articles-categories--alt {
    max-width: 100%;
    margin-top: 20px; }
    .items--articles-categories--alt ul {
      display: table; }
      @media (max-width: 800px) {
        .items--articles-categories--alt ul {
          display: block; } }
      .items--articles-categories--alt ul li {
        display: table-cell; }
        @media (max-width: 800px) {
          .items--articles-categories--alt ul li {
            display: block; } }
    .items--articles-categories--alt ul li a {
      color: #000 !important; }
    @media (max-width: 800px) {
      .items--articles-categories--alt ul {
        line-height: 20px;
        padding: 0; }
      .items--articles-categories--alt ul li {
        border: 2px solid #e8b600;
        vertical-align: middle;
        border-right: 0;
        width: 20%; }
        .items--articles-categories--alt ul li:last-child {
          border-right: 2px solid #e8b600; } }
    @media (max-width: 800px) {
      .items--articles-categories--alt ul {
        display: block; }
        .items--articles-categories--alt ul li {
          display: block;
          width: 100%;
          border: 2px solid #e8b600;
          border-bottom: 0; }
          .items--articles-categories--alt ul li:last-child {
            border-bottom: 2px solid #e8b600; } }

.items--articles img {
  border-radius: 50%;
  border: 2px solid white;
  padding: 10px; }

.items--articles .bg-img-box {
  border-radius: 50%;
  border: 2px solid white;
  padding: 10px; }

.items--articles .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
  width: 160px;
  border-radius: 50%; }

.items--articles .item:hover .overlay {
  height: 180px; }

.items--articles .item {
  margin: 0 10px;
  position: relative; }

.items--articles .box--item_text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0; }

.items--articles p {
  color: white;
  text-align: center;
  font-size: 14px; }

.section--reaction {
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 90px 0 50px 0; }

.section--reaction .link {
  margin-top: 50px;
  padding-right: 15px;
  font-size: 20px;
  align-self: flex-end;
  float: right; }

.section--reaction .item:first-child {
  width: 40%; }

.section--reaction .item:first-child p {
  padding-top: 40px;
  font-size: 20px; }

.bb {
  margin-top: 2px;
  margin-right: 15px;
  height: 60px;
  width: 10px;
  float: left;
  background: #E63F51; }

.item--cc {
  margin-top: 30px; }

.item--cc img:hover {
  filter: brightness(90%); }

h3 {
  font-size: 60px;
  margin: 0; }

.brands--section h4 {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 800;
  text-align: center; }

.text-uppercase {
  text-transform: uppercase; }

.red {
  color: #e63f51; }

.top-art {
  padding-bottom: 15px;
  border-bottom: 10px #c1c1c1 solid; }

.top-art h4 {
  font-size: 30px;
  color: #9c9c9c;
  font-weight: 500; }

.top-art h4 span {
  font-weight: 700; }

.boxes .green-bg-t {
  background-image: url("/tpl/img/bg/uniblog-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 70px 60px; }

.boxes .slick-list {
  width: 90%; }

.boxes .items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 90px; }

.boxes a {
  text-decoration: none !important; }

.boxes a:hover {
  background: #F1F1F1; }

.boxes p {
  color: black;
  margin-bottom: 0; }

.boxes .item {
  min-height: 230px;
  padding: 20px 10px 50px 20px;
  margin: 0 10px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background: white;
  position: relative; }

.boxes .date {
  position: absolute;
  bottom: 20px;
  color: #04938D;
  padding-top: 20px; }

.boxes h3 {
  color: white;
  font-size: 60px;
  margin: 0; }

.boxes h4 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #04938D; }

.boxes .title-left-h,
.boxes .desc-left {
  color: white;
  margin-left: 10px; }

.green-bg {
  background-image: url("/tpl/img/bg/footer.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }

footer {
  padding: 50px 0; }

footer nav {
  width: 100%; }

footer * {
  color: white; }

.item--sb {
  width: 33%; }

.item--sb:nth-child(2) p {
  margin-bottom: 10px; }

.space--around {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.footer-menu-box {
  margin: 0 auto 50px auto;
  border-bottom: 1px solid white; }

.section--video-box {
  padding: 100px 0;
  background: #eaeaea;
  min-height: 300px; }

.section--video-box .vb-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  width: 90%; }

.section--video-box .vb-title .line {
  margin-top: 15px;
  height: 3px;
  width: 200px;
  background: #e8b600; }

.section--video-box h3 {
  padding: 5px 0px;
  margin-bottom: 40px;
  font-size: 20px;
  color: #04938D;
  box-sizing: border-box; }

@media screen and (max-width: 1120px) {
  .section--video-box h3 {
    font-size: 18px !important; } }
.section--video-box .vb-slide {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.section--video-box .video-boxes {
  padding-left: 10px;
  box-sizing: border-box;
  width: 90%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

@media screen and (max-width: 880px) {
  .section--video-box .video-boxes {
    width: 80%; } }
.section--video-box .video-boxes .slick-next {
  right: -25px; }

.section--video-box .video-boxes .slick-prev {
  left: -35px; }

.section--video-box .video-boxes .vb-item {
  box-sizing: border-box;
  margin: 0 15px;
  position: relative; }

.section--video-box .video-boxes .vb-item .video-min:after {
  position: absolute;
  bottom: 10px;
  left: 10px;
  content: url("/tpl/img/arrow_green_background.png"); }

.section--video-box .video-boxes .vb-item .video-min {
  cursor: pointer;
  margin-right: 0;
  position: relative;
  height: 130px;
  width: 230px;
  background-position: center !important;
  background-size: cover !important; }

.section--video-box .video-boxes .vb-item h4 {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #04938D; }

.section--video-box .video-boxes .vb-item p {
  font-size: 12px; }

.breadcrumbs {
  margin-top: 20px;
  margin-bottom: 10px; }

.breadcrumbs ul {
  list-style: none; }

.breadcrumbs ul li {
  display: inline-block;
  padding-right: 10px; }

.breadcrumbs ul li a {
  color: black;
  text-decoration: none; }

.breadcrumbs ul li:first-child {
  padding-left: 0; }

.breadcrumbs ul li:after {
  position: relative;
  left: 10px;
  content: "/";
  padding-right: 10px; }

.breadcrumbs ul li:last-child span {
  color: gray; }

.breadcrumbs ul li:last-child:after {
  content: "";
  display: none; }

.text-box-blog {
  margin-top: 15px;
  margin-bottom: 30px; }

.text-box-blog .top-art {
  border: none; }

.img-box-blog img {
  max-width: 320px;
  height: auto;
  border: 5px solid #E63F51; }

.btn {
  border: 0;
  padding: 10px 35px;
  cursor: pointer;
  outline: 0; }

.btn-yellow {
  color: white;
  font-size: 17px;
  background: #e8b600; }

.section--form {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.section--form * {
  color: white; }

.section--form .box-sf {
  position: relative; }

.section--form .border-h4 {
  top: 24px;
  left: -29px;
  position: absolute;
  width: 100%;
  min-height: 100px;
  background-image: url("/tpl/img/border/form-b.png"), url("/tpl/img/border/form-b2.png"), url("/tpl/img/border/form-b-top.png");
  background-position: left bottom, right bottom, top;
  background-repeat: no-repeat; }

.section--form .close-form {
  cursor: pointer;
  z-index: 20;
  top: 40px;
  right: 70px;
  position: absolute;
  width: 25px;
  height: 25px;
  background: url("/tpl/img/close-form.png");
  background-size: contain;
  background-position: center; }

.section--form .info-error {
  padding: 3px 0;
  font-size: 12px;
  color: red;
  font-weight: 700; }

.section--form .input-group.error label {
  color: red; }

.section--form .input-group.error input {
  border: 1px solid red; }

.section--form .input-group {
  padding-bottom: 20px; }

.section--form .input-group input {
  color: black;
  font-weight: 700;
  padding-left: 10px;
  width: 100%;
  height: 40px;
  border: 0;
  margin-top: 4px; }

.section--form label {
  display: block; }

.section--form .inner-sf {
  width: 100%; }

.section--form .inner-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%; }

.section--form .footer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 70px;
  background: white; }

.section--form .footer .blue-font {
  color: #3fb5b0; }

.section--form .footer .item-f {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.section--form .footer .item-f img {
  margin-right: 20px; }

.section--form .columns {
  margin-right: 0;
  position: relative;
  padding: 50px 50px 0 50px;
  background: url("/tpl/img/bg-form.jpg");
  width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around; }

.section--form .columns .column-1 {
  box-sizing: border-box;
  padding-right: 30px;
  width: 40%; }

.section--form .columns .column-1 h4 {
  position: relative;
  z-index: 22222;
  font-size: 40px;
  margin-bottom: 40px; }

.section--form .columns .separator-line {
  align-self: flex-end;
  width: 3px;
  height: 90%;
  min-height: 200px;
  background: #e8b600; }

@media screen and (max-width: 1210px) {
  .section--form .columns .separator-line {
    display: none; } }
.section--form .columns .column-2 {
  padding-left: 20px;
  box-sizing: border-box;
  margin-top: 30px;
  width: 50%;
  padding-bottom: 50px; }

@media screen and (max-width: 1210px) {
  .section--form .columns {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .section--form .columns .column {
    width: 100%; }

  .section--form .columns .column .border-h4 {
    display: none; } }
footer nav ul {
  padding: 0 0 50px 0;
  box-sizing: border-box;
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

footer nav ul li {
  display: inline-block; }

footer nav ul li a {
  text-decoration: none;
  color: white;
  text-transform: uppercase; }

.space--around {
  width: 100%; }

.menu-mobile {
  display: none;
  z-index: 100;
  position: absolute;
  width: 100%;
  text-align: center;
  background: white;
  border-top: 5px solid #04938d;
  border-bottom: 5px solid #04938d; }

.menu-mobile li {
  margin: 10px 0; }

.menu-mobile li a {
  text-transform: uppercase;
  color: #393c42;
  text-decoration: none; }

.menu-mobile li a.active {
  color: #04938d;
  font-weight: 800; }

@media screen and (max-width: 900px) {
  .about_us--item:nth-child(2) {
    width: 100% !important; }

  .about_us--item:nth-child(1) {
    width: 0% !important; } }
@media screen and (max-width: 1120px) {
  h3 {
    font-size: 40px !important; }

  section h2.text-header {
    font-size: 40px !important; }

  .section--articles .title-articles {
    padding-top: 30px; }

  .title--reaction {
    padding-top: 10px;
    line-height: 60px;
    margin-bottom: 20px; }

  h2 {
    font-size: 60px; }

  h1 {
    font-size: 60px !important; }

  .about_us--item:nth-child(2) {
    width: 60%; }

  .about_us--item:nth-child(1) {
    width: 40%; }

  .uniblog-bg {
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important; }

  .uniblog-bg .desc-left {
    padding: 0 45px; } }
@media screen and (max-width: 800px) {
  h3 {
    font-size: 30px !important; }

  section h2.text-header {
    font-size: 30px !important; }

  h2 {
    font-size: 45px; }

  h1 {
    font-size: 40px !important; }

  .inner {
    padding: 0 10px; }

  p {
    font-size: 16px; }

  .reaction--items p {
    font-size: 16px !important; }

  .items--articles img {
    padding: 5px;
    width: 100px; }

  .title-articles p {
    font-size: 16px !important; } }
.title-articles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 10px; }

.title-articles p {
  padding: 0 10px; }

.mobile-menu-ico {
  display: none; }

@media screen and (max-width: 600px) {
  .about_us--item .items.space--between .empty {
    height: 70%; }

  .about_us--item .items.space--between .rest {
    margin-right: 8%;
    height: 30%; }

  .about_us--item .items.space--between .rest:hover {
    margin-right: 0; }

  .about_us--item .items.space--between .rest h4 {
    font-size: 17px; }

  .about_us--item .items.space--between .rest p {
    font-size: 14px; } }
@media screen and (max-width: 1000px) {
  .slick-next {
    right: -13px; }

  .slick-prev {
    left: -34px; }

  .reaction--items.space--between #v1 {
    height: auto;
    width: 100%; }

  .title--reaction {
    padding-top: 10px;
    line-height: 60px;
    font-size: 60px !important;
    margin-bottom: 20px; }

  .boxes .green-bg-t {
    padding: 38px; }

  .boxes .flex-center-c img {
    width: 30%; }

  .footer-inner .space--between {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .footer-inner .space--around {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start; }

  .footer-inner ul li {
    margin-bottom: 4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%; }

  .footer-inner ul li a {
    text-align: center; }

  .mobile-menu-ico {
    display: block; }

  .top--bar .right {
    display: none; }

  .items--articles .item {
    margin-bottom: 10px; }

  .section--about_us {
    padding: 0; }

  .section--reaction .item:first-child {
    width: 100% !important; }

  .section--reaction .item:nth-child(2) {
    width: 100%; }

  .section--reaction .item:nth-child(2) img {
    width: 100%;
    height: auto; }

  .title--reaction {
    display: inline-block;
    width: auto !important; }

  .section--reaction {
    background-image: none !important; }

  .reaction--items {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
.pagination {
  margin: 60px 0;
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.pagination li a {
  font-size: 22px;
  padding: 0 15px;
  text-decoration: none;
  color: #393c42; }

.pagination li a:hover {
  color: #ebd480;
  text-decoration: underline; }

.pagination li.active a {
  color: #ebd480;
  text-decoration: underline; }

.pagination .next a:after {
  margin-top: 4px;
  content: url("/tpl/img/pagin-right.png"); }

.pagination .prev a:before {
  content: url("/tpl/img/pagin-left.png"); }

@media screen and (max-width: 600px) {
  .boxes .slick-list {
    width: 100%; }

  h1 {
    font-size: 30px !important; }

  .top--bar .inner-big {
    padding: 0 10px; }

  .boxes .flex-center-c img {
    width: 60%; }

  .flex-center-c {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .flex-center-c p.desc-left {
    padding: 0;
    margin-top: 20px; }

  .flex-center-c h3.title-left-h {
    font-size: 20px !important; }

  .uniblog-bg .desc-left {
    font-size: 14px; }

  .slider-text {
    width: 90%; } }
.item--sa a {
  text-decoration: none; }

@media screen and (max-width: 800px) {
  .footer-inner .item--cc a {
    margin: 0 10px; }

  .footer-inner .item-cc {
    text-align: center; }

  .footer-inner .space--between {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

  .footer-inner .space--between .space--around {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }

  .footer-inner .space--between .item--sb {
    width: 100%; }

  .footer-inner .space--between .item--sa {
    margin-top: 20px;
    width: 100%; }

  .footer-inner .space--between .item--sa p {
    width: 100%;
    text-align: center; } }
@media screen and (max-width: 1110px) {
  section.content--section .inner .content h2 {
    font-size: 50px; } }
@media screen and (max-width: 600px) {
  section.content--section .inner .content h2 {
    font-size: 40px; } }
.content--section .inner .content h2 {
  font-size: 74px; }

.section--articles.boxes .slick-arrow {
  width: inherit;
  height: 40px; }

.section--articles.boxes .slick-next {
  right: -30px !important; }

.cookie {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  background: white;
  z-index: 111; }

.cookie .inner {
  position: relative; }

.cookie .close {
  padding: 0 0;
  position: absolute;
  right: 60px;
  cursor: pointer; }

.cookie p {
  margin-right: 30px;
  text-align: left;
  padding: 20px 70px 20px 0; }

.cookie p a {
  color: #04938d; }

.cookie span.close {
  position: inherit;
  color: #04938d; }

.cookie span.moreInfo {
  cursor: pointer;
  color: #04938d; }

.cookie .hiddenInfo {
  display: none;
  padding-left: 20px;
  margin-bottom: 30px; }

.content--section {
  padding: 30px 0 60px;
  background-color: #edefef; }

.content--section .title--cookie {
  width: 100%; }

.content--section .title--cookie h2 {
  margin-bottom: 30px; }

.content--section .content p {
  line-height: 25px;
  margin-bottom: 25px; }

.closer_videopopup {
  cursor: pointer; }

.logos a {
  opacity: .7;
  display: inline-table;
  margin-left: 8px;
  margin-right: 8px; }

.logos a:hover {
  opacity: 1; }

.logos {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-bottom: 40px;
  padding-top: 20px; }

#A_9 {
  background-position: -990px 0px;
  height: 64px;
  width: 195px;
  column-rule-color: #337ab7;
  perspective-origin: 86px 32px;
  transform-origin: 86px 32px;
  caret-color: #337ab7;
  background: transparent url(/tpl/img/logosCZ.jpg) no-repeat scroll -1007px 0px/auto padding-box border-box; }

#A_7 {
  background-position: -739px 0px;
  height: 64px;
  width: 111px;
  column-rule-color: #337ab7;
  perspective-origin: 27px 32px;
  transform-origin: 27px 32px;
  caret-color: #337ab7;
  background: transparent url(/tpl/img/logosCZ.jpg) no-repeat scroll -613px 0px/auto padding-box border-box; }

#A_8 {
  background-position: -849px 0px;
  height: 64px;
  width: 153px;
  column-rule-color: #337ab7;
  perspective-origin: 42px 32px;
  transform-origin: 42px 32px;
  caret-color: #337ab7;
  background: transparent url(/tpl/img/logosCZ.jpg) no-repeat scroll -786px 0px/auto padding-box border-box; }

#A_6 {
  background-position: -1238px 0px;
  height: 59px;
  width: 154px;
  column-rule-color: #337ab7;
  perspective-origin: 87.5px 29.5px;
  transform-origin: 87.5px 29.5px;
  caret-color: #337ab7;
  background: transparent url(/tpl/img/logosCZ.jpg) no-repeat scroll -1261px 0px/auto padding-box border-box; }

#A_5 {
  background-position: -1494px 0px;
  height: 64px;
  width: 145px;
  column-rule-color: #337ab7;
  perspective-origin: 72.5px 32px;
  transform-origin: 72.5px 32px;
  caret-color: #337ab7;
  background: transparent url(/tpl/img/logosCZ.jpg) no-repeat scroll -1494px 0px/auto padding-box border-box; }

#A_4 {
  background-position: -1717px 0px;
  height: 68px;
  width: 65px;
  column-rule-color: #337ab7;
  perspective-origin: 32.5px 34px;
  transform-origin: 32.5px 34px;
  caret-color: #337ab7;
  background: transparent url(/tpl/img/logosCZ.jpg) no-repeat scroll -1717px 0px/auto padding-box border-box; }

#A_3 {
  background-position: -326px 0px;
  height: 64px;
  width: 87px;
  column-rule-color: #337ab7;
  perspective-origin: 57.5px 32px;
  transform-origin: 57.5px 32px;
  caret-color: #337ab7;
  background: transparent url(/tpl/img/logosCZ.jpg) no-repeat scroll -247px 0px/auto padding-box border-box; }

#A_2 {
  background-position: -37px 0px;
  height: 64px;
  width: 97px;
  background: transparent url(/tpl/img/logosCZ.jpg) no-repeat scroll -58px 0px/auto padding-box border-box; }

.full {
  box-sizing: border-box;
  display: flex;
  align-items: center; }

.news-section-item {
  padding-top: 40px;
  background-image: url("/tpl/img/bg/bottom.png"), url("/tpl/img/bg/left.png"), url("/tpl/img/bg/right.png");
  background-position: bottom right, top left, top right;
  background-repeat: no-repeat;
  background-color: #edefef; }

.news-section-item .content-first {
  padding-top: 50px; }

.news-section-item .content-news {
  padding-bottom: 130px; }

.news-section-item .content-news img {
  width: 100%;
  height: auto;
  display: block; }

.news-section-item .back {
  padding-top: 15px; }

.news-section-item .back a {
  color: black;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600; }

.news-section-item .back a:hover {
  text-decoration: underline; }

.news-section-item .top-item {
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #393c42; }

.news-section-item .top-item h3 {
  font-size: 45px; }

.news-section-item .top-item p {
  padding-top: 10px;
  font-weight: 600; }

.news-section-item .content {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.news-section-item .content .content-text p {
  line-height: 25px;
  margin-bottom: 25px; }

.news-section-item .content .list {
  margin-left: 30px;
  width: 330px;
  min-width: 330px; }

.news-section-item .content .list h4 {
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase; }

.news-section-item .content .list a {
  color: #393c42;
  text-decoration: none;
  font-weight: 400; }

.news-section-item .content .list a:hover {
  text-decoration: underline; }

.news-section-item .content .list ul {
  list-style: none;
  padding: 0; }

.news-section-item .content .list li {
  margin-top: 15px;
  position: relative;
  line-height: 22px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b7b7b7; }

.news-section-item .content .list li:last-child {
  border-bottom: none; }

.list-news .back {
  padding-top: 15px; }

.list-news .back a {
  color: black;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600; }

.list-news .back a:hover {
  text-decoration: underline; }

.top-items h3 {
  margin-top: 20px;
  font-size: 45px; }

.space50 {
  height: 50px; }

.news-section {
  background-image: url("/tpl/img/bg/bottom.png"), url("/tpl/img/bg/left.png"), url("/tpl/img/bg/right.png");
  background-position: bottom right, top left, top right;
  background-repeat: no-repeat;
  background-color: #edefef; }

.news-section .top {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  min-height: 471px;
  width: 100%; }

.news-section .top .slider-text {
  min-width: 60%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch; }

.news-section .top .box-a,
.news-section .top .box-b {
  margin-top: 70px;
  margin-bottom: 80px;
  padding-left: 50px; }

.news-section .top .box-a {
  border-top: 4px solid #E8B600;
  border-bottom: 4px solid #E8B600;
  border-left: 4px solid #E8B600;
  margin-left: 70px; }

.news-section .top .box-b {
  border-top: 4px solid #E8B600;
  border-bottom: 4px solid #E8B600;
  border-right: 4px solid #E8B600;
  margin-right: 70px; }

.news-section .top .text {
  position: relative;
  border-top: 4px solid #E8B600;
  margin: 70px 0;
  padding: 0 20px; }

.news-section .top h1 {
  position: relative;
  top: 30px;
  font-weight: 700;
  color: white;
  font-size: 90px; }

.news-section .first-list-item {
  text-decoration: none;
  margin-top: 30px;
  width: 100%;
  height: 400px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background-color: white; }

.news-section .first-list-item .fl-text:after {
  position: absolute;
  top: 50%;
  right: 40px;
  content: url("/tpl/img/arrow_gold.png"); }

.news-section .first-list-item .fl-text {
  position: relative;
  box-sizing: border-box;
  padding-right: 120px;
  width: 40%;
  padding-left: 30px; }

.news-section .first-list-item .fl-text .date p {
  margin-top: 30px;
  font-weight: 700;
  color: #04938D; }

.news-section .first-list-item .fl-text h4 {
  margin-bottom: 20px;
  font-size: 25px;
  color: #04938D; }

.news-section .first-list-item .fl-text p {
  color: #393c42;
  text-align: justify;
  line-height: 25px; }

.news-section .first-list-item .img-fl-box {
  width: 60%;
  height: 100%;
  overflow: hidden; }

.news-section .first-list-item:hover .fl-img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); }

.news-section .fl-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.news-section .all-items {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.news-section .all-items .img-fl-box {
  width: 100%;
  height: 250px;
  overflow: hidden; }

.news-section .all-items .img-box {
  background-size: cover;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  background-position: center;
  background-size: cover;
  height: 250px; }

.news-section .all-items .item {
  position: relative;
  margin-top: 30px;
  background: white;
  width: 49%;
  text-decoration: none; }

.news-section .all-items .item:hover .img-box {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); }

.news-section .all-items .item .text:after {
  position: absolute;
  top: 45%;
  right: 40px;
  content: url("/tpl/img/arrow_gold.png"); }

.news-section .all-items .item .text {
  position: relative;
  padding: 20px 100px 65px 30px; }

.news-section .all-items .item .text p {
  color: #393c42; }

.news-section .all-items .item .text .date p {
  position: absolute;
  bottom: 20px;
  font-weight: 700;
  color: #04938D; }

.news-section .all-items h4 {
  margin-bottom: 10px;
  font-size: 25px;
  color: #04938D; }

@media screen and (max-width: 900px) {
  .news-section .all-items {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .news-section .all-items .item {
    width: 100%; } }
.news-section .all-items.mobile {
  display: none; }

@media screen and (max-width: 900px) {
  .news-section .all-items.mobile {
    display: flex; } }
@media screen and (max-width: 900px) {
  .news-section .first-list-item {
    display: none; } }
@media screen and (max-width: 1400px) {
  .news-section .top {
    background-size: cover;
    background-position: center; }

  .news-section .top .slider-text {
    min-width: 70%; } }
@media screen and (max-width: 1000px) {
  .news-section .top .slider-text {
    min-width: 70%; }

  .news-section .top .text {
    padding: 0 30px; } }
@media screen and (max-width: 900px) {
  .news-section-item .content {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .news-section-item .content .content-news {
    width: 100%; }

  .news-section-item .content .list {
    margin-left: 0 !important;
    width: 100% !important;
    min-width: 100% !important;
    padding-bottom: 50px; } }
@media screen and (max-width: 1120px) {
  .news-section .top .box-b,
  .news-section .top .box-a {
    margin-bottom: 70px; } }
@media screen and (max-width: 460px) {
  .news-section .top .box-b,
  .news-section .top .box-a {
    padding-left: 20px; }

  .news-section .top div.text {
    padding: 0 10px; } }
@media screen and (max-width: 800px) {
  .news-section .top h1 {
    padding-bottom: 15px; }

  .news-section .top .text {
    padding: 0 30px; }

  .news-section .top .slider-text {
    width: 90% !important; } }
.padding-100 {
  padding-top: 100px; }

.arr-left:before {
  display: inline-block;
  margin-right: 7px;
  content: url("/tpl/img/arr-right.png");
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.green--bar {
  background: #04938d;
  padding: 15px 0; }

.green--bar p {
  font-size: 14px;
  color: white;
  padding-left: 20px; }

.text-c.columns-text {
  column-count: 2; }

@media screen and (max-width: 600px) {
  .text-c.columns-text {
    column-count: 1; } }
.text-c blockquote {
  display: inline;
  font-style: italic;
  font-size: 30px;
  quotes: '"' '"'; }

.news-section-item .content .content-text .text-c blockquote p {
  line-height: 40px; }

@media screen and (max-width: 800px) {
  .news-section-item .content .content-text .text-c blockquote p {
    column-count: 1;
    line-height: 33px;
    font-size: 24px; } }
.before-blockquote {
  height: 14px;
  width: 100px;
  background: #E63F51;
  margin-top: 45px;
  margin-bottom: 15px; }

.text-c blockquote p:before,
.text-c blockquote p:after {
  content: '"'; }

.controls-sub-menu {
  right: 0px;
  top: 30px;
  position: absolute; }

.sub-menu-langs {
  background-color: transparent !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: hidden;
  /* hides sub-menu */
  opacity: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: 1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; }

.sub-menu-langs a:hover {
  border: none !important;
  background: none; }

.sub-menu-langs .control.ico-lang {
  z-index: 2;
  margin-top: 2px;
  cursor: pointer !important; }

.sub-menu-langs .control.ico-lang span {
  font-size: 16px;
  padding-left: 4px;
  color: white; }

.ctrl--langs:hover .sub-menu-langs {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
  /* this removes the transition delay so the menu will be visible while the other styles transition */ }

.li-langs {
  margin-left: 10px; }

.controls {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around; }

.controls .control {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 5px;
  background-color: rgba(85, 96, 115, 0.7);
  border-radius: 15px; }

.controls .control:hover {
  background-color: #556073;
  cursor: pointer; }

.tag-under-article,
.tag-under-article:hover {
  background: #04938d;
  color: #fff;
  text-decoration: none;
  padding: 5px 15px;
  height: 30px;
  display: inline-block;
  border-radius: 20px;
  line-height: 30px;
  margin-right: 10px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s; }

.tag-under-article:hover {
  opacity: 0.8; }

.video-webinars {
  padding-bottom: 100px;
  padding-top: 100px;
  background-color: #eaeaea; }

.video-webinars .vb-item.video {
  cursor: pointer; }

.video-webinars .breadcrumbs {
  padding-bottom: 10px; }

.video-webinars div.vw-box:nth-child(3n+3) {
  margin-right: 0px; }

.video-webinars .vw-boxes {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }

.video-webinars .vw-boxes .vw-box.first:first-child {
  margin-right: 0;
  width: 100%;
  height: 500px; }

.video-webinars .vw-boxes div.vw-box.first:nth-child(3n+3) {
  margin-right: 2%; }

.video-webinars .vw-boxes .vw-box.first:nth-child(3n+4) {
  margin-right: 0px; }

.video-webinars .vw-boxes .vw-box.first:first-child .vb-item {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  width: 100%;
  height: 100%; }

.video-webinars .vw-boxes .vw-box.first:first-child .vb-item .vw-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  width: 38%; }

.video-webinars .vw-boxes .vw-box.first:first-child .vb-item .video-min:not(.no-play-button):after {
  content: url("/tpl/img/icon_play_100x100.png");
  bottom: 46%; }

.video-webinars .vw-boxes .vw-box.first:first-child .vb-item .video-min {
  height: 100%; }

.video-webinars .vw-boxes .vw-box {
  margin-right: 2%;
  margin-bottom: 20px;
  background: white;
  width: 32%; }

.video-webinars .vw-boxes .vw-box .vw-text {
  width: 100%;
  height: 100%; }

.video-webinars .vw-boxes .vw-box .video-min {
  position: relative;
  background-position: center !important;
  background-size: cover !important; }

.video-webinars .vw-boxes .vw-box .video-min:not(.no-play-button) :after {
  position: absolute;
  bottom: 70px;
  left: 41%;
  content: url("/tpl/img/icon_play_66x66.png"); }

.video-webinars .vw-boxes .vw-box h3 {
  padding: 15px 10px 5px 15px;
  margin-bottom: 10px;
  font-size: 25px;
  color: #04938D; }

.video-webinars .vw-boxes .vw-box p {
  padding: 0 10px 10px 15px;
  color: #393c42;
  text-align: justify;
  line-height: 25px; }

.video-webinars .vw-boxes .vw-box .video-min {
  width: 100%;
  height: 200px; }

.video-more {
  width: 100%;
  text-align: right; }

.video-more a {
  font-weight: bold;
  padding-right: 70px;
  color: #04938D;
  font-size: 28px; }

@media screen and (max-width: 420px) {
  section.video-webinars div.vw-box {
    width: 100% !important; }

  .vw-boxes div.vw-box.first:first-child {
    height: inherit !important; }

  .vw-boxes div.vw-box.first:first-child .vb-item {
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    width: 100%;
    height: inherit !important; }

  .vw-boxes div.vw-box.first:first-child .vb-item div.vw-text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100% !important; }

  .vw-boxes div.vw-box.first:first-child .vb-item .video-min:after {
    content: url("/tpl/img/icon_play_66x66.png") !important;
    bottom: 40% !important; }

  .vw-boxes div.vw-box.first:first-child .vb-item .video-min {
    height: 200px !important;
    height: 100%; } }
@media screen and (max-width: 900px) {
  section.video-webinars .vw-boxes {
    -webkit-justify-content: space-between !important;
    -moz-justify-content: space-between !important;
    -ms-justify-content: space-between !important;
    justify-content: space-between !important;
    -ms-flex-pack: space-between !important; }

  section.video-webinars .vw-boxes div.vw-box {
    width: 48.5%;
    margin-right: 0px !important; }

  section.video-webinars .vw-boxes div.vw-box h3 {
    font-size: 19px !important; }

  section.video-webinars .vw-box.first:first-child {
    width: 100% !important; }

  section.video-webinars .vw-box.first:first-child .vb-item div.vw-text {
    width: 100% !important; } }
@media screen and (max-width: 1120px) {
  .video-webinars .vw-box.first:first-child {
    height: 400px !important; }

  .video-webinars .vw-box.first:first-child .video-min:after {
    content: url("/tpl/img/icon_play_100x100.png");
    bottom: 40% !important; }

  .video-webinars .vw-boxes.first:first-child .vw-text {
    width: 37%; }

  .video-webinars .vw-box .vw-text h3 {
    font-size: 25px !important; } }
.items--articles-with-categories-list {
  width: 100%; }

.items--articles-with-categories {
  width: 100%;
  max-width: 1044px; }
  @media (max-width: 1130px) {
    .items--articles-with-categories {
      padding: 0 12px;
      box-sizing: border-box; }
      .items--articles-with-categories .video-more {
        padding-right: 12px; } }
  @media (max-width: 940px) {
    .items--articles-with-categories {
      display: block;
      width: 100%; } }
  .items--articles-with-categories .item--articles-with-categories {
    width: 33.333%;
    padding: 40px 12px;
    box-sizing: border-box; }
    @media (max-width: 940px) {
      .items--articles-with-categories .item--articles-with-categories {
        width: 100%;
        padding: 20px 12px; } }
  .items--articles-with-categories .video-more {
    box-sizing: border-box;
    padding: 0;
    margin-bottom: -8px;
    margin-right: -60px; }
    @media (max-width: 1240px) {
      .items--articles-with-categories .video-more {
        margin-right: 0; } }
    @media (max-width: 1130px) {
      .items--articles-with-categories .video-more {
        padding: 0 12px; } }

.section--articles .title-articles.title-articles-categories {
  margin-bottom: 0; }

.item--article-box {
  display: table;
  height: 100%;
  background: #fff;
  box-sizing: border-box; }
  @media (max-width: 940px) {
    .item--article-box {
      display: block;
      width: 100%; } }
  .item--article-box a {
    text-decoration: none; }
  .item--article-box .bg-img,
  .item--article-box .bg-img-box {
    display: block;
    width: 100%;
    height: 186px;
    overflow: hidden;
    background-size: cover; }
    @media (max-width: 940px) {
      .item--article-box .bg-img,
      .item--article-box .bg-img-box {
        height: 456px; } }
    @media (max-width: 640px) {
      .item--article-box .bg-img,
      .item--article-box .bg-img-box {
        height: 286px; } }
    @media (max-width: 540px) {
      .item--article-box .bg-img,
      .item--article-box .bg-img-box {
        height: 186px; } }
  .item--article-box .box--item_desc,
  .item--article-box .box--item_text {
    text-decoration: none;
    padding: 0 26px;
    text-align: left; }
  .item--article-box .box--item_text {
    color: #009c97;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 30px;
    padding-bottom: 14px; }
  .item--article-box .box--item_desc {
    font-size: 14px;
    line-height: 20px;
    color: #6d6e71;
    padding-bottom: 32px; }

.news-section.news-section--alt .all-items .item .text {
  padding-right: 20px; }
  .news-section.news-section--alt .all-items .item .text:after {
    display: none; }

.news-section.news-section--alt .all-items .item {
  width: 32.333%; }
  @media (max-width: 900px) {
    .news-section.news-section--alt .all-items .item {
      width: 100%; } }

.orlen-logo {
  max-width: 200px;
  width: 100%;
  margin-top: -20px; }

.flex-end {
  display: flex;
  justify-content: flex-end;
  width: 100%; }

.flex-column {
  flex-direction: column; }

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

.text-right {
  text-align: right; }

@media screen and (max-width: 800px) {
  .footer-inner .space--between .item--sa {
    margin-top: 20px;
    width: 100%;
    justify-content: center; } }

/*# sourceMappingURL=main.css.map */
