.rt9-top-banners{
  display: block;
  margin-bottom: 10px;
  /* border: 2px solid red; */
}

.rt9-top-banners-mobile{
  display: none;
}

.rt9-top-banners > .rt9-top-bar{
  /* border: 1px solid orange; */
}

.rt9-top-banners > .rt9-top-bar:last-of-type{
  margin-top: 20px;
}

.rt9-top-banners > .rt9-top-bar > .rt9-top-banner:first-of-type{
  margin-right: 5px;
}
.rt9-top-banners > .rt9-top-bar > .rt9-top-banner:last-of-type{
  margin-left: 5px;
}

.rt9-top-banners > .rt9-top-bar > .rt9-top-banner{
  /* border: 1px solid yellow; */
  display: inline-block;
  vertical-align: middle;
}

.rt9-top-banners > .rt9-top-bar > .rt9-top-banner > *{
  width: 100%;
  display: block;
}

@media screen and (max-width: 767px) {
  .rt9-top-banners{
    display: none;
  }
  .rt9-top-banners-mobile{
    /* border: 2px solid blue; */
    display: block;
    width: 100%;
    text-align: center;
  }
  .rt9-top-banners-mobile > .rt9-top-banner{
    /* border: 2px solid purple; */
    display: block;
    margin: auto;
    
  }
  .rt9-top-banners-mobile > .rt9-top-banner > *{
    /* border: 2px solid red; */
    display: block;
    width: 100%;
    margin-bottom: 2px;
  }
}

.right-t-number{
	text-align: right;
  margin-top: 6px;
}

.right-t img{
	width: 100%;
	height: auto;
}

.right-t ul{
	list-style: none;
  padding-left: 0;
}
.right-t li{
	border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.right-t li:last-child{
	border-bottom: none;
}

.right-t h3{
	margin: 8px 0;
  font-size: 15px;
  font-weight: 500;
}

.right-t p{
	margin: 8px 0;
  font-size: 13px;
}

.right-t li > a{
	display: block;
}

.right-t li > a:hover *{
	text-decoration: underline;
}

.right-t-btn{
	background: #ececec;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding: 5px 0px;
  margin-top: 16px;
}

.right-t-bottom{
	text-align: center;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  font-weight: 500;
}

.right-t-bottom a:hover{
	text-decoration: underline;
}

.home .col.main-section__content{
	border-right: 4px solid #ddd;
}

.fotofact-wr{
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  justify-items: stretch;
  align-items: start;
  justify-content: space-between;
	gap: 10px;
}

@media screen and (min-width: 540px) {
	.fotofact-wr{
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 720px) {
	.fotofact-wr{
		grid-template-columns: repeat(4, 1fr);
	}
}

@media screen and (min-width: 900px) {
	.fotofact-wr{
		grid-template-columns: repeat(5, 1fr);
	}
}

@media screen and (min-width: 900px) {
	.fotofact-wr{
		grid-template-columns: repeat(5, 1fr);
	}
}

@media screen and (min-width: 1160px) {
	.fotofact-wr{
		grid-template-columns: repeat(6, 1fr);
	}
}


.fotofact{
	display: block;
	width: 100%;
  overflow: hidden;
}

.fotofact img{
	height: 130px;
  object-fit: cover;
  width: 100%;
}

.fotofact h4{
	font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #222;
  margin: 2px 0;
}

.fotofact:hover > h4{
	text-decoration: underline;
}

.ks-post-bottom{
	display: grid;
  grid-template-columns: auto 80px;
  gap: 20px;
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 40px;
	align-items: center;
}

.ks-post-share{
	text-align: right;
}

.ks-post-bottom .tag,
.footer-tags .tag
{
	text-decoration: underline;
	text-decoration-color: #ccc;
}

.footer-tags{
	padding: 0 20px;
  /* text-align: justify; */
	width: 25%;
}

.footer-tags .tag{
	display: inline-block;
  white-space: nowrap;
  background: #ddd;
  border-radius: 12px;
  padding: 2px 6px;
  margin: 2px 0px;
  font-size: 11px;
  text-decoration: none;
}

.ks-post-bottom .tag:hover,
.footer-tags .tag:hover
{
	text-decoration-color: unset;
}

.ks-post-bottom .ya-share2{
	margin-top: 0;
}

.taglist{
	text-align: justify;
}
.taglist .tag{
	display: inline-block;
  white-space: nowrap;
  background: #ddd;
  border-radius: 12px;
  padding: 2px 8px;
  margin: 4px 6px;
}

.taglist .tag:hover{
	text-decoration: underline;
}

.taglist .tag span{
	color: #777;
}

footer .menu{
	list-style: none;
  padding: 0;
}

footer .menu a{
	font-weight: 300;
  font-size: 16px;
  line-height: 18px;
  /* white-space: nowrap; */
  display: inline-block;
  margin-bottom: 8px;
}

.cw-wr{
	display: grid;
  width: 100%;
  grid-template-columns: 1fr auto;
  align-items: center;
	margin-top: 8px;
}

.cw-line{
	height: 4px;
  background: #e5e5ee;
}

.cw-words{
	color: #393186;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 20px;
  padding-right: 10px;
  padding-left: 10px;
}

.wtext-bottom{
	margin-left: 20px;
	margin-top: 20px;
	/* font-style: italic; */
  text-transform: uppercase;
  font-size: 20px;
  color: #0693E3;
  font-weight: bold;
  font-family: Arial, sans-serif;
  text-align: center;
}

.footer__link img{
	position: relative;
	top: 6px;
	margin-right: 4px;
}

#menu-menyu-podvala{
  list-style: disc !important;
  padding-left: 12px;
	text-align: left;
}

#menu-menyu-podvala a{
 vertical-align: top;
  font-size: 15px;
}