.block .block-title span {
    padding: 15px 15px 10px;
    display: inline-block;
    width: 100%;
}

/* Content Top */
.article-view {
    margin: 20px 0;
}

.page-node-type-article #main .content-top {
    display: flex;
}

.page-node-type-article #main .content-top #content {
    flex: 0 0 70%;
    padding-left: 40px;
    max-width: 70%;
}

.page-node-type-article #main .content-top #sidebar-first {
    flex: 0 0 30%;
}

.page-node-type-article #main .content-top #sidebar-first .region-sidebar-first>* {
    margin-bottom: 20px;
}

.page-node-type-article .region-content {
    display: flex;
    flex-wrap: wrap;
}

.page-node-type-article .region-content>div {
    flex: 0 0 100%;
    max-width: 100%;
}

.a-1 .views-content .views-row {
    display: flex;
    flex-direction: column;
}

.a-1 .views-content .views-row>* {
    margin-bottom: 15px;
}

.a-1 .views-content .views-row .suptitle {
    font-size: var(--font15px)
}

.a-1 .views-content .views-row .image {
    width: 100%;
}

.a-1 .views-content .views-row .image img {
    width: 100%;
    height: auto;
}

.a-1 .views-content .views-row .lead {
    width: 100%;
    color: #424242f0;
}

.a-1 .views-content .views-row .title * {
    width: 100%;
    font-size: 24px;
    line-height: 33px;
    display: block;
}

.a-1 .views-content .views-row .lead {
    width: 100%;
    padding: 30px 20px;
    border-right-width: 5px;
    border-right-style: solid;
    border-right-color: var(--coloraccent);
}

.a-1 .views-content .views-row .lead * {
    font-size: var(--font13px);
    line-height: 25px;
}

.a-1 .views-content .views-row .tags {
    width: 100%;
}

.a-1 .views-content .views-row .tags ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.a-1 .views-content .views-row .tags ul li {
    margin: 0 0 10px 10px;
}

.a-1 .views-content .views-row .tags ul li a {
    padding: 3px 12px;
    border-radius: 7px;
    transition: all 0.2s;
    border: 1px solid var(--coloraccent);
    font-size: 14px;
    border-right: 4px solid var(--coloraccent);
    display: block;
}

.a-1 .views-content .views-row .tags ul li a:hover {
    background-color: var(--coloraccent);
    color: var(--colorwhite)
}

.body {
    width: 100%;
}

.body .slider {
    width: 100%;
    margin-bottom: 20px;
}

.body * {
    line-height: 33px;
    font-size: var(--font15px);
    text-align: justify;
    list-style: none;
    color: #444;
}

.body p {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.body img {
    width: 100% !important;
    text-align: center;
    height: auto !important;
    margin: 10px 0;
    max-width: 100%;
    border-radius: 7px;
    overflow: hidden;
}

.body video {
    width: 100% !important;
    background: #000 !important;
}

.body h2,
.body h2 a,
.body h2 span,
.body h2 strong {
    color: var(--coloraccent);
    font-size: 25px;
    margin: 8px 0;
    text-align: right;
}

.body h3,
.body h3 a,
.body h3 span,
.body h3 strong {
    color: var(--coloraccent);
    font-size: 20px;
    margin: 10px 0;
    text-align: right;
}

.body blockquote {
    width: 100%;
    background-color: #efefef;
    border-left: none;
    padding: 60px 35px 50px;
    margin: 40px 0 30px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
    text-align: center;
    clear: both;
    width: 100%;
}

.body table {
    margin: 10px 0;
    background-color: var(--colorwhite);
    border-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    width: 100%;
}

.body table thead,
.body table .price-table-header {
    background-image: linear-gradient(to left, var(--coloraccent), #124b8c, #0e3769, #0d2d52, #06284e);
}

.body table thead td,
.body table .price-table-header * {
    color: var(--colorwhite)
}

.body table tr {
    text-align: center;
}

.body table tr td {
    text-align: center;
    padding: 10px;
    font-size: var(--font16px);
}

.body table tr td:first-child,
.body table thead td {
    font-weight: 500
}

.body table tr:nth-child(even) {
    background-color: #e4e4e4;
}

.body .chart-wrapper {
    margin: 20px 0;
    width: 100%;
    background-color: var(--colorwhite);
    border-radius: 7px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .08);
}

.body .chart-wrapper h2 {
    text-align: center;
    background-image: linear-gradient(to left, var(--coloraccent), #124b8c, #0e3769, #0d2d52, #06284e);
    color: var(--colorwhite);
    padding: 10px;
    font-size: var(--font16px);
    ;
    margin: 0 0 20px 0;
}

.body .chart-wrapper>div {
    width: 100%;
    height: 500px;
    overflow: hidden;
    padding: 10px 10px 15px 10px;
}

.body .chart-wrapper>div * {
    direction: ltr;
    font-size: var(--font12px);
}

/* .body iframe {margin: auto !important; position: absolute; top: 0; right: 0; width: 100%; height: 100%; } */
.body .iframe-w {
    position: relative;
    height: 0;
    padding-top: 57%;
}

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

.body iframe {
    margin: auto !important;
    width: 100%
}


.h_iframe-aparat_embed_frame {
    position: unset !important;
}

.body .list {
    width: 100%;
    border: 1px solid #eee;
    box-shadow: 0 1px 3px -1px rgba(0, 0, 0, .3);
    padding: 20px;
}

.body .list p:first-child {
    text-align: center;
    width: 100%;
}

.body .list ul {
    width: 100%;
}

.body .list ul li {
    width: 100%;
}

.body .list ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: var(--coloraccent);
    margin-left: 8px;
}

.body a {
    position: relative;
    z-index: 0;
    overflow: hidden;
    vertical-align: middle;
    padding: 0 4px;
    display: inline-block;
}

.body a:hover,
.body a strong:hover {
    color: var(--colorwhite);
}

.body a:before {
    content: "";
    position: absolute;
    border-radius: 7px;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transform: translateY(calc(100% - 2px));
    transform: translateY(calc(100% - 2px));
    width: 100%;
    height: 100%;
    background-color: var(--coloraccent);
    transition: -webkit-transform .25s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out;
}

.body a:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.body .yn-content a:before,
.body .yn-bnr a:before,
.fo-link-hidden .body a:before {
    content: unset !important;
}

.body h2 a:before,
.body h3 a:before {
    display: none;
}

.body h2 a:hover,
.body h3 a:hover,
.fo-link-hidden .body a:hover {
    color: #444
}


.body ul {
    width: 100%;
    padding-right: 20px;
    margin: 10px 0;
}

.body ul li {
    width: 100%;
}

.body ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: var(--coloraccent);
    margin-left: 8px;
    border-radius: 7px;
    display: inline-block;
}

.body .more {
    position: relative;
}

.body .more .collapsed {
    height: 200px;
    overflow: hidden;
}

.body .more .collapsed.active {
    height: auto;
}

.body .more .moreclick {
    position: absolute;
    cursor: pointer;
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: center;
    background: linear-gradient(to top, var(--colorwhite)fff, var(--colorwhite)fff 60%, rgba(255, 255, 255, 0));
    padding-top: 40px;
    color: var(--coloraccent);
    font-weight: bold;
    border-bottom: none;
}

.body .more .moreclick:after {
    content: '\f107';
    top: 2px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #1c599c;
    font-size: var(--font13px);
    margin-right: 10px;
    position: relative;
}


.a-2 {
    width: 100%;
}

.a-2 .views-row {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.a-2 .views-row .title,
.a-2 .views-row .lead {
    padding: 0 10px;
}

.a-2 .views-row .title {
    width: 100%;
    min-height: 48px;
    font-size: var(--font17px);
    margin-bottom: 15px;
}

.a-2 .views-row .lead * {
    margin: 0;
    line-height: 25px;
    font-size: var(--font13px);
    color: #888;
    text-align: justify;
}

.a-2 .views-row .image {
    width: 100%;
    margin-bottom: 15px;
}

.a-2 .views-row .image img {
    width: 100%;
    height: auto;
    display: block
}


.a-3 h2 {
    color: var(--coloraccent);
    font-size: 17px;
    font-weight: 500;
    text-indent: 10px;
    padding: 10px 0;
    border-bottom: 2px dashed var(--coloraccent);
    margin-bottom: 10px;
}

.a-3 .views-content .views-row {
    width: 100%;
}

.a-3 .views-content .views-row a {
    display: inline-block;
    float: right;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    font-size: 13px;
    padding: 6px 0;
    position: relative;
    text-indent: 14px;
}

.a-3 .views-content .views-row a:before {
    width: 5px;
    height: 5px;
    content: '';
    display: inline-block;
    background: #ce5334;
    border-radius: 40px;
    margin-left: 8px;
    position: absolute;
    top: 12px;
    right: 0;
}



.yn-article-text {
    background: #eee !important;
    padding: 11px !important;
    margin: 30px 0 !important;
    border-radius: 8px !important;
}

.yn-article-display-card {
    background: #ddd !important;
    padding: 10px !important;
    margin: 20px 0 30px !important;
}

/* 
.body .yn-bnr {
    background: #ddd  !important;
    padding: 10px  !important;
    margin: 20px 0 30px !important;
} */


.a-4 {
    display: block;
}

.a-4 .views-content {
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    margin-bottom: 20px
}

.a-4 .views-content .views-row {
    flex: 0 0 29%;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 1px 3px 0 #383e4330;
    margin: 1px 5px 15px 15px;
    display: flex;
    flex-direction: column;
}

.a-4 .views-content .views-row .image {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.a-4 .views-content .views-row .image img {
    width: 100%;
    display: block;
    height: auto
}

.a-4 .views-content .views-row .title {
    width: 100%;
    display: block;
    padding: 0 10px;
    margin-bottom: 10px;
}

.a-4 .views-content .views-row .title * {
    width: 100%;
    display: block;
    font-size: var(--font14px);
    line-height: 25px;
}

.a-4 .views-content::-webkit-scrollbar {
    height: 8px;
    background-color: #f3f3f3
}

/* Track */
.a-4 .views-content::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
.a-4 .views-content::-webkit-scrollbar-thumb {
    background: var(--coloraccent);
    border-radius: 10px;
}

/* Handle on hover */
.a-4 .views-content::-webkit-scrollbar-thumb:hover {
    background: var(--coloraccent);
}






[id*="pos-article-display-card"] .yn,
[id*="yn-article-text-"],
.yn-bnr {
    display: inline-block !important;
    padding: 0 !important;
    -ms-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    background: #eee;
    width: 100%;
}

[id*="yn-article-text-"],
.yn-bnr {
    max-height: 100000px !important;
    padding: 10px 10px !important;
}





.ifrm {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 99vh;
    z-index: -1;
    background: #fff;
}

#page-wrapper {
    background: #fff;
    z-index: 10000;
}


.fo-no-image .a-1 .views-content .views-row .image {
    display: none
}



#yektavideo * {line-height:normal;font-size: inherit; text-align:right}
#yektavideo a:before {content:none}
#yektavideo > div > div > a {width: 100%;}
#yektavideo video {background: none;}