.official {
    white-space: normal;
    margin: 20px 10px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #DADCDD;
}

.official-wrap {
    white-space: nowrap;
    font-size: 0;
}

.official a {
    text-decoration: none;
}

.official__caption {
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    color: #232371;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.official-item__pic {
    font-size: 0;
    display: block;
    margin: 0 -10px;
}

.official-item__pic img {
    width: 100%;
}

.official-item__data {
    background-color: #232371;
    padding: 20px;
    color: #fff;
    position: relative;
    margin-top: -40px;
}

.official-item__data a {
    color: inherit;
}

.official-item__title {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    display: block;
}
.official-item__text {
    display: block;
    margin-top: 10px;
    opacity: 0.5;
    font-size: 12px;
    line-height: 18px;
}

.official-item__author {
    text-transform: uppercase;
    margin-top: 20px;
}

.official-item__author span{
    opacity: 0.5;
    font-size: 9px;
}
.official-item__author span.official-item__author-name{
    opacity: 1;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 10px;
}

.official_region {
    display: block;
}

.official_region .official__caption {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 15px;
}

.official_region .official-item {
    overflow: hidden;
}

.official_region  .official-item__pic {
    display: block;
    float: left;
    width: 70px;
    margin: 0;
}

.official_region  .official-item__data {
    display: block;
    background: none;
    color: #333333;
    padding: 0;
    width: auto;
    margin-left: 80px;
    margin-top: 0;
}

.official_region .official-item__title {
    font-size: 15px;
    line-height: 18px;
}

.official_region .official-item__text {
    font-size: 12px;
    line-height: 16px;
}

.official_region .official-item__text span {
    color: #333333;
}

.official_region  span.official-item__author-name {
    color: #232371;
}

@media screen and (min-width: 768px) {
    .official {
        margin: 40px 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .official-item__data {
        padding: 30px;
        margin-top: -90px;
        width: 640px;
    }

    .official-item__pic {
        margin: 0;
    }

    .official-item__title {
        font-size: 30px;
        line-height: 32px;
    }

    .official-item__text {
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px;
    }

    .official-item__author {
        margin-top: 30px;
    }

    .official_with-region {
        margin-bottom: 30px;
    }

    .official_region {
        margin-top: 0px;
    }

    .official_region .official__caption {
        font-size: 16px;
        line-height: 19px;
    }

    .official_region  .official-item__pic {
        width: 300px;
    }

    .official_region  .official-item__data {
        margin-left: 320px;
    }

    .official_region  .official-item__title {
        font-size: 21px;
        line-height: 28px;
    }
    .official_region  .official-item__text {
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
    }
    .official_region .official-item__author {
        margin-top: 20px;
    }

} 

@media screen and (min-width: 1024px) {
    .official {
        margin: 0;
    }

    .official-wrap {
        margin: 30px 0;
    }

    .official_region {
        width: 300px;
    }

    .official_with-region {
        display: inline-block;
        vertical-align: top;
        width: 680px;
    }

    .official_with-region .official-item {
        padding-right: 20px;
        border-right: 1px solid #DADCDD;
    }

    .official-item__data {
        width: 540px;
        margin-top: -80px;
        padding: 30px;
    }

    .official-item__author {
        margin-top: 20px;
    }

    .official_region {
        margin-left: 20px;
        display: inline-block;
        vertical-align: top;
    }

    .official_region .official__caption {
        margin-bottom: 20px;
        margin-top: 5px;
    }

    .official_region  .official-item__pic {
        float: none;
    }

    .official_region  .official-item__data {
        margin: 30px 0 0 ;
    }

}

@media screen and (min-width: 1280px) {
    .official_with-region {
        width: 896px;
    }

    .official_with-region .official-item {
        padding-right: 30px;
    }

    .official_region {
        margin-left: 30px;
    }

    .official-item__data {
        width: 640px;
        margin-top: -100px;
        padding: 40px 40px 30px;
    }
    .official-item__author, .official_region .official-item__author {
        margin-top: 30px;
    }
}


/*popup*/
/*popup style*/
.firstPerson-popup{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top:0px;
    left:0px;
    z-index: 9999999;
    text-align: center;
}
.firstPerson-popup.true{
    display: block;
}

.firstPersonPopup-close{
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    background: #000;
    opacity: 0.8;
}
.firstPersonPopup-center{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.firstPersonPopup-content{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    position: relative;
    background: #FFF;
    z-index: 2;
    border: 5px solid #e0e0e0;
    width: 560px;
    text-align: left;
}
.firstPersonPopup-content-incl{
    padding: 30px;
    padding-left: 155px;
}
.firstPersonPopup-title{
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.firstPersonPopup-text p{
    font-size: 14px;
    line-height: 130%;
    color: #000;
}
.firstPersonPopup-ico.info{
    background: url("../img/popupInfoIco.png") no-repeat;
    height: 106px;
    width: 106px;
    position: absolute;
    left: 30px;
    top: 30px;
}
.firstPersonPopup-ico.vandenko{
    background: url("../img/vandenkoBIG.png") no-repeat;
    height: 106px;
    width: 106px;
    position: absolute;
    left: 30px;
    top: 30px;
}
.firstPersonPopup-author{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: -10px;
}
.firstPersonPopup-close-ico{
    background: url('/images/closeIco.png') no-repeat;
    height: 24px;
    width: 24px;
    top: -30px;
    right: -30px;
    position: absolute;
    cursor: pointer;
    z-index: 15;
}
@media screen and (max-width: 767px){
    .blockFirstPerson,.firstPersonPopup-content .firstPersonPopup-info .firstPersonPopup-title.mobile_hidden,.firstPersonPopup-close-ico{
        display: none;
    }
    .firstPersonPopup-content .firstPersonPopup-info .firstPersonPopup-title{
    font-size: 16px;
    margin-bottom:10px;
    }
    .firstPersonPopup-content{
    width: 70%;
    max-height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    }
    .firstPersonPopup-content .firstPersonPopup-content-incl{
        padding: 10px;
    }
    .firstPersonPopup-content .firstPersonPopup-ico{
        display: none;
    }
    .firstPersonPopup-content .firstPersonPopup-author{
    margin-top:0px;
    }
}

