/*
 * team.php
 */
.headquarters {
    /*overflow-y: hidden;*/
}
.post--headquarters {
    margin-top: 36px;
}

@media (max-width: 767px) {
    .post--headquarters {
        margin-top: 21px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .headquarters .wrapper {
        padding: 0 30px;
    }
}

.headquarters-title {
    font-family: "PT Sans", sans-serif;
    font-size: 54px;
    line-height: 1;
    font-weight: 700;
    color: #333;
    text-align: left;
    max-width: 1024px;
    margin: 0 auto 40px;
}

@media (max-width: 767px) {
    .headquarters-title {
        font-size: 28px;
        line-height: 32px;
        margin: 0 auto 32px;
    }
}

.headquarters__head {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    flex-direction: row-reverse;
    max-width: 1024px;
    margin: 0 auto 40px;
}

@media (max-width: 767px) {
    .headquarters__head {
        -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        width: calc(100% + 40px);
        margin: 0 -20px 40px;
    }
}

.headquarters__head-img {
    width: 50%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

@media (max-width: 1023px) {
    .headquarters__head-img {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .headquarters__head-img {
        width: 100%;
        height: 300px;
    }
}

.headquarters__head-info {
    text-align: left;
    width: 50%;
    padding: 40px 55px;
    background-color: #f9f8f7;
}

@media (max-width: 1080px) {
    .headquarters__head-info {
        padding: 30px;
    }
}

@media (max-width: 1020px) {
    .headquarters__head-info {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .headquarters__head-info {
        width: 100%;
        padding: 20px;
    }
}

.headquarters__head-info p {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 35px;
    color: #111;
    margin-bottom: 10px;
}

p.headquarters__head-info-quote {
    margin-bottom: 0;
    line-height: 1.5;
    font-style: italic;
}

@media (max-width: 900px) {
    .headquarters__head-info p {
        line-height: 1.5;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .headquarters__head-info p {
        margin-bottom: 5px
    }
}

.headquarters__head-info-note {
    padding-left: 10px;
    opacity: 0.5;
}

.headquarters__head-info b {
    display: block;
    margin-bottom: 25px;
    font-family: "PT Sans", sans-serif;
    font-size: 28px;
    line-height: 35px;
    font-weight: 700;
    color: #111;
    max-width: 300px;
}

@media (max-width: 900px) {
    .headquarters__head-info b {
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .headquarters__head-info b {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 12px;
    }
}

.headquarters__last-news,
.headquarters__see-also {
    padding: 58px 0 80px;
    margin-bottom: 47px;
    background-color: #f9f8f7;
}

@media (max-width: 1023px) {
    .headquarters__last-news,
    .headquarters__see-also {
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .headquarters__last-news,
    .headquarters__see-also {
        padding-top: 45px;
        padding-bottom: 25px;
        margin-bottom: 36px;
    }
}

.headquarters__last-news {
    margin-bottom: 0;
}

.headquarters__title-wrap {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1024px;
    margin: 0 auto 54px;
}

.headquarters__title {
    font-family: "PT Sans", sans-serif;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #111;
}

@media (max-width: 767px) {
    .headquarters__title-wrap {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin: 0 auto 35px;
    }

    .headquarters__title {
        font-size: 18px;
        line-height: 20px;
        text-align: left;
        /*max-width: 150px;*/
    }
}

.headquarters__more-posts {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #157aec;
    padding-bottom: 3px;
    -webkit-transition: color .4s linear;
        -o-transition: color .4s linear;
            transition: color .4s linear;
}

.headquarters__more-posts:hover,
.headquarters__more-posts:focus {
    text-decoration: none;
    color: #4267b2;
}

.headquarters__last-news-list,
.headquarters__see-also-list {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    max-width: 1024px;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .headquarters__last-news-list,
    .headquarters__see-also-list {
        padding-bottom: 24px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 6px;
    }
}

@media (max-width: 767px) {
    .headquarters__last-news-list,
    .headquarters__see-also-list {
        padding-bottom: 17px;
    }
}

.headquarters__last-news-item,
.headquarters__see-also-item {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 328px;
    margin-right: 20px;
}

@media (max-width: 1023px) {
    .headquarters__last-news-item,
    .headquarters__see-also-item {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 48.5%;
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .headquarters__last-news-item,
    .headquarters__see-also-item {
        width: 100%;
    }
}

.headquarters__last-news-item:last-child,
.headquarters__see-also-item:last-child {
    margin-right: 0 !important;
}

.headquarters__last-news-img-link,
.headquarters__see-also-img-link {
    width: 100%;
    height: 240px;
}

@media (max-width: 767px) {
    .headquarters__last-news-img-link,
    .headquarters__see-also-img-link {
        height: 192px;
    }
}

.headquarters__last-news-img,
.headquarters__see-also-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.headquarters__last-news-info,
.headquarters__see-also-info {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: left;
    padding: 20px 30px 30px;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-top: none;
}

@media (max-width: 767px) {
    .headquarters__last-news-info,
    .headquarters__see-also-info {
        padding: 19px 19px 24px;
    }
}

.headquarters__last-news-title,
.headquarters__see-also-title {
    font-family: "PT Sans", sans-serif;
    font-size: 21px;
    line-height: 27px;
    font-weight: 700;
    color: #575757;
    margin-bottom: 11px;
    -webkit-transition: color .4s linear;
        -o-transition: color .4s linear;
            transition: color .4s linear;
}

@media (max-width: 767px) {
    .headquarters__last-news-title,
    .headquarters__see-also-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}

.headquarters__last-news-title:hover,
.headquarters__last-news-title:focus,
.headquarters__see-also-title:hover,
.headquarters__see-also-title:focus {
    text-decoration: none;
    color: #333;
}

.headquarters__last-news-cntrls,
.headquarters__see-also-cntrls {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.headquarters__last-news-date,
.headquarters__see-also-date {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 32px;
    color: #999;
    margin-right: 20px;
}

.headquarters__gray-wrap {
    padding: 0 0 40px;
    margin-bottom: 40px;
    background-color: #f9f8f7;
}

.post--headquarters .new-pagination {
    margin-bottom: 0;
}

.headquarters__support-team {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .headquarters__support-team {
        margin-bottom: 40px;
    }
}

.headquarters__support-team-wrap {
    max-width: 1024px;
    margin: 0 auto;
}

.headquarters__support-team-title {
    font-family: "PT Sans", sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #333;
    text-align: left;
    max-width: 1024px;
    margin: 0 auto 42px;
}

@media (max-width: 767px) {
    .headquarters__support-team-title  {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 32px;
    }
}

.headquarters__support-team-list {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: left;
    margin: 0 -20px 0 0;
}

.headquarters__support-team-item {
    position: relative;
    /*width: 23%;*/
    width: calc(25% - 20px);
    height: auto;
    max-height: 300px;
    margin: 0 20px 20px 0;
}

.headquarters__last-news-slider,
.headquarters__see-also-slider {
    padding-bottom: 0;
}

@media (min-width: 1024px){
    .headquarters__last-news-slider .swiper-wrapper {
        transform: translate3d(0, 0, 0) !important;
    }

    .headquarters__last-news-slider .headquarters__last-news-slider-pagination {
        display: none !important
    }
}

@media (max-width: 1150px) {
    .headquarters__support-team-item {
        width: calc(33.333% - 20px);
        max-height: 100%;

    }
}

@media (max-width: 767px) {
    .headquarters__support-team-item {
        width: calc(50% - 20px);
    }
}

.headquarters__last-news-slider-pagination,
.headquarters__see-also-slider-pagination {
    text-align: center;
}

.headquarters__support-team-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1151px) {
    .headquarters__support-team-img {
        /*height: auto;*/
    }
}

.headquarters__support-team-link {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 25px 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

@media (max-width: 1023px) {
    .headquarters__support-team-link {
        padding: 15px 20px;
    }
}

.headquarters__support-team-overlay,
.headquarters__support-team-overlay-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
            transition: opacity .2s linear;
}

.headquarters__support-team-overlay {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(255,255,255, 0)), color-stop(50%, rgba(21, 122, 236, .3)), to(rgba(0, 0, 0, .9)));
    background: -webkit-linear-gradient(top, rgba(255,255,255, 0) 5%, rgba(21, 122, 236, .3) 50%, rgba(0, 0, 0, .9) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255, 0) 5%, rgba(21, 122, 236, .3) 50%, rgba(0, 0, 0, .9) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255, 0) 5%, rgba(21, 122, 236, .3) 50%, rgba(0, 0, 0, .9) 100%);
}

.headquarters__support-team-overlay-hover {
    opacity: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(255,255,255, 0)), color-stop(30%, rgba(21, 122, 236, .3)), to(rgba(14, 83, 161, .9)));
    background: -webkit-linear-gradient(top, rgba(255,255,255, 0) 5%, rgba(21, 122, 236, .3) 30%, rgba(14, 83, 161, .9) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255, 0) 5%, rgba(21, 122, 236, .3) 30%, rgba(14, 83, 161, .9) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255, 0) 5%, rgba(21, 122, 236, .3) 30%, rgba(14, 83, 161, .9) 100%);
}

.headquarters__support-team-name {
    position: relative;
    font-family: "PT Sans", sans-serif;
    font-size: 21px;
    line-height: 27px;
    font-weight: 700;
    color: #fff;
    max-width: 150px;
    margin-top: auto;
    -webkit-transition: transform .2s linear;
        -o-transition: transform .2s linear;
            transition: transform .2s linear;
}

@media (max-width: 767px) {
    .headquarters__support-team-name {
        font-size: 16px;
        line-height: 20px;
        position: absolute;
        bottom: 15px;
        right: 15px;
        left: 15px;
        transform: translate3d(0, 0, 0) !important;
    }
}

.headquarters__support-team-position {
    position: relative;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .4s linear;
        -o-transition: opacity .4s linear;
            transition: opacity .4s linear;
}

/*@media (max-width: 1023px) {*/
    /*.headquarters__support-team-position {*/
        /*display: none;*/
    /*}*/
/*}*/

@media (min-width: 768px){
    .headquarters__support-team-link:hover,
    .headquarters__support-team-link:focus {
        text-decoration: none;
    }

    .headquarters__support-team-link:hover .headquarters__support-team-overlay {
        opacity: 0;
    }

    .headquarters__support-team-link:hover .headquarters__support-team-overlay-hover {
        opacity: 1;
    }

    .headquarters__support-team-link:hover .headquarters__support-team-name {
        transform: translateY(0) !important;
    }

    .headquarters__support-team-link:hover .headquarters__support-team-position {
        opacity: 1;
    }
}
.headquarters__contacts {
    margin-bottom: 40px;
}


@media (max-width: 767px) {
    .headquarters .post-column__btn {
        width: 280px;
        margin-top: 40px;
    }
}

.new-pagination--page-team {
    max-width: 763px;
}

.new-pagination--page-team.new-pagination--mobile {
    margin: 40px 0;
}

@media (max-width: 1023px) {
    .new-pagination--page-team {
        max-width: 708px;
    }

    .headquarters__contacts .wrapper {
        padding: 0;
    }
}

.headquarters__contacts-wrap {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    max-width: 1024px;
    margin: 0 auto;
    background-color: #f9f8f7;
}

.headquarters__contacts-wrap + .headquarters__contacts-wrap {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .headquarters__contacts-wrap {
        -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
    }

    .headquarters__contacts-wrap + .headquarters__contacts-wrap {
        padding-top: 0;
    }
}

.headquarters__contacts-info {
    text-align: left;
    width: 100%;
    padding: 60px 80px;
}

@media (max-width: 1023px) {
    .headquarters__contacts-info {
        padding: 60px 30px;
    }
}

@media (max-width: 767px) {
    .headquarters__contacts-info {
        padding: 37px 20px 18px;
    }
}

.headquarters__contacts-info-wrap {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media (max-width: 767px) {
    .headquarters__contacts-info-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.headquarters__contacts-title {
    font-family: "PT Sans", sans-serif;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #333;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .headquarters__contacts-title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 20px;
    }
}

.headquarters__contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*width: 225px;*/
    width: 230px;
    margin-right: 20px;
}

.headquarters__contacts-item:first-child {
    width: 300px;
}

.headquarters__contacts-item:last-child {
    margin-right: 0;
}

@media (max-width: 767px) {
    .headquarters__contacts-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .headquarters__contacts-item:last-child {
        margin-bottom: 0;
    }
}

.headquarters__contacts-item--img {
    width: auto;
}

.headquarters__contacts-label {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #666;
}

@media (max-width: 767px) {
    .headquarters__contacts-label {
        line-height: 19px;
    }
}

.headquarters__contacts-text {
    font-family: "PT Serif";
    font-size: 20px;
    line-height: 32px;
    color: #333;
}

@media (max-width: 767px) {
    .headquarters__contacts-text {
        font-size: 16px;
        line-height: 20px;
    }
}

.headquarters__contacts-worktime {
    margin-top: 5px;
}

@media (max-width: 767px) {
    .headquarters__contacts-worktime {
        margin-top: 2px;
    }
}

a.headquarters__contacts-text {
    -webkit-transition: color .4s linear;
        -o-transition: color .4s linear;
            transition: color .4s linear;
}

a.headquarters__contacts-text:hover,
a.headquarters__contacts-text:focus {
    text-decoration: none;
}

a.headquarters__contacts-text.mail {
    color: #157aec;
}

a.headquarters__contacts-text.mail:hover,
a.headquarters__contacts-text.mail:focus {
    color: #0266d8;
}

.headquarters__contacts-text + .headquarters__contacts-label {
    margin-top: 20px;
}

.headquarters__contacts-img {
    display: block;
    width: 262px;
    height: 170px;
}

@media (max-width: 767px) {
    .headquarters__contacts-img {
        width: 100%;
        height: auto;
    }
}

.headquarters__contacts-map,
.headquarters__contacts-wrap iframe,
.headquarters__contacts-wrap > ymaps {
    width: 100% !important;
    height: 240px !important;
}

@media (max-width: 767px) {
    .headquarters__contacts-map,
    .headquarters__contacts-wrap iframe,
    .headquarters__contacts-wrap > ymaps {
        height: 320px !important;
    }
}

.headquarters__contacts-managers {
    text-align: left;
    padding: 60px 96px 40px;
    max-width: 1024px;
    margin: 0 auto;
    background-color: #f1f1f1;
}

@media (max-width: 1023px) {
    .headquarters__contacts-managers {
        padding: 60px 30px 32px;
    }
}

@media (max-width: 767px) {
    .headquarters__contacts-managers {
        padding: 32px 20px 0;
    }
}

.headquarters__contacts-managers-wrap {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10px;
}

@media (max-width: 767px) {
    .headquarters__contacts-managers-wrap {
        -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
    }
}

/* .headquarters__contacts-managers .headquarters__contacts-item {
    margin-bottom: 0;
}

.headquarters__contacts-managers .headquarters__contacts-item:last-child {
    margin-right: 0;
}

@media (max-width: 1023px) {
    .headquarters__contacts-managers .headquarters__contacts-item {
        max-width: 200px;
    }

    .headquarters__contacts-managers .headquarters__contacts-text br {
        display: none;
    }
}

@media (max-width: 767px) {
    .headquarters__contacts-managers .headquarters__contacts-item {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .headquarters__contacts-managers .headquarters__contacts-item:last-child {
        margin-bottom: 0;
    }

    .headquarters__contacts-managers .headquarters__contacts-title {
        margin-bottom: 9px;
    }
} */

.headquarters__contacts-managers-item {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 50%;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .headquarters__contacts-managers-item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.headquarters__contacts-managers-photo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

@media (max-width: 767px) {
    .headquarters__contacts-managers-photo {
        width: 60px;
        height: 60px;
    }
}

.headquarters__contacts-managers-info {
    padding-top: 10px;
    padding-right: 6px;
}

@media (max-width: 767px) {
    .headquarters__contacts-managers-info {
        padding-top: 5px;
        padding-right: 0;
    }
}

.headquarters__contacts-managers-name {
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .headquarters__contacts-managers-name {
        font-size: 16px;
        line-height: 20px;
    }
}

.headquarters__contacts-managers-status {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #666;
    padding-right: 20px;
}

.headquarters .post-share {
    max-width: 1024px;
    margin: 40px auto;
}

.headquarters__contacts-info .headquarters__contacts-managers-item {
    width: 100%;
}

.page-notes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    line-height: 1;
    text-align: left;
    width: 100%;
    max-width: 1024px;
    padding: 10px;
    background-color: #f4f4f4;
    margin: 40px auto;
    opacity: .2;
}

.page-notes img {
    margin-right: 10px;
}

.new-pagination + .headquarters__support-team {
    margin-top: 40px;
}

.headquarters__support-team + .headquarters__support-team {
    margin-top: 40px;
}

/*
 * team-person.php
 */

.post--headquarters-person {
    margin-top: 27px;
}

@media (max-width: 767px) {
    .post--headquarters-person {
        margin-top: 10px;
    }
}

.headquarters-person {
    text-align: left;
}

.headquarters-person .wrapper {
    max-width: 1025px;
    padding: 0;
}

@media (max-width: 1166px) {
    .headquarters-person .wrapper {
        max-width: 907px;
        padding: 0 64px;
    }
}

@media (max-width: 1023px) {
    .headquarters-person .wrapper {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .headquarters-person .wrapper {
        padding: 0 20px;
    }
}

.headquarters__back {
    position: relative;
    /*display: inline-block;*/
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 32px;
    color: #157aec;
    max-width: 1024px;
    margin: 0 auto 28px;
    padding-left: 20px;
    display: none;
}

@media (max-width: 767px) {
    .headquarters__back {
        margin: 0 auto 8px;
    }
}

.headquarters__back::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 11px;
    height: 9px;
    background-image: url("https://cdn.sobyanin.ru/static/headquarters/img/arrow-back.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50% 50%;
}

.headquarters__back:hover,
.headquarters__back:focus {
    text-decoration: none;
    color: #0266d8;
}

.headquarters-detailed__content {
    display: inline-block;
    width: 763px;
    margin-right: 15px;
}

@media (max-width: 1169px) {
    .headquarters-detailed__content {
        display: block;
        margin: 0 auto;
    }
}
@media (max-width: 1023px) {
    .headquarters-detailed__content {
        margin-right: 0;
        width: 100%;
    }

}


.headquarters__hero {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px;
    margin-bottom: 57px;
    background-color: #f9f8f7;
}

@media (max-width: 1023px) {
    .headquarters__hero {
        margin: 0 -30px 57px;
    }
}

@media (max-width: 767px) {
    .headquarters__hero {
        -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        margin: 0 -20px 30px;
        padding: 20px;
    }
}

.headquarters__hero-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 268px;
    /*height: 334px;*/
    margin-right: 50px;
}

@media (max-width: 767px) {
    .headquarters__hero-img {
        width: 100%;
        height: auto;
    }
}

.headquarters__hero-info {
    padding-top: 18px;
}

@media (max-width: 767px) {
    .headquarters__hero-info {
        width: 100%;
    }
}

.headquarters__hero-name {
    font-family: "PT Sans", sans-serif;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #333;
    margin-bottom: 21px;
}

@media (max-width: 767px) {
    .headquarters__hero-name {
        font-size: 28px;
        line-height: 32px;
        max-width: 250px;
        margin-bottom: 9px;
    }
}

.headquarters__hero-position {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #333;
}

.headquarters__hero-social {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 27px;
}

.headquarters__hero-social li:not(:last-child) {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .headquarters__hero-social li:not(:last-child) {
        margin-right: 7px;
    }
}

.headquarters__hero-social li a {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
    border: 1px solid #d0d0d0;
    border-radius: 50%;
    -webkit-transition-property: border-color, background-color;
        -o-transition-property: border-color, background-color;
            transition-property: border-color, background-color;
    -webkit-transition-duration: .4s;
        -o-transition-duration: .4s;
            transition-duration: .4s;
    -webkit-transition-timing-function: linear;
        -o-transition-timing-function: linear;
            transition-timing-function: linear;
}

.headquarters__hero-social li a svg {
    fill: #5c5c5c;
    -webkit-transition: .4s;
        -o-transition: .4s;
            transition: .4s;
}

.headquarters__hero-social li a:hover {
    border-color: #157aec;
    background-color: #157aec;
}

.headquarters__hero-social li a:hover svg {
    fill: #fff;
}

.headquarters-detailed__text {
    max-width: 725px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .headquarters-detailed__text {
        margin-bottom: 0;
    }
}

.headquarters-detailed__text p {
    font-family: "PT Serif";
    font-size: 22px;
    line-height: 32px;
    color: #333;
}

.headquarters-detailed__text p + p {
    padding-top: 30px;
}

.headquarters-detailed__text i {
    font-style: italic;
}

.headquarters-detailed__text figure {
    text-align: center;
}

.headquarters-detailed__text figure img {
    max-width: 100%;
    height: auto;
}

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

.headquarters-detailed__text img + img {
    margin-top: 20px;
}

.headquarters-detailed__text img + p {
    margin-top: 20px;
}

.headquarters-detailed__text p + img {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .headquarters-detailed__text p {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.05px;
    }

    .headquarters-detailed__text p + p {
        padding-top: 20px;
    }
}

.headquarters-person__see-also {
    padding: 58px 0 60px;
    background-color: #f9f8f7;
}

@media (max-width: 1151px) {
    .headquarters-person__see-also {
        padding: 58px 0 30px;
    }
}

@media (max-width: 1023px) {
    .headquarters-person__see-also {
        padding: 58px 0 36px;
    }
}

@media (max-width: 767px) {
    .headquarters-person__see-also {
        padding: 45px 0 27px;
    }
}

.headquarters-person__see-also-title {
    display: block;
    font-family: "PT Sans", sans-serif;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    color: #111;
    margin-bottom: 54px;
}

@media (max-width: 767px) {
    .headquarters-person__see-also-title {
        font-size: 18px;
        line-height: 20px;
        max-width: 250px;
        margin: 0 auto 35px;
    }
}

.headquarters__support-team-slider-pagination {
    display: none;
    padding-top: 10px;
}


.headquarters-person__see-also-slider {
    max-width: 1024px;
    padding-bottom: 0;
}

.headquarters-person__see-also-slider .headquarters__support-team-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
}

@media (min-width: 1152px) {
    .headquarters-person__see-also-slider .headquarters__support-team-list {
        transform: translate3d(0, 0, 0) !important;
    }
}

.headquarters-person__see-also-slider .headquarters__support-team-item {
    width: 240px;
    margin: 0;
    margin-right: 20px;
 }

.headquarters-person__see-also-slider .headquarters__support-team-item:last-child {
    margin-right: 0 !important;
}

@media (max-width: 1151px) {
    .headquarters-person__see-also-slider {
        max-width: 763px;
        padding-bottom: 0;
    }

    .headquarters-person__see-also-slider .headquarters__support-team-list {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .headquarters__support-team-slider-pagination {
        display: block;
        text-align: center;
    }
}

@media (max-width: 1023px) {
    .headquarters-person__see-also-slider {
        max-width: 708px;
    }
}

@media (max-width: 767px) {
    .headquarters-person__see-also-slider {
        max-width: calc(100% - 40px);
    }

    .headquarters-person__see-also-slider .headquarters__support-team-list {
        max-width: 100%;
    }
}

/*
 * team-news.php
 */

.post--headquarters-news {
    /*margin-top: 36px;*/
    margin-top: 64px;
}

@media (max-width: 767px) {
    .post--headquarters-news {
        margin-top: 21px;
    }
}

.headquarters-news {
    text-align: left;
}

.headquarters-news .wrapper {
    max-width: 1025px;
    padding: 0;
}

@media (max-width: 1166px) {
    .headquarters-news .wrapper {
        max-width: 907px;
        padding: 0 64px;
    }
}

@media (max-width: 1023px) {
    .headquarters-news .wrapper {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .headquarters-news .wrapper {
        padding: 0 20px;
    }
}

.headquarters__news {
    display: inline-block;
    max-width: 763px;
    margin-right: 15px;
}

@media (max-width: 1169px) {
    .headquarters__news {
        margin: 0 auto;
        display: block;
    }
}
@media (max-width: 1023px) {
    .headquarters__news {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .headquarters-news .headquarters-title {
        margin: 0 auto 21px;
    }
}

.headquarters__news-list {
    margin-bottom: 40px;
}

.headquarters__news-item {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    margin-bottom: 50px;
}

.headquarters__news-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .headquarters__news-item {
        margin-bottom: 37px;
    }
}

.headquarters__news-item-date {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    margin-bottom: 19px;
}

@media (max-width: 767px) {
    .headquarters__news-item-date {
        margin-bottom: 10px;
    }
}

.headquarters__news-item-title {
    font-family: "PT Sans", sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    color: #575757;
    max-width: 750px;
    margin-bottom: 20px;
    -webkit-transition: color .4s linear;
        -o-transition: color .4s linear;
            transition: color .4s linear;
}

.headquarters__news-item-info a {
    color: #575757;
    -webkit-transition: color .4s linear;
    -o-transition: color .4s linear;
    transition: color .4s linear;
}

@media (max-width: 767px) {
    .headquarters__news-item-title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 13px;
    }
}

.headquarters__news-item-title:hover,
.headquarters__news-item-title:focus,
.headquarters__news-item-info a:hover,
.headquarters__news-item-info a:focus {
    text-decoration: none;
    color: #333;
}

.headquarters__news-item-img {
    float: left;
    width: 242px;
    height: 176px;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

@media (max-width: 1023px) {
    .headquarters__news-item-img {
        width: 253px;
        height: 186px;
    }
}

@media (max-width: 767px) {
    .headquarters__news-item-img {
        float: none;
        width: 100%;
        height: 250px;
        margin-bottom: 20px;
    }
}

.headquarters__news-item-info p {
    font-family: "PT Serif";
    font-size: 22px;
    line-height: 32px;
    color: #575757;
    letter-spacing: -0.4px;
    margin-top: -6px;
}

.headquarters__news-item-info a:hover,
.headquarters__news-item-info a:focus {
    text-decoration: none;
}

@media (max-width: 1023px) {
    .headquarters__news-item-info p {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .headquarters__news-item-info p {
        font-size: 16px;
        line-height: 20px;
    }
}

.headquarters__news .new-pagination--page-team {
    margin-bottom: 0;
}

/*
 * team-news-detailed.php
 */

.post--headquarters-news-detailed {
    margin-top: 27px;
}

@media (max-width: 767px) {
    .post--headquarters-news-detailed {
        margin-top: 10px;
    }
}

.headquarters-news-detailed {
    text-align: left;
}

.headquarters-news-detailed .wrapper {
    max-width: 1025px;
    padding: 0;
}

@media (max-width: 1166px) {
    .headquarters-news-detailed .wrapper {
        max-width: 907px;
        padding: 0 64px;
    }
}

@media (max-width: 1023px) {
    .headquarters-news-detailed .wrapper {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .headquarters-news-detailed .wrapper {
        padding: 0 20px;
    }
}

.headquarters-news-detailed__header {
    margin-bottom: 40px;
}

.headquarters-news-detailed__header-img {
    display: block;
    width: 100%;
    height: 360px;
    margin-bottom: 36px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

@media (max-width: 767px) {
    .headquarters-news-detailed__header-img {
        width: calc(100% + 40px);
        height: 180px;
        margin: 0 -20px 26px;
    }
}

.headquarters-news-detailed__header-title {
    font-family: "PT Sans", sans-serif;
    font-size: 54px;
    line-height: 54px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .headquarters-news-detailed__header-title {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }
}

.headquarters-news-detailed .hero__share {
    max-width: 733px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .headquarters-news-detailed .hero__share {
        -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
    }
}

.headquarters-news-detailed .hero__date {
    margin-left: auto;
}

@media (max-width: 767px) {
    .headquarters-news-detailed .hero__date {
        margin: 25px 0 0;
    }
}

.headquarters-news-detailed .headquarters__last-news {
    margin-bottom: 0;
    padding: 58px 0 80px;
}

@media (max-width: 1023px) {
    .headquarters-news-detailed .headquarters__last-news {
        padding: 50px 0 30px;
    }
}

.headquarters-news-detailed .headquarters__title-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media (max-width: 767px) {
    .headquarters-news-detailed .headquarters__title {
         max-width: 100%;
    }
}

.wrapper .wrapper {
    padding: 0;
}

.headquarters-detailed__content .fotorama-wrap {
    margin-top: 2.5em;
    text-align: center;
    border: 1px solid #f9f8f7;
    padding: 40px;
    background: #f9f8f7;
    margin-bottom: 2.5em;
}

.headquarters-detailed__content .fotorama-wrap b {
    display: block;
    font-family: 'PT Sans';
    font-size: 28px;
    line-height: 1;
    color: #111111;
    font-weight: 700;
    text-align: left;
    margin-bottom: 25px;
}

.headquarters-detailed__content .fotorama-wrap .fotorama__caption {
    font-size: 12px;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
/*.headquarters-detailed__content .fotorama-wrap .fotorama__active .fotorama__caption {*/
/*opacity: .8;*/
/*}*/

@media (max-width: 767px) {
    .post-column figure {
        padding: 0;
    }

    .headquarters-detailed__content .fotorama-wrap {
        padding: 0;
        padding-top: 20px;
        margin: 2.5em -25px;
    }

    .headquarters-detailed__content .fotorama-wrap b {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }
}

.headquarters__diagram-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.headquarters__diagram-popup-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.headquarters__diagram-popup-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 28px 40px 40px;
    background-color: #fff;
    text-align: left;
    z-index: 2;
}

@media (max-width: 1023px) {
    .headquarters__diagram-popup-wrap {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .headquarters__diagram-popup-wrap {
        padding: 20px;
    }
}

.headquarters__diagram-popup-close {
    position: absolute;
    top: 28px;
    right: 40px;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: #111;
    cursor: pointer;
    z-index: 2;
}

@media (max-width: 767px) {
    .headquarters__diagram-popup-close {
        top: 20px;
        right: 20px;
        font-size: 20px;
    }
}

.headquarters__diagram-popup-title {
    display: block;
    font-family: "PT Sans", sans-serif;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .headquarters__diagram-popup-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

.headquarters__diagram-popup-img {
    display: block;
    width: 720px;
    height: 480px;
}

@media (max-width: 1023px) {
    .headquarters__diagram-popup-img {
        width: 100%;
        height: auto;
        max-height: 500px;
    }
}

/*
 * баннеры волонтеров и избирательного счета
 */

.headquarters__volunteer,
.headquarters__electoral {
    position: relative;
    text-align: left;
    margin: 40px auto;
    padding: 34px 57px;
    max-width: 1024px;
    border: 1px solid #c3ced9;
    background-color: #dae6f3;
}

.headquarters__volunteer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 358px;
    height: 185px;
    background-image: url("https://cdn.sobyanin.ru/static/index/volunteers-new-v3.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
}

@media (max-width: 1090px) and (min-width: 1024px) {
    .headquarters__volunteer::after {
        width: 290px;
        height: 160px;
    }
}

.headquarters__volunteer-wrap,
.headquarters__electoral-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1024px;
    margin: 0 auto;
}

.headquarters__volunteer-info b,
.headquarters__electoral-info b {
    display: block;
    font-family: "PT Sans", sans-serif;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.headquarters__volunteer-info b {
    max-width: 300px;
}

.headquarters__electoral-info b {
    max-width: 500px;
}

.headquarters__volunteer-info p,
.headquarters__electoral-info p {
    font-family: "PT Serif";
    font-size: 20px;
    line-height: 40px;
    color: #333;
}

.headquarters__volunteer-link,
.headquarters__electoral-link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    padding: 0 40px;
    border: 2px solid #ff2b06;
    border-radius: 30px;
    background-color: #ff2b06;
    -webkit-transition-property: background-color, border-color;
    -o-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.headquarters__volunteer-link:hover,
.headquarters__volunteer-link:focus,
.headquarters__electoral-link:hover,
.headquarters__electoral-link:focus {
    text-decoration: none;
    color: #fff;
}

@media (min-width: 1024px){
    .headquarters__volunteer-link:hover,
    .headquarters__volunteer-link:focus,
    .headquarters__electoral-link:hover,
    .headquarters__electoral-link:focus {
        background-color: #e62605;
        border-color: #e62605;
    }
}

@media (max-width: 1023px){
    .headquarters__volunteer-link:active,
    .headquarters__electoral-link:active {
        background-color: #e62605;
        border-color: #e62605;
    }
}

@media (max-width: 1023px) {
    .headquarters__volunteer,
    .headquarters__electoral {
        margin: 40px 0;
        padding: 35px 40px 40px;
    }

    .headquarters__volunteer {
        height: 428px;
    }

    .headquarters__electoral {
        height: auto;
    }

    .headquarters__volunteer::after {
        bottom: 100px;
    }

    .headquarters__volunteer-wrap,
    .headquarters__electoral-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 1024px;
        height: 100%;
        margin: 0 auto;
    }

    .headquarters__volunteer-info,
    .headquarters__electoral-info {
        text-align: center;
    }

    .headquarters__electoral-info {
        margin-bottom: 20px;
    }

    .headquarters__volunteer-info b,
    .headquarters__electoral-info b {
        max-width: 100%;
        margin-bottom: 3px;
    }

    .headquarters__volunteer-link,
    .headquarters__electoral-link {
        width: 462px;
    }
}

@media (max-width: 767px) {
    .headquarters__volunteer,
    .headquarters__electoral {
        margin: 20px 0;
        padding: 40px 20px;
    }

    .headquarters__volunteer {
        height: 371px;
    }

    .headquarters__volunteer::after {
        width: 196px;
        height: 101px;
    }

    .headquarters__volunteer-info b,
    .headquarters__electoral-info b {
        font-size: 28px;
        line-height: 30px;
    }

    .headquarters__volunteer-link,
    .headquarters__electoral-link {
        width: 100%;
    }
}

/*
 * mandates
 */

.headquarters__mandate {
    text-align: left;
}

.headquarters__mandate-header {
    position: relative;
    min-height: 260px;
    padding: 48px 0 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.headquarters__mandate-header-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1024px;
    margin: 0 auto;
}

.headquarters__mandate-header-left {
    position: relative;
}

.headquarters__mandate-title {
    font-family: "PT Sans", sans-serif;
    font-size: 40px;
    line-height: 58px;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: #fff;
    margin-bottom: 24px;
}

@media (max-width: 1023px) {
    .headquarters__mandate-header {
        padding: 38px 0 30px;
    }

    .headquarters__mandate-header-info {
        padding: 0 15px;
    }

    .headquarters__mandate-title {
        max-width: 590px;
        line-height: 39px;
    }
}

@media (max-width: 767px) {
    .headquarters__mandate-header {
        padding: 23px 0 30px;
    }

    .headquarters__mandate-header-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .headquarters__mandate-title {
        font-size: 28px;
        max-width: 100%;
        line-height: 33px;
    }
}

.headquarters__mandate-header-btn  {
    position: relative;
    display: inline-block;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    padding: 0 36px 0 20px;
    border: 2px solid #fff;
    border-radius: 30px;
    -webkit-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.headquarters__mandate-header-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transition: border .4s;
    -o-transition: border .4s;
    transition: border .4s;
}

.headquarters__mandate-header-btn:hover,
.headquarters__mandate-header-btn:focus {
    text-decoration: none;
    background-color: #fff;
    color: #ff2b06;
}

.headquarters__mandate-header-btn:hover::after,
.headquarters__mandate-header-btn:focus::after {
    border-top: 2px solid #ff2b06;
    border-right: 2px solid #ff2b06;
}

.headquarters__mandate-header-right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 1023px) {
    .headquarters__mandate-header-right {
        padding-top: 19px;
    }
}

.headquarters__mandate-header-all {
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2.7px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 3px;
    opacity: .5;
}

.headquarters__mandate-count {
    font-family: "PT Serif";
    font-size: 120px;
    line-height: 1;
    font-weight: 700;
    font-style: italic;
    color: #fff;
}

@media (max-width: 767px) {
    .headquarters__mandate-header-right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-item-align: end;
        align-self: flex-end;
        padding-top: 11px;
    }

    .headquarters__mandate-header-all {
        font-size: 12px;
        margin-right: 19px;
        margin-bottom: 0;
    }

    .headquarters__mandate-count {
        font-size: 40px;
    }
}



.headquarters__contacts-info--head {
    padding-bottom: 0;
}

/*#publicRreception,*/
/*#publicHeadquarters {*/
    /*padding-top: 163px !important;*/
    /*margin-top: -103px !important;*/
/*}*/

/*@media (max-width: 1023px) {*/
    /*#publicRreception,*/
    /*#publicHeadquarters {*/
        /*padding-top: 125px !important;*/
        /*margin-top: -65px !important;*/
    /*}*/
/*}*/

/*@media (max-width: 767px) {*/
    /*#publicRreception,*/
    /*#publicHeadquarters {*/
        /*padding-top: 102px !important;*/
        /*margin-top: -65px !important;*/
    /*}*/
/*}*/

.headquarters__contacts-slider {
    position: relative;
    z-index: 3;
}

.headquarters__contacts-slider .swiper-container {
    padding-bottom: 0;
}

.headquarters__slider-nav {
    position: absolute;
    right: 0;
    top: -62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.headquarters__slider-button {
    width: 62px;
    height: 62px;
    background-color: #fff;
    position: relative;
    -webkit-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
    margin-left: 1px;
    outline: none;
}

@media (min-width: 1024px){
    .headquarters__slider-button:hover {
        background-color: #0266d8;
    }

    .headquarters__slider-button:hover svg {
        stroke: #fff;
    }
}

@media (max-width: 1023px){
    .headquarters__slider-button:active {
        background-color: #0266d8;
    }

    .headquarters__slider-button:active svg {
        stroke: #fff;
    }
}

.headquarters__slider-button.swiper-button-disabled {
    pointer-events: none;
}

.headquarters__slider-button.swiper-button-disabled svg {
    opacity: 0.2;
}
.headquarters__slider-button svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    stroke: #333333;
    -webkit-transition: 300ms ease-out;
    -o-transition: 300ms ease-out;
    transition: 300ms ease-out;
}

.headquarters__slider-img {
    display: block;
    padding-bottom: 67%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.headquarters__contacts-slider .swiper-slide {
    max-width: 33.3333333%;
    margin-right: 20px;
    height: auto;
    background-color: #ccc;
}

@media (max-width: 992px) {
    .headquarters__contacts-slider .swiper-slide {
        max-width: 50%;
        margin-right: 20px;
        height: auto;
    }
}
@media (max-width: 768px) {
    .headquarters__contacts-slider .swiper-slide {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 1023px) {
    .headquarters__contacts-slider .swiper-slide {
        max-width: 100%;
    }
}

.headquarters__contacts-map {
    height: 330px !important;
    position: relative;
}

.headquarters__contacts-map:before {
    content: "";
    width: 100%;
    height: 143px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(64, 73, 84, 0.6)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(64, 73, 84, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(top, rgba(64, 73, 84, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(64, 73, 84, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.7;
    z-index: 2;
}

.headquarters__contacts-map--top-minus {
    margin-top: -75px;
}

.headquarters__contacts-map > div {
    width: 100%;
    height: 100%;
}

.fancybox-close {
    top: 25px !important;
    right: 25px !important;
    width: 15px !important;
    height: 15px !important;
}

@media (max-width: 767px){
    .headquarters__slider-nav {
        position: static;
        top: 0;
        -webkit-box-pack: flex-end;
            -ms-flex-pack: flex-end;
                justify-content: flex-end;
    }
}

/*
 * insta
 */

.insta-wrap {
    position: relative;
    display: block;
    text-align: left;
    max-width: 1024px;
    margin: 80px auto 0;
}

.insta-wrap--mobile {
    display: none;
    margin: 20px auto 0;
}

.insta-wrap::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px){
    .insta-wrap {
        display: none;
    }

    .insta-wrap--mobile {
        display: block;
    }
}

.insta-wrap__title {
    position: relative;
    display: block;
    font-family: "PT Sans", sans-serif;
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
    padding-left: 50px;
}

.insta-wrap__title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-image: url('https://cdn.sobyanin.ru/static/headquarters/img/insta-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 50%;
    background-size: cover;
}

@media (max-width: 1023px){
    .insta-wrap__title {
        font-size: 32px;
    }

    .insta-wrap__title::before {
        width: 35px;
        height: 35px;
    }
}

.insta-wrap:hover,
.insta-wrap:focus {
    text-decoration: none;
}

.insta-wrap--mobile .insta-wrap__title {
    font-size: 28px;
    padding-left: 40px;
}

.insta-wrap--mobile .insta-wrap__title::before {
    top: -2px;
    bottom: auto;
    width: 30px;
    height: 30px;
}



.headquarters__video-wrap {
    max-width: 1024px;
    margin: 0 auto 45px;
}

.headquarters__video-wrap .swiper-slide {
    width: 33.3333%;
}

@media (min-width: 768px) and (max-width: 992px){
    .headquarters__video-wrap .swiper-slide {
        width: 50%;
    }
}

@media (max-width: 767px){
    .headquarters__video-wrap .swiper-slide {
        width: 100%;
    }
}

.headquarters__video-wrap .headquarters__title {
    text-align: left;
    margin-bottom: 30px;
}

.headquarters__video-wrap .headquarters__slider-button {
    background-color: #f1f1f1;
}

@media (min-width: 1024px){
    .headquarters__video-wrap .headquarters__slider-button:hover {
        background-color: #0266d8;
    }
}

@media (max-width: 1023px){
    .headquarters__video-wrap .headquarters__slider-button:active {
        background-color: #0266d8;
    }
}

.headquarters__video-slide {
    width: 100%;
    position: relative;
    padding-bottom: 60%;
}

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

@media (max-width: 767px){
    .headquarters__video-wrap {
        margin: 60px auto 40px;
    }

    .headquarters__video-wrap .headquarters__title {
        margin-bottom: -40px;
    }
}

/*
 * poster
 */

.headquarters__poster {
    text-align: left;
    padding: 58px 0 80px;
    background-color: #f1f1f1;
}

@media (max-width: 767px) {
    .headquarters__poster {
        padding: 36px 0 0;
    }
}

.headquarters__poster-wrap {
    max-width: 1024px;
    margin: 0 auto;
}

.headquarters__poster-title {
    font-family: "PT Sans", sans-serif;
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: #111;
    margin-bottom: 54px;
}

@media (max-width: 767px) {
    .headquarters__poster-title {
        font-size: 18px;
        margin-bottom: 35px;
    }
}

.headquarters__poster-list {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
}

@media (max-width: 767px) {
    .headquarters__poster-list {
        margin: 0 -20px;
    }
}

.headquarters__poster-item {
    position: relative;
    width: 12.6%;
    max-width: 128px;
    background-color: #fff;
    margin-right: 20px;
    -webkit-transition: background-color .4s linear;
        -o-transition: background-color .4s linear;
            transition: background-color .4s linear;
}

@media (max-width: 1100px) {
    .headquarters__poster-item {
        width: 12.3%;
    }
}

@media (max-width: 1023px) {
    .headquarters__poster-item {
        width: 12%;
    }
}

@media (max-width: 767px) {
    .headquarters__poster-item {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: auto;
        max-width: 100%;
        margin-right: 0;
        border: 1px solid #f1f1f1;
    }
}

.headquarters__poster-item:last-child {
    margin-right: 0;
}

.headquarters__poster-link {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    padding: 27px 0 0;
}

@media (max-width: 767px) {
    .headquarters__poster-link {
        padding: 0;
    }
}

.headquarters__poster-link:hover,
.headquarters__poster-link:focus {
    text-decoration: none;
}

.headquarters__poster-today {
    display: none;
    position: absolute;
    top: 24px;
    right: -6px;
    transform: rotate(-90deg);
    font-family: "PT Sans", sans-serif;
    font-size: 12px;
    line-height: 1;
    color: #999;
    -webkit-transition: color .4s linear;
        -o-transition: color .4s linear;
            transition: color .4s linear;
}

.headquarters__poster-item--active .headquarters__poster-today {
    display: block;
}

@media (max-width: 767px) {
    .headquarters__poster-item--active .headquarters__poster-today {
        display: none;
    }
}

.headquarters__poster-number {
    display: block;
    font-family: "PT Sans", sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #111;
    -webkit-transition: color .4s linear;
        -o-transition: color .4s linear;
            transition: color .4s linear;
}

@media (max-width: 1023px) {
    .headquarters__poster-number {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .headquarters__poster-number {
        -ms-flex-order: 1;
            order: 1;
        font-size: 18px;
        margin-bottom: 3px;
    }
}

.headquarters__poster-month {
    display: block;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    text-transform: uppercase;
    color: #575757;
    margin-bottom: 11px;
    -webkit-transition: color .4s linear;
        -o-transition: color .4s linear;
            transition: color .4s linear;
}

@media (max-width: 1023px) {
    .headquarters__poster-month {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 13px;
    }
}

@media (max-width: 767px) {
    .headquarters__poster-month {
        -ms-flex-order: 1;
            order: 1;
        font-size: 10px;
        margin-bottom: 0;
        padding-bottom: 3px;
    }
}

.headquarters__poster-day {
    display: block;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 12px;
    background-color: #a39b9b;
    -webkit-transition: background-color .4s linear;
        -o-transition: background-color .4s linear;
            transition: background-color .4s linear;
}

@media (max-width: 1023px) {
    .headquarters__poster-day {
        padding: 11px;
    }
}

@media (max-width: 767px) {
    .headquarters__poster-day {
        -ms-flex-order: 0;
            order: 0;
        color: #999;
        padding: 6px 0 0;
        background-color: #fff;
        margin-bottom: 8px;
    }
}

.headquarters__poster-item:hover {
    background-color: #157aec;
}

.headquarters__poster-item:hover .headquarters__poster-number {
    color: #fff;
}

.headquarters__poster-item:hover .headquarters__poster-month,
.headquarters__poster-item:hover .headquarters__poster-today {
    color: #83bdff;
}

.headquarters__poster-item:hover .headquarters__poster-day {
    background-color: #0266d8;
}

@media (max-width: 1023px) {
    .headquarters__poster-item:hover {
        background-color: #fff;
    }

    .headquarters__poster-item:hover .headquarters__poster-number {
        color: #111;
    }

    .headquarters__poster-item:hover .headquarters__poster-month,
    .headquarters__poster-item:hover .headquarters__poster-today {
        color: #999;
    }

    .headquarters__poster-item:hover .headquarters__poster-day {
        background-color: #a39b9b;
    }
}

@media (max-width: 767px) {
    .headquarters__poster-item:hover .headquarters__poster-day {
        background-color: #fff;
    }
}

/*
 * poster-detail
 */

.post--headquarters-poster {
    margin-top: 38px;
}

@media (max-width: 767px) {
    .post--headquarters-poster {
        margin-top: 21px;
    }
}

.post--headquarters-poster .headquarters-title {
    font-size: 54px;
}

@media (max-width: 1023px) {
    .post--headquarters-poster .headquarters-title {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .post--headquarters-poster .headquarters-title {
        padding: 0;
        font-size: 28px;
        margin-bottom: 22px;
    }
}

.poster {
    max-width: 1024px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .poster {
        margin: 0 -20px;
    }
}

.poster__content {
    display: inline-block;
    text-align: left;
    width: 763px;
    margin-right: 14px;
}

@media (max-width: 1168px) {
    .poster__content {
        width: 100%;
    }
}

@media (max-width: 1023px) {
    .poster__content {
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    .poster__content {
        padding: 0;
    }
}

.poster__header {
    padding: 29px 39px;
    background-color: #f1f1f1;
}

@media (max-width: 1023px) {
    .poster__header {
        padding: 29px;
    }
}

@media (max-width: 767px) {
    .poster__header {
        padding: 19px 19px 2px;
    }
}

.poster__date {
    font-family: "PT Sans", sans-serif;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #333;
}

@media (max-width: 767px) {
    .poster__date {
        font-size: 28px;
        line-height: 1;
    }
}

.poster__day {
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: #999;
}

@media (max-width: 767px) {
    .poster__day {
        line-height: 40px;
    }
}

.poster__list {
    border: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
    .poster__list {
        border: none;
    }
}

.poster__item {
    display: -webkit-box;
        display: -ms-flexbox;
            display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 34px 0;
    -webkit-transition: background-color .4s linear;
        -o-transition: background-color .4s linear;
            transition: background-color .4s linear;
}

.poster__item:first-child {
    padding: 75px 0 34px;
}

.poster__item:last-child {
    padding: 34px 0 69px;
}
.poster-head__title,
.poster__info-title.poster-head__title{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: #333333;
}
.poster__item.poster-head {
    padding: 8px 0 13px;
    border-bottom: 1px solid #f1f1f1;
}
.poster-head .poster__time {
    font-size: 100%;
    line-height: 1.5;
}
.poster-head .poster__location {
    font-size: 100%;
    line-height: 1.5;
}




@media (max-width: 767px) {
    .poster__item {
        position: relative;
        -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        padding: 26px 20px;
    }

    .poster__item:first-child {
        padding: 26px 20px 20px;
    }

    .poster__item:last-child {
        padding: 26px 20px;
    }

    .poster__item::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 20px;
        width: calc(100% - 40px);
        height: 1px;
        background-color: #f1f1f1;
    }

    .poster__item:last-child::after {
        left: 0;
        width: 100%;
    }
    .poster-head {
        display: none;
    }
}

.poster__item:hover {
    background-color: #f9f8f7;
}
.poster__item.poster-head:hover {
    background: none;
}
@media (max-width: 1023px) {
    .poster__item:hover {
        background-color: #fff;
    }
}

.poster__time {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    width: 20%;
    margin-right: 20px;
    padding: 0 0 0 39px;
}

@media (max-width: 1023px) {
    .poster__time {
        width: 23%;
        padding: 0 0 0 29px;
    }
}

@media (max-width: 767px) {
    .poster__time {
        line-height: 1;
        width: 100%;
        padding: 0;
        margin-right: 0;
    }
}

.poster__info {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 54.5%;
    margin-left: auto;
    margin-right: 20px;
}

@media (max-width: 1023px) {
    .poster__info {
        width: 48.5%;
    }
}

@media (max-width: 767px) {
    .poster__info {
        width: 100%;
        margin-right: 0;
    }

    .poster__time + .poster__info {
        margin-top: 15px;
    }
}

.poster__info-title {
    font-family: "PT Sans", sans-serif;
    font-size: 21px;
    line-height: 27px;
    color: #333;
    max-width: 390px;
}
a.poster__info-title {
    color: #157aec;
    text-decoration: none;
}
a.poster__info-title:hover,
a.poster__info-title:focus {
    text-decoration: none;
}
a.poster__info-title:hover,
a.poster__info-title:focus {
    color: #0266d8;
}
@media (max-width: 1023px) {
    .poster__info-title {
        max-width: 320px;
    }
}

@media (max-width: 767px) {
    .poster__info-title {
        max-width: 100%;
    }
}

.poster__info-title b {
    font-weight: 700;
}

.poster__speaker {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    max-width: 380px;
    margin-top: 26px;
}

@media (max-width: 1023px) {
    .poster__speaker  {
        max-width: 310px;
    }
}

@media (max-width: 767px) {
    .poster__speaker  {
        max-width: 100%;
        margin-top: 19px;
    }
}

.poster__speaker + .poster__speaker {
    margin-top: 20px;
}

@media (max-width: 767px) {
    .poster__speaker + .poster__speaker {
        margin-top: 10px;
    }
}

.poster__speaker b {
    font-weight: 700;
}

.poster__location {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    width: 20%;
    padding: 0 15px 0 0;
}

@media (max-width: 1023px) {
    .poster__location {
        width: 23%;
    }

}

@media (max-width: 767px) {
    .poster__location {
        width: 100%;
        padding: 0;
    }

    .poster__info + .poster__location {
        margin-top: 15px;
    }

    .poster .wrapper {
        padding: 0 20px;
    }
}


/* page event details - info */
.headquarters-event-detailed__header-title {
    margin-bottom: 40px;
}
.event-info {
    margin: 43px 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.event-info__item {
    color: #999999;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 32px;
    margin: 0;
}
.event-info__item-date {
    margin: 0 35px 0 0;
}
.event-info__item-link {
    color: #157aec;
}
.event-info__item-link,
.event-info__item-link:hover,
.event-info__item-link:focus {
    text-decoration: none;
}
.event-info__item-link:hover,
.event-info__item-link:focus {
    color: #0266d8;
}

/* page event details - speakers */
.speakers {
    margin: 35px 0 44px;
}
.speaker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 17px 0 17px 0;
}
.speaker__pic {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 45px;
    width:  45px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 20px 0 0;
}
.speaker__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% - 45px);
}
.speaker__info-title {
    margin: 0 0 5px 0;
    font-weight: bold;
    font-size: 14px;
    line-height:  20px;
    font-family: "PT Sans", sans-serif;
    color: #333333;
}
.speaker__info-desc {
    font-weight: normal;
    font-size: 14px;
    line-height:  20px;
    font-family: "PT Sans", sans-serif;
    color: #333333;
}
@media screen and (max-width: 480px) and (min-width: 320px) {
    .event-info {
        margin: 21px 0 17px;
    }
}

.trustees-box {

}
.trustees-box .headquarters__support-team-title {
    margin-bottom: 35px;
}
.headquarters__trustees-list {
    margin: 0;
}
.headquarters__trustees-list-item {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f9f8f7;
}
.headquarters__trustees-list-item:last-child {
    border-bottom: none;
}
.headquarters__trustees-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
.headquarters__trustees-list-link:hover,
.headquarters__trustees-list-link:active,
.headquarters__trustees-list-link:focus {
    text-decoration: none;
}
.headquarters__trustees-list-link[href] {
    cursor: pointer;
}
.headquarters__trustees-list-item-pic {
    width: 200px;
    height: 250px;
    overflow: hidden;
}
.headquarters__trustees-list-item-pic img {
    height: auto;
}
.headquarters__trustees-list-item-desc {
    width: calc(100% - 200px);
    padding: 0 0 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-decoration: none;
}
.headquarters__trustees-list-item-name {
    display: block;
    margin-bottom: 13px;
    color: #333;
    font-size: 21px;
    line-height: 27px;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    text-decoration: none;
}
.headquarters__trustees-list-item-date {
    color: #4b4b4b;
    font-size: 14px;
    line-height: 24px;
    font-family: "PT Sans", sans-serif;
    margin: 0 0 10px 0;
    text-decoration: none;
}
.headquarters__trustees-list-item-position {
    color: #333333;
    font-size: 16px;
    line-height: 24px;
    font-family: "PT Sans", sans-serif;
    opacity: 1;
    display: block;
    width: 100%;
}

.page-program__tags li a.active:hover,
.page-program__tags li a.active:focus {
    text-decoration: none;
}
.headquarters-person__see-also-slider .headquarters__trustees-list {
    flex-wrap: wrap;
}
.headquarters-person__see-also-slider .headquarters__trustees-list-item {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #f9f8f7;
}
.headquarters-person__see-also-slider .headquarters__trustees-list-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
.post-column__btn.js-trusteesButton a {
    margin: 40px auto 0;
}

.js-headquarters__trustees-list_pagination:empty {
    margin: 0 !important;
}

.headquarters__support-team.trustees-box {
    margin-bottom: 0;
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    .new-pagination--page-team.js-headquarters__trustees-list_pagination-mobile {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {

    .headquarters__trustees-list {
        margin: 0 -20px;
    }
    .headquarters__trustees-list-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
        padding: 20px;
    }
    .headquarters__trustees-list-item-desc {
        width: 100%;
        padding: 0;
        margin: 20px 0 0 0;
    }
    .headquarters__trustees-list-item-name {
        font-size: 18px;
        line-height: 24px;
    }
    .headquarters__trustees-list-item-date {
        font-size: 14px;
        line-height: 20px;
    }
    .headquarters__trustees-list-item-position {
        font-size: 14px;
        line-height: 20px;
    }

    .headquarters__trustees-list-link {
        padding: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .headquarters__trustees-list-item-pic {
        width: 140px;
        height: 175px;
    }


    /*.headquarters-person__see-also-slider  .headquarters__trustees-list {*/
        /*margin: 0 -20px;*/
    /*}*/
    .headquarters-person__see-also-slider .headquarters__trustees-list-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0;
        padding: 20px;
    }
    .headquarters-person__see-also-slider .headquarters__trustees-list-link {
        padding: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .headquarters-person__see-also-slider .headquarters__trustees-list-item-pic {
        width: 140px;
        height: 175px;
    }

    .new-pagination--page-team.js-headquarters__trustees-list_pagination-mobile {
        margin-bottom: 0;
    }

    .post-column__btn.js-trusteesButton a {
        margin: 0 auto;
    }
    .js-headquarters__trustees-list_pagination:empty {
        margin: 0 !important;
    }
    .headquarters__support-team.trustees-box {
        margin-bottom: 0;
    }

}
