@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
:root {
    --blocktitle-bg-color: #a93535;
    --gray-backgroud-color: #686b6d;
    --bottom-indent: 26px;
}

body {
    background-color: #f5f2f2;
    font-family: 'Roboto', Helvetica, sans-serif;
    font-size: 14px;
    line-height: 18px;
}

header, main, footer {
    background-color: white;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #287625;
}

h1, h2, h3 {
    font-family: 'Roboto', Helvetica, sans-serif;
    font-weight: 500;
    overflow-wrap: anywhere;
}

html .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #39a935;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #39a935;
}

#main-menu a {
    font-family: 'Roboto', Helvetica, sans-serif;
    color: black;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 2;
}

#main-menu a:hover {
    color: #39a935;
    background-color: white;
    /*transition: height .2s ease-in-out;*/
}

/*#main-menu a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #39a935;
    transition: height .2s ease-in-out;
    z-index: -1;
}*/

#main-menu a:hover::before {
    height: 100%;
    transition: height .2s ease-in-out;
}

#main-menu .nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
    border-radius: 0;
}

#top {
    margin-bottom: 26px;
}
#top .owl-theme .owl-controls {
padding: 0;
    margin: 14px;
}

.blog-header-logo > picture > img{
    height: auto;
    max-width: 100%;
}

.link-secondary.s-icon
{
    border: 1px solid black;
    text-align: center;
    margin-left: 5px;
    border-radius: 100px;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 20px;
}

.link-secondary.s-icon:hover
{
    border: 1px solid #39a935;
}

.s-icon svg {
    width: 18px;
    height: 18px;
}

.article-share a.link-secondary.s-icon {
    display: block;
}
.article-share a.link-secondary.s-icon svg {
    color: #6c757d;
    border-radius: 3px;
    overflow: hidden;
    width: 36px;
    height: 36px;
    margin: 10px;
    opacity: 50%;
}

.article-share a.link-secondary.s-icon:hover svg {
    opacity: 100%;
}

.share-title {
    font-size: 0.75em;
    color: #6c757d;
    text-transform: uppercase !important;
}

.full-article p {
    line-height: 22px;
    font-size: 16px;
}

/*
top
*/
.second-col {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: space-around;
    align-items: stretch;
}
.second-col>article:first-child {
    margin-bottom: 0.3rem !important;
    /*flex: 1 1 auto;*/
    align-self: stretch;
}
.second-col>article:last-child {
    /*flex: 1 1 auto;*/
    align-self: stretch;
}
.at {
    position: relative;
    overflow: hidden;
}
.at .title-overlay {
    position: absolute;
    bottom: 0;
    top:0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 0 10px;
    display: -webkit-flex;
    -webkit-justify-content: flex-end;
}
.at .title-overlay .full-link {
    position: absolute;
    bottom: 0;
    top:0;
    left: 0;
    right: 0;
}

.at .title-overlay time {
    color: white;
    margin-bottom: 1px;
}

.at .title-overlay .info {
    display: flex;
    gap: 10px;
}

.at .title-overlay .upd {
    box-shadow: 0 0 0 0 rgb(232 76 61 / 70%);
    display: inline-block;
    background-color: #e84c3d;
    color: white;
    padding: 0 5px;
    font-size: 12px;
    width: fit-content;
    text-transform: uppercase;
}

.at .title-overlay time svg {
    filter: invert(1);
}

.at .title-overlay h3 {
    font-size: 20px;
}
.at .title-overlay h3 a {
    color: white;
}

.second-col .at  .title-overlay h3 a {
    display: block;
    /*height: 20px;*/
    font-size: 16px;
    /*overflow: hidden;*/
}

.second-col .at:hover  .title-overlay h3 a {
    height: auto;
}

.at figure {
    margin-bottom: 0;
}
.at .at-overlay:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: -webkit-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
    background-image: -moz-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
    background-image: -ms-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
    background-image: -o-linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
}

#top .owl-theme .owl-controls .owl-page span,
.video-c .owl-controls .owl-page span
{
    border: 1px solid #dee2e6!important;
    background-color: white!important;
}

#top .owl-theme .owl-controls .owl-page.active span,
.video-c .owl-controls .owl-page.active span{
    background-color: #39a935!important;
    border: 1px solid #39a935;
}

h2.block-title {
    border-bottom: 2px solid #dee2e6;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 26px !important;
    font-weight: 700;
}
.block-title span, .block-title a {
    text-transform: uppercase !important;
    padding: 7px 12px 0 0;
    line-height: 25px;
    color: #b5b5b5;
}

section {
    margin-bottom: 2em;
}

/*
 * c_tabs
 */
#c_tabs.border-bottom {
    border-bottom: 2px solid #39a935!important;
}
#c_tabs.nav .btn {
    font-size: 15px;
    font-weight: 700;
}
#c_tabs.nav .btn.active {
    background-color: #39a935;
    border-radius: 0;
    color: white;
}
#c_tabs.nav .btn:focus {
    box-shadow: none;
}


/*
 * int
 */
#int .owl-wrapper-outer {
    padding: 0;
}


/*
 * Small
 */
.nl {
    padding-bottom: 1px;
 }
.as {
    margin-bottom: 14px;
    padding-top: 14px;
    transition: scale 180ms;
}
.front-page .as {
    margin-bottom: 3px;
}

.as:hover {
    transform: scale(1.05);
}

.as h3 {
    line-height: 18px;
    font-size: 15px;
    margin-bottom: 12px;
}
.iv .as h3 {
    margin-bottom: 0;
}
.as .a {
    font-size: 15px;
}
.as time img {
    vertical-align: baseline;
    opacity: .5;
}
.as figure img {
    width: 100%;
}


/*
 * cool
 */
.cool {
    margin-bottom: 26px;
}
.col figure {
    margin-bottom: 12px;
}
.cool figure img {
    width: 100%;
}
.cool h3 {
    line-height: 20px;
    font-size: 17px;
}
.cool time {
    margin-bottom: 12px;
}
#nl .cool h3 {
    line-height: 17px;
    font-size: 14px;
}
/*
 * Vertical
 */
.vc .col {
    padding-top: 12px;
}
.vc time {
    margin-bottom: 12px;
}
.vc h3 {
    line-height: 20px;
    font-size: 17px;
    margin-bottom: 17px;
}
.vc figure img {
    width: 100%;
}

.listing .vc {
    margin-top: 26px;
    margin-bottom: 26px;
    padding-bottom: 26px;
    position: relative;
}
.listing .vc::before{
    content: ' ';
    display: block;
    background-color: #dee2e6;
    width: 92%;
    height: 2px;
    position: absolute;
    bottom: 0;
}

/*
 * interview
 */
.it {
    margin-bottom: 26px;
}
.it figure {
    margin-bottom: 12px;
    position: relative;
    height: 250px;
}
.it figure img, .it figure a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.it h3 {
    line-height: 20px;
    font-size: 17px;
}
.it time {
    margin-bottom: 12px;
}

.grande h3 {
    line-height: 30px;
    font-size: 25px;
    margin-bottom: 17px;
}
article.grande {
    border-bottom: 1px solid #dee2e6 !important;
    margin-top: 26px;
    padding-bottom: 26px;
    position: relative;
}
.grande figure {
    margin: 0;
}
.grande p {
    margin-bottom: 0;
}


/*
 * Footer
 */
.blog-footer {
    padding: 2.5rem 0;
    color: #727272;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
    font-size: 11px;
}
.blog-footer p:last-child {
    margin-bottom: 0;
}

/*
 * mega-menu
 */
.mega-menu, .search-panel {
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #f5f2f2;
    /*display: none;*/
    transform: translateY(-100%);
    transition: opacity .3s cubic-bezier(.455,.03,.515,.955),transform .3s cubic-bezier(.215,.61,.355,1),visibility .3s cubic-bezier(.215,.61,.355,1);
}
.mega-menu.active,  .search-panel.active {
    /*display: block;*/
    transform: translateY(0px);
    overflow: auto;
}
.mega-menu .icon-link:hover > svg {
    transform: translate(.05rem);
}


.video-c {
    /*margin-bottom: 2em;*/
    background-color: #f4f4f7;

}
.video .image-normal {
    max-width: 100%;
    height: auto;
}
.video .image-mirroring {
    transform: rotatex(
            180deg );
    opacity: 20%;
    max-width: 100%;
    height: auto;
    position: absolute;
    z-index: -2;
}
.video .title {
    position: relative;
    overflow: hidden;
    margin: 0;
}
.video h3 {
    line-height: 20px;
    font-size: 15px;
    padding: 1em 2em 0 2em;
    background-color: #f4f4f7;
    margin: 0;
}

.pagination {
    margin-bottom: 26px;
    padding-top: 26px;
    flex-direction: row;
    justify-content: center;
    display: flex;
    width: 100%;
}
.pagination .page-item {
    display: none;
}
.pagination .next, .pagination .prev, .pagination .first {
    margin: 13px;
}
.pagination svg {
    margin-top: -4px;
}
.pagination .prev svg, .pagination .first svg {
    transform: rotate(180deg);
}
.pagination .next a, .pagination .prev a, .pagination .first a {
    position: relative;
    color: #6c757d;
}

time {
    white-space: nowrap;
}

time, .author, .counter {
    margin-bottom: 13px;
    margin-top: 0;
    padding: 0;
    font-size: 12px;
    color: #616161;
    font-family: 'Roboto', sans-serif;
    display: block;
}

.breadcrumb a {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 10px;
    color: #6c757d;
}

.breadcrumb a.link {
    margin-left: 5px;
}
.breadcrumb a.link:before {
    content: "— ";
}

.article-full {
    position: relative;
    margin-bottom: 2em;
}

.article-full.deactive {
    filter: opacity(30%);
}

.article-full .info time, .article-full .info .author {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #dee2e6;
}

.article-full .info .author a {
    color: #39a935;
}

.article-full .info .audio {
    text-transform: uppercase;
    font-size: 10px;
    cursor: pointer;
    color: #6c757d;
    margin-bottom: 13px;
    white-space: nowrap;
}

.article-full .photo-caption {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 25px;
    margin-top: -13px;
}
.article-full .article-inner-photo figcaption {
    font-size: 12px;
    color: #6c757d;
    margin-bottom: 0px;
    margin-top: -13px;
}

.article-inner-photo img {
    margin-bottom: 19px;
}
.article-full .article-inner-photo figcaption::before {
    content: "© Фото: ";
}

    /* hsl(118deg 52% 44%) */
.article-full .info .audio.tools__speak_2 svg, .article-full .info .audio.tools__speak_1 svg {
    filter: hue-rotate(118deg) saturate(52%) brightness(44%);
}

.article-full .info .audio svg {
    border: 1px solid #dee2e6;
    padding: 1px;
    vertical-align: top;
    margin-right: 5px;
    border-radius: 50px;
}

.article-full .tags {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0 0 26px 0;
}
.article-full .tags .badge {
    font-size: 18px;
    font-weight: 400;
    color: #6c757d!important;
    white-space: break-spaces;
}

.restrict {
    font-size: 10px;
    font-weight: 400;
    color: #6c757d!important;
    margin: 0 0 26px 0;
}

.article-full .counter {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 12px;
}

.article-full .article-picture {
    margin-bottom: 26px;
}

.article-full .article-video {
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.article-full .article-video iframe { 
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 26px;
}

.article-full h1 {
    margin-bottom: 26px;
    font-size: 36px;
    line-height: 42px;
}

.article-full img {
    max-width: 100%;
}

.article-full .article-content, .article-full .article-content * {
    line-height: 26px;
    font-size: 17px;
}

.article-full .article-content .lead
{
    margin-bottom: 11px;
    font-weight: bold;
    font-size: 18px;
}

.article-full p
{
    margin-bottom: 20px;
}

.article-full .article-content a {
    display: inline-block;
    margin: 0 3px;
    background-color: #39a93526;
    border-radius: 5px;
    color: #39a935;
    padding: 0 8px;
    font-weight: 500;
}

.article-full .article-content a:hover {
    background-color: #39a9354f;
}

.article-full .article-content h2, .article-full .article-content h3
{
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.article-full .gallery-item img {
    max-width: 100%;
}
.article-full .gallery-item .desc {
    padding: 13px 26px 13px 0;
    font-style: italic;

}
.article-full strong {
    font-weight: 500;
}

.article-full .gallery-item {
    margin-bottom: 26px;
}

.article-full .inject {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}
.article-full .inject:hover img {
    filter: brightness(0.8);
}
.article-full .inject a {
    padding: 0;
    margin: 0;
    background: none;
}
.article-full .inject > div a {
    color: white;
    font-size: 35px;
    line-height: 40px;
    padding: 10px;
}
.article-full .article-content .inject a {
    display: block;
}
.article-full .inject h2 a {
    background-color: transparent;
    margin-right: 80px;
}
.article-full .inject h2 a:hover {
    background-color: transparent;

}
.article-full .inject > div {
    margin: 0;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent, #000000ba, #000000);
    width: 100%;
}

.article-full .inject .d-flex a {
    font-size: 18px;
    font-weight: 300;
}
.article-full .inject .d-flex a:hover {
    background-color: transparent;
}


blockquote {
    font-size: 18px;
    font-style: italic;
    margin: 0.25em 0;
    padding: 0.35em 40px;
    line-height: 1.45;
    position: relative;

}

blockquote:before {
    display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: 24px;
}

blockquote cite {

    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

/*.article-full .article-content blockquote {
    border-left: 4px solid #39a935;
    padding: 17px 34px;
    font-weight: 600;
    position: relative;
}

.article-full .article-content .wquotes {
    border-left: 4px solid #39a935;
    padding: 17px 34px;
    font-weight: 600;
    position: relative;
}

.article-full .article-content blockquote:after {
    content: "\201D";
    font-family: Times, serif;
    font-size: 80px;
    font-weight: bold;
    position: absolute;
    color: #39a935;
    right: 0;
    bottom: 0;
}
.article-full .article-content blockquote:after > .wquotes {
    color: white;
}*/

.article-full .psh {
    display: flex;
    margin-bottom: 26px;
}
.article-full .psh div {
    font-size: 12px;
    color: #6c757d;
    line-height: 23px;
    padding-right: 10px;
}
.article-full .block-title {
    margin-bottom: 0 !important;
    margin-top: 26px;
}

.article-content {
    display: flex;
    flex-direction: column;
}

time svg {
    vertical-align: text-top;
}

.as time {
    margin-bottom: 0;
}

article p{
    line-height: 19px;
    font-size: 14px;
}

.breadcrumb-item {
    text-transform: uppercase;
    font-size: small;
}

#c_tabs {
    margin-bottom: 26px;
}

.nl article:first-child {
    padding-top: 0 !important;
    border-top: 0 !important;
}

.ns article:first-child {
    padding-top: 0 !important;
    border-top: 0 !important;
}


footer p {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 19px;
    color: black;
}

#mega-menu .nav a {
    line-height: 24px;
}
#mega-menu .navbar-collapse {
    align-items: flex-start;
}
#mega-menu h2 {
    flex-grow: 1;
}
#mega-menu .navbar-toggler {
    align-items: flex-end;
}

.badge-bg-secondary > * {
    --bs-bg-opacity: 1;
    --bs-text-opacity: 1;
    background-color: var(--gray-backgroud-color);
    color: white;
}

.vc h3 {
    line-height: 18px;
    font-size: 15px;
}

#main-menu2 img {
    vertical-align: bottom;
}
#main-menu2 a {
    position: relative;
    font-family: "Roboto Light", sans-serif;
    font-style: italic;
    font-size: 17px;
    margin-top: 10px;
    padding: 0 20px 0 10px;
}


#main-menu2 a:before {
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    left: -2px;
    top: -4px;
    border-color: transparent #39a935 transparent transparent;
    border-style: solid;
    border-width: .28rem .5rem .28rem 0;
    transform: rotate(
            180deg) translateX(calc(-0.5rem + 100%)) translateY(-93%);
}

.lang {
    font-size: 15px;
    border-left: 1px solid #b5b5b5;
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    color: #b5b5b5;
}
.lang.fl {
    border-left: none;
}
.lang.active {
    color: black;
}


#fq .imageborder {
    overflow: hidden;
    border-radius: 342px;
    width: 80%;
    margin: auto;
    background-position: center;
    padding-bottom: 30%;
    background-size: cover;
}
#fq .imageborder img {
    visibility: hidden;
}
#fq blockquote {
    position: relative;
    padding: 15px;
}
#fq blockquote::before {
    content: '“';
    position: absolute;
    top: 16px;
    left: 10px;
    font-family: Times, serif;
    font-size: 40px;
    line-height: 0;
    color: #39a935;
}
#fq blockquote::after {
    content: '”';
    position: absolute;
    right: 10px;
    bottom: 0;
    font-family: Times, serif;
    font-size: 40px;
    line-height: 0;
    color: #39a935;
}
#fq blockquote p {
    font-size: 17px;
    line-height: 20px;
}
#fb .blockquote-footer.text-center {
    font-size: 14px;
    font-weight: lighter;
    line-height: 18px;
}

.go-up {
    position: fixed;
    width: 36px;
    height: 36px;
    right: -60px;
    bottom: 20px;
    cursor: pointer;
    text-align: center;
    z-index: 9999;
    -webkit-transition: all .3s cubic-bezier(0.21,0.87,0.52,1.02);
    transition: all .3s cubic-bezier(0.21,0.87,0.52,1.02);
    background-color: #39a935;
    color: #FFF;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 38px;
    font-size: 35px;
    line-height: 31px;
}
.icon-18 {
    margin-left: 20px;
    font-size: 19px;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid black;
    border-radius: 22px;
    padding-top: 10px;
    text-align: center;
    position: relative;
}

.is-mega-open body {
    overflow: hidden;
}

.index-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.index-title h1 {
    color: #39a935;
    text-transform: uppercase;
    margin: 0;
}
.index-title p {
    border-left: 1px solid #dee2e6 !important;
    padding: 0 0 0 17px;
    margin: 0 0 0 17px;
    display: flex;
    align-items: center;
}

.fake-space {
    height: 50px;
}

.search-wrapper .search-input {
    background: #fff;
    width: 100%;
    border-radius: 3px;
    position: relative;
    /*box-shadow: 0 1px 5px 3px rgba(0,0,0,0.12);*/
}
.search-input input{
    height: 55px;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 3px;
    padding: 0 100px 0 20px;
    font-size: 18px;
    /*box-shadow: 0 1px 5px rgba(0,0,0,0.1);*/
}
.search-input.active input{
    /*border-radius: 5px 5px 0 0;*/
    border-bottom: 1px solid #f5f2f2;
}
.search-input .autocom-box{
    padding: 0;
    opacity: 0;
    pointer-events: none;
    overflow-y: auto;
}
.search-input.active .autocom-box{
    padding: 10px 8px;
    opacity: 1;
    pointer-events: auto;
}
.autocom-box li{
    list-style: none;
    padding: 8px 12px;
    display: none;
    width: 100%;
    cursor: default;
    border-radius: 3px;
}
.search-input.active .autocom-box li{
    display: block;
    text-align: left;
}
.autocom-box li:hover, .autocom-box li.active {
    background: #efefef;
}
.search-input .btn{
    position: absolute;
    right: 0;
    top: 0;
    height: 55px;
    width: 90px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-color: #39a935;
    border-color: #39a935;
    /*text-align: center;
    line-height: 55px;
    font-size: 20px;
    color: #644bff;*/
    cursor: pointer;
}

.img-fluid {
    width: 100%;
    height: auto;
}
.loader {
    display: none;
}
.loader.show {
    display: block;
}

.link-secondary svg:hover {
    fill: #39a935;
}

.error-page .error h1 {
    font-size: 100px;
    font-weight: 400;
}
.error-page .error {
    text-align: center;
}

.advertisement {
    position: relative;
}
noindex > div {
    position: relative;
}

.mm-lang {
    font-size: 15px;
    line-height: 50px;
}
.blog-header-logo img {
    max-width: 100%;
}

.tif_embed iframe {
    max-width: 100%;
}


.article-full .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    margin: auto;
}

.article--body--buttons {
    margin-bottom: 15px;
    font-size: 15px;
    order: -1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
}

.article-full .article-content .article--body--buttons a {
    display: flex;
    gap: 4px;
    align-items: center;
    margin: 0 3px;
    background-color: #f2f2f2;
    border-radius: 5px;
    color: #212529 !important;
    padding: 0 8px;
    font-weight: 500;
    font-size: 17px;
    -webkit-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);
    box-shadow: 5px 5px 5px -5px rgba(0, 0, 0, 0.6);

}

.article-full .article-content .article--body--buttons a:hover {
    background-color: #f4f2f2b3;
    color: #37aa35 !important;
}

.article-full video {
    max-width: 100%;
}

@media (max-width: 240px) {
    .row {
        flex-direction: column;
    }
    #top .second-col {
        display: flex;
        flex-direction: column;
    }
    #top .at .title-overlay {
        display: block;
        position: relative;
        padding: 0;
    }

    #top .second-col article {
        padding-right: 0;
        padding-left: 0;
        flex: 0 0 auto;
        width: auto;
    }
    #top .second-col {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        padding: 0 0 0 12px;
    }
    header > .row > div {
        width: 100%;
        margin-bottom: 1em;
    }

}

@media (max-width: 767px) {

    .at .at-overlay:before {
        display: none;
    }
    .at .title-overlay time {
        color: #6c757d;
    }
    .at .title-overlay h3 a {
        color: black;
        height: auto!important;
        margin-bottom: 26px;
    }
    .at .title-overlay {
        display: block;
        position: relative;
        padding: 0 5px;
    }
    .at .title-overlay time svg {
        filter: invert(0);
    }

    .search, .lang {
        display: none;
    }

    #top .at .title-overlay {
        display: block;
        position: relative;
        padding: 0;
    }

    #top .second-col article {
        padding-right: 0;
        padding-left: 0;
        flex: 0 0 auto;
        width: auto;
    }
    #top .second-col {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        padding: 0 12px 0 12px;
    }

    #mega-menu .nav a {
        line-height: 48px;
        width: 100%;
        border-top: 1px solid gray;
    }
    .as .img-fluid {
        margin-bottom: 17px;
    }

    .index-title {
        flex-direction: column;
    }
    .index-title h1 {
        color: #39a935;
        text-transform: uppercase;
        margin: 0;
    }
    .index-title p {
        border-left: none;
        padding: 0;
        margin: 10px 0;
        display: block;
        align-items: center;
    }
    .article-full .info time, .article-full .info .author {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 0 solid #dee2e6;
    }

    .grande {
        border-radius: 8px;
        box-shadow: 0 0 2px 0 grey;
    }

    .grande > .row > .col{
        padding-top: 17px;
        padding-right: calc(var(--bs-gutter-x) * 1);
        padding-left: calc(var(--bs-gutter-x) * 1);
    }

    body.front-page footer {
        display: none;
    }

    .article-full .article-content .article--body--buttons span{
        display: block;
        text-align: center;
        margin-bottom: 5px;
    }

    .article-full .inject > div  h2 a {
        font-size: 25px;
        line-height: 28px;
        background-color: transparent;
        margin-right: 0;
    }
    .article-full .inject > div a {
        color: white;
        padding: 10px;
        line-height: 14px;
    }

}

@media (min-width: 768px) and (max-width: 992px) {
    #top .second-col {
        display: flex;
        flex-direction: row;
    }
    #top .second-col article {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        flex: 0 0 auto;
        width: 50%;
    }

    #mega-menu .nav a {
        line-height: 48px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .at .at-overlay:before {
        display: none;
    }
    .at .title-overlay time {
        color: #6c757d;
    }
    .at .title-overlay h3 a {
        color: black;
    }
    .at .title-overlay {
        display: block;
        position: relative;
        padding: 0;
    }
    .at .title-overlay time svg {
        filter: invert(0);
    }
    #top .second-col {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(var(--bs-gutter-y) * -1);
        margin-right: calc(var(--bs-gutter-x) * -.5);
        margin-left: calc(var(--bs-gutter-x) * -.5);
        padding: 0 0 0 12px;
    }

    #top .second-col .at .title-overlay h3 a {
        display: block;
        height: auto;
        font-size: 16px;
        overflow: auto;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
        width: 100%;
    }

}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {
    #top .second-col figure img.img-fluid {
        height: 199px;
    }
}

/*
@media (prefers-color-scheme: dark) {
    header, main, footer, .blog-footer {
        background-color: black;
    }
    body {
        color: #ffffff;
        background-color: #2a2a2a;
    }
    .lang.active {
        color: dimgray;
    }
    #main-menu a {
        color: white;
    }
    #main-menu .dropdown-menu {
        background-color: dimgray;
    }
    .video-c {
        background-color: #2a2a2a;
    }
    .video h3 {
        color: white;
        background-color: #2a2a2a;
    }
    svg {
        filter: invert(1);
    }
    a {
        color: #ffffff;
        text-decoration: none;
    }
    .mega-menu, .search-panel {
        background-color: #000000;
    }
    .at .title-overlay h3 a {
        color: #ffffff;
    }
    footer p {
        color: white;
    }

    html .border-top {
        border-top: 1px solid #494b4d !important;
    }

    #c_tabs .btn {
        color: #d4d9de;
    }

    html .article-full .article-content .article--body--buttons a {
        color: #93b393 !important;
    }
}*/
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
     display: block;
     content: "";
 }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

/*bajanov*/
#place_17 {
    margin-bottom: 2rem;
}

#place_17 h3 {
    font-size: 1rem;
    text-align: center;
    margin-top: 1rem;
}
