/*  CSS document  */
@CHARSET "UTF-8";

section h1 {
    font-size: 20pt;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
}
section .main-perex {
  font-size: 16pt;
  text-align: center;
  padding: 0 20px 20px;
}
h2 span {
	font-size: 13pt;
	padding-left: 10px;
}
section main .list-marked {
  margin-bottom: 15px;
}
section .main-perex > span, section main p > span {
  display: block;
  margin-bottom: 5px;
}
section main iframe.video-player {
	width: 100%;
}
section main p > a:not(.button_more) {
  color: #4e6dae !important;
}
section > figure.catalogue {
	text-align: center;
	padding-bottom: 40px;
}
section > figure.catalogue p {
   font-size: 19pt;
   margin-bottom: 20px;
}
section > figure.catalogue h2 {
	font-size: 21pt;
	margin-bottom: 0;
}
section > figure.catalogue img {
	width: 100%;
}
img.house {
	margin-top: 30px;
	width: 100%;
}
main > ul > li > ul > li > p {
	padding-top: 0!important;
}
.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;
}
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;
    }
}
@media (max-width: 425px) {
	 section main iframe.video-player {
        height: 250px;
    }
}
@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;
    }
}
@media (max-width: 320px) {
    section main iframe.video-player {
        height: 190px;
    }
}