/*ARTICLE*/

.article-detail__head {
    padding-top: calc(35vh + 20px);
    padding-left: var(--col-gutter);
    padding-right: var(--col-gutter);
    /*min-height: 100vh;*/
    /*margin-bottom: 17px;*/
}

.article-head__image {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    max-width: 100vw;
    
    z-index: -1;
    background-size: cover;
    background-position: 50% 0;
}


@media only screen and (max-width: 1024px)
{
    .article-head__image {
        max-height: 35vh;
        background-color: #eee;
    }
}

.article-head {
    background-size: cover;
    background-position: 50% 0;
    text-align: left;
    position: relative;
    z-index: 2;
}
.article-head__tag{
    margin-top: 20px;
}

.article-head__tag a {
    border-bottom: none;
    text-transform: uppercase;
    font-size: 12px;
    background: var(--ruby);
    padding: 5px 10px;
    color: #fff !important;
    border-bottom: none !important;
    margin-bottom: 20px;
}

.adtagin {
    background: var(--camel) !important; 
    margin-left: 10px !important;
}

.article-head__title {
    font-family: 'gilroyextrabold';
    font-size: 27px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0px;
}

.article-head__subtitle {
    font-family: latoregular;
    font-size: 16px;
    line-height: 1.33;
    letter-spacing: 0.1px;
    font-weight: bold;
}

.article-detail__body {
    padding: 15px;
}

.article-head__date {
    opacity: 0.9;
    font-family: 'latoregular';
    font-size: 13px;
    font-weight: 900;
}

.article-head__author {
    opacity: 0.9;
    font-family: 'latoregular';
    font-size: 13px;
    font-weight: 900;
    text-align: left;
}

.article-head__photo {
    opacity: 0.9;
    font-family: 'latoregular';
    font-size: 13px;
    font-weight: 900;
    text-align: left;
}

.article-head__meta {
    position: static;
    display: flex;
    flex-direction: row;
    /*width: 100%;*/
    margin-top: 30px;
}
.article-head__meta > div {
    flex-grow: 1;
}
.article-head__meta > div strong {
    font-family: 'latomedium';
}
.article-detail__intro {
        font-family: Georgia;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0.1px;
        color: #262626;
        color: var(--black);
        /*margin-bottom: 40px;*/
}
.article-detail__full-text {
    font-size: 18px;
    line-height: 1.56;
    letter-spacing: 0.1px;
    color: #262626;
    color: var(--black);
}

.article-detail__full-text p {
    margin-bottom: 25px;
    font-family: Georgia;
    font-size: 18px;
}

.article-detail__full-text p strong {
    //font-family: 'gilroyextrabold';
    font-weight: bold;
}

.article-author {
    position: relative;
    height: 50px;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
}

.article-author__pic {
    width: 50px;
    height: 50px;
    position: relative;
    overflow: inherit;
}

.article-author__pic img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.article-author__pic:after {
    content: '';
    display: block;
    width: 20px;
    height: 17px;
    position: absolute;
    bottom: -17px;
    right: 0;
    background-image: url(../img/zpt_tail.svg);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.6;
}

.article-author__text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 17px;
}

.article-author__lbl {
    font-family: 'latoregular';
    font-size: 12px;
    line-height: 1;
    color: #a5a5a4;
}

.article-author__name {
    font-size: 15px;
    line-height: 1;
}

.article-author__name a {
    color: var(--camel) !important;
    border-bottom: none !important;
}

.article-detail__tags {
    display: table;
}

.article-detail__more {
    font-family: 'gilroyextrabold';
    font-size: 11px;
    letter-spacing: 0.4px;
    color: #828282;
    text-transform: uppercase;
    margin-right: 20px;
}

.article-detail__tag {
    text-transform: uppercase;
    font-family: 'gilroyextrabold';
    font-size: 11px;
    letter-spacing: 0.4px;
    display: inline-block;
    margin: 0 20px;
}

.article-detail__tag:link,
.article-detail__tag:visited {
    color: var(--sapphire);
}

.article-detail__tag:hover,
.article-detail__tag:active {
    color: var(--ruby);
}

.detail-pic__caption {
    opacity: 0.9;
    font-family: 'latoregular';
    font-size: 16px;
    color: #4a4a4a;
    color: var(--greyish-brown);
}

.detail-pic__copyright {
    opacity: 0.9;
    font-family: 'latoregular';
    font-size: 12px;
}

.opinion {
    display: none;
}

.opinion-img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-right: 15px;
    float: left;
    background-size: cover;
}

.opinion-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    min-height: 100px;
}

.opinion-author-name a {
    text-decoration: none !important;
    color: var(--camel) !important;
    border-bottom: none !important;
}

.opinion-author-desc {
    color: #888;
    opacity: .9;
    font-family: latoregular;
    font-size: 13px;
    font-weight: 900;
    text-align: left;
}

.opinion {
    display: block;
    min-height: 100px;
    min-width: 250px;
    max-width: 50%;
    margin: 50px 40px 50px -15%;
    float: left;
}

@media only screen and (max-width: 480px){

    .opinion {
        clear: both;
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        max-width: auto !important;
        margin: inherit !important;
        float: none !important;
    }

    .article-head__tag{
        position: absolute;
        top: 15px;
        margin-top: 0;
    }

    .article-head__title {
        margin-top: 0;
    }

    .article-head__subtitle {
        margin-top: 15px;
    }

    .article-head__meta {
        margin-top: 15px;
        color: #888;
    }

    .article-detail__full-text h2 {
        line-height: 1.1;
        font-size: 2.1rem;
    }

    .article-detail__full-text h3 {
        line-height: 1.5;
    }

    h1 {
        margin: 0;
    }
    h2 {
        margin: 20px 0 0 0;
    }

    /*Images styles*/
    .imgbig {
        margin-left: 0 !important;
        margin-right: 0 !important;
        min-width: 100% !important;
    }

    .imgleft {
        margin-left: 0 !important;
        float: none !important;
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .imgright {
        margin-right: 0 !important;
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

}

@media only screen and (max-width: 1024px) {
    .page--article .main-container .wrapper {
        margin-top: 0;
    }
    .article-detail__author {
        margin-bottom: 40px;
    }
    .article-detail__more {
        display: block;
        font-size: 11px;
        margin-bottom: 6px;
    }
    .article-detail__tag {
        font-size: 11px;
        margin: 0 18px 6px 0;
    }
    .article-detail__meta .news__share.news__share--hor .news__share-list li:first-child {
        display: none;
    }
    .article-detail__meta .news__share.news__share--hor .news__share-list li:nth-child(2) {
        border-left: 0;
    }
    .news__share-list li .article-detail__mobile-discuss {
        font-size: 14px;
        line-height: 14px;
        display: inline;
        width: auto;
        height: auto;
    }
    a.article-detail__mobile-discuss:link,
    a.article-detail__mobile-discuss:hover,
    a.article-detail__mobile-discuss:visited,
    a.article-detail__mobile-discuss:active {
        border-bottom: 0;
    }
    
    .detail-pic__wrap {
        margin-left: calc(-1*var(--gutter));
        margin-right: calc(-1*var(--gutter));
    }

    /*Images styles*/
    .imgbig {
        margin-left: 0 !important;
        margin-right: 0 !important;
        min-width: 100% !important;
    }

    .imgleft {
        margin-left: 0 !important;
    }

    .imgright {
        margin-right: 0 !important;
    }

}

@media only screen and (min-width: 1025px) {
    
    .news__full {
        margin-top: -1px;
    }
    .article-detail {
        max-width: 1000px;
        margin: 0 auto;
    }
    .article-detail__head {
        padding: 74px var(--col-gutter);
        position: relative;
        height: 80vh;
        min-height: auto;
    }
    .article-head__image {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;
        max-width: 100vw;
/*        max-height: 80vh;
*/
        z-index: -1;
        background-size: cover;
        background-position: 50% 35%;
    }
    .article-head__image:after {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #0b0b0b;
        opacity: 0.4;
        content: "";
        display: block;
    }
    .article-head {
        min-height: 65vh;
        height: auto;
        display: flex;
        flex-direction: column;
        color: #fff;
        text-align: center;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .article-head__tag a {
        margin-top: 20px;
        border-bottom: none;
        text-transform: uppercase;
    }
    .article-head__title {
        font-family: 'gilroyextrabold';
        font-size: 62px;
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: 0.1px;
        text-align: center;
        color: #ffffff;
        color: var(--white);
        margin: 12px 0 30px 0;
        max-width: 790px;
    }
    .article-head__date {
        text-align: right;
    }
    .article-head__author {
        text-align: center;
    }
    .article-head__photo {
        text-align: left;
    }
    .article-head__subtitle {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        font-family: latoregular;
        font-size: 24px;
        line-height: 1.42;
        letter-spacing: 0.1px;
        text-align: center;
        color: #ffffff;
        color: var(--white);
        font-weight: bold;
        max-width: 790px;
    }
    .article-detail__body {
        max-width: 710px;
        margin-bottom: 54px;
        /*margin-left: 100px;*/
        /*margin-right: 100px;*/
        padding: 0;
        margin: 0 auto;
    }
    .article-detail__intro {
        font-family: Georgia;
        font-size: 22px;
        line-height: 1.5;
        letter-spacing: 0.1px;
        color: #262626;
        color: var(--black);
        margin-bottom: 40px;
    }
    
    .article-head__meta {
        position: absolute;
        bottom: 20px;
        display: flex;
        flex-direction: row;
        /*max-width: 790px;*/
    }
    .article-head__meta > div {
        margin: 0 12px;
    }
    .article-head__meta > div strong {
        font-family: 'latomedium';
    }

    .detail-pic--single .detail-pic__wrap-cell {
        //margin-left: -90px;
        //margin-right: -90px;
        width: 100%;
    }
    .detail-pic--single img {
        width: 100%;
    }
    .detail-pic__wrap {
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .detail-pic--single .detail-pic__wrap-cell {
        //width: 100%;
    }
    .detail-pic--multi .detail-pic__wrap-cell {
        justify-content: flex-end;
        width: 50%;
    }
    .detail-pic--multi .detail-pic__wrap-cell.type--1 {
        padding: 30px;
    }
    .detail-pic--multi .detail-pic__wrap-cell.type--2 {
        padding: 60px;
    }
    .article-detail__meta {
        width: 100%;
        display: flex;
        /*border: solid 1px var(--white-four);*/
        margin: 40px 0;
    }
    .article-detail__author {
        flex-grow: 2;
    }
    
    .detail-pic--single .detail-pic__caption,
    .detail-pic--single .detail-pic__copyright {
        margin-left: 90px;
        margin-right: 90px;
    }
    
}

.article-slider__bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1);
    opacity: 1;
    z-index: 20;
}

/* MITER's FIX */
.fr-video {
    display: block;
    position:relative;
    padding-bottom:56.25%;
    padding-top:25px;
    height: auto;
}

.fr-video iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.article-detail__full-text h1, h2, h3, h4, h5 {
    font-family: 'gilroyextrabold';
    clear: both;
}

.article-detail__full-text h3 {
    margin-bottom: 40px;
    font-size: 1.7rem;
}

.article-detail__full-text h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
}

em {
    color: #262626 !important;
}

.embedded > .instagram-media {
    width: 100% !important;
}

.caption {
    font-size: 14px;
    font-family: 'latomedium';
    color: #999;
    font-weight: 100;    
}

@media only screen and (max-width: 480px)
{
    iframe {
        width: 100% !important;
    }
}

@media only screen and (min-width: 769px) {
    .caption {
        min-width: 130%;
        display: block;
        clear: both;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .opinion {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {
    .opinion {
        margin-left: 0 !important;
    }
}

.donate {
    font-family: 'latomedium' !important;
}

/*Images styles*/
.imgbig {
    margin-left: -15%;
    margin-right: -15%;
    min-width: 130%;
}

.imgleft {
    margin-left: -15%;
    float: left;
    width: 50%;
    margin-right: 40px;
    margin-bottom: 25px;
    margin-top: 7px;
}

.imgright {
    margin-right: -15%;
    float: right;
    width: 50%;
    margin-left: 40px;
    margin-bottom: 25px;
    margin-top: 7px;
}

.imagecation {
    /*color: var(--sand);*/
    color: #67677b;
    margin-top: -20px;
    font-family: latoregular;
    font-size: 14px;
    clear: both;
}

.imagecation img {
    /*float: none;*/
    margin-left: 0;
    width: 100%;
    min-width: 100%;
    max-width:100%;
    margin-right: 0;
    margin-bottom: 10px;
    margin-top: 20px;
    clear: both;
    float: left;
}

/*Table styles*/
table {
    width: 100%;
    font-size: 16px;
}
tr {
    border-top: solid 1px var(--sand);
}
tr:first-child {
    border: none;
}
td {
    padding: 20px 0 20px 10px;
    font-weight: normal;
    font-family: 'latoregular';
    color: #333;
}
td p {
    font-family: 'latoregular' !important;
    font-size: 0.9em !important;
    line-height: 1.2em !important;
    padding: 10px;
    margin-bottom: 0 !important;
}
tr td:first-child {
    padding-left: 0;
}

/* Card */
article .uk-card-title {
    font-size: 1.4rem !important;
    line-height: 1.2;
}

/*Slider*/
article .uk-slidenav {
    border-bottom: none !important;
}

/*Info style*/
p.info, div.info {
    padding: 10px;
    margin: 0!important;
    background-color: #c8a65a;
    color: #fff;
    font-family: latoregular;
    font-size: 14px;
}
div.info > .rubl {
    float: left;
    margin-right: 10px;
}
div.info {
    line-height: 18px;
    margin-bottom: 30px !important;
    border: solid 2px #c8a65ad9;
    border-radius: 8px;
}

.textinfo {
    background-color: #c8a65a;
    padding: 20px;
    margin-bottom: 25px;
}
.textinfo p {
    color: #fff !important;
    font-family: latoregular !important;
    font-size: 14px !important;
    line-height: 18px !important;
    margin-bottom: 15px !important;
}
.textinfo p:last-child {
    margin-bottom: 0 !important;
}

/*Cards styles*/
.wrapCard {
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    padding: 35px 20px 0 20px;
    background: #fff;
    margin-bottom: 40px;
    box-shadow: 10px 10px #eee;
}
.wrapCard h2 {
    border-bottom: solid 4px #c8a65a;
    padding-bottom: 35px;
}
.wrapCard .imgbig, .wrapCard .imgleft, .wrapCard .imgright {
    max-width: 100% !important;
    min-width: inherit;
    margin: 0;
    float: none;
}
.wrapCard p.info:last-child {
    margin-bottom: 20px !important;
}


/* Notification */
.uk-notification-close {
    border: none !important; 
}
.uk-notification {
    z-index: 9999;
}

/* List */

/*ul {
    padding: 0 !important;
    margin: 50px 0 !important;
}
ul li {
    text-decoration: none !important;
    font-style: normal !important;
    font-weight: normal !important;
}*/

/*Send Pulse*/
.sp-element-container{
    margin-top: 40px;
}
.border-bottom{
    border-bottom: 0;
}
.sp-form {
    padding: 8px 0 !important;
}
.sp-form-outer{
    /*display: none;*/
    margin-top: -1px;
    position: relative;
}
.sp-link {
    border-bottom: none !important;
}
.sp-field p {
    color: #fff;
}
.sp-element-container {
    margin-top: 0;
}

.sp-force-hide { display: none;}.sp-form[sp-id="135233"] { display: block; background: rgba(30, 135, 240, 1); padding: 15px; width: 910px; max-width: 100%; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; font-family: inherit; background-repeat: no-repeat; background-position: center; background-size: auto;}.sp-form[sp-id="135233"] input[type="checkbox"] { display: inline-block; opacity: 1; visibility: visible;}.sp-form[sp-id="135233"] .sp-form-fields-wrapper { margin: 0 auto; width: 880px;}.sp-form[sp-id="135233"] .sp-form-control { background: #ffffff; border-color: rgba(30, 135, 240, 1); border-style: solid; border-width: 1px; font-size: 15px; padding-left: 8.75px; padding-right: 8.75px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; height: 35px; width: 100%;}.sp-form[sp-id="135233"] .sp-field label { color: #ffffff; font-size: 13px; font-style: normal; font-weight: normal;}.sp-form[sp-id="135233"] .sp-button { border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; background-color: #F51678; color: #ffffff; width: auto; font-weight: 700; font-style: normal; font-family: Arial, sans-serif; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none;}.sp-form[sp-id="135233"] .sp-button-container { text-align: left;}

/*ONLINE*/

.online_share > div{
    background-color: #ccc !important;
}
.online_share span {
    display: none;
}
.online_share img svg {
    color: #000;
}
.online_share > div::hover {
    background-color: #eee;
}
.online_header {
    /*margin-bottom: 40px !important;*/
}
.online_date {
    opacity: 0.9;
    font-family: 'latoregular' !important;
    font-size: 13px !important;
    font-weight: 900;
}
.online_dateandshare {
    display: block;
    height: 20px;
    color: #afafaf !important;
}
.online_dateandshare a {
    border-bottom: 0 !important;
 }
.online_share_icon {
    width: 20px;
    height: 20px;
    display: block;
}
.uk-dropdown-nav li {
    font-weight: normal;
}

/*In Page*/
.inpageBlock {
    margin-bottom: 20px;
}

/*Comment and Strong*/
img.comment {

}
.strong {
    font-size: 22px !important;
    line-height: 32px !important;
    letter-spacing: .1px !important;
    font-weight: bold !important;
    padding-left: 5% !important; 
}