/*
* Main SCSS
*/
/*
*   Base Index 
*/
/*
*   Variables 
*/
/*
*   Reset 
*/
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
  position: relative;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.mySlides>img {
  max-height: 480px;
  height: 480px;
  width: 100%;
  object-fit: cover;
}

.mySlides>iframe {
  width: 100%;
  height: 470px;
}


/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

/* SLAJDER VIJESTI
.row:after {
  content: "";
  display: table;
  clear: both;
}
*/

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
  margin-right: 15px;

}

.column:first-child {
  margin-left: 0px;
}

.column img {
  width: 125px;
  height: 80px;
  object-fit: cover;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}



/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  object-fit: cover;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  border: 0;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*
*   Helpers 
*/
/*
*   Typography 
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #222631;
}

h2 {
  line-height: 38px;
}

h3 {
  line-height: 28px;
}

@media (max-width: 576px) {
  h3 {
    line-height: 21px;
  }
}

h4 {
  line-height: 24px;
}

@media (max-width: 576px) {
  h4 {
    line-height: 21px;
  }
}

h5 {
  line-height: 20px;
}

h6 {
  line-height: 15px;
}

.time {
  display: block;
  color: #62748f;
}

/*---- News sizes ----*/
.size-1 {
  width: 635px;
  height: 380px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .menu__item {
    border-radius: 6px;
  }

  .size-1 {
    width: 98%;
  }
}

.size-2 {
  width: 207px;
  height: 180px;
}

.size-3 {
  width: 255px;
  height: 140px;
}

@media (min-width: 993px) and (max-width: 1200px) {}

.size-4 {
  width: 350px;
  height: 209px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .size-4 {
    width: 310px;
    height: 220px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .size-4 {
    width: 350px;
    height: 220px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .size-4 {
    width: 500px;
    height: 290px;
    width: 100%;
  }
}

@media (max-width: 576px) {
  .size-4 {
    width: 100%;
  }
}

.size-5 {
  width: 160px;
  min-width: 160px;
  height: 98px;
}

.size-6 {
  width: 100%;
  max-width: 540px;
  height: 323px;
}

@media (min-width: 1150px) and (max-width: 1200px) {
  .size-6 {
    max-width: 520px !important;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .size-6 {
    max-width: 460px;
    width: 100%;
  }
}

.size-7 {
  min-width: 200px;
  width: 200px;
  height: 124px;
}

@media (max-width: 577px) {
  .row-article-big article .tertiary-header {
    min-width: 160px !important;
    width: 160px !important;
    height: 98px !important;
  }
}

.size-8 {
  min-width: 130px;
  width: 130px;
  height: 80px;
}

/*---- Font sizes ----*/
.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 14px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .fs-15 {
    font-size: 13px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .fs-15 {
    font-size: 13px;
    line-height: 18px;
  }
}


.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

@media (min-width: 577px) and (max-width: 768px) {
  .fs-18 {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .fs-18 {
    font-size: 14px;
  }
}

.fs-20 {
  font-size: 20px;
}

@media (max-width: 576px) {
  .fs-20 {
    font-size: 17px;
  }
}

.fs-26 {
  font-size: 26px;
}

.fs-32 {
  font-size: 32px;
}

/*----- Backgorund images -----*/
.bg-1 {
  background-image: url("../images/v1.jpg");
  background-size: cover;
}

.bg-2 {
  background-image: url("../images/v2.jpg");
  background-size: cover;
}

.bg-3 {
  background-image: url("../images/l1.jpg");
  background-size: cover;
}

.bg-4 {
  background-image: url("../images/c1.jpg");
  background-size: cover;
}

.bg-5 {
  background-image: url("../images/h1.jpg");
  background-size: cover;
}

.bg-6 {
  background-image: url("../images/h2.jpg");
  background-size: cover;
}

.bg-7 {
  background-image: url("../images/ss1.jpg");
  background-size: cover;
}

@media (max-width: 576px) {
  .no-flex {
    flex-direction: column;
  }
}

.no-top {
  top: 20% !important;
}

@media (min-width: 577px) and (max-width: 768px) {
  .no-top {
    top: 25% !important;
  }
}

.vl {
  display: inline-block;
  border-left: 1px solid #62748f;
  height: 15px;
  margin: 0 10px;
}

.show {
  display: block;
}

.desktop-hide {
  display: none !important;
}

@media (max-width: 576px) {
  .desktop-hide {
    display: flex !important;
  }
}

/*
*   Components Index 
*/
.slider {
  overflow: hidden;
}

@media (min-width: 1920px) {
  .slider {
    display: none !important;
  }
}

@media (min-width: 1601px) and (max-width: 1919px) {
  .slider {
    display: none !important;
  }
}

@media (min-width: 1481px) and (max-width: 1600px) {
  .slider {
    display: none !important;
  }
}

@media (min-width: 1201px) and (max-width: 1480px) {
  .slider {
    display: none !important;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .slider {
    display: none !important;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .slider {
    width: 100%;
    margin: auto;
    max-width: 730px;
    margin-bottom: 35px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .slider {
    width: 90%;
    margin: auto;
    margin-bottom: 35px;
    margin-left: 35px;
  }
}

@media (max-width: 576px) {
  .slider {
    margin: auto;
    margin-bottom: 20px;
    margin-left: 3.5%;
  }
}

.owl-item:nth-child(2) {
  padding-left: -40px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .slide-article {
    width: 100%;
    max-width: 920px;
    height: 550px;
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .slide-article {
    width: 100%;
    max-width: 730px;
    height: 450px;
    background-size: cover;
    background-position: center;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .slide-article {
    width: 101%;
    margin: auto;
    height: 350px;
    background-size: cover;
    background-position: center;
  }

  .owl-carousel .owl-item {
    padding-right: 15px;
  }
}

@media (max-width: 576px) {
  .slide-article {
    width: 93%;
    height: 250px;
    background-size: cover;
    background-position: center;
  }
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-theme .owl-dots .owl-dot:first-child {
  position: relative;
}

.owl-theme .owl-dots .owl-dot.active:before {
  content: url("../../images/arrow-long.png");
}

.owl-theme .owl-dots .owl-dot:first-child span:first-child {
  background-color: unset;
  margin-right: 3px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  background-color: #62748f;
  border-radius: 50%;
  margin: 0 5px;
}

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

.slide-image {
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

/*----- SREDI ----*/
.time {
  font-size: 10px;
  font-weight: 400;
}

.time-white {
  color: #fff;
}

.time-blue {
  color: #62748f;
}

.time-big {
  font-size: 12px;
}

.tag {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #fd7900;
  padding: 0 5px;
  border-radius: 4px;
  z-index: 981;
}

.tag-bottom {
  position: absolute;
  left: 5%;
  bottom: 7%;
  z-index: 991;
}

.comment {
  position: absolute;
  bottom: 5%;
  right: 5%;
  z-index: 989;
}

.comment-icon {
  position: relative;
  top: 19px;
  left: -30px;
}

@media (min-width: 1920px) {
  .comment-icon {
    top: 20px;
  }
}

.comment-number {
  color: #fff;
}

/*----- News primary ----*/
.primary {
  position: relative;
}

.primary img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.primary-header {
  z-index: 969;
}

.primary-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

@media (max-width: 576px) {
  .primary-header img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.primary-header .photo {
  position: absolute;
  top: 5%;
  right: 3%;
  width: 30px !important;
  height: 30px;
}

.primary-body {
  position: absolute;
  width: 85%;
  padding: 0 0 15px 20px;
  z-index: 5;
}

@media (max-width: 576px) {
  .primary-body {
    padding: 10px 15px;
  }
}

.primary-body .photo {
  position: absolute;
  top: 5%;
  right: 3%;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .primary-body .photo {
    width: auto !important;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .primary-body .photo {
    width: auto !important;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .primary-body .photo {
    width: auto !important;
  }
}

@media (max-width: 576px) {
  .primary-body .photo {
    width: auto !important;
  }
}

.primary-body h2 {
  color: #fff;
  margin: 10px 0 5px 0;
}

.primary-body-down {
  display: inline-block;
  box-shadow: none;
  max-width: 350px;
  padding: 5px;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .primary-body-down {
    max-width: 310px;
  }
}

.primary-body-down h3 {
  font-size: 17px;
}

.primary-body-small {
  width: 90%;
  padding: 0 0 10px 10px;
}

.primary-body-small h6 {
  margin-top: 3px;
}

.primary-flex {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.primary-relative {
  position: relative;
}

/*----- News secondary ----*/
.secondary-header {
  position: relative;
  display: inline-block;
}

.secondary-header .tag {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.secondary-header-end {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 0 10px 10px;
}

.secondary-header-center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.secondary-header-center img:last-child {
  object-fit: cover;
  position: absolute;
}

.secondary-header img {
  border-radius: 6px 6px 0 0;
  width: 100%;
  object-fit: cover;
  max-height: 153px;
}

.secondary-header>img {
  object-fit: cover;
  min-height: 110%;
}

.secondary-header img:last-child {
  object-fit: cover;
  width: unset;
}

.secondary-body {
  border-radius: 0 0 6px 6px;
}

.secondary-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: flex-start;
  height: 100px;
  padding: 17px 15px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  max-width: 255px;
}

.secondary-body h6 {
  margin-bottom: 5px;
}

/*----- News tertiary ----*/
.tertiary {
  display: flex;
}

.tertiary-header {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  border-radius: 6px;
}

.tertiary-header>img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.tertiary-body {
  position: relative;
}

.tertiary-body .tag {
  left: 10px;
  bottom: 8px;
}

.tertiary-body-padding-small {
  padding-left: 10px;
}

.tertiary-body-padding-big {
  padding: 10px 5px 0 15px;
}

@media (max-width: 576px) {
  .tertiary-body-padding-big {
    padding: 0 0 0 7px;
  }
}

.comments-highlight {
  z-index: 888;
  position: absolute;
  display: flex;
  align-items: center;
  padding: 0 15px 5px 0;
  font-size: 14px;
  font-family: 'Overpass', sans-serif;
  color: #fff;
  bottom: 5px;
  right: 0;
}

.comments-highlight img {
  border-radius: 0 !important;
  margin-right: 5px;
  padding-bottom: 0 !important;
  object-fit: cover;
}

article {
  border-radius: 6px !important;
}

@media (max-width: 576px) {
  .news-centerd-mobile {
    width: 80%;
    margin: auto;
    text-align: left;
  }
}

@media (max-width: 576px) {
  .news-centerd-mobile .header-4 {
    width: 100%;
    height: 160px;
  }
}

.news-centerd-mobile .body-right-2 {
  padding-top: 10px;
}

.photo {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px !important;
  height: 30px !important;
}

/*
*   Layout Index 
*/
.nav {
  position: relative;
  background-color: #092651;
}

.nav-primary {
  display: flex;
  align-items: center;
  height: 70px;
  max-width: 1110px;
  margin: auto;
}

@media (min-width: 1601px) and (max-width: 1919px) {
  .nav-primary {
    height: 70px;
    max-width: 1110px;
    margin: auto;
    padding: 0;
  }

  .menu__item {
    padding: 0 10px !important;
    margin-top: 3.5px !important;
    border-radius: 6px;
  }
}

@media (min-width: 1481px) and (max-width: 1600px) {
  .nav-primary {
    height: 70px;
    max-width: 1110px;
    margin: auto;
    padding: 0;
  }
}

@media (min-width: 1201px) and (max-width: 1480px) {
  .nav-primary {
    height: 70px;
    max-width: 1110px;
    margin: auto;
    padding: 0;
  }

  .menu__item {
    padding: 25px 10px !important;
    margin-top: 3.5px !important;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .nav-primary {
    height: auto;
    padding: 20px 35px;
    flex-direction: column;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .nav-primary {
    height: auto;
    padding: 20px 8%;
    flex-direction: column;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .nav-primary {
    height: auto;
    padding: 20px 8%;
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .nav-primary {
    height: auto;
    padding: 10px 15px 10px 15px;
    flex-direction: column;
  }
}

.nav-primary-content {
  width: 100%;
  display: flex;
  align-items: center;
}

.main-categories-menu {
  width: 100%;
  margin-top: 25px;
}

@media (max-width: 768px) {
  .main-categories-menu {
    margin-top: 0;
  }
}

@media (min-width: 1920px) {
  .main-categories-menu {
    display: none;
  }
}

@media (min-width: 1601px) and (max-width: 1919px) {
  .main-categories-menu {
    display: none;
  }
}

@media (min-width: 1481px) and (max-width: 1600px) {
  .main-categories-menu {
    display: none;
  }
}

@media (min-width: 1201px) and (max-width: 1480px) {
  .main-categories-menu {
    display: none;
  }
}

@media (min-width: 1000px) and (max-width: 1025px) {
  .main-categories-menu {
    margin-top: 0 !important;
  }
}

.main-categories-menu li {
  z-index: 999;
  display: inline-block;
  padding: 0 15px;
  white-space: nowrap;
}

.main-categories-menu li a {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.mobile-menu-container {
  display: none;
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 991;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .mobile-menu-container {
    top: 52%;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .mobile-menu-container {
    top: 70%;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .mobile-menu-container {
    top: 70%;
    position: fixed;
  }
}

@media (max-width: 576px) {
  .mobile-menu-container {
    top: 60px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .home-menu {
    top: 170px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .home-menu {
    top: 0 !important;
    height: 100vh;
    min-height: 100vh;
    /*top: 160px;*/
    left: unset;
    right: 0;
    width: 40%;
  }

  .mobile-menu {
    height: 96% !important;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .home-menu {
    top: 0 !important;
    height: 100vh;
    min-height: 100vh;
    /*top: 160px;*/
    left: unset;
    right: 0;
    width: 40%;
  }
}

@media (max-width: 576px) {
  .home-menu {
    /*top: 80px;*/
  }
}

.logo-container {
  flex: 15%;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .logo-container .logo-desktop {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .logo-container .logo-desktop {
    display: none;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .logo-container .logo-desktop {
    display: none;
  }
}

@media (max-width: 576px) {
  .logo-container .logo-desktop {
    display: none;
  }
}

.logo-container .logo-mobile {
  display: none;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .logo-container .logo-mobile {
    display: block;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .logo-container .logo-mobile {
    display: block;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .logo-container .logo-mobile {
    display: block;
  }
}

@media (max-width: 576px) {
  .logo-container .logo-mobile {
    display: block;
  }
}

.menu-closed {
  display: none;
}

@media (min-width: 577px) and (max-width: 768px) {
  .menu-closed {
    top: 20px;
    right: 15px;
    z-index: 999;
    position: fixed;
  }
}

.menu {
  flex: 75%;
  display: flex;
  white-space: nowrap;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .menu {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .menu {
    display: none;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .menu {
    display: none;
  }
}

@media (max-width: 576px) {
  .menu {
    display: none;
  }
}

.menu__item {
  position: relative;
  display: inline-block;
  padding: 0 10px !important;
}

.menu__item.active {
  color: red;
}

.menu__link {
  font-size: 13px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff;
}

.menu__link:hover {
  transition: 0.3s all;
}

@media (min-width: 769px) and (max-width:1024px) {
  .menu__item {
    margin-top: 25px !important;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .mobile-menu li:first-child {
    padding-top: 70px !important;
  }

  .mobile-menu li .dropdown li {
    padding-top: 0 !important;
    padding-bottom: 10px;
  }

  .mobile-menu li .dropdown li:last-child {
    padding-bottom: 0 !important;
  }

  .mobile-menu li .dropdown li a {
    font-weight: 300;
    font-size: 16px;
  }
}

.mobile-menu {
  display: none;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .mobile-menu {
    display: block;
    width: 100%;
    height: auto;
    background-color: #092651;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .mobile-menu {
    display: block;
    width: 100%;
    height: auto;
    background-color: #092651;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .mobile-menu {
    -webkit-box-shadow: -5px 4px 15px 5px rgba(0, 0, 0, 0.21);
    box-shadow: -5px 4px 15px 5px rgba(0, 0, 0, 0.21);
    display: block;
    width: 100%;
    height: 94% !important;
    height: auto;
    background-color: #092651;
  }
}

@media (max-width: 576px) {
  .mobile-menu {
    display: block;
    width: 100%;
    height: auto;
    background-color: #092651;
  }
}

.mobile-menu .menu__item {
  position: relative;
  width: 100%;
  padding: 12px 25px 12px 25px;
  padding: 10px 10px 10px 20px !important;
}

.mobile-menu .menu__item img {
  position: absolute;
  top: 18px;
  right: 5%;
  object-fit: cover;
  z-index: 777;
}

.mobile-menu .menu__link {
  font-size: 17px;
}

.dropdown {
  display: none;
  position: relative;
  left: 0;
  width: 100%;
  margin-top: 15px !important;
}

.dropdown li {
  display: block;
  padding: 15px 0;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .dropdown li {
    padding-bottom: 0;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .dropdown li {
    padding-bottom: 0;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .dropdown li {
    padding-bottom: 0;
  }
}

@media (max-width: 576px) {
  .dropdown li {
    padding-bottom: 0;
    margin-top: 0 !important;
  }
}

.dropdown a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.dropdown-desktop {
  display: none;
  position: relative;
  left: 10px;
  z-index: 999;
  background-color: #fff;
  width: 240%;
  margin-top: 15px !important;
  padding: 12px 5px 12px 12px;
  border-radius: 2px;
  -webkit-box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.39);
  box-shadow: 3px 3px 10px 3px rgba(0, 0, 0, 0.18);
}

.dropdown-desktop li a::before {
  display: none !important;
}

@media (min-width: 1200px) and (max-width: 1900px) {}

.dropdown-desktop li {
  display: block;
  text-align: left;
  padding-bottom: 9px;
  z-index: 999;
}

.dropdown-desktop li:last-child {
  padding-bottom: 0;
}

.dropdown-desktop li a:hover {
  color: #fd7900;
}

.dropdown-desktop li a {
  display: block;
  line-height: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #222;
  z-index: 999;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .dropdown li {
    padding-bottom: 0;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .dropdown li {
    padding-bottom: 0;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .dropdown li {
    padding-bottom: 0;
  }
}

@media (max-width: 576px) {
  .dropdown li {
    padding-bottom: 0;
  }
}

.dropdown a {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.dropdown-desktop:before {
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  transform: rotate(45deg);
  left: 4%;
  top: -4px;
  z-index: 78;
}

.nav-social {
  display: none;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .nav-social {
    display: block;
    padding: 15px 0;
    background-color: #092651;
    z-index: 999;
    border-top: 1px solid #485980;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .nav-social {
    display: block;
    padding: 15px 0;
    background-color: #092651;
    z-index: 999;
    border-top: 1px solid #485980;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .nav-social {
    display: block;
    padding: 15px 0;
    background-color: #092651;
    z-index: 999;
    border-top: 1px solid #485980;
  }
}

@media (max-width: 576px) {
  .nav-social {
    display: block;
    padding: 15px 0;
    background-color: #092651;
    z-index: 999;
    border-top: 1px solid #485980;
  }
}

.nav-social li {
  display: inline-block;
  padding: 0 20px;
}

.helper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.helper span {
  padding: 0 8px;
}

/*--------- Search -------*/
.search-icon {
  font-family: "Poppins", sans-serif;
}

.search-icon:hover {
  cursor: pointer;
}

.search {
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #092651;
}

@media (min-width: 1920px) {
  .search {
    min-height: 200px;
  }
}

@media (min-width: 1601px) and (max-width: 1919px) {
  .search {
    min-height: 200px;
    padding: 25px 0;
  }
}

@media (min-width: 1481px) and (max-width: 1600px) {
  .search {
    min-height: 200px;
    padding: 25px 15%;
  }
}

@media (min-width: 1201px) and (max-width: 1480px) {
  .search {
    padding: 25px 9%;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .search {
    min-height: 250px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .search {
    min-height: 300px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .search {
    min-height: 300px;
  }
}

@media (max-width: 576px) {
  .search {
    min-height: 300px;
  }
}

.search-form {
  width: 92%;
  display: flex;
  align-items: center;
  margin-left: 5%;
}

@media (min-width: 1920px) {
  .search-form {
    padding: 0 16%;
  }
}

@media (min-width: 1601px) and (max-width: 1919px) {
  .search-form {
    padding: 0 16%;
  }
}

.search-form .search-orange {
  position: relative;
  right: 15px;
}

.search #search_input {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #485980;
  padding: 15px;
  padding-left: 0;
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  color: #fff;
}

.search #search_input::placeholder {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  color: #fff;
}

.search-button {
  background: none;
  border: none;
}

.search-helper {
  font-size: 12px;
  color: #62748f;
  margin-left: 5%;
  margin-top: 10px;
}

@media (min-width: 1920px) {
  .search-helper {
    padding: 0 16%;
  }
}

@media (min-width: 1601px) and (max-width: 1919px) {
  .search-helper {
    padding: 0 16%;
  }
}

.search-toggle {
  display: flex;
}

.oragne-box {
  background-color: #fd7900;
  padding: 6.5px;
  border-radius: 12px 0 0 0;
  clip-path: polygon(6% 0, 100% 0, 94% 100%, 0% 100%);
  text-align: center;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .oragne-box {
    height: 26px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .oragne-box {
    height: 26px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .oragne-box {
    height: 26px;
  }
}

@media (max-width: 576px) {
  .oragne-box {
    height: 26px;
    padding: 6.5px 12px;
  }
}

.oragne-box h6 {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background-color: #fd7900;
}

.gray-box {
  position: relative;
  left: -9px;
  flex: 92%;
  height: 28px;
  background-color: #62748f;
  padding: 2px 10px;
  clip-path: polygon(1% 0, 100% 0, 99.3% 100%, 0% 100%);
  z-index: 777;
  overflow: hidden;
}

.gray-box-marquee {
  white-space: nowrap;
}

@media (max-width: 576px) {
  .gray-box-marquee {
    width: 350px;
  }
}

.gray-box-marquee a {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 25px;
  margin-left: 25px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .gray-box {
    height: 26px;
    overflow-x: scroll;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .gray-box {
    min-width: 100%;
    height: 26px;
    overflow-x: scroll;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .gray-box {
    min-width: 100%;
    height: 26px;
    overflow-x: scroll;
  }
}

@media (max-width: 576px) {
  .gray-box {
    min-width: 100%;
    height: 26px;
    overflow-x: scroll;
  }
}

.orange-circle {
  position: relative;
  left: 12px;
  display: inline-block;
  width: 8px;
  height: 8px;
  z-index: 999;
  border-radius: 50%;
  background-color: #fd7900;
}

/* Sredi */
.marqueeScroll {
  -webkit-animation: marqueeScroll linear 15s infinite;
}

.marqueeScroll-2 {
  -webkit-animation: marqueeScroll2 linear 15s infinite;
}

.marqueeScroll:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes marqueeScroll {
  0% {
    margin-left: 100%;
  }

  100% {
    margin-left: -507px;
  }
}

/* Make it move */
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

.nav-secondary-container {
  background-color: #092651;
}

@-webkit-keyframes marqueeScroll2 {
  0% {
    margin-left: 100%;
  }

  100% {
    margin-left: -507px;
  }
}

/* Make it move */
@keyframes marquee2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

.nav-secondary-container {
  background-color: #092651;
}

.nav-secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
  max-width: 1110px;
  margin: auto;
  background-color: #092651;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .nav-secondary {
    width: 100%;
    margin: auto;
    overflow-x: scroll;
    padding: 32px 0;
  }

  .nav-secondary-container {
    padding: 0 50px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .nav-secondary {
    align-items: flex-start;
    overflow-x: scroll;
    width: 100%;
    padding: 12px 12%;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .nav-secondary {
    align-items: flex-start;
    overflow-x: scroll;
    width: 100%;
    padding: 12px 13%;
  }
}

@media (max-width: 576px) {
  .nav-secondary {
    align-items: flex-start;
    overflow-x: scroll;
    width: 100%;
    padding: 12px 14%;
  }
}

.secondary-big {
  /*height: 245px;*/
}

@media (min-width: 1920px) {
  .secondary-big {
    height: 0
  }
}

@media (min-width: 1601px) and (max-width: 1919px) {
  .secondary-big {
    height: 0;
  }
}

@media (min-width: 1481px) and (max-width: 1600px) {
  .secondary-big {
    height: 0;
  }
}

@media (min-width: 1201px) and (max-width: 1480px) {
  .secondary-big {
    height: 0;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .secondary-big {
    height: 0;
  }
}

.nav-news {
  position: relative;
  /*height: 390px;
  background-color: #092651;*/
}

.news-date {
  margin-left: 15px;
}

.highlight-news {
  width: 100%;
  padding: 30px 0 20px 0;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .highlight-news {
    width: 100%;
    margin: auto;
    padding-left: 35px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .highlight-news {
    width: 70%;
    margin: auto;
    padding-left: 35px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .highlight-news {
    padding-left: 35px;
  }
}

@media (max-width: 576px) {
  .highlight-news {
    padding-left: 5px;
    width: 90%;
  }
}

.highlight-news .categorie {
  font-size: 14px;
  font-family: 'Overpass', sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.highlight-news .news-date {
  font-size: 14px;
  color: #62748f;
}

.highlight-news .time {
  display: inline-block;
  font-size: 14px;
  color: #62748f;
}

.highlight-news h2 {
  font-size: 38px;
  font-family: 'Overpass', sans-serif;
  font-weight: 800;
  color: #fff;
  line-height: 50px;
  margin: 15px 0 30px 0;
}

@media (min-width: 577px) and (max-width: 768px) {
  .highlight-news h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 576px) {
  .highlight-news h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.new-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-details .source {
  font-size: 14px;
  font-family: 'Overpass', sans-serif;
  font-weight: 400;
  color: #62748f;
}

.new-details .source-name {
  font-weight: 800;
  margin-left: 5px;
}

.new-details .media {
  position: relative;
  display: flex;
  color: #62748f;
  margin-right: 2%;
}

.new-details .media img:first-child {
  object-fit: cover;
  margin-right: 25px;
}

.new-details .media img:first-child:hover {
  cursor: pointer;
  opacity: 0.8;
  object-fit: cover;
  transition: 0.3s ease;
}

.new-details .media img:nth-child(2) {
  object-fit: cover;
  margin-right: 10px;
}

.container {
  max-width: 1110px;
  width: 100%;
  margin: auto;
}

@media (min-width: 1601px) and (max-width: 1919px) {
  .container {
    width: 95%;
    margin: auto;
  }
}

@media (min-width: 1201px) and (max-width: 1480px) {
  .container {
    width: 95%;
    margin: auto;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .container {
    width: 95%;
    margin: auto;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .container {
    width: 95%;
    margin: auto;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .container {
    width: 85%;
    margin: auto;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .container {
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 576px) {
  .container {
    width: 95%;
    margin: auto;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.row-evenly {
  justify-content: space-evenly;
}

.row-between {
  justify-content: space-between;
}

.row-around {
  justify-content: space-around;
}

.row-article-big {
  /*margin-bottom: 25px;*/
}

.row-article-small {
  /*margin-bottom: 20px;*/
}

@media (min-width: 993px) and (max-width: 1200px) {
  .row {
    flex-wrap: nowrap;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .row {
    flex-wrap: nowrap;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .row {
    flex-direction: column;
    width: 90%;
    margin: auto;
  }
}

@media (max-width: 576px) {
  .row {
    flex-direction: column;
  }
}

.row article {
  margin-bottom: 20px;
}

@media (min-width: 577px) and (max-width: 768px) {
  /*.row article {
        margin: 0 auto 25px auto; }*/
}


.row-article-extra-small {
  flex-wrap: wrap;
  /*margin-bottom: 25px;*/
}

@media (min-width: 769px) and (max-width: 992px) {
  .row-article-extra-small {
    margin-bottom: 0;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .row-article-extra-small {
    margin-bottom: 0;
  }
}

@media (max-width: 576px) {
  .row-article-extra-small {
    margin-bottom: 0;
  }
}

.row-article-extra-small article {
  max-width: 33.33%;
  flex: 0 0 33.33%;
}

@media (min-width: 577px) and (max-width: 768px) {
  .row-article-extra-small article {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 576px) {
  .row-article-extra-small article {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.row-article-small .tertiary:nth-child(2) {
  margin-left: 3%;
}

@media (min-width: 577px) and (max-width: 768px) {
  .row-article-small .tertiary:nth-child(2) {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .row-article-small .tertiary:nth-child(2) {
    margin-left: 0;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .row-article-small {
    width: 77%;
  }
}

@media (max-width: 576px) {
  .row-article-small {
    margin-bottom: 0;
  }
}

.row-article-big {
  display: flex;
  flex-wrap: wrap;
}

.row-article-big article {
  max-width: 49%;
  flex: 0 0 49%;
}

@media (min-width: 577px) and (max-width: 768px) {
  .row-article-big article {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (max-width: 576px) {
  .row-article-big article {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .row-article-big article:first-child {
    margin-left: 0;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .row-article-big article {
    margin: 0 1%;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {

  .row-article-big article:first-child {
    margin-left: 0;
  }
}

.row-article-big article .primary-header {
  width: auto;
}

@media (max-width: 576px) {
  .row-between article {
    margin-bottom: 20px;
  }
}

/*
.row-between {
  display: flex;
  align-items: center;
  justify-content: space-between;

  @include medium {
    width: 80%;
    margin: 0 auto 35px auto;
  }
  @include small {
    width: 85%;
    margin: 0 auto 35px auto;
  }
  @include extra-small {
    width: 95%;
    margin: 0 auto 25px auto;
  }
}
*/
.row-scroll {
  display: flex;
  margin-top: 7px;
}

@media (min-width: 769px) and (max-width: 992px) {
  .row-scroll {
    padding-bottom: 5px;
    overflow-x: scroll;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .row-scroll {
    padding-bottom: 5px;
    padding-top: 15px;
    overflow-x: scroll;
  }
}

@media (max-width: 576px) {
  .row-scroll {
    overflow-x: scroll;
    padding: 15px 0 5px 0;
  }
}

.row-scroll article {
  flex: 25%;
  margin-left: 25px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .row-scroll article {
    margin-left: 15px;
  }
}

.row-scroll article:first-child {
  margin-left: 0;
}

@media (min-width: 769px) and (max-width: 992px) {
  .row-scroll article:first-child {
    margin-left: 38px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .row-scroll article:first-child {
    margin-left: 38px;
  }
}

@media (max-width: 576px) {
  .row-scroll article:first-child {
    margin-left: 15px;
  }
}

@media (max-width: 576px) {
  .row-scroll article:last-child {
    padding-right: 15px;
  }
}

.row-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 25px;
}

@media (min-width: 993px) and (max-width: 1200px) {}

@media (min-width: 769px) and (max-width: 992px) {
  .row-title {
    width: 80%;
    margin: 0 auto 35px auto;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .row-title {

    margin: 0 auto 35px auto;
  }
}

@media (max-width: 576px) {
  .row-title {
    width: 95%;
    margin: 0 auto 20px auto;
  }
}

.row-title h6 {
  font-weight: 700;
  color: #222631;
}

@media (max-width: 576px) {
  .row-title h6 {
    line-height: 25px;
  }
}

.row-title a {
  font-size: 13px;
  font-weight: 600;
  color: #fd7900;
}

.row-title a:hover {
  color: #62748f;
  transition: 0.3s ease-in;
}

@media (min-width: 577px) and (max-width: 768px) {
  .article-block-big {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .article-block-big {
    flex-direction: column;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .article-block-big article:nth-child(2) {
    display: none;
  }
}

@media (max-width: 576px) {
  .article-block-big article:nth-child(2) {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .article-block-big article:nth-child(2) {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .article-block-big article:last-child {
    margin-left: 2%;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .article-block-big article:last-child {
    display: none;
  }
}

@media (max-width: 576px) {
  .article-block-big article:last-child {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .article-block-small {
    flex-direction: column;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .article-block-small {
    flex-direction: column;
    width: 65%;
  }
}

@media (max-width: 576px) {
  .article-block-small {
    flex-direction: column;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .article-block-small article {
    margin-bottom: 35px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .article-block-small article {
    margin-bottom: 35px;
  }
}

@media (max-width: 576px) {
  .article-block-small article {
    margin-bottom: 35px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .article-block-small article .header-3 {
    order: 2;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .article-block-small article .header-3 {
    order: 2;
  }
}

@media (max-width: 576px) {
  .article-block-small article .header-3 {
    order: 2;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .article-block-small article .body-right-2 {
    order: 1;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .article-block-small article .body-right-2 {
    order: 1;
  }
}

@media (max-width: 576px) {
  .article-block-small article .body-right-2 {
    order: 1;
  }
}

.divide25 {
  margin: 20px 0;
}

@media (min-width: 769px) and (max-width: 992px) {
  .divide25 {
    margin: auto;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .divide25 {
    margin: auto;
  }
}

@media (max-width: 576px) {
  .divide25 {
    margin: auto;
  }
}

.row-round {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

.row-round article {
  max-width: 48%;
  flex: 0 0 48%;
  margin-bottom: 0;
}

.row-round article:first-child {
  margin-bottom: 20px;
}

.row-round article:nth-child(2) {
  margin-bottom: 20px;
}

.row-round article .primary-body {
  position: absolute;
}

.row-round article .primary-body-small .tag {
  display: inline-block;
  bottom: 60px;
  left: 10px;
  z-index: 601;
}

.row-round article .primary-body-highlight {
  position: relative;
}

.row-round article .primary-body-highlight .tag {
  position: static;
}

.higlight-article-image {
  width: 100%;
  height: 100%;
}

#content {
  overflow-y: hidden;
}

@media (min-width: 577px) and (max-width: 992px) {
  #content {
    padding-top: 5px;
  }

  #content::before {
    content: "";
    display: block;
    height: 300px;
    position: absolute;
    top: 145px;
    left: 0;
    width: 100%;
    background-color: #092651;
  }
}

@media (max-width: 576px) {
  #content {
    padding-top: 5px;
  }

  #content::before {
    content: "";
    display: block;
    height: 220px;
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    background-color: #092651;
  }
}

/*------- Home -------*/
@media (min-width: 769px) and (max-width: 992px) {
  .header>.container {
    width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .header>.container {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .header>.container {
    width: 100%;
  }
}

.header-content {
  position: relative;
  display: flex;
  padding: 25px 0;
}

@media (min-width: 769px) and (max-width: 992px) {
  .header-content {
    display: none;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .header-content {
    display: none;
  }
}

@media (max-width: 576px) {
  .header-content {
    display: none;
  }
}

.header-content .header-left {
  flex: 59%;
}

.header-left>article {
  height: 380px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .header-content .header-left {
    flex: 50%;
  }
}

.header-content .header-right {
  flex: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
}

.header-content .header-right:first-child {
  align-items: flex-start;
  margin-bottom: 20px;
}

.header-right .row-around {
  width: 100%;
}

.header-right .row-around:first-child {
  margin-bottom: 20px;
}

/*------- About -------*/
#about {
  padding: 80px 0;
}

.about-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
}

.about-content h6 {
  font-size: 21px;
  margin-bottom: 15px;
}

@media (max-width:1024px) {
  #about {
    padding: 50px 0;
  }
}

/*------- About -------*/
#contact {
  padding: 80px 0;
}

.contact-content {
  display: flex;
}

.contact-content form h1 {
  margin-bottom: 25px;
}

.contact-content form input {
  width: 100%;
  background-color: #f0f0f0;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.contact-content form .form-group {
  display: flex;
  justify-content: space-between;
}

.contact-content form .form-group input {
  width: 49%;
}

.contact-content form textarea {
  padding: 12px;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 6px;
}

.contact-content form button {
  background-color: #092651;
  padding: 9px 32px;
  border-radius: 6px;
  color: white;
  margin-top: 10px;
}

.contact-content form button:hover {
  opacity: 0.9;
  cursor: pointer;
  transition: 0.2s all;
}

.contact-info {
  padding-left: 25px;
}

.contact-info h1 {
  margin-bottom: 25px;
}

.contact-info span {
  display: block;
  font-size: 15px;
}

.redaction {
  font-size: 18px !important;
  font-weight: 500;
  margin-bottom: 5px;
}

@media (max-width: 577px) {
  #contact {
    padding: 50px 0;
  }

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

  .contact-content form {
    width: 95%;
    margin: auto;
  }

  .contact-info {
    width: 95%;
    margin: auto;
    padding-left: 0;
    margin-top: 25px;
  }
}

/*------- Ads -------*/
.add-1,
.add-2,
.add-3,
.add-4 {
  position: absolute;
  z-index: 979;
}

@media (min-width: 1201px) and (max-width: 1480px) {

  .add-1,
  .add-2,
  .add-3,
  .add-4 {
    display: none;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {

  .add-1,
  .add-2,
  .add-3,
  .add-4 {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 992px) {

  .add-1,
  .add-2,
  .add-3,
  .add-4 {
    display: none;
  }
}

@media (min-width: 577px) and (max-width: 768px) {

  .add-1,
  .add-2,
  .add-3,
  .add-4 {
    display: none;
  }
}

@media (max-width: 576px) {

  .add-1,
  .add-2,
  .add-3,
  .add-4 {
    display: none;
  }
}

.add-1 {
  transform: translate(-185px, 0);
}

.add-2 {
  top: 25px;
  right: -16%;
}

.add-3 {
  top: 35px;
  transform: translate(-185px, 0);
}

.add-4 {
  top: 35px;
  right: 0;
  right: -185px;
}

/*------- Dark layer -------*/
.dark-layer::before {
  content: '';
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.02) 90%);
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 6px;
}

/*------- Ad -------*/
.ad {
  padding: 25px 0 10px 0;
}

.ad-bottom {
  margin-bottom: 55px;
}

/*------- Video news -------*/
.video {
  margin: 25px 0;
  padding: 60px 0;
  background-color: #092651;
}

.video-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 576px) {
  .video-title {
    width: 97%;
    margin: 0 auto 20px auto;
  }
}

.video-title h5 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.video-title a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.video-title a:hover {
  color: #fd7900;
  transition: 0.3s ease;
}

.video-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 769px) and (max-width: 992px) {
  .video-content {
    overflow-x: scroll;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .video-content {
    overflow-x: scroll;
    padding-top: 15px;
  }
}

@media (max-width: 576px) {
  .video-content {
    overflow-x: scroll;
    padding-top: 15px;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .video-content .article-link {
    margin-left: 11px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .video-content .article-link {
    margin-left: 35px;
  }

  .video-content .article-link:first-child {
    margin-left: 0;
  }

  .video-content .article-link:last-child {
    padding-right: 25px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .video-content .article-link {
    margin-left: 35px;
  }

  .video-content .article-link:first-child {
    margin-left: 0;
  }

  .video-content .article-link:last-child {
    padding-right: 25px;
  }
}

@media (max-width: 576px) {
  .video-content .article-link {
    margin-left: 25px;
  }

  .video-content .article-link:first-child {
    margin-left: 10px;
  }

  .video-content .article-link:last-child {
    padding-right: 20px;
  }
}

/*------- App -------*/
.app {
  position: relative;
  margin: 20px 0 0 0;
  background-color: #092651;
  padding: 120px 0;
}

@media (min-width: 994px) and (max-width: 1280px) {
  .app {
    overflow: hidden;
  }
}

@media (min-width: 993px) and (max-width: 1024px) {
  .app {
    overflow: hidden;
  }
}

.app-text {
  width: 50%;
}

@media (min-width: 577px) and (max-width: 768px) {
  .app-text {
    width: 95%;
  }
}

@media (max-width: 576px) {
  .app-text {
    width: 95%;
  }
}

.app-text h2 {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  line-height: 46px;
  margin-bottom: 5px;
}

@media (min-width: 577px) and (max-width: 768px) {
  .app-text h2 {
    font-size: 39px;
    line-height: 38px;
  }
}

@media (max-width: 576px) {
  .app-text h2 {
    font-size: 32px;
    line-height: 38px;
  }
}

.app-text hr {
  border: 3px solid #fd7900;
  width: 40px;
  text-align: left;
  margin: auto 0;
}

.app-text p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  margin: 30px 0 50px 0;
}

.app-button {
  display: inline-block;
}

.app-image {
  position: relative;
}

.app-image img {
  width: 75%;
  position: absolute;
  top: 0;
  left: 50%;
  object-fit: cover;
  transform: translate(0, -60%);
  z-index: 1;
}

@media (min-width: 577px) and (max-width: 768px) {
  .app-image img {
    display: none;
  }
}

@media (max-width: 576px) {
  .app-image img {
    display: none;
  }
}

.big-logo {
  position: absolute;
  max-width: 95%;
  top: 0;
  left: 2%;
}

/*--- Sredi posle ----*/
.white {
  color: #fff;
}

.move-left {
  margin-left: 25px;
}

@media (max-width: 576px) {
  .move-left {
    margin-left: 0;
  }
}

@media (min-width: 1601px) and (max-width: 1919px) {
  .w-100 {
    width: 100%;
  }
}

/*
.no-flex {
  @include extra-small {
    flex-direction: column;
  }
}
.news-centerd-mobile {
  width: 90%;
  margin: 0 auto 0 auto;

  .header-4 {
    margin: 0 auto 10px auto;
  }
  .body-right-2 {
    text-align: center;
  }
}
*/
@media (max-width: 576px) {
  .pl-10 {
    padding-left: 10px !important;
  }
}

@media (max-width: 576px) {
  .mobile-fullwidth {
    width: 100%;
  }
}

.secondary-header-end {
  padding: 0;
}

.secondary>a {
  display: flex;
  width: 100%;
}

.secondary>a img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

/*------- Sidebar -------*/
.sidebar {
  position: relative;
  max-width: 350px;
  padding: 8px 8px;
  background-color: #f5f5f5;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .sidebar {
    top: 15px;
    margin: auto;
    margin-bottom: 65px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .sidebar {
    margin: auto;
    top: 15px;
    margin-bottom: 65px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .sidebar {
    margin: auto;
    top: 15px;
    margin-bottom: 65px;
  }
}

@media (max-width: 576px) {
  .sidebar {
    top: 0;
    margin: 0 auto 45px auto;
  }
}

.sidebar-lastest {
  margin-top: 15px;
}

.sidebar-lastest article {
  margin-top: 15px;
}

.sidebar-ad img {
  object-fit: cover;
  margin: auto;
  padding: 5px;
}

.sidebar-ad-2 img {
  object-fit: cover;
  margin: auto;
  padding: 5px;
}

.sidebar-lastest article.tertiary .tertiary-header {
  flex: 40%;
}

.sidebar-lastest article.tertiary .tertiary-body {
  flex: 60%;
}

.header-right>.row-round>article {
  width: 100% !important;
  height: 47% !important;
}

.footer {
  padding: 40px 0 0 0;
  background-color: #222631;
  z-index: 10;
  position: relative;
}

.footer-content {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  max-width: 1110px;
  margin: auto;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .footer-content {
    padding: 0 4% 40px 4%;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .footer-content {
    flex-direction: column;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .footer-content {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .footer-content {
    flex-direction: column;
    align-items: unset;
    padding: 0 21% 40px 10%;
  }
}

.footer .info-widget {
  width: 33%;
}

.footer .categories-widget {
  width: 45%;
  padding-left: 0;
}

.footer .news-widget {
  width: 20%;
}


@media (min-width: 578px) and (max-width: 768px) {
  .footer .categories-widget {
    width: unset;
    padding-left: 0;
  }

  .footer .news-widget {
    width: 31%;
  }
}

@media (max-width: 577px) {

  .footer .info-widget,
  .footer .categories-widget,
  .footer .news-widget {
    width: 100%;
  }
}

.widget-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.title-divider {
  border: 2px solid #fd7900;
  width: 40px;
  text-align: left;
  margin: auto 0;
  margin-bottom: 15px;
}

.headline-highlight {
  font-size: 32px;
  margin: 10px 0;
  line-height: 38px;
}

/*---- Info widget ----*/
.info-widget {
  flex: 1;
}

@media (min-width: 769px) and (max-width: 992px) {
  .info-widget {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .info-widget {
    text-align: left;
  }
}

@media (min-width: 769px) and (max-width: 992px) {

  .info-widget img {
    object-fit: cover;
    margin: auto;
  }
}

@media (min-width: 577px) and (max-width: 768px) {}

@media (max-width: 576px) {
  .info-widget img {
    object-fit: cover;
    margin: unset;
  }
}

.info-widget p {
  font-size: 14px;
  color: #fff;
  margin: 25px 0;
  line-height: 24px;
  padding-right: 40px;
}

@media (min-width: 769px) and (max-width: 992px) {
  .info-widget p {
    padding-right: 0;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .info-widget p {
    padding-right: 0;
  }
}

@media (max-width: 576px) {
  .info-widget p {
    padding-right: 0;
  }
}

.info-widget h6 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}

@media (min-width: 577px) and (max-width: 768px) {
  .info-widget h6 {
    margin-bottom: 25px;
  }
}

.social .social-item:first-child {
  padding-left: 0;
}

.social-item {
  display: inline-block;
  padding: 0 18px;
}

.social-link:hover {
  opacity: 0.9;
  cursor: pointer;
  transition: 0.3s ease-in;
}

/*--- Categories widget ---*/
.categories-widget {
  margin-top: 35px;
}

@media (min-width: 769px) and (max-width: 992px) {
  .categories-widget {
    margin-bottom: 45px;
  }
}

@media (max-width: 576px) {
  .categories-widget {}
}

.categories-container {
  display: flex;
}

@media (min-width: 577px) and (max-width: 768px) {
  .categories-container {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 35px;
  }
}

@media (max-width: 576px) {
  .categories-container {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 25px;
  }
}

.categories {
  flex: 1;
}

@media (min-width: 769px) and (max-width: 992px) {
  .categories {
    padding: 0 !important;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .categories {
    padding: 0 !important;
  }
}

@media (max-width: 576px) {
  .categories {
    padding: 0 !important;
  }
}

.categories__item {
  padding-bottom: 17px;
}

.categories__link {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.categories__link:hover {
  color: #fd7900;
  transition: 0.3s ease-in;
}

/*--- News widget ---*/
.news-widget {
  margin-top: 5px !important;
}

.news__item {
  padding-bottom: 10px;
}

.news__link {
  display: flex;
  align-items: center;
}

.news-icon {
  flex: 10%;
  text-align: center;
}

.news-icon span {
  font-size: 50px;
  font-weight: 700;
  color: #62748f;
}

.news-content {
  flex: 90%;
  padding-left: 15px;
}

.news-content p {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.news-content p:hover {
  color: #fd7900;
  transition: 0.3s ease-in;
}

.news-content .time {
  font-size: 10px;
  font-weight: 400;
  color: #62748f;
}

/*--- News widget ---*/
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #15171e;
  padding: 25px 21%;
}

@media (min-width: 577px) and (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 576px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

.copyright p,
.creator p {
  color: #fff;
  font-size: 14px;
}

@media (min-width: 577px) and (max-width: 768px) {
  .copyright p {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .copyright p {
    margin-bottom: 15px;
  }
}

.categories {
  padding: 10px 0 10px 0;
}

.categories-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  /*
  .sidebar {
    width: 33%;
    position: relative;
    top: -30px;

    @include medium {
      width: 100%;
    }
    @include small {
      width: 100%;
    }
    @include extra-small {
      width: 100%;
    }
  }
  */
}

@media (min-width: 993px) and (max-width: 1200px) {
  .categories-content {
    flex-direction: column;
    width: 100%;
    margin: auto;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .categories-content {
    flex-direction: column;
    width: 80%;
    margin: auto;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .categories-content {
    flex-direction: column;
    width: 70%;
    margin: auto;
  }
}

@media (max-width: 576px) {
  .categories-content {
    flex-direction: column;
    width: 100%;
    margin: auto;
  }
}

.categories-content .categories-news {
  width: 66%;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .categories-content .categories-news {
    width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .categories-content .categories-news {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .categories-content .categories-news {
    width: 100%;
    margin: auto;
  }
}

.categories-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.categories-row article .secondary-body-transparent {
  height: 105px;
}

@media (min-width: 577px) and (max-width: 768px) {
  .categories-row {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .categories-row {
    flex-direction: column;
  }
}

.categories-row article {
  max-width: 458%;
  flex: 0 0 48%;
  margin-bottom: 25px;
}

.categories-row .news {
  width: 100%;
  max-width: 310px;
}

.categories-row .news .header-3 {
  height: 210px;
}

@media (min-width: 577px) and (max-width: 768px) {
  .categories-row .news .header-3 {
    height: 250px;
  }
}

.categories-row .news .header-3 {
  width: 320px;
}

@media (min-width: 577px) and (max-width: 768px) {
  .categories-row article:first-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .categories-row article:first-child {
    margin-bottom: 20px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .categories-row article:nth-child(2) {
    margin-left: 25px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .categories-row article:nth-child(2) {
    margin-left: 0;
  }
}

@media (max-width: 576px) {
  .categories-row article:nth-child(2) {
    margin-left: 0;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .categories-row .article-link {
    margin-bottom: 25px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .categories-row .article-link {
    margin-bottom: 25px;
  }
}

@media (max-width: 576px) {
  .categories-row .article-link {
    margin-bottom: 25px;
  }
}

/*------- Lastest -------*/
#lastet {
  padding: 15px 0;
}

@media (max-width: 576px) {
  #lastet {
    padding-bottom: 0;
  }
}

.lastest-news-content {
  display: flex;
  align-items: flex-start;
  padding: 30px 0 70px 0;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .lastest-news-content .sidebar {
    margin: unset;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .lastest-news-content .sidebar {
    margin: unset;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .lastest-news-content {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .lastest-news-content {
    flex-direction: column;
  }
}

.lastest-news-content .lastest-list {
  width: 70%;
  display: flex;
  flex-direction: column;
  padding-right: 35px;
}

@media (min-width: 577px) and (max-width: 768px) {
  .lastest-news-content .lastest-list {
    width: 75%;
    margin: auto;
  }
}

@media (max-width: 576px) {
  .lastest-news-content .lastest-list {
    width: 100%;
    margin: auto;
  }
}

.list-box .tertiary {
  margin-left: 15px;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .list-box .tertiary {
    display: flex;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .list-box .tertiary {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .list-box .tertiary {
    flex-direction: column;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .list-box .tertiary .tertiary-header {
    width: 100%;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .list-box .tertiary .tertiary-body {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .list-box .tertiary .tertiary-body {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (max-width: 576px) {
  .list-box .tertiary .tertiary-body {
    margin-left: 0;
    margin-top: 10px;
  }
}

.add-top {
  padding: 25px 0 40px 0;
}

.list-box {
  display: flex;
  align-items: flex-start;
}




@media (min-width: 769px) and (max-width: 992px) {
  .date {
    width: 120px;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .date {
    width: 120px;
  }
}

@media (max-width: 576px) {
  .date {
    width: 140px;
  }
}

@media (max-width: 576px) {
  .date-content {
    padding: 0 5px;
  }
}

.date-content img {
  width: 18px;
  height: 18px;
  object-fit: cover;
  margin: auto;
}

.date-content span {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .date-content span {
    margin: auto;
  }
}

.list-box>.article-link {
  margin-left: 5%;
}

.list-box {
  margin-bottom: 20px;
}

@media (min-width: 577px) and (max-width: 768px) {
  .list-box {
    margin-bottom: 40px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  margin: 35px 0 55px 0;
  width: 100%;
}

.pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #f5f5f5;
  border-radius: 10px;
  font-weight: 600;
  font-size: 20px;
  margin: 0 12px;
  color: #222631;
}

@media (max-width: 576px) {
  .pagination-link {
    margin: 0 3px;
  }
}

.pagination-link:hover {
  background-color: #fd7900;
  transition: 0.3s ease-in;
}


.list-box article .tertiary-header {
  flex: 30%;
}

.list-box article .tertiary-body {
  flex: 70%;
}

/*------- NEW DETAIL ------*/
.news-details-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.nav-news::before {
  content: "";
  display: block;
  height: 780px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #092651;
}

@media (max-width: 576px) {
  .nav-news::before {
    height: 100%;
  }
}

@media (min-width: 993px) and (max-width: 1200px) {
  .news-details-content {
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .news-details-content {
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .news-details-content {
    flex-direction: column;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .news-details-content {
    flex-direction: column;
    justify-content: center;
  }
}

.news-details-content .news-details {
  width: 66%;
}

@media (min-width: 993px) and (max-width: 1200px) {
  .news-details-content .news-details {
    width: 93%;
    margin: auto;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .news-details-content .news-details {
    width: 70%;
    margin: auto;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .news-details-content .news-details {
    width: 80%;
    margin: auto;
  }
}

@media (max-width: 576px) {
  .news-details-content .news-details {
    width: 98%;
    margin: auto;
  }
}

.news-details-content .sidebar {}

@media (min-width: 769px) and (max-width: 992px) {
  .news-details-content .sidebar {
    top: 0;
    margin: auto;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .news-details-content .sidebar {
    top: 0;
    margin: auto;
  }
}

@media (max-width: 576px) {
  .news-details-content .sidebar {
    top: 0;
  }
}

.details-content div p {
  color: #222631 !important;
  font-size: 15px !important;
}

.gallery-container>img:first-child {
  object-fit: cover;
  width: 100%;
}

.details-content {
  /*position: relative;
  top: -90px;*/
}

.details-content img {
  object-fit: cover;
  display: inline-block;
  border-radius: 6px;
}

.source-mobile {
  display: block;
  position: relative;
  top: -6px;
  margin-bottom: 15px;
}

@media (max-width: 576px) {
  .source-mobile {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #62748f;
    margin-bottom: 15px;
    position: relative;
    top: -5px;
  }
}

.p-higlight {
  font-weight: 600;
}

.social-link {
  color: #fd7900;
}

.details-block ins {
  margin-right: 20px;
}

.details-block {
  display: flex;
  margin: 15px 0;
}

@media (min-width: 769px) and (max-width: 992px) {
  .details-block {
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  .details-block {
    flex-direction: column;
  }
}

.details-block p {
  margin-top: 10px;
  padding-left: 25px;
}

@media (min-width: 769px) and (max-width: 992px) {
  .details-block p {
    padding-left: 0;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .details-block p {
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .details-block p {
    padding-left: 0;
  }
}

.tag-title {
  font-size: 24px;
  font-weight: 700;
  color: #222631;
  margin-bottom: 10px;
}

.tags {
  margin: 35px 0 50px 0;
}

.tags-link {
  display: inline-block;
  padding: 5px 15px;
  background-color: #D7DDE6;
  color: #62748f;
  font-size: 10px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  border-radius: 6px;
  margin: 0 5px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .tags-link {
    margin-bottom: 15px;
  }
}

.tags-link:hover {
  background-color: #fd7900;
  color: #fff;
  transition: 0.3s ease;
  cursor: pointer;
}

.comment-form {
  margin: 35px 0 55px 0;
}

.comment-form input {
  width: 100%;
  background-color: #f1f4f8;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 25px;
}

.comment-form textarea {
  width: 100%;
  background-color: #f1f4f8;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.comment-form-button {
  margin-top: 20px;
  padding: 10px 55px;
  background-color: #092651;
  color: #fff;
  text-transform: uppercase;
  border-radius: 6px;
}

.comment-form-button:hover {
  background-color: #fd7900;
  transition: 0.3s ease;
  cursor: pointer;
}

/* Rijesi posle */
.comment-answered {
  width: 90%;
  margin: 15px auto;
}

.comment-box {
  margin-top: 25px;
  background-color: #f1f4f8;
  padding: 35px;
}

.comment-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.comment-header .comment-date {
  font-size: 14px;
  color: #62748F;
}

.comment-header h5 {
  font-size: 20px;
  font-weight: 800;
}

@media (max-width: 576px) {
  .comment-header h5 {
    font-size: 17px;
  }
}

@media (max-width: 576px) {
  .comment-header p {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .comment-header .comment-date {
    font-size: 15px;
  }
}

.comment-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.comment-footer .reactions {
  display: flex;
}

.comment-footer .reactions span {
  display: flex;
}

.comment-footer .reactions span img {
  object-fit: cover;
  padding-right: 9px;
}

.comment-footer .reactions span .unlike {
  margin-left: 25px;
}

.comment-footer h6 {
  font-size: 17px;
  font-weight: 600;
}

.like,
.unlike {
  cursor: pointer;
}

/* Rijesi posle */
.divider {
  border: 2px solid #fd7900;
  width: 30px;
  text-align: left;
  margin: auto 0;
}

.new-details .add-4 {
  top: 25px;
  right: -16%;
}

.nav-fixed {
  position: fixed;
  width: 100%;
  z-index: 999;
  border-bottom: none;
}

@media (min-width: 577px) and (max-width: 768px) {
  .source-mobile {
    display: block;
    margin-bottom: 15px;
    position: relative;
    top: -4px;
  }
}

.nav-fixed>.nav-primary {
  border-bottom: none;
}

.tertiary-body-padding-small {
  padding-right: 5px;
}

.sidebar-lastest a article .tertiary-body {
  padding-right: 10px;
}

.primary-body-full {
  padding-right: 11%;
}

.row-article-big .tertiary:nth-child(2n) {
  padding-left: 1%;
}

.menu__item:hover .dropdown-desktop {
  display: block;
}

.menu__item {
  position: relative;
  padding-bottom: 50px;
}

.menu__item:hover {
  background-color: #fd7900;
  transition: 0.2s all;
  cursor: pointer;
}

@media (max-width: 1024px) {
  .menu__item:hover a::before {
    display: none;
  }
}

@media (min-width: 1920px) {
  .menu__item:hover a::before {
    bottom: 27px;
  }
}

@media (min-width: 992px) and (max-width:1200px) {
  .menu__item {
    margin-top: 0px;
  }
}

.gallery-container {
  position: relative;
}

@media (max-width: 768px) {
  .nav-fixed {
    top: 0;
  }

  /*.nav-news {
      height: 390px;
    }
    */
  #comment-view {
    /* margin-top: 25px;*/
  }

  .gallery-container {
    position: relative;
    top: -10px;
  }

  #comment-view .row {
    flex-direction: unset !important;
  }

  .column>img {
    height: 50px;
    object-fit: cover;
  }

  .prev {
    top: 45%;
  }

  .next {
    top: 45%;
  }

  .size-6 {
    height: unset;
  }

  .tertiary-body-padding-small {
    padding-right: 0;
  }

  .ad-text {
    max-width: 100%;
  }

  .search {
    height: 90vh !important;
  }

  .sidebar-lastest a article .tertiary-body {
    padding-right: 0;
  }

  .menu__item {
    padding-bottom: unset;
    margin-top: 0;
  }

  .details-block-custom img:last-child {
    margin-left: 0 !important;
    object-fit: cover;
  }

  .main-categories-menu {
    display: flex;
  }

  .test-1 {
    overflow-x: scroll;
    width: 100%;
    z-index: 777;
  }
}

.ad-text {
  float: left;
  max-width: 50%;
  padding-top: 20px;
  padding-right: 20px;
}

@media (max-width: 768px) {
  .ad-text {
    max-width: 100%;
  }

}

.list-box .date {
  flex: 10%;

}

.list-box article {
  flex: 90%
}

article {
  position: relative;
}

.article-main-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 990;
}

.relative {
  position: relative;
}

.primary-body-full {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

.test-1 {
  margin-top: 5px;
}

.test-1>a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

.category-article-block>a {
  width: 100%;
  height: 230px;
}

.category-article-block>a img {
  width: 100% !important;
  max-height: unset;
  height: 100%;
  display: block;
  object-fit: cover;
  padding-bottom: 10px;
}

.media-icon {
  position: absolute;
  width: 100%;
  padding: 15px 15px 0 0;
  top: 0;
  display: flex;
  left: 0;
  justify-content: flex-end;
}

.media-icon img:last-child {
  margin-left: 15px;
  object-fit: cover;
}

.photo {
  position: static !important;
}

.details-block-custom {
  width: 100%;
}

.details-block-custom img {
  border-radius: 0;
  object-fit: cover;
}


.nav-fixed .home-menu {
  /*top: 97px;*/
}

.header-video img:last-child {
  min-height: unset;
  object-fit: cover;
}

.category-article-block img {
  min-height: 100%;
  object-fit: cover;
}

.modal {
  position: absolute;
  z-index: 998;
  top: 20px;
  display: none;
  left: -15px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 7px 0 0;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#socials-share-2 {
  padding-left: 40px;
  padding-top: 10px;
  display: inline-block;
}

#socials-share-2 .jssocials-share {
  padding-right: 10px;
}

#socials-share-2 .jssocials-share i {
  width: 20px;
  height: 20px;
}

.jssocials-share {
  display: inline-block;
  margin: 0;
  margin-bottom: 10px;
}


@media (min-width: 1200px) and (max-width: 1280px) {
  .row-article-big .tertiary:nth-child(2n) {
    padding-left: 4%;
  }

  .row-article-big article {
    margin-left: 0;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .list-box .tertiary>a {
    width: 100%;
    height: 100%;
  }
}

.row-article-extra-small article:nth-child(2),
.row-article-extra-small article:nth-child(3),
.row-article-extra-small article:nth-child(5),
.row-article-extra-small article:nth-child(6),
.row-article-extra-small article:nth-child(8),
.row-article-extra-small article:nth-child(9) {
  padding-left: 2%;
}

.row-article-extra-small article:nth-child(2),
.row-article-extra-small article:nth-child(5),
.row-article-extra-small article:nth-child(8) {
  padding-left: 1.1%;
}

@media (max-width: 1024px) {

  .row-article-extra-small article:nth-child(2),
  .row-article-extra-small article:nth-child(3),
  .row-article-extra-small article:nth-child(5),
  .row-article-extra-small article:nth-child(6),
  .row-article-extra-small article:nth-child(8),
  .row-article-extra-small article:nth-child(9) {
    padding-left: 0
  }

  ;
}


.date-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 6px;
  background-color: #092651;
}

.date {
  text-align: center;
}

.nav-secondary-container>.nav-secondary>.oragne-box {
  flex: 16%;
}

.box-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
}

.category-article-block>a>img {
  padding-bottom: 0;
  object-fit: cover;
}

.details-block-small p iframe {
  width: 100%;
  height: 400px;
}


@media (min-width: 769px) and (max-width: 1024px) {
  .mobile-menu-fix .main-categories-menu .menu__item {
    margin-right: 15px;
  }

  .details-block-small p iframe {
    height: 450px;
  }

  .menu-closed {
    top: 20px;
    right: 15px;
    z-index: 999;
    position: fixed;
  }

  .mobile-menu .menu__item {
    padding: 5px 10px 5px 20px !important;
  }

  .mobile-menu .menu__link {
    font-size: 20px;
  }

  .mobile-menu li:first-child {
    margin-top: 80px !important;
  }

  .mobile-menu li .dropdown li:first-child {
    margin-top: 0 !important;
  }

  .test-1 {
    z-index: 777;
  }

  .category-article-block a img {
    object-fit: cover;
  }

  .size-3 {
    width: 232px;
  }

  .row-article-extra-small article:nth-child(2),
  .row-article-extra-small article:nth-child(3),
  .row-article-extra-small article:nth-child(5),
  .row-article-extra-small article:nth-child(6),
  .row-article-extra-small article:nth-child(8),
  .row-article-extra-small article:nth-child(9) {
    padding-left: 1%;
  }

  ;

  .row-article-big article {
    margin-left: 0 !important;
  }

  .categories-row .category-article-block .secondary-body-transparent {
    max-height: 115px;
    height: 100%;
    margin-bottom: 50px;
  }
}

@media (min-width: 578px) and (max-width: 768px) {
  .mobile-menu-fix .main-categories-menu .menu__item {
    margin-right: 15px;
  }

  .categories-row .category-article-block .secondary-body-transparent {
    max-height: 115px;
    height: 100%;
    margin-bottom: 55px;
  }

  .row-article-big-mobile {
    flex-direction: unset;
  }

  .row-article-big-mobile article {
    max-width: 49%;
    flex: 0 0 49%;
  }

  .row-article-small-mobile article .size-4 {
    height: 350px;
  }

  .gray-box {
    min-width: unset;
    clip-path: polygon(4% 0, 100% 0, 99.3% 100%, 0% 100%);
    left: -17.5px;
  }

  .nav-secondary-container>.nav-secondary>.oragne-box {
    flex: unset;
    width: 260px;
    clip-path: polygon(6% 0, 100% 0, 91% 100%, 0% 100%);
  }

  .nav-secondary {
    padding: 12px 5%;
  }

  .row {
    width: 100%;
  }

  .row-article-small-tablet {
    display: flex;
    flex-direction: unset;
  }

  .row-article-small-tablet article {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .fs-18 {
    line-height: 18px;
  }

  .category-article-block>a {
    height: unset;
  }

  .news-details-content .news-details {
    width: 100%;
  }

  .highlight-news {
    width: 100%;
    padding-left: 0;
  }

  .nav-primary {
    padding: 20px 6%;
  }

  #content::before {
    top: 105px;
  }

  .categories-content {
    width: 100%;
  }

  .categories-row {
    display: flex;
    flex-direction: unset;
  }

  .categories-row article {
    max-width: 49%;
    flex: 0 0 49%;
    max-height: 320px;
  }

  .category-article-block>a>img {
    height: 210px;
    object-fit: cover;
  }
}

@media (max-width: 577px) {
  .mobile-menu-fix .main-categories-menu .menu__item {
    margin-right: 15px;
  }

  .details-block-small p iframe {
    height: 180px;
  }

  .thumb-slider>.column {
    min-width: 80px !important;
  }

  .new-details .media {
    margin-right: 0;
  }

  .new-details .media img:first-child {
    margin-right: 15px;
    object-fit: cover;
  }

  .media .share {
    width: 17px;
    height: 17px;
  }

  .comments-top {
    width: 17px;
    height: 17px;
    padding-right: 12px;
  }

  .source {
    font-size: 11px !important;
  }

  .source-name {
    font-size: 11px;
  }

  .highlight-news .categorie {
    font-size: 11px;
  }

  .highlight-news .news-date {
    font-size: 11px;
  }

  .vl {
    height: 9px;
    margin: 0 5px;
  }

  .highlight-news .time {
    font-size: 11px;
  }

  .menu__item:hover {
    background-color: none !important;
  }

  .helper span:first-child {
    padding-right: 0;
  }

  .helper span #weather-icon {
    padding-left: 14px;
    position: relative;
    top: 2.5px;
  }

  .categories-row .category-article-block .secondary-body-transparent {
    max-height: 115px;
    height: 100%;
  }

  .row-article-big-mobile article {
    height: 215px;
  }

  .gray-box {
    min-width: unset;
    clip-path: polygon(8% 0, 100% 0, 99.3% 100%, 0% 100%);
    left: -13.5px;
  }

  .nav-secondary-container>.nav-secondary>.oragne-box {
    flex: unset;
    width: 260px;
    clip-path: polygon(6% 0, 100% 0, 91% 100%, 0% 100%);
  }

  .nav-secondary-container>.nav-secondary>.oragne-box h6 {
    font-size: 11px;
  }

  .nav-secondary {
    padding: 12px 5%;
  }

  .app {
    padding: 50px 0;
  }

  .app-text h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .app-text p {
    font-size: 15px;
    line-height: 20px;
  }

  .home-menu {
    height: 100vh;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    z-index: 999;
  }

  .mobile-menu {
    height: 79vh;
  }

  .nav-social {
    height: 14vh;
    display: flex;
    padding-top: 0;
    align-items: center;
  }

  .mySlides>img {
    max-height: 220px;
    height: 100%;
    object-fit: cover;
  }

  .mySlides>iframe {
    max-height: 220px;
  }
}

.dropdown-container {
  z-index: 992;
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .menu__item {
    padding: 0 10px !important;
    margin-top: 3.5px !important;
    border-radius: 6px;
  }
}

.dropdown-container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 25px;
}

@media (min-width: 1920px) {
  .menu__item {
    border-radius: 6px !important;
  }

  .dropdown-container {
    top: 20px;
  }
}

.details-block-small p {
  margin-bottom: 15px;
}

.news-details-block>.ad-text {
  padding-top: 5px;
}


.gallery-container>iframe {
  width: 100% !important;
  height: 450px !important;
  border-radius: 10px !important;
}

@media (max-width: 768px) {
  .twitter-tweet {
    margin: auto;
  }

  .details-block-small iframe {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
  }

  .gallery-container>iframe {
    height: 375px !important;
  }

  .search {
    height: 100vh !important;
  }
}

@media(max-width: 577px) {
  .details-block-small iframe {
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
  }

  .gallery-container>iframe {
    height: 275px !important;
  }

  .mobile-menu li:first-child {
    padding-top: 25px
  }

  .mobile-menu li .dropdown li:first-child {
    padding-top: 5px;
  }

  .mobile-menu li .dropdown li {
    padding-left: 10px;
  }

  .mobile-menu li .dropdown li a {
    font-weight: 300;
    font-size: 15px;
  }
}

.mobile-menu-fix {

  margin-top: 10px;
  padding-top: 5px;
}

.mobile-menu-fix .main-categories-menu .menu__item a {
  font-size: 13px;
  font-weight: 300;
}

.mobile-menu-fix .main-categories-menu li {
  background-color: #62748f;
  border-radius: 3px;
  z-index: 999;
  display: inline-block;
  padding: 0 15px;
  white-space: nowrap;
}

@media (min-width: 769px) and (max-width: 1024px) {
  .mobile-menu-fix .main-categories-menu .menu__item {
    margin-top: 0 !important;
  }
}

.active-menu {
  background-color: #fd7900;
  padding-top: 20px !important;
  border-radius: 3px;
  padding-bottom: 18px !important;
  padding: 0 14px !important;
}

@media (max-width: 1024px) {
  .mobile-menu .active-menu {
    background-color: transparent;
  }

  .menu__item:hover {
    background-color: transparent !important;
  }
}


.column>img {
  object-fit: cover;
}

.thumb-slider {
  display: flex;
  flex-wrap: unset;
  min-width: 100%;
  width: 100%;
  overflow-x: scroll;
}

.thumb-slider>.column {
  min-width: 120px;
}

.thumb-slider::-webkit-scrollbar {
  width: 0px;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
  height: 10px;
}

/* Optional: show position indicator in red */
.thumb-slider::-webkit-scrollbar-thumb {
  background: #092651;
  border-radius: 30px;
}

.gallery-container {
  padding-bottom: 5px;

}


@media (max-width: 577px) {
  .thumb-slider::-webkit-scrollbar-thumb {
    visibility: hidden;
  }
}

@media(min-width: 1900px) and (max-width: 1920px) {}

.share-span {
  display: flex;
}

.share-span img {
  display: inline-block;
  width: 32px;
  padding-left: 10px;
  top: 5px;
  object-fit: cover;

}

#comments-top {
  height: 17px;
  width: 30px;
}

#share {
  height: 19px;
}

.new-details .media {
  top: 33px;
}

.details-block-small hr {
  border: 1px solid #fd7900;
}

.novi-fix {
  margin-top: 0;
}

.desktop-dropdown-icon {
  position: absolute;
  top: 50%;
  transform: translate(5px, -50%);
}

.desktop-dropdown-icon>img {
  width: 11px;
  height: 11px;
  object-fit: cover;
}

.media-icon-cat {
  position: absolute;
  width: 100%;
  padding: 15px 15px 0 0;
  top: 0;
  display: flex;
  left: 0;
  justify-content: flex-end;
}

.media-icon-cat img:last-child {
  margin-left: 10px;
  object-fit: cover;
}

.media-icon-cat .photo {
  padding-bottom: 0;
  width: unset !important;
}

.size-5 .media-icon {
  padding-top: 3px;
}

.navbar-plus {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  background: white;
  right: 0;
  top: 45px;
  width: 220px;
  z-index: 999;
  border-radius: 2px;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
  display: none;
}

.navbar-plus a {
  display: inline-block;
  font-size: 15px;
  color: #222631;
  margin-left: 10px;
  font-weight: 500;
}

.navbar-plus a:first-child {
  margin-left: 0;
}

.navbar-plus-container {
  padding: 10px 15px 0 20px;
}

.navbar-plus-container>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, .16);
}

.navbar-plus-container>ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
  width: 50%;
  margin: 0 0 18px;
}

.navbar-plus-container>ul li a:hover {
  color: #fd7900;
  transition: 0.2s all;
}

.navbar-plus .nav-social-container {
  width: 100%;
}

.nav-social-container>.nav-social {
  display: flex;
  padding-bottom: 10px;
}

.menu-closed:hover,
.menu-opened:hover {
  cursor: pointer;
}

.problem {
  top: 0;
  height: 70px;
}

@media (max-width: 768px) {
  .problem {
    height: 100px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .problem {
    height: 144px;
  }
}

.sidebar-ad-2 ins {
  display: block;
  padding-top: 10px;
  text-align: center;
}

.news-details-block>ins {
  padding: 0 15px 0 0;
  float: left;
}

@media (max-width: 577px) {
  .details-block-custom ins {
    width: 100%;
    text-align: center;
  }

  .news-details-block>ins {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .mySlides>img {
    max-height: 260px;
    height: 260px;
    object-fit: cover;
  }
}

@media (min-width: 578px) and (max-width: 768px) {
  .details-block-custom ins {
    width: 49%;
  }

  .mySlides>img {
    max-height: 440px;
    height: 440px;
    object-fit: cover;
  }

  .mySlides>iframe {
    max-height: 440px;
    height: 440px;
  }

  .column>img {
    height: 80px;
    object-fit: cover;
  }
}

@media (min-width: 769px) and (max-width:1024px) {
  .details-block-custom img {
    object-fit: cover;
  }

  .mySlides>img {
    max-height: 600px;
    height: 600px;
    object-fit: cover;
  }

  .mySlides>iframe {
    max-height: 600px;
    height: 600px;
  }
}

.information-footer {
  width: 240px;
}

.information-footer li {
  width: 40%;
  float: left;
  padding-bottom: 15px;
}


#lastest .container .row-title>h6 {
  padding-top: 25px;
}

.categories .container .row-title>h6 {
  padding-top: 15px;
}

@media (max-width: 768px) {
  .categories .container .row-title>h6 {
    padding-top: 25px;
  }
}

#lastest>.container>.add-1 {
  top: 25px;
}

.categories>.container>.add-1 {
  top: 25px;
}

.mobile-add {
  display: none;
}

@media (max-width: 577px) {
  .desktop-add {
    display: none;
  }

  .mobile-add {
    display: block;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .lastest-news-content .lastest-list {
    padding-right: 5px;
  }

  .list-box article .tertiary-header {
    width: 100%;
    height: 170px;
  }

  .list-box article .tertiary-body-padding-small {
    padding-left: 0;
  }

  .lastest-box .list-box .tertiary .teritary-header>img {
    object-fit: cover;
    width: 100%;
  }

  .pagination-link {
    font-size: 14px;
    width: 37px;
    height: 37px;
    margin-right: 8px;
  }
}

@media (min-width: 578px) and (max-width: 768px) {
  .list-box article .tertiary-header {
    width: 100%;
    height: 300px;
  }

  .lastest-news-content .lastest-list {
    width: 100%;
  }
}

.ml-0 {
  margin-left: 0 !important;
}

.mob-ad {
  display: none;
}

@media (max-width: 768px) {
  .mob-ad {
    width: 100%;
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 0;
    z-index: 999999;
  }
}

@media (max-width: 768px) {
  .mob {
    display: block;

  }
}

.mob-ad-show {
  display: none;
}

.desktop-ad-show {
  display: block;
}

@media (max-width: 768px) {
  .mob-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .desktop-ad-show {
    display: none;
  }

  .mob-ad-show {
    display: block;
  }
}