@import "/css/blueprint/reset_clearfix.min.css";
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*.close-menu {
  background: transparent url('/images/icons/close-menu.svg') no-repeat center center;
  height: 80px;
  width: 80px;
  display: inline-block; 
}

.icon-toggle {
  background: transparent url('/images/icons/menu.svg') no-repeat center center;
  height: 31px;
  width: 33px;
  display: inline-block; 
}

.previous-category-arrow {
  background: transparent url('/images/icons/prev-category.svg') no-repeat center center;
  height: 115px;
  width: 115px;
  display: inline-block;
  background-size: cover;

  &:hover {
    background: transparent url('/images/icons/prev-category-hover.svg') no-repeat center center;
    background-size: cover;
  }
}

.next-category-arrow {
  background: transparent url('/images/icons/next-category.svg') no-repeat center center;
  height: 115px;
  width: 115px;
  display: inline-block;
  background-size: cover;

  &:hover {
    background: transparent url('/images/icons/next-category-hover.svg') no-repeat center center;
    background-size: cover;
  }
}

.audio {
  background: transparent url('/images/icons/audio.svg') no-repeat center center;
  height: 45px;
  width: 40px !important;
  display: inline; 
}

.exhibition-details-icon {
  background: transparent url('/images/icons/exhibition-text.svg') no-repeat center center;
  height: 115px;
  width: 115px;
  display: inline-block;
  background-size: cover;

  &.opened {
    background: transparent url('/images/icons/exhibition-close.svg') no-repeat center center;
    background-size: cover;
  }
}

#videoControl {
  background: transparent url('/images/icons/camera.png') no-repeat center center;
  height: 40px;
  width: 50px;
  display: inline-block;

  &.paused {
    background: transparent url('/images/icons/camera-paused.png') no-repeat center center;
  }
}

#audio-speaker {
  background: transparent url('/images/icons/headphones.png') no-repeat center center;
  height: 40px;
  width: 50px;
  display: inline-block;
  border:none !important;
}*/

/*@primary-dark: #278F33;*/
/*@gray-light: #F0F0F0;*/
.montserrat-500 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.metropolis {
  font-family: "Metropolis", sans-serif;
}
body {
  font-family: 'Roboto Flex', sans-serif;
  color: #54595f;
  font-weight: 400;
}
a {
  text-decoration: none;
  color: #54595f;
}
a:hover {
  text-decoration: none;
  color: #54595f;
}
h1 {
  font-family: "Metropolis", sans-serif;
  color: #54595f;
  font-size: 58px;
  font-weight: 600;
  line-height: 80px;
}
h1.title-under-menu {
  padding-top: 162px;
  padding-bottom: 100px;
}
h1.title-under-img {
  padding-top: 140px;
  padding-bottom: 46px;
}
h2 {
  font-family: "Metropolis", sans-serif;
  color: #54595f;
  font-size: 36px;
  font-weight: 600;
}
h3 {
  font-family: "Metropolis", sans-serif;
  color: #54595f;
  font-size: 26px;
  font-weight: 600;
}
p {
  font-size: 20px;
  line-height: 32px;
}
.tm-button {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  color: white;
  border-radius: 12px;
  width: 260px;
  padding: 14px 0;
  text-align: center;
  letter-spacing: 0.5px;
  transition: 0.3s all;
}
.tm-button a {
  color: white;
}
.tm-button-primary {
  background-color: #789b4a;
}
.tm-button-primary:hover {
  background-color: #242628;
}
.tm-button-secondary {
  background-color: #a5c500;
}
.tm-button-secondary:hover {
  background-color: #242628;
}
.tm-button-link {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #789b4a;
  font-size: 16px;
  display: flex;
  align-items: center;
  width: fit-content;
}
.tm-button-link img {
  margin-right: 18px;
}
.tm-button-link:hover {
  color: #789b4a;
}
.tm-button-link a {
  color: #789b4a;
}
.tm-button-small {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 4px 20px;
  text-align: center;
  background-color: white;
  border: 1px solid #e3e3e3;
  white-space: nowrap;
  line-height: 20px;
  margin-left: 13px;
}
.tm-button-small a {
  padding: 4px 0px;
  display: block;
  font-size: 11px;
}
.tm-button-small.no-border {
  border: none;
  padding: 1px 0;
}
.tm-button-small-primary {
  color: white;
  background-color: #789b4a;
  border: 1px solid #789b4a;
}
.tm-button-small-primary a {
  color: white;
}
.tm-input {
  width: 100%;
  border: none;
  background-color: #e9edf4;
  border-radius: 12px;
  padding: 22px 29px;
  height: unset;
  font-size: 14px;
  line-height: 22px;
}
.tm-input:focus {
  background-color: #e9edf4;
}
.tm-checkbox {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.tm-checkbox:hover input ~ .checkmark {
  background-color: rgba(0, 0, 0, 0.1);
}
.tm-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.tm-checkbox input:checked ~ .checkmark:after {
  display: block;
}
.tm-checkbox .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  background-color: transparent;
  height: 10px;
  width: 10px;
  padding: 2px;
  border: 1px solid #54595f;
}
.tm-checkbox .checkmark:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  display: none;
  background-color: #789b4a;
  height: 12px;
  width: 12px;
}
.tm-checkbox a {
  margin-left: 6px;
  position: relative;
  top: 1px;
}
.tm-radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 20px;
  line-height: 32px;
}
.tm-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.tm-radio-checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: white;
  border-radius: 50%;
  border: 1px solid #54595f;
}
.tm-radio-container:hover input ~ .tm-radio-checkmark {
  background-color: #e3e3e3;
}
.tm-radio-container input:checked ~ .tm-radio-checkmark {
  background-color: white;
}
.tm-radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.tm-radio-container input:checked ~ .tm-radio-checkmark:after {
  display: block;
}
.tm-radio-container .tm-radio-checkmark:after {
  top: 1px;
  left: 1px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #789b4a;
}
.tm-search {
  position: relative;
}
.tm-search input {
  font-size: 20px;
  width: 259px;
  height: 30px;
  border-color: #e3e3e3;
  border-radius: 6px;
}
.tm-search input:focus {
  border-color: #e3e3e3;
}
.tm-search img {
  position: absolute;
  top: 7px;
  right: 9px;
}
.search-opened .search {
  width: 100%;
}
.search-opened .search input {
  width: 100%;
  padding-left: 28px;
  height: 32px;
  caret-color: #54595f;
}
.search-opened .search img {
  top: 9px;
}
.tm-languages {
  position: relative;
  margin-left: 20px;
}
.tm-languages button {
  cursor: pointer;
  padding: 4px 6px 5px 6px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  background-color: white;
}
.tm-languages button img {
  height: 16px;
  position: relative;
  top: 2px;
}
.tm-languages .languages-dd {
  background-color: white;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  position: absolute;
  top: 25px !important;
  left: 0 !important;
  right: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  min-width: unset;
  padding: 7px 0 0 0;
  color: #54595f;
  box-shadow: none;
}
.tm-languages .languages-dd a {
  display: block;
  line-height: 14px;
  padding: 6px 0;
}
.tm-languages .languages-dd a:hover,
.tm-languages .languages-dd a.selected {
  color: #789b4a;
  font-weight: 700;
}
.tm-container-max {
  max-width: 2560px;
  margin: 0 auto;
}
.tm-container-max.shared {
  padding-top: 100px;
}
.tm-container-max-header {
  max-width: 1920px;
  margin: 0 auto;
}
.tm-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.indented-left {
  margin-left: 240px;
}
.indented-right {
  margin-right: 240px;
}
header {
  /*height: 148px;*/
  padding: 10px 0;
  background: white;
}
header.sticky-header {
  position: fixed;
  width: 100%;
  z-index: 1000;
}
header .tm-logo {
  padding: 2px 0 0 0;
  margin-right: 100px;
}
header .tm-logo img {
  width: 180px;
}
header .header-top {
  background-color: white;
  border: 1px solid #e3e3e3;
  padding: 14px 0;
}
header .header-top .header-container {
  margin: 0 190px 0 53px;
}
header .header-bottom {
  /*background-color: @primary;*/
  background-color: white;
}
header .header-bottom .header-container {
  margin: 0 240px 0 53px;
}
header .header-bottom .icons {
  min-width: 190px;
  margin-right: 122px;
}
header .header-bottom .icons > div {
  display: flex;
  align-items: center;
}
header .tm-button-small {
  width: 259px;
}
.navigation-content {
  display: flex;
  width: 100%;
}
.navigation-content > li {
  text-align: center;
  line-height: 16px;
  padding: 35px 0 22px 0;
  margin-right: 67px;
  cursor: pointer;
  position: relative;
}
.navigation-content > li a.main-link {
  font-family: "Metropolis", sans-serif;
  font-weight: 500;
  color: #789b4a;
  position: relative;
  bottom: 0;
  border-bottom: 4px solid transparent;
  transition: all 0.2s ease;
}
.navigation-content > li a.main-link.active-menu {
  bottom: 20px;
  border-color: #a5c500;
  padding-bottom: 16px;
}
.navigation-content > li:hover a.main-link {
  bottom: 20px;
  border-color: #a5c500;
  padding-bottom: 16px;
}
.sub-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 85px;
  left: 0;
  padding: 9px 28px 19px 28px;
  border-radius: 12px;
  cursor: default;
  font-family: "Metropolis", sans-serif;
  font-weight: 500;
  background-color: white;
  border: 1px solid #e3e3e3;
  transition: all 200ms linear;
}
.sub-menu li {
  text-transform: none;
  white-space: nowrap;
  text-align: left;
  padding: 10px 0;
  width: 220px;
}
.sub-menu li a {
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 9px 0;
}
.sub-menu li:hover a {
  color: #789b4a;
}
.sub-menu-opened {
  visibility: visible;
  opacity: 1;
}
.menu-overlay {
  display: none;
  position: fixed;
  top: 74px;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 0 48px;
  background-color: white;
  z-index: 100;
  overflow-y: scroll;
}
.menu-overlay .navigation-content {
  flex-direction: column;
  padding-top: 35px;
}
.menu-overlay .navigation-content li {
  text-align: unset;
  padding: 0;
  margin-right: 0;
}
.menu-overlay .navigation-content li a {
  color: #54595f;
  font-size: 14px;
  font-weight: 500;
  display: block;
  padding: 12px 0;
  margin: 8px 0 4px 0;
  border-bottom: 4px solid transparent;
}
.menu-overlay .navigation-content li a:hover {
  border-bottom: 4px solid #789b4a;
}
.menu-overlay .navigation-content li a.main-link {
  transition: none;
}
.menu-overlay .navigation-content li a.main-link.active-menu {
  border: none;
  bottom: unset;
}
.menu-overlay .navigation-content li ul {
  display: none;
  border: none;
  position: relative;
  top: unset;
  left: unset;
}
.menu-overlay .navigation-content li ul li {
  border-bottom: 1px solid white;
  text-transform: none;
  text-align: left;
}
.menu-overlay .navigation-content li ul li.menu-subtitle {
  break-before: unset !important;
  border: none;
}
.menu-overlay .navigation-content li:hover a.main-link {
  bottom: unset;
}
.menu-overlay .tm-button-small {
  background-color: #54595f;
  width: 100%;
  margin: 36px 0 20px 0;
}
.menu-overlay .tm-button-small a {
  color: white;
}
.menu-overlay .tm-search {
  margin-bottom: 28px;
}
.menu-overlay .tm-search input {
  width: 100%;
  padding: 0 35px 0 10px;
}
.menu-overlay .icons {
  width: 192px;
  margin: 0 auto;
  justify-content: space-between;
}
.no-scroll {
  overflow: hidden;
}
.menu-toggle {
  width: 18px;
  height: 20px;
}
.menu-toggle div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/hamburger-menu.png);
  width: 18px;
  height: 20px;
}
.menu-toggle.menu-opened div {
  background-image: url(/images/close-icon.png);
  height: 13px;
  width: 13px;
}
.header-mob {
  background-color: white;
  padding-top: 1px;
}
.header-mob .tm-logo {
  margin-right: 0;
}
.header-mob .tm-logo img {
  width: 117px;
}
.header-mob .tm-languages {
  margin-right: 18px;
}
.header-mob .tm-languages button {
  padding: 4px 6px 5px 6px;
}
.header-mob .tm-languages img {
  height: 16px;
}
.partner-under-header {
  position: absolute;
  background-color: white;
  border-radius: 12px;
  right: 240px;
  top: 63px;
  width: 259px;
  padding: 9px 25px 9px 23px;
  box-sizing: border-box;
}
.partner-under-header span {
  font-family: 'Roboto flex', sans-serif;
  font-size: 16px;
  line-height: 21px;
  text-transform: none;
  text-align: left;
}
.partner-under-header img {
  margin-left: 24px;
  height: 44px;
}
.certificiranje {
  padding-bottom: 305px;
}
.tim p {
  margin: 45px 0 83px 0;
}
.tim img {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}
.reference h1 {
  margin: 300px 0 88px 0;
}
.reference .tm-button-link {
  margin-top: 42px;
}
.card-icon-div {
  position: relative;
  background-color: white;
  height: 160px;
  border-radius: 24px;
  transition: all 0.3s ease;
}
.card-icon-div h3 {
  display: flex;
  height: 160px;
  align-items: center;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.card-icon-left .card-icon-div .big-icon,
.card-icon-right .card-icon-div .big-icon {
  background-color: #789b4a;
}
.card-icon-left .card-icon-div .big-icon.big-icon-price,
.card-icon-right .card-icon-div .big-icon.big-icon-price {
  background-color: unset;
}
.card-icon-left .card-img-div,
.card-icon-right .card-img-div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #789b4a;
  color: white;
  height: 260px;
  position: relative;
}
.card-icon-left .card-img-div .text-group,
.card-icon-right .card-img-div .text-group {
  padding: 0 10px 0 55px;
  font-size: 18px;
  line-height: 29px;
}
.card-icon-left .card-img-div .text-group span,
.card-icon-right .card-img-div .text-group span {
  display: inline;
}
.card-icon-left .card-img-div .text-group b,
.card-icon-right .card-img-div .text-group b {
  letter-spacing: 0.3px;
  font-weight: 800;
}
.card-icon-left .card-img-div span,
.card-icon-right .card-img-div span {
  display: block;
  font-size: 18px;
}
.card-icon-left .card-img-div span.txt-bold,
.card-icon-right .card-img-div span.txt-bold {
  font-weight: 700;
}
.card-icon-left .card-img-div span.span-date,
.card-icon-right .card-img-div span.span-date {
  position: absolute;
  right: 282px;
  bottom: 16px;
  font-size: 14px;
}
.card-icon-left .card-img-div .bg-img,
.card-icon-right .card-img-div .bg-img {
  min-width: 260px;
  height: 260px;
  background-image: url(/images/reference-img.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  /*transition: all 0.2s ease;*/

}
.card-icon-left:hover .card-icon-div,
.card-icon-right:hover .card-icon-div {
  background-color: #789b4a;
}
.card-icon-left:hover .card-icon-div.card-img-div,
.card-icon-right:hover .card-icon-div.card-img-div {
  background-color: #a5c500;
}
.card-icon-left:hover .card-icon-div.ref-card,
.card-icon-right:hover .card-icon-div.ref-card {
  background-color: #54595f;
}
.card-icon-left:hover .card-icon-div.ref-card .bg-img,
.card-icon-right:hover .card-icon-div.ref-card .bg-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: unset;
  border-radius: 24px;
}
.card-icon-left:hover .card-icon-div .big-icon,
.card-icon-right:hover .card-icon-div .big-icon {
  background-color: #a5c500;
}
.card-icon-left:hover .card-icon-div .big-icon.big-icon-price,
.card-icon-right:hover .card-icon-div .big-icon.big-icon-price {
  background-color: unset !important;
  background-image: url(/images/certificiranje-icon-green.svg) !important;
}
.card-icon-left:hover .card-icon-div h3,
.card-icon-right:hover .card-icon-div h3 {
  color: white;
}
.big-icon {
  background-color: #54595f;
  height: 166px;
  width: 166px;
  position: absolute;
  top: -9px;
  right: -57px;
}
.big-icon.big-icon-price {
  background-color: unset;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.card-icon-left .card-icon-div {
  left: 0;
}
.card-icon-left .card-icon-div h3 {
  padding: 0 111px 0 122px;
}
.card-icon-left .card-icon-div .big-icon {
  left: -82px;
}
.card-icon-left:hover .card-icon-div {
  left: -20px;
}
.card-icon-right .card-icon-div {
  right: 0;
}
.card-icon-right .card-icon-div h3 {
  padding: 0 122px 0 60px;
}
.card-icon-right .card-icon-div .big-icon {
  right: -56px;
}
.card-icon-right:hover .card-icon-div {
  right: -20px;
}
.card-icon-div-m {
  background-color: white;
  border-radius: 24px;
  padding: 12px 31px;
}
.card-icon-div-m img {
  height: 78px;
}
.card-icon-div-m h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin: 20px 0 0 0;
}
.full-img-details {
  position: relative;
}
.full-img-details .bg-img {
  min-height: 574px;
  width: 100%;
  position: absolute;
  z-index: -1;
}
.full-img-details img {
  margin: 0 auto;
}
.full-img-details .tm-container-max {
  padding: 114px 0 138px 0;
  max-width: 1920px;
  position: relative;
}
.full-img-details .details-layer {
  /*position: absolute;*/
  margin-left: 210px;
  top: 56px;
  left: 210px;
  max-width: 950px;
  min-width: 600px;
  background-color: rgba(255, 255, 255, 0.85);
  padding: 30px;
  border-radius: 24px;
}
.full-img-details h1 {
  font-size: 62px;
  padding-bottom: 21px;
}
.full-img-details p {
  font-size: 24px;
  padding-bottom: 10px;
  line-height: 38px;
}
.full-img-details .button-group {
  margin-top: 30px;
}
.full-img-details .tm-button-primary {
  margin-right: 43px;
}
.img-text-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 0;
  border-bottom: 1px solid #698fbd;
}
.img-text-card .text-div {
  padding: 0 29px 0 67px;
  width: 100%;
}
.img-text-card.no-padding-top {
  padding-top: 0;
}
.img-text-card .arrow-div {
  min-width: 50px;
}
.img-text-card .arrow-div img {
  display: none;
  min-height: 50px;
}
.img-text-card:hover .arrow-div img {
  display: block;
}
.img-small-div {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 160px;
  min-height: 160px;
  border-radius: 24px;
}
.vijesti .big-img {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  width: 100%;
}
.vijesti h1 {
  margin: 230px 0 88px 0;
}
.vijesti h2 {
  margin: 44px 0 26px 0;
}
.vijesti span {
  font-size: 16px;
}
.vijesti .img-text-card h3 {
  margin-bottom: 26px;
}
.vijesti .img-text-card span {
  font-size: 14px;
}
.vijesti .tm-button-link {
  margin-top: 42px;
}
.vijesti .indented-left {
  position: relative;
}
.vijesti .big-news .arrow-div {
  min-width: 50px;
  position: absolute;
  right: 20px;
  bottom: -3px;
}
.vijesti .big-news .arrow-div img {
  display: none;
  min-height: 50px;
}
.vijesti .big-news:hover .arrow-div img {
  display: block;
}
#misija,
#vizija {
  scroll-margin-top: 100px;
}
.kontakt h1 {
  padding: 240px 0 88px 0;
}
.kontakt #contact-form {
  scroll-margin-top: 300px;
}
.kontakt .tm-input {
  margin-top: 17px;
}
.kontakt textarea {
  resize: none;
}
.kontakt .tm-button {
  margin-top: 65px;
}
.kontakt .tm-button:hover {
  color: white;
}
.kontakt h3 {
  font-size: 36px;
  line-height: 50px;
  padding: 85px 0 33px 0;
}
.kontakt .input-smaller {
  width: 420px;
}
.kontakt .span-margin {
  margin-top: 17px;
  font-size: 20px;
}
.kontakt .form-checkbox {
  margin: 20px 0 0 0;
}
.kontakt p {
  margin-top: 45px;
}
.partneri {
  margin-bottom: 186px;
}
.partneri h1 {
  margin: 262px 0 140px;
}
.partneri img {
  margin-right: 218px;
  max-width: 200px;
}
.newsletter {
  background-color: #e9edf4;
  padding: 58px 0;
}
.newsletter h1 {
  padding-bottom: 46px;
}
.newsletter .tm-input {
  background-color: white;
  margin-right: 40px;
}
.newsletter .tm-checkbox {
  margin-top: 21px;
}
.newsletter .msg-success {
  display: none;
}
.newsletter .tm-button {
  min-width: 260px;
}
.small-btn-group {
  text-transform: uppercase;
}
.news-list {
  margin-bottom: 284px;
  /*.uk-grid > div {
    border-bottom: 1px solid @primary;
  }*/

}
.news-list p {
  margin: 45px 0 102px 0;
}
.news-list .small-btn-group {
  margin-bottom: 62px;
}
.news-list .uk-grid > div {
  position: relative;
}
.news-list .divider {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #698fbd;
}
.news-list .divider-photo {
  height: 1px;
  background-color: #789b4a;
}
.news-list .card {
  margin: 5px 0 57px 0;
}
.news-list .card img {
  border-radius: 24px;
}
.news-list .card h2 {
  margin: 46px 0 26px 0;
}
.news-list .card span {
  font-size: 16px;
}
.news-list .card:hover h2 {
  color: #789b4a;
}
.news-list .tm-button-link {
  margin-top: 63px;
}
.news-details {
  margin-bottom: 357px;
}
.news-details .img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 514px;
  width: 100%;
}
.news-details .title-info {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-transform: uppercase;
}
.news-details .title-info span {
  font-size: 16px;
  padding-bottom: 54px;
}
.news-details .title-info span:first-child {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-right: 54px;
}
.news-details .divider {
  border-bottom: 1px solid #698fbd;
  margin-bottom: 45px;
}
.news-details p {
  margin-bottom: 20px;
}
.news-details a {
  border-bottom: 1px solid #698fbd;
}
.news-details .news-slider-wrapper {
  margin-top: 120px;
}
a.underlined {
  border-bottom: 1px solid #698fbd;
}
.ref-list {
  margin-bottom: 310px;
}
.ref-list p {
  margin: 45px 0 102px 0;
}
.ref-list .small-btn-group {
  margin-bottom: 62px;
}
.border-bottom {
  border-bottom: 1px solid #789b4a;
}
.overflown-slider img {
  height: 390px;
  border-radius: 24px;
}
.overflown-slider .slick-track {
  margin-left: 232px;
}
.overflown-slider img {
  margin-right: 20px;
}
.overflown-slider .slick-arrow {
  cursor: pointer;
  width: fit-content;
  position: absolute;
  bottom: -136px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
.overflown-slider .slick-prev {
  left: 886px;
  left: 46.5%;
  background-image: url(/images/ArrowPrevious-light.svg);
}
.overflown-slider .slick-prev:hover {
  background-image: url(/images/arrow-next-blue.png);
  transform: rotate(180deg);
}
.overflown-slider .slick-next {
  right: 978px;
  right: 46.5%;
  background-image: url(/images/ArrowNext-light.svg);
}
.overflown-slider .slick-next:hover {
  background-image: url(/images/arrow-next-blue.png);
}
.homepage-slider {
  padding-top: 123px;
  margin-bottom: 100px;
}
.slider-hidden {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  height: 0;
  overflow: hidden;
}
.card-list-grid {
  margin-top: 10px;
}
.card-list-grid .card {
  margin: 5px 0 90px 0;
}
.separator-stick {
  padding-top: 123px;
}
.static {
  margin-bottom: 285px;
  padding-top: 123px;
}
.static h1 {
  padding-bottom: 45px;
}
.static h2 {
  padding: 54px 0 45px 0;
}
.static h2.border-bottom {
  padding-bottom: 65px;
  border-bottom: 1px solid #789b4a;
}
.static h2.extra-bottom {
  margin-bottom: 20px;
}
.static span {
  display: block;
}
.static p {
  padding-bottom: 20px;
}
.static .source {
  margin-top: 37px;
}
.static .border-top {
  border-top: 1px solid #789b4a;
}
.static .img-main {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 510px;
}
.static .uk-accordion > :nth-child(n+2) {
  margin-top: 0;
}
.static .uk-accordion-content {
  margin-top: 0;
}
.static .uk-accordion {
  margin-top: 45px;
}
.static .uk-accordion ul {
  padding-bottom: 35px;
}
.static .uk-accordion-title {
  font-family: "Metropolis", sans-serif;
  color: #54595f;
  font-size: 26px;
  font-weight: 600;
  line-height: 50px;
  padding: 28px 0;
  border-top: 1px solid #698fbd;
}
.static .uk-accordion-title::before {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background-image: url(/images/plus-box.png);
}
.static .uk-open .uk-accordion-title::before {
  background-image: url(/images/minus-box.png);
}
.static .uk-accordion > li {
  scroll-margin-top: 250px;
}
.static #question1,
.static #question6 {
  scroll-margin-top: 150px;
}
.static .kontakt {
  margin-bottom: 296px;
}
.static .kontakt h1 {
  font-size: 36px;
  line-height: 50px;
  padding: 140px 0 50px 0;
}
.static .kontakt .bigger-h1 {
  font-size: 58px;
  line-height: 80px;
  margin: 0;
  padding: 162px 0 0 0;
}
.static .kontakt .first-row h3 {
  padding: 32px 0;
}
.static .search-wrapper h1 {
  padding: 162px 0 76px 0;
}
.static .search-wrapper h2 {
  color: #789b4a;
  padding: 0 0 40px 0;
}
.static .search-wrapper ul li {
  padding: 35px 0 38px;
  border-bottom: 1px solid #789b4a;
}
.static .search-wrapper ul li h3 {
  padding-bottom: 45px;
}
.map-wrapper {
  margin-top: 82px;
}
a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}
.gmnoprint div {
  background: none !important;
}
.ul-bullets {
  font-size: 20px;
  line-height: 32px;
  margin-left: 25px;
}
.ul-bullets li {
  list-style-type: unset;
  list-style-image: url(/images/bullet-line.svg);
}
.ul-bullets li span {
  position: relative;
  top: 4px;
  left: 14px;
}
.ul-bullets .new-window-link:hover {
  color: #789b4a;
}
.gradient-holder {
  position: relative;
}
.gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 1800px;
  background-image: linear-gradient(#f0f0f0, white);
  background-repeat: no-repeat;
  background-size: 100% 1800px;
}
.gradient.gradient-smaller {
  height: 500px;
  background-size: 100% 500px;
}
#cookie-trigger {
  position: fixed;
  bottom: 75px;
  right: 25px;
  z-index: 100;
  background: white;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
}
#cookie-trigger:hover {
  background: whitesmoke;
}
#cookie-trigger img {
  width: 30px;
  height: 30px;
}
#cc-main .cm {
  background-color: #e9edf4 !important;
  color: #54595f;
}
#cc-main .cm__title {
  font-family: "Metropolis", sans-serif;
  font-size: 26px !important;
  padding: 42px 0 10px 0 !important;
}
#cc-main .cm__title + .cm__desc {
  font-family: 'Roboto flex', sans-serif;
  padding: 0;
  font-size: 18px;
  line-height: 29px;
  max-width: 1197px;
}
#cc-main a {
  border-bottom: 1px solid #789b4a !important;
  font-weight: 400 !important;
  background-image: none !important;
}
#cc-main a.underlined {
  text-decoration: none !important;
  color: #54595f !important;
}
#cc-main .cm--bar .cm__body {
  max-width: 1440px !important;
}
#cc-main .cm--bar.cm--flip .cm__btns {
  flex-direction: unset !important;
  padding: 58px 0 62px 0;
}
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-right: 0 !important;
}
#cc-main .cm--bar.cm--flip .cm__btn {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background: #789b4a;
  border: none;
  text-transform: uppercase;
  padding: 22px 0;
  width: 260px !important;
  color: white !important;
  font-size: 16px;
  letter-spacing: 1px;
  white-space: nowrap;
  margin-right: 43px !important;
}
#cc-main .cm--bar.cm--flip .cm__btn[data-role="all"]:hover,
#cc-main .cm--bar.cm--flip .cm__btn[data-role="necessary"]:hover {
  background-color: #242628;
}
#cc-main .cm--bar.cm--flip .cm__btn[data-role="necessary"] {
  grid-column: unset !important;
  background-color: grey;
}
#cc-main .cm--bar.cm--flip .cm__btn[data-role="necessary"]:hover {
  background-color: #242628;
}
#cc-main .cm--bar.cm--flip .cm__btn--secondary {
  background-color: unset;
  color: #789b4a !important;
  margin-right: 0 !important;
  width: unset !important;
}
#cc-main .cm--bar.cm--flip .tm-button-link a {
  border: none;
  display: flex;
}
#cc-main .cm--bar.cm--flip .tm-button-link a img {
  width: 18px;
  margin-right: 11px;
}
footer {
  background-color: white;
}
footer .f-top {
  padding-top: 75px;
  padding-bottom: 70px;
}
footer .f-logo-icons .tm-logo {
  width: 180px;
  height: 64px;
}
footer .f-logo-icons .icons {
  margin-top: 95px;
  width: 190px;
}
footer .f-kontakt {
  padding-top: 27px;
}
footer .f-partner {
  padding-top: 27px;
}
footer .f-partner img {
  margin-top: 39px;
}
footer .f-eu {
  padding-top: 27px;
}
footer .f-eu a {
  display: block;
  color: #789b4a;
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
}
footer .f-eu img {
  margin-top: 35px;
}
footer span {
  display: block;
  font-size: 14px;
  line-height: 25px;
}
footer .f-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  margin-bottom: 10px;
}
footer .f-bottom {
  background-color: #789b4a;
  padding: 26px 0;
}
footer .f-bottom span {
  font-size: 12px;
  color: white;
}
footer .f-bottom a {
  color: white;
}
footer .indented {
  margin-left: 110px;
}
.message-popup {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(84, 89, 95, 0.8);
  display: flex;
  align-items: center;
}
.message-popup > div {
  width: 983px;
  margin: 0 auto;
  background-color: white;
  padding: 69px 57px 66px 57px;
  border-radius: 24px;
}
.message-popup h3 {
  font-size: 26px;
  line-height: 36px;
  padding: 0 0 34px 0;
}
.message-popup p {
  font-size: 24px;
  line-height: 38px;
  padding: 0;
}
.uk-radio {
  margin-right: 10px;
  border-color: #54595f;
}
.uk-radio:checked,
.uk-radio:checked:focus {
  background-color: #789b4a;
}
.uk-radio:checked {
  background-image: none;
}
.uk-checkbox:focus,
.uk-radio:focus {
  border-color: #789b4a;
}
.slick-dots {
  position: absolute;
  bottom: -56px;
  left: 0;
  right: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots button {
  display: block;
  height: 4px;
  width: 18px;
  background-color: #698fbd;
  border: none;
  text-indent: -9999px;
  margin-right: 8px;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #789b4a;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.8 !important;
}
.fancybox-bg {
  background: #54595f !important;
}
.fancybox-infobar {
  display: none !important;
}
.fancybox-caption {
  background: unset !important;
  color: black !important;
}
.fancybox-infobar,
.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs,
.fancybox-caption {
  display: none !important;
}
.fancybox-button {
  background: unset !important;
}
.fancybox-navigation .fancybox-button {
  opacity: 1 !important;
  visibility: visible !important;
  bottom: 0 !important;
  top: unset !important;
  left: 0 !important;
  right: 0 !important;
  margin-inline: 50% !important;
}
.fancybox-navigation .fancybox-button div {
  padding: 0 !important;
}
.fancybox-navigation .fancybox-button svg {
  width: 50px !important;
  height: 50px !important;
}
.fancybox-navigation .fancybox-button svg path {
  fill: #54595f !important;
}
.fancybox-navigation .fancybox-button--arrow_left {
  padding: 0 !important;
  margin-left: 48% !important;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 0 !important;
  margin-left: 52% !important;
}
.fancybox-toolbar {
  opacity: 1 !important;
  visibility: visible !important;
  top: 52px !important;
  right: 186px !important;
}
.fancybox-button--close {
  height: 80px !important;
  width: 80px !important;
}
.fancybox-button--close img {
  width: 40px !important;
  height: 40px !important;
}
.fancybox-image {
  height: 80% !important;
  width: auto !important;
  /*top: 60px !important;*/
  right: 0 !important;
  margin-inline: auto !important;
}
/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px), only screen and (max-width: 767px) {
  header {
    height: 74px;
  }
  header .header-top {
    border: none;
    padding: 8px 0;
  }
  h1 {
    font-size: 20px;
    line-height: 28px;
  }
  h1.title-under-menu {
    padding-top: 40px;
  }
  h1.title-under-img {
    padding-top: 48px;
    padding-bottom: 0;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 14px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  .tm-button {
    padding: 7px 0;
    width: 100%;
  }
  .tm-button-link {
    font-size: 12px;
  }
  .tm-button-link img {
    margin-right: 12px;
  }
  .indented-right {
    margin-right: 0;
  }
  .full-img-details {
    padding: 0;
  }
  .full-img-details .tm-container-max {
    padding: 0;
    height: 650px;
  }
  .full-img-details .bg-img {
    height: 650px;
    object-fit: cover;
  }
  .full-img-details .details-layer {
    top: 96px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    padding: 30px 28px;
    min-width: unset;
    position: absolute;
    margin: 0;
  }
  .full-img-details h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 23px;
    padding-bottom: 0;
  }
  .full-img-details p {
    font-size: 18px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
  }
  .full-img-details .button-group {
    margin: 30px 0 0 0;
    flex-direction: column;
  }
  .full-img-details .tm-button-primary {
    margin: 0 0 18px 0;
  }
  .tm-radio-container {
    font-size: 16px;
    line-height: 1.2;
  }
  .tm-radio-checkmark {
    top: 0;
  }
  .partner-under-header {
    top: 22px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 264px;
    padding: 4px 25px 4px 28px;
  }
  .partner-under-header span {
    font-size: 14px;
    font-weight: 500;
  }
  .certificiranje {
    padding-bottom: 38px;
  }
  .certificiranje h1 {
    padding: 48px 0 0 0;
  }
  .tim .indented-left {
    margin: 0 20px;
  }
  .tim p {
    margin: 28px 12px -2px 12px;
  }
  .tim img {
    border-radius: 0;
  }
  .tim .tm-button-link {
    margin: 20px 20px 0 0;
    float: right;
  }
  .tim .tm-button-link img {
    margin-right: 12px;
  }
  .reference h1 {
    margin: 28px 0;
  }
  .reference .tm-button-link {
    margin-top: 30px;
  }
  .card-icon-div-m h3 {
    font-family: 'Roboto Flex', sans-serif;
  }
  .card-icon-left,
  .card-icon-right {
    margin-bottom: -10px !important;
  }
  .card-icon-left .card-img-div,
  .card-icon-right .card-img-div {
    max-height: 140px;
  }
  .card-icon-left .card-img-div .text-group,
  .card-icon-right .card-img-div .text-group {
    padding-left: 22px;
    font-size: 14px;
    line-height: 22px;
  }
  .card-icon-left .card-img-div span,
  .card-icon-right .card-img-div span {
    font-size: 14px;
  }
  .card-icon-left .card-img-div span.span-date,
  .card-icon-right .card-img-div span.span-date {
    right: 150px;
    bottom: 4px;
    font-size: 12px;
  }
  .card-icon-left .card-img-div .bg-img,
  .card-icon-right .card-img-div .bg-img {
    width: 140px;
    height: 140px;
    min-width: 140px;
  }
  .card-icon-left:hover .card-icon-div {
    left: unset;
  }
  .card-icon-right:hover .card-icon-div {
    right: unset;
  }
  .vijesti h1 {
    margin: 28px 0;
  }
  .vijesti h2 {
    margin: 20px 0 10px 0;
  }
  .vijesti span {
    font-size: 14px;
    display: block;
    margin-bottom: -12px;
  }
  .vijesti .big-img {
    border-radius: 0;
  }
  .vijesti .indented-left {
    margin: 0 45px 0 32px;
  }
  .vijesti .indented-right {
    margin: 0 20px;
  }
  .vijesti .img-text-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 12px 30px 12px;
  }
  .vijesti .text-div {
    padding: 0;
  }
  .vijesti .text-div h3 {
    margin: 22px 0 10px 0;
  }
  .vijesti .text-div span {
    font-size: 12px;
  }
  .vijesti .tm-button-link {
    margin-top: 20px;
  }
  .kontakt h1 {
    padding: 28px 0;
  }
  .kontakt .tm-input {
    font-size: 12px;
    padding: 15px 29px;
    margin-top: 3px;
  }
  .kontakt .tm-button {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .kontakt h3 {
    font-size: 20px;
    line-height: 1.2;
    padding: 40px 0 20px 0;
  }
  .kontakt .span-margin {
    margin-top: 3px;
    font-size: 16px;
    line-height: 1.2;
  }
  .partneri {
    margin-bottom: 0;
  }
  .partneri img {
    margin-right: unset;
    max-width: 100%;
  }
  .partneri h1 {
    margin: 38px 0 41px 0;
  }
  .partneri .uk-flex {
    /*flex-direction: column;*/
    flex-wrap: wrap;
  }
  .partneri .uk-flex div img {
    margin-bottom: 42px;
  }
  .partneri .uk-flex > div:nth-child(1) img {
    width: 132px;
    margin-right: 46px;
  }
  .partneri .uk-flex > div:nth-child(2) img {
    width: 132px;
    margin-right: 0;
  }
  .partneri .uk-flex > div:nth-child(3) img {
    width: 100px;
    margin-right: 0;
  }
  .newsletter {
    padding: 28px 0;
  }
  .newsletter h1 {
    padding-bottom: 28px;
  }
  .newsletter .uk-flex:not(.tm-checkbox) {
    flex-direction: column;
  }
  .newsletter label {
    font-size: 14px;
    line-height: 22px;
  }
  .newsletter label a {
    line-height: 22px;
    top: 0;
  }
  .newsletter .tm-input {
    margin: 0;
    padding: 15px 42px;
  }
  .newsletter button {
    width: 100%;
    margin: 22px 0 7px 0;
  }
  .news-list {
    margin-bottom: 62px;
  }
  .news-list p {
    margin: 30px 0 40px 0;
  }
  .news-list .divider {
    width: unset;
    left: 30px;
    right: 0;
  }
  .news-list .card {
    margin-bottom: 20px;
  }
  .news-list .card h2 {
    margin: 20px 0 14px 0;
  }
  .news-list .card span {
    font-size: 14px;
  }
  .news-list .tm-button-link {
    margin-top: 20px;
  }
  .small-btn-group {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .small-btn-group > div {
    margin-bottom: 18px;
    margin-left: 0;
  }
  .small-btn-group button {
    margin: 0;
  }
  .news-details {
    margin-bottom: 150px;
  }
  .news-details .img {
    height: 200px;
  }
  .news-details .title-info {
    justify-content: space-between;
  }
  .news-details .title-info span {
    font-size: 14px;
    padding-bottom: 30px;
  }
  .news-details .news-slider-wrapper {
    margin: 50px 0 100px 0;
  }
  .overflown-slider .slick-track {
    margin-left: 25px;
  }
  .overflown-slider .slick-track img {
    height: 248px;
  }
  .overflown-slider .slick-prev,
  .overflown-slider .slick-next {
    width: 40px;
    height: 40px;
  }
  .overflown-slider .slick-arrow {
    bottom: -70px;
  }
  .overflown-slider .slick-prev {
    left: 35%;
  }
  .overflown-slider .slick-next {
    right: 35%;
  }
  .ref-list {
    margin-bottom: 100px;
  }
  .ref-list p {
    margin: 30px 0 40px 0;
  }
  .ref-list .small-btn-group {
    margin-bottom: 30px;
  }
  .certif {
    margin-bottom: 100px;
  }
  .certif h1 {
    padding: 60px 0 30px 0;
  }
  .certif .source {
    margin: 30px 0 30px 0;
  }
  .certif h2:not(.border-bottom) {
    padding: 35px 0 25px 0;
    font-size: 18px;
  }
  .certif .uk-accordion-title {
    font-size: 16px;
    line-height: 35px;
  }
  .certif .uk-accordion-title:before {
    width: 35px;
    height: 35px;
  }
  .ul-bullets {
    font-size: 16px;
  }
  .ul-bullets li:before {
    width: 14px;
    height: 3px;
    margin-right: 16px;
    bottom: 4px;
  }
  .static {
    margin-bottom: 100px;
  }
  .static .img-main {
    height: 200px;
  }
  .static h1 {
    margin: 0;
    padding-bottom: 30px;
  }
  .static h2 {
    padding: 40px 0 20px 0;
  }
  .static .kontakt {
    margin-bottom: 100px;
  }
  .static .kontakt h1 {
    font-size: 20px;
    line-height: 28px;
    margin: 60px 0 0 0;
    padding: 0 0 25px 0;
  }
  .static .kontakt .bigger-h1 {
    font-size: 36px;
    line-height: 1.2;
    padding: 40px 0 0 0;
  }
  .static .kontakt .form-checkbox {
    font-size: 14px;
  }
  .static .map-wrapper {
    margin-top: 40px;
  }
  .static .uk-accordion-title {
    font-size: 16px;
    line-height: 22px;
    padding: 20px 0;
  }
  .static .uk-accordion-title:before {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
  .static .search-wrapper h1 {
    padding: 40px 0 30px 0;
  }
  .static .search-wrapper h2 {
    padding: 0 0 20px 0;
  }
  .static .search-wrapper ul li {
    padding: 20px 0;
  }
  .static .search-wrapper ul li h3 {
    padding-bottom: 20px;
  }
  #cookie-trigger {
    bottom: 40px;
    right: 20px;
  }
  #cc-main .cm__title {
    font-size: 20px;
    padding: 30px 0 10px 0;
  }
  #cc-main .cm__title + .cm__desc {
    font-size: 14px;
    line-height: 1.5;
  }
  #cc-main .cm--bar.cm--flip .cm__btns {
    padding: 20px 0 30px 0;
    flex-direction: column !important;
  }
  #cc-main .cm--bar.cm--flip .cm__btn {
    padding: 17px 0;
    width: 100% !important;
    font-size: 14px;
    margin-right: 0 !important;
  }
  #cc-main .cm--bar.cm--flip .cm__btn--secondary {
    margin-right: 0;
    width: unset;
  }
  footer .f-top {
    padding: 0 31px 0 36px;
    text-align: center;
  }
  footer .indented {
    margin: 0;
  }
  footer .f-logo-icons {
    margin-top: 30px;
  }
  footer .f-logo-icons .tm-logo {
    margin: 0 auto;
  }
  footer .f-logo-icons .tm-logo img {
    margin-left: 9px;
  }
  footer .f-logo-icons .icons {
    margin: 95px auto 0 auto;
  }
  footer .f-kontakt {
    padding-top: 18px;
  }
  footer span {
    font-size: 12px;
  }
  footer .f-title {
    font-size: 14px;
  }
  footer .f-partner {
    padding-top: 18px;
  }
  footer .f-partner img {
    margin-top: 7px;
  }
  footer .f-eu {
    padding: 36px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .f-eu a {
    font-size: 12px;
    margin-bottom: 3px;
    white-space: nowrap;
    text-align: start;
  }
  footer .f-eu .img {
    margin-left: 35px;
  }
  footer .f-eu .img img {
    margin-top: 0;
  }
  footer .f-bottom {
    padding: 11px 0 15px 0;
    text-align: center;
  }
  footer .f-bottom .uk-first-column {
    margin-top: 0;
  }
  .fancybox-image {
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    margin-left: 30% !important;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    margin-left: 54% !important;
  }
  .fancybox-toolbar {
    top: 55px !important;
    right: 0 !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 767px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 640px) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (min-width: 640px) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (min-width: 640px) and (max-width: 767px), only screen and (min-width: 640px) and (max-width: 767px) {
  .card-icon-left .card-img-div,
  .card-icon-right .card-img-div {
    max-height: 180px;
  }
  .card-icon-left .card-img-div .text-group,
  .card-icon-right .card-img-div .text-group {
    padding-left: 16px;
    padding-right: 2px;
    font-size: 14px;
    line-height: 20px;
  }
  .card-icon-left .card-img-div span,
  .card-icon-right .card-img-div span {
    font-size: 14px;
  }
  .card-icon-left .card-img-div span.span-date,
  .card-icon-right .card-img-div span.span-date {
    right: 110px;
    bottom: 4px;
    font-size: 12px;
  }
  .card-icon-left .card-img-div .bg-img,
  .card-icon-right .card-img-div .bg-img {
    width: 100px;
    height: 180px;
    min-width: 100px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 767px) and (max-width: 959px), only screen and (min-device-pixel-ratio: 2) and (min-width: 767px) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (min-width: 767px) and (max-width: 959px), only screen and (min-resolution: 2dppx) and (min-width: 767px) and (max-width: 959px), only screen and (min-width: 767px) and (max-width: 959px) {
  header {
    height: 74px;
  }
  header .header-top {
    border: none;
  }
  h1 {
    font-size: 26px;
  }
  h1.title-under-menu {
    padding-top: 40px;
  }
  h1.title-under-img {
    padding-top: 20px;
    padding-bottom: 0;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 14px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  .tm-button {
    padding: 7px 0;
    width: 100%;
  }
  .tm-button-link {
    font-size: 12px;
  }
  .tm-button-link img {
    margin-right: 12px;
  }
  .indented-right {
    margin-right: 0;
  }
  .full-img-details .tm-container-max {
    padding: 88px 0 40px 0px;
  }
  .full-img-details .bg-img {
    height: 574px;
    object-fit: cover;
  }
  .full-img-details .details-layer {
    top: 96px;
    /*bottom: 20px;*/
    left: 20px;
    right: 20px;
    padding: 30px 28px;
    min-width: unset;
    margin-left: 70px;
    max-width: 500px;
  }
  .full-img-details h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 23px;
    padding-bottom: 0;
  }
  .full-img-details p {
    font-size: 18px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
  }
  .full-img-details .button-group {
    margin: 30px 0 0 0;
    flex-direction: column;
  }
  .full-img-details .tm-button-primary {
    margin: 0 0 18px 0;
  }
  .partner-under-header {
    top: 22px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 264px;
    padding: 4px 25px 4px 28px;
  }
  .partner-under-header span {
    font-size: 14px;
    font-weight: 500;
  }
  .certificiranje {
    padding-bottom: 38px;
  }
  .certificiranje h1 {
    padding: 48px 0 0 0;
  }
  .tim .indented-left {
    margin: 0 20px;
  }
  .tim p {
    margin: 28px 12px -2px 12px;
  }
  .tim img {
    border-radius: 0;
  }
  .tim .tm-button-link {
    margin: 20px 20px 0 0;
    float: right;
  }
  .tim .tm-button-link img {
    margin-right: 12px;
  }
  .reference h1 {
    margin: 28px 0;
  }
  .reference .tm-button-link {
    margin-top: 30px;
  }
  .card-icon-left,
  .card-icon-right {
    margin-bottom: -10px !important;
  }
  .card-icon-left .card-img-div,
  .card-icon-right .card-img-div {
    max-height: 180px;
  }
  .card-icon-left .card-img-div .text-group,
  .card-icon-right .card-img-div .text-group {
    padding-left: 50px;
    font-size: 14px;
    line-height: 22px;
  }
  .card-icon-left .card-img-div span,
  .card-icon-right .card-img-div span {
    font-size: 14px;
  }
  .card-icon-left .card-img-div span.span-date,
  .card-icon-right .card-img-div span.span-date {
    right: 130px;
    bottom: 4px;
  }
  .card-icon-left .card-img-div .bg-img,
  .card-icon-right .card-img-div .bg-img {
    width: 120px;
    height: 180px;
    min-width: 120px;
  }
  .card-icon-left .card-img-div.ref-card .text-group,
  .card-icon-right .card-img-div.ref-card .text-group {
    font-size: 16px;
  }
  .card-icon-left .card-img-div.ref-card span,
  .card-icon-right .card-img-div.ref-card span {
    font-size: 16px;
  }
  .card-icon-left .card-img-div.ref-card span.span-date,
  .card-icon-right .card-img-div.ref-card span.span-date {
    right: 190px;
    bottom: 4px;
  }
  .card-icon-left .card-img-div.ref-card .bg-img,
  .card-icon-right .card-img-div.ref-card .bg-img {
    width: 180px;
    height: 180px;
    min-width: 180px;
  }
  .card-icon-left:hover .card-icon-div {
    left: unset;
  }
  .card-icon-right:hover .card-icon-div {
    right: unset;
  }
  .vijesti h1 {
    margin: 28px 0;
  }
  .vijesti h2 {
    margin: 20px 0 10px 0;
  }
  .vijesti span {
    font-size: 14px;
    display: block;
    margin-bottom: -12px;
  }
  .vijesti .big-img {
    border-radius: 0;
  }
  .vijesti .indented-left {
    margin: 0 45px 0 32px;
  }
  .vijesti .indented-right {
    margin: 0 20px;
  }
  .vijesti .img-text-card {
    padding: 20px 12px 30px 12px;
  }
  .vijesti .text-div h3 {
    margin: 22px 0 10px 0;
  }
  .vijesti .text-div span {
    font-size: 12px;
  }
  .vijesti .tm-button-link {
    margin-top: 20px;
  }
  .kontakt h1 {
    padding: 28px 0;
  }
  .kontakt .tm-input {
    font-size: 12px;
    padding: 15px 29px;
  }
  .kontakt .tm-button {
    width: 100%;
    margin: 20px 0 0 0;
  }
  .partneri {
    margin-bottom: 0;
  }
  .partneri h1 {
    margin: 38px 0 41px 0;
  }
  .partneri .uk-flex {
    /*flex-direction: column;*/
    flex-wrap: wrap;
  }
  .partneri .uk-flex div img {
    margin-bottom: 42px;
  }
  .partneri .uk-flex > div:nth-child(1) img {
    width: 132px;
    margin-right: 46px;
  }
  .partneri .uk-flex > div:nth-child(2) img {
    width: 132px;
    margin-right: 0;
  }
  .partneri .uk-flex > div:nth-child(3) img {
    width: 100px;
    margin-right: 0;
  }
  .newsletter {
    padding: 28px 0;
  }
  .newsletter h1 {
    padding-bottom: 28px;
  }
  .newsletter .uk-flex:not(.tm-checkbox) {
    flex-direction: column;
  }
  .newsletter label {
    font-size: 14px;
    line-height: 22px;
  }
  .newsletter label a {
    line-height: 22px;
    top: 0;
  }
  .newsletter .tm-input {
    margin: 0;
  }
  .newsletter button {
    width: 100%;
    margin: 22px 0 7px 0;
  }
  .news-list {
    margin-bottom: 62px;
  }
  .news-list p {
    margin: 30px 0 40px 0;
  }
  .news-list .divider {
    width: unset;
    left: 30px;
    right: 0;
  }
  .news-list .card {
    margin-bottom: 20px;
  }
  .news-list .card h2 {
    margin: 20px 0 14px 0;
  }
  .news-list .card span {
    font-size: 14px;
  }
  .news-list .tm-button-link {
    margin-top: 20px;
  }
  .small-btn-group {
    flex-direction: column;
    margin-bottom: 45px;
  }
  .small-btn-group button {
    margin: 0;
  }
  .news-details {
    margin-bottom: 150px;
  }
  .news-details .title-info {
    justify-content: space-between;
  }
  .news-details .title-info span {
    font-size: 14px;
    padding-bottom: 30px;
  }
  .news-details .news-slider-wrapper {
    margin: 50px 0 100px 0;
  }
  .overflown-slider .slick-track {
    margin-left: 25px;
  }
  .overflown-slider .slick-track img {
    height: 248px;
  }
  .overflown-slider .slick-prev,
  .overflown-slider .slick-next {
    width: 40px;
    height: 40px;
  }
  .overflown-slider .slick-arrow {
    bottom: -70px;
  }
  .overflown-slider .slick-prev {
    left: 35%;
  }
  .overflown-slider .slick-next {
    right: 35%;
  }
  .ref-list {
    margin-bottom: 100px;
  }
  .ref-list p {
    margin: 30px 0 40px 0;
  }
  .ref-list .small-btn-group {
    margin-bottom: 38px;
  }
  .certif {
    margin-bottom: 100px;
  }
  .certif h1 {
    padding: 60px 0 30px 0;
  }
  .certif .source {
    margin: 30px 0 30px 0;
  }
  .certif h2:not(.border-bottom) {
    padding: 35px 0 25px 0;
    font-size: 18px;
  }
  .certif .uk-accordion-title {
    font-size: 16px;
    line-height: 35px;
  }
  .certif .uk-accordion-title:before {
    width: 35px;
    height: 35px;
  }
  .ul-bullets {
    font-size: 16px;
  }
  .ul-bullets li:before {
    width: 14px;
    height: 3px;
    margin-right: 16px;
    bottom: 4px;
  }
  .static {
    margin-bottom: 100px;
  }
  .static .img-main {
    height: 200px;
  }
  .static h1 {
    margin-bottom: 20px;
  }
  .static h2 {
    padding: 40px 0 20px 0;
  }
  .static .kontakt {
    margin-bottom: 100px;
  }
  .static .kontakt h1 {
    font-size: 20px;
    line-height: 28px;
    padding: 60px 0 20px 0;
  }
  .static .cms-wrapper img {
    margin-top: 40px;
  }
  .static .uk-accordion-title {
    font-size: 16px;
    line-height: 22px;
    padding: 20px 0;
  }
  .static .uk-accordion-title:before {
    width: 30px;
    height: 30px;
    border-radius: 6px;
  }
  .static .search-wrapper h1 {
    padding: 40px 0 30px 0;
  }
  .static .search-wrapper h2 {
    padding: 0 0 20px 0;
  }
  .static .search-wrapper ul li {
    padding: 20px 0;
  }
  .static .search-wrapper ul li h3 {
    padding-bottom: 20px;
  }
  footer .f-top {
    padding: 0 31px 0 36px;
  }
  footer .indented {
    margin: 0;
  }
  footer .f-logo-icons {
    margin-top: 30px;
  }
  footer .f-logo-icons .icons {
    margin-top: 18px;
  }
  footer .f-kontakt {
    padding-top: 18px;
  }
  footer span {
    font-size: 12px;
  }
  footer .f-title {
    font-size: 14px;
  }
  footer .f-partner {
    padding-top: 18px;
  }
  footer .f-partner img {
    margin-top: 7px;
  }
  footer .f-eu {
    padding: 36px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .f-eu a {
    font-size: 12px;
    margin-bottom: 3px;
  }
  footer .f-eu img {
    margin-top: 0;
    width: 139px;
  }
  footer .f-bottom {
    padding: 11px 0 15px 0;
  }
  footer .f-bottom .uk-first-column {
    margin-top: 0;
  }
  /*.news-list {
      .divider {
        width: unset;
        left: 30px;
        right: 0;
      }
    }*/
  
  .fancybox-image {
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    margin-left: 30% !important;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    margin-left: 54% !important;
  }
  .fancybox-toolbar {
    top: 0 !important;
    right: 0 !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 959px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 959px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 640px) and (max-width: 959px), only screen and (min-device-pixel-ratio: 2) and (min-width: 640px) and (max-width: 959px), only screen and (min-resolution: 192dpi) and (min-width: 640px) and (max-width: 959px), only screen and (min-resolution: 2dppx) and (min-width: 640px) and (max-width: 959px), only screen and (min-width: 640px) and (max-width: 959px) {
  footer .f-top {
    padding: 45px 35px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1280px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1280px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1280px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1280px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1280px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1280px), only screen and (min-width: 960px) and (max-width: 1280px) {
  header {
    height: 130px;
  }
  h1 {
    font-size: 28px;
  }
  h1.title-under-menu {
    padding-top: 60px;
  }
  h1.title-under-img {
    padding-top: 60px;
    padding-bottom: 0;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 14px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  .indented-right {
    margin-right: 0;
  }
  .full-img-details .tm-container-max {
    padding: 100px 0 60px 0;
  }
  .full-img-details .details-layer {
    left: 130px;
    right: 50px;
    margin-left: 85px;
    max-width: 500px;
  }
  .full-img-details h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 23px;
    padding-bottom: 0;
  }
  .full-img-details p {
    font-size: 18px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
  }
  .partner-under-header {
    top: 30px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 264px;
    padding: 4px 25px 4px 28px;
  }
  .partner-under-header span {
    font-size: 14px;
    font-weight: 500;
  }
  .card-icon-left .card-img-div,
  .card-icon-right .card-img-div {
    max-height: 260px;
    height: 260px;
  }
  .card-icon-left .card-img-div .text-group,
  .card-icon-right .card-img-div .text-group {
    padding: 0 10px 0 55px;
    font-size: 14px;
    line-height: 22px;
  }
  .card-icon-left .card-img-div span,
  .card-icon-right .card-img-div span {
    font-size: 14px;
  }
  .card-icon-left .card-img-div span.span-date,
  .card-icon-right .card-img-div span.span-date {
    right: 170px;
    bottom: 5px;
  }
  .card-icon-left .card-img-div .bg-img,
  .card-icon-right .card-img-div .bg-img {
    min-width: 160px;
    height: 260px;
  }
  .certificiranje {
    padding-bottom: 40px;
  }
  .card-icon-div {
    height: 200px;
  }
  .tim h1 {
    line-height: inherit;
    margin-bottom: 30px;
  }
  .tim .indented-left {
    margin: 0 20px;
  }
  .tim p {
    margin: 0;
  }
  .tim img {
    border-radius: 0;
  }
  .tim .tm-button-link {
    margin: 20px 20px 0 0;
    float: right;
  }
  .reference h1 {
    margin: 0;
  }
  .vijesti h1 {
    margin: 0;
  }
  .vijesti .indented-left {
    margin: 0 45px 0 32px;
  }
  .vijesti .img-text-card {
    padding: 20px 12px 30px 12px;
    margin: 0 20px;
  }
  .kontakt h1 {
    padding: 50px 0 0 0;
  }
  .kontakt .tm-button {
    margin-top: 30px;
  }
  .partneri {
    margin-bottom: 60px;
  }
  .partneri h1 {
    margin: 60px 0 10px 0;
  }
  .newsletter {
    padding: 40px 0;
  }
  .newsletter h1 {
    padding-bottom: 0;
  }
  .static {
    margin-bottom: 100px;
  }
  .static .uk-accordion-title {
    font-size: 20px;
    padding: 15px 0;
  }
  .static .uk-accordion-title:before {
    width: 30px;
    height: 30px;
    border-radius: 8px;
  }
  .ul-bullets {
    font-size: 16px;
  }
  .ref-list {
    margin-bottom: 100px;
  }
  .ref-list p {
    margin: 10px 0 50px 0;
  }
  .news-list {
    margin-bottom: 100px;
  }
  .news-list p {
    margin: 10px 0 50px 0;
  }
  .overflown-slider .slick-track {
    margin-left: 20px;
  }
  .overflown-slider img {
    height: 320px;
  }
  .overflown-slider .slick-prev {
    left: 35%;
  }
  .overflown-slider .slick-next {
    right: 52%;
  }
  .news-details {
    margin-bottom: 200px;
  }
  .news-details .news-slider-wrapper {
    margin-top: 60px;
  }
  .static .kontakt {
    margin-bottom: 0;
  }
  .fancybox-image {
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
  }
  .fancybox-navigation .fancybox-button--arrow_left {
    margin-left: 30% !important;
  }
  .fancybox-navigation .fancybox-button--arrow_right {
    margin-left: 54% !important;
  }
  .fancybox-toolbar {
    top: 0 !important;
    right: 0 !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1199px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1199px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1199px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1199px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1199px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1199px), only screen and (min-width: 960px) and (max-width: 1199px) {
  header {
    height: 127px;
  }
  .card-icon-left:hover .card-icon-div {
    left: unset;
  }
  .card-icon-right:hover .card-icon-div {
    right: unset;
  }
  footer .f-top {
    padding-top: 45px;
  }
  footer .f-logo-icons {
    margin-left: 110px;
  }
  footer .f-bottom .uk-first-column span {
    margin-left: 110px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 1281px) and (max-width: 1550px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-resolution: 192dpi) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-resolution: 2dppx) and (min-width: 1281px) and (max-width: 1550px), only screen and (min-width: 1281px) and (max-width: 1550px) {
  header {
    height: 130px;
  }
  h1 {
    font-size: 34px;
    line-height: inherit;
  }
  h1.title-under-menu {
    padding-top: 100px;
  }
  h1.title-under-img {
    padding-top: 60px;
    padding-bottom: 15px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 20px;
  }
  .full-img-details h1 {
    font-size: 42px;
  }
  .partner-under-header {
    top: 26px;
    right: 30px;
  }
  .certificiranje {
    padding-bottom: 60px;
  }
  .reference h1 {
    margin: 80px 0 50px 0;
  }
  .vijesti h1 {
    margin: 60px 0;
  }
  .indented-right {
    margin-right: 40px;
  }
  .indented-left {
    margin-left: 40px;
  }
  .kontakt h1 {
    padding: 40px 0;
  }
  .kontakt .tm-button {
    margin-top: 40px;
  }
  .partneri {
    margin-bottom: 100px;
  }
  .partneri h1 {
    margin: 60px 0 40px;
  }
  .static {
    margin-bottom: 150px;
  }
  .static .kontakt {
    margin-bottom: 0;
  }
  .ref-list {
    margin-bottom: 200px;
  }
  .card-icon-left .card-img-div .text-group,
  .card-icon-right .card-img-div .text-group {
    padding: 0 10px 0 35px;
  }
  .card-icon-left .card-img-div span,
  .card-icon-right .card-img-div span {
    font-size: 14px;
    line-height: 22px;
  }
  .card-icon-left .card-img-div span.span-date,
  .card-icon-right .card-img-div span.span-date {
    right: 180px;
    bottom: 14px;
  }
  .card-icon-left .card-img-div .bg-img,
  .card-icon-right .card-img-div .bg-img {
    min-width: 160px;
    height: 260px;
  }
  .news-list {
    margin-bottom: 130px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1200px) and (max-width: 1650px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 1200px) and (max-width: 1650px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1200px) and (max-width: 1650px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1200px) and (max-width: 1650px), only screen and (min-resolution: 192dpi) and (min-width: 1200px) and (max-width: 1650px), only screen and (min-resolution: 2dppx) and (min-width: 1200px) and (max-width: 1650px), only screen and (min-width: 1200px) and (max-width: 1650px) {
  .card-icon-left .card-icon-div .big-icon {
    left: 0;
  }
  .card-icon-left .card-icon-div h3 {
    padding: 0 0 0 200px;
  }
  .card-icon-right .card-icon-div .big-icon {
    right: 0;
  }
  .card-icon-right .card-icon-div h3 {
    padding: 0 185px 0 60px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1104px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1104px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 960px) and (max-width: 1104px), only screen and (min-device-pixel-ratio: 2) and (min-width: 960px) and (max-width: 1104px), only screen and (min-resolution: 192dpi) and (min-width: 960px) and (max-width: 1104px), only screen and (min-resolution: 2dppx) and (min-width: 960px) and (max-width: 1104px), only screen and (min-width: 960px) and (max-width: 1104px) {
  header .header-top .header-container {
    margin: 0 20px;
  }
  header .header-bottom .icons {
    margin-right: 20px;
    min-width: 128px;
  }
  header .header-bottom .header-container {
    margin: 0 20px;
  }
  header .tm-logo img {
    max-width: 140px;
  }
  header .tm-button-small {
    margin-left: 0;
    padding: 4px 10px;
    font-size: 10px;
  }
  .navigation-content > li {
    margin-right: 27px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1105px) and (max-width: 1296px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 1105px) and (max-width: 1296px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1105px) and (max-width: 1296px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1105px) and (max-width: 1296px), only screen and (min-resolution: 192dpi) and (min-width: 1105px) and (max-width: 1296px), only screen and (min-resolution: 2dppx) and (min-width: 1105px) and (max-width: 1296px), only screen and (min-width: 1105px) and (max-width: 1296px) {
  header .header-top .header-container {
    margin: 0 30px;
  }
  header .header-bottom .icons {
    margin-right: 50px;
    min-width: 138px;
  }
  header .header-bottom .header-container {
    margin: 0 30px;
  }
  header .tm-logo img {
    max-width: 150px;
  }
  header .tm-button-small {
    margin-left: 0;
  }
  .navigation-content > li {
    margin-right: 30px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1297px) and (max-width: 1499px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 1297px) and (max-width: 1499px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1297px) and (max-width: 1499px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1297px) and (max-width: 1499px), only screen and (min-resolution: 192dpi) and (min-width: 1297px) and (max-width: 1499px), only screen and (min-resolution: 2dppx) and (min-width: 1297px) and (max-width: 1499px), only screen and (min-width: 1297px) and (max-width: 1499px) {
  header .header-top .header-container {
    margin: 0 53px;
  }
  header .header-bottom .icons {
    margin-right: 50px;
  }
  header .header-bottom .header-container {
    margin: 0 53px;
  }
  .navigation-content > li {
    margin-right: 44px;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1500px) and (max-width: 1700px), only screen and (min-moz-device-pixel-ratio: 2) and (min-width: 1500px) and (max-width: 1700px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1500px) and (max-width: 1700px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1500px) and (max-width: 1700px), only screen and (min-resolution: 192dpi) and (min-width: 1500px) and (max-width: 1700px), only screen and (min-resolution: 2dppx) and (min-width: 1500px) and (max-width: 1700px), only screen and (min-width: 1500px) and (max-width: 1700px) {
  header .header-bottom .icons {
    margin-right: 80px;
  }
  header .header-bottom .header-container {
    margin: 0 190px 0 53px;
  }
  .navigation-content > li {
    margin-right: 50px;
  }
  .partner-under-header {
    top: 42px;
    right: 185px;
  }
}
