/*  CSS document  */
@CHARSET "UTF-8";

main > ul > li > ul:not(.house-box) > li:nth-child(2n) {
	width: 100%;
}
main > ul > li > ul.house-box > li:nth-child(2n+1) {
	padding: 0;
	padding-right: 10px;
}
main > ul > li > ul.house-box > li:nth-child(2n) {
	padding: 0;
	padding-left: 10px;
}

main > ul > li > ul > li.number {
	padding-top: 0;
}
main > ul > li > ul > li.number span {
	font-size: 4em;
   line-height: normal;
   color: #0b6fc7;
   font-weight: 600;
}

section h1 > i, section h2 > i, section > figure.catalogue h2 i {
  background: url(/wp-content/themes/1svet/templates/global/images/head_border.svg) center bottom no-repeat;
  background-size: contain;
  color: #0b6fc7;
  font-style: normal;
}
section h1, section main h2, section > figure.catalogue h2 {
	font-weight: 600;
	text-align: center;
	padding: 0 20px;
}
section h1 {
    font-size: 23pt;
    margin-bottom: 25px;
}
#page section h1 {
   text-align: left;
}
#page section.register {
	margin-bottom: 40px;
}
section main > h2 {
   margin-bottom: 15px;
}
main > ul > li > ul > li h2 {
	text-align: left;
	font-weight: 400;
	padding: 15px 0 0;
}
section > figure.catalogue h2, section > figure.catalogue h2 a {
	font-size: 20pt;
}
section > figure.catalogue .order-catalog {
   margin-bottom: 40px;
}
img + .icon-main-img {
   background: url('/wp-content/themes/1svet/templates/sites/bulletiny/bulletin-leden-2024/images/iontovy-dum.svg?2');
   background-repeat: no-repeat;
   background-size: 90px;
   width: 90px;
   height: 90px;
   position: absolute;
   top: 60px;
   right: 60px;
}
.main + .icon-main-img {
	top: unset;
	bottom: 30px;
   left: 30px;
}
section .main-perex {
  font-size: 16pt;
  text-align: center;
  padding: 0 20px 20px;
}
section .main-perex i {
  font-style: normal;
  border-bottom: 0.07em solid #ff0000;
}
section .main-perex.perex-box {
   width: 75%;
   background-color: #f9f9f9;
   border-radius: 10px;
   padding: 15px 30px;
   margin: 0 auto 35px;
}
section h1 + .main-perex.perex-box {
	margin-top: 25px;
}
h2 span {
   font-size: 13pt;
   padding-left: 10px;
}
section main .list-marked {
  margin-bottom: 15px;
}
section .main-perex > span, section main p > span, blockquote > span {
  display: block;
  margin-bottom: 15px;
}
section main p > span a {
  color: #4e6dae !important;
}
section main iframe.video-player {
   width: 100%;
}
section main p > a:not(.button_more) {
  color: #0b6fc7 !important;
}
section > figure.catalogue {
   text-align: center;
   padding-bottom: 40px;
}
section > figure.catalogue p {
   font-size: 15pt;
   margin-bottom: 30px;
}
.special-title h2.title {
   font-size: 20pt;
   margin-bottom: 15px;
}
section > figure.catalogue img {
   width: 100%;
}
img.house {
   margin-top: 30px;
   width: 100%;
   position: relative;
}
.house-box {
	text-align: center;
	margin-top: 20px;
}
.house-box > li {
	width: 50%;
	margin-bottom: 30px;
}
.house-box > li h2 {
   text-align: center;
}
.house-box > li img {
	width: 100%;
   position: relative;
}
.house-box > li div {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.house-box > li div > div {
   margin-bottom: 15px;
   font-size: 16pt;
}
.house-box > li div > span {
   font-size: 12pt;
}
.house-box .crossed-out-price {
	position: relative;
	display: inline-block;
	background: linear-gradient(to top left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(50% - 0.8px), rgba(0,0,0,1) 50%, rgba(0,0,0,0) calc(50% + 0.8px), rgba(0,0,0,0) 100%);
	margin: 0 auto 0 0;
	font-style: normal;
}
.house-box .crossed-out-price::before {
   content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	bottom: 1px;
	right: 1px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 20'><path d='M0 20 L100 1 L100 0 L0 19' fill='#393939' /></svg>") center center no-repeat;
	background-size: 100% 100%,auto
}
section .centered-box {
	text-align: center;
	margin: 50px 0 40px;
	padding: 0 25px;
}
section .centered-box h2 {
   font-weight: 600;
}
blockquote {
  background: #f9f9f9;
  border-left: 5px solid #0070ba;
  border-radius: 10px;
  margin: 0 0 15px 0;
  padding: 0.5em 10px 0.5em 15px;
  quotes: "\201C""\2019";
  /*quotes: "\201C""\201D""\2018""\2019";*/
}
blockquote:before {
  color: #0070ba;
  content: open-quote;
  font-size: 4em;
  line-height: 0;
  margin-right: 0.1em;
  vertical-align: -0.5em;
}
blockquote > em {
   display: block;
   text-align: right;
}
.special-title {
   display: flex;
   justify-content: center;
}
.special-title h2 {
   font-weight: 400;
   text-transform: uppercase;
   border-left: 5px solid #0070ba24;
   border-radius: 10px;
   padding: 15px 0 15px 15px;
   margin: 20px 0 0 0;
}
main > ul > li > ul > li > p {
   padding-top: 0!important;
}
main > ul > li > figure {
   position: relative;
}
.justify-content-left {
   justify-content: left !important;
}
.justify-content-space-between {
   justify-content: space-between !important;
}
.align-items-flex-start {
   align-items: flex-start !important;
}
section div.btn-primary {
	display: flex;
   justify-content: center;
   margin-top: 40px;
}
section div.btn-primary a {
	color: #fff !important;
	background-color: #0070ba;
	border-radius: 8px;
	border: 1px solid #0070ba;
	padding: 15px 100px;
	transition: .3s;
}
section div.btn-primary.red a {
	background-color: #e31f23;
	border: 1px solid #e31f23;
}
section div.btn-primary a:hover {
	color: #0070ba !important;
	background-color: #fff;
}
section div.btn-primary.red a:hover {
   color: #646464 !important;
   background-color: #cdcdcd;
   border: 1px solid #cdcdcd;
}
footer {
   margin-top: 0;
}
@media (max-width: 620px) {
   section main ul li .section-icons.ul-li-section {
      flex-direction: column;
   }
}
@media (max-width: 570px) {
   section main iframe.video-player {
      height: 275px;
   }
   section img.main + .icon-main-img {
      background-size: 75px;
      width: 75px;
      height: 75px;
   }
}
@media (max-width: 520px) {
	section main ul li .section-icons {
      flex-direction: column;
	}
	section main ul li .section-icons li {
      padding: 0;
	}
	section main ul li .section-icons li:not(:last-child) {
      padding: 15px 0 10px;
   }
}
@media (max-width: 480px) {
   main > ul > li > ul.house-box > li:nth-child(2n+1), main > ul > li > ul.house-box > li:nth-child(2n) {
      padding: 0;
   }
   section .main-perex.perex-box {
      width: 90%;
   }
   section div.btn-primary a {
      padding: 15px 50px;
   }
   .house-box {
      flex-direction: column;
      align-items: center;
   }
   .house-box > li {
      width: 100%;
   }
   footer > p {
      padding: 0 15px;
   }
}
@media (max-width: 425px) {
    section main iframe.video-player {
        height: 250px;
    }
    section img.main + .icon-main-img {
      background-size: 65px;
      width: 65px;
      height: 65px;
      bottom: 15px;
      left: 15px;
   }
}
@media (max-width: 375px) {
    main > ul > li > ul > li > .podcast-icons {
        flex-direction: column;
        margin: 15px 0;
    }
    section main ul li .section-icons li {
        padding: 0;
    }
    section main ul li .podcast-icons li:not(:last-child) {
        padding: 0 0 10px; 
    }
    section main iframe.video-player {
        height: 222px;
    }
    section img.main + .icon-main-img {
        background-size: 55px;
    }
    section div.btn-primary a {
      width: 100%;
      padding: 15px 15px;
   }
}
@media (max-width: 320px) {
    section main iframe.video-player {
        height: 190px;
    }
    section img.main + .icon-main-img {
        background-size: 45px;
        bottom: 0;
    }
}