/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 11 2025 | 11:01:53 */
.custom-post-style {
   	background: white;
    padding: 20px;
}
.custom-post-style-pod {
    border-radius: 25px
}

.full-width {
    width: 70%;
    float: left;
    clear: both;
	 padding: 0px;
	border-radius: 25px 0px 0px 25px;
}
.full-width img {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	width: 500px;
	height: 500px !important;
}
.full-width .post-thumbnail{

}
.full-width .post-content{
	padding: 20px;
	
   
}
.custom-post-link h2{
	font-size: 22px;
	color: black;
}

.half-width {
    width: calc(30% - 20px); /* Учитываем отступ между блоками */
    float: right;
    clear: none;
	height: 153px;

  
}
.content-post .custom-post-style:nth-child(2){
	border-top-right-radius: 25px;
}
.content-post .custom-post-style:nth-child(4){
	border-bottom-right-radius: 25px;
}


.half-width-pod {
    width: calc(25% - 18px); /* Учитываем отступ между блоками */
    float: right;
    clear: none;
	padding-bottom: 10px;
	
  
}
.half-width-pod img{
	height: 174px !important;
}

.full-width-pod {
    width: 75%;
    float: left;
    clear: both;
	padding: 0px;
	
}
.half-width-pod .post-thumbnail img,.full-width-pod .post-thumbnail img{
	margin-bottom: 0px;
	border-radius: 25px;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
   
}

.post-meta {
    margin-bottom: 10px;
	display: flex;
    flex-direction: column;
	
}
.post-meta span{
	padding-bottom: 10px; 
}

.author-avatar {
    float: left;
    margin-right: 10px;
}
.post-tags a{
	color: #9C9C9C;
    border-color: #E8E8E8;
    transition-duration: 0.1s;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    margin-right: 3px;
    padding: 1px 8px 3px 8px;
    border-radius: 23px 23px 23px 23px;
}
.post-tags a:hover{
	border-color: #000;
	color: #000;
}
.entry-title a{
	color: #000;
}
.half-width{
	margin-bottom: 10px;
}

.video-img{
	 width: 100%;
}

.fond-likv #container{
     width: 100%
}
.half-width .post-content .post-excerpt{
	display: none;
}
.half-width .post-tags{
	padding: 0px;
}
.fprc-video {
  display: flex;
  width: 100%;

}
.fprcvideo-news-slider-main {
  width: 70%;
}
.fprcvideo-news-slider-list {
  width: 30%;
}
.fprcvideo-news-slider-list .fprcvedeo-item {
  cursor: pointer;
}
.fprcvideo-news-slider-list .fprcvedeo-item iframe {
  pointer-events: none;
}

.post-tag{
	display: flex;
    flex-direction: column;
    align-content: stretch;
    align-items: center;
    padding: 20px 20px 40px 20px;
	width: 33%;
}

.post-tag img{
	height: 350px;
    width: 350px;
}
.post-tag h2{
	font-size: 22px;
    text-align: center;
}

/* Стили для попапа */
.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.video-popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
}

.video-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

/* Стили для маски, закрывающей страницу при открытом попапе */
.video-popup-mask {
  display: none;
}

.video-popup-mask.active {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
}
.custom-post-style {
    display: flex;
    margin-bottom: 20px;
}

.full-width {
    flex-direction: column;
}

.half-width {
    flex-direction: row;
}

.post-meta {
    margin-bottom: 10px;
}

.post-date {
    color: #999;
}

.post-thumbnail {
    flex: 0 0 auto;
    margin-right: 20px;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
}

.post-flex-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.post-content {
    flex: 1 1 auto;
}

.custom-post-link {
    text-decoration: none;
    color: #333;
}

.custom-post-link:hover {
    text-decoration: underline;
}

#site-content{
	margin: auto;
	max-width: 1440px;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fprcvedeo-item{
	padding-right: 55px;
}


@media screen and (max-width: 1024px) {
  .full-width, .half-width {
    width: 100%;
	margin-top:20px
	border-radius: 25px
	}
	
	.post-flex-container{
		flex-direction: column;
	}
	.full-width img {
	border-top-right-radius: 25px;
		height: 100% !important;
		width: 100%
		
}
	.half-width {

		height: auto;
	}
	.half-width .post-content{
	width: 100%;
    white-space: normal;
   
}
	.full-width-pod, .half-width-pod {
    width: 100%;
	 padding-top: 20px
	}
	.post-tag{
		width: auto;
	}
}
