

/* Start:/local/templates/nation_2022/components/bitrix/news/.default/bitrix/news.detail/.default/style.css?16595552536634*/
h2{font-size:1.6875rem;}
h3{font-size:1.375rem;}
h5{font-size:1.125rem;}

.top_social {
margin-bottom: 3em;
}

.top_social_article {
display: inline-block;
}


.top_social_article a.cml_ig,
.top_social_article a.cml_zen {
margin-left: 30px;
font-size: 0.85em;
}

.right-ban-bottom {
margin: 0 0 2em 0;
width: 100%;
}


.full_post_tags {
margin-bottom: calc(var(--bs-gutter-y) * 2 - 16px);
}

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

.about.tags {
flex-direction:column
}

#content .inter_post_text .tags a {
font-family: 'Gotham Pro';
color: #4d4d4d;
font-size: 14px;
text-align: left;
margin: 0 12px 12px 0;
padding: 6px 10px 4px;
border-radius: 4px;
background-color: var(--light);
line-height:1.5;
text-decoration: none;
}

.photo_caption {
margin-top: 1em;
font-size: 16px;
line-height: 1.5;
text-align: left;
max-width: 560px;
}

.photo_caption .photo_name {
font-family: 'Gotham Pro';
}

.photo_caption .photo_author {
font-style: italic;
color: var(--primary);
letter-spacing: 0.025em;
}

.inter_post_text h2 {
margin: var(--bs-gutter-y) 0 0;
}

.full_post_img,
.video_wrapper {
margin: var(--bs-gutter-y) 0 var(--bs-gutter-y) -10vw;
}

@media screen and (min-width: 1500px) {
    .full_post_img,
    .video_wrapper {
    margin: var(--bs-gutter-y) 0 var(--bs-gutter-y) calc(1200px / 8 * -1);
    }
}

.inter_post_text .post_video {
margin:50px auto
}

.full_post_img.rigth {
text-align: right;
margin-right: 0 !important;
margin-left:16px
}

.fitVids-wrapper {
position: relative;
height: 0;
}

.fitVids-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.test-box {
text-align: center;
margin: var(--bs-gutter-y) 0;
}


/******* AUDIO ********/

#controls_wrap {
display: flex;
}

#audio_wrapper {
display: flex;
flex-direction: row;
margin: var(--bs-gutter-y) 0;
padding: 1.2rem var(--bs-gutter-x) 1.2rem 1.2rem;
background-color: #f8f8f8;
font-family: 'Gotham Pro';
}

.audio_block {
margin: var(--bs-gutter-y) 0;
flex-grow: 1;
}

.audio_block .subhead {
width: 100%;
color: var(--primary);
margin: 0 0 .5em;
font-size: 14px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 0.25em;
line-height: 1;
}

.audio_block .seconds {
margin-left: var(--bs-gutter-x);
}

.button.audio {
margin: 0 var(--bs-gutter-x) 0 0;
padding: 0;
width: 50px;
height: 50px;
border-radius: 50%;
background-color: transparent;
border: 3px solid var(--primary);
}

.button.audio {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.7 48.7' xml:space='preserve'%3E%3Cpath d='M19 15.1v18.6m10.7-18.6v18.6' fill='none' stroke='%239f8257' stroke-width='4' stroke-miterlimit='10'/%3E%3C/svg%3E");
}

.button.audio:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.7 48.7' xml:space='preserve'%3E%3Cpath d='M19 15.1v18.6m10.7-18.6v18.6' fill='none' stroke='%23fff' stroke-width='4' stroke-miterlimit='10'/%3E%3C/svg%3E");
}

.button.audio.play {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.7 48.7' xml:space='preserve'%3E%3Cpath fill='none' stroke='%239f8257' stroke-width='3' stroke-linejoin='round' stroke-miterlimit='10' d='M20 15.1v18.6l12.9-9.3z'/%3E%3C/svg%3E");
}

.button.audio.play:hover {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48.7 48.7' xml:space='preserve'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='3' stroke-linejoin='round' stroke-miterlimit='10' d='M20 15.1v18.6l12.9-9.3z'/%3E%3C/svg%3E");
}

.button.audio:hover {
background-color: var(--primary);
}

#controls {
display: flex;
flex-direction: row;
flex: 1;
position: relative;
align-content: ;
align-items: center;
}

#barEmpty {
height: 11px;
width: 100%;
background-color: #e0e0e0;
margin-bottom: 2px;
cursor: pointer;
}

#barEmpty::after {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}

#progress {
position: absolute;
left: 0;
background-color: var(--primary);
height: 11px;
}

#timer,
#duration {
line-height: 1;
width: 3rem;
font-size: .8rem;
}

#controls,
#barEmpty,
#progress,
#timer,
#duration {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}

#timer {
margin-right: 1rem;
}

#duration {
margin-left: 1rem;
text-align: right;
}

#controls.playing #barEmpty {
cursor: pointer;
}

.audio_picture,
.audio_picture_mobile {
flex-shrink: 0;
margin-right: var(--bs-gutter-x);
}

.audio_picture { display: block; }
.audio_picture_mobile { display: none; }

#audio_wrapper .audio_block {
margin: 0;
}

.audio_head_wrap {
    display: flex;
}

#audio_wrapper .audio_block h4 {
    margin-bottom: 1rem;
}

#bubble_time {
position: absolute;
right: -40px;
top: -54px;
background-color: white;
width: 80px;
text-align: center;
direction: ;
justify-content: center;
height: 40px;
padding-top: 5px;
align-items: center;
display: flex;
opacity: 0;
transition: opacity 0.2s ease;
}

#bubble_time::after {
content: "";
position: absolute;
width: 3px;
height: 25px;
background-color: var(--primary);
left: calc(50% - 3px);
top: 100%;
}

#bubble_time.show {
opacity: 1;
}

@media screen and (min-width: 992px) {
    #postContent .post {
        width: 50%;
    }
}

@media screen and (max-width:1024px) {

	.full_post_social_share.top_social {
	margin-bottom: 30px;
	}

	.top_social .active-date {
	float: none;
	text-align: center;
	}

    .audio_picture { display: none; }
    .audio_picture_mobile { 
    display: block; 
    margin-bottom: 1rem;
    }

}


@media screen and (max-width: 575px) {
    footer .menu {
    flex-direction:column
    }

    footer .menu a {
    margin:0
    }

    .full_post_img,
    .video_wrapper {
    margin: 3rem calc((var(--bs-gutter-x) / 2) * -1) 2rem;
    }
    .photo_caption {
    font-size: 15px;
    }
    #audio_wrapper {
    padding: 1rem;
    }
    #audio_wrapper .audio_block h4 {
    font-size: 17px;
    }
    .audio_heading {
    width: calc(100% - 80px - 1rem);
    }
    #controls {
    flex-wrap: wrap;
    justify-content: space-between;
    }
    #barEmpty {
    order: 1;
    width: 100%;
    margin-bottom: 0.25em;
    }
    #timer {order: 2;}
    #duration {order: 3;}
    .audio_picture_mobile {
    display: block;
    width: 80px;
    margin-right: 1rem;
    }
    .button.audio {
    margin-right: 1rem;
    }
    .audio_head_wrap.long_word {
    flex-direction: column;
    }
    .audio_head_wrap.long_word .audio_heading {
    width: unset;
    }
}

@media screen and (min-width: 521px) {
    #barEmpty {
        position: relative;
    }
    .full_post_img.noscale img {
    width: 470px;
    }
}

/* End */


/* Start:/local/templates/nation_2022/components/bitrix/breadcrumb/json-ld/style.css?1657403811709*/
/*.bx-breadcrumb {
	margin: 10px 0;
}*/
.bx-breadcrumb a {
	text-decoration: underline;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item .bullet {
	margin-right: 0.25em;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */
/* /local/templates/nation_2022/components/bitrix/news/.default/bitrix/news.detail/.default/style.css?16595552536634 */
/* /local/templates/nation_2022/components/bitrix/breadcrumb/json-ld/style.css?1657403811709 */
