﻿/*#region main variables*/
.clear {
  clear: both;
  content: '';
  display: table;
}
/*#endregion main variables*/
/*#region div templates*/
.clear {
  clear: both;
  content: '';
  display: table;
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.link-default {
  color: #e20074;
  text-decoration: none;
  border-bottom: 1px solid #e20074;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.link-default:active {
  color: #880046;
  border-color: #880046;
}
.link-default:hover,
.link-default:focus {
  color: #e20074;
  text-underline-offset: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-width: 2px;
  outline: none;
}
.link-default:focus {
  color: #880046;
  border-color: #880046;
}
.link-default:focus:hover {
  color: #e20074;
  border-color: #e20074;
}
.old-value {
  text-decoration: line-through;
  font-weight: 500;
}
.adminPreviewSwitchButton:not(.preview) {
  background: #21aed6;
  color: #fff;
  border: none;
  display: block;
  width: 100%;
  padding: 10px;
  font-weight: 500;
  z-index: 999;
  position: relative;
}
.scrollbar::-webkit-scrollbar {
  width: 6px;
}
.scrollbar::-webkit-scrollbar-thumb {
  border-radius: 24px;
}
.scrollbar::-webkit-scrollbar-track {
  border-radius: 24px;
  margin: 6px 0;
}
/*font family*/
/*#region statusbar*/
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #ffffff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.telekom-magenta-color {
  color: #e20074 !important;
}
/*MEDIA QUERIES*/
/*Secondary colors*/
/*Lighter secondary colors*/
/* add lighter secondary colors here, list of colors above */
/*#region font teleNeo*/
@font-face {
  font-family: 'TeleNeo';
  src: url('/fonts/TeleNeoWeb-Thin.eot');
  src: url('/fonts/TeleNeoWeb-Thin.eot?#iefix') format('embedded-truetype'), url('/fonts/TeleNeoWeb-Thin.woff') format('woff'), url('/fonts/TeleNeoWeb-Thin.woff2') format('woff2');
  font-weight: 100;
  /* Thin */
  font-style: normal;
}
@font-face {
  font-family: 'TeleNeo';
  src: url('/fonts/TeleNeoWeb-Regular.eot');
  src: url('/fonts/TeleNeoWeb-Regular.eot?#iefix') format('embedded-truetype'), url('/fonts/TeleNeoWeb-Regular.woff') format('woff'), url('/fonts/TeleNeoWeb-Regular.woff2') format('woff2');
  font-weight: 400;
  /* Regular */
  font-style: normal;
}
@font-face {
  font-family: 'TeleNeo';
  src: url('/fonts/TeleNeoWeb-Medium.eot');
  src: url('/fonts/TeleNeoWeb-Medium.eot?#iefix') format('embedded-truetype'), url('/fonts/TeleNeoWeb-Medium.woff') format('woff'), url('/fonts/TeleNeoWeb-Medium.woff2') format('woff2');
  font-weight: 655;
  /* Medium */
  font-style: normal;
}
@font-face {
  font-family: 'TeleNeo';
  src: url('/fonts/TeleNeoWeb-Bold.eot');
  src: url('/fonts/TeleNeoWeb-Bold.eot?#iefix') format('embedded-truetype'), url('/fonts/TeleNeoWeb-Bold.woff') format('woff'), url('/fonts/TeleNeoWeb-Bold.woff2') format('woff2');
  font-weight: 700;
  /* Bold */
  font-style: normal;
}
@font-face {
  font-family: 'TeleNeo';
  src: url('/fonts/TeleNeoWeb-ExtraBold.eot');
  src: url('/fonts/TeleNeoWeb-ExtraBold.eot?#iefix') format('embedded-truetype'), url('/fonts/TeleNeoWeb-ExtraBold.woff') format('woff'), url('/fonts/TeleNeoWeb-ExtraBold.woff2') format('woff2');
  font-weight: 800;
  /* Extra Bold */
  font-style: normal;
}
/* Italic variations */
@font-face {
  font-family: 'TeleNeo';
  src: url('/fonts/TeleNeoWeb-ThinItalic.eot');
  src: url('/fonts/TeleNeoWeb-ThinItalic.eot?#iefix') format('embedded-truetype'), url('/fonts/TeleNeoWeb-ThinItalic.woff') format('woff'), url('/fonts/TeleNeoWeb-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  /* Thin */
  font-style: italic;
}
@font-face {
  font-family: 'TeleNeo';
  src: url('/fonts/TeleNeoWeb-RegularItalic.eot') format('embedded-opentype'), url('/fonts/TeleNeoWeb-RegularItalic.woff') format('woff'), url('/fonts/TeleNeoWeb-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  /* Regular */
  font-style: italic;
}
@font-face {
  font-family: 'TeleNeo';
  src: url('/fonts/TeleNeoWeb-MediumItalic.eot');
  src: url('/fonts/TeleNeoWeb-MediumItalic.eot?#iefix') format('embedded-truetype'), url('/fonts/TeleNeoWeb-MediumItalic.woff') format('woff'), url('/fonts/TeleNeoWeb-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  /* Medium */
  font-style: italic;
}
@font-face {
  font-family: 'TeleNeo';
  src: url('/fonts/TeleNeoWeb-BoldItalic.eot');
  src: url('/fonts/TeleNeoWeb-BoldItalic.eot?#iefix') format('embedded-truetype'), url('/fonts/TeleNeoWeb-BoldItalic.woff') format('woff'), url('/fonts/TeleNeoWeb-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  /* Bold */
  font-style: italic;
}
@font-face {
  font-family: 'TeleNeo';
  src: url('/fonts/TeleNeoWeb-ExtraBoldItalic.eot') format('embedded-opentype'), url('/fonts/TeleNeoWeb-ExtraBoldItalic.woff') format('woff'), url('/fonts/TeleNeoWeb-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 800;
  /* Extra Bold */
  font-style: italic;
}
@font-face {
  font-family: 'teleicon-outline';
  src: url('/fonts/teleicon-outline.ttf') format('truetype'), url('/fonts/teleicon-solid.svg') format('svg'), url('/fonts/teleicon-solid.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'teleicon-solid';
  src: url('/fonts/teleicon-solid.ttf') format('truetype'), url('/fonts/teleicon-solid.eot') format('embedded-opentype'), url('/fonts/teleicon-solid.svg') format('svg'), url('/fonts/teleicon-solid.woff') format('woff');
}
/*#endregion font teleNeo*/
/*#region Ionicons*/
@font-face {
  font-family: 'ionicons';
  src: url('/') format('embedded-opentype'), url('/fonts/ionicons.svg') format('svg'), url('/fonts/ionicons.ttf') format('truetype'), url('/fonts/ionicons.woff') format('woff');
}
/*#endregion Ionicons*/
.ion {
  font-family: ionicons;
  font-weight: 600;
}
.fontThin {
  font-family: 'TeleNeo';
  font-weight: 100;
}
.fontRegular {
  font-family: 'TeleNeo';
  font-weight: 400;
}
.fontMedium {
  font-family: 'TeleNeo';
  font-weight: 500;
}
.fontBold {
  font-family: 'TeleNeo';
  font-weight: 700;
}
.fontExtra {
  font-family: 'TeleNeo';
  font-weight: 800;
}
.fontThinItalic {
  font-family: 'TeleNeo';
  font-weight: 100;
  font-style: italic;
}
.fontRegularItalic {
  font-family: 'TeleNeo';
  font-weight: 400;
  font-style: italic;
}
.fontMediumItalic {
  font-family: 'TeleNeo';
  font-weight: 500;
  font-style: italic;
}
.fontBoldItalic {
  font-family: 'TeleNeo';
  font-weight: 655;
  font-style: italic;
}
.fontExtraItalic {
  font-family: 'TeleNeo';
  font-weight: 800;
  font-style: italic;
}
.content ul:not(.nav) li,
.content ul:not(.dropdown-menu) li {
  font-family: 'TeleNeo';
  font-weight: 400;
  font-size: 20px;
  line-height: 1.4;
  display: block;
  background: url(/images/bullet-circle.png) 0 11px no-repeat;
  padding-left: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}
.content ul:not(.nav).t-ul-new-magenta li,
.content ul:not(.dropdown-menu).t-ul-new-magenta li {
  display: block;
  background-image: url(/images/list-bullet.png) !important;
  background-position: 0 11px;
  background-repeat: no-repeat;
  padding-left: 15px;
  line-height: 145%;
  margin-bottom: 7px;
  margin-left: 30px;
}
/*#region Opshtestvena odgovornost redesign*/
#opstestvena-odgovornost {
  position: relative;
  padding: 0 0 8%;
}
#opstestvena-odgovornost .main-banner {
  position: relative;
  background-image: url('/content/images/opshtestvena-odgovornost-red/banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 520px;
  background-position: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #opstestvena-odgovornost .main-banner {
    background-position: 70% !important;
  }
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .main-banner {
    background-position: 85% !important;
  }
}
#opstestvena-odgovornost .main-banner .heading-wrapper {
  position: relative;
  height: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #opstestvena-odgovornost .main-banner .heading-wrapper {
    height: 300px !important;
  }
}
#opstestvena-odgovornost .main-banner .heading-wrapper .header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: #fff;
  box-shadow: 0 30px 89px #0000001a;
  padding: 30px 50px;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #opstestvena-odgovornost .main-banner .heading-wrapper .header {
    bottom: -50px !important;
    padding: 30px !important;
    width: 95% !important;
  }
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .main-banner .heading-wrapper .header {
    padding: 30px !important;
    width: 100% !important;
  }
}
#opstestvena-odgovornost .main-banner .heading-wrapper .header .text-center {
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-size: 30px;
  color: #000;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #opstestvena-odgovornost .main-banner .heading-wrapper .header .text-center {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .main-banner .heading-wrapper .header .text-center {
    font-size: 30px;
  }
}
#opstestvena-odgovornost .content {
  margin: 95px 0 40px;
}
#opstestvena-odgovornost .content .text-wrap {
  font-size: 18px;
  margin-top: 125px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #opstestvena-odgovornost .content .text-wrap {
    font-size: 17px !important;
    padding: 20px;
    margin-top: 60px !important;
    margin-bottom: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .content .text-wrap {
    margin-top: 90px !important;
    margin-bottom: 30px !important;
  }
}
#opstestvena-odgovornost .content .text-wrap h2 {
  color: #e20074;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .content .text-wrap h2 {
    font-size: 26px !important;
  }
}
#opstestvena-odgovornost .content .text-wrap h3 {
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
  font-size: 22px;
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .content .text-wrap h3 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .content .text-wrap p {
    font-size: 16px;
  }
}
#opstestvena-odgovornost .content .text-wrap ul li {
  margin-left: 0 !important;
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .content .text-wrap ul li {
    font-size: 17px;
    line-height: 1.4;
  }
}
#opstestvena-odgovornost .content .white-box {
  min-height: 100%;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.07);
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .content .white-box {
    padding: 25px !important;
  }
}
#opstestvena-odgovornost .content .white-box p {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .content .white-box p {
    font-size: 17px;
  }
}
#opstestvena-odgovornost .content .white-box p span {
  color: #e20074;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .content .white-box p span {
    font-size: 17px;
  }
}
#opstestvena-odgovornost .content .white-box h4 {
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
}
#opstestvena-odgovornost .content .white-box a {
  position: relative;
  width: 100%;
  word-break: break-all;
}
#opstestvena-odgovornost .sponzorstva {
  background: transparent linear-gradient(181deg, #ececec00 0%, #FFFFFF 45%) 0% 0% no-repeat padding-box;
  position: relative;
}
#opstestvena-odgovornost .sponzorstva .heading {
  padding: 60px 0px 40px;
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .sponzorstva .heading {
    padding: 0px 0px 15px;
  }
}
#opstestvena-odgovornost .sponzorstva .heading h2 {
  color: #e20074;
  text-align: center;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .sponzorstva .heading {
    margin-bottom: 20px;
  }
}
#opstestvena-odgovornost .sponzorstva .heading p {
  width: 90%;
  margin: 0 auto;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .sponzorstva .heading p {
    width: 100%;
    font-size: 17px;
  }
}
#opstestvena-odgovornost .sponzorstva .content-sponz {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.07);
  min-height: 320px;
  margin-top: 30px;
}
#opstestvena-odgovornost .sponzorstva .content-sponz.bigger {
  height: 470px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #opstestvena-odgovornost .sponzorstva .content-sponz.bigger {
    height: 650px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #opstestvena-odgovornost .sponzorstva .content-sponz.bigger {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .sponzorstva .content-sponz.bigger {
    height: auto;
  }
}
#opstestvena-odgovornost .sponzorstva .content-sponz.bigger .row {
  height: 100%;
}
#opstestvena-odgovornost .sponzorstva .content-sponz.bigger .row .col-lg-5 {
  height: 100%;
}
#opstestvena-odgovornost .sponzorstva .content-sponz.bigger .row .col-lg-5 .sponzBox {
  height: 100%;
}
#opstestvena-odgovornost .sponzorstva .content-sponz.bigger .row.right-box p {
  margin: 20px 15px 20px 5px !important;
}
#opstestvena-odgovornost .sponzorstva .content-sponz .sponzBox {
  background-repeat: no-repeat;
  min-height: 320px;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #opstestvena-odgovornost .sponzorstva .content-sponz .sponzBox {
    min-height: 380px;
    background-position: left;
    height: 100% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #opstestvena-odgovornost .sponzorstva .content-sponz .sponzBox {
    width: 65%;
    margin: 0 auto;
    margin-top: 50px;
    background-position: left;
  }
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .sponzorstva .content-sponz .sponzBox {
    margin-top: 15px;
  }
}
#opstestvena-odgovornost .sponzorstva .content-sponz .sponzBox.sponzBox1 {
  background-image: url(/content/images/opshtestvena-odgovornost-red/iso3.png) !important;
}
@media (min-width: 320px) and (max-width: 450px) {
  #opstestvena-odgovornost .sponzorstva .content-sponz .sponzBox.sponzBox1 {
    background-size: cover;
    background-position: center;
    min-height: 180px !important;
  }
}
@media (min-width: 461px) and (max-width: 767px)  {
  #opstestvena-odgovornost .sponzorstva .content-sponz .sponzBox.sponzBox1 {
    background-size: cover;
    min-height: 230px !important;
  }
}
#opstestvena-odgovornost .sponzorstva .content-sponz .sponzBox.sponzBox2 {
  background-image: url(/content/images/opshtestvena-odgovornost-red/iso3-1.png) !important;
  min-height: 340px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #opstestvena-odgovornost .sponzorstva .content-sponz .sponzBox.sponzBox2 {
    min-height: 440px;
  }
}
@media (min-width: 320px) and (max-width: 450px) {
  #opstestvena-odgovornost .sponzorstva .content-sponz .sponzBox.sponzBox2 {
    background-size: cover;
    background-position: center;
    min-height: 180px !important;
  }
}
@media (min-width: 461px) and (max-width: 767px)  {
  #opstestvena-odgovornost .sponzorstva .content-sponz .sponzBox.sponzBox2 {
    background-size: cover;
    min-height: 230px !important;
  }
}
#opstestvena-odgovornost .sponzorstva .content-sponz .sponzBox.sponzBox3 {
  background-image: url(/content/images/opshtestvena-odgovornost-red/iso3-2.png) !important;
}
@media (min-width: 320px) and (max-width: 450px) {
  #opstestvena-odgovornost .sponzorstva .content-sponz .sponzBox.sponzBox3 {
    background-size: cover;
    background-position: center;
    min-height: 180px !important;
  }
}
@media (min-width: 461px) and (max-width: 767px)  {
  #opstestvena-odgovornost .sponzorstva .content-sponz .sponzBox.sponzBox3 {
    background-size: cover;
    min-height: 230px !important;
  }
}
#opstestvena-odgovornost .sponzorstva .content-sponz .sponzBox.sponzBox4 {
  background-image: url(/content/images/opshtestvena-odgovornost-red/iso3-3.png) !important;
}
@media (min-width: 320px) and (max-width: 450px) {
  #opstestvena-odgovornost .sponzorstva .content-sponz .sponzBox.sponzBox4 {
    background-size: cover;
    background-position: center;
    min-height: 180px !important;
  }
}
@media (min-width: 461px) and (max-width: 767px)  {
  #opstestvena-odgovornost .sponzorstva .content-sponz .sponzBox.sponzBox4 {
    background-size: cover;
    min-height: 230px !important;
  }
}
#opstestvena-odgovornost .sponzorstva .content-sponz .right-box {
  padding: 20px 0 0 20px;
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .sponzorstva .content-sponz .right-box {
    text-align: center;
    padding: 0 0 15px;
  }
}
#opstestvena-odgovornost .sponzorstva .content-sponz .right-box img {
  padding: 20px;
  box-sizing: border-box;
  margin: 35px 30px;
  box-shadow: 0 3px 60px #00000029;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .sponzorstva .content-sponz .right-box img {
    padding: 20px;
    margin: auto;
    margin-top: 20px;
    width: 50%;
  }
}
#opstestvena-odgovornost .sponzorstva .content-sponz .right-box h2 {
  font-size: 20px !important;
  margin-top: 35px;
  margin-left: 5px;
  margin-right: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #opstestvena-odgovornost .sponzorstva .content-sponz .right-box h2 {
    margin-left: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .sponzorstva .content-sponz .right-box h2 {
    margin: 10px !important;
  }
}
#opstestvena-odgovornost .sponzorstva .content-sponz .right-box p {
  font-size: 18px;
  margin: 20px 15px 45px 5px;
  color: #767676;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #opstestvena-odgovornost .sponzorstva .content-sponz .right-box p {
    margin: 20px 15px 45px 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  #opstestvena-odgovornost .sponzorstva .content-sponz .right-box p {
    margin: 15px auto;
    padding: 10px 30px;
    font-size: 17px;
  }
}
/*#endregion Opshtestvena odgovornost redesign*/
/*#region corporate responsibility*/
.white-box-left-m-klub-blue {
  z-index: 3;
  position: relative;
}
#cr {
  position: relative;
}
#cr section.main-part {
  position: relative;
  /*background-image: url(/content/images/corporate-responsibility/corp-resp-banner.jpg);*/
  background-image: url('/content/images/corporate-responsibility/corp-resp-banner2.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 850px;
  background-position: center top;
}
@media (min-width: 1900px) {
  #cr section.main-part {
    height: 1050px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cr section.main-part {
    height: 800px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cr section.main-part {
    height: 680px;
  }
}
@media only screen and (max-width: 767px) {
  #cr section.main-part {
    height: 670px;
    padding: 5% 0;
    background-repeat: no-repeat;
    background-size: 170%;
    background-color: #1a1d24;
  }
}
#cr section.main-part:after {
  content: '';
  position: absolute;
  bottom: -330px;
  height: 330px;
  background: #1a1d24;
  width: 100%;
  z-index: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#cr section.main-part .wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #cr section.main-part .wrapper {
    align-items: center;
    max-width: initial;
  }
}
#cr section.main-part .wrapper .header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  #cr section.main-part .wrapper .header {
    flex-direction: column;
    width: 100%;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
#cr section.main-part .wrapper .header h1 {
  color: white;
  font-size: 160px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  text-align: left;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #cr section.main-part .wrapper .header h1 {
    font-size: 140px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cr section.main-part .wrapper .header h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cr section.main-part .wrapper .header h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #cr section.main-part .wrapper .header h1 {
    font-size: 35px;
  }
}
#cr section.main-part .wrapper .header h1 span {
  font-size: 98px;
  display: block;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #cr section.main-part .wrapper .header h1 span {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cr section.main-part .wrapper .header h1 span {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cr section.main-part .wrapper .header h1 span {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #cr section.main-part .wrapper .header h1 span {
    font-size: 23px;
  }
}
#cr section.main-part .wrapper .header h2 {
  position: relative;
  color: white;
  font-size: 20px;
  font-family: 'TeleNeo' !important;
  font-weight: 400 !important;
  margin-top: 0;
  padding: 0;
  margin-bottom: 50px;
  right: 10%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cr section.main-part .wrapper .header h2 {
    margin-bottom: 20px;
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cr section.main-part .wrapper .header h2 {
    margin-bottom: 0;
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  #cr section.main-part .wrapper .header h2 {
    margin-bottom: 10px;
    right: 0;
  }
}
#cr section.main-part .wrapper .header h2:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 100%;
  width: 4px;
  background: #e20074;
}
#cr section.main-part .wrapper .content {
  position: relative;
  padding: 3% 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #cr section.main-part .wrapper .content {
    align-items: center;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cr section.main-part .wrapper .content {
    padding: 10% 0 3%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cr section.main-part .wrapper .content {
    padding: 13% 0 5%;
  }
}
#cr section.main-part .wrapper .content .icon-wrap {
  position: relative;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  #cr section.main-part .wrapper .content .icon-wrap {
    display: none;
  }
}
#cr section.main-part .wrapper .content .icon-wrap svg {
  position: relative;
}
@media only screen and (max-width: 767px) {
  #cr section.main-part .wrapper .content .icon-wrap svg {
    width: 100px;
    height: 100px;
  }
}
#cr section.main-part .wrapper .content .text {
  position: relative;
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  #cr section.main-part .wrapper .content .text {
    padding-left: 0;
  }
}
#cr section.main-part .wrapper .content .text:before {
  content: '';
  position: absolute;
  border-width: 3px 0px 0px 3px;
  border-color: white transparent transparent white;
  border-style: solid;
  top: -15px;
  left: 25px;
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 767px) {
  #cr section.main-part .wrapper .content .text:before {
    display: none;
  }
}
#cr section.main-part .wrapper .content p {
  color: white;
  font-size: 26px;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #cr section.main-part .wrapper .content p {
    font-size: 23px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cr section.main-part .wrapper .content p {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cr section.main-part .wrapper .content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #cr section.main-part .wrapper .content p {
    font-size: 18px;
  }
}
#cr section.magenta-bottom-shape {
  position: relative;
  padding: 0;
  height: 580px;
  z-index: 2;
}
@media (min-width: 1900px) {
  #cr section.magenta-bottom-shape {
    height: 650px;
  }
}
@media only screen and (max-width: 767px) {
  #cr section.magenta-bottom-shape {
    background-color: #e20074;
    height: auto;
  }
}
#cr section.magenta-bottom-shape:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('/content/images/corporate-responsibility/magenta-stripe.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #cr section.magenta-bottom-shape:before {
    background-position: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cr section.magenta-bottom-shape:before {
    background-position: 35%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cr section.magenta-bottom-shape:before {
    background-position: 37%;
  }
}
#cr section.magenta-bottom-shape .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 450px;
  overflow: hidden;
  padding: 5% 0;
  position: relative;
  max-width: 1300px;
  margin: 0 auto;
}
@media (min-width: 1900px) {
  #cr section.magenta-bottom-shape .wrapper {
    top: 8%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cr section.magenta-bottom-shape .wrapper {
    align-items: center;
    padding: 10% 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cr section.magenta-bottom-shape .wrapper {
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  #cr section.magenta-bottom-shape .wrapper {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    max-width: initial;
  }
}
#cr section.magenta-bottom-shape .wrapper > div {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  #cr section.magenta-bottom-shape .wrapper > div {
    width: 100%;
  }
}
#cr section.magenta-bottom-shape .wrapper > div p {
  color: white;
  font-size: 19px;
}
#cr section.magenta-bottom-shape .wrapper .left-part {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cr section.magenta-bottom-shape .wrapper .left-part {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cr section.magenta-bottom-shape .wrapper .left-part {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #cr section.magenta-bottom-shape .wrapper .left-part {
    overflow: hidden;
  }
}
#cr section.magenta-bottom-shape .wrapper .left-part p {
  margin-bottom: 25px;
}
#cr section.magenta-bottom-shape .wrapper .left-part::-webkit-scrollbar {
  width: 6px;
}
#cr section.magenta-bottom-shape .wrapper .left-part::-webkit-scrollbar-thumb {
  background: #b1015b;
  border-radius: 8px;
}
#cr section.magenta-bottom-shape .wrapper .left-part::-webkit-scrollbar-track {
  background: white;
  border-radius: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cr section.magenta-bottom-shape .wrapper .right-part {
    width: 40%;
    padding: 0 0 0 30px;
  }
}
#cr section.magenta-bottom-shape .wrapper .right-part h3 {
  color: white;
  text-transform: uppercase;
  font-size: 45px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  position: relative;
  top: 70px;
}
@media only screen and (max-width: 767px) {
  #cr section.magenta-bottom-shape .wrapper .right-part h3 {
    top: 0;
    font-size: 31px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #cr section.magenta-bottom-shape .wrapper .right-part h3 {
    font-size: 34px;
    top: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cr section.magenta-bottom-shape .wrapper .right-part h3 {
    top: 130px;
    padding: 0 0 0 40px;
    font-size: 40px;
  }
}
.tag {
  position: sticky;
  left: 0;
  top: 40%;
  z-index: 5;
  background: white;
  padding: 10px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 100px;
}
@media (min-width: 1400px) and (max-width: 1500px) {
  .tag {
    width: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tag {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tag {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .tag {
    display: none;
  }
}
.tag img:first-of-type {
  margin-bottom: 10px;
}
section.testimonials-cr {
  height: auto;
  padding: 5% 0 10%;
  position: relative;
  margin-top: -200px;
  z-index: 1;
}
@media (min-width: 1900px) {
  section.testimonials-cr {
    margin-top: -250px;
  }
}
@media only screen and (max-width: 767px) {
  section.testimonials-cr {
    margin-top: -30px;
  }
}
section.testimonials-cr .sticky {
  position: sticky;
  top: 86px;
  height: 150px;
}
@media only screen and (max-width: 767px) {
  section.testimonials-cr .sticky {
    top: 0;
    height: 50px;
  }
}
section.testimonials-cr .sticky .img-bg {
  height: 910px;
  background-image: url('/content/images/corporate-responsibility/management-blur-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000;
  background-position-y: top;
  top: 0px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
@media (min-width: 1920px) {
  section.testimonials-cr .sticky .img-bg {
    height: 1500px;
  }
}
@media only screen and (max-width: 767px) {
  section.testimonials-cr .sticky .img-bg {
    height: 980px;
  }
}
section.testimonials-cr .speakers-wrap {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.testimonials-cr .speakers-wrap {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.testimonials-cr .speakers-wrap {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  section.testimonials-cr .speakers-wrap {
    width: 100%;
  }
}
section.testimonials-cr .speakers-wrap .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 100px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.testimonials-cr .speakers-wrap .wrap {
    margin: 30px 0 80px 0;
  }
}
@media only screen and (max-width: 767px) {
  section.testimonials-cr .speakers-wrap .wrap {
    flex-direction: column;
    margin: 30px 0 5px 0;
  }
}
section.testimonials-cr .speakers-wrap .wrap > div {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  section.testimonials-cr .speakers-wrap .wrap > div {
    width: 100%;
    margin: 30px 0;
  }
}
section.testimonials-cr .speakers-wrap .wrap .left-img {
  position: relative;
  box-shadow: none !important;
  /*    box-shadow: 10px 13px 100px rgba(140, 118, 126, .25);*/
  background: transparent;
  border-radius: 15px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  section.testimonials-cr .speakers-wrap .wrap .left-img {
    width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 320px) and (max-width: 400px) {
  section.testimonials-cr .speakers-wrap .wrap .left-img {
    width: 100%;
  }
}
section.testimonials-cr .speakers-wrap .wrap .left-img img {
  border-radius: 15px;
}
section.testimonials-cr .speakers-wrap .wrap .left-img:after {
  content: '';
  position: absolute;
  background-image: url(/content/images/corporate-responsibility/quotes-white.png);
  width: 120px;
  height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  bottom: 40px;
  right: -30px;
}
section.testimonials-cr .speakers-wrap .wrap .right-text {
  position: relative;
}
section.testimonials-cr .speakers-wrap .wrap .right-text p {
  font-size: 19px;
}
section.testimonials-cr .speakers-wrap .wrap .right-text h3 {
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
  font-size: 23px;
  color: black;
  position: relative;
  padding: 20px 0 20px 20px;
  margin-top: 30px;
}
section.testimonials-cr .speakers-wrap .wrap .right-text h3:before {
  content: '';
  position: absolute;
  left: 0px;
  width: 4px;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #e20074;
}
section.achievements {
  height: auto;
  padding: 5% 0 0;
  position: relative;
  margin-top: -50px;
  z-index: 1;
}
@media (min-width: 1900px) {
  section.achievements {
    margin-top: -250px;
  }
}
@media (max-width: 991px) {
  section.achievements {
    margin-top: -30px;
    background: #e20074;
  }
}
section.achievements .shape-img {
  position: absolute;
  background-image: url('/content/images/corporate-responsibility/achievements-shape.png');
  background-size: cover;
  background-repeat: no-repeat;
  height: 760px;
  top: -200px;
  left: 0;
  right: 0;
  width: 100%;
  background-position: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.achievements .shape-img {
    height: 650px;
  }
}
@media (max-width: 991px) {
  section.achievements .shape-img {
    display: none;
  }
}
section.achievements h2 {
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-size: 65px;
  margin: 60px 0 0 0;
  position: relative;
  z-index: 1;
  color: white;
}
@media (max-width: 991px) {
  section.achievements h2 {
    font-size: 40px;
    margin: 30px 0;
  }
}
section.achievements .bg {
  position: relative;
  background-image: url('/content/images/corporate-responsibility/bg-boxes.jpg');
  background-position: center bottom;
  background-attachment: fixed;
  padding: 18% 0 3%;
  z-index: -1;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  section.achievements .bg {
    padding: 25% 0 5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.achievements .bg {
    padding: 30% 0 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.achievements .bg {
    padding: 20% 0 5%;
  }
}
section.achievements .bg .flex {
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: 30px 0;
  gap: 20px;
}
section.achievements .bg .flex .box {
  width: 30%;
  text-align: center;
  border: 1px solid white;
  padding: 40px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.achievements .bg .flex .box {
    padding: 30px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.achievements .bg .flex .box {
    padding: 30px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: space-around;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  section.achievements .bg .flex .box {
    width: 100%;
    padding: 40px 35px;
  }
}
section.achievements .bg .flex .box h3 {
  color: white;
  font-size: 75px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.achievements .bg .flex .box h3 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.achievements .bg .flex .box h3 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  section.achievements .bg .flex .box h3 {
    font-size: 30px;
  }
}
section.achievements .bg .flex .box h3 span {
  font-size: 23px;
  margin: 20px 0;
  display: block;
  font-family: 'TeleNeo' !important;
  font-weight: 500 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.achievements .bg .flex .box h3 span {
    min-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.achievements .bg .flex .box h3 span {
    min-height: 50px;
    font-size: 22px;
  }
}
section.achievements .bg .flex .box h3 span.number {
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-size: 75px;
}
@media only screen and (max-width: 767px) {
  section.achievements .bg .flex .box h3 span.number {
    font-size: 65px;
  }
}
section.achievements .bg .flex .box h3 span.bigger {
  font-size: 43px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.achievements .bg .flex .box h3 span.bigger {
    font-size: 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.achievements .bg .flex .box h3 span.bigger {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  section.achievements .bg .flex .box h3 span.bigger {
    font-size: 30px;
  }
}
section.network-contection {
  position: relative;
  height: auto;
  padding: 3% 0 0;
  background-image: url('/content/images/corporate-responsibility/environment-bg-2.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media (max-width: 991px) {
  section.network-contection {
    padding: 3% 0 70%;
  }
}
section.network-contection:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 452px;
  background-image: url('/content/images/corporate-responsibility/triangle-shape.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 3;
}
@media (max-width: 991px) {
  section.network-contection:after {
    display: none;
  }
}
section.network-contection .flex {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  section.network-contection .flex {
    max-width: initial;
  }
}
section.network-contection .flex > div {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  section.network-contection .flex > div {
    width: 100%;
  }
}
section.network-contection .flex > div.left {
  background-image: url('/content/images/corporate-responsibility/network-shape.png');
  background-position: center bottom;
  background-size: cover;
  padding: 200px 30px 150px 30px;
  overflow: hidden;
}
@media (max-width: 991px) {
  section.network-contection .flex > div.left {
    background-image: none;
    background-color: #e20074;
    padding: 40px 30px;
  }
}
section.network-contection .flex > div.left .textInShape {
  height: 900px;
  overflow-y: scroll;
  padding-bottom: 50px;
}
section.network-contection .flex > div.left .textInShape::-webkit-scrollbar-thumb {
  background: #b1015b;
  border-radius: 8px;
}
section.network-contection .flex > div.left .textInShape::-webkit-scrollbar-track {
  background: white;
  border-radius: 8px;
}
section.network-contection .flex > div.left h2 {
  color: white;
  font-size: 63px;
  margin-bottom: 40px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
@media (max-width: 991px) {
  section.network-contection .flex > div.left h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
section.network-contection .flex > div.left p {
  color: white;
  font-size: 18px;
  font-family: 'TeleNeo' !important;
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  section.network-contection .flex > div.left p {
    font-size: 18px;
  }
}
section.network-contection .flex > div.right {
  position: relative;
  top: -300px;
}
@media (max-width: 991px) {
  section.network-contection .flex > div.right {
    top: 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  section.network-contection .flex > div.right img {
    width: 350px;
    height: auto;
  }
}
section.network-contection .flex > div.right img.ml-40 {
  margin-left: 35%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.network-contection .flex > div.right img.ml-40 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.network-contection .flex > div.right img.ml-40 {
    margin-left: 0;
  }
}
section.customer-satisfaction {
  position: relative;
  height: auto;
  padding: 3% 0 40%;
  margin-top: -230px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.customer-satisfaction {
    margin-top: -165px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.customer-satisfaction {
    margin-top: -100px;
  }
}
@media only screen and (max-width: 767px) {
  section.customer-satisfaction {
    padding: 20% 0 40%;
  }
}
section.customer-satisfaction:after {
  content: '';
  position: absolute;
  bottom: -10%;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  background-image: url('/content/images/corporate-responsibility/customer-obsession-bg-2.png');
  background-size: cover;
  background-position: center bottom;
  z-index: 1;
}
section.customer-satisfaction .flex {
  grid-gap: 30px;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  section.customer-satisfaction .flex {
    max-width: initial;
    flex-flow: column;
  }
}
section.customer-satisfaction .flex > div {
  width: 45%;
  position: relative;
}
@media (max-width: 991px) {
  section.customer-satisfaction .flex > div {
    width: 100%;
  }
}
section.customer-satisfaction .flex > div p {
  font-size: 20px;
}
section.customer-satisfaction .flex > div.line > p:first-of-type {
  padding-left: 40px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.customer-satisfaction .flex > div.line > p:first-of-type {
    padding-left: 15px;
  }
}
section.customer-satisfaction .flex > div.line > p:first-of-type:before {
  content: '';
  position: absolute;
  left: 0;
  height: 150px;
  width: 4px;
  background: #e20074;
  top: 0;
}
@media only screen and (max-width: 767px) {
  section.customer-satisfaction .flex > div.line > p:first-of-type:before {
    width: 3px;
  }
}
section.customer-satisfaction h2 {
  color: black;
  font-size: 63px;
  margin-bottom: 40px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
section.customer-satisfaction h3 {
  font-size: 100px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
@media (max-width: 991px) {
  section.customer-satisfaction h3 {
    font-size: 70px;
  }
}
section.customer-satisfaction p.bigger {
  font-size: 40px;
  color: black;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
@media (max-width: 991px) {
  section.customer-satisfaction p.bigger {
    font-size: 30px;
  }
}
section.customer-satisfaction p.bigger span {
  display: block;
  font-size: 35px;
  font-family: 'TeleNeo' !important;
  font-weight: 500 !important;
}
@media (max-width: 991px) {
  section.customer-satisfaction p.bigger span {
    font-size: 25px;
  }
}
section.digital-transformation {
  position: relative;
  height: auto;
  z-index: 2;
  padding: 3% 0;
  margin-top: -310px;
}
@media (max-width: 991px) {
  section.digital-transformation {
    margin-top: 0;
  }
}
section.digital-transformation .absolute-img {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  top: 0;
  bottom: 0;
  text-align: right;
}
@media (max-width: 991px) {
  section.digital-transformation .absolute-img {
    width: 100%;
    position: relative;
  }
}
section.digital-transformation .absolute-img img {
  width: auto;
  height: 100%;
}
section.digital-transformation .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  section.digital-transformation .wrapper {
    flex-flow: column;
  }
}
@media only screen and (max-width: 767px) {
  section.digital-transformation .wrapper {
    max-width: initial;
  }
}
section.digital-transformation .wrapper .wrap-left {
  width: 50%;
  position: relative;
}
@media (max-width: 991px) {
  section.digital-transformation .wrapper .wrap-left {
    width: 100%;
  }
}
section.digital-transformation .wrapper .wrap-left:after {
  content: '';
  position: absolute;
  width: 250px;
  height: 250px;
  background-image: url('/content/images/corporate-responsibility/quotes.png');
  background-size: contain;
  background-repeat: no-repeat;
  right: -210px;
  bottom: 130px;
}
@media (max-width: 991px) {
  section.digital-transformation .wrapper .wrap-left:after {
    display: none;
  }
}
section.digital-transformation .wrapper h2 {
  color: black;
  font-size: 63px;
  margin-bottom: 40px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
section.digital-transformation .wrapper h2 span {
  display: inline-block;
  color: white;
  background: #e20074;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-size: 50px;
  padding: 0 10px;
}
section.digital-transformation .wrapper p {
  font-size: 20px;
}
section.digital-transformation .wrapper .bottom {
  position: relative;
  padding-left: 40px;
}
section.digital-transformation .wrapper .bottom:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 140px;
  width: 9px;
  background: #e20074;
}
section.digital-transformation .wrapper .bottom h3 {
  color: black;
  font-size: 100px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
section.digital-transformation .wrapper .bottom h3 span {
  color: black;
  font-family: 'TeleNeo' !important;
  font-weight: 500 !important;
  font-size: 40px;
  display: block;
}
section.digital-transformation .wrapper .bottom h3 span.text-magenta {
  text-transform: uppercase;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-size: 50px;
}
section.best-team {
  position: relative;
  padding: 3% 0 5%;
  background-image: url('/content/images/corporate-responsibility/tim-bg.jpg');
  background-size: cover;
  background-position: center;
}
section.best-team:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 110px;
  width: 50%;
  height: 100%;
  background-image: url('/content/images/corporate-responsibility/best-team-shape.png');
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 991px) {
  section.best-team:after {
    width: 100%;
    position: relative;
  }
}
section.best-team .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  section.best-team .wrapper {
    flex-flow: column;
  }
}
@media only screen and (max-width: 767px) {
  section.best-team .wrapper {
    max-width: initial;
  }
}
section.best-team .wrapper > div {
  width: 50%;
  position: relative;
}
@media (max-width: 991px) {
  section.best-team .wrapper > div {
    width: 100%;
  }
}
section.best-team .wrapper > div.img {
  position: relative;
  top: -250px;
}
@media (max-width: 991px) {
  section.best-team .wrapper > div.img {
    top: 0;
  }
}
section.best-team h2 {
  color: white;
  font-size: 63px;
  font-family: 'TeleNeo' !important;
  font-weight: 400 !important;
  margin-bottom: 40px;
}
section.best-team h3 {
  font-size: 40px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  color: white;
  margin: 30px 0;
}
section.best-team p {
  color: white;
  font-size: 20px;
}
section.nature {
  position: relative;
  height: auto;
}
section.nature .absolute-img {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  top: 0;
}
@media (max-width: 991px) {
  section.nature .absolute-img {
    width: 100%;
    position: relative;
  }
}
section.nature .absolute-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.nature .wrapper {
  justify-content: flex-end;
  grid-gap: 30px;
}
@media (max-width: 991px) {
  section.nature .wrapper {
    flex-flow: column;
  }
}
section.nature .wrapper .wrap-right {
  padding: 40px 0;
  width: 40%;
  margin-top: -250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.nature .wrapper .wrap-right {
    margin-top: 0;
    padding: 40px 0 100px;
  }
}
@media (max-width: 991px) {
  section.nature .wrapper .wrap-right {
    width: 100%;
    margin-top: 0;
  }
}
section.nature .wrapper .wrap-right .fixed {
  position: relative;
}
section.nature .wrapper .wrap-right .fixed:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(360deg, white, transparent);
  left: 0;
  right: 0;
}
section.nature .wrapper .wrap-right .scroll {
  position: relative;
  max-height: 600px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 110px;
}
section.nature .wrapper .wrap-right .bottom {
  position: relative;
  width: 60%;
  right: 0;
  float: right;
  padding-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.nature .wrapper .wrap-right .bottom {
    width: 100%;
  }
}
@media (max-width: 991px) {
  section.nature .wrapper .wrap-right .bottom {
    width: 100%;
    float: none;
  }
}
section.nature .wrapper .wrap-right .bottom:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 140px;
  width: 9px;
  background: #e20074;
}
section.nature .wrapper .wrap-right .bottom span.text-magenta {
  text-transform: uppercase;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-size: 50px;
}
section.nature .wrapper h2 {
  color: black;
  font-size: 63px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  margin-bottom: 40px;
}
section.nature .wrapper h2 span {
  background: #e20074;
  color: white;
  font-size: 45px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  padding: 0 10px;
}
section.nature .wrapper p {
  font-size: 20px;
  color: black;
}
section.nature .wrapper h3 {
  color: black;
  font-size: 100px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
section.nature .wrapper h3 span {
  font-family: 'TeleNeo' !important;
  font-weight: 500 !important;
  font-size: 40px;
  display: block;
}
section.nature .wrapper h3 small {
  display: inline;
  font-size: 30px;
  color: black;
}
section.green-magenta-cr {
  position: relative;
  height: auto;
  z-index: 2;
}
@media (max-width: 991px) {
  section.green-magenta-cr {
    background: #e20074;
  }
}
section.green-magenta-cr .shape-img {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: -210px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.green-magenta-cr .shape-img {
    top: -125px;
  }
}
@media (max-width: 991px) {
  section.green-magenta-cr .shape-img {
    display: none;
  }
}
section.green-magenta-cr .wrapper {
  justify-content: flex-start;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  section.green-magenta-cr .wrapper {
    flex-flow: column;
  }
}
@media only screen and (max-width: 767px) {
  section.green-magenta-cr .wrapper {
    max-width: initial;
  }
}
section.green-magenta-cr .wrapper .wrap-left {
  width: 65%;
  position: relative;
}
@media (min-width: 1920px) {
  section.green-magenta-cr .wrapper .wrap-left {
    margin-top: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.green-magenta-cr .wrapper .wrap-left {
    width: 90%;
  }
}
@media (max-width: 991px) {
  section.green-magenta-cr .wrapper .wrap-left {
    width: 100%;
  }
}
section.green-magenta-cr .wrapper .wrap-left h2 {
  color: white;
  font-size: 63px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  section.green-magenta-cr .wrapper .wrap-left h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
section.green-magenta-cr .wrapper .wrap-left p {
  color: white;
  font-size: 20px;
}
section.good-magenta-cr {
  position: relative;
  z-index: 1;
  background: url('/content/images/corporate-responsibility/good-magenta-bg.jpg');
  background-position: center;
  background-size: cover;
  padding: 20% 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.good-magenta-cr {
    padding: 15% 0 25%;
  }
}
@media (max-width: 991px) {
  section.good-magenta-cr {
    padding: 20% 0 50%;
  }
}
section.good-magenta-cr .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  section.good-magenta-cr .wrapper {
    flex-flow: column;
  }
}
@media only screen and (max-width: 767px) {
  section.good-magenta-cr .wrapper {
    max-width: initial;
  }
}
section.good-magenta-cr .wrapper .wrap-left {
  width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.good-magenta-cr .wrapper .wrap-left {
    width: 80%;
  }
}
@media (max-width: 991px) {
  section.good-magenta-cr .wrapper .wrap-left {
    width: 100%;
  }
}
section.good-magenta-cr .wrapper .wrap-left .title-img {
  margin-bottom: 40px;
}
section.good-magenta-cr .wrapper .wrap-left h2 {
  color: white;
  font-size: 63px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  section.good-magenta-cr .wrapper .wrap-left h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
section.good-magenta-cr .wrapper .wrap-left p {
  font-size: 20px;
  color: white;
}
@media (max-width: 991px) {
  section.good-magenta-cr .wrapper .wrap-left p {
    font-size: 18px;
  }
}
section.internet-bez-omraza {
  position: relative;
  z-index: 1;
}
section.internet-bez-omraza .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  grid-gap: 30px;
}
@media (max-width: 991px) {
  section.internet-bez-omraza .wrapper {
    flex-flow: column;
  }
}
@media only screen and (max-width: 767px) {
  section.internet-bez-omraza .wrapper {
    max-width: initial;
  }
}
section.internet-bez-omraza .wrapper > div {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  section.internet-bez-omraza .wrapper > div {
    width: 100%;
  }
}
section.internet-bez-omraza .wrapper > div h2 {
  color: black;
  font-size: 63px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  section.internet-bez-omraza .wrapper > div h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
section.internet-bez-omraza .wrapper > div h2 span {
  background: #e20074;
  color: white;
  font-size: 45px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  padding: 0 10px;
  display: inline-block;
}
@media (max-width: 991px) {
  section.internet-bez-omraza .wrapper > div h2 span {
    font-size: 30px;
  }
}
section.internet-bez-omraza .wrapper > div p {
  font-size: 20px;
}
@media (max-width: 991px) {
  section.internet-bez-omraza .wrapper > div p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.internet-bez-omraza .wrapper .text-wrap {
    width: 100%;
  }
}
section.mladinska-kampanja {
  position: relative;
  padding: 3% 0 0;
  height: auto;
}
section.mladinska-kampanja:after {
  content: '';
  position: absolute;
  background-image: url('/content/images/corporate-responsibility/mladinska-kampanja-shape.png');
  background-position: center top;
  background-size: cover;
  bottom: 0;
  width: 55%;
  height: 100%;
  z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.mladinska-kampanja:after {
    width: 60%;
    left: -60px;
  }
}
@media (max-width: 991px) {
  section.mladinska-kampanja:after {
    display: none;
  }
}
section.mladinska-kampanja .wrapper {
  max-width: 1300px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  grid-gap: 30px;
}
@media (max-width: 991px) {
  section.mladinska-kampanja .wrapper {
    flex-flow: column;
  }
}
@media (max-width: 991px) {
  section.mladinska-kampanja .wrapper {
    max-width: initial;
  }
}
section.mladinska-kampanja .wrapper > div {
  width: 50%;
}
@media (max-width: 991px) {
  section.mladinska-kampanja .wrapper > div {
    width: 100%;
  }
}
section.mladinska-kampanja .wrapper > div h2 {
  color: black;
  font-size: 63px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  section.mladinska-kampanja .wrapper > div h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
section.mladinska-kampanja .wrapper > div h2 span {
  background: black;
  color: white;
  font-size: 45px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  padding: 0 10px;
  display: inline-block;
}
@media (max-width: 991px) {
  section.mladinska-kampanja .wrapper > div h2 span {
    font-size: 30px;
  }
}
section.mladinska-kampanja .wrapper > div p {
  font-size: 20px;
  z-index: 2;
  position: relative;
}
@media (max-width: 991px) {
  section.mladinska-kampanja .wrapper > div p {
    font-size: 18px;
  }
}
section.mladinska-kampanja .wrapper > div.box.left {
  z-index: 2;
  position: relative;
  top: 250px;
}
@media (max-width: 991px) {
  section.mladinska-kampanja .wrapper > div.box.left {
    background: #e20074;
    padding: 20px;
    top: 0;
  }
}
section.mladinska-kampanja .wrapper > div.box.left h2 {
  color: white;
}
section.mladinska-kampanja .wrapper > div.box.left p {
  color: white;
}
section.mladinska-kampanja .wrapper > div.box.right {
  margin-left: 50px;
  width: 45%;
}
@media (max-width: 991px) {
  section.mladinska-kampanja .wrapper > div.box.right {
    width: 100%;
    margin-left: 0;
  }
}
section.green-magenta {
  position: relative;
  height: auto;
  background-image: url('/content/images/corporate-responsibility/good-cause-bg-1.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3% 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.green-magenta {
    padding: 5% 0 30%;
  }
}
section.green-magenta .wrapper {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  section.green-magenta .wrapper {
    flex-flow: column;
    max-width: initial;
  }
}
section.green-magenta .wrapper .left {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  section.green-magenta .wrapper .left {
    width: 100%;
  }
}
section.green-magenta .wrapper .left p {
  color: white;
  font-size: 20px;
  margin: 0 0 20px;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  section.green-magenta .wrapper .left p {
    margin: 0 0 15px;
  }
}
@media (max-width: 991px) {
  section.green-magenta .wrapper .left p {
    font-size: 18px;
  }
}
section.green-magenta .wrapper .left p.cs {
  margin: 55px 0 !important;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  section.green-magenta .wrapper .left p.cs {
    margin: 30px 0 !important;
  }
}
section.green-magenta .wrapper .left img.green {
  margin-bottom: 60px;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  section.green-magenta .wrapper .left img.green {
    margin-bottom: 40px;
  }
}
section.green-magenta .wrapper .right {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  section.green-magenta .wrapper .right {
    width: 100%;
  }
}
section.zaedno {
  position: relative;
  z-index: 1;
  padding-bottom: 150px;
  margin-top: -250px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.zaedno {
    margin-top: -160px;
  }
}
@media (max-width: 991px) {
  section.zaedno {
    margin-top: 0;
  }
}
section.zaedno:before {
  content: " ";
  display: inline-block;
  height: 45%;
  width: 60%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-image: url(/content/images/corporate-responsibility/shape-zaedno.png);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.zaedno:before {
    height: 55%;
    width: 100%;
    bottom: -60px;
  }
}
@media (max-width: 991px) {
  section.zaedno:before {
    display: none;
  }
}
section.zaedno h2 {
  color: black;
  font-size: 63px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  section.zaedno h2 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
section.zaedno .wrapper {
  display: flex;
  align-items: center;
  gap: 80px;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  section.zaedno .wrapper {
    flex-flow: column;
    max-width: initial;
  }
}
section.zaedno .wrapper .left {
  width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.zaedno .wrapper .left {
    width: 85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.zaedno .wrapper .left {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section.zaedno .wrapper .left {
    width: 100%;
  }
}
section.zaedno .wrapper .right {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  section.zaedno .wrapper .right {
    width: 100%;
  }
}
section.zaedno .wrapper .right img {
  max-height: 620px;
}
section.zaedno p {
  color: black;
  font-size: 20px;
  margin: 0 0 20px;
  padding-left: 40px;
}
@media (max-width: 991px) {
  section.zaedno p {
    font-size: 18px;
  }
}
section.zaedno p.cs {
  position: relative;
}
section.zaedno p.cs:before {
  content: '';
  position: absolute;
  left: -5px;
  height: 230px;
  width: 4px;
  background: #e20074;
  top: 0;
}
section.network-cr {
  position: relative;
  padding: 5% 0;
  z-index: 3;
}
section.network-cr .sticky {
  position: sticky;
  top: 86px;
  height: 350px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.network-cr .sticky {
    top: -40px;
    height: 300px;
  }
}
section.network-cr .sticky .img-bg {
  height: 740px;
  background-image: url('/content/images/corporate-responsibility/sec2-bg.jpg');
  background-size: cover;
  background-color: #000;
  background-position: top;
  top: 0px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
@media (min-width: 1900px) {
  section.network-cr .sticky .img-bg {
    height: 950px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.network-cr .sticky .img-bg {
    height: 700px;
  }
}
@media only screen and (max-width: 767px) {
  section.network-cr .sticky .img-bg {
    height: 800px;
    top: -100px;
  }
}
section.network-cr:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -40%;
  width: 100%;
  height: 100%;
  background-image: url(/content/images/corporate-responsibility/magenta-shape-network.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  z-index: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.network-cr:after {
    right: -28%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.network-cr:after {
    right: -25%;
  }
}
@media only screen and (max-width: 767px) {
  section.network-cr:after {
    display: none;
  }
}
section.network-cr .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -15%;
  max-width: 1300px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  section.network-cr .wrapper {
    flex-direction: column;
    max-width: initial;
    margin-top: -55%;
  }
}
section.network-cr .wrapper > div {
  width: 40%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  section.network-cr .wrapper > div {
    width: 100%;
  }
}
section.network-cr .wrapper h2 {
  color: white;
  font-size: 70px;
  font-family: 'TeleNeo' !important;
  font-weight: 500 !important;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  section.network-cr .wrapper h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.network-cr .wrapper h2 {
    font-size: 50px;
  }
}
section.network-cr .wrapper h2 strong {
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
section.network-cr .wrapper p {
  color: white;
  font-size: 19px;
  margin-bottom: 30px;
}
section.network-cr .wrapper .right-img {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
  width: 35%;
}
section.environment-cr {
  position: relative;
}
section.environment-cr:after {
  content: '';
  position: absolute;
  border-width: 295px 2500px 0px 0;
  border-color: transparent white transparent transparent;
  width: 100%;
  height: 440px;
  left: 0;
  bottom: -25px;
  border-style: solid;
}
section.environment-cr .sticky {
  position: sticky;
  top: 0px;
  height: 1200px;
}
section.environment-cr .sticky .img-bg {
  height: 100%;
  background-image: url('/content/images/corporate-responsibility/environment-bg.png');
  background-size: cover;
  background-color: transparent;
  background-position: 50% 0;
  top: 60px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
  section.environment-cr .sticky .img-bg {
    top: -100px;
  }
}
section.environment-cr .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -70%;
}
@media only screen and (max-width: 767px) {
  section.environment-cr .wrapper {
    margin-top: -100%;
    flex-direction: column;
  }
}
section.environment-cr .wrapper > div {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  section.environment-cr .wrapper > div {
    width: 100%;
  }
}
section.environment-cr .wrapper .left-text {
  padding-right: 35px;
  padding-bottom: 20%;
  padding-top: 3%;
}
@media only screen and (max-width: 767px) {
  section.environment-cr .wrapper .left-text {
    padding-right: 0;
  }
}
section.environment-cr .wrapper .left-text:before {
  content: '';
  position: absolute;
  background-image: url(/content/images/corporate-responsibility/magenta-shape-climate.png);
  height: 100%;
  width: 45%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 0;
  top: -100px;
  left: 0;
  bottom: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  section.environment-cr .wrapper .left-text:before {
    height: 100% !important;
    width: 100%;
  }
}
section.environment-cr .wrapper .left-text span.badge {
  color: white;
  background: black;
  font-size: 40px;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.environment-cr .wrapper .left-text span.badge {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.environment-cr .wrapper .left-text span.badge {
    font-size: 35px;
  }
}
section.environment-cr .wrapper .left-text h2 {
  color: white;
  font-size: 56px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.environment-cr .wrapper .left-text h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.environment-cr .wrapper .left-text h2 {
    font-size: 42px;
  }
}
section.environment-cr .wrapper .left-text p {
  color: white;
  font-size: 19px;
  position: relative;
}
section.environment-cr .wrapper .bubbles {
  position: relative;
}
section.environment-cr .wrapper .bubbles .bubble {
  position: relative;
}
section.environment-cr .wrapper .bubbles .bubble svg {
  position: relative;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.environment-cr .wrapper .bubbles .bubble svg {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section.environment-cr .wrapper .bubbles .bubble svg {
    width: 100%;
    top: -100px;
  }
}
section.environment-cr .wrapper .bubbles .bubble.one svg {
  width: 90%;
}
section.environment-cr .wrapper .bubbles .bubble.two {
  text-align: right;
}
section.environment-cr .wrapper .bubbles .bubble.two svg {
  width: 70%;
  right: 0;
  left: initial;
}
section.environment-cr .wrapper .bubbles .bubble.three {
  text-align: left;
}
section.environment-cr .wrapper .bubbles .bubble.three svg {
  width: 60%;
  left: 0;
  right: initial;
  top: -150px;
}
section.customer-obsession-cr {
  position: relative;
  padding: 3% 0;
}
section.customer-obsession-cr:after {
  content: '';
  position: absolute;
  background-image: url(/content/images/corporate-responsibility/customer-obsession-bg.png);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  width: 60%;
  height: 80%;
  right: 0;
  bottom: 0;
  z-index: 0;
}
section.customer-obsession-cr .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-top: -150px;
}
@media only screen and (max-width: 767px) {
  section.customer-obsession-cr .wrapper {
    flex-direction: column;
  }
}
section.customer-obsession-cr .wrapper > div {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  section.customer-obsession-cr .wrapper > div {
    width: 100%;
  }
}
section.customer-obsession-cr .wrapper h2 {
  color: black;
  font-size: 76px;
  margin-bottom: 40px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
@media only screen and (max-width: 767px) {
  section.customer-obsession-cr .wrapper h2 {
    font-size: 40px;
  }
}
section.customer-obsession-cr .wrapper .content {
  padding-left: 30px;
  position: relative;
}
section.customer-obsession-cr .wrapper .content:before {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  width: 5px;
  background: #e20074;
  bottom: 0;
  top: 0;
}
section.customer-obsession-cr .wrapper p {
  font-size: 19px;
}
section.customer-obsession-cr .wrap-bottom .box {
  position: relative;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  section.customer-obsession-cr .wrap-bottom .box {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.customer-obsession-cr .wrap-bottom .box {
    width: 50%;
  }
}
section.customer-obsession-cr .wrap-bottom .box h3 {
  font-size: 100px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
@media only screen and (max-width: 767px) {
  section.customer-obsession-cr .wrap-bottom .box h3 {
    font-size: 70px;
  }
}
section.customer-obsession-cr .wrap-bottom .box h4 {
  font-size: 43px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  section.customer-obsession-cr .wrap-bottom .box h4 {
    font-size: 28px;
  }
}
section.customer-obsession-cr .wrap-bottom .box h5 {
  font-size: 35px;
  font-family: 'TeleNeo' !important;
  font-weight: 500 !important;
  color: black;
}
@media only screen and (max-width: 767px) {
  section.customer-obsession-cr .wrap-bottom .box h5 {
    font-size: 27px;
  }
}
section.employees-cr {
  position: relative;
  background: transparent linear-gradient(180deg, #0000000A 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  padding: 5% 0 10%;
  z-index: 1;
  background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
  section.employees-cr {
    margin-bottom: 80px;
  }
}
section.employees-cr:before {
  content: '';
  position: absolute;
  background-image: url('/content/images/corporate-responsibility/employees-img.png');
  background-size: cover;
  background-position: right top;
  width: 50%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  section.employees-cr:before {
    display: none;
  }
}
section.employees-cr .sticky {
  position: sticky;
  top: 86px;
  height: 550px;
}
section.employees-cr .sticky .img-bg {
  height: 910px;
  top: -150px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
section.employees-cr .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
section.employees-cr .wrapper > div {
  width: 50%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.employees-cr .wrapper > div {
    width: 100%;
  }
}
section.employees-cr .wrapper h2 {
  position: relative;
  display: inline-block;
  font-size: 56px;
  color: black;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  section.employees-cr .wrapper h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.employees-cr .wrapper h2 {
    font-size: 50px;
  }
}
section.employees-cr .wrapper h2 span {
  display: inline-block;
  color: white;
  background: #e20074;
  font-size: 45px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  padding: 0 15px;
}
@media only screen and (max-width: 767px) {
  section.employees-cr .wrapper h2 span {
    font-size: 31px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.employees-cr .wrapper h2 span {
    font-size: 40px;
  }
}
section.employees-cr .wrapper p {
  font-size: 19px;
}
section.employees-cr .wrapper .highlight {
  padding: 20px 0 20px 20px;
  position: relative;
}
section.employees-cr .wrapper .highlight:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-style: solid;
  border-color: black transparent;
  border-width: 25px 25px 0px 0px;
}
section.employees-cr .wrapper .highlight p {
  font-size: 23px;
}
section.employees-cr .wrapper .highlight p span {
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
}
section.employees-cr .wrapper .left-text-down {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  section.employees-cr .wrapper .left-text-down {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.employees-cr .wrapper .left-text-down {
    padding-left: 30px;
  }
}
section.employees-cr .wrapper .left-text-down:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 100%;
  background: #e20074;
}
section.employees-cr .wrapper .left-text-down h2 {
  color: #1a1d24;
  font-size: 105px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  section.employees-cr .wrapper .left-text-down h2 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.employees-cr .wrapper .left-text-down h2 {
    font-size: 85px;
  }
}
section.employees-cr .wrapper .left-text-down .wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 15px;
}
section.employees-cr .wrapper .left-text-down .wrap span {
  font-size: 45px;
  font-family: 'TeleNeo' !important;
  font-weight: 500 !important;
  display: block;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  section.employees-cr .wrapper .left-text-down .wrap span {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.employees-cr .wrapper .left-text-down .wrap span {
    font-size: 35px;
  }
}
section.employees-cr .wrapper .left-text-down .wrap span.text-magenta {
  text-transform: uppercase;
  font-size: 56px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  display: block;
}
@media only screen and (max-width: 767px) {
  section.employees-cr .wrapper .left-text-down .wrap span.text-magenta {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.employees-cr .wrapper .left-text-down .wrap span.text-magenta {
    font-size: 39px;
  }
}
section.good-cause-cr {
  position: relative;
}
section.good-cause-cr ::-webkit-scrollbar {
  display: none !important;
}
section.good-cause-cr .sticky {
  position: sticky;
  top: 0;
  height: 1000px;
}
section.good-cause-cr .sticky .img-bg {
  height: 1100px;
  background-image: url(/content/images/corporate-responsibility/good-cause-bg.png);
  background-size: cover;
  background-position: bottom center;
  top: 0px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
@media (min-width: 1400px) and (max-width: 1550px) {
  section.good-cause-cr .sticky .img-bg {
    background-position: top;
    height: 900px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.good-cause-cr .sticky .img-bg {
    height: 895px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.good-cause-cr .sticky .img-bg {
    height: 1120px;
  }
}
@media only screen and (max-width: 767px) {
  section.good-cause-cr .sticky .img-bg {
    height: 1200px;
    top: -70px;
    background-color: #2d371c;
  }
}
section.good-cause-cr .magenta-shape {
  position: absolute;
  width: 100%;
  top: 0;
  height: 400px;
}
section.good-cause-cr .magenta-shape:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1030px;
  background-image: url(/content/images/corporate-responsibility/good-cause-magenta-stripe.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -270px;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 1900px) {
  section.good-cause-cr .magenta-shape:before {
    height: 1320px;
    top: -350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.good-cause-cr .magenta-shape:before {
    height: 650px;
    top: -170px;
  }
}
@media only screen and (max-width: 767px) {
  section.good-cause-cr .magenta-shape:before {
    height: 550px;
    top: -180px;
  }
}
section.good-cause-cr .magenta-shape .wrap {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  section.good-cause-cr .magenta-shape .wrap {
    justify-content: center;
  }
}
section.good-cause-cr .magenta-shape .wrap h3 {
  width: 50%;
  color: white;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-size: 52px;
  margin: 0;
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.good-cause-cr .magenta-shape .wrap h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  section.good-cause-cr .magenta-shape .wrap h3 {
    font-size: 32px;
    width: 100%;
  }
}
section.good-cause-cr .magenta-shape .wrap h3:before {
  content: '';
  position: absolute;
  width: 150px;
  height: 170px;
  top: -290px;
  left: 0;
  background-image: url('/content/images/corporate-responsibility/quotes.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1900px) {
  section.good-cause-cr .magenta-shape .wrap h3:before {
    top: -320px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.good-cause-cr .magenta-shape .wrap h3:before {
    width: 120px;
    height: 150px;
    top: -210px;
  }
}
@media only screen and (max-width: 767px) {
  section.good-cause-cr .magenta-shape .wrap h3:before {
    width: 100px;
    height: 120px;
    top: -190px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
section.good-cause-cr .wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -40%;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  section.good-cause-cr .wrapper {
    flex-direction: column;
  }
}
section.good-cause-cr .wrapper > div {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  section.good-cause-cr .wrapper > div {
    width: 100%;
  }
}
section.good-cause-cr .wrapper .left-content {
  position: relative;
  margin-top: -320px;
}
section.good-cause-cr .wrapper .left-content .img-wrap {
  position: relative;
  width: 75%;
  margin: -50% auto 0 auto;
}
section.good-cause-cr .wrapper .left-content .text-wrap {
  padding-left: 40px;
  position: relative;
  margin: 70px 0;
  width: 70%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.good-cause-cr .wrapper .left-content .text-wrap {
    padding-left: 30px;
    margin: 70px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section.good-cause-cr .wrapper .left-content .text-wrap {
    margin: 40px 0;
    width: 100%;
  }
}
section.good-cause-cr .wrapper .left-content .text-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  width: 8px;
  height: 100%;
  background: #e20074;
  top: 0;
  bottom: 0;
}
section.good-cause-cr .wrapper .left-content .text-wrap:after {
  content: '';
  position: absolute;
  right: 5px;
  top: -40px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  section.good-cause-cr .wrapper .left-content .text-wrap:after {
    right: -5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.good-cause-cr .wrapper .left-content .text-wrap:after {
    right: 35px;
  }
}
section.good-cause-cr .wrapper .left-content .text-wrap h2 {
  font-size: 70px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  margin: 0;
  padding: 0;
  color: white;
}
@media only screen and (max-width: 767px) {
  section.good-cause-cr .wrapper .left-content .text-wrap h2 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.good-cause-cr .wrapper .left-content .text-wrap h2 {
    font-size: 60px;
  }
}
section.good-cause-cr .wrapper .left-content .text-wrap span {
  color: white;
  font-size: 36px;
  text-transform: uppercase;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
@media only screen and (max-width: 767px) {
  section.good-cause-cr .wrapper .left-content .text-wrap span {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.good-cause-cr .wrapper .left-content .text-wrap span {
    font-size: 36px;
  }
}
section.good-cause-cr .wrapper .left-content .text-wrap span.small {
  text-transform: none;
  font-size: 34px;
  font-family: 'TeleNeo' !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 767px) {
  section.good-cause-cr .wrapper .left-content .text-wrap span.small {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.good-cause-cr .wrapper .left-content .text-wrap span.small {
    font-size: 31px;
  }
}
section.good-cause-cr .wrapper .left-content .text-wrap.recycle:after {
  background-image: url(/content/images/corporate-responsibility/recycle.png);
  width: 90px;
  height: 110px;
}
@media only screen and (max-width: 767px) {
  section.good-cause-cr .wrapper .left-content .text-wrap.recycle:after {
    width: 70px;
  }
}
section.good-cause-cr .wrapper .left-content .text-wrap.plant:after {
  background-image: url(/content/images/corporate-responsibility/plant.png);
  width: 120px;
  height: 140px;
}
@media only screen and (max-width: 767px) {
  section.good-cause-cr .wrapper .left-content .text-wrap.plant:after {
    width: 80px;
  }
}
section.good-cause-cr .wrapper .right-content {
  position: relative;
  padding-bottom: 20%;
}
@media (min-width: 1900px) {
  section.good-cause-cr .wrapper .right-content {
    padding-bottom: 15%;
    padding-top: 10%;
  }
}
section.good-cause-cr .wrapper .right-content .logo svg {
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.good-cause-cr .wrapper .right-content .text {
    padding-bottom: 15%;
  }
}
section.good-cause-cr .wrapper .right-content .text h3 {
  color: white;
  font-size: 76px;
  margin-bottom: 40px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
@media only screen and (max-width: 767px) {
  section.good-cause-cr .wrapper .right-content .text h3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.good-cause-cr .wrapper .right-content .text h3 {
    font-size: 50px;
  }
}
section.good-cause-cr .wrapper .right-content .text p {
  color: white;
  font-size: 19px;
}
section.digital-inclusion-cr {
  position: relative;
  padding: 0 0 0;
}
@media (min-width: 1900px) {
  section.digital-inclusion-cr {
    padding: 5% 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.digital-inclusion-cr {
    padding: 20% 0 20%;
  }
}
@media only screen and (max-width: 767px) {
  section.digital-inclusion-cr {
    padding: 15% 0 10%;
  }
}
section.digital-inclusion-cr .sticky {
  position: sticky;
  top: 0;
  height: 500px;
}
section.digital-inclusion-cr .sticky .img-bg {
  height: 1100px;
  background: white;
  top: 0px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
section.digital-inclusion-cr p {
  font-size: 19px;
  margin-bottom: 25px;
}
section.digital-inclusion-cr .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: -150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  section.digital-inclusion-cr .wrapper {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.digital-inclusion-cr .wrapper {
    margin-top: 0;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  section.digital-inclusion-cr .wrapper {
    flex-direction: column;
    margin-top: 0;
  }
}
section.digital-inclusion-cr .wrapper > div {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  section.digital-inclusion-cr .wrapper > div {
    width: 100%;
    margin: 40px 0;
  }
}
section.digital-inclusion-cr .wrapper h2 {
  position: relative;
  font-size: 76px;
  color: black;
  margin-bottom: 40px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
@media only screen and (max-width: 767px) {
  section.digital-inclusion-cr .wrapper h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.digital-inclusion-cr .wrapper h2 {
    font-size: 50px;
  }
}
section.digital-inclusion-cr .wrapper h2 span {
  display: block;
  font-size: 44px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  padding: 5px 15px;
  color: white;
  background: #e20074;
  width: 325px;
}
@media only screen and (max-width: 767px) {
  section.digital-inclusion-cr .wrapper h2 span {
    font-size: 30px;
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.digital-inclusion-cr .wrapper h2 span {
    font-size: 38px;
    width: auto;
  }
}
section.digital-inclusion-cr .wrapper .right-text {
  position: relative;
}
section.digital-inclusion-cr .wrapper .right-text h3 {
  color: black;
  font-size: 44px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  section.digital-inclusion-cr .wrapper .right-text h3 {
    font-size: 30px;
  }
}
section.digital-inclusion-cr .wrapper .right-text ul {
  margin: 0;
}
section.digital-inclusion-cr .wrapper .right-text ul li {
  font-size: 19px;
  padding-left: 35px;
  margin-bottom: 20px;
  position: relative;
}
section.digital-inclusion-cr .wrapper .right-text ul li:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('/content/images/corporate-responsibility/lightbulb.svg');
  background-position: center;
  background-size: contain;
  top: 3px;
  left: 0;
}
section.digital-inclusion-cr .wrapper .right-text .highlight {
  position: relative;
  padding: 10px 20px;
  margin: 40px 0;
}
section.digital-inclusion-cr .wrapper .right-text .highlight:before {
  content: '';
  position: absolute;
  border-width: 3px 0px 0px 3px;
  border-color: #e20074 transparent transparent #e20074;
  border-style: solid;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
section.digital-inclusion-cr .wrapper .right-text .highlight p {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  section.digital-inclusion-cr .wrapper .right-text .highlight p {
    font-size: 23px;
  }
}
section.digital-inclusions-cr-part-two {
  position: relative;
  padding: 15% 0 10%;
}
@media (min-width: 1900px) {
  section.digital-inclusions-cr-part-two {
    padding: 10% 0 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.digital-inclusions-cr-part-two {
    padding: 20% 0 20%;
  }
}
@media only screen and (max-width: 767px) {
  section.digital-inclusions-cr-part-two {
    padding: 15% 0 10%;
  }
}
section.digital-inclusions-cr-part-two .sticky {
  position: sticky;
  top: 0;
  height: 500px;
}
section.digital-inclusions-cr-part-two .sticky .img-bg {
  height: 1100px;
  background: white;
  top: 0px;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
}
section.digital-inclusions-cr-part-two:before {
  content: '';
  position: absolute;
  background-image: url(/content/images/corporate-responsibility/magenta-stripe-technology.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 50%;
  z-index: 0;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  section.digital-inclusions-cr-part-two:before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.digital-inclusions-cr-part-two:before {
    display: none;
  }
}
section.digital-inclusions-cr-part-two .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  align-items: flex-end;
  margin-bottom: 0;
  margin-top: -20%;
}
@media only screen and (max-width: 767px) {
  section.digital-inclusions-cr-part-two .wrapper {
    flex-direction: column;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.digital-inclusions-cr-part-two .wrapper {
    margin-top: 0;
    align-items: flex-start;
  }
}
section.digital-inclusions-cr-part-two .wrapper > div {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  section.digital-inclusions-cr-part-two .wrapper > div {
    width: 100%;
    margin: 40px 0;
  }
}
section.digital-inclusions-cr-part-two .wrapper h2 {
  position: relative;
  font-size: 60px;
  color: black;
  margin-bottom: 40px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
@media only screen and (max-width: 767px) {
  section.digital-inclusions-cr-part-two .wrapper h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.digital-inclusions-cr-part-two .wrapper h2 {
    font-size: 50px;
  }
}
section.digital-inclusions-cr-part-two .wrapper h2 span {
  display: block;
  font-size: 44px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  padding: 5px 15px;
  color: white;
  background: #e20074;
  width: 325px;
}
@media only screen and (max-width: 767px) {
  section.digital-inclusions-cr-part-two .wrapper h2 span {
    font-size: 30px;
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.digital-inclusions-cr-part-two .wrapper h2 span {
    font-size: 38px;
    width: auto;
  }
}
section.digital-inclusions-cr-part-two .wrapper .left-magenta-shape {
  position: relative;
}
@media only screen and (max-width: 767px) {
  section.digital-inclusions-cr-part-two .wrapper .left-magenta-shape {
    background: #e20074;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.digital-inclusions-cr-part-two .wrapper .left-magenta-shape {
    background: #e20074;
    padding: 20px;
  }
}
section.digital-inclusions-cr-part-two .wrapper .left-magenta-shape .wrap {
  position: relative;
  z-index: 1;
  top: -100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.digital-inclusions-cr-part-two .wrapper .left-magenta-shape .wrap {
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.digital-inclusions-cr-part-two .wrapper .left-magenta-shape .wrap {
    top: 0;
  }
}
section.digital-inclusions-cr-part-two .wrapper .left-magenta-shape h2 {
  color: white;
}
section.digital-inclusions-cr-part-two .wrapper .left-magenta-shape h2 span {
  background: black;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.digital-inclusions-cr-part-two .wrapper .left-magenta-shape h2 span {
    width: auto;
  }
}
section.digital-inclusions-cr-part-two .wrapper .left-magenta-shape p {
  color: white;
  font-size: 19px;
}
section.digital-inclusions-cr-part-two .wrapper .right-text {
  position: relative;
}
section.digital-inclusions-cr-part-two .wrapper .right-text h3 {
  color: black;
  font-size: 44px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  section.digital-inclusions-cr-part-two .wrapper .right-text h3 {
    font-size: 30px;
  }
}
section.digital-inclusions-cr-part-two .wrapper .right-text ul {
  margin: 0;
}
section.digital-inclusions-cr-part-two .wrapper .right-text ul li {
  font-size: 19px;
  padding-left: 35px;
  margin-bottom: 20px;
  position: relative;
}
section.digital-inclusions-cr-part-two .wrapper .right-text ul li:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('/content/images/corporate-responsibility/lightbulb.svg');
  background-position: center;
  background-size: contain;
  top: 3px;
  left: 0;
}
section.digital-inclusions-cr-part-two .wrapper .right-text .highlight {
  position: relative;
  padding: 10px 20px;
  margin: 40px 0;
}
section.digital-inclusions-cr-part-two .wrapper .right-text .highlight:before {
  content: '';
  position: absolute;
  border-width: 3px 0px 0px 3px;
  border-color: #e20074 transparent transparent #e20074;
  border-style: solid;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
section.digital-inclusions-cr-part-two .wrapper .right-text .highlight p {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  section.digital-inclusions-cr-part-two .wrapper .right-text .highlight p {
    font-size: 23px;
  }
}
section.society-cr {
  position: relative;
}
section.society-cr .sticky {
  position: sticky;
  top: 0;
  height: 680px;
}
@media (min-width: 1900px) {
  section.society-cr .sticky {
    height: 580px;
  }
}
@media only screen and (max-width: 767px) {
  section.society-cr .sticky {
    height: 350px;
  }
}
section.society-cr .sticky .img-bg {
  height: 950px;
  position: relative;
  background-image: url('/content/images/corporate-responsibility/society-bg.jpg');
  background-position: center;
  top: -130px;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1900px) {
  section.society-cr .sticky .img-bg {
    top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.society-cr .sticky .img-bg {
    height: 1200px;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.society-cr .sticky .img-bg {
    top: 0;
  }
}
section.society-cr .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-top: -50%;
}
@media only screen and (max-width: 767px) {
  section.society-cr .wrapper {
    flex-direction: column;
    margin-top: -80%;
  }
}
section.society-cr .wrapper > div {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  section.society-cr .wrapper > div {
    width: 100%;
  }
}
section.society-cr .wrapper h2 {
  position: relative;
  font-size: 76px;
  color: white;
  margin-bottom: 40px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
@media only screen and (max-width: 767px) {
  section.society-cr .wrapper h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.society-cr .wrapper h2 {
    font-size: 50px;
  }
}
section.society-cr .wrapper p {
  font-size: 19px;
  color: white;
  margin-bottom: 30px;
}
section.society-cr .wrapper .text-wrap {
  padding-left: 40px;
  position: relative;
  margin: 70px 0;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  section.society-cr .wrapper .text-wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.society-cr .wrapper .text-wrap {
    width: 100%;
  }
}
section.society-cr .wrapper .text-wrap:before {
  content: '';
  position: absolute;
  left: 0;
  width: 8px;
  height: 100%;
  background: #e20074;
  top: 0;
  bottom: 0;
}
section.society-cr .wrapper .text-wrap:after {
  content: '';
  position: absolute;
  right: 55px;
  top: -40px;
  background-size: contain;
  background-repeat: no-repeat;
}
section.society-cr .wrapper .text-wrap h2 {
  font-size: 80px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  margin: 0;
  padding: 0;
  color: white;
}
@media only screen and (max-width: 767px) {
  section.society-cr .wrapper .text-wrap h2 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.society-cr .wrapper .text-wrap h2 {
    font-size: 55px;
  }
}
section.society-cr .wrapper .text-wrap span {
  color: white;
  font-size: 46px;
  text-transform: uppercase;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
@media only screen and (max-width: 767px) {
  section.society-cr .wrapper .text-wrap span {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.society-cr .wrapper .text-wrap span {
    font-size: 40px;
  }
}
section.society-cr .wrapper .text-wrap span.small {
  text-transform: none;
  font-size: 39px;
  font-family: 'TeleNeo' !important;
  font-weight: 500 !important;
}
@media only screen and (max-width: 767px) {
  section.society-cr .wrapper .text-wrap span.small {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  section.society-cr .wrapper .text-wrap span.small {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #cr section h2,
  section.achievements h2,
  section.network-contection h2,
  section.digital-transformation h2,
  section.best-team h2,
  section.nature h2,
  section.green-magenta-cr h2,
  section.good-magenta-cr h2,
  section.internet-bez-omraza h2,
  section.mladinska-kampanja h2,
  section.customer-satisfaction h2 {
    font-size: 47px !important;
  }
  #cr section h2 span,
  section.achievements h2 span,
  section.network-contection h2 span,
  section.digital-transformation h2 span,
  section.best-team h2 span,
  section.nature h2 span,
  section.green-magenta-cr h2 span,
  section.good-magenta-cr h2 span,
  section.internet-bez-omraza h2 span,
  section.mladinska-kampanja h2 span,
  section.customer-satisfaction h2 span {
    font-size: 33px !important;
  }
  #cr section p,
  section.achievements p,
  section.network-contection p,
  section.digital-transformation p,
  section.best-team p,
  section.nature p,
  section.green-magenta-cr p,
  section.good-magenta-cr p,
  section.internet-bez-omraza p,
  section.mladinska-kampanja p,
  section.customer-satisfaction p {
    font-size: 19px !important;
  }
}
@media (max-width: 991px) {
  #cr section h2,
  section.achievements h2,
  section.network-contection h2,
  section.digital-transformation h2,
  section.best-team h2,
  section.nature h2,
  section.green-magenta-cr h2,
  section.good-magenta-cr h2,
  section.internet-bez-omraza h2,
  section.mladinska-kampanja h2,
  section.customer-satisfaction h2 {
    font-size: 22px !important;
  }
  #cr section h2 span,
  section.achievements h2 span,
  section.network-contection h2 span,
  section.digital-transformation h2 span,
  section.best-team h2 span,
  section.nature h2 span,
  section.green-magenta-cr h2 span,
  section.good-magenta-cr h2 span,
  section.internet-bez-omraza h2 span,
  section.mladinska-kampanja h2 span,
  section.customer-satisfaction h2 span {
    font-size: 30px !important;
  }
  #cr section p,
  section.achievements p,
  section.network-contection p,
  section.digital-transformation p,
  section.best-team p,
  section.nature p,
  section.green-magenta-cr p,
  section.good-magenta-cr p,
  section.internet-bez-omraza p,
  section.mladinska-kampanja p,
  section.customer-satisfaction p {
    font-size: 18px !important;
  }
}
/*#endregion corporate responsibility*/
/*#region kariera lp*/
.flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#kariera-lp p {
  font-size: 20px;
}
#kariera-lp h2 {
  font-size: 47px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-lp h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-lp h2 {
    font-size: 31px;
  }
}
#kariera-lp .main-part {
  background-image: url('/content/images/kariera-lp/Bg_mainbanner.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 0 0 5% 0;
  z-index: 1;
}
#kariera-lp .main-part .image-main-part {
  width: 100%;
  height: 650px;
}
@media (min-width: 1920px) {
  #kariera-lp .main-part .image-main-part {
    height: 850px;
  }
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #kariera-lp .main-part .image-main-part {
    height: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #kariera-lp .main-part .image-main-part {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-lp .main-part .image-main-part {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-lp .main-part .image-main-part {
    height: 300px;
  }
}
#kariera-lp .main-part .image-main-part img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #kariera-lp .main-part .image-main-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#kariera-lp .main-part .image-main-part .header-img {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #kariera-lp .main-part .image-main-part .header-img {
    top: 30px;
  }
}
#kariera-lp .main-part .image-main-part .header-img img {
  width: auto;
}
#kariera-lp .main-part .your-career {
  position: relative;
  text-align: center;
}
#kariera-lp .main-part .your-career .text {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #kariera-lp .main-part .your-career .text {
    width: 100%;
  }
}
#kariera-lp .main-part .your-career h2 {
  color: white;
}
#kariera-lp .main-part .your-career p {
  color: white;
  font-size: 22px;
}
#kariera-lp .main-part .your-career .flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
  margin: 40px auto;
}
@media only screen and (max-width: 767px) {
  #kariera-lp .main-part .your-career .flex {
    width: 100%;
    flex-direction: column;
  }
}
#kariera-lp .main-part .your-career .flex a {
  width: 40%;
  margin: 0 auto;
  padding: 13px 20px;
  font-size: 20px;
  font-family: 'TeleNeo' !important;
  font-weight: 500 !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #kariera-lp .main-part .your-career .flex a {
    width: 100%;
    margin: 20px 0;
  }
}
#kariera-lp .main-part .your-career .flex a.btn-black {
  background: black;
  color: white;
}
#kariera-lp .main-part .your-career .flex a.btn-black:before {
  background-image: url('/content/images/kariera-lp/icon_profecionalci.png');
}
#kariera-lp .main-part .your-career .flex a.btn-white:before {
  background-image: url('/content/images/kariera-lp/icon_studenti.png');
}
#kariera-lp .main-part .your-career .flex a:before {
  content: '';
  position: relative;
  width: 40px;
  height: 40px;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
#kariera-lp .main-part .your-career .image {
  position: absolute;
  top: -75px;
  right: 0;
}
@media only screen and (min-width:1441px) and (max-width: 1900px) {
  #kariera-lp .main-part .your-career .image {
    top: -95px;
    width: 35%;
  }
}
@media only screen and (min-width:1200px) and (max-width: 1595px) {
  #kariera-lp .main-part .your-career .image {
    top: -160px;
    width: 35%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #kariera-lp .main-part .your-career .image {
    width: 35%;
    top: -110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-lp .main-part .your-career .image {
    top: -125px;
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-lp .main-part .your-career .image {
    top: -105px;
    width: 42%;
  }
}
@media (min-width: 320px) and (max-width: 450px) {
  #kariera-lp .main-part .your-career .image {
    width: 60%;
  }
}
#kariera-lp .boxes {
  position: relative;
  width: 100%;
  margin-top: -90px;
  z-index: 0;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #kariera-lp .boxes {
    margin-top: -40px;
  }
}
#kariera-lp .boxes .img-wrap {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #kariera-lp .boxes .img-wrap {
    height: 300px;
  }
}
#kariera-lp .boxes .img-wrap img {
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  #kariera-lp .boxes .img-wrap img {
    height: 100%;
  }
}
#kariera-lp .boxes .wrapper {
  position: relative;
  display: flex;
  margin-top: -100px;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  #kariera-lp .boxes .wrapper {
    flex-direction: column;
    margin-top: 0;
  }
}
#kariera-lp .boxes .wrapper .box {
  padding: 30px 60px 30px 40px;
  color: white;
  width: 33%;
  position: relative;
  box-shadow: 20px 20px 90px 10px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 767px) {
  #kariera-lp .boxes .wrapper .box {
    width: 100% !important;
    margin: 15px 0 !important;
    top: 0 !important;
  }
}
#kariera-lp .boxes .wrapper .box.turquoise {
  background-color: #30AAB3;
}
#kariera-lp .boxes .wrapper .box.magenta {
  background-color: #e20074;
  top: 90px;
  width: 35%;
  z-index: 2;
  margin-left: -5px;
}
#kariera-lp .boxes .wrapper .box.gray {
  background-color: #262626;
}
#kariera-lp .boxes .wrapper .box svg {
  right: 40px;
  left: initial;
  top: 25px;
}
@media only screen and (max-width: 767px) {
  #kariera-lp .boxes .wrapper .box svg {
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
#kariera-lp .boxes .wrapper h3 {
  text-transform: uppercase;
  font-size: 32px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  margin-bottom: 30px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #kariera-lp .boxes .wrapper h3 {
    font-size: 24px;
  }
}
#kariera-lp .boxes .wrapper a {
  color: white;
  text-decoration: underline;
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  #kariera-lp .boxes .wrapper a {
    font-size: 18px;
  }
}
#kariera-lp .boxes .text-wrap {
  position: relative;
  width: 70%;
  margin: 150px auto 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #kariera-lp .boxes .text-wrap {
    width: 100%;
    margin: 70px auto 80px auto;
  }
}
#kariera-lp .boxes .text-wrap h2 {
  color: black;
}
#kariera-lp .boxes .text-wrap p.text-magenta {
  margin: 25px 0 50px 0;
  text-align: center;
  font-size: 22px;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
}
#kariera-lp .our-colleagues {
  position: relative;
  padding: 5% 0;
  background-color: white;
  /*
        &:before {
            content: '';
            position: absolute;
            width: 100%;
            .cover-bgImg('/content/images/kariera-lp/white-texture.png');
            height: 350px;
            top: 0;
            left: 0;
            right: 0;
        }*/
}
#kariera-lp .our-colleagues h2 {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
#kariera-lp .our-colleagues .wrapper {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 60px 0 40px 0;
}
#kariera-lp .our-colleagues .wrapper .wrap {
  position: relative;
  width: 23%;
}
#kariera-lp .our-colleagues .wrapper .wrap .img-wrap {
  width: 100%;
  height: 250px;
  background: #1bb4be;
  position: relative;
}
#kariera-lp .our-colleagues .wrapper .wrap .img-wrap:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
#kariera-lp .our-colleagues .wrapper .wrap h3 {
  text-transform: uppercase;
  color: black;
  font-style: italic;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
  font-size: 32px;
  margin-bottom: 25px;
}
#kariera-lp .our-colleagues .wrapper .wrap.one .img-wrap:before {
  background-image: url(/content/images/kariera-lp/kolegi-bg-doodle1.png);
  background-size: contain;
  left: -40px;
  top: -50px;
}
#kariera-lp .our-colleagues .wrapper .wrap.two .img-wrap:before {
  background-image: url(/content/images/kariera-lp/kolegi-bg-doodle2.png);
  background-size: contain;
  left: 0;
  top: 0;
}
#kariera-lp .our-colleagues .wrapper .wrap.three .img-wrap:before {
  background-image: url(/content/images/kariera-lp/kolegi-bg-doodle3.png);
  right: -50px;
  bottom: -20px;
  width: 100px;
  height: 100%;
}
#kariera-lp .our-colleagues .wrapper .wrap.three .img-wrap:after {
  content: '';
  position: absolute;
  background-image: url(/content/images/kariera-lp/kolegi-bg-doodle3.1.png);
  background-repeat: no-repeat;
  bottom: -30px;
  width: 100%;
  height: 50px;
  background-position: bottom left;
  z-index: -1;
}
#kariera-lp .our-colleagues a.blue-href {
  position: relative;
  text-align: center;
  color: #00A0DE;
  font-size: 22px;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
  width: 100%;
  display: block;
}
#kariera-lp .our-colleagues a.blue-href:after {
  content: '';
  width: 0%;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #00A0DE !important;
  height: 1px;
}
#kariera-lp .our-colleagues a.blue-href:hover:after {
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 170px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.vraboteni-template {
  position: relative;
  background-image: url('/content/images/kariera-lp/kariera-yourCareer/Bg_section7.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3% 0;
  background-position: top center;
}
@media only screen and (max-width: 767px) {
  .vraboteni-template {
    margin-bottom: 0px;
  }
}
.vraboteni-template .wrapper-vraboteni {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .vraboteni-template .wrapper-vraboteni {
    flex-direction: column;
  }
}
.vraboteni-template .wrapper-vraboteni .listing-item {
  width: 20%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .vraboteni-template .wrapper-vraboteni .listing-item {
    width: 23%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .vraboteni-template .wrapper-vraboteni .listing-item {
    width: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .vraboteni-template .wrapper-vraboteni .listing-item {
    width: 100%;
  }
}
.vraboteni-template .wrapper-vraboteni .listing-item .intro .image-wrap {
  width: 100%;
  height: 250px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.vraboteni-template .wrapper-vraboteni .listing-item .intro .image-wrap:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .vraboteni-template .wrapper-vraboteni .listing-item .intro .image-wrap:before {
    display: none;
  }
}
.vraboteni-template .wrapper-vraboteni .listing-item .intro .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.vraboteni-template .wrapper-vraboteni .listing-item .intro.hover .image-wrap img {
  filter: grayscale(1) brightness(1.2);
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.vraboteni-template .wrapper-vraboteni .listing-item .intro.one .image-wrap:before {
  background-image: url(/content/images/kariera-lp/kolegi-bg-doodle1.png);
  background-size: contain;
  left: -40px;
  top: -50px;
}
.vraboteni-template .wrapper-vraboteni .listing-item .intro.two .image-wrap:before {
  background-image: url(/content/images/kariera-lp/kolegi-bg-doodle2.png);
  background-size: contain;
  left: -10px;
  top: 20px;
  width: 300px;
}
.vraboteni-template .wrapper-vraboteni .listing-item .intro.three .image-wrap:before {
  background-image: url(/content/images/kariera-lp/kolegi-bg-doodle3.png);
  right: -50px;
  bottom: -20px;
  width: 100px;
  height: 100%;
}
.vraboteni-template .wrapper-vraboteni .listing-item .intro.three .image-wrap:after {
  content: '';
  position: absolute;
  background-image: url(/content/images/kariera-lp/kolegi-bg-doodle3.1.png);
  background-repeat: no-repeat;
  bottom: -50px;
  width: 100%;
  height: 80px;
  background-position: bottom left;
  z-index: -1;
  background-size: contain;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .vraboteni-template .wrapper-vraboteni .listing-item .intro.three .image-wrap:after {
    bottom: 0;
  }
}
.vraboteni-template .wrapper-vraboteni .listing-item .wrapper.hover .vraboteni-content h3 {
  color: #e20074;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.vraboteni-template .wrapper-vraboteni .listing-item .vraboteni-content {
  margin-bottom: 20px;
}
.vraboteni-template .wrapper-vraboteni .listing-item .vraboteni-content h3 {
  text-transform: uppercase;
  text-align: left;
  margin: 35px 0 10px 0;
  padding: 0;
  font-style: italic;
  font-size: 24px;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.vraboteni-template .wrapper-vraboteni .listing-item .vraboteni-content h4 {
  text-transform: uppercase;
  font-size: 21px;
  color: #696969;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.vraboteni-template .wrapper-vraboteni .listing-item .vraboteni-content p {
  font-size: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'TeleNeo';
  font-weight: 400;
}
.vraboteni-template .wrapper-vraboteni .listing-item .vraboteni-content p:not(:first-of-type) {
  display: none;
}
.vraboteni-template .wrapper-vraboteni .listing-item .vraboteni-content .content {
  margin: 15px 0;
}
.vraboteni-template .wrapper-vraboteni .listing-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  cursor: pointer;
}
.vraboteni-template .wrapper-vraboteni .listing-item .image-details {
  display: none;
}
.vraboteni-template a.blue-href {
  position: relative;
  text-align: center;
  color: #00A0DE;
  font-size: 22px;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
  width: 100%;
  display: block;
}
.vraboteni-template a.blue-href:after {
  content: '';
  width: 0%;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #00A0DE !important;
  height: 1px;
}
.vraboteni-template a.blue-href:hover:after {
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 170px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.vraboteni-template .pager {
  position: relative;
  margin: 20px 0 0;
}
.vraboteni-template .pager span {
  display: inline-block;
  font-size: 21px;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
  background-color: white;
  color: #e20074;
  padding: 3px 13px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.03);
  border-radius: 50px;
  margin: 0 5px;
}
.vraboteni-template .pager a {
  color: black;
  font-size: 20px;
  font-family: 'TeleNeo' !important;
  font-weight: 500 !important;
  margin: 0 5px;
}
/*#endregion kariera lp*/
/*#region FullArticleVraboteni design*/
#vraboteni-wrapper {
  position: relative;
}
#vraboteni-wrapper .main-banner {
  position: relative;
  z-index: 1;
  height: 320px;
}
@media (min-width: 2000px) {
  #vraboteni-wrapper .main-banner {
    height: 550px;
  }
}
@media (min-width: 1920px) {
  #vraboteni-wrapper .main-banner {
    height: 440px;
  }
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #vraboteni-wrapper .main-banner {
    height: 240px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #vraboteni-wrapper .main-banner {
    height: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #vraboteni-wrapper .main-banner {
    height: 120px;
  }
}
@media only screen and (max-width: 767px) {
  #vraboteni-wrapper .main-banner {
    height: 250px;
    top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  #vraboteni-wrapper .main-banner .white-box-left-m-klub-blue {
    height: 100%;
  }
}
#vraboteni-wrapper .main-banner .banner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#vraboteni-wrapper .main-banner .banner img {
  position: relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
#vraboteni-wrapper .vraboteni-cont {
  width: 100%;
  position: relative;
  z-index: 2;
}
#vraboteni-wrapper .vraboteni-cont .wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #vraboteni-wrapper .vraboteni-cont .wrapper {
    flex-direction: column;
    margin-top: 150px;
  }
}
#vraboteni-wrapper .vraboteni-cont .wrapper .image-details {
  width: 20%;
}
@media only screen and (max-width: 767px) {
  #vraboteni-wrapper .vraboteni-cont .wrapper .image-details {
    width: 100%;
    margin: 0;
    padding: 0 9px;
    text-align: center;
  }
}
#vraboteni-wrapper .vraboteni-cont .wrapper .vraboteni-content {
  width: 65%;
  padding: 0 30px 30px 80px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #vraboteni-wrapper .vraboteni-cont .wrapper .vraboteni-content {
    width: 100%;
    padding: 0 9px;
    margin: 30px 0 0 0;
  }
}
#vraboteni-wrapper .vraboteni-cont .wrapper .vraboteni-content:before {
  content: '';
  position: absolute;
  left: 50px;
  top: 0;
  width: 5px;
  height: 90px;
  background: #e20074;
}
@media only screen and (max-width: 767px) {
  #vraboteni-wrapper .vraboteni-cont .wrapper .vraboteni-content:before {
    left: -10px;
  }
}
#vraboteni-wrapper .vraboteni-cont .wrapper .vraboteni-content h3 {
  text-transform: uppercase;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0;
  font-style: italic;
  font-size: 27px;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
  color: white;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #vraboteni-wrapper .vraboteni-cont .wrapper .vraboteni-content h3 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #vraboteni-wrapper .vraboteni-cont .wrapper .vraboteni-content h3 {
    color: black;
    font-size: 24px;
  }
}
#vraboteni-wrapper .vraboteni-cont .wrapper .vraboteni-content h4 {
  text-transform: uppercase;
  font-size: 22px;
  color: white;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
  padding: 0;
  margin: 0 0 90px 0;
  font-style: italic;
  width: 330px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #vraboteni-wrapper .vraboteni-cont .wrapper .vraboteni-content h4 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  #vraboteni-wrapper .vraboteni-cont .wrapper .vraboteni-content h4 {
    color: black;
    width: 100%;
    margin-bottom: 30px;
    font-size: 21px;
  }
}
#vraboteni-wrapper .vraboteni-cont .wrapper .vraboteni-content p {
  font-size: 20px;
}
/*#endregion FullArticleVraboteni design*/
/*#region tvojata kariera vo MT*/
.main-image-kariera-paper-bg {
  position: relative;
  background-image: url('/content/images/kariera-lp/kariera-yourCareer/magenta-paper-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}
@media (max-width: 991px) {
  .main-image-kariera-paper-bg {
    height: auto;
  }
}
.main-image-kariera-paper-bg .wrapper {
  position: relative;
  display: flex;
  height: 100%;
  align-content: center;
  align-items: center;
}
.main-image-kariera-paper-bg .wrapper .content {
  position: relative;
  width: 55%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-image-kariera-paper-bg .wrapper .content {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .main-image-kariera-paper-bg .wrapper .content {
    width: 100%;
  }
}
.main-image-kariera-paper-bg .wrapper .content h1 {
  color: white;
  font-size: 60px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-style: italic !important;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-image-kariera-paper-bg .wrapper .content h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .main-image-kariera-paper-bg .wrapper .content h1 {
    font-size: 35px;
    margin: 30px 0;
  }
}
.main-image-kariera-paper-bg .wrapper .content p {
  color: white;
  font-size: 20px;
}
@media (max-width: 991px) {
  .main-image-kariera-paper-bg .wrapper .content p {
    font-size: 18px;
  }
}
.main-image-kariera-paper-bg .absolute-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40%;
  text-align: right;
}
.main-image-kariera-paper-bg .absolute-img img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-image-kariera-paper-bg .absolute-img {
    top: 0;
  }
}
@media (max-width: 991px) {
  .main-image-kariera-paper-bg .absolute-img {
    width: 100%;
    top: 0;
    position: relative;
    right: 0;
    margin: 0 auto;
  }
}
.flex.hover-box {
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 100px auto 40px auto;
}
.flex.hover-box .box {
  width: 30% !important;
  margin: 20px 20px 100px 20px;
  min-height: 300px;
  box-shadow: 0px 18px 46px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 0;
  background: #e20074;
  position: relative;
  margin-right: 0 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .flex.hover-box .box {
    margin: 20px 10px 100px 10px;
    min-height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .flex.hover-box .box {
    width: 47%;
    margin: 20px 10px 100px 10px;
    min-height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .flex.hover-box .box {
    width: 95%;
    margin: 40px auto;
  }
}
.flex.hover-box .box:before {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent #e20074 #e20074 #e20074;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.flex.hover-box .box:after {
  content: '';
  display: block;
  position: absolute;
  left: -8px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #e20074 #e20074 transparent transparent;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  border-width: 8px 8px 0px 8px;
  z-index: 2;
}
.flex.hover-box .box .wrap {
  background: white;
  position: relative;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  height: 100%;
  padding: 20px 40px !important;
  width: 100% !important;
  min-height: 320px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .flex.hover-box .box .wrap {
    margin-right: 0;
    min-height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .flex.hover-box .box .wrap {
    min-height: 320px;
    margin: 0;
  }
}
.flex.hover-box .box:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-width: 8px 0 8px 8px;
}
.flex.hover-box .box:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-width: 8px 8px 0px 8px;
}
.flex.hover-box .box:hover .wrap {
  transform: translate(-8px, -8px);
  z-index: 3;
  background: white;
}
.flex.hover-box .box h4 {
  font-size: 22px;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
}
.flex.hover-box .box p {
  font-size: 18px;
}
.flex.hover-box .box .icon-wrap {
  position: relative;
  margin: -75px auto 0 auto;
  width: 100%;
  height: 120px;
}
.flex.hover-box .box .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fa0080;
  opacity: 0.2;
  filter: blur(27px);
  z-index: 0;
  width: 100px;
  height: 50px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.flex.hover-box .box .icon-wrap svg {
  margin: 0 auto;
}
#tvojata-kariera-vo-mt {
  position: relative;
}
#tvojata-kariera-vo-mt .main-image-kariera-paper-bg .absolute-img {
  position: absolute;
  right: 0;
  top: -100px;
  width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #tvojata-kariera-vo-mt .main-image-kariera-paper-bg .absolute-img {
    top: 0;
  }
}
@media (max-width: 991px) {
  #tvojata-kariera-vo-mt .main-image-kariera-paper-bg .absolute-img {
    width: 100%;
    top: 0;
    position: relative;
    right: 0;
    margin: 0 auto;
  }
}
#tvojata-kariera-vo-mt .main-image-kariera-paper-bg .absolute-img img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#tvojata-kariera-vo-mt h2 {
  font-size: 50px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-style: italic !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #tvojata-kariera-vo-mt h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #tvojata-kariera-vo-mt h2 {
    font-size: 30px;
  }
}
#tvojata-kariera-vo-mt .topBanner {
  background-image: url('/content/images/kariera-lp/kariera-yourCareer/profesionalci-invest.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5% 0 0;
}
#tvojata-kariera-vo-mt .topBanner h2 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0 0px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-style: italic !important;
}
#tvojata-kariera-vo-mt .topBanner .wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  top: 100px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #tvojata-kariera-vo-mt .topBanner .wrapper {
    flex-direction: column;
    margin-top: 0;
  }
}
#tvojata-kariera-vo-mt .topBanner .wrapper .box {
  padding: 30px 60px 30px 40px;
  color: white;
  width: 33%;
  position: relative;
  box-shadow: 20px 20px 90px 10px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #tvojata-kariera-vo-mt .topBanner .wrapper .box {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #tvojata-kariera-vo-mt .topBanner .wrapper .box {
    width: 100% !important;
    margin: 15px 0 !important;
    top: 0 !important;
  }
}
#tvojata-kariera-vo-mt .topBanner .wrapper .box.turquoise {
  background-color: #30AAB3;
}
#tvojata-kariera-vo-mt .topBanner .wrapper .box.magenta {
  background-color: #e20074;
  top: 90px;
  width: 35%;
  z-index: 2;
  margin-left: -5px;
}
#tvojata-kariera-vo-mt .topBanner .wrapper .box.white {
  background-color: white;
}
#tvojata-kariera-vo-mt .topBanner .wrapper .box.white h3 {
  color: black;
}
#tvojata-kariera-vo-mt .topBanner .wrapper .box svg {
  right: 40px;
  left: initial;
  top: 25px;
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #tvojata-kariera-vo-mt .topBanner .wrapper .box svg {
    right: 20px;
    top: 0;
    width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #tvojata-kariera-vo-mt .topBanner .wrapper .box svg {
    right: 20px;
    top: 0;
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #tvojata-kariera-vo-mt .topBanner .wrapper .box svg {
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
#tvojata-kariera-vo-mt .topBanner .wrapper h3 {
  text-transform: uppercase;
  font-size: 32px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  margin-bottom: 30px;
  padding: 0px 55px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #tvojata-kariera-vo-mt .topBanner .wrapper h3 {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #tvojata-kariera-vo-mt .topBanner .wrapper h3 {
    font-size: 24px;
  }
}
#tvojata-kariera-vo-mt .topBanner .wrapper a {
  color: white;
  text-decoration: underline;
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  #tvojata-kariera-vo-mt .topBanner .wrapper a {
    font-size: 18px;
  }
}
#tvojata-kariera-vo-mt .topBanner .wrapper ul li {
  font-size: 18px;
  list-style: square;
}
#tvojata-kariera-vo-mt .curiosity {
  background: linear-gradient(180deg, #373737 0%, #000000 100%);
  position: relative;
  padding-top: 240px;
  padding-bottom: 90px;
  margin-top: -1px;
  color: white;
}
@media (min-width: 1920px) {
  #tvojata-kariera-vo-mt .curiosity {
    padding-top: 350px;
  }
}
@media only screen and (max-width: 767px) {
  #tvojata-kariera-vo-mt .curiosity {
    padding-top: 140px;
  }
}
#tvojata-kariera-vo-mt .curiosity .left-content {
  width: 50%;
}
@media (max-width: 991px) {
  #tvojata-kariera-vo-mt .curiosity .left-content {
    width: 100%;
  }
}
#tvojata-kariera-vo-mt .curiosity h2 {
  text-transform: uppercase;
  display: block;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-style: italic !important;
  margin-bottom: 40px;
}
#tvojata-kariera-vo-mt .curiosity h2 span {
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-style: italic !important;
  display: block;
  font-size: 50px;
}
#tvojata-kariera-vo-mt .curiosity p {
  font-size: 19px;
  margin-bottom: 20px;
}
#tvojata-kariera-vo-mt .curiosity .absolute-img {
  position: absolute;
  right: 0;
  width: 45%;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #tvojata-kariera-vo-mt .curiosity .absolute-img {
    position: relative;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #tvojata-kariera-vo-mt .curiosity .absolute-img {
    position: relative;
    width: 100%;
  }
}
#tvojata-kariera-vo-mt .curiosity ul {
  margin-left: 30px;
}
#tvojata-kariera-vo-mt .curiosity ul li {
  list-style: square;
  font-size: 19px;
  line-height: 1.4;
}
.ourEmployees {
  position: relative;
  margin-bottom: 50px;
  padding-top: 50px;
}
.ourEmployees h2 {
  color: black;
  font-size: 50px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-style: italic !important;
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ourEmployees h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .ourEmployees h2 {
    font-size: 30px;
  }
}
.ourEmployees p {
  font-size: 19px;
}
#kariera-investInEmployees h2 {
  font-size: 50px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-style: italic !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees h2 {
    font-size: 30px;
  }
}
#kariera-investInEmployees .employeesProfile {
  position: relative;
  padding: 100px 0 70px;
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .employeesProfile {
    padding: 40px 0;
  }
}
#kariera-investInEmployees .employeesProfile h2 {
  color: black;
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .employeesProfile h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .employeesProfile .flex {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .employeesProfile .flex {
    flex-direction: column;
  }
}
#kariera-investInEmployees .employeesProfile .wrap {
  background: #FFFFFF;
  box-shadow: 0px 18px 46px rgba(0, 0, 0, 0.08);
  margin: 0 18px;
  padding: 20px 35px;
  width: 30%;
  min-height: 410px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #kariera-investInEmployees .employeesProfile .wrap {
    margin: 0 15px;
    width: 33%;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .employeesProfile .wrap {
    width: 40%;
    margin: 30px !important;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .employeesProfile .wrap {
    width: 100%;
    margin: 30px 0;
    min-height: 370px;
    padding: 20px;
  }
}
#kariera-investInEmployees .employeesProfile .wrap:first-of-type {
  margin-left: 0;
}
#kariera-investInEmployees .employeesProfile .wrap:last-of-type {
  margin-right: 0;
}
#kariera-investInEmployees .employeesProfile .wrap svg {
  position: relative;
  margin: 20px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #kariera-investInEmployees .employeesProfile .wrap svg {
    margin: 10px 0;
    width: 70px;
  }
}
#kariera-investInEmployees .employeesProfile .wrap h3 {
  font-size: 22px;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
  margin-bottom: 20px;
}
#kariera-investInEmployees .agilnost {
  position: relative;
  padding: 5% 0;
  background-image: url('/content/images/kariera-lp/kariera-yourCareer/agile-img.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
}
@media (max-width: 991px) {
  #kariera-investInEmployees .agilnost {
    height: auto;
  }
}
#kariera-investInEmployees .agilnost:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#kariera-investInEmployees .agilnost:before {
  content: '';
  position: absolute;
  background-image: url(/content/images/kariera-lp/kariera-yourCareer/agile-shape.png);
  z-index: 2;
  width: 60%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  left: -30px;
  z-index: 0;
}
@media (min-width: 1920px) {
  #kariera-investInEmployees .agilnost:before {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #kariera-investInEmployees .agilnost:before {
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .agilnost:before {
    z-index: 0;
    background-color: #e20074;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .agilnost:before {
    width: 100%;
    left: 0;
  }
}
#kariera-investInEmployees .agilnost .flex {
  height: 100%;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .agilnost .flex {
    flex-flow: column;
  }
}
#kariera-investInEmployees .agilnost .flex > div {
  z-index: 3;
  position: relative;
}
#kariera-investInEmployees .agilnost .flex > div h2 {
  font-size: 45px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-style: italic !important;
  margin-bottom: 20px;
  color: white;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #kariera-investInEmployees .agilnost .flex > div h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .agilnost .flex > div h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .agilnost .flex > div h2 {
    font-size: 30px !important;
  }
}
#kariera-investInEmployees .agilnost .flex > div p {
  font-size: 18px;
}
#kariera-investInEmployees .agilnost .flex > div.left {
  width: 40%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #kariera-investInEmployees .agilnost .flex > div.left {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .agilnost .flex > div.left {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .agilnost .flex > div.left {
    width: 100%;
  }
}
#kariera-investInEmployees .agilnost .flex > div.left p {
  color: white;
}
#kariera-investInEmployees .agilnost .flex > div.right {
  width: 45%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .agilnost .flex > div.right {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .agilnost .flex > div.right {
    width: 100%;
    background: white;
    padding: 25px 20px;
    margin-top: 30px;
  }
}
#kariera-investInEmployees .agilnost .flex > div.right .box {
  display: flex;
  padding-left: 35px;
  position: relative;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .agilnost .flex > div.right .box {
    padding-left: 0;
  }
}
#kariera-investInEmployees .agilnost .flex > div.right .box .icon-left {
  width: 10%;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .agilnost .flex > div.right .box .icon-left {
    margin-right: 35px;
  }
}
#kariera-investInEmployees .agilnost .flex > div.right .box .icon-left svg {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .agilnost .flex > div.right .box .icon-left svg {
    width: 35px;
  }
}
#kariera-investInEmployees .agilnost .flex > div.right .box .content {
  width: 90%;
}
#kariera-investInEmployees .agilnost .flex > div.right .box .content strong {
  display: block;
  font-size: 20px;
  margin-top: -10px;
  margin-bottom: 10px;
}
#kariera-investInEmployees .agilnost .flex > div.right .box .content strong p {
  font-size: 18px;
}
#kariera-investInEmployees .agilnost .flex > div.right .box:last-of-type {
  margin-bottom: 0;
}
#kariera-investInEmployees .hr-wrap {
  position: relative;
  background: white;
  padding: 3% 0;
}
#kariera-investInEmployees .hr-wrap:after {
  content: '';
  position: absolute;
  width: 40%;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url('/content/images/kariera-lp/kariera-yourCareer/regruter-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}
#kariera-investInEmployees .hr-wrap .flex {
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .hr-wrap .flex {
    flex-flow: column;
  }
}
#kariera-investInEmployees .hr-wrap .flex .right-content {
  width: 35%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .hr-wrap .flex .right-content {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .hr-wrap .flex .right-content {
    width: 100%;
  }
}
#kariera-investInEmployees .hr-wrap .flex h4 {
  font-size: 32px;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .hr-wrap .flex h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .hr-wrap .flex h4 {
    font-size: 25px;
  }
}
#kariera-investInEmployees .hr-wrap .flex .text-magenta {
  font-size: 24px;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .hr-wrap .flex .text-magenta {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .hr-wrap .flex .text-magenta {
    font-size: 20px;
  }
}
#kariera-investInEmployees .hr-wrap .flex .shadow {
  background: #FFFFFF;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.14);
  padding: 10px 20px 10px 70px;
  margin: 30px 0;
  position: relative;
}
#kariera-investInEmployees .hr-wrap .flex .shadow label {
  font-size: 17px;
  margin: 0;
  font-family: 'TeleNeo' !important;
  font-weight: 400 !important;
}
#kariera-investInEmployees .hr-wrap .flex .shadow a {
  color: black;
  cursor: pointer;
  font-size: 19px;
}
#kariera-investInEmployees .hr-wrap .flex .shadow:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url('/content/images/kariera-lp/kariera-yourCareer/email.svg');
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
/*#endregion tvojata kariera vo MT*/
/*#region kariera studenti*/
#kariera-studenti .main-banner-kariera-paper-bg {
  height: 570px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-studenti .main-banner-kariera-paper-bg {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-studenti .main-banner-kariera-paper-bg {
    height: auto;
  }
}
#kariera-studenti .content {
  width: 45%;
}
@media (min-width: 1920px) {
  #kariera-studenti .content {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-studenti .content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-studenti .content {
    width: 100%;
  }
}
#kariera-studenti .absolute-img {
  right: -50px;
  width: 60%;
}
@media (min-width: 1920px) {
  #kariera-studenti .absolute-img {
    width: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-studenti .absolute-img {
    width: 80%;
    right: 0;
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-studenti .absolute-img {
    right: 0;
    width: 100%;
  }
}
#kariera-studenti section.choice-boxes {
  position: relative;
  padding-top: 90px;
}
@media (min-width: 1920px) {
  #kariera-studenti section.choice-boxes {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-studenti section.choice-boxes {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-studenti section.choice-boxes .hover-box {
    flex-flow: column;
  }
}
#kariera-studenti section.choice-boxes .hover-box .box {
  width: 45% !important;
}
@media only screen and (max-width: 767px) {
  #kariera-studenti section.choice-boxes .hover-box .box {
    width: 100% !important;
  }
}
#kariera-studenti section.choice-boxes .hover-box .box a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 3;
  display: block;
}
/*#endregion kariera studenti*/
/*#region kariera tekovni oglasi*/
#kariera-tekovni-oglasi .main-image {
  background-image: url('/content/images/kariera-lp/kariera-tekovni-oglasi/tekovni-oglasi-banner.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 500px;
}
#kariera-tekovni-oglasi .main-image .wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
#kariera-tekovni-oglasi .main-image .wrapper .header {
  position: relative;
  width: 35%;
}
#kariera-tekovni-oglasi .main-image .wrapper .header h1 {
  font-size: 100px;
  display: block;
  color: white;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-style: italic !important;
  padding: 0;
  margin: 0 !important;
  text-transform: uppercase;
  text-align: left;
}
#kariera-tekovni-oglasi .main-image .wrapper .header h1 span {
  display: block;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-style: italic !important;
  font-size: 100px;
}
/*#endregion kariera tekovni oglasi*/
/*#region kariera smart start new*/
#smart-start-red .main-banner-kariera-paper-bg .absolute-img {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #smart-start-red .main-banner-kariera-paper-bg .absolute-img {
    top: 0;
  }
}
@media (max-width: 991px) {
  #smart-start-red .main-banner-kariera-paper-bg .absolute-img {
    width: 100%;
    top: 0;
    position: relative;
    right: 0;
    margin: 0 auto;
  }
}
#smart-start-red .main-banner-kariera-paper-bg .content {
  width: 45%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #smart-start-red .main-banner-kariera-paper-bg .content {
    width: 50%;
  }
}
@media (max-width: 991px) {
  #smart-start-red .main-banner-kariera-paper-bg .content {
    width: 100%;
  }
}
#smart-start-red h2 {
  font-size: 45px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-style: italic !important;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #smart-start-red h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #smart-start-red h2 {
    font-size: 30px;
  }
}
#smart-start-red .white-bg {
  position: relative;
  padding: 3% 0;
}
#smart-start-red .white-bg:after {
  content: '';
  position: absolute;
  right: 0;
  background-image: url('/content/images/kariera-lp/kariera-smart-start/shape.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  width: 30%;
  height: 100%;
  top: 0;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #smart-start-red .white-bg:after {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  #smart-start-red .white-bg:after {
    display: none;
  }
}
#smart-start-red .white-bg h2 span {
  display: block;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-style: italic !important;
}
#smart-start-red .white-bg .flex {
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #smart-start-red .white-bg .flex {
    flex-flow: column;
  }
}
#smart-start-red .white-bg .flex .wrap {
  width: 40%;
  z-index: 2;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  #smart-start-red .white-bg .flex .wrap {
    width: 100%;
  }
}
#smart-start-red .white-bg .flex .wrap p {
  font-size: 19px;
}
@media only screen and (max-width: 767px) {
  #smart-start-red .white-bg .flex .wrap p {
    font-size: 18px;
  }
}
#smart-start-red .gray-bg {
  position: relative;
  padding: 3% 0;
  background-image: url('/content/images/kariera-lp/kariera-smart-start/white-texture.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#smart-start-red .gray-bg h2 {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #smart-start-red .gray-bg h2 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #smart-start-red .gray-bg h2 {
    width: 100%;
  }
}
#smart-start-red .gray-bg h2 span {
  display: inline;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  font-style: italic !important;
  font-size: 45px;
}
#smart-start-red .gray-bg .custom {
  justify-content: space-between;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  #smart-start-red .gray-bg .custom {
    flex-flow: column;
    margin: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  #smart-start-red .gray-bg .custom.reverse {
    flex-flow: column-reverse;
  }
}
#smart-start-red .gray-bg .custom > div {
  width: 40%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #smart-start-red .gray-bg .custom > div {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #smart-start-red .gray-bg .custom > div {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #smart-start-red .gray-bg .custom > div .img {
    width: 75% !important;
    margin: 0 auto;
  }
}
#smart-start-red .gray-bg .custom > div.text p {
  font-size: 19px;
}
#smart-start-red .gray-bg .custom > div.text .info {
  position: relative;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 30px 0 0 0;
}
#smart-start-red .gray-bg .custom > div.text .info:before {
  content: '';
  position: absolute;
  top: 0;
  background: #e20074;
  width: 60px;
  height: 4px;
  left: 0;
}
#smart-start-red .gray-bg .custom > div.text .info:after {
  content: '';
  position: absolute;
  top: -90px;
  background-image: url(/content/images/kariera-lp/kariera-smart-start/quotes.svg);
  width: 70px;
  height: 50px;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
#smart-start-red .gray-bg .custom > div.text .info h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  color: black;
}
#smart-start-red .gray-bg .custom > div.text .info label {
  color: rgba(0, 0, 0, 0.4);
  font-size: 17px;
  font-family: 'TeleNeo' !important;
  font-weight: 500 !important;
}
/*#endregion kariera smart start new*/
/*#region new-grid za kompanijata banner*/
.new-grid .main-banner .white-bg.absolute {
  width: 70% !important;
  bottom: -20% !important;
  padding: 30px 40px 15px !important;
  right: 0;
  margin: 0 auto !important;
}
@media only screen and (max-width: 767px) {
  .new-grid .main-banner .white-bg.absolute {
    width: 100% !important;
    position: relative !important;
    bottom: -13% !important;
    padding: 20px !important;
  }
}
.new-grid .gray-bcg {
  padding: 8% 0 5% 0 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .new-grid .gray-bcg {
    padding: 13% 0 5% 0 !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .new-grid .gray-bcg {
    padding: 15% 0 5% 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .new-grid #menadzerski-tim .main-banner .white-bg.absolute {
    position: absolute !important;
    bottom: -8% !important;
    width: 80% !important;
  }
}
.new-grid #strateshka-opredelba .gray-bcg {
  position: relative;
  padding: 15% 0 5% 0 !important;
}
/*#endregion new-grid za kompanijata banner*/
#company-new-design .container {
  position: relative;
  height: 100%;
}
#company-new-design section.contact-box {
  position: relative;
  width: 100%;
  height: 410px;
  /* box-shadow: -17.32px 10px 136px rgba(0, 0, 0, 1);*/
  background-color: #eaf1f3;
}
#company-new-design section.contact-box .left-side,
#company-new-design section.contact-box .right-side {
  width: 50%;
  float: left;
  display: inline;
  position: relative;
}
#company-new-design section.contact-box:after {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  background-image: url(/content/images/za-kompanijata/background.svg);
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  background-color: #EAF1F3;
  z-index: 0;
  background-position: right bottom;
  box-shadow: inset 0 0 75px 120px rgba(0, 0, 0, 0.04);
}
#company-new-design section.contact-box .left-side {
  background: #eaf1f3 0% 0% no-repeat padding-box;
  padding: 4% 0;
  height: 100%;
}
#company-new-design section.contact-box .left-side:before {
  background: #eaf1f3 0% 0% no-repeat padding-box;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: -50%;
  top: 0;
}
#company-new-design section.contact-box .right-side {
  position: relative;
  height: 100%;
  padding: 4% 20px;
}
#company-new-design section.contact-box .left-side h2 {
  font-size: 30px;
  font-family: 'TeleNeo';
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  color: black;
  text-transform: none;
  z-index: 1;
}
#company-new-design .informacii-redesign .white-bg {
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 100% !important;
  text-align: left;
  margin: 10px auto 10px 0 !important;
  bottom: 60px;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
#company-new-design .white-bg {
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  margin: 10px 0;
  width: 90%;
  text-align: left;
  margin: 10px auto 10px 0;
  bottom: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
#company-new-design .white-bg a {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 15px;
  color: black;
}
#company-new-design .white-bg a:after {
  content: '%';
  font-family: 'teleIcon-outline';
  position: absolute;
  width: 30px;
  height: 100%;
  right: 20px;
  transform: rotate(180deg);
  bottom: 20px;
  margin: auto 0;
  color: #5D5D5D;
  font-weight: 600;
  font-size: 18px;
  transition: all ease-in-out 0.3s;
}
#company-new-design .white-bg a:hover:after {
  transition: all ease-in-out 0.3s;
  right: 8px;
}
#company-new-design .white-bg ruby {
  position: relative;
  display: inline-block;
  padding-left: 50px;
}
#company-new-design .white-bg ruby rt {
  font-size: 17px;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
}
#company-new-design .white-bg ruby b {
  font-size: 20px;
  text-align: left;
  padding: 0;
}
#company-new-design h1 {
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 37px;
  line-height: 1.2;
  margin: 10px 0 30px 0;
  color: black;
  text-align: center;
}
#company-new-design svg {
  position: absolute;
  top: -25px;
  bottom: 0;
  left: 5px;
  right: 0;
  width: 35px;
  height: 45px;
  vertical-align: middle;
}
#company-new-design .white-bg path.a {
  fill: #e20074;
}
#company-new-design .white-bg:first-of-type path.a {
  fill: white;
  stroke: #e20074;
  stroke-width: 2px;
}
#company-new-design section.contact-box .right-side .list h3 {
  font-size: 18px;
  font-family: 'TeleNeo';
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#company-new-design section.contact-box .right-side .list ul {
  list-style: none;
}
#company-new-design section.contact-box .right-side .list ul li {
  color: #007FAF;
  font-size: 17px;
  font-family: 'TeleNeo';
  font-weight: 400;
  padding-left: 25px;
  margin: 7px 0;
  position: relative;
  cursor: pointer;
  z-index: 1;
  list-style: none;
  background-image: none;
}
#company-new-design .contact-box .right-side .list ul li:before {
  content: '';
  position: absolute;
  background-image: url('/content/images/za-kompanijata/link.svg');
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  width: 20px;
  height: 20px;
}
#company-new-design section.contact-box .right-side .list ul li a {
  color: #007FAF;
  font-size: 17px;
}
#company-new-design svg {
  position: absolute;
  top: -25px;
  bottom: 0;
  left: 5px;
  right: 0;
  width: 35px;
  height: 45px;
  vertical-align: middle;
}
#company-new-design .white-bg path.a {
  fill: #e20074;
}
#company-new-design .white-bg:first-of-type path.a {
  fill: white;
  stroke: #e20074;
  stroke-width: 2px;
}
#company-new-design section.contact-box .right-side .list h3 {
  font-size: 18px;
  font-family: 'TeleNeo';
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#company-new-design section.contact-box .right-side .list ul li {
  color: #007FAF;
  font-size: 17px;
  font-family: 'TeleNeo';
  font-weight: 400;
  padding-left: 25px;
  margin: 7px 0;
  position: relative;
  cursor: pointer;
  z-index: 1;
}
#company-new-design .contact-box .right-side .list ul li:before {
  content: '';
  position: absolute;
  background-image: url('/content/images/za-kompanijata/link.svg');
  background-position: center;
  background-repeat: no-repeat;
  left: 0;
  width: 20px;
  height: 20px;
}
#company-new-design .icon {
  min-height: 60px;
  width: 30px;
  position: absolute;
}
#company-new-design svg {
  top: 20px;
  height: 35px;
}
#company-new-design .main-image .white-bg.absolute,
#company-new-design .main-banner .white-bg.absolute {
  position: absolute;
  background: white;
  box-shadow: 0px 30px 89px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 30px 89px rgba(0, 0, 0, 0.1);
  width: 100%;
  left: 0;
  bottom: -30%;
  padding: 40px;
  text-align: center;
  z-index: 2;
}
#company-new-design .main-banner .white-bg.absolute h1,
#company-new-design .main-image .white-bg.absolute h1 {
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 36px;
  padding: 0;
  margin: 10px 0 30px 0;
  color: black;
  text-transform: uppercase;
}
#usoglasenost .main-banner .white-bg.absolute h1 {
  position: relative;
  background: transparent;
  box-shadow: none;
  bottom: 0;
  margin: 0 !important;
}
#company-new-design .main-banner .white-bg.absolute p,
#company-new-design .main-image .white-bg.absolute p {
  padding: 0 0;
}
/*#region strateshka opredelba redesign*/
#strateshka-opredelba .main-image {
  background-image: url(/content/images/strateska-opredelba/banner2.png);
  position: relative;
  height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 10%;
}
#strateshka-opredelba .main-image .white-bg.absolute {
  position: absolute;
  background: white;
  box-shadow: 0px 30px 136px #0000001A;
  width: 100%;
  left: 0;
  bottom: -25%;
  padding: 40px;
  text-align: center;
  z-index: 2;
}
#strateshka-opredelba .main-image .white-bg.absolute h1 {
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 34px;
  padding: 0 20%;
  margin: 10px 0 30px 0;
  color: black;
}
#strateshka-opredelba .main-image .white-bg.absolute p {
  font-size: 18px;
  padding: 0 0;
}
#strateshka-opredelba section.gray-bcg {
  position: relative;
  padding: 15% 0 5% 0;
}
#strateshka-opredelba section.gray-bcg .wrapper {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  height: 470px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#strateshka-opredelba section.gray-bcg .wrapper div {
  position: relative;
  display: flex;
  width: 50%;
  height: 100%;
  vertical-align: middle;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
#strateshka-opredelba section.gray-bcg .wrapper .left-img,
#strateshka-opredelba section.gray-bcg .wrapper .right-img {
  position: relative;
  height: 100%;
}
#strateshka-opredelba section.gray-bcg .wrapper .left-img img,
#strateshka-opredelba section.gray-bcg .wrapper .right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#strateshka-opredelba section.gray-bcg .wrapper div img {
  height: 100%;
  width: auto;
}
#strateshka-opredelba section.gray-bcg .wrapper h3 {
  position: relative;
  font-size: 30px;
  color: black;
  font-family: 'TeleNeo';
  font-weight: 700;
  line-height: 1.2;
}
#strateshka-opredelba section.gray-bcg .wrapper p {
  color: black;
  width: 100%;
  line-height: 1.2;
  font-size: 18px;
}
#strateshka-opredelba section.gray-bcg .wrapper .left-text {
  padding: 30px 60px 30px 0px;
}
#strateshka-opredelba section.gray-bcg .wrapper .right-text {
  padding: 30px 0px 30px 60px;
}
#strateshka-opredelba section.gray-bcg .wrapper .left-text:after {
  content: '';
  position: absolute;
  background-image: url(/content/images/strateska-opredelba/triangle.png);
  width: 30px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  right: -29px;
  z-index: 3;
}
#strateshka-opredelba section.gray-bcg .wrapper .right-text:before {
  content: '';
  position: absolute;
  background-image: url(/content/images/strateska-opredelba/triangle.png);
  width: 30px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  left: -29px;
  z-index: 3;
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  #strateshka-opredelba .main-banner {
    background-image: none;
    height: 390px;
  }
  #strateshka-opredelba h1 {
    font-size: 23px !important;
  }
  #strateshka-opredelba .main-banner .white-bg.absolute {
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 2%;
    padding: 20px;
  }
  #strateshka-opredelba .main-banner .white-bg.absolute h2 {
    font-size: 23px;
  }
  #strateshka-opredelba section.gray-bcg {
    position: relative;
    padding: 45% 0 5% 0 !important;
  }
  #strateshka-opredelba section.gray-bcg .wrapper {
    display: flex;
    margin-bottom: 50px;
    height: auto;
    background: white;
    box-shadow: 0 0 35px 7px #f8f8f8;
    flex-direction: column;
  }
  #strateshka-opredelba section.gray-bcg .wrapper.one,
  #strateshka-opredelba section.gray-bcg .wrapper.three {
    flex-direction: column-reverse;
  }
  #strateshka-opredelba section.gray-bcg .wrapper div {
    width: 100%;
    display: block;
  }
  #strateshka-opredelba section.gray-bcg .wrapper .left-text,
  #strateshka-opredelba section.gray-bcg .wrapper .right-text {
    padding: 10px 15px 20px 15px;
  }
  #strateshka-opredelba section.gray-bcg .wrapper h3 {
    font-size: 23px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #strateshka-opredelba section.gray-bcg .wrapper {
    height: 600px;
  }
  #strateshka-opredelba section.gray-bcg .wrapper .right-text {
    padding: 30px 0px 30px 30px;
  }
  #strateshka-opredelba section.gray-bcg .wrapper .left-text {
    padding: 30px 30px 30px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #strateshka-opredelba .main-banner {
    height: 70vh;
  }
}
@media (min-width: 1550px) {
  #strateshka-opredelba .main-banner .white-bg.absolute {
    bottom: -25%;
  }
}
/*#endregion strateshka opredelba redesign*/
/*#region menadzerski tim redesign*/
#menadzerski-tim .main-banner {
  background-image: url(/content/images/menagerski-tim/menadzerski-tim-2.jpg);
  position: relative;
  height: 70vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 10%;
}
#menadzerski-tim .main-banner h1 {
  font-size: 30px !important;
}
#menadzerski-tim .main-banner .white-bg.absolute {
  position: absolute;
  background: white;
  box-shadow: 0px 30px 89px #0000001a;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -12%;
  padding: 30px 40px;
  text-align: center;
  z-index: 2;
}
#menadzerski-tim section.gray-bcg {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  padding: 13% 0 5% 0;
}
#menadzerski-tim section.gray-bcg .wrapper {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
#menadzerski-tim section.gray-bcg .wrapper div {
  position: relative;
  display: flex;
  width: 50%;
  height: 100%;
  vertical-align: middle;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
#menadzerski-tim section.gray-bcg .wrapper h2 {
  font-family: 'TeleNeo';
  font-weight: 700;
  font-size: 27px;
}
#menadzerski-tim section.gray-bcg .wrapper h3 {
  position: relative;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.4);
  font-family: 'TeleNeo';
  font-weight: 700;
  margin-top: 0;
}
#menadzerski-tim section.gray-bcg .wrapper h4 {
  font-size: 22px;
  margin: 0 0 20px 0;
  padding: 0;
  color: #B2B2B2;
}
#menadzerski-tim section.gray-bcg .wrapper p {
  color: black;
  font-family: 'TeleNeo';
  font-weight: 400;
}
#menadzerski-tim section.gray-bcg .wrapper .left-img,
#menadzerski-tim section.gray-bcg .wrapper .right-img {
  background-size: cover;
  position: relative;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#menadzerski-tim section.gray-bcg .wrapper .left-img img,
#menadzerski-tim section.gray-bcg .wrapper .right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#menadzerski-tim section.gray-bcg .wrapper .left-text:after {
  content: '';
  position: absolute;
  background-image: url(/content/images/strateska-opredelba/triangle.png);
  width: 30px;
  height: 50px;
  background-size: contain;
  right: -30px;
  z-index: 3;
}
#menadzerski-tim section.gray-bcg .wrapper .right-text:before {
  content: '';
  position: absolute;
  background-image: url(/content/images/strateska-opredelba/triangle.png);
  width: 30px;
  height: 50px;
  background-size: contain;
  left: -30px;
  z-index: 3;
  transform: rotate(180deg);
}
#menadzerski-tim section.gray-bcg .wrapper .icon {
  position: relative;
  /*display: inline-block;*/
  display: none;
  width: 100%;
  height: 30px;
  margin: 20px 0;
}
#menadzerski-tim section.gray-bcg .wrapper .icon a {
  display: inline;
  width: 50px;
  height: 100%;
  float: left;
  position: relative;
  text-decoration: none;
}
#menadzerski-tim section.gray-bcg .wrapper .icon a.print:before {
  content: '';
  position: absolute;
  background-image: url(/content/images/menagerski-tim/print.png);
  background-size: contain;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}
#menadzerski-tim section.gray-bcg .wrapper .icon a.download:before {
  content: '';
  position: absolute;
  background-image: url('/content/images/menagerski-tim/download.png');
  background-size: contain;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}
#menadzerski-tim section.gray-bcg .wrapper a.more {
  color: black;
  font-size: 20px;
  font-family: 'TeleNeo';
  font-weight: 700;
  text-decoration: none;
}
#menadzerski-tim section.gray-bcg .wrapper a.more:hover {
  color: #e20074;
  transition: all ease-in-out 0.2s;
}
#menadzerski-tim section.gray-bcg .wrapper .right-text {
  padding: 30px 0px 30px 60px;
}
#menadzerski-tim section.gray-bcg .wrapper .left-text {
  padding: 30px 60px 30px 0px;
}
#menadzerski-tim section.gray-bcg .wrapper .fade-box {
  width: 100%;
  height: 77px;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  padding-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/*#region team profile*/
#team-profile h1 {
  position: relative;
  font-size: 34px !important;
  margin: 40px 0 20px;
  font-family: 'TeleNeo';
  font-weight: 700;
  margin: 40px 0 10px;
}
#team-profile h2 {
  font-size: 25px;
  font-family: 'TeleNeo';
  font-weight: 500;
  margin: 0 0 20px 0;
}
#team-profile .icon {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 30px;
  margin: 20px 0;
  float: right;
}
#team-profile .icon a {
  display: inline;
  width: 50px;
  height: 100%;
  float: left;
  position: relative;
  text-decoration: none;
  text-align: right;
}
#team-profile .icon a:first-child {
  top: 2px;
}
#team-profile .icon a.print:before {
  content: '';
  position: absolute;
  background-image: url(/content/images/menagerski-tim/print.png);
  background-size: contain;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  right: 0;
}
#team-profile .icon a.download:before {
  content: '';
  position: absolute;
  background-image: url('/content/images/menagerski-tim/download.png');
  background-size: contain;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  right: 0;
}
#team-profile .wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  height: 560px;
  box-shadow: 0 0 35px 7px #f5f5f5;
  -webkit-box-shadow: 0 0 35px 7px #f5f5f5;
  -moz-box-shadow: 0 0 35px 7px #f5f5f5;
  margin: 0 0 40px 0;
  float: left;
}
#team-profile .img-holder {
  position: relative;
  display: inline;
  width: 50%;
  height: 100%;
}
#team-profile .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#team-profile .img-holder:after {
  content: '';
  position: absolute;
  background-image: url(/content/images/strateska-opredelba/triangle.png);
  width: 30px;
  height: 50px;
  background-size: contain;
  right: -1px;
  z-index: 3;
  transform: rotate(180deg);
  top: 40%;
}
#team-profile .text {
  position: relative;
  width: 50%;
  height: 100%;
  margin: 10px 30px;
  vertical-align: middle;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#team-profile .text p {
  font-size: 17px;
  width: 100%;
  line-height: 1.2;
}
/*#endregion team profile*/
@media (max-width: 767px) {
  #company-new-design h1 {
    font-size: 23px !important;
    padding: 20px;
    padding: 20px 10%;
    margin: 0 auto !important;
  }
  #menadzerski-tim .main-banner {
    height: 240px;
  }
  #menadzerski-tim .main-banner .white-bg.absolute {
    position: absolute;
    background: white;
    box-shadow: 0px 30px 89px #0000001a;
    width: 90%;
    left: 0;
    right: 0;
    bottom: 60%;
    padding: 20px;
    margin: 0 auto;
  }
  #company-new-design section.contact-box {
    height: auto;
    padding-bottom: 30px;
  }
  #company-new-design section.contact-box .left-side h2 {
    font-size: 22px;
  }
  #company-new-design section.contact-box .left-side,
  #company-new-design section.contact-box .right-side {
    width: 100%;
    float: none;
    display: block;
    position: relative;
    padding: 7% 0;
  }
  #company-new-design .white-bg {
    width: 100%;
  }
  #company-new-design svg {
    top: 10px;
  }
  #company-new-design .icon {
    display: inherit;
    min-height: 50px;
  }
  #company-new-design section.contact-box:after {
    width: 100%;
    bottom: 0;
  }
  #menadzerski-tim section.gray-bcg .wrapper {
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
  }
  #menadzerski-tim section.gray-bcg .wrapper.one,
  #menadzerski-tim section.gray-bcg .wrapper.three {
    flex-direction: column-reverse;
  }
  #menadzerski-tim section.gray-bcg .wrapper div {
    width: 100%;
    display: block;
  }
  #menadzerski-tim section.gray-bcg .wrapper .left-text,
  #menadzerski-tim section.gray-bcg .wrapper .right-text {
    padding: 15px 0;
  }
  #menadzerski-tim section.gray-bcg .wrapper h2 {
    font-size: 25px;
  }
  #menadzerski-tim section.gray-bcg .wrapper .left-img,
  #menadzerski-tim section.gray-bcg .wrapper .right-img {
    min-height: 300px;
  }
}
@media (max-width: 991px) {
  #team-profile .wrap {
    position: relative;
    display: block;
    height: auto;
    padding: 0 20px 50px;
  }
  #team-profile .wrap div {
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 20px 0;
    overflow: hidden;
  }
  #team-profile .wrap .img-holder:after {
    content: '';
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #company-new-design .main-banner {
    height: 40vh;
  }
  #company-new-design section.contact-box:after {
    width: 100%;
    bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #company-new-design .main-banner {
    height: 60vh;
  }
  #team-profile .wrap {
    height: 610px;
  }
}
@media (min-width: 1900px) {
  #menadzerski-tim section.gray-bcg .wrapper h2 {
    font-size: 30px;
  }
}
@media print {
  .breadZ,
  #ns-bottom,
  .cookies,
  #subheaderOut {
    display: none;
  }
  #ns-content p,
  #ns-content span,
  #ns-content ul li {
    color: black;
  }
  #menadzerski-tim section.gray-bcg .wrapper .fade-box:before,
  #team-profile .wrap .img-holder:after {
    content: '';
    background: transparent;
  }
  #menadzerski-tim section.gray-bcg .wrapper {
    height: auto;
    margin: 30px 0;
  }
  #menadzerski-tim section.gray-bcg .wrapper div {
    width: 100%;
    display: block;
    height: 100%;
  }
  #menadzerski-tim section.gray-bcg .wrapper .fade-box {
    height: 100%;
  }
  #menadzerski-tim section.gray-bcg .wrapper .left-img img,
  #menadzerski-tim section.gray-bcg .wrapper .right-img img {
    width: 100%;
    height: auto;
  }
  #team-profile .wrap,
  #team-profile .wrap div {
    display: block;
    width: 100%;
    height: 100%;
  }
}
/*#endregion menadzerski tim redesign*/
/*#region odbor na direktori simona*/
#odbor-na-direktori .content,
#izvestai-za-kvalitet .content,
#usoglasenost .content,
#kodeks .content {
  margin-top: 100px;
  font-size: 18px;
  padding-bottom: 50px;
}
#odbor-na-direktori .content ul li,
#usoglasenost .elementi ul li {
  display: block;
  background: url(/images/list-bullet.png) 0 11px no-repeat;
  padding-left: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
}
#odbor-na-direktori .content ul ul {
  padding-left: 20px;
  margin-bottom: 25px;
}
#odbor-na-direktori .content ul ul li {
  margin-bottom: 10px;
}
#odbor-na-direktori .content .mb-25 {
  margin-bottom: 25px;
}
#odbor-na-direktori .content .mt-25 {
  margin-top: 25px;
}
#odbor-na-direktori .main-banner {
  background-image: url(/content/images/board-of-directors.png);
}
#izvestai-za-kvalitet .main-banner,
#objavi .main-banner {
  background-image: url(/content/images/quality.png);
}
#usoglasenost .main-banner {
  background-image: url(/content/images/usoglasenost.png);
}
#odbor-na-direktori ol {
  padding-left: 15px;
}
#odbor-na-direktori ol li {
  padding: 10px;
  line-height: 1.4;
}
#odbor-na-direktori ol {
  list-style-type: none;
}
#odbor-na-direktori ol.count {
  list-style: none;
  counter-reset: li 7;
}
#odbor-na-direktori ol li {
  counter-increment: li;
  font-size: 19px;
}
#odbor-na-direktori ol li::before {
  content: counter(li) ". ";
  color: #e20074;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  left: -7px;
  font-weight: bold;
}
#odbor-na-direktori ol li span {
  color: #767676;
}
#odbor-na-direktori ol li a strong {
  color: #00a0de;
}
#odbor-na-direktori ol li a:hover {
  color: black;
  text-decoration: none !important;
}
#odbor-na-direktori ol li a:hover strong {
  color: black;
  text-decoration: none !important;
}
#izvestai-za-kvalitet h2 {
  margin: 40px 0;
}
#izvestai-za-kvalitet .quality-box,
#kodeks .quality-box {
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
  position: relative;
  margin: 30px 0;
  transition: ease-in-out 500ms;
}
#izvestai-za-kvalitet .quality-box:hover {
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.1);
}
#izvestai-za-kvalitet .quality-box a,
#kodeks .quality-box a {
  padding: 30px;
  display: block;
  width: 100%;
  color: #202020;
  padding-top: 40px;
}
#kodeks .quality-box a {
  padding-left: 70px;
}
#kodeks .quality-box a:before {
  content: '';
  position: absolute;
  top: 0px;
  width: 100px;
  height: 100px;
  background-image: url(/content/images/link-magenta.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -10px;
}
#izvestai-za-kvalitet .quality-box a:hover,
#kodeks .quality-box a:hover {
  color: #202020;
  text-decoration: underline !important;
}
#izvestai-za-kvalitet .quality-box a :focus,
#kodeks .quality-box a :focus {
  text-decoration: none;
  color: #202020;
}
#izvestai-za-kvalitet .quality-box .info-quartal {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  background-color: #E20074;
  color: white;
  padding: 5px 10px;
}
#izvestai-za-kvalitet .quality-box .info-quartal span {
  padding: 0 6px;
}
#izvestai-za-kvalitet .quality-box .info-quartal span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
#izvestai-za-kvalitet .quality-box a {
  display: block;
  width: 100%;
  font-family: 'TeleNeo';
  font-weight: 500;
}
#izvestai-za-kvalitet .quality-box a:after {
  content: " (.pdf)";
  height: 50px;
  width: 50px;
  font-size: 14px;
  opacity: 0.7;
}
.opasity07 {
  opacity: 0.7;
}
#izvestai-za-kvalitet .quality-box .info-quartal .info-year {
  border-right: none !important;
  padding: 0 22px;
}
#izvestai-za-kvalitet a.moreless-button {
  margin: 0 auto;
  position: relative;
  padding: 8px 10px;
  border: 0;
  width: 100px;
  display: block;
  font-family: 'TeleNeo';
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  #izvestai-za-kvalitet .content,
  #kodeks .content {
    margin-top: 50px;
  }
  #kodeks h1 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  #izvestai-za-kvalitet h2 {
    font-size: 24px;
  }
  #izvestai-za-kvalitet .quality-box a {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  #odbor-na-direktori ol {
    margin: 0;
  }
}
/*#endregion odbor na direktori simona*/
/*#region odnosi so investitori redesign - simona*/
#akcionerski-kapital h1,
#odbor-na-direktori h1,
#usoglasenost h1,
#izvestai-za-kvalitet h1,
#kodeks h1,
#objavi h1 {
  position: absolute;
  padding: 4% 15%;
  background: white;
  box-shadow: 0px 30px 89px rgba(0, 0, 0, 0.1);
  font-size: 30px !important;
  color: #000000;
  bottom: -60px;
  font-family: 'TeleNeo';
  font-weight: 800;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto !important;
}
#akcionerski-kapital .container h2 {
  margin-top: 140px;
  margin-bottom: 50px;
  color: #e20074;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 24px;
}
#akcionerski-kapital .container h3 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  padding: 15px 30px;
}
#akcionerski-kapital .quality-box {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.07);
  position: relative;
  margin: 30px 0;
  transition: ease-in-out 500ms;
  padding-bottom: 20px;
  font-size: 18px !important;
}
#akcionerski-kapital .quality-box a {
  padding-left: 70px !important;
  display: block !important;
  width: 100% !important;
  color: #202020 !important;
  padding-top: 25px !important;
}
#akcionerski-kapital .quality-box a:before {
  content: '';
  position: absolute;
  top: -15px;
  width: 100px;
  height: 100px;
  background-image: url(/content/images/link-magenta.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -10px;
}
#akcionerski-kapital .quality-box a,
#akcionerski-kapital .quality-box p {
  display: block;
  width: 100%;
  font-family: 'TeleNeo';
  font-weight: 500;
  color: #202020;
  padding-top: 10px;
  padding: 20px;
  padding-right: 140px;
  text-overflow: ellipsis;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 100%;
  line-height: 1.4;
}
#akcionerski-kapital .main-banner,
#iso-sertifikati .main-banner,
#odbor-na-direktori .main-banner,
#usoglasenost .main-banner,
#izvestai-za-kvalitet .main-banner,
#kodeks .main-banner,
#cisco .main-banner,
#objavi .main-banner {
  position: relative;
  background-size: cover;
  height: 520px;
  background-repeat: no-repeat;
  margin-bottom: 50px;
  background-position: top right;
}
#iso-sertifikati .main-banner {
  background-image: url(/content/images/iso-sertifikati/ISO.png);
}
#iso-sertifikati h1 {
  font-family: 'TeleNeo';
  font-weight: 800;
  color: #000000;
  font-size: 40px;
  margin: 30px 0;
}
#iso-sertifikati .content {
  margin-top: 30px;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
  min-height: 335px;
}
#iso-sertifikati .mt-200 {
  margin-top: 370px;
}
#kodeks .main-banner {
  background-image: url(/content/images/kodeks.png);
}
.isoBox {
  background-repeat: no-repeat;
  min-height: 335px;
  background-position: center;
  background-size: cover;
}
.isoBox1 {
  background-image: url("/content/images/iso-sertifikati/iso1.png");
}
.isoBox2 {
  background-image: url("/content/images/iso-sertifikati/iso2.png");
}
.isoBox3 {
  background-image: url("/content/images/iso-sertifikati/iso3.png");
}
.isoBox4 {
  background-image: url("/content/images/iso-sertifikati/iso4.jpg");
}
.isoBox5 {
  background-image: url("/content/images/iso-sertifikati/iso5.jpg");
}
.isoBox6 {
  background-image: url("/content/images/iso-sertifikati/iso6.jpg");
}
#akcionerski-kapital .main-banner {
  background-image: url(/content/images/odnosi-so-investitori/investor-relations.jpg);
}
#akcionerski-kapital .main-banner .container,
#odbor-na-direktori .main-banner .container,
#usoglasenost .main-banner .container,
#izvestai-za-kvalitet .main-banner .container,
#kodeks .main-banner .container,
#cisxo .main-banner .container,
#objavi .main-banner .container {
  position: relative;
  height: 100%;
}
.p0-l {
  padding-left: 0;
}
#akcionerski-kapital .box {
  margin-top: 50px;
}
#akcionerski-kapital table.tableTest {
  border-collapse: separate;
  border-spacing: 20px 0;
  background-color: transparent;
}
#akcionerski-kapital table.tableTest tr td {
  font-size: 17px;
  font-family: 'TeleNeo';
  font-weight: 500;
  text-align: left;
  padding: 10px 20px;
}
#akcionerski-kapital table.tableTest tr td:first-of-type {
  background: transparent linear-gradient(100deg, rgba(226, 0, 116, 0.03) 0%, rgba(226, 0, 116, 0.1) 100%) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(226, 0, 116, 0.2);
  opacity: 1;
  border-bottom: 0 !important;
}
#akcionerski-kapital table.tableTest tbody tr:last-of-type td:first-of-type {
  border-bottom: 1px solid rgba(226, 0, 116, 0.2) !important;
}
#akcionerski-kapital table.tableTest tr td:last-of-type {
  background: transparent linear-gradient(69deg, rgba(17, 128, 201, 0.04) 0%, rgba(17, 128, 201, 0.11) 100%) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(17, 128, 201, 0.22);
  border-bottom: 0 !important;
}
#akcionerski-kapital table.tableTest tr:last-of-type td:last-of-type {
  border-bottom: 1px solid rgba(17, 128, 201, 0.22) !important;
}
#akcionerski-kapital table.tableTest thead tr th {
  font-size: 18px !important;
  text-transform: none;
  font-family: 'TeleNeo';
  font-weight: 700;
  padding: 10px !important;
}
#akcionerski-kapital table.tableTest thead tr th:nth-child(2) {
  background: #fde0f0 0% 0% no-repeat padding-box;
  text-transform: none;
  border: 1px solid rgba(226, 0, 116, 0.2);
  border-top: 1px solid rgba(226, 0, 116, 0.2) !important;
}
#akcionerski-kapital table.tableTest thead tr th:nth-child(3) {
  background: #e7f2fa 0% 0% no-repeat padding-box;
  border: 1px solid rgba(17, 128, 201, 0.22) !important;
  border-top: 1px solid rgba(17, 128, 201, 0.22) !important;
  border-bottom: 0 !important;
}
#akcionerski-kapital .tableTest tr th:first-child:after,
#akcionerski-kapital .tableTest tr td:first-child:after {
  content: '';
  display: none;
}
#akcionerski-kapital .tableTest tr th:last-child:before,
#akcionerski-kapital .tableTest tr td:last-child:before {
  content: '';
  display: none;
}
#akcionerski-kapital .tableTest thead tr th:first-child,
#akcionerski-kapital .tableTest tbody tr th:first-child {
  width: 33.333%;
  border-bottom: 0 !important;
  font-family: 'TeleNeo';
  font-weight: 500;
  padding: 20px 10px;
}
#akcionerski-kapital .tableTest tbody tr:first-child th:first-child {
  text-align: left;
  text-transform: none;
  font-size: 17px !important;
  font-family: 'TeleNeo';
  font-weight: 500;
}
#akcionerski-kapital .box ul {
  position: relative;
  min-height: 550px;
}
#akcionerski-kapital .box ul li {
  padding: 0px 30px;
  display: block;
  width: 100%;
  min-height: 50px;
}
#akcionerski-kapital .box2 {
  background: transparent linear-gradient(180deg, rgba(226, 0, 116, 0.09) 0%, rgba(226, 0, 116, 0.1) 100%) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(226, 0, 116, 0.2);
  opacity: 1;
}
#akcionerski-kapital .box3 {
  background: transparent linear-gradient(180deg, rgba(17, 128, 201, 0.04) 0%, rgba(17, 128, 201, 0.11) 100%) 0% 0% no-repeat padding-box;
  border: 1px solid rgba(17, 128, 201, 0.22);
  opacity: 1;
}
#akcionerski-kapital .box2 h3 {
  background: rgba(226, 0, 166, 0.05) 0% 0% no-repeat padding-box;
}
#akcionerski-kapital .box3 h3 {
  background: rgba(0, 127, 175, 0.05) 0% 0% no-repeat padding-box;
}
#iso-sertifikati p {
  font-size: 18px;
}
#akcionerski-kapital .gray-bg {
  background: transparent linear-gradient(180deg, rgba(236, 236, 236, 0.45) 0%, rgba(251, 251, 251, 0.45) 100%) 0% 0% no-repeat padding-box;
  margin: 30px 0;
  padding: 20px;
}
#akcionerski-kapital .gray-bg p {
  font-size: 14px;
  margin-bottom: 20px;
}
#iso-sertifikati .content .right-box {
  padding-top: 20px;
}
#iso-sertifikati .content .right-box h2 {
  font-size: 20px !important;
  margin-top: 35px;
  margin-left: 5px;
  margin-right: 15px;
}
#iso-sertifikati .content .right-box p {
  font-size: 18px;
  margin: 20px 0 43px 5px;
  color: #767676;
  padding-right: 20px;
}
#iso-sertifikati .content .right-box a {
  border: 1px solid #DBDBDB;
  padding: 10px 20px 10px 10px;
  border-radius: 5px;
  color: #333;
}
#iso-sertifikati .content .right-box a:hover {
  background: #eee;
  text-decoration: none;
}
#iso-sertifikati .container {
  padding-right: 0 !important;
}
#iso-sertifikati .white-shadow-box {
  position: relative;
  background: white;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
  padding: 3% 0;
  margin-top: 100px;
}
#iso-sertifikati .white-shadow-box h4 {
  padding-top: 0;
  margin: 20px 0 20px 0;
  font-family: 'TeleNeo';
  font-weight: 700;
  font-size: 21px;
}
#iso-sertifikati .white-shadow-box p {
  font-size: 17px;
}
#iso-sertifikati .white-shadow-box a {
  color: #e20074;
  text-decoration: underline;
}
#iso-sertifikati .content .right-box a img {
  margin-right: 10px;
}
#iso-sertifikati .iso-img {
  padding: 20px;
  box-sizing: border-box;
  margin: 35px 30px;
  box-shadow: 0px 3px 60px #00000029;
  width: 80%;
}
#iso-sertifikati .iso-img::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 0px;
  width: 100px;
  height: 100px;
  background-image: url(/content/images/iso-sertifikati/bubble.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65px;
}
@media (max-width: 767px) {
  #akcionerski-kapital .main-banner,
  #odbor-na-direktori .main-banner {
    background-size: cover !important;
    margin-bottom: 10px !important;
    background-position: 90%;
    padding: 6%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #akcionerski-kapital h1,
  #odbor-na-direktori h1,
  #izvestai-za-kvalitet h1,
  #kodeks h1,
  #objavi h1 {
    padding: 4% 5%;
    width: 80%;
  }
  #akcionerski-kapital h2 {
    font-size: 22px;
  }
  #akcionerski-kapital .table-responsive {
    overflow: auto;
  }
  #akcionerski-kapital table.tableTest {
    max-width: 100%;
    width: auto !important;
    overflow: visible;
  }
  #akcionerski-kapital .box {
    margin-top: 20px;
    min-height: 530px;
  }
  .isoBox {
    margin-top: 15px;
  }
  #iso-sertifikati .row {
    margin: 0;
  }
  #iso-sertifikati h1 {
    font-size: 29px;
  }
  #iso-sertifikati .main-banner {
    margin-bottom: 0;
    height: 150px;
    background-position: 90% 0%;
  }
  #iso-sertifikati .mt-200 {
    margin-top: 480px;
    position: relative;
  }
  #iso-sertifikati .iso-img {
    padding: 20px;
    margin: auto;
    margin-top: 20px;
    width: 50%;
  }
  #iso-sertifikati .iso-img::after {
    right: 40px;
    top: -15px;
  }
  #iso-sertifikati .content .right-box {
    text-align: center;
    padding-bottom: 40px;
  }
  #iso-sertifikati .container,
  #iso-sertifikati .p0 {
    padding: 0 !important;
  }
  #iso-sertifikati .p15 {
    padding: 0px 15px !important;
  }
}
@media (min-width: 320px) and (max-width: 400px) {
  #iso-sertifikati .mt-200 {
    margin-top: 580px;
  }
  #iso-sertifikati .iso-img::after {
    right: 10px;
  }
}
@media (min-width: 587px) and (max-width: 767px) {
  #iso-sertifikati .iso-img::after {
    right: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #akcionerski-kapital .main-banner {
    background-size: cover;
    background-position: 80% 0px;
  }
  #akcionerski-kapital .box ul {
    position: relative;
    min-height: 630px;
  }
  #akcionerski-kapital .box {
    margin-top: 20px;
  }
  #akcionerski-kapital .box ul li {
    padding: 10px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #akcionerski-kapital .main-banner,
  #iso-sertifikati .main-banner,
  #odbor-na-direktori .main-banner,
  #izvestai-za-kvalitet .main-banner {
    background-position: 80% 0;
  }
  #usoglasenost .main-banner {
    background-position: 65%;
  }
  .one-header .container-fluid,
  .container-fluid {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  #carousel-redesign .indicator-wrap {
    position: absolute;
    right: calc(50% - 500px);
    top: 7%;
  }
  #carousel-redesign .arrows {
    right: calc(50% - 500px);
    bottom: 100px;
  }
  .homepage-wrapper .urediLandingTextSlider .btn-magen,
  .homepage-wrapper .urediLandingTextSlider .btn-grey,
  .homepage-wrapper .urediLandingTextSlider .btn-white {
    bottom: 100px !important;
    left: 40px !important;
  }
  #iso-sertifikati .content {
    height: 480px;
  }
  #iso-sertifikati .content .row,
  #iso-sertifikati .content .row > div {
    height: 100%;
  }
  #iso-sertifikati .iso-img {
    margin: 35px 12px;
  }
}
@media (max-width: 1200px) {
  .isoBox {
    height: 100%;
    background-size: cover;
  }
}
/*#endregion odnosi so investitori redesign - simona*/
/*#region usoglasenost Simona*/
#usoglasenost .main-banner {
  background-image: url(/content/images/usoglasenost.png);
}
#usoglasenost .img {
  width: 100%;
  text-align: center;
  position: relative;
}
#usoglasenost .img img {
  width: auto;
  margin: 20px auto;
}
#usoglasenost .usoglasenost-img-box {
  background-image: url(/content/images/Nikola-Ljusev_Telekom.png);
  height: 330px;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  width: 100%;
  position: relative;
}
#usoglasenost .usoglasenost-img-box .text {
  position: absolute;
  bottom: 10px;
  color: white;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 10px;
}
#usoglasenost .usoglasenost-img-box .text p,
#usoglasenost .usoglasenost-img-box .text h3 {
  margin: 0;
}
#usoglasenost .usoglasenost-img-box:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.44), transparent);
  width: 100%;
  z-index: 0;
}
#usoglasenost .shadow {
  box-shadow: 0px 12px 40px 0px rgba(0, 0, 0, 0.07);
  padding-top: 50px;
}
#usoglasenost .elementi ul {
  margin-bottom: 20px;
}
#usoglasenost .elementi img {
  margin: 20px auto;
  display: block;
}
#usoglasenost h2 {
  color: #E20074;
  margin: 50px 0px 30px 0px;
  text-transform: uppercase;
  font-family: 'TeleNeo';
  font-weight: 700;
  padding-top: 50px;
  font-size: 30px;
}
#usoglasenost a {
  color: #00a0de;
}
#usoglasenost a:hover {
  color: black;
  text-decoration: none;
}
#usoglasenost .merki .content,
#usoglasenost .elementi .content {
  margin-top: 0px;
}
#usoglasenost .elementi,
#usoglasenost .merki {
  background: linear-gradient(180deg, rgba(236, 236, 236, 0.3) 0%, rgba(236, 236, 236, 0.03) 35%, #ffffff 100%);
}
#usoglasenost .white-box {
  padding: 30px;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
  min-height: 300px;
}
#usoglasenost .white-box span {
  color: #e20074;
  font-weight: 600;
}
#usoglasenost .white-box1 {
  min-height: 100%;
  margin-bottom: 40px;
}
#usoglasenost .bioimg img {
  max-height: 400px;
  float: left;
  margin: 0 60px 20px 0;
  background: #fff;
}
#usoglasenost .name {
  padding: 20px 0;
}
#usoglasenost .name h3 {
  margin: 0;
  font-weight: 600;
}
#usoglasenost .name p {
  color: #767676;
  margin: 0;
  font-size: 20px;
}
@media (max-width: 991px) {
  #usoglasenost .main-banner {
    background-position: 20%;
  }
  #usoglasenost h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  #usoglasenost .content {
    margin-top: 50px;
  }
  #usoglasenost .bioimg img {
    float: unset;
    display: block;
    margin: 0 auto;
  }
  #usoglasenost .name {
    text-align: center;
  }
  #usoglasenost .elementi ul {
    margin-bottom: 0px;
  }
  #usoglasenost h2 {
    font-size: 21px;
  }
}
/*#endregion Usoglasenost Simona*/
/*#region Iso Sertifikati*/
#iso-sertifikati .main-banner {
  background-image: url(/content/images/iso-sertifikati/ISO.png);
}
#iso-sertifikati h1 {
  font-family: 'TeleNeo';
  font-weight: 700;
  color: #000000;
  font-size: 40px;
  margin: 30px 0;
}
#iso-sertifikati .content {
  margin-top: 30px;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
  min-height: 335px;
}
#iso-sertifikati .isoBox {
  background-repeat: no-repeat;
  min-height: 335px;
  background-position: center;
  background-size: cover;
}
#iso-sertifikati .isoBox1 {
  background-image: url("/content/images/iso-sertifikati/iso1.png");
}
#iso-sertifikati .isoBox2 {
  background-image: url("/content/images/iso-sertifikati/iso2.png");
}
#iso-sertifikati .isoBox3 {
  background-image: url("/content/images/iso-sertifikati/iso3.png");
}
#iso-sertifikati .isoBox4 {
  background-image: url("/content/images/iso-sertifikati/iso4.jpg");
}
#iso-sertifikati .isoBox5 {
  background-image: url("/content/images/iso-sertifikati/iso5.jpg");
}
#iso-sertifikati .isoBox6 {
  background-image: url("/content/images/iso-sertifikati/iso6.jpg");
}
#iso-sertifikati .mt-200 {
  margin-top: 370px;
}
#iso-sertifikati .white-bg-heading {
  background: white;
  padding: 50px;
  text-align: center;
  box-shadow: 0px 30px 89px rgba(0, 0, 0, 0.1);
  position: relative;
  bottom: -240px;
}
@media only screen and (max-width: 767px) {
  #iso-sertifikati .white-bg-heading {
    bottom: inherit !important;
  }
}
#iso-sertifikati p {
  font-size: 18px;
}
#iso-sertifikati .content .right-box {
  padding-top: 20px;
}
#iso-sertifikati .content .right-box h2 {
  font-size: 20px !important;
  margin-top: 35px;
  margin-left: 5px;
  margin-right: 15px;
}
#iso-sertifikati .content .right-box p {
  font-size: 18px;
  margin: 20px 0 43px 5px;
  color: #767676;
  padding-right: 20px;
}
#iso-sertifikati .content .right-box a {
  border: 1px solid #DBDBDB;
  padding: 10px 20px 10px 10px;
  border-radius: 5px;
  color: #333;
}
#iso-sertifikati .content .right-box a:hover {
  background: #eee;
  text-decoration: none;
}
#iso-sertifikati .container {
  padding-right: 0 !important;
}
#iso-sertifikati .white-shadow-box {
  position: relative;
  background: white;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
  padding: 3% 0;
  margin-top: 100px;
}
#iso-sertifikati .white-shadow-box h4 {
  padding-top: 0;
  margin: 20px 0 20px 0;
  font-family: 'TeleNeo';
  font-weight: 700;
  font-size: 21px;
}
#iso-sertifikati .white-shadow-box p {
  font-size: 17px;
}
#iso-sertifikati .white-shadow-box a {
  color: #e20074;
  text-decoration: underline;
}
#iso-sertifikati .content .right-box a img {
  margin-right: 10px;
}
#iso-sertifikati .iso-img {
  padding: 20px;
  box-sizing: border-box;
  margin: 35px 30px;
  box-shadow: 0px 3px 60px #00000029;
  width: 80%;
}
#iso-sertifikati .iso-img::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 0px;
  width: 100px;
  height: 100px;
  background-image: url(/content/images/iso-sertifikati/bubble.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 65px;
}
@media (max-width: 1200px) {
  #iso-sertifikati .isoBox {
    height: 100%;
    background-size: cover;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #iso-sertifikati .content {
    height: 480px;
  }
  #iso-sertifikati .content .row,
  #iso-sertifikati .content .row > div {
    height: 100%;
  }
  #iso-sertifikati .iso-img {
    margin: 35px 12px;
  }
}
@media (max-width: 767px) {
  #iso-sertifikati .row {
    margin: 0;
  }
  #iso-sertifikati .white-bg-heading {
    bottom: inherit;
    padding: 20px;
    position: absolute;
    top: 80%;
    width: 100%;
    height: auto;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #iso-sertifikati h1 {
    font-size: 29px;
  }
  #iso-sertifikati .main-banner {
    margin-bottom: 0;
    height: 150px;
    background-position: 90% 0%;
  }
  #iso-sertifikati .mt-200 {
    margin-top: 480px;
    position: relative;
  }
  #iso-sertifikati .iso-img {
    padding: 20px;
    margin: auto;
    margin-top: 20px;
    width: 50%;
  }
  #iso-sertifikati .iso-img::after {
    right: 40px;
    top: -15px;
  }
  #iso-sertifikati .content .right-box {
    text-align: center;
    padding-bottom: 40px;
  }
  #iso-sertifikati .container,
  #iso-sertifikati .p0 {
    padding: 0 !important;
  }
  #iso-sertifikati .p15 {
    padding: 0px 15px !important;
  }
}
@media (min-width: 587px) and (max-width: 767px) {
  #iso-sertifikati .iso-img::after {
    right: 130px;
  }
}
@media (min-width: 320px) and (max-width: 400px) {
  #iso-sertifikati .mt-200 {
    margin-top: 580px;
  }
  #iso-sertifikati .iso-img::after {
    right: 10px;
  }
}
/*#endregion Iso Sertifikati*/
/*#region Izveshtai za kvalitet*/
#izvestai-za-kvalitet .content h2 {
  color: #E20074;
  margin: 50px 0px 30px 0px;
  text-transform: uppercase;
  font-family: 'TeleNeo';
  font-weight: 700;
  padding-top: 50px;
  font-size: 30px;
}
/*#endregion Izveshtai za kvalitet*/
/*#region Kodeks*/
#kodeks h1 {
  position: absolute;
  padding: 4% 15%;
  background: white;
  box-shadow: 0px 30px 89px rgba(0, 0, 0, 0.1);
  font-size: 30px !important;
  color: #000000;
  bottom: -60px;
  font-family: 'TeleNeo';
  font-weight: 800;
  width: 80%;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  text-transform: uppercase;
}
/*#endregion Kodeks*/
/*#region Struktura na akcioneri*/
#struktura-akcioneri {
  position: relative;
  width: 100%;
  height: 100%;
}
#struktura-akcioneri .main-banner .container {
  position: relative;
  height: 100%;
}
#struktura-akcioneri .main-banner {
  position: relative;
  background-image: url(/content/images/za-kompanijata/odnosi-so-investitori/korporativno-upravuvanje-banner.png);
  background-size: cover;
  height: 520px;
  background-position: center;
  background-repeat: no-repeat;
}
#struktura-akcioneri .main-banner .header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: #fff;
  box-shadow: 0px 30px 89px #0000001a;
  padding: 30px 50px;
  width: 80%;
  margin: 0 auto;
}
#struktura-akcioneri h1.text-center {
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 30px;
  color: #000000;
}
#struktura-akcioneri .content {
  padding: 110px 0 70px;
}
#struktura-akcioneri .content .text-wrap {
  font-size: 18px !important;
  margin-top: 125px;
  margin-bottom: 40px;
}
#struktura-akcioneri .content .text-wrap p {
  line-height: 1.4;
}
#struktura-akcioneri .table-responsive {
  position: relative;
  box-shadow: 0 30px 99px rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  overflow: visible;
  width: 100%;
}
#struktura-akcioneri .table-responsive .tableTest {
  margin: 0 auto;
  background: #fff;
  width: 100% !important;
}
#struktura-akcioneri h2 {
  color: #e20074;
  margin-bottom: 25px !important;
  font-size: 22px;
}
/*#region table */
.table * {
  font-family: 'TeleNeo';
  font-weight: 400;
}
.table > tbody > tr > th {
  border-bottom: 1px solid #e5e5e5 !important;
  line-height: 22px;
  vertical-align: middle;
}
.table > tbody > tr > th:first-child {
  background-color: white;
  border-right: none !important;
}
.table > tbody > tr > td {
  padding: 8px 10px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  line-height: 16px;
  vertical-align: middle;
}
.table-responsive .tableTest {
  margin: 0 auto 20px auto;
}
.tableTest thead th {
  text-align: center;
  text-transform: uppercase;
  padding: 30px !important;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 20px !important;
  border-bottom: 1px solid #eaeaea !important;
  border-top: 0 !important;
}
.tableTest tr td {
  position: relative;
  background: #fafafa;
  text-align: center;
  border-bottom: 1px solid #eaeaea !important;
  border-top: 0 !important;
  font-size: 16px;
}
.tableTest tr th,
.tableTest tr td {
  position: relative;
  background: #fafafa;
  text-align: center;
  border-bottom: 1px solid #eaeaea !important;
  border-top: 0 !important;
  font-size: 16px;
}
.tableTest tbody tr th:first-child {
  left: 0;
  position: sticky;
  z-index: 2;
  background: #fff;
  width: 400px;
  text-align: left;
  border-color: #eaeaea !important;
  height: 64px;
  font-size: 17px;
  padding: 10px 25px;
  font-family: 'TeleNeo';
  font-weight: 700;
}
.tableTest thead tr th:first-child,
.tableTest tbody tr th:first-child {
  left: 0;
  position: sticky;
  z-index: 2;
  background: #fff;
  width: 400px;
  text-align: left;
  border-color: #eaeaea !important;
  height: 64px;
  font-size: 17px;
  padding: 10px 25px;
}
.tableTest tr th:last-child:before,
.tableTest tr td:last-child:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background: transparent linear-gradient(84deg, rgba(233, 233, 233, 0.11) 0%, rgba(223, 223, 223, 0) 100%);
  height: 100%;
}
.tableTest tr th:first-child:after,
.tableTest tr td:first-child:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 30%;
  background: transparent linear-gradient(84deg, rgba(233, 233, 233, 0.11) 0%, rgba(223, 223, 223, 0) 100%);
  height: 100%;
}
/*#endregion table*/
@media (min-width: 1200px) and (max-width: 1575px) {
  #struktura-akcioneri .main-banner {
    background-position: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #struktura-akcioneri .main-banner {
    background-position: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #struktura-akcioneri .main-banner {
    background-position: 80% 0%;
  }
}
@media (max-width: 991px) {
  #struktura-akcioneri .table-responsive {
    overflow: auto !important;
  }
  #struktura-akcioneri .table-responsive .tableTest {
    overflow: visible;
    touch-action: auto;
  }
}
@media (max-width: 767px) {
  #struktura-akcioneri .main-banner {
    background-position: 85% 0% !important;
  }
  #struktura-akcioneri h2 {
    font-size: 26px;
    text-align: center;
  }
  #struktura-akcioneri .header {
    padding: 30px !important;
    width: 90% !important;
  }
  #struktura-akcioneri .header h1 {
    font-size: 30px !important;
  }
  #struktura-akcioneri .content {
    padding: 90px 0 70px;
  }
}
/*#endregion Struktura na akcioneri*/
/*#region dividenden kalendar*/
#dividenden-kalendar {
  position: relative;
  width: 100%;
  height: 100%;
}
#dividenden-kalendar .main-banner .container {
  position: relative;
  height: 100%;
}
#dividenden-kalendar .main-banner {
  position: relative;
  background-image: url(/content/images/za-kompanijata/odnosi-so-investitori/korporativno-upravuvanje-banner.png);
  background-size: cover;
  height: 520px;
  background-position: center;
  background-repeat: no-repeat;
}
#dividenden-kalendar .main-banner .header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: #fff;
  box-shadow: 0px 30px 89px #0000001a;
  padding: 30px 50px;
  width: 80%;
  margin: 0 auto;
}
#dividenden-kalendar h1.text-center {
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 30px;
  color: #000000;
}
#dividenden-kalendar .content {
  padding: 110px 0 70px;
}
#dividenden-kalendar .content .text-wrap {
  font-size: 18px !important;
  margin-top: 125px;
  margin-bottom: 40px;
}
#dividenden-kalendar .content .text-wrap p {
  line-height: 1.2;
}
#dividenden-kalendar .table-responsive {
  position: relative;
  box-shadow: 0 30px 99px rgba(0, 0, 0, 0.19);
  border-radius: 8px;
  overflow: visible;
  width: 100%;
}
#dividenden-kalendar .table-responsive .tableTest {
  background: #fff;
  width: 100% !important;
}
#dividenden-kalendar .table-responsive thead th {
  line-height: 1.2;
  font-size: 18px !important;
}
#dividenden-kalendar .table-responsive tbody td {
  width: 25%;
  padding: 10px 30px;
  font-size: 19px;
}
#dividenden-kalendar p {
  margin-top: 25px;
}
@media (min-width: 1200px) and (max-width: 1575px) {
  #dividenden-kalendar .main-banner {
    background-position: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #dividenden-kalendar .main-banner {
    background-position: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #dividenden-kalendar .main-banner {
    background-position: 80% 0%;
  }
}
@media (max-width: 991px) {
  #dividenden-kalendar .table-responsive {
    overflow: auto !important;
  }
  #dividenden-kalendar .table-responsive .tableTest {
    overflow: visible;
    touch-action: auto;
  }
}
@media (max-width: 767px) {
  #dividenden-kalendar .main-banner {
    background-position: 85% 0% !important;
  }
  #dividenden-kalendar h2 {
    font-size: 26px;
    text-align: center;
  }
  #dividenden-kalendar .header {
    padding: 30px !important;
    width: 90% !important;
  }
  #dividenden-kalendar .header h1 {
    font-size: 30px !important;
  }
  #dividenden-kalendar .content {
    padding: 90px 0 70px;
  }
  #dividenden-kalendar p {
    margin-top: 10px;
  }
}
/*#endregion dividenden kalendar */
/*#region Kontakt i servis*/
#kontakt-servis {
  position: relative;
  width: 100%;
  height: 100%;
}
#kontakt-servis .main-banner {
  position: relative;
  background-image: url(/content/images/za-kompanijata/odnosi-so-investitori/korporativno-upravuvanje-banner.png);
  background-size: cover;
  height: 520px;
  background-position: 80%;
  background-repeat: no-repeat;
}
#kontakt-servis .main-banner .container {
  position: relative;
  height: 100%;
}
#kontakt-servis .main-banner .header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: #fff;
  box-shadow: 0px 30px 89px #0000001a;
  padding: 30px 50px;
  width: 80%;
  margin: 0 auto;
}
#kontakt-servis h1.text-center {
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 30px;
  color: #000000;
}
#kontakt-servis .content .wrapper {
  font-size: 18px;
  margin-top: 125px;
  margin-bottom: 40px;
}
#kontakt-servis .content .wrapper h2 {
  color: #e20074;
  margin-bottom: 25px;
  text-align: center;
}
#kontakt-servis .content .wrapper p {
  line-height: 1.2;
}
@media (max-width: 767px) {
  #kontakt-servis .main-banner {
    background-position: 85% !important;
  }
  #kontakt-servis .header {
    padding: 30px !important;
    width: 90% !important;
  }
  #kontakt-servis h1 {
    font-size: 30px !important;
  }
  #kontakt-servis .content .text-wrap {
    font-size: 17px !important;
    margin-top: 90px !important;
    margin-bottom: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #kontakt-servis .main-banner .header {
    bottom: -60px !important;
    padding: 35px !important;
    width: 95% !important;
  }
  #kontakt-servis h1.text-center {
    font-size: 34px !important;
  }
  #kontakt-servis .content .text-wrap {
    font-size: 17px !important;
    padding: 20px;
    margin-top: 100px !important;
    margin-bottom: 30px !important;
  }
}
/*#endregion Kontakt i servis*/
/*#region korporativno upravuvanje*/
#korporativno-upravuvanje {
  position: relative;
  width: 100%;
  height: 100%;
}
#korporativno-upravuvanje .main-banner .container {
  position: relative;
  height: 100%;
}
#korporativno-upravuvanje .main-banner {
  position: relative;
  background-image: url(/content/images/za-kompanijata/odnosi-so-investitori/korporativno-upravuvanje-banner.png);
  background-size: cover;
  height: 520px;
  background-position: center;
  background-repeat: no-repeat;
}
#korporativno-upravuvanje .main-banner .header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -75px;
  background-color: #fff;
  box-shadow: 0px 30px 89px #0000001a;
  padding: 50px;
  width: 80%;
  margin: 0 auto;
}
#korporativno-upravuvanje h1.text-center {
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 30px;
  color: #000000;
}
#korporativno-upravuvanje .content .text-wrap {
  font-size: 18px !important;
  margin-top: 125px;
  margin-bottom: 40px;
}
#korporativno-upravuvanje .content .text-wrap ul li {
  margin-bottom: 15px;
  margin-left: 0;
}
@media (min-width: 1200px) and (max-width: 1575px) {
  #korporativno-upravuvanje .main-banner {
    background-position: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #korporativno-upravuvanje .main-banner {
    background-position: 80%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #korporativno-upravuvanje .main-banner {
    background-position: 80% 0%;
  }
}
@media (max-width: 767px) {
  #korporativno-upravuvanje .main-banner {
    background-position: 85% 0% !important;
  }
  #korporativno-upravuvanje .header {
    padding: 30px !important;
    width: 90% !important;
  }
  #korporativno-upravuvanje .header h1 {
    font-size: 30px !important;
  }
  #korporativno-upravuvanje .content .text-wrap {
    font-size: 17px !important;
    margin-top: 90px !important;
    margin-bottom: 30px !important;
  }
}
/*#endregion korporativno upravuvanje*/
/*#region struktura na Makedonski Telekom*/
#struktura-MKT {
  position: relative;
  width: 100%;
  height: 100%;
}
#struktura-MKT .main-banner {
  position: relative;
  background-image: url(/content/images/za-kompanijata/odnosi-so-investitori/timg.jpg);
  background-size: cover;
  height: 520px;
  background-position: left;
  background-repeat: no-repeat;
}
#struktura-MKT .main-banner .container {
  position: relative;
  height: 100%;
}
#struktura-MKT .main-banner .header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: #fff;
  box-shadow: 0px 30px 89px #0000001a;
  padding: 30px 50px;
  width: 80%;
  margin: 0 auto;
}
#struktura-MKT h1.text-center {
  font-family: 'TeleNeo';
  font-weight: 700;
  font-size: 30px;
  color: #000000;
}
#struktura-MKT .content .text-wrap {
  font-size: 18px;
  margin-top: 125px;
  margin-bottom: 40px;
}
#struktura-MKT.content .text-wrap ul li {
  margin-bottom: 15px;
  margin-left: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #struktura-MKT .main-banner {
    background-position: 15% !important;
  }
  #struktura-MKT .main-banner .header {
    bottom: -60px !important;
    padding: 35px !important;
    width: 95% !important;
  }
  #struktura-MKT h1.text-center {
    font-size: 34px !important;
  }
  #struktura-MKT .content .text-wrap {
    font-size: 17px !important;
    padding: 20px;
    margin-top: 100px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  #struktura-MKT .main-banner {
    background-position: 80% !important;
  }
  #struktura-MKT .header {
    padding: 30px !important;
    width: 90% !important;
  }
  #struktura-MKT h1 {
    font-size: 30px !important;
  }
  #struktura-MKT .content .text-wrap {
    font-size: 17px !important;
    margin-top: 90px !important;
    margin-bottom: 30px !important;
  }
}
/*#endregion struktura na Makedonski Telekom*/
/*#region Sobranie */
#sobranie {
  position: relative;
  width: 100%;
  height: 100%;
}
#sobranie .main-banner {
  position: relative;
  background-image: url(/content/images/za-kompanijata/odnosi-so-investitori/timg.jpg);
  background-size: cover;
  height: 520px;
  background-position: center;
  background-repeat: no-repeat;
}
#sobranie .main-banner .container {
  position: relative;
  height: 100%;
}
#sobranie .main-banner .header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: #fff;
  box-shadow: 0px 30px 89px #0000001a;
  padding: 30px 50px;
  width: 80%;
  margin: 0 auto;
}
#sobranie h1.text-center {
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 30px;
  color: #000000;
}
#sobranie .content .text-wrap {
  font-size: 18px;
  margin-top: 125px;
  margin-bottom: 40px;
}
#sobranie ol {
  list-style-type: none;
  padding-left: 15px;
}
#sobranie .content .text-wrap ol li {
  counter-increment: li;
  padding: 10px;
  line-height: 1.4;
}
#sobranie ol li::before {
  content: counter(li) ". ";
  color: #E20074;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  left: -7px;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #sobranie .main-banner {
    background-position: 15% !important;
  }
  #sobranie .main-banner .header {
    bottom: -55px !important;
    padding: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #sobranie .main-banner {
    background-position: 15% !important;
  }
  #sobranie .main-banner .header {
    bottom: -60px !important;
    padding: 30px !important;
    width: 95% !important;
  }
  #sobranie h1.text-center {
    font-size: 34px !important;
  }
  #sobranie .content .text-wrap {
    font-size: 17px !important;
    padding: 20px;
    margin-top: 100px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  #sobranie .main-banner .header {
    padding: 30px;
    bottom: -55px !important;
  }
  #sobranie h1.text-center {
    font-size: 30px;
  }
  #sobranie ol {
    margin-bottom: 0;
  }
  #sobranie .main-banner {
    background-position: 80% !important;
  }
  #sobranie .header {
    padding: 30px !important;
    width: 90% !important;
  }
  #sobranie h1 {
    font-size: 30px !important;
  }
  #sobranie .content .text-wrap {
    font-size: 17px !important;
    margin-top: 90px !important;
    margin-bottom: 30px !important;
  }
  #sobranie .content .text-wrap p {
    font-size: 17px !important;
  }
}
/*#endregion Sobranie*/
/*#region Statut*/
#statut {
  position: relative;
  width: 100%;
  height: 100%;
}
#statut .main-banner {
  position: relative;
  background-image: url(/content/images/za-kompanijata/odnosi-so-investitori/pres-centar-banner.png);
  background-size: cover;
  height: 520px;
  background-position: left;
  background-repeat: no-repeat;
}
#statut .main-banner .container {
  position: relative;
  height: 100%;
}
#statut .main-banner .header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: #fff;
  box-shadow: 0px 30px 89px #0000001a;
  padding: 30px 50px;
  width: 80%;
  margin: 0 auto;
}
#statut h1.text-center {
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 30px;
  color: #000000;
}
#statut .content .text-wrap {
  font-size: 18px;
  margin-top: 125px;
  margin-bottom: 40px;
}
#statut .content .text-wrap a {
  color: #00a0de;
}
#statut .content .text-wrap a:focus {
  color: #00a0de;
}
#statut .content .text-wrap a:hover {
  color: black;
  text-decoration: none;
}
#statut ol {
  list-style-type: none;
  padding-left: 15px;
}
#statut .content .text-wrap ol li {
  counter-increment: li;
  padding: 10px;
  line-height: 1.4;
}
#statut ol li::before {
  content: counter(li) ". ";
  color: #E20074;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  left: -7px;
  font-weight: bold;
}
@media (min-width: 768px) and (max-width: 991px) {
  #statut .main-banner {
    background-position: 15% !important;
  }
  #statut .main-banner .header {
    bottom: -50px !important;
    padding: 30px !important;
    width: 95% !important;
  }
  #statut h1.text-center {
    font-size: 34px !important;
  }
  #statut .content .text-wrap {
    font-size: 17px !important;
    padding: 20px;
    margin-top: 60px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  #statut .main-banner .header {
    padding: 30px !important;
  }
  #statut h1 {
    font-size: 30px;
  }
  #statut .main-banner {
    background-position: 10% !important;
  }
  #statut .main-banner .header {
    bottom: -45px !important;
    padding: 20px !important;
    width: 90% !important;
  }
  #statut h1 {
    font-size: 30px !important;
  }
  #statut .header h1 {
    font-size: 30px;
  }
  #statut .content .text-wrap {
    margin-top: 90px !important;
    margin-bottom: 30px !important;
  }
  #statut .text-wrap,
  #statut .text-wrap p {
    font-size: 17px !important;
  }
  #statut .content .text-wrap p {
    margin-bottom: 20px !important;
  }
  #statut ol {
    margin: 0 !important;
  }
}
/*#endregion Statut*/
/*#region Delovnik za rabota na odborot na dirketori*/
#delovnik {
  position: relative;
  width: 100%;
  height: 100%;
}
#delovnik .main-banner {
  position: relative;
  background-image: url(/content/images/za-kompanijata/odnosi-so-investitori/timg.jpg);
  background-size: cover;
  height: 520px;
  background-position: 80%;
  background-repeat: no-repeat;
}
#delovnik .main-banner .container {
  position: relative;
  height: 100%;
}
#delovnik .main-banner .header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: #fff;
  box-shadow: 0px 30px 89px #0000001a;
  padding: 30px 50px;
  width: 80%;
  margin: 0 auto;
}
#delovnik h1.text-center {
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 30px;
  color: #000000;
}
#delovnik .content .text-wrap {
  font-size: 18px;
  margin-top: 125px;
  margin-bottom: 40px;
}
#delovnik ol {
  list-style-type: none;
  padding-left: 15px;
}
#delovnik .content .text-wrap ol li {
  counter-increment: li;
  padding: 10px;
  line-height: 1.4;
}
#delovnik ol li::before {
  content: counter(li) ". ";
  color: #E20074;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  left: -7px;
  font-weight: bold;
}
@media (min-width: 1200px) and (max-width: 1550px) {
  #delovnik .main-banner {
    background-position: 15% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #delovnik .main-banner {
    background-position: 15% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #delovnik .main-banner {
    background-position: 15% !important;
  }
  #delovnik .main-banner .header {
    bottom: -50px !important;
    padding: 30px !important;
    width: 95% !important;
  }
  #delovnik h1.text-center {
    font-size: 34px !important;
  }
  #delovnik .content .text-wrap {
    font-size: 17px !important;
    padding: 20px;
    margin-top: 60px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  #delovnik .header {
    padding: 30px !important;
  }
  #delovnik .header h1 {
    font-size: 30px;
  }
  #delovnik .main-banner {
    background-position: 85% !important;
  }
  #delovnik .main-banner .header {
    bottom: -60px !important;
    padding: 20px !important;
    width: 90% !important;
  }
  #delovnik h1 {
    font-size: 30px !important;
  }
  #delovnik .header h1 {
    font-size: 30px;
  }
  #delovnik .content .text-wrap {
    margin-top: 90px !important;
    margin-bottom: 30px !important;
  }
  #delovnik .text-wrap,
  #delovnik .text-wrap p {
    font-size: 17px !important;
  }
  #delovnik .content .text-wrap p {
    margin-bottom: 20px !important;
  }
  #delovnik ol {
    margin: 0 !important;
  }
}
/*#endregion Delovnik za rabota na odborot na dirketori*/
/*#region Upravuvanje so rizik*/
#rizik {
  position: relative;
  width: 100%;
  height: 100%;
}
#rizik .main-banner {
  position: relative;
  background-image: url(/content/images/za-kompanijata/odnosi-so-investitori/korporativno-upravuvanje-banner.png);
  background-size: cover;
  height: 520px;
  background-position: 80%;
  background-repeat: no-repeat;
}
#rizik .main-banner .container {
  position: relative;
  height: 100%;
}
#rizik .main-banner .header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: #fff;
  box-shadow: 0px 30px 89px #0000001a;
  padding: 30px 50px;
  width: 80%;
  margin: 0 auto;
}
#rizik h1.text-center {
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 30px;
  color: #000000;
}
#rizik .content .text-wrap {
  font-size: 18px;
  margin-top: 125px;
  margin-bottom: 40px;
}
#rizik .content .text-wrap h2 {
  color: #e20074;
  margin-bottom: 25px;
  text-align: center;
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #rizik .main-banner {
    background-position: 80% !important;
  }
  #rizik .main-banner .header {
    bottom: -60px !important;
    padding: 35px !important;
    width: 95% !important;
  }
  #rizik h1.text-center {
    font-size: 34px !important;
  }
  #rizik .content .text-wrap {
    font-size: 17px !important;
    padding: 20px;
    margin-top: 100px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  #rizik h2 {
    font-size: 24px;
  }
  #rizik .main-banner {
    background-position: 85% !important;
  }
  #rizik .header {
    padding: 30px !important;
    width: 90% !important;
  }
  #rizik h1 {
    font-size: 30px !important;
  }
  #rizik .content .text-wrap {
    font-size: 17px !important;
    margin-top: 90px !important;
    margin-bottom: 30px !important;
  }
  #rizik .text-wrap p {
    font-size: 17px !important;
  }
}
/*#endregion Upravuvanje so rizik*/
/*#region Revizori*/
#revizori {
  position: relative;
  width: 100%;
  height: 100%;
}
#revizori .main-banner {
  position: relative;
  background-image: url(/content/images/za-kompanijata/odnosi-so-investitori/investor-relations.jpg);
  background-size: cover;
  height: 520px;
  background-position: center;
  background-repeat: no-repeat;
}
#revizori .main-banner .container {
  position: relative;
  height: 100%;
}
#revizori .main-banner .header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: #fff;
  box-shadow: 0px 30px 89px #0000001a;
  padding: 30px 50px;
  width: 80%;
  margin: 0 auto;
}
#revizori h1.text-center {
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 30px;
  color: #000000;
}
#revizori .content .text-wrap {
  font-size: 18px;
  margin-top: 125px;
  margin-bottom: 40px;
}
#revizori .content .text-wrap .white-box {
  min-height: 100%;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.07);
  padding: 40px;
}
#revizori ol {
  list-style-type: none;
  padding-left: 15px;
}
#revizori .content .text-wrap ol li {
  counter-increment: li;
  padding: 10px;
  line-height: 1.4;
}
#revizori ol li::before {
  content: counter(li) ". ";
  color: #E20074;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  position: relative;
  left: -7px;
  font-weight: bold;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #revizori .main-banner {
    background-position: 80% !important;
  }
  #revizori .main-banner .header {
    bottom: -55px !important;
    padding: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #revizori .main-banner {
    background-position: 85% !important;
  }
  #revizori .main-banner .header {
    bottom: -50px !important;
    padding: 30px !important;
    width: 95% !important;
  }
  #revizori h1.text-center {
    font-size: 34px !important;
  }
  #revizori .content .text-wrap {
    font-size: 17px !important;
    padding: 20px;
    margin-top: 60px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  #revizori .main-banner .header {
    padding: 30px !important;
  }
  #revizori h1 {
    font-size: 30px;
  }
  #revizori .main-banner {
    background-position: 88% !important;
  }
  #revizori .main-banner .header {
    bottom: -45px !important;
    padding: 20px !important;
    width: 90% !important;
  }
  #revizori h1 {
    font-size: 30px !important;
  }
  #revizori .header h1 {
    font-size: 30px;
  }
  #revizori .content .text-wrap {
    margin-top: 90px !important;
    margin-bottom: 30px !important;
  }
  #revizori .text-wrap,
  #revizori .text-wrap p {
    font-size: 17px !important;
  }
  #revizori .content .text-wrap p {
    margin-bottom: 20px !important;
  }
  #revizori ol {
    margin: 0 !important;
  }
  #revizori .content .text-wrap .white-box {
    padding: 25px !important;
  }
}
/*#endregion Revizori*/
/*#region Objavi*/
#objavi h2 {
  margin: 0 !important;
  color: #E20074;
  margin: 50px 0px 30px 0px;
  text-transform: uppercase;
  font-family: 'TeleNeo';
  font-weight: 700;
  padding-top: 50px;
  font-size: 30px;
}
#objavi h3 {
  font-size: 19px;
  font-family: 'TeleNeo';
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0 !important;
}
#objavi .quality-box {
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.07);
  position: relative;
  margin: 30px 0;
  transition: ease-in-out 500ms;
}
#objavi .quality-box a {
  font-size: 18px;
  padding: 25px !important;
  display: block;
  width: 100%;
  font-family: 'TeleNeo';
  font-weight: 500;
  color: #202020;
  padding-top: 40px;
}
#objavi .quality-box a.pdf:after,
#objavi .mb-wrapper a.pdf:after {
  content: " (.pdf)";
  height: 50px;
  width: 50px;
  font-size: 14px;
  opacity: 0.7;
}
#objavi .quality-box .info-quartal {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  background-color: #E20074;
  color: white;
  padding: 5px 10px;
}
#objavi .toggle-box {
  margin-bottom: 20px;
}
#objavi .toggle-box a {
  color: #333;
  font-family: 'TeleNeo';
  font-weight: 700;
  font-size: 18px;
  background-color: #f2f2f2;
  padding: 10px 20px;
  margin-top: 20px;
  position: relative;
  padding-left: 35px;
  margin: 20px 0 0 0;
  display: block;
}
#objavi .toggle-box a:last-child {
  margin-bottom: 20px;
}
#objavi .toggle-box a:before {
  content: ']$';
  font-family: 'teleicon-outline';
  position: absolute;
  color: #e20074;
  font-size: 22px;
  top: 9px;
  left: 10px;
  margin: auto;
  transform: rotateZ(-180deg);
  transition-property: transform;
  transition-duration: 0.5s;
}
#objavi .toggle-box a.collapsed:before {
  transform: rotateZ(0deg);
}
#objavi .mb-box a,
#arhiva .mb-box a,
#sednici .archive-text a {
  background-color: white;
  padding: 0;
  margin-top: 0;
  font-size: 18px;
  font-family: 'TeleNeo';
  font-weight: 400;
  color: #333;
  display: block;
  padding-left: 30px;
  margin: 0;
  position: relative;
}
#objavi .mb-box a:before,
#arhiva .mb-box a:before,
#sednici .archive-text a:before {
  content: "";
  width: 15px;
  height: 30px;
  background-image: url('/content/images/link-magenta.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 10px;
  background-position: center;
  top: 0;
  bottom: 0;
  margin: auto;
}
#objavi .mb-box,
#arhiva .mb-box {
  padding-left: 35px;
  margin-bottom: 60px;
}
#objavi .mb-box a:hover,
#objavi .mb-box a:focus,
#arhiva .mb-box a:hover,
#arhiva .mb-box a:focus,
#sednici .archive-text a:hover,
#sednici .archive-text a:focus {
  text-decoration: underline;
}
#objavi .mb-box h3 span,
#arhiva .mb-box h3 span {
  color: #e20074;
  font-family: 'TeleNeo';
  font-weight: 700;
}
#objavi a.moreless-button {
  width: auto;
  display: inline-block;
  margin: 10px auto 0 auto;
  text-align: center;
  position: relative;
  left: 0;
  right: 0;
  padding: 8px 15px;
}
#objavi a.moreless-button:hover {
  text-decoration: none;
}
#objavi .wrapper-link {
  text-align: center;
  margin-bottom: 30px;
}
#objavi .panel-default {
  border-bottom: 0 !important;
  box-shadow: none;
  border: unset;
  background-image: none;
}
#objavi .quality-box {
  margin: 20px 0;
}
@media (max-width: 1199px) {
  #objavi .main-banner {
    height: 300px;
  }
  #objavi h1 {
    padding: 3% 4%;
    bottom: -45px;
  }
}
@media (max-width: 767px) {
  #objavi .content {
    margin-top: 0px;
  }
  #objavi .main-banner {
    margin-bottom: 60px !important;
    background-position: 60%;
  }
  #objavi h2 {
    font-size: 22px;
  }
  #objavi .list-wrap {
    flex-direction: column;
  }
  #objavi .wrapper {
    width: 100%;
  }
  #objavi h3 {
    margin-top: 10px;
  }
  #objavi .mb-box,
  #arhiva .mb-box {
    padding-left: 15px;
  }
  #objavi h2 {
    padding-top: 20px;
  }
  #objavi a.moreless-button {
    margin: 15px auto 0 auto;
  }
  #objavi h1 {
    bottom: -60px;
  }
}
@media (min-width: 400px) and (max-width: 587px) {
  #objavi h1 {
    bottom: -60px;
  }
}
@media (min-width: 320px) and (max-width: 400px) {
  #objavi h1 {
    bottom: -50px;
  }
  #objavi .mb-box,
  #arhiva .mb-box {
    padding-left: 0;
  }
}
/*#endregion Objavi*/
/*#region Objavi arhiva*/
#arhiva h1 {
  font-family: 'TeleNeo';
  font-weight: 700;
  font-size: 30px;
  color: #e20074;
}
#objavi .mb-box h2,
#arhiva h1 {
  padding: 40px 30px;
  background-color: #F5F7F9;
  margin: 20px 0 30px !important;
  background: linear-gradient(90deg, #F5F7F9, #f5f7f9 47%);
}
#arhiva .mb-box h2 {
  font-size: 20px;
  font-family: 'TeleNeo';
  font-weight: 700;
}
#objavi .mb-box .wrapper {
  padding: 0 30px;
}
#objavi ol.carousel-indicators li {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  cursor: pointer;
  text-indent: unset;
  background: none;
  text-align: left;
  font-size: 20px;
  font-family: 'TeleNeo';
  font-weight: 700;
  padding: 5px 0;
  position: relative;
  margin: 20px 0;
  text-align: center;
}
#objavi ol.carousel-indicators li:hover,
#objavi ol.carousel-indicators li.active {
  color: #e20074;
}
#objavi ol.carousel-indicators li:after {
  content: "";
  width: 60%;
  height: 2px;
  background-color: #d0d0d0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#objavi ol.carousel-indicators li:hover:after,
#objavi ol.carousel-indicators li.active:after {
  background-color: #e20074;
}
#objavi .indicators {
  bottom: 0;
  position: relative;
  margin-left: 0 !important;
  width: 100%;
  left: auto;
}
#objavi ol.carousel-indicators {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto !important;
  list-style: none;
  z-index: 2;
  height: 100%;
}
#objavi .mb-box h3:first-of-type {
  margin-top: 0 !important;
}
#objavi .carousel h2 {
  padding: 30px;
}
#objavi .carousel h4 {
  font-family: 'TeleNeo';
  font-weight: 700;
  margin-bottom: 5px;
}
#objavi .carousel i {
  position: relative;
  font-size: 32px;
  color: #181818;
  text-align: left;
  top: 20px;
}
#objavi .carousel ol button {
  color: #4b4b4b;
  font-size: 34px;
  text-shadow: none !important;
  background-color: transparent !important;
}
@media only screen and (max-width: 767px) {
  #objavi .indicators {
    margin-bottom: 40px;
  }
  #objavi ol.carousel-indicators {
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
  }
  #objavi ol.carousel-indicators li {
    width: auto;
    margin: 10px;
  }
}
/*#endregion Objavi arhiva*/
/*#region Sednici*/
.btn-magen {
  padding: 8px 20px !important;
  font-size: 17px !important;
  border-radius: 4px !important;
  margin-top: 20px;
}
.btn-magen:hover {
  border: 0 !important;
}
#sednici {
  position: relative;
  width: 100%;
  height: 100%;
}
#sednici .main-banner {
  position: relative;
  background-image: url('/content/images/za-kompanijata/odnosi-so-investitori/timg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 520px;
  background-position: center;
}
#sednici .main-banner .container {
  position: relative;
  height: 100%;
}
#sednici .main-banner .header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: #fff;
  box-shadow: 0px 30px 89px #0000001a;
  padding: 30px 50px;
  width: 80%;
  margin: 0 auto;
}
#sednici h1.text-center {
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 30px;
  color: #000000;
}
#sednici .content .wrapper {
  font-size: 18px;
  margin-top: 125px;
  margin-bottom: 40px;
}
#sednici .content .wrapper .white-box {
  min-height: 100%;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.07);
  padding: 40px;
}
#sednici .content h2 {
  color: #e20074;
  margin: 0px 0 30px 0;
  text-transform: uppercase;
  font-family: 'TeleNeo';
  font-weight: 700;
  padding-top: 50px;
}
#sednici .quality-box {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.07);
  position: relative;
  margin: 30px 0;
  transition: ease-in-out 500ms;
}
#sednici .quality-box a {
  display: block;
  width: 100%;
  font-family: 'TeleNeo';
  font-weight: 500;
  color: #202020;
  padding-top: 10px;
  padding: 20px;
}
#sednici .quality-box .info-quartal {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  background-color: #e20074;
  color: #fff;
  padding: 3px 0px;
  min-width: 110px;
  text-align: center;
}
#sednici .quality-box .info-quartal span {
  padding: 0 6px;
}
#sednici .quality-box .info-quartal span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
#sednici .sednici-more,
#sednici .arhiva-more {
  text-align: center;
  margin-bottom: 30px;
}
#sednici .sednici-more .show-more,
#sednici .arhiva-more .show-more {
  padding-top: 45px;
  cursor: pointer;
  font-size: 18px;
  display: block !important;
  transition: all ease-in 0.3s;
}
#sednici .sednici-more .show-less,
#sednici .arhiva-more .show-less {
  padding-top: 45px;
  cursor: pointer;
  font-size: 18px;
  display: block;
}
#sednici .arhiva-more {
  padding-top: 45px;
  cursor: pointer;
  font-size: 18px;
  display: block !important;
  transition: all ease-in 0.3s;
}
#sednici .sednici-more .show-more:after,
#sednici .arhiva-more:after {
  content: '';
  display: block;
  clear: both;
  background-image: url('/content/images/all-inOne/arrow-down-magenta.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 30px;
  margin: 15px auto;
  margin-top: -48px;
  transition: all ease-in 0.3s;
}
#sednici .sednici-more .show-more.xz:after {
  margin-top: -60px;
  transform: rotate(180deg);
  transition: all ease-in 0.3s;
}
#sednici .sednici-more .show-less:after {
  content: '';
  display: block;
  clear: both;
  background-image: url(/content/images/all-inOne/arrow-up-magenta.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 30px;
  margin: 15px auto;
  margin-top: -48px;
}
#sednici .quality-box.hidden {
  transition: all 1s linear;
}
#sednici .quality-box.less {
  display: none;
}
#sednici a.show-more,
a.show-less {
  color: #000000;
}
#sednici .wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
#sednici .wrapper .archive-text {
  margin: 60px 0px;
  font-size: 18px;
}
#sednici .wrapper .archive-text a {
  padding-left: 35px;
}
#sednici .wrapper .archive-text h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'TeleNeo';
  font-weight: 700;
  margin: 30px 0 50px;
  font-size: 35px;
}
#sednici .sednici-more a.btn.btn-magen {
  font-size: 18px;
}
@media (min-width: 1200px) and (max-width: 1550px) {
  #sednici .main-banner {
    background-position: 15% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #sednici .main-banner {
    background-position: 15% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #sednici .main-banner {
    background-position: 15% !important;
  }
}
@media (max-width: 767px) {
  #sednici .main-banner .header {
    padding: 30px !important;
  }
  #sednici h1 {
    font-size: 30px;
  }
  #sednici .main-banner {
    background-position: 80% !important;
  }
  #sednici .main-banner .header {
    bottom: -45px !important;
    padding: 20px !important;
    width: 90% !important;
  }
  #sednici h1 {
    font-size: 30px !important;
  }
  #sednici .content .text-wrap {
    margin-top: 90px !important;
    margin-bottom: 30px !important;
  }
  #sednici .text-wrap,
  #sednici .text-wrap p {
    font-size: 17px !important;
  }
  #sednici .content .text-wrap p {
    margin-bottom: 20px !important;
  }
  #sednici ol {
    margin: 0 !important;
  }
  #sednici .content .text-wrap .white-box {
    padding: 25px !important;
  }
  #sednici .quality-box a {
    padding-top: 40px;
  }
  #sednici .quality-box .info-quartal {
    min-width: 100px !important;
    font-size: 17px;
  }
}
/*#endregion Sednici*/
/*#region Glaven izvrshen direktor*/
#izvrshen-direktor {
  position: relative;
  width: 100%;
  height: 100%;
}
#izvrshen-direktor .main-banner {
  position: relative;
  background-image: url(/content/images/za-kompanijata/odnosi-so-investitori/investor-relations.jpg);
  background-size: cover;
  height: 520px;
  background-position: center;
  background-repeat: no-repeat;
}
#izvrshen-direktor .main-banner .container {
  position: relative;
  height: 100%;
}
#izvrshen-direktor .main-banner .header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: #fff;
  box-shadow: 0px 30px 89px #0000001a;
  padding: 30px 50px;
  width: 80%;
  margin: 0 auto;
}
#izvrshen-direktor h1.text-center {
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 30px;
  color: #000000;
}
#izvrshen-direktor .content .text-wrap {
  font-size: 18px;
  margin-top: 125px;
  margin-bottom: 40px;
}
#izvrshen-direktor .content .text-wrap p {
  line-height: 1.2;
  margin-bottom: 30px;
}
#izvrshen-direktor .content .text-wrap ul li {
  margin-bottom: 15px;
  margin-left: 0;
}
@media (max-width: 767px) {
  #izvrshen-direktor .main-banner {
    background-position: 90%;
  }
  #izvrshen-direktor .main-banner .header {
    bottom: -60px !important;
    padding: 20px !important;
    width: 90% !important;
  }
  #izvrshen-direktor h1 {
    font-size: 30px !important;
  }
  #izvrshen-direktor .header h1 {
    font-size: 30px;
  }
  #izvrshen-direktor .content .text-wrap {
    margin-top: 90px !important;
    margin-bottom: 30px !important;
  }
  #izvrshen-direktor .text-wrap,
  #izvrshen-direktor .text-wrap p {
    font-size: 17px !important;
  }
  #izvrshen-direktor .content .text-wrap p {
    margin-bottom: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #izvrshen-direktor .main-banner {
    background-position: 80% !important;
  }
  #izvrshen-direktor .main-banner .header {
    bottom: -50px !important;
    padding: 30px !important;
    width: 95% !important;
  }
  #izvrshen-direktor h1.text-center {
    font-size: 34px !important;
  }
  #izvrshen-direktor .content .text-wrap {
    font-size: 17px !important;
    padding: 20px;
    margin-top: 60px !important;
    margin-bottom: 10px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #izvrshen-direktor .main-banner {
    background-position: 80% !important;
  }
}
/*#endregion Glaven izvrshen direktor*/
/*#region Kalendar na nastani*/
#kalendar {
  position: relative;
  width: 100%;
  height: 100%;
}
#kalendar .main-banner {
  position: relative;
  background-image: url(/content/images/za-kompanijata/odnosi-so-investitori/korporativno-upravuvanje-banner.png);
  background-size: cover;
  height: 520px;
  background-position: 80%;
  background-repeat: no-repeat;
}
#kalendar .main-banner .container {
  position: relative;
  height: 100%;
}
#kalendar .main-banner .header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -60px;
  background-color: #fff;
  box-shadow: 0px 30px 89px #0000001a;
  padding: 30px 50px;
  width: 80%;
  margin: 0 auto;
}
#kalendar h1.text-center {
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 30px;
  color: #000000;
}
#kalendar .content .wrapper {
  font-size: 18px;
  margin-top: 125px;
  margin-bottom: 40px;
}
#kalendar .content .wrapper .white-box {
  min-height: 100%;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.07);
  padding: 40px;
}
#kalendar .finansii .quality-box a {
  cursor: default;
  text-decoration: none;
}
#kalendar .quality-box {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.07);
  position: relative;
  margin: 30px 0;
  transition: ease-in-out 500ms;
}
#kalendar .quality-box p,
#kalendar .quality-box a {
  display: block;
  width: 100%;
  font-family: 'TeleNeo';
  font-weight: 500;
  color: #202020;
  padding-top: 10px;
  padding: 20px;
  padding-right: 140px;
  height: 100%;
  line-height: 1.2;
  text-decoration: none;
}
#kalendar .quality-box .info-quartal {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  background-color: #e20074;
  color: #fff;
  padding: 3px 0px;
  min-width: 110px;
  text-align: center;
}
#kalendar .quality-box .info-quartal span {
  padding: 0 6px;
}
#kalendar .quality-box .info-quartal span + span {
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
#kalendar .year2014 .quality-box a:after {
  content: " (.pdf)";
  height: 50px;
  width: 50px;
  font-size: 14px;
  opacity: 0.7;
}
#kalendar .quality-box .archive-text a:after {
  content: " ";
  height: 50px;
  width: 50px;
  font-size: 14px;
  opacity: 0.7;
}
#kalendar .content h2 {
  color: #e20074;
  margin: 0px 0 30px 0;
  text-transform: uppercase;
  font-family: 'TeleNeo';
  font-weight: 700;
  padding-top: 50px;
  font-size: 30px;
}
#kalendar .quality-box.hidden {
  transition: all 1s linear;
}
#kalendar .quality-box.less {
  display: none;
}
#kalendar .wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}
#kalendar .wrapper .archive-text {
  margin-top: 60px;
  font-size: 18px;
}
#kalendar .wrapper .archive-text h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: 'TeleNeo';
  font-weight: 700;
  margin: 30px 0 50px;
  font-size: 35px;
}
#kalendar .kalendar-more a.btn.btn-magen {
  font-size: 18px;
}
#kalendar .archive-text .quality-box a {
  padding-left: 70px;
  display: block;
  width: 100%;
  color: #202020;
  padding-top: 25px;
  padding-bottom: 25px;
}
#kalendar .archive-text .quality-box a:before {
  content: '';
  position: absolute;
  top: -15px;
  width: 100px;
  height: 100px;
  background-image: url(/content/images/link-magenta.png);
  background-repeat: no-repeat;
  background-position: center;
  left: -10px;
}
@media (max-width: 767px) {
  #kalendar .main-banner {
    background-position: 85% !important;
  }
  #kalendar .main-banner .header {
    bottom: -45px !important;
    padding: 20px !important;
    width: 90% !important;
  }
  #kalendar h1 {
    font-size: 30px !important;
  }
  #kalendar .content h2 {
    margin: 0px 0 20px 0 !important;
    padding-top: 0px !important;
    font-size: 26px !important;
  }
  #kalendar .content .wrapper {
    margin-top: 80px !important;
  }
  #kalendar .content .text-wrap {
    margin-top: 90px !important;
    margin-bottom: 30px !important;
  }
  #kalendar .text-wrap,
  #kalendar .text-wrap p {
    font-size: 17px !important;
  }
  #kalendar .content .text-wrap p {
    margin-bottom: 20px !important;
  }
  #kalendar ol {
    margin: 0 !important;
  }
  #kalendar .content .text-wrap .white-box {
    padding: 25px !important;
  }
  #kalendar .quality-box p,
  #kalendar .quality-box a {
    padding-top: 50px;
    padding-right: 0;
    font-size: 17px;
  }
  #kalendar .quality-box .info-quartal {
    min-width: 100px !important;
    font-size: 17px;
  }
}
/*#endregion Kalendar na nastani*/
/*#region pres centar new design*/
/*#region news sednici design*/
.news-intro-sednici {
  position: relative;
  height: 280px;
  margin: 20px 0 20px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 30px 0;
}
.news-intro-sednici.informacii {
  display: block;
  height: 150px;
}
.news-intro-sednici.informacii .news-intro-title {
  width: 100%;
}
.news-intro-sednici h2 {
  color: black;
  background: transparent;
  display: block;
  float: none;
  width: auto !important;
  margin: 0;
  font-size: 17px !important;
  font-weight: normal;
  top: 0px;
  position: absolute;
  left: 0;
  padding: 0 25px 0 0 !important;
  letter-spacing: 0.5px;
}
.news-intro-sednici .news-intro-title {
  position: relative;
  width: 65%;
  display: inline;
  float: left;
  padding-right: 50px;
  height: 100%;
}
.news-intro-sednici .news-intro-title h4,
.news-intro-sednici .vraboteni-content h4 {
  margin-top: 20px;
  font-size: 20px;
  font-family: 'TeleNeo';
  font-weight: 700;
  color: #202020;
  padding-top: 20px;
}
.news-intro-sednici .vraboteni-content p {
  font-size: 17px;
}
.news-intro-sednici .news-intro-title p {
  font-size: 17px;
}
.wrapper-sednici.informacii .news-intro-title .more {
  bottom: 0;
}
.news-intro-sednici .news-intro-title .more {
  position: absolute;
  bottom: 25px;
  font-size: 18px;
  color: #007FAF;
  font-family: 'TeleNeo';
  font-weight: 400;
}
.news-intro-sednici .news-intro-title .more a,
.news-intro-sednici .more a {
  position: relative;
  padding-left: 20px;
  font-size: 19px;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  color: #00a0de;
}
.news-intro-sednici .news-intro-title .more a:hover {
  text-decoration: none;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  transform: scaleX(1);
  color: black;
}
.news-intro-sednici .news-intro-title .more a:focus,
.news-intro-sednici .news-intro-title .more a:visited {
  text-decoration: none;
}
.news-intro-sednici .news-intro-title .more a:before,
.news-intro-sednici .more a:before {
  content: '%';
  position: absolute;
  font-family: 'teleIcon-outline' !important;
  left: 0;
  transform: rotate(180deg);
  font-size: 22px;
  top: -4px;
  display: block;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
}
.news-intro-sednici .news-intro-title .more a:after,
.news-intro-sednici .more a:after {
  display: block;
  content: '';
  border-bottom: 1px solid #019fb6;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}
.news-intro-sednici .news-intro-title .more a:hover:after {
  transform-origin: 50% 50%;
  transform: scale(1);
}
.news-intro-sednici h2 {
  padding: 0;
  width: 100%;
  border-bottom: none #D0D0D0;
  text-transform: none;
  font-size: 18px;
  line-height: 1.2;
}
.wrapper-sednici {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.wrapper-sednici .btn-group.new-pg {
  position: relative;
  display: inline-block;
  display: flex;
  width: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  float: right;
}
.wrapper-sednici .btn-group.new-pg .btn {
  height: 27px !important;
  width: 27px !important;
  padding: 4px 9px;
  border: none;
  border-radius: 0 !important;
  margin-right: 5px;
}
.wrapper-sednici .btn-group.new-pg .btn:hover {
  background-color: #e20074 !important;
  color: white !important;
}
.wrapper-sednici .btn-group.new-pg .btn.btn-default {
  background-color: transparent !important;
  color: #666 !important;
}
.wrapper-sednici .btn-group.new-pg .btn.btn-default:hover {
  background-color: #e20074 !important;
  color: white !important;
}
.wrapper-sednici .btn-group.new-pg .btn.btn-link {
  background-color: #e20074;
  color: white;
}
.news-images {
  position: relative;
  width: 35%;
  display: inline;
  float: left;
  height: 100%;
}
.news-images img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*#endregion sednici design*/
/*#region pres centar lp*/
.pres-centar-redesign .main-banner {
  position: relative;
  background-image: url(/content/images/pres-centar-redesign/pres-centar-banner-new.jpg);
  height: 60vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.pres-centar-redesign .container {
  position: relative;
}
.pres-centar-redesign .gray-ab-box {
  position: absolute;
  right: 0;
  background: #e7e8f6;
  padding: 30px 50px;
  width: 35%;
  z-index: 2;
  bottom: 30%;
}
.pres-centar-redesign .gray-ab-box .e-mail-box {
  padding-left: 45px;
  position: relative;
}
.pres-centar-redesign .gray-ab-box .e-mail-box:before {
  content: '\f422';
  position: absolute;
  font-family: 'Ionicons';
  left: 0;
  font-size: 40px;
  top: -9px;
}
.pres-centar-redesign .gray-ab-box h2 {
  padding: 0;
  font-family: 'TeleNeo';
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 23px;
}
.pres-centar-redesign .title h1 {
  padding: 5% 0 3% !important;
  margin: 0 !important;
  color: black !important;
  text-align: left !important;
}
.pres-centar-header h2 {
  position: relative;
  font-size: 26px;
  font-family: 'TeleNeo';
  font-weight: 700;
  color: black;
  margin: 35px 0 40px;
  padding: 0 25px 0 0;
}
.pres-centar-redesign ruby b {
  font-size: 18px;
}
.pres-centar-redesign ruby b a {
  color: #00a0de;
  text-decoration: underline;
}
.pres-centar-redesign ruby b a:hover {
  color: black;
  text-decoration: none;
}
.pres-centar-redesign ruby rt {
  text-align: left;
  font-size: 16px;
  color: #969696;
}
.more-link-mb {
  position: relative;
  margin: 0 0 50px 0;
  text-align: center;
}
.more-link-mb .btn-magenta {
  background: #e20074;
  color: white;
  font-size: 18px;
  padding: 7px 30px;
  display: inline;
}
.more-link-mb .btn-arhiva {
  color: #007FAF;
  position: relative;
  text-decoration: underline;
  padding: 7px 30px;
  font-size: 18px;
}
.more-link-mb .btn-arhiva:before {
  content: '';
  background-image: url(/content/images/pres-centar-redesign/archive.png);
  background-size: contain;
  width: 20px;
  height: 17px;
  left: 0;
  bottom: 10px;
  position: absolute;
  background-repeat: no-repeat;
}
div#carousel-fotogallery,
#carousel-fotogallery-mobile {
  position: relative;
  margin-bottom: 60px;
  height: auto;
  padding: 0 3%;
}
div#carousel-fotogallery .carousel-inner .col-sm-3,
#carousel-fotogallery-mobile .carousel-inner .col-sm-3 {
  padding: 0 5px;
}
div#carousel-fotogallery .carousel-control,
#carousel-fotogallery-mobile .carousel-control {
  position: absolute;
  top: 30%;
  bottom: 0;
  width: 3%;
  color: #5d5d5d;
  text-align: center;
  text-shadow: none;
  opacity: 0.5;
  font-size: 30px;
}
div#carousel-fotogallery .carousel-control:hover,
#carousel-fotogallery-mobile .carousel-control:hover {
  opacity: 1;
  color: #5d5d5d;
}
.wrapper-sednici {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.wrapper-sednici.informacii .news-intro-sednici {
  position: relative;
  height: 240px;
  margin: 20px 0 20px;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 30px 0;
  flex-direction: row;
}
.wrapper-sednici.informacii .news-intro-title {
  position: relative;
  width: 100%;
}
.wrapper-sednici .btn-group.new-pg {
  position: relative;
  display: inline-block;
  display: flex;
  width: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  float: right;
}
.info-gray-bg {
  position: relative;
  background-color: #f8f8f8;
}
.info-gray-bg .news-intro-sednici {
  border-bottom: 0;
}
.info-gray-bg .news-intro-sednici:after {
  content: '';
  position: absolute;
  width: 95%;
  left: 0;
  right: 0;
  height: 1px;
  margin: 0 auto;
  background-color: #d6d6d6;
  bottom: 0;
}
@media (max-width: 767px) {
  .pres-centar-redesign .main-banner {
    height: 300px;
  }
  .pres-centar-redesign .gray-ab-box {
    position: relative;
    width: 100%;
    bottom: 60px;
  }
  .pres-centar-redesign .title h1 {
    text-align: center !important;
  }
  .pres-centar-header h2 {
    padding: 0 25px;
    font-size: 21px;
  }
  .news-intro-sednici {
    display: block;
    height: auto;
    margin: 20px 0 30px;
  }
  .news-intro-sednici h2 {
    top: -10px;
  }
  .news-intro-sednici .news-intro-title h4 {
    padding-top: 20px;
  }
  .news-intro-sednici .news-intro-title {
    position: relative;
    width: 100%;
    display: block;
    float: none;
    height: auto;
    margin-bottom: 30px;
    padding-right: 0;
  }
  .news-intro-sednici .news-intro-title .more {
    position: relative;
    bottom: 0;
  }
  .news-images {
    position: relative;
    width: 100%;
    display: block;
    float: none;
    height: 100%;
  }
  .carousel-inner .col-sm-3 {
    padding: 10px 25px;
  }
  div#carousel-fotogallery {
    padding: 0 5%;
  }
  div#carousel-fotogallery .carousel-control,
  #carousel-fotogallery-mobile .carousel-control {
    width: 5%;
    top: 40%;
  }
  div#carousel-fotogallery .carousel-inner .col-sm-3,
  #carousel-fotogallery-mobile .carousel-inner .col-sm-3 {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pres-centar-redesign .main-banner {
    height: 40vh;
  }
  .pres-centar-redesign .gray-ab-box {
    width: 45%;
  }
}
/*#endregion pres centar lp*/
/*#region informacii lp*/
.informacii-redesign .main-banner {
  position: relative;
  background-image: url(/content/images/pres-centar-redesign/pres-centar-banner-new.jpg);
  height: 60vh;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.informacii-redesign .white-bg.absolute {
  position: relative;
  width: 100% !important;
  left: 0;
  right: 0;
  bottom: 70px;
  padding: 30px 40px;
  margin-bottom: 40px;
  box-shadow: 0 0 35px 7px #00000014;
  -moz-box-shadow: 0 0 35px 7px #00000014;
  -webkit-box-shadow: 0 0 35px 7px #00000014;
}
.informacii-redesign .white-bg.absolute h1 {
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .informacii-redesign .main-banner {
    height: 300px;
  }
  .informacii-redesign .white-bg.absolute {
    padding: 20px;
    bottom: 60px;
  }
}
/*#endregion informacii lp*/
/*#endregion pres centar new design*/
/*#region inner-corporate landing*/
#companyContent .wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.inner-cont-corporate {
  padding-left: 120px;
  width: 90%;
  position: relative;
  padding-top: 40px;
  margin-bottom: 80px;
}
.inner-cont-corporate h2 {
  width: 80%;
  position: relative;
  font-size: 27px;
  margin-bottom: 70px;
}
.inner-cont-corporate h2:before {
  content: "";
  width: 69px;
  height: 2px;
  background: #e20074;
  display: block;
  position: absolute;
  left: -120px;
  top: 17px;
}
.related-articles {
  padding-top: 40px;
}
.inner-cont-corporate iframe {
  width: 100%;
}
.full-content-corporate h3 {
  font-family: 'TeleNeo';
  font-weight: 500;
  margin-bottom: 25px;
  color: black;
  font-size: 21px;
}
.full-content-corporate ol li,
.full-content-corporate ul li {
  font-size: 18px;
  margin: 10px 0;
}
.inner-cont-corporate h3 + p > img {
  padding: 10px 0 30px;
}
.inner-cont-corporate p,
.inner-cont-corporate ul li {
  font-size: 17px;
}
.inner-cont-corporate img {
  margin: 0 auto;
  display: block;
  padding: 25px 0 30px;
}
.inner-cont-corporate img.qr {
  position: relative;
  margin: 0 !important;
  width: 100px;
}
.inner-cont-corporate img.button {
  margin: 0 !important;
  width: 160px;
}
.inner-cont-corporate p.links {
  position: relative;
  width: 50%;
  display: inline;
  float: left;
}
.inner-cont-corporate a.mob-icon-zoo {
  position: relative;
  margin: 0 65px;
}
.inner-cont-corporate a.mob-icon-zoo img {
  position: relative;
  display: inline-block;
  width: 130px;
}
.inner-cont-corporate img.mob-qr-zoo {
  position: relative;
  display: block;
  width: 130px;
  margin: 0;
}
.inner-corporate-title {
  position: relative;
}
.inner-cont-corporate .date {
  display: block;
  text-align: left;
  color: #b6b6b6;
  position: absolute;
  left: -120px;
  top: 30px;
  font-size: 17px;
}
.cont.full-content-corporate {
  margin-top: 0 !important;
}
#ns-content.companyContent .full-content-corporate .breadZ.affix {
  position: fixed;
  margin-bottom: 0;
}
#corporate-wrapper #share-buttons {
  position: relative;
  padding-bottom: 70px;
  margin-top: 30px;
}
#corporate-wrapper #share-buttons a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .full-content-corporate .breadZ.affix-top {
    position: relative !important;
    margin-bottom: 0;
  }
  .full-content-corporate .breadZ {
    -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 6px 0 8px;
    z-index: 999;
    background: white;
    min-height: inherit;
    border-top: 1px solid #eaeaea;
  }
  .full-content-corporate .breadZ h2 {
    font-size: 15px;
    text-transform: inherit;
    margin: 0;
    color: #383838;
    margin-top: 5px;
    display: inline-block;
  }
  #ns-content.companyContent .full-content-corporate .breadZ > .container {
    width: 1024px;
  }
}
@media (max-width: 767px) {
  .inner-cont-corporate {
    padding-left: 0;
    padding: 40px 5px 0px;
    width: 100%;
  }
  .inner-cont-corporate h2 {
    width: 100%;
    font-size: 21px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .inner-cont-corporate .date {
    position: relative;
    left: 0;
    top: 0;
    margin: 5px 0 20px;
  }
  .inner-cont-corporate img {
    padding: 15px 0 15px;
  }
  .inner-cont-corporate h3 + p > img {
    padding: 0px 0 20px;
  }
  .inner-cont-corporate h2:before {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
  }
}
/*#endregion inner-corporate landing*/
/*#region kariera redesign*/
#karieraRedesign.zaNas .main-image {
  position: relative;
  background-image: url('/content/images/kariera-lp/kariera-za-nas/za-nas-banner.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #karieraRedesign.zaNas .main-image {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #karieraRedesign.zaNas .main-image {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas .main-image {
    height: 200px;
  }
}
#karieraRedesign.zaNas .main-image .header {
  position: relative;
  height: 100%;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#karieraRedesign.zaNas .main-image .header h1 {
  font-size: 140px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  margin: 0;
  padding: 0;
  color: white;
  font-style: italic;
}
#karieraRedesign.zaNas .main-image .header h1 span {
  color: #e20074;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas .main-image .header h1 {
    font-size: 90px;
  }
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas .main-image .header h1 {
    font-size: 50px;
  }
}
#karieraRedesign.zaNas .slick-list,
#karieraRedesign.zaNas .slick-track {
  height: 100%;
}
#karieraRedesign.zaNas section {
  position: relative;
}
#karieraRedesign.zaNas section h2 {
  font-size: 55px;
  font-family: 'TeleNeo' !important;
  font-weight: 800 !important;
  padding: 0;
  margin-bottom: 30px;
  font-style: italic;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #karieraRedesign.zaNas section h2 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #karieraRedesign.zaNas section h2 {
    font-size: 40px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section h2 {
    font-size: 30px;
    margin-top: 30px;
  }
}
#karieraRedesign.zaNas section p {
  font-size: 21px;
  line-height: 1.2;
}
#karieraRedesign.zaNas section p.text-magenta {
  font-size: 24px;
  font-family: 'TeleNeo';
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section p.text-magenta {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section p {
    font-size: 18px;
  }
}
#karieraRedesign.zaNas section .flex {
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section .flex {
    flex-flow: column;
  }
}
#karieraRedesign.zaNas section .flex div {
  width: 40%;
  margin-right: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #karieraRedesign.zaNas section .flex div {
    width: 50%;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #karieraRedesign.zaNas section .flex div {
    width: 50%;
    margin-right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section .flex div {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
#karieraRedesign.zaNas section.working-with-us {
  z-index: 0;
  padding-bottom: 10%;
  padding: 3% 0 10%;
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section.working-with-us {
    margin-top: 0;
    padding: 3% 0 20%;
  }
}
#karieraRedesign.zaNas section.working-with-us:after {
  content: '';
  position: absolute;
  right: 0;
  width: 35%;
  bottom: 0;
  height: 100%;
  background-image: url('/content/images/kariera-lp/kariera-za-nas/new-work.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
#karieraRedesign.zaNas section.working-with-us h2 {
  color: black;
}
#karieraRedesign.zaNas section.employer-partner {
  padding: 5% 0 4%;
}
#karieraRedesign.zaNas section.employer-partner:before {
  content: "";
  position: absolute;
  left: 0;
  width: 35%;
  bottom: 0;
  height: 100%;
  background-image: url(/content/images/kariera-lp/kariera-za-nas/employer-partner.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
@media only screen and (min-width:1200px) and (max-width: 1595px) {
  #karieraRedesign.zaNas section.employer-partner:before {
    width: 50%;
    background-position: 80%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #karieraRedesign.zaNas section.employer-partner:before {
    width: 55%;
    background-position: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #karieraRedesign.zaNas section.employer-partner:before {
    top: 0;
    width: 100%;
    height: 45%;
    background-position: top 25% right;
  }
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section.employer-partner:before {
    display: none;
  }
}
#karieraRedesign.zaNas section.employer-partner .wrap {
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #karieraRedesign.zaNas section.employer-partner .wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section.employer-partner .wrap {
    flex-direction: column;
  }
}
#karieraRedesign.zaNas section.employer-partner .wrap .img {
  width: 50%;
}
@media only screen and (min-width:1200px) and (max-width: 1595px) {
  #karieraRedesign.zaNas section.employer-partner .wrap .img {
    width: 55%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #karieraRedesign.zaNas section.employer-partner .wrap .img {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #karieraRedesign.zaNas section.employer-partner .wrap .img {
    width: 100%;
    height: 420px;
  }
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section.employer-partner .wrap .img {
    width: 100%;
  }
}
#karieraRedesign.zaNas section.employer-partner .wrap .txt {
  width: 50%;
}
@media only screen and (min-width:1200px) and (max-width: 1595px) {
  #karieraRedesign.zaNas section.employer-partner .wrap .txt {
    width: 45%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #karieraRedesign.zaNas section.employer-partner .wrap .txt {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #karieraRedesign.zaNas section.employer-partner .wrap .txt {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section.employer-partner .wrap .txt {
    width: 100%;
  }
}
#karieraRedesign.zaNas section.employer-partner .wrap .txt .content-wrap {
  padding: 30px 0 0;
}
#karieraRedesign.zaNas section.employer-partner .wrap .txt .content-wrap .check-list svg {
  position: relative;
}
#karieraRedesign.zaNas section.employer-partner .wrap .txt .content-wrap .check-list strong {
  font-size: 19px;
  padding-left: 5px;
}
#karieraRedesign.zaNas section.our-culture {
  background-image: url('/content/images/kariera-lp/kariera-za-nas/section3-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10% 0 4%;
  background-position: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section.our-culture {
    padding: 3% 0;
  }
}
#karieraRedesign.zaNas section.our-culture .intro,
#karieraRedesign.zaNas section.our-culture .content-wrap {
  width: 80%;
  margin: 0 auto;
  color: white;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  #karieraRedesign.zaNas section.our-culture .intro,
  #karieraRedesign.zaNas section.our-culture .content-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
#karieraRedesign.zaNas section.our-culture .intro h3,
#karieraRedesign.zaNas section.our-culture .content-wrap h3 {
  font-size: 32px;
  font-family: 'TeleNeo' !important;
  font-weight: 700 !important;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #karieraRedesign.zaNas section.our-culture .intro h3,
  #karieraRedesign.zaNas section.our-culture .content-wrap h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section.our-culture .intro h3,
  #karieraRedesign.zaNas section.our-culture .content-wrap h3 {
    font-size: 25px;
  }
}
#karieraRedesign.zaNas section.our-culture .intro p,
#karieraRedesign.zaNas section.our-culture .content-wrap p {
  padding: 0 70px;
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section.our-culture .intro p,
  #karieraRedesign.zaNas section.our-culture .content-wrap p {
    padding: 0;
  }
}
#karieraRedesign.zaNas section.our-principles {
  background-image: url('/content/images/kariera-lp/kariera-za-nas/prostorii-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 10% 0 3%;
}
#karieraRedesign.zaNas section.our-principles h2 {
  color: black;
  text-align: center;
}
#karieraRedesign.zaNas section.our-principles p {
  text-align: center;
}
#karieraRedesign.zaNas section.what-we-offer {
  background-image: url('/content/images/kariera-lp/kariera-za-nas/prostorii-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 10% 0 3%;
}
#karieraRedesign.zaNas section.what-we-offer h2 {
  color: black;
  text-align: center;
}
#karieraRedesign.zaNas section.what-we-offer p {
  text-align: center;
}
#karieraRedesign.zaNas section.what-we-offer .carousel {
  overflow: hidden;
  height: 910px;
  margin: 100px 0 60px;
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section.what-we-offer .carousel {
    padding-bottom: 0px;
  }
}
#karieraRedesign.zaNas section.what-we-offer .carousel:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 240px;
  background: linear-gradient(269.78deg, #FBFBFB 0.18%, rgba(252, 252, 252, 0) 99.79%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: 2;
}
@media (min-width: 320px) and (max-width: 450px) {
  #karieraRedesign.zaNas section.what-we-offer .carousel:before {
    z-index: 0;
  }
}
#karieraRedesign.zaNas section.what-we-offer .carousel:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 240px;
  background: linear-gradient(269.78deg, #FBFBFB 0.18%, rgba(252, 252, 252, 0) 99.79%);
  z-index: 2;
}
@media (min-width: 320px) and (max-width: 450px) {
  #karieraRedesign.zaNas section.what-we-offer .carousel:after {
    z-index: 0;
  }
}
#karieraRedesign.zaNas section.what-we-offer .carousel button.slick-arrow {
  position: absolute;
  top: 0;
  right: 40px;
  width: 70px;
  height: 50px;
  color: transparent;
  background: rgba(230, 239, 240, 0.6);
  margin: 0 !important;
  z-index: 5;
  text-shadow: none;
  border: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#karieraRedesign.zaNas section.what-we-offer .carousel button.slick-arrow:hover {
  background: #e6eff0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#karieraRedesign.zaNas section.what-we-offer .carousel button.slick-arrow.slick-prev {
  right: 140px;
}
#karieraRedesign.zaNas section.what-we-offer .carousel button.slick-arrow.slick-prev:before {
  position: absolute;
  content: '%';
  font-family: 'teleicon-outline';
  color: #e20074;
  font-weight: 700;
  font-size: 35px;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
#karieraRedesign.zaNas section.what-we-offer .carousel button.slick-arrow.slick-next:before {
  position: absolute;
  content: '%';
  font-family: 'teleicon-outline';
  color: #e20074;
  font-weight: 700;
  font-size: 35px;
  top: 0px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  transform: rotateY(180deg);
}
#karieraRedesign.zaNas section.what-we-offer .carousel .item {
  margin: 0;
  height: 100%;
  padding: 50px 20px;
}
#karieraRedesign.zaNas section.what-we-offer .carousel .item.one .flip-card-front {
  background-image: url('/content/images/kariera-lp/kariera-za-nas/parking-vraboteni-img.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#karieraRedesign.zaNas section.what-we-offer .carousel .item.two .flip-card-front {
  background-image: url('/content/images/kariera-lp/kariera-za-nas/flex-time-img.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#karieraRedesign.zaNas section.what-we-offer .carousel .item.three .flip-card-front {
  background-image: url('/content/images/kariera-lp/kariera-za-nas/work-home-img.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#karieraRedesign.zaNas section.what-we-offer .carousel .item.four .flip-card-front {
  background-image: url('/content/images/kariera-lp/kariera-za-nas/health-img.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#karieraRedesign.zaNas section.what-we-offer .carousel .item.five .flip-card-front {
  background-image: url('/content/images/kariera-lp/kariera-za-nas/learning-img.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#karieraRedesign.zaNas section.what-we-offer .carousel .item.six .flip-card-front {
  background-image: url('/content/images/kariera-lp/kariera-za-nas/internet-tv-img.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#karieraRedesign.zaNas section.what-we-offer .carousel .item.seven .flip-card-front {
  background-image: url('/content/images/kariera-lp/kariera-za-nas/insurance-img.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#karieraRedesign.zaNas section.what-we-offer .carousel .item.eight .flip-card-front {
  background-image: url('/content/images/kariera-lp/kariera-za-nas/tandemi-img.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#karieraRedesign.zaNas section.what-we-offer .carousel .flip-card {
  width: 100%;
  height: 100%;
  perspective: 1000px;
}
#karieraRedesign.zaNas section.what-we-offer .carousel .flip-card-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.5s;
}
#karieraRedesign.zaNas section.what-we-offer .carousel .flip-card-inner .icon-wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
#karieraRedesign.zaNas section.what-we-offer .carousel .flip-card-inner .icon-wrap svg {
  margin: auto;
  top: 90px;
  bottom: 0;
  left: 0;
  right: 0;
}
#karieraRedesign.zaNas section.what-we-offer .carousel .flip-card-inner h3 {
  font-size: 27px;
  color: white;
  font-family: 'TeleNeo';
  font-weight: 700;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
}
#karieraRedesign.zaNas section.what-we-offer .carousel .flip-card-inner p {
  font-size: 17px;
}
#karieraRedesign.zaNas section.what-we-offer .carousel .flip-card-inner ul li {
  font-size: 17px;
  list-style: disc;
}
#karieraRedesign.zaNas section.what-we-offer .carousel .flip-card-front,
#karieraRedesign.zaNas section.what-we-offer .carousel .flip-card-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  border-radius: 20px;
}
#karieraRedesign.zaNas section.what-we-offer .carousel .flip-card-front {
  transform: rotateY(0deg);
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  padding: 30px;
}
#karieraRedesign.zaNas section.what-we-offer .carousel .flip-card-back {
  background: linear-gradient(180deg, #41C2CC 0%, #009DA9 100%);
  transform: rotateY(180deg);
  color: white;
  padding: 30px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
#karieraRedesign.zaNas section.what-we-offer .carousel .slick-slide.slick-current.slick-active.slick-center .flip-card-front {
  transform: rotateY(180deg);
  transition: transform 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
#karieraRedesign.zaNas section.what-we-offer .carousel .slick-slide.slick-current.slick-active.slick-center .flip-card-back {
  transform: rotateY(0deg) translateY(-30px);
  transition: transform 0.8s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
#karieraRedesign.zaNas section.what-we-offer .carousel ul.slick-dots {
  position: relative;
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 70%;
  margin: 0 auto;
  bottom: -40px;
  height: 50px;
  z-index: 3;
}
#karieraRedesign.zaNas section.what-we-offer .carousel ul.slick-dots li {
  position: relative;
  width: auto;
}
#karieraRedesign.zaNas section.what-we-offer .carousel ul.slick-dots li.slick-active button {
  background: #e20074;
  height: 40px;
  width: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#karieraRedesign.zaNas section.what-we-offer .carousel ul.slick-dots li button {
  background: #e6eff0;
  border-radius: 50px;
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  color: black;
  padding: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -khtml-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ie-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
#karieraRedesign.zaNas section.useful {
  padding: 5% 0;
  background: linear-gradient(180deg, #373737 0%, #000000 100%);
  color: white;
  overflow: visible;
}
#karieraRedesign.zaNas section.useful:before {
  position: absolute;
  content: '';
  width: 80%;
  height: 100%;
  background-image: url('/content/images/kariera-lp/kariera-za-nas/korisno-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  background-position: top right;
  background-size: contain;
}
#karieraRedesign.zaNas section.useful:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(315deg, rgba(255, 255, 255, 0.161) 0%, #FFFFFF 25.1%, #FFFFFF 74.9%, rgba(255, 255, 255, 0.149) 100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 100px;
}
#karieraRedesign.zaNas section.useful h2 {
  color: white;
  padding-right: 60%;
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section.useful h2 {
    padding-right: 0;
  }
}
#karieraRedesign.zaNas section.useful .usefulSlider {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 300px;
  overflow: visible;
  margin-top: 160px;
}
#karieraRedesign.zaNas section.useful .usefulSlider .slick-arrow {
  position: absolute;
  top: -60px;
  background: rgba(255, 255, 255, 0.2);
  background-image: url('/content/images/kariera-lp/kariera-za-nas/arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 70px;
  height: 55px;
  transform: rotate(180deg);
  background-size: 45%;
  border-radius: 0px 8px 8px 0px;
  left: 0;
  color: transparent;
}
#karieraRedesign.zaNas section.useful .usefulSlider .slick-arrow.slick-next {
  transform: rotate(0deg);
  left: 75px !important;
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section.useful .usefulSlider .slick-arrow {
    width: 50px;
    height: 45px;
  }
}
#karieraRedesign.zaNas section.useful .usefulSlider .wrap {
  height: 100%;
  margin: 20px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section.useful .usefulSlider .wrap {
    margin: 20px 5px;
  }
}
#karieraRedesign.zaNas section.useful .usefulSlider .wrap:after {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50px;
  left: -10px;
  background: white;
  bottom: 37px;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  animation: pulse-shadow 2s infinite;
}
#karieraRedesign.zaNas section.useful .usefulSlider .wrap .icon-wrap {
  position: relative;
  width: 73px;
  height: 73px;
  margin-bottom: 20px;
}
#karieraRedesign.zaNas section.useful .usefulSlider .wrap .icon-wrap svg {
  width: 100%;
  height: auto;
}
#karieraRedesign.zaNas section.useful .usefulSlider .wrap.slick-current.slick-active.slick-center:before {
  content: '';
  position: absolute;
  height: 40px;
  width: 1px;
  background: white;
  left: 0;
  bottom: 70px;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section.useful .usefulSlider .wrap.slick-current.slick-active.slick-center:before {
    display: none;
  }
}
#karieraRedesign.zaNas section.useful .usefulSlider p {
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 17px;
}
#karieraRedesign.zaNas section.our-offices {
  padding: 5% 0;
  background-image: url('/content/images/kariera-lp/kariera-za-nas/prostorii-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 750px;
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section.our-offices {
    height: auto;
  }
}
#karieraRedesign.zaNas section.our-offices .right {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 100%;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  #karieraRedesign.zaNas section.our-offices .right {
    top: 100%;
    width: 100%;
    position: relative;
  }
}
#karieraRedesign.zaNas section.our-offices .right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/*#endregion kariera redesign*/
/*#region tvojata kariera vo MT*/
.main-image-kariera-paper-bg {
  position: relative;
  background-image: url('/content/images/kariera-lp/kariera-yourCareer/magenta-paper-bg.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
}
@media (max-width: 991px) {
  .main-image-kariera-paper-bg {
    height: auto;
  }
}
.main-image-kariera-paper-bg .wrapper {
  position: relative;
  display: flex;
  height: 100%;
  align-content: center;
  align-items: center;
}
.main-image-kariera-paper-bg .wrapper .content {
  position: relative;
  width: 55%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-image-kariera-paper-bg .wrapper .content {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .main-image-kariera-paper-bg .wrapper .content {
    width: 100%;
  }
}
.main-image-kariera-paper-bg .wrapper .content h1 {
  color: white;
  font-size: 60px;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-style: italic;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-image-kariera-paper-bg .wrapper .content h1 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .main-image-kariera-paper-bg .wrapper .content h1 {
    font-size: 35px;
    margin: 30px 0;
  }
}
.main-image-kariera-paper-bg .wrapper .content p {
  color: white;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .main-image-kariera-paper-bg .wrapper .content p {
    font-size: 18px;
  }
}
.main-image-kariera-paper-bg .absolute-img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40%;
  text-align: right;
}
.main-image-kariera-paper-bg .absolute-img img {
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-image-kariera-paper-bg .absolute-img {
    top: 0;
  }
}
@media (max-width: 991px) {
  .main-image-kariera-paper-bg .absolute-img {
    width: 100%;
    top: 0;
    position: relative;
    right: 0;
    margin: 0 auto;
  }
}
.flex.hover-box {
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 100px auto 40px auto;
}
.flex.hover-box .box {
  width: 30% !important;
  margin: 20px 20px 100px 20px;
  min-height: 300px;
  box-shadow: 0px 18px 46px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 0;
  background: #e20074;
  position: relative;
  margin-right: 0 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .flex.hover-box .box {
    margin: 20px 10px 100px 10px;
    min-height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .flex.hover-box .box {
    width: 47%;
    margin: 20px 10px 100px 10px;
    min-height: 320px;
  }
}
@media only screen and (max-width: 767px) {
  .flex.hover-box .box {
    width: 95%;
    margin: 40px auto;
  }
}
.flex.hover-box .box:before {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent #e20074 #e20074 #e20074;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.flex.hover-box .box:after {
  content: '';
  display: block;
  position: absolute;
  left: -8px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #e20074 #e20074 transparent transparent;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  border-width: 8px 8px 0px 8px;
  z-index: 2;
}
.flex.hover-box .box .wrap {
  background: white;
  position: relative;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  height: 100%;
  padding: 20px 40px !important;
  width: 100% !important;
  min-height: 320px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .flex.hover-box .box .wrap {
    margin-right: 0;
    min-height: 350px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .flex.hover-box .box .wrap {
    min-height: 320px;
    margin: 0;
  }
}
.flex.hover-box .box:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-width: 8px 0 8px 8px;
}
.flex.hover-box .box:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-width: 8px 8px 0px 8px;
}
.flex.hover-box .box:hover .wrap {
  transform: translate(-8px, -8px);
  z-index: 3;
  background: white;
}
.flex.hover-box .box h4 {
  font-size: 22px;
  font-family: 'TeleNeo';
  font-weight: 700;
}
.flex.hover-box .box p {
  font-size: 18px;
  line-height: 1.2;
}
.flex.hover-box .box .icon-wrap {
  position: relative;
  margin: -75px auto 0 auto;
  width: 100%;
  height: 120px;
}
.flex.hover-box .box .icon-wrap:before {
  content: '';
  position: absolute;
  background: #fa0080;
  opacity: 0.2;
  filter: blur(27px);
  z-index: 0;
  width: 100px;
  height: 50px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.flex.hover-box .box .icon-wrap svg {
  margin: 0 auto;
}
#tvojata-kariera-vo-mt {
  position: relative;
}
#tvojata-kariera-vo-mt .main-image-kariera-paper-bg .absolute-img {
  position: absolute;
  right: 0;
  top: -100px;
  width: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #tvojata-kariera-vo-mt .main-image-kariera-paper-bg .absolute-img {
    top: 0;
  }
}
@media (max-width: 991px) {
  #tvojata-kariera-vo-mt .main-image-kariera-paper-bg .absolute-img {
    width: 100%;
    top: 0;
    position: relative;
    right: 0;
    margin: 0 auto;
  }
}
#tvojata-kariera-vo-mt .main-image-kariera-paper-bg .absolute-img img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#tvojata-kariera-vo-mt h2 {
  font-size: 50px;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-style: italic;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #tvojata-kariera-vo-mt h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #tvojata-kariera-vo-mt h2 {
    font-size: 30px;
  }
}
#tvojata-kariera-vo-mt .topBanner {
  background-image: url('/content/images/kariera-lp/kariera-yourCareer/profesionalci-invest.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5% 0 0;
}
#tvojata-kariera-vo-mt .topBanner h2 {
  color: white;
  text-transform: uppercase;
  text-align: center;
  margin: 40px 0 0px;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-style: italic;
}
#tvojata-kariera-vo-mt .topBanner .wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: nowrap;
  top: 100px;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #tvojata-kariera-vo-mt .topBanner .wrapper {
    flex-direction: column;
    margin-top: 0;
  }
}
#tvojata-kariera-vo-mt .topBanner .wrapper .box {
  padding: 30px 60px 30px 40px;
  color: white;
  width: 33%;
  position: relative;
  box-shadow: 20px 20px 90px 10px rgba(0, 0, 0, 0.25);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #tvojata-kariera-vo-mt .topBanner .wrapper .box {
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #tvojata-kariera-vo-mt .topBanner .wrapper .box {
    width: 100% !important;
    margin: 15px 0 !important;
    top: 0 !important;
  }
}
#tvojata-kariera-vo-mt .topBanner .wrapper .box.turquoise {
  background-color: #30AAB3;
}
#tvojata-kariera-vo-mt .topBanner .wrapper .box.magenta {
  background-color: #e20074;
  top: 90px;
  width: 35%;
  z-index: 2;
  margin-left: -5px;
}
#tvojata-kariera-vo-mt .topBanner .wrapper .box.white {
  background-color: white;
}
#tvojata-kariera-vo-mt .topBanner .wrapper .box.white h3 {
  color: black;
}
#tvojata-kariera-vo-mt .topBanner .wrapper .box svg {
  right: 40px;
  left: initial;
  top: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #tvojata-kariera-vo-mt .topBanner .wrapper .box svg {
    right: 20px;
    top: 0;
    width: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #tvojata-kariera-vo-mt .topBanner .wrapper .box svg {
    right: 20px;
    top: 0;
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #tvojata-kariera-vo-mt .topBanner .wrapper .box svg {
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
#tvojata-kariera-vo-mt .topBanner .wrapper h3 {
  text-transform: uppercase;
  font-size: 32px;
  font-family: 'TeleNeo';
  font-weight: 800;
  margin-bottom: 30px;
  padding: 0px 55px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #tvojata-kariera-vo-mt .topBanner .wrapper h3 {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #tvojata-kariera-vo-mt .topBanner .wrapper h3 {
    font-size: 24px;
  }
}
#tvojata-kariera-vo-mt .topBanner .wrapper a {
  color: white;
  text-decoration: underline;
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  #tvojata-kariera-vo-mt .topBanner .wrapper a {
    font-size: 18px;
  }
}
#tvojata-kariera-vo-mt .topBanner .wrapper ul li {
  font-size: 18px;
  list-style: square;
}
#tvojata-kariera-vo-mt .curiosity {
  background: linear-gradient(180deg, #373737 0%, #000000 100%);
  position: relative;
  padding-top: 240px;
  padding-bottom: 90px;
  margin-top: -1px;
  color: white;
}
@media (min-width: 1920px) {
  #tvojata-kariera-vo-mt .curiosity {
    padding-top: 350px;
  }
}
@media only screen and (max-width: 767px) {
  #tvojata-kariera-vo-mt .curiosity {
    padding-top: 140px;
  }
}
#tvojata-kariera-vo-mt .curiosity .left-content {
  width: 50%;
}
@media (max-width: 991px) {
  #tvojata-kariera-vo-mt .curiosity .left-content {
    width: 100%;
  }
}
#tvojata-kariera-vo-mt .curiosity h2 {
  text-transform: uppercase;
  display: block;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-style: italic;
  margin-bottom: 40px;
}
#tvojata-kariera-vo-mt .curiosity h2 span {
  font-family: 'TeleNeo';
  font-weight: 800;
  font-style: italic;
  display: block;
}
#tvojata-kariera-vo-mt .curiosity p {
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 20px;
}
#tvojata-kariera-vo-mt .curiosity .absolute-img {
  position: absolute;
  right: 0;
  width: 45%;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #tvojata-kariera-vo-mt .curiosity .absolute-img {
    position: relative;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #tvojata-kariera-vo-mt .curiosity .absolute-img {
    position: relative;
    width: 100%;
  }
}
#tvojata-kariera-vo-mt .curiosity ul {
  margin-left: 30px;
}
#tvojata-kariera-vo-mt .curiosity ul li {
  list-style: square;
  font-size: 19px;
  line-height: 1.2;
}
.ourEmployees {
  position: relative;
  margin-bottom: 50px;
  padding-top: 50px;
}
.ourEmployees h2 {
  color: black;
  font-size: 50px;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-style: italic;
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ourEmployees h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .ourEmployees h2 {
    font-size: 30px;
  }
}
.ourEmployees p {
  font-size: 19px;
  line-height: 1.2;
}
#kariera-investInEmployees h2 {
  font-size: 50px;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-style: italic;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees h2 {
    font-size: 30px;
  }
}
#kariera-investInEmployees .employeesProfile {
  position: relative;
  padding: 100px 0 70px;
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .employeesProfile {
    padding: 40px 0;
  }
}
#kariera-investInEmployees .employeesProfile h2 {
  color: black;
  margin-bottom: 60px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .employeesProfile h2 {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .employeesProfile .flex {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .employeesProfile .flex {
    flex-direction: column;
  }
}
#kariera-investInEmployees .employeesProfile .wrap {
  background: #FFFFFF;
  box-shadow: 0px 18px 46px rgba(0, 0, 0, 0.08);
  margin: 0 18px;
  padding: 20px 35px;
  width: 30%;
  min-height: 410px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #kariera-investInEmployees .employeesProfile .wrap {
    margin: 0 15px;
    width: 33%;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .employeesProfile .wrap {
    width: 40%;
    margin: 30px !important;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .employeesProfile .wrap {
    width: 100%;
    margin: 30px 0;
    min-height: 370px;
    padding: 20px;
  }
}
#kariera-investInEmployees .employeesProfile .wrap:first-of-type {
  margin-left: 0;
}
#kariera-investInEmployees .employeesProfile .wrap:last-of-type {
  margin-right: 0;
}
#kariera-investInEmployees .employeesProfile .wrap svg {
  position: relative;
  margin: 20px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #kariera-investInEmployees .employeesProfile .wrap svg {
    margin: 10px 0;
    width: 70px;
  }
}
#kariera-investInEmployees .employeesProfile .wrap h3 {
  font-size: 22px;
  font-family: 'TeleNeo';
  font-weight: 700;
  margin-bottom: 20px;
}
#kariera-investInEmployees .agilnost {
  position: relative;
  padding: 5% 0;
  background-image: url('/content/images/kariera-lp/kariera-yourCareer/agile-img.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 550px;
}
@media (max-width: 991px) {
  #kariera-investInEmployees .agilnost {
    height: auto;
  }
}
#kariera-investInEmployees .agilnost:after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(10px);
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
#kariera-investInEmployees .agilnost:before {
  content: '';
  position: absolute;
  background-image: url(/content/images/kariera-lp/kariera-yourCareer/agile-shape.png);
  z-index: 2;
  width: 60%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  left: -30px;
  z-index: 0;
}
@media (min-width: 1920px) {
  #kariera-investInEmployees .agilnost:before {
    width: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #kariera-investInEmployees .agilnost:before {
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .agilnost:before {
    z-index: 0;
    background-color: #e20074;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .agilnost:before {
    width: 100%;
    left: 0;
  }
}
#kariera-investInEmployees .agilnost .flex {
  height: 100%;
  justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .agilnost .flex {
    flex-flow: column;
  }
}
#kariera-investInEmployees .agilnost .flex > div {
  z-index: 3;
  position: relative;
}
#kariera-investInEmployees .agilnost .flex > div h2 {
  font-size: 45px;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-style: italic;
  margin-bottom: 20px;
  color: white;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #kariera-investInEmployees .agilnost .flex > div h2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .agilnost .flex > div h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .agilnost .flex > div h2 {
    font-size: 30px !important;
  }
}
#kariera-investInEmployees .agilnost .flex > div p {
  font-size: 18px;
  line-height: 1.2;
}
#kariera-investInEmployees .agilnost .flex > div.left {
  width: 40%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #kariera-investInEmployees .agilnost .flex > div.left {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .agilnost .flex > div.left {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .agilnost .flex > div.left {
    width: 100%;
  }
}
#kariera-investInEmployees .agilnost .flex > div.left p {
  color: white;
}
#kariera-investInEmployees .agilnost .flex > div.right {
  width: 45%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .agilnost .flex > div.right {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .agilnost .flex > div.right {
    width: 100%;
    background: white;
    padding: 25px 20px;
    margin-top: 30px;
  }
}
#kariera-investInEmployees .agilnost .flex > div.right .box {
  display: flex;
  padding-left: 35px;
  position: relative;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .agilnost .flex > div.right .box {
    padding-left: 0;
  }
}
#kariera-investInEmployees .agilnost .flex > div.right .box .icon-left {
  width: 10%;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .agilnost .flex > div.right .box .icon-left {
    margin-right: 35px;
  }
}
#kariera-investInEmployees .agilnost .flex > div.right .box .icon-left svg {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .agilnost .flex > div.right .box .icon-left svg {
    width: 35px;
  }
}
#kariera-investInEmployees .agilnost .flex > div.right .box .content {
  width: 90%;
}
#kariera-investInEmployees .agilnost .flex > div.right .box .content strong {
  display: block;
  font-size: 20px;
  margin-top: -10px;
  margin-bottom: 10px;
}
#kariera-investInEmployees .agilnost .flex > div.right .box .content strong p {
  font-size: 18px;
}
#kariera-investInEmployees .agilnost .flex > div.right .box:last-of-type {
  margin-bottom: 0;
}
#kariera-investInEmployees .hr-wrap {
  position: relative;
  background: white;
  padding: 3% 0;
}
#kariera-investInEmployees .hr-wrap:after {
  content: '';
  position: absolute;
  width: 40%;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url('/content/images/kariera-lp/kariera-yourCareer/regruter-bg.png');
  background-size: cover;
  background-repeat: no-repeat;
}
#kariera-investInEmployees .hr-wrap .flex {
  justify-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .hr-wrap .flex {
    flex-flow: column;
  }
}
#kariera-investInEmployees .hr-wrap .flex .right-content {
  width: 35%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .hr-wrap .flex .right-content {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .hr-wrap .flex .right-content {
    width: 100%;
  }
}
#kariera-investInEmployees .hr-wrap .flex h4 {
  font-size: 32px;
  font-family: 'TeleNeo';
  font-weight: 700;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .hr-wrap .flex h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .hr-wrap .flex h4 {
    font-size: 25px;
  }
}
#kariera-investInEmployees .hr-wrap .flex .text-magenta {
  font-size: 24px;
  font-family: 'TeleNeo';
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-investInEmployees .hr-wrap .flex .text-magenta {
    font-size: 21px;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-investInEmployees .hr-wrap .flex .text-magenta {
    font-size: 20px;
  }
}
#kariera-investInEmployees .hr-wrap .flex .shadow {
  background: #FFFFFF;
  box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.14);
  padding: 10px 20px 10px 70px;
  margin: 30px 0;
  position: relative;
}
#kariera-investInEmployees .hr-wrap .flex .shadow label {
  font-size: 17px;
  margin: 0;
  font-family: 'TeleNeo';
  font-weight: 400;
}
#kariera-investInEmployees .hr-wrap .flex .shadow a {
  color: black;
  cursor: pointer;
  font-size: 19px;
}
#kariera-investInEmployees .hr-wrap .flex .shadow:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url('/content/images/kariera-lp/kariera-yourCareer/email.svg');
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
}
/*#endregion tvojata kariera vo MT*/
/*#region kariera studenti*/
#kariera-studenti .main-banner-kariera-paper-bg {
  height: 570px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-studenti .main-banner-kariera-paper-bg {
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-studenti .main-banner-kariera-paper-bg {
    height: auto;
  }
}
#kariera-studenti .content {
  width: 45%;
}
@media (min-width: 1920px) {
  #kariera-studenti .content {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-studenti .content {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-studenti .content {
    width: 100%;
  }
}
#kariera-studenti .absolute-img {
  right: -50px;
  width: 60%;
}
@media (min-width: 1920px) {
  #kariera-studenti .absolute-img {
    width: 55%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #kariera-studenti .absolute-img {
    width: 80%;
    right: 0;
    position: relative;
    top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-studenti .absolute-img {
    right: 0;
    width: 100%;
  }
}
#kariera-studenti section.choice-boxes {
  position: relative;
  padding-top: 90px;
}
@media (min-width: 1920px) {
  #kariera-studenti section.choice-boxes {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-studenti section.choice-boxes {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #kariera-studenti section.choice-boxes .hover-box {
    flex-flow: column;
  }
}
#kariera-studenti section.choice-boxes .hover-box .box {
  width: 45% !important;
}
@media only screen and (max-width: 767px) {
  #kariera-studenti section.choice-boxes .hover-box .box {
    width: 100% !important;
  }
}
#kariera-studenti section.choice-boxes .hover-box .box a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 3;
  display: block;
}
/*#endregion kariera studenti*/
/*#region kariera tekovni oglasi*/
#kariera-tekovni-oglasi .main-image {
  background-image: url('/content/images/kariera-lp/kariera-tekovni-oglasi/tekovni-oglasi-banner.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 500px;
}
#kariera-tekovni-oglasi .main-image .wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
#kariera-tekovni-oglasi .main-image .wrapper .header {
  position: relative;
  width: 35%;
}
#kariera-tekovni-oglasi .main-image .wrapper .header h1 {
  font-size: 100px;
  display: block;
  color: white;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-style: italic;
  padding: 0;
  margin: 0 !important;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
}
#kariera-tekovni-oglasi .main-image .wrapper .header h1 span {
  display: block;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-style: italic;
}
/*#endregion kariera tekovni oglasi*/
/*#region kariera smart start new*/
#smart-start-red .main-banner-kariera-paper-bg .absolute-img {
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #smart-start-red .main-banner-kariera-paper-bg .absolute-img {
    top: 0;
  }
}
@media (max-width: 991px) {
  #smart-start-red .main-banner-kariera-paper-bg .absolute-img {
    width: 100%;
    top: 0;
    position: relative;
    right: 0;
    margin: 0 auto;
  }
}
#smart-start-red .main-banner-kariera-paper-bg .content {
  width: 45%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #smart-start-red .main-banner-kariera-paper-bg .content {
    width: 50%;
  }
}
@media (max-width: 991px) {
  #smart-start-red .main-banner-kariera-paper-bg .content {
    width: 100%;
  }
}
#smart-start-red h2 {
  font-size: 45px;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-style: italic;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #smart-start-red h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #smart-start-red h2 {
    font-size: 30px;
  }
}
#smart-start-red .white-bg {
  position: relative;
  padding: 3% 0;
}
#smart-start-red .white-bg:after {
  content: '';
  position: absolute;
  right: 0;
  background-image: url('/content/images/kariera-lp/kariera-smart-start/shape.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  width: 30%;
  height: 100%;
  top: 0;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #smart-start-red .white-bg:after {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  #smart-start-red .white-bg:after {
    display: none;
  }
}
#smart-start-red .white-bg h2 span {
  display: block;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-style: italic;
}
#smart-start-red .white-bg .flex {
  align-items: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  #smart-start-red .white-bg .flex {
    flex-flow: column;
  }
}
#smart-start-red .white-bg .flex .wrap {
  width: 40%;
  z-index: 2;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  #smart-start-red .white-bg .flex .wrap {
    width: 100%;
  }
}
#smart-start-red .white-bg .flex .wrap p {
  font-size: 19px;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #smart-start-red .white-bg .flex .wrap p {
    font-size: 18px;
  }
}
#smart-start-red .gray-bg {
  position: relative;
  padding: 3% 0;
  background-image: url('/content/images/kariera-lp/kariera-smart-start/white-texture.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#smart-start-red .gray-bg h2 {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #smart-start-red .gray-bg h2 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #smart-start-red .gray-bg h2 {
    width: 100%;
  }
}
#smart-start-red .gray-bg h2 span {
  display: inline;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-style: italic;
}
#smart-start-red .gray-bg .custom {
  justify-content: space-between;
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  #smart-start-red .gray-bg .custom {
    flex-flow: column;
    margin: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  #smart-start-red .gray-bg .custom.reverse {
    flex-flow: column-reverse;
  }
}
#smart-start-red .gray-bg .custom > div {
  width: 40%;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #smart-start-red .gray-bg .custom > div {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #smart-start-red .gray-bg .custom > div {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #smart-start-red .gray-bg .custom > div .img {
    width: 75% !important;
    margin: 0 auto;
  }
}
#smart-start-red .gray-bg .custom > div.text p {
  font-size: 19px;
  line-height: 1.2;
}
#smart-start-red .gray-bg .custom > div.text .info {
  position: relative;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 30px 0 0 0;
}
#smart-start-red .gray-bg .custom > div.text .info:before {
  content: '';
  position: absolute;
  top: 0;
  background: #e20074;
  width: 60px;
  height: 4px;
  left: 0;
}
#smart-start-red .gray-bg .custom > div.text .info:after {
  content: '';
  position: absolute;
  top: -90px;
  background-image: url(/content/images/kariera-lp/kariera-smart-start/quotes.svg);
  width: 70px;
  height: 50px;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
#smart-start-red .gray-bg .custom > div.text .info h3 {
  font-size: 28px;
  text-transform: uppercase;
  font-family: 'TeleNeo';
  font-weight: 800;
  color: black;
}
#smart-start-red .gray-bg .custom > div.text .info label {
  color: rgba(0, 0, 0, 0.4);
  font-size: 17px;
  font-family: 'TeleNeo';
  font-weight: 500;
}
/*#endregion kariera smart start new*/
/*#region wearefutureproof*/
div#we-are-futureproof .wrapper {
  width: 80%;
  position: relative;
  margin: 0 auto;
  height: 100%;
}
div#we-are-futureproof .first-section {
  position: relative;
  background-image: url(/content/images/we-are-futureproof/header-bg.png);
  background-size: cover;
  background-position: center;
  height: 910px;
  padding: 2% 0;
}
div#we-are-futureproof .video-frame {
  position: relative;
  top: 7%;
  height: 500px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid white;
  border-radius: 9px;
  z-index: 2;
}
div#we-are-futureproof .video-frame iframe {
  position: relative;
  width: 100%;
  height: 94%;
  top: 6%;
  z-index: 1;
  border-radius: 9px;
  border: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
div#we-are-futureproof .video-frame:before {
  position: absolute;
  content: '';
  background-image: url(/content/images/we-are-futureproof/video-head.svg);
  background-size: cover;
  width: 100%;
  height: 28px;
  top: -2px;
  left: 0;
  right: 0;
}
div#we-are-futureproof .back-video-frame {
  position: absolute;
  top: 20%;
  background-image: url(/content/images/we-are-futureproof/magenta-window.svg);
  width: 17%;
  height: 276px;
  background-size: cover;
  background-repeat: no-repeat;
  left: -11%;
  z-index: 1;
}
div#we-are-futureproof .header-frame {
  position: relative;
  top: 7%;
  width: 60%;
  float: right;
  right: 8%;
  border: 2px solid white;
  border-radius: 9px;
  background-image: url(/content/images/we-are-futureproof/headline1.svg);
  background-size: cover;
  background-position: center;
  height: 72px;
}
div#we-are-futureproof .header-frame h1 {
  color: white;
  font-size: 39px;
  font-family: 'TeleNeo';
  font-weight: 700;
  margin: 20px 0 0;
}
div#we-are-futureproof .image-frame.frame {
  position: relative;
  float: right;
  top: 7%;
  background-image: url(/content/images/we-are-futureproof/headline2.svg);
  width: 80%;
  height: 138px;
  background-size: cover;
  left: 10%;
  text-align: center;
}
div#we-are-futureproof .image-frame.frame img {
  top: 35px;
  position: relative;
  width: 95%;
  height: auto;
}
div#we-are-futureproof .first-section .link {
  position: absolute;
  width: 28%;
  right: -11%;
  bottom: 7px;
}
div#we-are-futureproof .first-section .link a {
  color: #e20074;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'TeleNeo';
  font-weight: 800;
  text-decoration: none;
  text-align: left;
  background: white;
  padding: 8px 0;
  border-radius: 9px;
  width: 100%;
  display: block;
  margin-top: 2px;
  padding-left: 30px;
  position: relative;
}
div#we-are-futureproof .first-section .link a:before {
  content: '';
  position: absolute;
  background-image: url(/content/images/we-are-futureproof/lupa.png);
  width: 18px;
  height: 18px;
  left: 8px;
  top: 13px;
  background-repeat: no-repeat;
  background-size: cover;
}
div#we-are-futureproof .second-section {
  position: relative;
  background-image: url(/content/images/we-are-futureproof/section2-bg.png);
  background-position: center;
  background-size: cover;
  height: auto;
  padding: 5% 0 7%;
}
div#we-are-futureproof .second-section .text-frame {
  position: relative;
  width: 500px;
  height: 278px;
  left: -15%;
  background-image: url(/content/images/we-are-futureproof/frame1.png);
  background-size: cover;
  background-repeat: no-repeat;
}
div#we-are-futureproof .second-section .text-frame.magenta {
  left: 5%;
  top: -70px;
  z-index: 2;
}
div#we-are-futureproof .second-section .text-frame.magenta .text-wrap {
  width: 100%;
  height: 268px;
  background: #e20074;
  position: relative;
  top: 30px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  padding: 10px 50px 20px 50px;
}
div#we-are-futureproof .second-section .text-wrap p {
  color: white;
  font-size: 18px;
  line-height: 1.1;
}
div#we-are-futureproof .second-section .text-wrap p span {
  text-transform: uppercase;
  letter-spacing: 6px;
  font-style: italic;
}
div#we-are-futureproof .second-section .text-frame .text-wrap-transparent {
  position: relative;
  width: 500px;
  height: 248px;
  top: 30px;
  padding: 10px 70px 20px 20px;
}
div#we-are-futureproof .second-section .text-frame .text-wrap-transparent p {
  color: white;
  font-size: 18px;
  line-height: 1.1;
}
div#we-are-futureproof .second-section .black-image-frame {
  position: relative;
  margin-top: 19%;
}
div#we-are-futureproof .second-section .black-image-frame {
  position: relative;
  margin-top: 19%;
  right: -17%;
}
div#we-are-futureproof .third-section {
  position: relative;
  padding: 3% 0;
  background-image: url(/content/images/we-are-futureproof/section3-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
div#we-are-futureproof section.third-section .header-text {
  margin-bottom: 30px;
}
div#we-are-futureproof section.third-section .right-side .button-img {
  position: absolute;
  right: -40%;
  top: -30px;
}
div#we-are-futureproof section.third-section p {
  color: black;
  font-size: 19px;
  line-height: 1.2;
}
div#we-are-futureproof .third-section .links {
  position: relative;
  padding: 3% 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  display: block;
}
div#we-are-futureproof .third-section .links a.btn {
  background: #e20074;
  color: white;
  font-size: 23px;
  text-transform: uppercase;
  padding: 7px 20px;
  font-style: italic;
  border-radius: 9px;
}
div#we-are-futureproof .third-section .links a.white-link {
  display: block;
  left: 10%;
  position: relative;
  background: white;
  width: 100%;
  padding: 10px;
  border-radius: 9px;
  text-transform: uppercase;
  color: #e20074;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 17px;
  padding-left: 30px;
  margin-top: 2px;
}
div#we-are-futureproof .third-section .links a.white-link:before {
  content: '';
  position: absolute;
  background-image: url(/content/images/we-are-futureproof/lupa.png);
  width: 16px;
  height: 16px;
  left: 8px;
  top: 12px;
  background-repeat: no-repeat;
  background-size: cover;
}
div#we-are-futureproof .speak-out-section {
  position: relative;
  padding: 3% 0;
  background: #e20074;
}
div#we-are-futureproof .speak-out-section .wrap h2 {
  color: black;
  text-transform: uppercase;
  font-size: 32px;
  margin: 0;
  line-height: 1.2;
}
div#we-are-futureproof .speak-out-section .wrap h3 {
  color: white;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 55px;
  text-transform: uppercase;
  font-style: italic;
  margin: 0;
  line-height: 1.2;
}
div#we-are-futureproof .speak-out-section .wrap p {
  color: white;
  font-size: 19px;
  padding-right: 40px;
}
div#we-are-futureproof .speak-out-section a {
  color: white;
  font-size: 19px;
  text-decoration: underline;
}
div#we-are-futureproof .back-speak-section {
  position: absolute;
  width: 25%;
  height: 155px;
  background-image: url(/content/images/we-are-futureproof/speakout-window-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: -6%;
  bottom: 15%;
}
div#we-are-futureproof .speak-out-section .speak-out-window {
  position: relative;
  width: 68%;
  height: 370px;
  background-image: url(/content/images/we-are-futureproof/speakout-window.png);
  background-size: cover;
  background-position: center top;
  line-height: 1.1;
  left: 0%;
  z-index: 2;
}
div#we-are-futureproof .speak-out-section .speak-out-window .wrap {
  padding: 45px 60px 15px;
}
div#we-are-futureproof .speak-out-section .speak-out-window .wrap p {
  font-size: 18px;
  color: black;
  padding: 0;
  line-height: 1.2;
}
div#we-are-futureproof .speak-out-section .right-side-speak {
  position: absolute;
  top: -100px;
  right: -80px;
}
div#we-are-futureproof section.videos-section {
  position: relative;
  padding: 3% 0;
  background-image: url(/content/images/we-are-futureproof/section4-bg.jpg);
  height: auto;
  background-size: cover;
  background-position: center;
}
div#we-are-futureproof section.videos-section h2 {
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'TeleNeo';
  font-weight: 700;
  letter-spacing: 7px;
  font-style: italic;
  margin: 20px 0 40px;
}
div#we-are-futureproof section.videos-section:before {
  content: '';
  position: absolute;
  background-image: url('/content/images/we-are-futureproof/section4-shape.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 72%;
  height: 600px;
  z-index: 0;
  top: 20%;
}
div#we-are-futureproof section.videos-section .video-side a:hover .futureproof-influencer-img:before {
  display: block;
  content: '';
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(226, 0, 116, 0.7);
  position: absolute;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}
div#we-are-futureproof section.videos-section .content-section {
  color: white;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
div#we-are-futureproof section.videos-section .wrapper-two {
  position: relative;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
div#we-are-futureproof section.videos-section .youngster-story-video.special {
  position: absolute;
  width: 32.333%;
  top: -568px;
  left: auto;
  right: auto;
  height: 446px !important;
}
div#we-are-futureproof section.videos-section #collapseYoungster2 {
  left: 260px;
}
div#we-are-futureproof section.videos-section #collapseYoungster3 {
  left: 555px;
}
div#we-are-futureproof section.videos-section #collapseYoungster4 {
  left: 858px;
}
div#we-are-futureproof section.videos-section .youngster-story-video.special video {
  width: 100%;
  height: 100%;
}
div#we-are-futureproof section.videos-section .youngster-story-txt {
  width: 70%;
  display: table-cell;
  vertical-align: middle;
  color: white;
  padding: 0 12%;
  font-size: 21px;
}
div#we-are-futureproof section.videos-section .card-header a,
div#we-are-futureproof section.videos-section .card-header a:hover,
div#we-are-futureproof section.videos-section .card-header a:focus {
  text-decoration: none;
}
div#we-are-futureproof section.videos-section .card-header span {
  color: white;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  top: 15px;
  font-family: 'TeleNeo';
  font-weight: 500;
}
.videos-section .cover {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 490px;
  margin-bottom: 20px;
  margin-top: 30px;
  cursor: pointer;
  transition: all ease-in 0.6s;
}
.videos-section .cover:hover:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 491px;
  top: 30px;
  left: 14px;
  background: #e200742b;
  font-family: 'IonIcons' !important;
  transition: all ease-in 0.6s;
}
.videos-section .cover:hover:after {
  content: "\f215";
  font-family: 'IonIcons' !important;
  color: white;
  top: 31%;
  position: absolute;
  left: 45%;
  font-size: 70px;
}
.videos-section .video-text {
  position: relative;
  min-height: 350px;
  margin-bottom: 30px;
}
.videos-section .video-text p {
  color: white;
  line-height: 1.2;
  font-size: 17px;
}
.videos-section .video-text a.btn.btn-magenta.link-profile {
  background: #e20074;
  color: white;
  font-size: 18px;
  border: 1px solid white;
  border-radius: 3px;
  position: absolute;
  margin: 20px 0;
  bottom: 0;
}
.videos-section .video-text span {
  color: white;
  line-height: 1.2;
  font-size: 18px;
  font-family: 'TeleNeo';
  font-weight: 500;
  overflow: hidden;
  display: block;
  font-style: italic;
  text-transform: uppercase;
}
.videos-section .cover.irina {
  background-image: url('/content/images/we-are-futureproof/Irina.jpg');
}
.videos-section .cover.filip {
  background-image: url('/content/images/we-are-futureproof/Marsa.jpg');
}
.videos-section .cover.dina {
  background-image: url('/content/images/we-are-futureproof/Dina.jpg');
}
.videos-section .cover.jan {
  background-image: url('/content/images/we-are-futureproof/Jan.jpg');
}
.videos-section .cover.saf {
  background-image: url('/content/images/we-are-futureproof/Goce-Saf.jpg');
}
.videos-section .cover.teona {
  background-image: url('/content/images/we-are-futureproof/Teona-Mango.jpg');
}
.videos-section .cover.angela {
  background-image: url('/content/images/we-are-futureproof/Angela.jpg');
}
.videos-section .cover.emilija {
  background-image: url('/content/images/we-are-futureproof/Emilija.jpg');
}
.videos-section .cover video {
  display: none;
  width: 100%;
  height: 100%;
  transition: 1s;
  position: relative;
  top: 0;
  z-index: 1;
  opacity: 1;
}
.videos-section .cover video.visible {
  display: inline-block;
}
.videos-section .close {
  position: absolute;
  top: 45px;
  color: white;
  text-shadow: none;
  right: 30px;
  font-family: 'TeleNeo';
  font-weight: 400;
  font-weight: 500;
  opacity: 1;
  z-index: 2;
  display: none;
}
.videos-section .close:before {
  content: 'X';
  font-family: 'teleIcon-outline' !important;
}
@media (min-width: 1500px) {
  div #we-are-futureproof .first-section {
    height: 950px;
  }
  div#we-are-futureproof .image-frame.frame {
    width: 76%;
    height: 197px;
  }
  div#we-are-futureproof .image-frame.frame img {
    top: 55px;
  }
  div#we-are-futureproof .first-section .link {
    bottom: -30px;
    width: 19%;
  }
  div#we-are-futureproof .back-speak-section {
    height: 180px;
  }
  div#we-are-futureproof .speak-out-section .speak-out-window {
    width: 55%;
    height: 410px;
    padding: 0;
  }
  div#we-are-futureproof .speak-out-section .speak-out-window .wrap {
    width: 100%;
    height: 100%;
    top: 10px;
    position: relative;
    padding: 40px 40px 45px;
  }
  div#we-are-futureproof .header-frame {
    width: 48%;
    height: 82px;
  }
  div#we-are-futureproof section.third-section .right-side .button-img {
    top: -80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div#we-are-futureproof .video-frame {
    width: 95%;
  }
  div#we-are-futureproof .header-frame {
    width: 95%;
    right: -3%;
  }
  div#we-are-futureproof .image-frame.frame {
    width: 100%;
    height: 120px;
    background-size: cover;
    left: 10%;
    text-align: center;
  }
  div#we-are-futureproof .first-section .link {
    position: absolute;
    width: 45%;
  }
  div#we-are-futureproof .back-speak-section {
    left: 1%;
  }
  div#we-are-futureproof .back-speak-section {
    left: 3%;
    width: 40%;
  }
  div#we-are-futureproof .speak-out-section .speak-out-window {
    width: 100%;
    left: 10%;
    height: 310px;
  }
  div#we-are-futureproof .speak-out-section .right-side-speak {
    position: relative;
    display: block;
    top: auto;
    right: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .videos-section .cover {
    height: 610px;
  }
  div#we-are-futureproof .wrapper {
    width: 100%;
    padding: 0 10px;
  }
  div#we-are-futureproof .header-frame {
    width: 93%;
    right: 0;
    height: 62px;
  }
  div#we-are-futureproof .header-frame h1 {
    font-family: 'TeleNeo';
    font-weight: 700;
    font-size: 21px;
  }
  div#we-are-futureproof .image-frame.frame {
    position: relative;
    width: 80%;
    height: 90px;
    background-size: cover;
    left: 0;
    right: 0;
    text-align: center;
  }
  div#we-are-futureproof .first-section .link {
    position: absolute;
    width: 64%;
    bottom: 103px;
    right: 0;
  }
  div#we-are-futureproof .first-section .link a {
    font-size: 18px;
  }
  div#we-are-futureproof .back-video-frame {
    display: none;
  }
  div#we-are-futureproof .second-section {
    padding: 7% 0;
  }
  div#we-are-futureproof .second-section .text-frame {
    width: 100%;
    height: 225px !important;
    left: 0;
    background-size: 100%;
  }
  div#we-are-futureproof .second-section .text-frame .text-wrap-transparent {
    height: 100%;
    width: 100%;
    padding: 10px 20px 20px 20px;
  }
  div#we-are-futureproof .second-section .text-frame p {
    font-size: 17px;
  }
  div#we-are-futureproof .second-section .text-frame.magenta {
    z-index: 2;
    height: 370px !important;
    left: 0;
    top: 20px;
  }
  div#we-are-futureproof .second-section .text-frame.magenta .text-wrap {
    width: 100%;
    height: 100%;
    padding: 10px 20px 20px 20px;
    top: 19px;
  }
  div#we-are-futureproof .second-section .black-image-frame {
    position: relative;
    margin-top: 20%;
    right: 0;
  }
  div#we-are-futureproof section.videos-section .wrapper-two {
    width: 100%;
  }
  div#we-are-futureproof .third-section {
    padding: 10% 0;
  }
  div#we-are-futureproof .back-speak-section {
    display: none;
  }
  div#we-are-futureproof .speak-out-section .wrap p {
    padding: 0;
  }
  div#we-are-futureproof .speak-out-section .speak-out-window {
    position: relative;
    width: 100%;
    height: 450px;
    padding: 45px 20px 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
  }
  div#we-are-futureproof .speak-out-section .speak-out-window .wrap {
    padding: 0 0px 1px;
  }
  div#we-are-futureproof .speak-out-section .speak-out-window .wrap p {
    font-size: 17px;
  }
  div#we-are-futureproof .speak-out-section .right-side-speak {
    position: relative;
    top: -30px;
    right: 0;
  }
  div#we-are-futureproof section.videos-section h2 {
    font-size: 34px;
    letter-spacing: 0;
    width: 100%;
    margin: 30px 0;
  }
  div#we-are-futureproof section.third-section .right-side .button-img {
    position: relative;
    right: 0;
    top: auto;
  }
  .speak-out-socialIcon-box {
    padding: 25px;
  }
  div#we-are-futureproof section.videos-section:before {
    display: none;
  }
  div#we-are-futureproof section.videos-section .video-side {
    width: 100%;
    height: auto;
  }
  div#we-are-futureproof section.videos-section .futureproof.card-header {
    position: relative;
    display: block;
    overflow: hidden;
  }
  div#we-are-futureproof section.videos-section .card {
    position: relative;
    min-height: 430px;
  }
  div#we-are-futureproof section.videos-section .youngster-story-video.special {
    position: relative;
    width: 100%;
    top: 0px;
    display: block;
  }
  div#we-are-futureproof section.videos-section .youngster-story-txt {
    width: 100%;
    display: block;
    vertical-align: middle;
    color: white;
    padding: 0 5%;
  }
  div#we-are-futureproof .youngsterBoxMobil {
    background-color: rgba(226, 0, 116, 0.8);
  }
}
/*#endregion wearefutureproof*/
/*#region kariera futureproof*/
div#kariera-futureproof section.videos-section {
  position: relative;
  padding: 3% 0;
  background-image: url(/content/images/we-are-futureproof/section4-bg.jpg);
  height: auto;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
div#kariera-futureproof section.videos-section h2 {
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'TeleNeo';
  font-weight: 700;
  margin: 20px 0 40px;
}
div#kariera-futureproof section.videos-section:before {
  content: '';
  position: absolute;
  background-image: url(/content/images/we-are-futureproof/section4-shape.png);
  width: 72%;
  height: 600px;
  background-size: cover;
  z-index: 0;
  top: 20%;
}
div#kariera-futureproof section.videos-section .video-side {
  position: relative;
  width: auto;
  height: auto;
  margin: 30px auto;
  text-align: center;
}
div#kariera-futureproof section.videos-section .video-side video {
  width: 100%;
  height: auto;
}
div#kariera-futureproof section.videos-section .content-section {
  color: white;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
div#kariera-futureproof .wrapper-two {
  position: relative;
  width: 80%;
  height: 100%;
  margin: 0 auto;
}
div#kariera-futureproof section.accordions {
  position: relative;
  padding: 3% 0;
  background-image: url('/content/images/we-are-futureproof/soveti-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  overflow: auto;
}
div#kariera-futureproof section.accordions .wrapper-three {
  width: 60%;
  position: relative;
  margin: 0 auto;
  display: inline-block;
  float: left;
}
div#kariera-futureproof section.accordions h2 {
  color: #e20074;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'TeleNeo';
  font-weight: 700;
  margin-bottom: 30px;
}
div#kariera-futureproof section.accordions p {
  font-size: 18px;
  line-height: 1.2;
}
div#kariera-futureproof section.accordions .panel-group {
  margin-top: 30px;
}
div#kariera-futureproof section.accordions .panel-group .panel-heading {
  padding: 10px 20px;
  background-color: white;
  border: 0;
  border-radius: 0;
}
div#kariera-futureproof .panel-default > .panel-heading + .panel-collapse > .panel-body {
  background-color: white;
  padding: 20px;
}
div#kariera-futureproof section.accordions .panel-group .panel-default {
  margin-bottom: 20px;
  border-radius: 5px;
  border: 0;
}
div#kariera-futureproof section.accordions .panel-group .panel-default h4 {
  padding: 10px 0;
  font-size: 20px;
  font-family: 'TeleNeo';
  font-weight: 700;
}
div#kariera-futureproof section.accordions .panel-group .panel-default h4 a {
  font-family: 'TeleNeo';
  font-weight: 700;
  text-decoration: none;
  position: relative;
  width: 100%;
  display: block;
}
div#kariera-futureproof section.accordions .panel-group .panel-default h4 a:hover,
div#kariera-futureproof section.accordions .panel-group .panel-default h4 a:focus {
  color: #e20074;
  text-decoration: none;
}
div#kariera-futureproof section.accordions .panel-group .panel-default h4 a.collapsed:after {
  content: ']$';
  font-family: 'teleicon-outline';
  position: absolute;
  color: white;
  font-size: 22px;
  top: 0;
  right: 5px;
  margin: auto;
  transform: rotateZ(0deg);
  color: #333;
}
div#kariera-futureproof section.accordions .panel-group .panel-default h4 a:after {
  content: ']$';
  font-family: 'teleicon-outline';
  position: absolute;
  color: white;
  font-size: 22px;
  top: 0;
  right: 5px;
  margin: auto;
  transform: rotateZ(-180deg);
  transition-property: transform;
  transition-duration: 0.25s;
  color: #333;
}
div#kariera-futureproof section.accordions .ilustrations {
  position: relative;
  width: 20%;
  display: inline;
  float: left;
}
div#kariera-futureproof section.accordions .ilustrations .one,
div#kariera-futureproof section.accordions .ilustrations .two,
div#kariera-futureproof section.accordions .ilustrations .three {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
div#kariera-futureproof section.accordions .ilustrations .one img {
  position: relative;
  left: -25%;
  display: block;
}
div#kariera-futureproof section.accordions .ilustrations .three img {
  position: relative;
  right: -25%;
  display: block;
}
@media (max-width: 767px) {
  div #kariera-futureproof .wrapper-two {
    position: relative;
    width: 100%;
    height: 100%;
  }
  div#kariera-futureproof section.videos-section h2 {
    font-size: 33px;
    letter-spacing: 0;
    font-style: italic;
    margin: 30px 0;
  }
  div#kariera-futureproof section.videos-section .video-side {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  div#kariera-futureproof section.accordions .wrapper-three {
    float: none;
    padding: 0 15px;
    margin-left: 0;
    width: 100%;
  }
  div#kariera-futureproof section.accordions .ilustrations {
    display: none;
  }
}
/*#endregion kariera futureproof*/
/*#region tekovni oglasi*/
#oglasiNova {
  margin: 20px 0;
  position: relative;
}
#oglasiNova .oglasi-wrapper {
  position: relative;
  padding: 6% 0 3%;
}
#oglasiNova .oglasi-wrapper:after {
  content: '';
  position: absolute;
  background-image: url(/content/images/kariera-lp/kariera-tekovni-oglasi/shape.png);
  width: 30%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 0;
}
#oglasiNova .wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
}
#oglasiNova .image {
  position: absolute;
  top: -180px;
  right: 0;
}
#oglasiNova .wrapper .oglas {
  width: 31%;
  margin: 25px 15px;
  background: #e20074;
  box-shadow: 0px 24.8787px 63.5788px rgba(0, 0, 0, 0.08);
  position: relative;
}
#oglasiNova .wrapper .oglas .wrap {
  background: white;
  position: relative;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  height: 100%;
  padding: 20px !important;
  width: 100% !important;
  min-height: 230px;
}
#oglasiNova .wrapper .oglas:before {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  top: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent #e20074 #e20074 #e20074;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
#oglasiNova .wrapper .oglas:after {
  content: '';
  display: block;
  position: absolute;
  left: -8px;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #e20074 #e20074 transparent transparent;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  border-width: 8px 8px 0px 8px;
  z-index: 2;
}
#oglasiNova .wrapper .wrap:after {
  position: absolute;
  content: '';
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url(/content/images/kariera-lp/kariera-tekovni-oglasi/Vector.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#oglasiNova .wrapper .oglas:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-width: 8px 0 8px 8px;
}
#oglasiNova .wrapper .oglas:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border-width: 8px 8px 0px 8px;
}
#oglasiNova .wrapper .oglas:hover .wrap {
  transform: translate(-8px, -8px);
  z-index: 3;
  background: white;
}
#oglasiNova .oglasi-wrapper .oglasHeader {
  position: relative;
  width: 80%;
  min-height: 70px;
}
#oglasiNova .oglasi-wrapper .oglasHeader h2 {
  text-align: left;
  font-family: 'TeleNeo';
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
}
#oglasiNova .oglasi .oglasOpis {
  padding-bottom: 30px;
}
#oglasiNova .oglasi .oglasBottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#oglasiNova .oglasi .oglasBottom span {
  font-family: 'TeleNeo';
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline;
}
#oglasiNova h4 {
  margin: 0 !important;
  padding: 0;
  margin-bottom: 10px;
  color: #BABBC9;
  font-size: 18px;
  font-family: 'TeleNeo';
  font-weight: 500;
}
#oglasiNova .white-box {
  position: relative;
  background: transparent;
}
#oglasiNova .oglas a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #333;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
}
#oglasiNova label {
  cursor: pointer;
}
#oglasiNova .tekovniOglasi h4 {
  text-align: right;
  color: #b6b6b6;
  font-size: 15px;
}
#oglasiNova .data-btn {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
#oglasiNova .data-btn .oglasDatum {
  float: right;
  text-align: right;
}
#oglasiNova .note-career {
  background-color: #FFEAF5;
  border-color: #F7BFDC;
  color: #e20074 !important;
  padding: 10px 15px !important;
  display: block;
}
#oglasiNova .oglasDatum label {
  display: inline;
}
#oglasiNova .oglasDatum label:first-child:after {
  content: '-';
  padding-left: 5px;
}
#oglasiNova .noActive {
  position: relative;
}
#oglasiNova .noActive .gradient-box {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(91.63deg, rgba(232, 238, 243, 0.6) 0.64%, rgba(249, 249, 253, 0.6) 72.59%, rgba(250, 250, 254, 0) 84.31%);
  border-radius: 20px;
  padding: 30px 40px;
}
#oglasiNova .noActive .gradient-box .img {
  width: 25%;
}
#oglasiNova .noActive .gradient-box h2 {
  text-transform: uppercase;
  color: black;
  font-size: 23px;
  margin: 0 0 30px 0;
  padding: 0;
  text-align: left;
  font-family: 'TeleNeo';
  font-weight: 700;
}
#oglasiNova .noActive .gradient-box p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}
/*#region oglasi details ver 1*/
.OglasDetails {
  position: relative;
  background-image: url(/content/images/kariera-lp/kariera-tekovni-oglasi/tekoven-oglas-bg.png);
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.OglasDetails .tekovenOglas-details {
  position: relative;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0px 25px 65px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  height: 500px;
  overflow: auto;
  top: 10%;
  margin: 0 auto 0 auto;
  width: 80%;
}
.OglasDetails .tekovenOglas-details .oglasHeader {
  position: relative;
  background: linear-gradient(357.43deg, rgba(226, 232, 239, 0.6) 2.66%, rgba(255, 255, 255, 0) 98.38%);
  border-radius: 20px 20px 0px 0px;
  padding: 20px 0;
}
.OglasDetails .tekovenOglas-details .oglasHeader h2 {
  padding: 0px 30px 10px;
  margin: 0;
  color: #e20074;
  font-size: 23px;
  text-transform: uppercase;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-style: italic;
  text-align: left;
}
.OglasDetails .tekovenOglas-details .oglasHeader h3 {
  font-family: 'TeleNeo';
  font-weight: 700;
  color: black;
  font-size: 27px;
  text-transform: uppercase;
  padding: 0 30px;
  margin: 0;
}
.OglasDetails .tekovenOglas-details .oglasiBody {
  padding: 20px 30px 0px;
  position: relative;
}
.OglasDetails .tekovenOglas-details .oglasiBody p {
  font-size: 18px;
  line-height: 1.2;
}
.OglasDetails .tekovenOglas-details .oglasiBody ul li {
  font-size: 18px;
  margin-bottom: 5px;
}
.OglasDetails .tekovenOglas-details::-webkit-scrollbar-thumb {
  background: #e20074;
}
.OglasDetails .tekovenOglas-details::-webkit-scrollbar {
  width: 4px;
}
.OglasDetails .tekovenOglas-details .data-btn {
  position: sticky;
  bottom: 0;
  padding: 20px 30px;
  background: white;
  z-index: 2;
  box-shadow: 0 0 70px 90px #00000008;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #kariera-tekovni-oglasi .main-banner {
    height: 370px;
  }
  #kariera-tekovni-oglasi .main-banner .wrapper .header h1 {
    font-size: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #kariera-tekovni-oglasi .main-banner {
    height: 350px;
  }
  #kariera-tekovni-oglasi .main-banner .wrapper .header h1 {
    font-size: 80px;
  }
  #oglasiNova .wrapper .oglas {
    width: 40%;
    margin: 10px;
  }
  #oglasiNova .wrapper .oglas .h4 label {
    font-size: 17px;
  }
  #oglasiNova .oglasi-wrapper .oglasHeader h2 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #kariera-tekovni-oglasi .main-banner {
    height: 350px;
  }
  #kariera-tekovni-oglasi .main-banner .wrapper .header {
    width: 100%;
  }
  #kariera-tekovni-oglasi .main-banner .wrapper .header h1 {
    font-size: 60px;
  }
  #oglasiNova .oglasi-wrapper {
    padding: 3% 0 10%;
  }
  #oglasiNova .image {
    top: -110px;
    right: initial;
    width: 320px;
    left: -30px;
  }
  .OglasDetails .tekovenOglas-details {
    width: 100%;
  }
  #oglasiNova .wrapper {
    flex-flow: column;
  }
  #oglasiNova .wrapper .oglas {
    width: 100%;
    margin: 25px 0;
  }
  #oglasiNova h4 {
    margin-bottom: 0px;
    font-size: 17px;
  }
}
/*#endregion oglasi details ver1*/
/*#region oglasi details ver2*/
.OglasDetails-ver2 {
  position: relative;
  height: 100vh;
}
.OglasDetails-ver2:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url('/content/images/kariera-lp/kariera-tekovni-oglasi/oglas-bg-img.jpg');
  background-size: cover;
  background-position: center;
  width: 50%;
  height: 100%;
}
.OglasDetails-ver2:before {
  content: '';
  position: absolute;
  background-image: url(/content/images/kariera-lp/kariera-tekovni-oglasi/oglas-triangle.png);
  width: 130px;
  height: 130px;
  background-position: center;
  left: 47%;
  top: 40%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}
.OglasDetails-ver2 .tekovenOglas-details {
  position: relative;
  width: 50%;
  padding: 30px 40px 50px 0;
  height: 100%;
  overflow: auto;
}
.OglasDetails-ver2 .tekovenOglas-details:before {
  content: '';
  position: absolute;
  background-image: url('/content/images/kariera-lp/kariera-tekovni-oglasi/oglas-icon.png');
  width: 160px;
  height: 140px;
  background-position: center;
  right: 30px;
  top: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.OglasDetails-ver2 .tekovenOglas-details::-webkit-scrollbar-thumb {
  background: #e20074;
}
.OglasDetails-ver2 .tekovenOglas-details::-webkit-scrollbar {
  width: 4px;
}
.OglasDetails-ver2 .tekovenOglas-details .oglasHeader h2 {
  margin: 0;
  color: #e20074;
  font-size: 23px;
  text-transform: uppercase;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-style: italic;
  text-align: left;
  padding-bottom: 15px;
}
.OglasDetails-ver2 .tekovenOglas-details .oglasHeader h3 {
  font-family: 'TeleNeo';
  font-weight: 700;
  color: black;
  font-size: 27px;
  text-transform: uppercase;
  margin: 0 0 20px;
}
.OglasDetails-ver2 .tekovenOglas-details p {
  font-size: 18px;
  line-height: 1.2;
}
.OglasDetails-ver2 .tekovenOglas-details ul li {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.OglasDetails-ver2 .data-btn {
  position: relative;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.OglasDetails-ver2 .tekovenOglas-details .oglasDatum {
  float: none !important;
  text-align: left !important;
}
.OglasDetails-ver2 .tekovenOglas-details .oglasDatum h4 {
  margin: 0 !important;
}
.OglasDetails-ver2 .data-btn a {
  margin: 0 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .OglasDetails-ver2 .tekovenOglas-details:before {
    width: 100px;
    height: 100px;
  }
  .OglasDetails-ver2:before {
    width: 80px;
    height: 100px;
    left: 45%;
    top: 35%;
  }
}
@media (max-width: 767px) {
  .OglasDetails-ver2 {
    height: auto;
  }
  .OglasDetails-ver2 .tekovenOglas-details {
    width: 100%;
    padding-right: 0;
  }
  .OglasDetails-ver2:before,
  .OglasDetails-ver2:after {
    display: none;
  }
  .OglasDetails-ver2 .tekovenOglas-details:before {
    width: 80px;
    height: 90px;
    background-position: center;
    right: 0;
    top: 0;
  }
}
/*#endregion oglasi details ver2*/
/*#endregion tekovni oglasi*/
/*#region smart-start*/
@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slide {
  100% {
    right: 0;
  }
}
@keyframes slide {
  100% {
    right: 0;
  }
}
#smart-start section.main-image {
  position: relative;
  background-image: url(/content/images/smart-start/SmartStart-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 900px;
  padding: 4% 0;
}
#smart-start section.main-image img.absolute-img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}
#smart-start section.main-image .container img {
  position: relative;
  z-index: 2;
}
#smart-start section.main-image img.absolute-img {
  animation-name: slidingstep1;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
#smart-start section.main-image.container div.bounce {
  animation-name: bounce;
  animation-duration: 3s;
  top: -70px;
  position: relative;
}
#smart-start section.main-image .container {
  position: relative;
  height: 100%;
}
#smart-start section.main-image .wrapper {
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 270px;
}
#smart-start section.main-image .wrapper div {
  position: absolute;
  width: 45%;
  display: inline-block;
  float: left;
}
#smart-start section.main-image .wrapper .left-box {
  left: 0;
  padding: 30px;
}
#smart-start section.main-image .wrapper .left-box h3 {
  color: white;
  font-size: 30px;
  font-family: 'TeleNeo';
  font-weight: 400;
}
#smart-start section.main-image .wrapper .left-box h3 span {
  font-family: 'TeleNeo';
  font-weight: 800;
  display: block;
}
#smart-start section.main-image .wrapper .right-box {
  background: white;
  padding: 10px 30px;
  border-radius: 30px;
  border-top-left-radius: 0;
  right: 0;
}
#smart-start section.main-image .wrapper .right-box p {
  font-size: 18px;
  font-family: 'TeleNeo';
  font-weight: 700;
  line-height: 1.2 !important;
}
#smart-start section.questions {
  position: relative;
  padding: 4% 0;
  overflow: hidden;
}
#smart-start section.questions #smart-questions {
  position: relative;
  z-index: 2;
  margin-top: 70px;
}
#smart-start section.questions #smart-questions:after {
  content: '';
  background-image: url(/content/images/smart-start/arrow-trans.png);
  width: 490px;
  height: 270px;
  position: absolute;
  top: 0;
  right: 9%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
#smart-start section.questions .question-wrap {
  z-index: 2;
  margin-bottom: 10px;
}
#smart-start section.questions .question-wrap a {
  background: #F1F1F1;
  color: #333;
  font-family: 'TeleNeo';
  font-weight: 500;
  font-size: 18px;
  border-radius: 13px;
  border-top-left-radius: 0;
  position: relative;
  padding: 12px 25px;
  border: 0;
  outline: none;
}
#smart-start section.questions .question-wrap .box .box-inner a {
  color: white !important;
  background: transparent !important;
  text-decoration: underline;
  padding: 0;
}
#smart-start section.questions .question-wrap .box .box-inner a:after {
  content: '';
  display: none;
}
#smart-start section.questions .question-wrap a.active {
  outline: none;
  border: none;
  border-color: transparent;
}
#smart-start section.questions a:after {
  position: absolute;
  content: '';
  background-image: url(/content/images/smart-start/arrow-accord.png);
  background-position: center;
  background-size: contain;
  top: 18px;
  right: -35px;
  display: block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  filter: grayscale(1);
  transition: all ease-in 0.5s;
}
#smart-start section.questions .box.active ~ a:after {
  transform: rotate(180deg);
}
#smart-start section.questions .box.active ~ a.btn {
  background: #e20074;
  color: white;
}
#smart-start section.questions .box.active ~ a.btn:after {
  filter: grayscale(0);
  transition: all ease-in 0.7s;
}
#smart-start section.questions .question-wrap a:hover,
#smart-start section.questions .question-wrap a:focus {
  background: #e20074;
  color: white;
  border: 0;
  outline: none;
}
#smart-start section.questions .question-wrap a:visited {
  outline: none;
  border: 0;
}
#smart-start section.questions h2 {
  position: relative;
  color: #e20074;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
}
#smart-start section.questions p {
  position: relative;
  font-size: 19px;
  line-height: 1.2;
  padding-right: 23%;
  font-family: 'TeleNeo';
  font-weight: 700;
}
#smart-start section.questions .box-inner p {
  font-size: 17px;
  line-height: 21px;
  font-family: 'TeleNeo';
  font-weight: 400;
}
#smart-start section.questions .box-inner ul li {
  font-size: 16px;
  line-height: 20px;
}
#smart-start section.questions .arrow {
  position: absolute;
  top: -50px;
  width: 440px;
  right: 0;
}
#smart-start section.questions .box {
  background: #e20074;
  color: white;
  position: absolute;
  width: auto;
  border-radius: 15px;
  border-top-right-radius: 0;
  box-shadow: -7px 7px 25px 0px rgba(155, 162, 165, 0.56);
  opacity: 0;
  right: -650px;
  top: 10%;
}
#smart-start section.questions .box.active {
  opacity: 1;
  -webkit-animation: slide 0.5s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.5s forwards;
}
#smart-start section.questions .box-inner {
  width: 400px;
  padding: 25px;
  font-size: 16px;
  line-height: 21;
}
#smart-start section.how-to-start {
  position: relative;
  padding: 4% 0;
  background-image: url('/content/images/smart-start/projects-bg.png');
  background-size: cover;
  height: auto;
  color: white;
  text-align: center;
}
#smart-start section.how-to-start h2 {
  position: relative;
  font-size: 44px;
  font-family: 'TeleNeo';
  font-weight: 800;
}
#smart-start section.how-to-start p {
  font-size: 19px;
  padding: 0 55px;
  line-height: 1.2;
}
#smart-start .vertical-carousel {
  position: relative;
  width: 80%;
  margin: 30px auto 50px auto;
  height: 345px;
}
#smart-start #vertical-slick-qa a.item-link {
  text-align: left;
  position: relative;
  display: block;
  width: 100%;
  text-indent: 0;
  padding: 10px;
  margin: 0;
  height: auto;
  font-size: 20px;
  padding: 20px 20px;
  color: white;
  border-bottom: 0;
  line-height: 1.2;
}
#smart-start #vertical-slick-qa a.item-link:hover,
#smart-start #vertical-slick-qa a.item-link:focus {
  text-decoration: none;
}
#smart-start #vertical-slick-qa a.item-link.collapsed {
  border-bottom: 1px solid #fafafa47;
}
#smart-start #vertical-slick-qa .panel-default {
  border: 0;
  background-color: transparent !important;
  text-align: left;
  margin: 0;
}
#smart-start #vertical-slick-qa .panel-default .panel-heading {
  background-color: transparent;
  color: white;
  border: 0 !important;
  padding: 0 !important;
}
#smart-start #vertical-slick-qa .panel-default .panel-heading .panel-title {
  padding: 0;
  margin: 0;
}
#smart-start #vertical-slick-qa .panel-title a.item-link:after {
  content: '-';
  font-family: teleicon-outline;
  position: absolute;
  color: white;
  font-size: 17px;
  top: 25px;
  right: 20px;
  margin: auto;
  transition-property: transform;
  transition-duration: 0.25s;
}
#smart-start #vertical-slick-qa .panel-title a.collapsed.item-link:after {
  content: '+';
  font-family: teleicon-outline;
  position: absolute;
  color: white;
  font-size: 17px;
  top: 25px;
  right: 20px;
  margin: auto;
  transition-property: transform;
  transition-duration: 0.25s;
}
#smart-start div.panel-collapse {
  border: 0 !important;
}
#smart-start div.panel-collapse .panel-body {
  padding: 0;
  border: 0;
}
#smart-start div.panel-collapse .panel-body p {
  padding: 0 !important;
  font-size: 16px;
  line-height: 1.2;
  display: block;
}
#smart-start div.panel-collapse a {
  background: rgba(132, 0, 66, 0.55);
  border-radius: 10px;
  border-top-left-radius: 0 !important;
  padding: 10px 70px 10px 20px !important;
  min-height: 80px;
}
div#vertical-slick-qa span.one-t-dicklaimer {
  position: absolute;
  left: initial;
  right: 0;
  display: inline-block;
  width: 70px;
  height: 80px;
}
div#vertical-slick-qa span.one-t-dicklaimer:before {
  content: '\f3d7';
  right: 20px !important;
  top: 20px;
  background: #d3056c;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  font-family: "Ionicons";
  transform: rotate(45deg);
  font-size: 30px;
  padding: 0px 10px;
  text-align: center;
  position: absolute;
  left: initial;
  z-index: 3;
  line-height: 40px;
}
div#vertical-slick-qa span.one-t-dicklaimer .one-t-dicklaimer-message {
  left: -5px;
  position: absolute;
  bottom: 70px !important;
  width: 65px !important;
}
#smart-start div.panel-collapse a:hover {
  text-decoration: none;
}
#smart-start #vertical-slick-qa a.item-link:hover {
  text-decoration: none;
}
#smart-start section.how-to-start .item-wrap {
  position: absolute;
  background: white;
  height: auto;
  text-align: left;
  padding: 15px 35px;
  bottom: -20px;
  z-index: 3;
  width: 260px;
  left: 0;
  right: 0;
  margin: 20px auto;
  display: none;
}
#smart-start section.how-to-start .item-wrap:before {
  content: '';
  border-top: 43px solid white;
  border-right: 125px solid transparent;
  position: absolute;
  z-index: 3;
  right: -1px;
  bottom: -61%;
  transform: rotate(0deg);
}
#smart-start section.how-to-start .item-wrap:after {
  content: '';
  border-top: 43px solid white;
  border-left: 136px solid transparent;
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: -61%;
  transform: rotate(0deg);
}
#smart-start section.how-to-start .item-wrap h4 {
  text-align: center;
  margin: 0;
  padding: 0;
  top: 0;
}
#smart-start section.how-to-start .item-wrap p {
  color: black;
  display: block;
  padding: 0 !important;
  font-family: 'TeleNeo';
  font-weight: 400;
  line-height: 1.2 !important;
  font-size: 19px !important;
}
#smart-start section.how-to-start .item-wrap h4 a {
  font-family: 'TeleNeo';
  font-weight: 700;
  font-size: 17px;
  margin-top: 30px;
  color: #333;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
#smart-start section.how-to-start .item-wrap h4 a:hover {
  text-decoration: none;
}
#smart-start section.how-to-start .bottom {
  position: relative;
  bottom: 0;
  text-align: right;
}
#smart-start section.how-to-start .bottom a {
  color: #e20074;
  font-size: 24px;
  display: inline;
  float: left;
  margin-right: 20px;
  text-decoration: underline;
  font-family: 'TeleNeo';
  font-weight: 500;
}
#smart-start section.steps {
  position: relative;
  background-image: url(/content/images/smart-start/steps-bcg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
  padding-bottom: 1%;
}
#smart-start section.steps .stepper {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 4% 0;
}
#smart-start section.steps h2 {
  text-align: center;
  color: #e20074;
  text-transform: uppercase;
  margin: 75px 0 10px 0;
  font-size: 45px;
  font-family: 'TeleNeo';
  font-weight: 800;
}
#smart-start section.steps p {
  text-align: center;
  font-size: 21px;
  font-family: 'TeleNeo';
  font-weight: 500;
}
#smart-start section.steps .stepper .img {
  position: relative;
  display: inline;
  width: 20%;
  float: left;
  margin: 0 20px;
  text-align: center;
}
#smart-start section.steps .stepper .img-one:after {
  content: '';
  position: relative;
  background-image: url(/content/images/smart-start/apply.png);
  height: 65px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  display: block;
}
#smart-start section.steps .stepper .img-one.active:after {
  background-image: url(/content/images/smart-start/laptop-w.png);
  height: 115px;
  width: 100%;
}
#smart-start section.steps .stepper .img-two:after {
  content: '';
  position: relative;
  background-image: url(/content/images/smart-start/select.png);
  height: 65px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  display: block;
}
#smart-start section.steps .stepper .img-two.active:after {
  background-image: url(/content/images/smart-start/document-w.png);
  height: 115px;
  width: 100%;
}
#smart-start section.steps .stepper .img-three:after {
  content: '';
  position: relative;
  background-image: url(/content/images/smart-start/interview-m.png);
  height: 65px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  display: block;
}
#smart-start section.steps .stepper .img-three.active:after {
  background-image: url(/content/images/smart-start/interview-w.png);
  height: 115px;
  width: 100%;
}
#smart-start section.steps .stepper .img-four:after {
  content: '';
  position: relative;
  background-image: url(/content/images/smart-start/star.png);
  height: 65px;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  display: block;
}
#smart-start section.steps .stepper .img-four.active:after {
  background-image: url(/content/images/smart-start/star-w.png);
  height: 115px;
  width: 100%;
}
#smart-start section.steps .content {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}
#smart-start section.steps .box {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 9px;
  display: none;
  width: 23%;
  padding: 20px;
  text-align: center;
}
#smart-start section.steps .progress {
  height: 24px;
  overflow: hidden;
  position: relative;
  background-color: transparent;
  border: 0;
  margin: 20px 40px;
  box-shadow: none;
}
#smart-start section.steps .progress div {
  position: relative;
  visibility: visible;
  opacity: 1;
  position: absolute;
  left: 0;
  top: 12px;
  background-color: #ccc;
  height: 1px;
}
#smart-start section.steps .progress div.active {
  visibility: visible;
  opacity: 1;
  background-color: #e20074;
  height: 3px;
  top: 11px;
  z-index: 3;
}
#smart-start section.steps .progress div:before {
  content: '';
  position: absolute;
  background: #ccc;
  width: 13px;
  height: 13px;
  bottom: -5px;
  right: 6px;
  display: block;
  z-index: 8;
  border-radius: 50px;
}
#smart-start section.steps .progress div.active:before {
  background: #e20074;
}
#smart-start section.steps .progress div:after {
  content: '';
  position: absolute;
  background: rgba(204, 204, 204, 0.5);
  width: 21px;
  height: 21px;
  bottom: -9px;
  right: 2px;
  display: block;
  z-index: 7;
  border-radius: 50px;
}
#smart-start section.steps .progress div.active:after {
  background: rgba(226, 0, 116, 0.17);
}
#smart-start section.steps .box h3 {
  font-family: 'TeleNeo';
  font-weight: 700;
  color: #e20074;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 10px;
}
#smart-start section.steps .box p {
  font-size: 16px;
  font-family: 'TeleNeo';
  font-weight: 400;
  line-height: 1.2;
}
#smart-start .iskustva {
  position: relative;
}
#smart-start .iskustva .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background-image: url(/content/images/smart-start/bg-iskustva-baner.png);
  background-size: cover;
  background-position: center;
  padding: 30px 0;
}
#smart-start .iskustva .item-wrapper .white-text-wrap {
  width: 100%;
  margin-top: -40px;
  position: relative;
  padding: 0 0 0 80px;
}
#smart-start .iskustva .item-wrapper .white-text-wrap h2 {
  font-size: 36px;
  color: white;
  font-family: 'TeleNeo';
  font-weight: 655;
  font-style: italic;
  line-height: 1.2;
  text-transform: uppercase;
}
#smart-start .iskustva .item-wrapper .white-text-wrap h2 span {
  display: block;
  font-size: 32px;
  text-transform: uppercase;
}
#smart-start .iskustva a {
  position: absolute;
  bottom: -70px;
}
#smart-start .iskustva .item-wrapper .right-img-wrap {
  width: 75%;
  top: -30px;
  position: relative;
  right: 55px;
}
#smart-start section.video {
  position: relative;
  padding: 3% 0;
  height: auto;
}
#smart-start section.video .wrapper {
  position: relative;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#smart-start section.video .wrapper:before {
  content: '';
  position: absolute;
  background-image: url(/content/images/smart-start/arrow-trans.png);
  background-size: contain;
  height: 200px;
  width: 400px;
  top: -30px;
  z-index: 0;
  background-repeat: no-repeat;
  right: -90px;
}
#smart-start section.video p {
  font-size: 21px;
  padding: 10px 10%;
  font-family: 'TeleNeo';
  font-weight: 500;
  margin: 40px 0;
}
#smart-start section.video p span.magenta-text {
  color: #e20074;
  font-family: 'TeleNeo';
  font-weight: 500;
}
#smart-start section.video .video-wrapper-overlay {
  position: absolute;
  width: 80%;
  height: 390px;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
  background: #333333e6;
  background-image: url(/content/images/smart-start/play-btn.png);
  z-index: 10;
  transition: all ease-out 0.8s;
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: center;
  margin: 0 auto;
}
#smart-start section.video .video-wrap {
  position: relative;
  background-image: url(/content/images/smart-start/shape.png);
  background-position: center;
  background-size: cover;
  height: 100%;
  min-height: 440px;
}
#smart-start section.video .video-wrap iframe {
  width: 80%;
  height: 390px;
  position: relative;
  margin: 0 auto;
}
#smart-start section.video .video-wrap.active iframe {
  display: block;
}
#smart-start section.video .video-wrap.active .video-wrapper-overlay {
  display: none;
  transition: all ease-out 0.8s;
}
#smart-start section.last-section {
  position: relative;
  overflow: hidden;
  padding: 4% 0;
}
#smart-start section.last-section .text-wrap {
  padding-right: 25%;
  padding-top: 15%;
}
#smart-start section.last-section .text-wrap p {
  font-size: 21px;
  font-family: 'TeleNeo';
  font-weight: 500;
}
.arrow-scroll-to {
  position: fixed;
  right: 30px !important;
  top: 50% !important;
  z-index: 5 !important;
  display: none;
}
.arrow-scroll-to a {
  z-index: 3;
  background: #e20074;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  padding: 10px;
  box-shadow: 0px 6px 26px #00000054;
}
.arrow-scroll-to a p {
  position: absolute;
  right: 0px;
  background: white !important;
  color: #e20074 !important;
  font-family: 'TeleNeo';
  font-weight: 700;
  text-transform: none !important;
  font-size: 19px;
  top: 2px;
  z-index: -1;
  border-radius: 50px;
  padding: 11px 25px !important;
  height: 60px !important;
  width: 0;
  box-shadow: 0px 6px 26px #00000054;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-opacity: 0;
  opacity: 0;
  overflow: hidden;
}
.arrow-scroll-to a:hover p {
  width: 200px !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#smart-start a.prev,
#smart-start a.next {
  color: white;
}
div#vertical-slick-qa a.prev,
#vertical-slick-qa a.next {
  position: absolute;
  left: -60px !important;
  top: 40% !important;
  z-index: 4;
  width: 40px;
  height: 40px;
  display: inline-block;
}
#smart-start a.prev i {
  left: -30px;
}
#smart-start a.prev i,
#smart-start a.next i {
  position: relative;
  font-size: 35px;
  opacity: 0.7;
  transition: all ease-in 0.5s;
}
#smart-start a.prev:hover i,
#smart-start a.next:hover i {
  opacity: 1;
  transition: all ease-in 0.5s;
}
@media (max-width: 767px) {
  #smart-start .iskustva .item-wrapper {
    padding: 50px 0 120px;
    flex-direction: column;
  }
  #smart-start .iskustva .item-wrapper .white-text-wrap {
    width: 100%;
    margin-top: -40px;
    padding: 0;
  }
  #smart-start .iskustva .item-wrapper .white-text-wrap h2 {
    font-size: 24px;
    text-transform: uppercase;
  }
  #smart-start .iskustva .item-wrapper .white-text-wrap h2 span {
    font-size: 21px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  #smart-start .iskustva a {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 35%;
  }
  #smart-start .iskustva .item-wrapper .right-img-wrap {
    width: 100%;
    top: unset;
    bottom: -100px;
    text-align: center;
    right: unset;
  }
  #smart-start section.main-image {
    position: relative;
    height: auto;
    padding: 4% 0;
  }
  #smart-start section.main-image img.absolute-img {
    position: absolute;
    height: auto;
    top: 0px;
  }
  #smart-start section.main-image .container div.bounce {
    top: -30px;
  }
  #smart-start section.main-image .wrapper {
    position: relative;
    bottom: 90px;
    width: 100%;
    height: auto;
  }
  #smart-start section.main-image .wrapper div {
    position: relative;
    width: 100%;
    display: block;
    float: none;
  }
  #smart-start .questions .starter {
    position: relative;
    margin-top: 60px;
  }
  #smart-start section.questions p {
    padding-bottom: 30px;
    padding-right: 0;
  }
  #smart-start section.questions #smart-questions:after {
    z-index: -1;
  }
  #smart-start section.questions .question-wrap a {
    z-index: 5;
  }
  #questions-mobile .panel-collapse {
    position: relative;
    width: 100%;
  }
  #questions-mobile .panel-collapse .box-inner {
    position: relative;
    width: 100% !important;
    background: #e20074;
    color: white;
    margin: 10px 0;
    padding: 10px !important;
    font-size: 18px !important;
  }
  #smart-start section.how-to-start h2 {
    font-size: 34px;
  }
  #smart-start section.how-to-start p {
    padding: 0;
  }
  #smart-start section.how-to-start .item-wrap {
    height: auto;
    padding: 0;
    margin: auto auto;
    bottom: 0;
    min-height: 70px;
  }
  #smart-start section.steps .stepper .img {
    margin: 0 8px;
  }
  #smart-start section.steps .box {
    position: relative;
    display: inline-block;
    float: none;
    width: 100%;
  }
  #smart-start section.video p {
    padding: 10px 3%;
  }
  #smart-start section.last-section .text-wrap {
    padding-right: 0;
    padding-top: 40px;
  }
  #smart-start section.video .wrapper::before {
    content: '';
    display: none;
  }
  #smart-start .vertical-slick-slider {
    height: auto;
    width: 100%;
    margin: 30px auto 90px auto;
  }
  #smart-start span.prev i,
  #smart-start span.next i {
    bottom: 50px;
  }
  #smart-start section.how-to-start .item-wrap:after {
    border-top: 44px solid white;
    border-left: 136px solid transparent;
  }
  #smart-start section.how-to-start .item-wrap:before {
    border-top: 44px solid white;
    border-right: 126px solid transparent;
  }
  .control.smart-start-control h2 {
    margin-top: 30px;
  }
  #smart-start section.how-to-start .item-wrap h4 {
    margin-top: 10px;
  }
  #vertical-slick-qa.carousel.vertical .prev {
    top: 40% !important;
    left: -15px !important;
  }
  div#vertical-slick-qa a.next {
    top: 50% !important;
    left: -45px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .vertical-slick-slider button.slick-prev {
    top: 20%;
  }
  .vertical-slick-slider button.slick-next {
    top: 45%;
  }
  #smart-start section.steps .stepper .img {
    margin: 0 17px;
  }
  #smart-start section.steps .box h3 {
    font-size: 22px;
  }
  #smart-start section.steps .box {
    margin: 0 7px;
  }
  #smart-start section.video .video-wrap .video-wrapper-overlay {
    display: none;
  }
}
#questions-mobile .panel-default {
  border: 0;
}
#questions-mobile .panel-default .panel-title {
  padding: 0;
  font-size: 18px;
}
#questions-mobile .panel-default .panel-title a:focus,
#questions-mobile .panel-default .panel-title a:active {
  color: #e20074;
  text-decoration: none;
}
#questions-mobile .panel-collapse.collapse.in {
  background: #e20074;
  color: white;
  font-size: 18px;
  line-height: 1.2;
}
.vertical .carousel-inner {
  height: 100%;
}
.carousel.vertical .item {
  -webkit-transition: 0.6s ease-in-out top;
  -moz-transition: 0.6s ease-in-out top;
  -ms-transition: 0.6s ease-in-out top;
  -o-transition: 0.6s ease-in-out top;
  transition: 0.6s ease-in-out top;
}
#vertical-slick-qa.carousel.vertical .active {
  top: 0;
}
#vertical-slick-qa.carousel.vertical .next {
  top: 100%;
}
#vertical-slick-qa.carousel.vertical .prev {
  top: -100%;
}
#vertical-slick-qa.carousel.vertical .next.left,
#vertical-slick-qa.carousel.vertical .prev.right {
  top: 0;
}
#vertical-slick-qa.carousel.vertical .active.left {
  top: -100%;
}
#vertical-slick-qa.carousel.vertical .active.right {
  top: 100%;
}
#vertical-slick-qa.carousel.vertical .item {
  left: 0;
}
/*#endregion smart start*/
/*#region smart start form*/
.pb-40 {
  padding-bottom: 40px;
}
.control.smart-start-control {
  position: relative;
  background-color: #373737;
  color: white;
  padding: 4% 0;
}
.control.smart-start-control .separated-sections {
  background: transparent linear-gradient(180deg, #00000045 0%, #00000000 100%);
  position: relative;
  padding-top: 50px;
}
.control.smart-start-control .separated-sections .col-sm-4.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.control.smart-start-control .back-header {
  position: absolute;
  top: 20px;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
}
.control.smart-start-control .back-header h1 {
  position: relative;
  width: 100%;
  font-size: 290px;
  text-align: center;
  background: -webkit-linear-gradient(#545353, #373737);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'TeleNeo';
  font-weight: 800;
  opacity: 0.5;
  color: rgba(153, 153, 153, 0.2);
}
.control.smart-start-control .container {
  position: relative;
  z-index: 2;
}
.control.smart-start-control h2 {
  position: relative;
  color: #e20074;
  font-size: 25px;
  z-index: 1;
}
.control.smart-start-control .form-box {
  position: relative;
  margin: 10px 0;
}
.control.smart-start-control .form-group {
  margin-bottom: 0;
}
.control.smart-start-control input {
  border-color: #585858;
  background-color: #434343;
  z-index: 1;
  height: 40px;
  width: 100%;
  color: white;
}
.control.smart-start-control input#captcha {
  position: relative;
  width: 100%;
  border-bottom: 0;
  padding: 0 15px;
}
.control.smart-start-control input:focus {
  border-color: #555;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 8px #555;
  box-shadow: none !important;
}
.control.smart-start-control .form-box.has-error input,
.control.smart-start-control .form-box.has-error .form-control {
  border-color: #e20974bd;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 0px 5px rgba(226, 9, 116, 0.2);
}
.control.smart-start-control hr {
  margin: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.control.smart-start-control input[type="checkbox"]:checked,
.control.smart-start-control input[type="checkbox"]:not(checked) {
  position: absolute;
  opacity: 0;
  left: 4px;
  z-index: 99;
  cursor: pointer;
}
.control.smart-start-control .checkbox-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  border: 1px solid #555;
  background: #434343;
  border-radius: 3px;
}
.control.smart-start-control .checkbox-wrap span:last-of-type {
  margin-left: 30px;
  position: relative;
  font-size: 17px;
}
.control.smart-start-control input[type="checkbox"]:checked + .checkmark::after {
  content: 'V';
  position: absolute;
  color: white;
  font-family: 'Teleicon-outline';
  display: block;
  left: 2px;
  right: 0;
  top: 2px;
  bottom: 0;
  opacity: 1;
  z-index: 3;
  font-size: 16px;
}
.control.smart-start-control .checkbox-wrap span#textCheckbox {
  font-size: 17px;
  line-height: 1.2;
  color: white;
  margin-right: 10px;
}
.control.smart-start-control label {
  position: relative;
  color: white;
  font-size: 17px;
  line-height: 1.2;
  font-family: 'TeleNeo';
  font-weight: 400;
}
.control.smart-start-control select {
  background-color: #434343 !important;
  color: white !important;
  border-color: #585858 !important;
  z-index: 1;
  height: 40px;
}
.control.smart-start-control select:focus {
  border-color: #555;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 8px #555;
  box-shadow: none !important;
}
.control.smart-start-control p {
  font-size: 19px;
  color: white;
  line-height: 1.2;
  z-index: 1;
}
.control.smart-start-control .webshop-fake-upload-document {
  position: relative;
  width: 100%;
  display: inline-block;
  float: left;
  border-color: #272727;
  background-color: #272727;
  cursor: pointer;
  margin-right: 23px;
  height: 42px;
}
.control.smart-start-control .right-side {
  position: relative;
  display: block;
  width: auto;
  float: none;
}
.control.smart-start-control .right-side span {
  position: relative;
  color: white;
  margin-left: 40px;
}
.control.smart-start-control .right-side span:before {
  content: '';
  position: absolute;
  left: -30px;
  width: 20px;
  height: 50px;
  top: -13px;
  background-image: url(/content/images/smart-start/file-pdf.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.control.smart-start-control .webshop-fake-upload-document span.fake-upload-placeholder {
  position: absolute;
  left: 13px;
  text-align: center;
  color: #ffffff47;
  font-size: 14px;
  top: 10px;
}
.control.smart-start-control .btn-default.btn-magen {
  position: relative;
  margin: 30px 0;
  width: 180px;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 17px;
  box-shadow: 0px 23px 36px #46002445;
  border-radius: 7px;
  cursor: pointer;
}
.control.smart-start-control .errorMsg {
  color: #c35977 !important;
  overflow: hidden;
  display: block;
  line-height: 12px;
  margin-top: 0;
  top: 0px;
  margin-bottom: -5px;
  font-family: 'TeleNeo';
  font-weight: 500;
}
.control.smart-start-control .errorMsg.fake-upload {
  display: inline-block;
  top: -12px;
}
.control.smart-start-control .checkbox-wrap.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (max-width: 767px) {
  #smart-start section.questions .arrow {
    top: -140px;
  }
  .control.smart-start-control .back-header h1 {
    font-size: 70px;
  }
  #smart-start section.questions a:after {
    display: none;
  }
  #smart-start .vertical-carousel {
    position: relative;
    width: 90%;
    margin: 30px auto 120px auto;
    height: auto;
  }
  #smart-start a.prev i,
  #smart-start a.next i {
    bottom: -20px;
  }
  div#smart-start .accordion .panel-body {
    padding: 20px;
  }
  #smart-start ul.t-ul-new-white li {
    font-size: 15px;
  }
  #smart-start div.panel-collapse .panel-body p a {
    color: white !important;
    background: transparent !important;
    text-decoration: underline;
    padding: 0 !important;
  }
  .control.smart-start-control .webshop-fake-upload-document span.fake-upload-placeholder {
    text-align: left;
    left: 10px;
  }
  .control.smart-start-control .right-side {
    float: none;
    margin: 20px 0;
  }
  .control.smart-start-control .right-side span {
    margin-left: 30px;
  }
}
/*#endregion smart start form*/
/*#region smart start oglas*/
#smart-start-oglas {
  position: relative;
  height: auto;
}
#smart-start-oglas .wrapper {
  position: relative;
  background-image: url('/content/images/smart-start/smart-start-background.jpg');
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding: 7% 0 5% 0;
}
#smart-start-oglas .wrapper:before {
  content: '';
  position: absolute;
  background-image: url(/content/images/smart-start/smart-start-left-arrow.png);
  width: 300px;
  height: 200px;
  left: 0;
  top: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#smart-start-oglas .wrapper h1 {
  color: white;
  font-size: 37px;
  font-family: 'TeleNeo';
  font-weight: 400;
  margin: 30px 0;
  width: 60%;
  margin: 0 auto;
}
#smart-start-oglas .wrapper h1 span {
  color: white;
  font-family: 'TeleNeo';
  font-weight: 800;
}
#smart-start-oglas .wrapper .oglas-wrap {
  position: relative;
  width: 60%;
  margin: 0 auto;
  background: white;
  margin-top: 60px;
  padding: 40px 50px;
}
#smart-start-oglas .wrapper .oglas-wrap ul li {
  font-size: 16px;
}
#smart-start-oglas .wrapper .oglas-wrap ul {
  margin: 20px 0;
}
#smart-start-oglas .wrapper .oglas-wrap h3 {
  color: #333;
  width: 70%;
  text-align: left;
  font-size: 21px;
  font-family: 'TeleNeo';
  font-weight: 500;
  margin-bottom: 30px;
  margin-top: 30px;
}
#smart-start-oglas .wrapper .oglas-wrap p {
  font-size: 17px;
  line-height: 1.2;
  font-family: 'TeleNeo';
  font-weight: 500;
}
#smart-start-oglas .wrapper .oglas-wrap:after {
  content: '';
  position: absolute;
  background-image: url(/content/images/smart-start/smart-start-right-arrow.PNG);
  background-position: center;
  height: 240px;
  width: 350px;
  background-size: contain;
  background-repeat: no-repeat;
  top: -100px;
  right: -200px;
}
#smart-start-oglas .wrapper .oglas-wrap .btn-wrap {
  position: absolute;
  right: -60px;
  background-color: #4b483f;
  color: white;
  padding: 20px 30px;
  width: 240px;
  text-align: left;
  text-transform: uppercase;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  border-bottom-left-radius: 35px;
  box-shadow: 0px 0px 20px 10px #02020236;
}
#smart-start-oglas .wrapper .oglas-wrap .btn-wrap a.apply-btn {
  color: white;
  font-family: 'TeleNeo';
  font-weight: 700;
  font-size: 16px;
}
#smart-start-oglas a.apply-btn:hover,
#smart-start-oglas a.apply-btn:focus {
  text-decoration: none;
}
#smart-start-oglas a.apply-btn .arrow,
#smart-start-oglas a.apply-btn .arrow:before {
  position: absolute;
}
#smart-start-oglas a.apply-btn .arrow {
  width: 25px;
  height: 25px;
  top: 40px;
  margin: -20px 0 0 -20px;
  -webkit-transform: rotate(-45deg);
  border-left: none;
  border-top: none;
  border-right: 4px #fff solid;
  border-bottom: 4px #fff solid;
  right: 30px;
}
#smart-start-oglas a.apply-btn .arrow:before {
  content: '';
  width: 20px;
  height: 20px;
  top: 0;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 3px #fff solid;
  border-bottom: 3px #fff solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
  right: 10px;
}
@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}
@media (max-width: 767px) {
  #smart-start-oglas .wrapper h1 {
    font-size: 24px;
    width: 90%;
  }
  #smart-start-oglas .wrapper {
    padding: 7% 0 17% 0;
  }
  #smart-start-oglas .wrapper .oglas-wrap {
    width: 90%;
    padding: 20px 20px;
  }
  #smart-start-oglas .wrapper .oglas-wrap h3 {
    width: 90%;
    font-size: 20px;
  }
  #smart-start-oglas .wrapper .oglas-wrap:after {
    content: '';
    height: 190px;
    width: 140px;
    top: -100px;
    right: -30px;
  }
  #smart-start-oglas .wrapper .oglas-wrap .btn-wrap {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 1500px) {
  #smart-start section.questions .arrow {
    position: absolute;
    top: -10px;
    width: 440px;
    right: 40px;
  }
  #m1-business-new .main-banner .header {
    width: 100%;
    top: 0;
    text-align: left;
  }
  #m1-business-new .main-banner .header .wrapper {
    padding: 3% 40% 20% 30%;
  }
  #m1-business-new .main-banner .header h1 {
    font-size: 48px;
    line-height: 1;
    font-family: 'TeleNeo';
    font-weight: 800;
  }
  #m1-business-new .main-banner .header h2 {
    color: white;
    font-size: 35px;
    line-height: 1.2;
  }
  #m1-business-new .main-banner .header p {
    font-size: 27px;
    line-height: 28px;
  }
}
/*#endregion smart start oglas*/
/*#region SmartStart Carousel redesign */
#smart-start .how-to-start .horizontal-carousel {
  position: relative;
  margin: 30px auto 50px auto;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #smart-start .how-to-start .horizontal-carousel {
    margin: 30px auto 60px auto;
  }
}
#smart-start .how-to-start .horizontal-carousel .carousel-inner {
  display: flex;
  height: 100%;
  transition: transform 0.1s ease-in-out;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #smart-start .how-to-start .horizontal-carousel .carousel-inner {
    width: 85%;
    margin: 0 auto;
  }
}
#smart-start .how-to-start .horizontal-carousel .carousel-inner img {
  display: none;
}
#smart-start .how-to-start .horizontal-carousel .carousel-inner .item {
  left: 0;
  flex: 0 0 auto;
  width: 100%;
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  height: 100%;
}
#smart-start .how-to-start .horizontal-carousel .carousel-inner .item.active {
  top: 0;
  display: block;
  opacity: 1;
}
#smart-start .how-to-start .horizontal-carousel .carousel-inner .item.next {
  display: block;
}
#smart-start .how-to-start .horizontal-carousel .carousel-inner .item.prev {
  display: block;
}
#smart-start #horizontal-slick-qa .link {
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 55px;
  border-radius: 8px;
  background: rgba(132, 0, 66, 0.55);
}
#smart-start #horizontal-slick-qa .one-t-dicklaimer {
  position: relative;
  left: initial;
  right: 0;
  display: inline-block;
  width: 75px;
  height: 80px;
  top: inherit;
}
#smart-start #horizontal-slick-qa .one-t-dicklaimer:before {
  content: '\f3d7';
  right: 20px !important;
  top: 8px;
  background: #d3056c;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  font-family: "Ionicons";
  transform: rotate(45deg);
  font-size: 30px;
  padding: 0px 10px;
  text-align: center;
  position: absolute;
  left: initial;
  z-index: 3;
  line-height: 40px;
}
#smart-start #horizontal-slick-qa .one-t-dicklaimer .one-t-dicklaimer-message {
  left: 0;
  position: absolute;
  bottom: 70px !important;
  width: 65px !important;
}
#smart-start #horizontal-slick-qa .panel-group {
  display: flex;
  opacity: 1;
  width: 100%;
  height: 100%;
  justify-content: center;
  column-gap: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #smart-start #horizontal-slick-qa .panel-group {
    row-gap: 30px;
    flex-wrap: wrap;
  }
}
#smart-start #horizontal-slick-qa .panel-default {
  border: 0;
  text-align: left;
  margin: 0;
  width: 32%;
  border-radius: 8px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  background: rgba(132, 0, 66, 0.4);
  position: relative;
  box-shadow: 0px -5px 9px 3px rgba(241, 241, 249, 0.12);
}
@media only screen and (max-width: 767px) {
  #smart-start #horizontal-slick-qa .panel-default {
    width: 100%;
  }
}
#smart-start #horizontal-slick-qa .panel-default .panel-heading {
  background-color: transparent;
  color: white;
  border: 0 !important;
  padding: 0 !important;
}
#smart-start #horizontal-slick-qa .panel-default .panel-heading .panel-title {
  padding: 0;
  margin: 0;
  min-height: 90px;
}
#smart-start #horizontal-slick-qa .panel-default .panel-heading .panel-title a {
  min-height: 115px;
  display: inline-flex;
  align-items: flex-start;
}
#smart-start #horizontal-slick-qa .panel-default .panel-heading .panel-title .collapsed.item-link:after {
  content: '+';
  font-family: teleicon-outline;
  position: absolute;
  color: white;
  font-size: 17px;
  top: 25px;
  right: 20px;
  margin: auto;
  transition-property: transform;
  transition-duration: 0.25s;
  display: none;
}
@media only screen and (max-width: 767px) {
  #smart-start #horizontal-slick-qa .panel-default .panel-heading .panel-title .collapsed.item-link:after {
    right: 0;
  }
}
#smart-start #horizontal-slick-qa .panel-default .panel-heading .panel-title .item-link {
  padding: 30px 10px 10px 20px;
}
#smart-start #horizontal-slick-qa .panel-default .panel-heading .panel-title .item-link:after {
  content: '-';
  font-family: teleicon-outline;
  position: absolute;
  color: white;
  font-size: 17px;
  top: 25px;
  right: 20px;
  margin: auto;
  transition-property: transform;
  transition-duration: 0.25s;
  display: none;
}
@media only screen and (max-width: 767px) {
  #smart-start #horizontal-slick-qa .panel-default .panel-heading .panel-title .item-link:after {
    right: 0;
  }
}
#smart-start #horizontal-slick-qa .panel-collapse {
  display: block;
}
#smart-start #horizontal-slick-qa .panel-collapse a {
  background: transparent;
  border-radius: 10px;
  border-top-left-radius: 0 !important;
  padding: 10px 20px !important;
  min-height: 250px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #smart-start #horizontal-slick-qa .panel-collapse a {
    min-height: 290px;
  }
}
#smart-start #horizontal-slick-qa .panel-collapse .pannel-body {
  padding: 0;
  border: 0;
}
#smart-start #horizontal-slick-qa .panel-collapse .pannel-body p {
  padding: 0 !important;
  font-size: 16px;
  line-height: 1.2;
  display: block;
}
#smart-start #horizontal-slick-qa a.prev i {
  position: absolute;
  top: 50%;
  font-size: 35px;
  opacity: 0.7;
  transition: all ease-in 0.5s;
  left: -35px;
}
@media only screen and (max-width: 767px) {
  #smart-start #horizontal-slick-qa a.prev i {
    left: -10px;
  }
}
#smart-start #horizontal-slick-qa a.next i {
  position: absolute;
  top: 50%;
  font-size: 35px;
  opacity: 0.7;
  transition: all ease-in 0.5s;
  right: -35px;
}
@media only screen and (max-width: 767px) {
  #smart-start #horizontal-slick-qa a.next i {
    right: -10px;
  }
}
#smart-start #horizontal-slick-qa .item-link {
  text-align: left;
  display: block;
  width: 100%;
  text-indent: 0;
  margin: 0;
  height: auto;
  font-size: 20px;
  padding: 20px 20px;
  color: white;
  border-bottom: unset !important;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  #smart-start #horizontal-slick-qa .item-link {
    padding: 20px 20px 20px 0;
    font-size: 19px;
  }
}
#smart-start #horizontal-slick-qa .item-link.collapsed {
  border-bottom: 1px solid #fafafa47;
}
#smart-start .carousel-indicators {
  text-align: center;
  margin-top: 15px;
  bottom: -50px;
}
@media only screen and (max-width: 767px) {
  #smart-start .carousel-indicators {
    bottom: -60px;
  }
}
#smart-start .carousel-indicators.active {
  background-repeat: no-repeat;
  border: none;
  background-color: #ddd;
  border-radius: 0;
  height: 1px;
  width: 25px;
  margin: 0 4px;
  opacity: 0.7;
  transition: opacity 0.3s;
  padding: 1px;
}
#smart-start .carousel-indicators li {
  border: none;
  background-color: #ddd;
  border-radius: 5px;
  height: 1px;
  width: 25px;
  margin: 0 4px;
  opacity: 0.7;
  transition: opacity 0.3s;
  padding: 1px;
}
#smart-start .carousel-indicators li.active {
  height: 5px;
  color: white;
  opacity: 1;
  width: 30px;
}
/*#endregion SmartStart Carousel redesign*/
/*#region Data Sednici na sobranie*/
#data-sednici {
  position: relative;
  width: 100%;
  height: 100%;
}
#data-sednici .main-banner {
  position: relative;
  background-image: url(/content/images/za-kompanijata/odnosi-so-investitori/timg.jpg);
  background-size: cover;
  height: 520px;
  background-position: center;
  background-repeat: no-repeat;
}
#data-sednici .main-banner .heading-wrapper {
  position: relative;
  height: 300px;
}
#data-sednici .main-banner .heading-wrapper .header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -65px;
  background-color: #fff;
  box-shadow: 0px 30px 89px #0000001a;
  padding: 30px 50px;
  width: 80%;
  margin: 0 auto;
}
#data-sednici h1.text-center {
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 26px;
  color: #000000;
}
#data-sednici .quality-box {
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.07);
  position: relative;
  margin: 30px 0;
  transition: ease-in-out 500ms;
  padding-bottom: 20px;
}
#data-sednici .quality-box a {
  padding-left: 55px;
  display: block;
  width: 100%;
  color: #202020;
  padding-top: 25px;
  font-size: 18px;
}
#data-sednici .quality-box a:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/content/images/link-magenta.png);
  background-repeat: no-repeat;
  background-position: center;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
}
#data-sednici section.content {
  margin: 95px 0px 40px;
}
#data-sednici ul.t-ul-new-magenta li {
  font-size: 18px !important;
}
#data-sednici p {
  font-size: 18px;
}
#data-sednici h2 {
  color: #e20074;
  font-size: 24px;
  margin: 10px 0px;
}
#data-sednici ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
#data-sednici ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 20px;
  font-size: 18px;
}
#data-sednici ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
  color: #e20074;
  width: 1em;
  margin-left: -1em;
  position: relative;
  left: -7px;
  font-family: 'TeleNeo';
  font-weight: 700;
  font-size: 19px;
}
#data-sednici ol > li ol li {
  margin: 10px 0;
}
#data-sednici ol > li ol li:before {
  content: counters(item, ".") " ";
}
@media (min-width: 768px) and (max-width: 991px) {
  #data-sednici .main-banner {
    background-position: 80% !important;
  }
  #data-sednici .main-banner .header {
    bottom: 70px !important;
    padding: 35px !important;
    width: 95% !important;
  }
  #data-sednici h1.text-center {
    font-size: 34px !important;
  }
  #data-sednici .content .text-wrap {
    font-size: 17px !important;
    padding: 20px;
    margin-top: 100px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  #data-sednici .main-banner {
    background-position: 85% !important;
  }
  #data-sednici .main-banner .heading-wrapper .header {
    padding: 30px !important;
    width: 100% !important;
    bottom: 70px;
  }
  #data-sednici h1 {
    font-size: 30px !important;
  }
  #data-sednici.content {
    margin-top: 90px !important;
    margin-bottom: 30px !important;
  }
}
/*#endregion Data Sednici na sobranie*/
/*#region Green Good Magenta*/
#good-green-magenta .partOne {
  position: relative;
}
#good-green-magenta .partOne .main-image {
  background-image: url(/content/images/Korporativna-redesign/main-banner-idnina.png);
  position: relative;
  height: 95vh;
  background-repeat: no-repeat;
  background-position: center -40px;
  background-size: cover;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #good-green-magenta .partOne .main-image {
    height: 80vh;
    background-position: center 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .partOne .main-image {
    height: 50vh;
    background-position: center 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .partOne .main-image {
    height: 40vh;
    background-position: center 0;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .partOne .main-image {
    background-image: url(/content/images/Korporativna-redesign/bg-mobile.png);
    background-position: center;
    height: auto;
    padding: 220px 0px;
  }
}
#good-green-magenta .partOne .magenta-idnina {
  position: absolute;
  background-image: url(/content/images/Korporativna-redesign/background-idnina.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  bottom: -190px;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #good-green-magenta .partOne .magenta-idnina {
    position: relative;
    bottom: 165px;
    background-position: top right;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .partOne .magenta-idnina {
    position: relative;
    bottom: unset;
    background-image: none !important;
    background-color: #e20074;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .partOne .magenta-idnina {
    position: relative;
    bottom: unset;
    background-image: none !important;
    background-color: #e20074;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .partOne .magenta-idnina {
    position: relative;
    bottom: unset;
    background-image: none !important;
    background-color: #e20074;
  }
}
#good-green-magenta .partOne .magenta-idnina .text-wrap {
  text-align: center;
  color: white;
  padding: 85px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .partOne .magenta-idnina .text-wrap {
    padding: 25px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .partOne .magenta-idnina .text-wrap {
    padding: 25px 10px;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .partOne .magenta-idnina .text-wrap {
    padding: 35px 0;
  }
}
#good-green-magenta .partOne .magenta-idnina .text-wrap h1 {
  color: white;
  font-size: 42px;
  font-family: 'TeleNeo';
  font-weight: 800;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .partOne .magenta-idnina .text-wrap h1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .partOne .magenta-idnina .text-wrap h1 {
    font-size: 36px;
    line-height: 1.2;
  }
}
#good-green-magenta .partOne .magenta-idnina .text-wrap h1 span {
  display: block;
  font-size: 28px;
  text-transform: none;
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .partOne .magenta-idnina .text-wrap h1 span {
    font-size: 26px;
  }
}
#good-green-magenta .partOne .magenta-idnina .text-wrap p {
  font-size: 20px;
  padding: 10px 320px 0;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #good-green-magenta .partOne .magenta-idnina .text-wrap p {
    padding: 10px 120px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .partOne .magenta-idnina .text-wrap p {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .partOne .magenta-idnina .text-wrap p {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .partOne .magenta-idnina .text-wrap p {
    padding: 0;
  }
}
#good-green-magenta .green-idnina {
  background-color: #a4d866;
  position: relative;
  margin-top: 180px;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #good-green-magenta .green-idnina {
    margin-top: -180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .green-idnina {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .green-idnina {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .green-idnina {
    margin-top: 0;
  }
}
#good-green-magenta .green-idnina .wrapper {
  display: flex;
  padding: 90px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .green-idnina .wrapper {
    padding: 50px 0 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .green-idnina .wrapper {
    padding: 50px 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .green-idnina .wrapper {
    padding: 0;
    flex-direction: column;
  }
}
#good-green-magenta .green-idnina .wrapper .text-wrap {
  color: white;
  text-align: left;
  width: 30%;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #good-green-magenta .green-idnina .wrapper .text-wrap {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .green-idnina .wrapper .text-wrap {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .green-idnina .wrapper .text-wrap {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .green-idnina .wrapper .text-wrap {
    width: 100%;
    padding: 30px 0;
  }
}
#good-green-magenta .green-idnina .wrapper .text-wrap .image {
  width: 50%;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .green-idnina .wrapper .text-wrap .image {
    width: 45%;
    padding-bottom: 20px;
  }
}
#good-green-magenta .green-idnina .wrapper .text-wrap p {
  font-size: 20px;
  line-height: 1.2;
}
#good-green-magenta .green-idnina .wrapper .right-image {
  position: absolute;
  width: 35%;
  top: 0;
  right: 270px;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #good-green-magenta .green-idnina .wrapper .right-image {
    width: 40%;
    right: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .green-idnina .wrapper .right-image {
    width: 45%;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .green-idnina .wrapper .right-image {
    width: 50%;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .green-idnina .wrapper .right-image {
    position: relative;
    width: 80%;
    margin: 0 auto;
    right: unset;
    top: unset;
  }
}
#good-green-magenta .blue-idnina {
  background-color: #a4d866;
  position: relative;
  margin-top: 180px;
  margin-top: 0;
  background-color: #00b6ed;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #good-green-magenta .blue-idnina {
    margin-top: -180px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .blue-idnina {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .blue-idnina {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .blue-idnina {
    margin-top: 0;
  }
}
#good-green-magenta .blue-idnina .wrapper {
  display: flex;
  padding: 90px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .blue-idnina .wrapper {
    padding: 50px 0 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .blue-idnina .wrapper {
    padding: 50px 0 90px;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .blue-idnina .wrapper {
    padding: 0;
    flex-direction: column;
  }
}
#good-green-magenta .blue-idnina .wrapper .text-wrap {
  color: white;
  text-align: left;
  width: 30%;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #good-green-magenta .blue-idnina .wrapper .text-wrap {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .blue-idnina .wrapper .text-wrap {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .blue-idnina .wrapper .text-wrap {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .blue-idnina .wrapper .text-wrap {
    width: 100%;
    padding: 30px 0;
  }
}
#good-green-magenta .blue-idnina .wrapper .text-wrap .image {
  width: 50%;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .blue-idnina .wrapper .text-wrap .image {
    width: 45%;
    padding-bottom: 20px;
  }
}
#good-green-magenta .blue-idnina .wrapper .text-wrap p {
  font-size: 20px;
  line-height: 1.2;
}
#good-green-magenta .blue-idnina .wrapper .right-image {
  position: absolute;
  width: 35%;
  top: 0;
  right: 270px;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #good-green-magenta .blue-idnina .wrapper .right-image {
    width: 40%;
    right: 120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .blue-idnina .wrapper .right-image {
    width: 45%;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .blue-idnina .wrapper .right-image {
    width: 50%;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .blue-idnina .wrapper .right-image {
    position: relative;
    width: 80%;
    margin: 0 auto;
    right: unset;
    top: unset;
  }
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #good-green-magenta .blue-idnina {
    margin-top: 0;
  }
}
#good-green-magenta .blue-idnina .right-image {
  position: absolute;
  width: 35%;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #good-green-magenta .blue-idnina .right-image {
    width: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .blue-idnina .right-image {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .blue-idnina .right-image {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .blue-idnina .right-image {
    position: relative;
    width: 80%;
    margin: 0 auto;
  }
}
#good-green-magenta .tabs-idnina {
  position: relative;
  background: linear-gradient(180deg, #E6E6F5 0%, #FFFFFF 50%);
  padding: 50px 0;
}
#good-green-magenta .tabs-idnina .tabs {
  position: relative;
  margin: 0 auto;
}
#good-green-magenta .tabs-idnina .tabs ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  border: 0;
  column-gap: 30px;
}
#good-green-magenta .tabs-idnina .tabs ul .green-li {
  background: linear-gradient(180deg, #A4D866 0%, #74B427 100%);
}
#good-green-magenta .tabs-idnina .tabs ul .green-li:hover {
  background: radial-gradient(farthest-corner at 200% -20%, #a4d866, #74b427) !important;
}
#good-green-magenta .tabs-idnina .tabs ul .blue-li {
  background: linear-gradient(180deg, #00B6ED 0%, #039CCA 100%);
}
#good-green-magenta .tabs-idnina .tabs ul .blue-li:hover {
  background: radial-gradient(farthest-corner at 200% -20%, #00B6ED, #039CCA) !important;
}
#good-green-magenta .tabs-idnina .tabs ul li {
  position: relative;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 12px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
#good-green-magenta .tabs-idnina .tabs ul li p {
  color: white;
  text-transform: uppercase;
  padding: 25px 20px;
  font-family: 'TeleNeo';
  font-weight: 800;
  line-height: 1.1;
}
#good-green-magenta .tabs-idnina .tabs ul li.active {
  transition: all ease-in-out 0.3s;
}
#good-green-magenta .tabs-idnina .tabs ul li.active:before {
  content: " ";
  position: absolute;
  background-color: white;
  width: 45px;
  height: 5px;
  border-radius: 8px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#good-green-magenta .tabs-idnina div#myTabContent-ict {
  padding: 0;
}
#good-green-magenta .tabs-idnina .tabsContent-wrapper {
  padding: 30px 50px;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #good-green-magenta .tabs-idnina .tabsContent-wrapper {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .tabs-idnina .tabsContent-wrapper {
    padding: 0;
  }
}
#good-green-magenta .tabs-idnina .tabsContent-wrapper div#myTabContent-ict {
  padding: 0;
  width: 100%;
}
#good-green-magenta .tabs-idnina .tabsContent-wrapper .text-wrap {
  padding: 0 200px 40px;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #good-green-magenta .tabs-idnina .tabsContent-wrapper .text-wrap {
    padding: 0 120px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .tabs-idnina .tabsContent-wrapper .text-wrap {
    padding: 0 70px 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .tabs-idnina .tabsContent-wrapper .text-wrap {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .tabs-idnina .tabsContent-wrapper .text-wrap {
    padding: 0;
  }
}
#good-green-magenta .tabs-idnina .tabsContent-wrapper .text-wrap h2 {
  text-transform: uppercase;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 27px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .tabs-idnina .tabsContent-wrapper .text-wrap h2 {
    margin-bottom: 10px;
  }
}
#good-green-magenta .tabs-idnina .tabsContent-wrapper .text-wrap p {
  padding: 10px 0 0;
  font-size: 18px;
}
#good-green-magenta .tabs-idnina .tabsContent-wrapper .green {
  position: relative;
}
#good-green-magenta .tabs-idnina .tabsContent-wrapper .green.dc-active {
  background: linear-gradient(180deg, #A4D866 0%, #74B427 100%) !important;
  color: white !important;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 22px;
  transition: all ease-in-out 0.3s;
}
#good-green-magenta .tabs-idnina .tabsContent-wrapper .green.dc-active:before {
  content: " ";
  position: absolute;
  background-color: white;
  width: 70px;
  height: 2px;
  border-radius: 8px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#good-green-magenta .tabs-idnina .tabsContent-wrapper .green.dc-tab_drawer_heading {
  background: linear-gradient(180deg, #A4D866 0%, #74B427 100%) !important;
  color: white !important;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 22px;
}
#good-green-magenta .tabs-idnina .tabsContent-wrapper .blue {
  position: relative;
}
#good-green-magenta .tabs-idnina .tabsContent-wrapper .blue.dc-active {
  background: linear-gradient(180deg, #00B6ED 0%, #039CCA 100%) !important;
  color: white !important;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 22px;
  transition: all ease-in-out 0.3s;
}
#good-green-magenta .tabs-idnina .tabsContent-wrapper .blue.dc-active:before {
  content: " ";
  position: absolute;
  background-color: white;
  width: 70px;
  height: 2px;
  border-radius: 8px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#good-green-magenta .tabs-idnina .tabsContent-wrapper .blue.dc-tab_drawer_heading {
  background: linear-gradient(180deg, #00B6ED 0%, #039CCA 100%) !important;
  color: white !important;
  font-family: 'TeleNeo';
  font-weight: 800;
  font-size: 22px;
}
#good-green-magenta .tabs-idnina .tabsContent-wrapper .dc-tab_drawer_heading {
  width: 100%;
  text-align: center !important;
  border-radius: 8px;
  color: black;
  font-family: 'TeleNeo';
  font-weight: 700;
  background: #FFFFFF;
  text-align: left;
  display: flex;
  align-items: center;
  margin: 20px auto;
  padding: 10px;
  box-shadow: 0 0 70px 30px rgba(0, 0, 0, 0.1);
}
#good-green-magenta .togetherness {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .togetherness {
    padding: 10px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .togetherness {
    padding: 10px 0 0;
  }
}
#good-green-magenta .togetherness .wrapper {
  position: relative;
  clear: both;
  overflow: hidden;
  height: 380px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  column-gap: 70px;
  margin-bottom: 50px;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #good-green-magenta .togetherness .wrapper {
    height: 400px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .togetherness .wrapper {
    column-gap: 40px;
    height: 520px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .togetherness .wrapper {
    height: auto;
    background: white;
    box-shadow: 0 0 35px 7px #f8f8f8;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .togetherness .wrapper {
    height: auto;
    background: white;
    box-shadow: 0 0 35px 7px #f8f8f8;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .togetherness .wrapper.one {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .togetherness .wrapper.one {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .togetherness .wrapper.two {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .togetherness .wrapper.two {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .togetherness .wrapper.three {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .togetherness .wrapper.three {
    flex-direction: column-reverse;
  }
}
#good-green-magenta .togetherness .wrapper div {
  position: relative;
  display: flex;
  width: 40%;
  height: 100%;
  vertical-align: middle;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #good-green-magenta .togetherness .wrapper div {
    width: 45%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .togetherness .wrapper div {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .togetherness .wrapper div {
    width: 100%;
    padding: 0px 10px;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .togetherness .wrapper div {
    width: 100%;
    padding: 0px 10px;
    display: block;
  }
}
#good-green-magenta .togetherness .wrapper h3 {
  position: relative;
  font-size: 22px;
  color: black;
  font-family: 'TeleNeo';
  font-weight: 800;
  line-height: 1.2;
  margin-top: 35px;
  text-transform: uppercase;
  min-height: 40px;
  padding-right: 165px;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #good-green-magenta .togetherness .wrapper h3 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .togetherness .wrapper h3 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .togetherness .wrapper h3 {
    margin-top: 15px;
    min-height: 20px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .togetherness .wrapper h3 {
    margin-top: 15px;
    min-height: 20px;
    padding-right: 0;
  }
}
#good-green-magenta .togetherness .wrapper p {
  font-size: 18px;
  line-height: 1.2;
  color: black;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #good-green-magenta .togetherness .wrapper p {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .togetherness .wrapper p {
    padding-left: 0px;
  }
}
#good-green-magenta .togetherness .wrapper .left-img {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #good-green-magenta .togetherness .wrapper .left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .togetherness .wrapper .left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70%;
  }
}
#good-green-magenta .togetherness .wrapper .right-img {
  position: relative;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media only screen and (min-width:1200px) and (max-width: 1440px) {
  #good-green-magenta .togetherness .wrapper .right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #good-green-magenta .togetherness .wrapper .right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 70%;
  }
}
@media (min-height: 768px) {
  #good-green-magenta .tabs-idnina .tabsContent-wrapper .dc-tab_drawer_heading.visible-xs {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .tabs-idnina .tabsContent-wrapper .dc-tab_drawer_heading.visible-xs {
    display: block !important;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 767px) {
  #good-green-magenta .tabs-idnina .tabsContent-wrapper .dc-tab_drawer_heading.visible-xs span {
    font-family: 'TeleNeo';
    font-weight: 700;
  }
}
/*#endregion Green Good Magenta*/