.content-panorama--moskow {
    background-image: url(/images/moskow-panorama.jpg);
}

.content-panorama--moskow2 .index-section__ttl {
    color: #ddd !important;
}

.content-panorama--moskow2 {
    background-image: url(/images/moskow-panorama-2.jpg) !important;
    background-position-y: -22px;
}

article.filter-new .catalog-ta-filter-slick .filter-new__button-social,
article.filter-new .catalog-ta-filter-slick .filter-new__button {
    width: 45px !important;
}

article.filter-new .catalog-ta-filter-slick .filter-new__button-social:hover .hint {

    bottom: 2px;
}

.agency__about {
    line-height: 24px;
    font-size: 16px;
}

.agency__map-buble {
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    bottom: 35px;
    width: 100px;
    text-transform: uppercase;
    font-size: 14px;
    left: 39px;
}

.agency__map-buble:hover {
    color: #215f86;
}

.contact-tbl.bth__table-wrap tr td:last-of-type {
    text-align: left;
}

.contact-tbl.bth__table-wrap tr td {
    vertical-align: top;
}

.contact-left-col {
    width: calc(100% - 270px);
}

.contact-tbl tr td:first-of-type {
    width: 200px;
}

/*икнока карта*/
.agency__map-abs {
    position: absolute;
    text-align: center;
    top: 124px;
    right: 0;
}

.agency__map-abs .agency__map-ttl {
    margin-top: 10px;
    display: block;
    font-size: 14px;
}

.agency__map-bg {
    background-image: url(/i/tourvision/g-map-big.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 241px;
    position: relative;
    height: 250px;
}

.agency__map-google {
    background-image: url(/i/icon-google-maps-big.png);
    background-repeat: no-repeat;
    display: block;
    background-size: contain;
    width: 53px;
    height: 53px;
    position: absolute;
    bottom: 35px;
    left: 14px;
}

.agency__map-yandex {
    background-image: url("/i/icon-yandex-map-big.png");
    background-repeat: no-repeat;
    display: block;
    border-radius: 4px;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 41px;
    left: 151px;
}

/*менеджера*/
.list-managers {
    font-size: 14px;
}

.list-managers__block {
    display: flex;
    border: 1px solid #cccccc;
    border-radius: 2px;
    margin-bottom: 20px;

}

.list-managers__block .list-managers__item:last-of-type {
    margin-left: auto;
    text-align: right;
}

.list-managers__item {
    padding: 15px;
    position: relative;
}

.list-managers__ava170 {
    display: inline-block;
    width: 170px;
    height: 170px;
}

.list-managers__ava170 img {
    border-radius: 2px;
}

.list-managers__status {
    height: 30px;
    width: 30px;
    font-weight: bold;
    margin: auto;
    text-align: center;
    background-image: url(/i/tourvision/pro-icon-30.png);
    background-repeat: no-repeat;
    background-position: center top;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;

}

.list-managers__name {
    font-size: 24px;
    font-weight: bold;
}

.list-managers__fz27 {
    font-size: 27px;
}

.list-managers__sm-bold {
    font-weight: bold;
}

/*икнока карта2*/
.contacts-map {
    position: absolute;
    right: 0;
    top: 132px;
}

.contacts-map__img {
    background-image: url("/images/touradmin/map-bg-sm.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    height: 119px;
    padding-top: 33px;
    width: 257px;

}

.contacts-map__ico {

    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    background: #fff;
    color: #353535;
    z-index: 1;
    font-size: 22px;
    text-align: center;
    width: 50px;
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .35);
    transition: box-shadow .2s;
}

.contacts-map__btn {
    width: 257px;
    background-color: white;
    border: 1px solid #03a9b152;
    color: #039097;
    margin-top: 10px;

    display: inline-block;
    padding: 11px 0 13px 0;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 15px;
    text-align: center;
    font-family: 'apercu_pro', sans-serif;
}
@media screen and (max-width: 1023px) {
    .contacts-wrap, .contacts-wrap.contacts-wrap--office {
        width: 100%;
        box-sizing: border-box;
    }

    .agency__map-abs {
        position: static;
        display: inline-block;
        margin-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    .list-managers__name {
        display: inline-block;
        max-width: 415px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .list-managers__status {
        margin: 0;
        position: absolute;
        top: 29px;
        right: 29px;
    }

    .list-managers__block {
        flex-wrap: wrap;
    }

    .list-managers__block .list-managers__item:last-of-type {
        margin-left: 0;
        width: 100%;
        text-align: left;
    }

    .list-managers__block .list-managers__item:last-of-type > div {
        display: inline-block;
        margin-right: 20px;
    }

    .contact-left-col {
        width: auto;
    }

    .contacts-map {
        position: static;
        margin-bottom: 30px;
    }



    .contact-tbl tr td:first-of-type {
        font-size: 13px;
        padding-bottom: 0;
    }

    .list-managers__name {
        max-width: 360px;
    }

    .list-managers__name {
        max-width: 295px;
    }
}

@media screen and (max-width: 569px) {
    .list-managers__name {
        max-width: none;
        white-space: normal;
        line-height: 27px;
        font-size: 18px;
    }

    .contacts-map__img,
    .contacts-map__btn {
        width: 100%;
    }

    .list-managers__block .list-managers__item:last-of-type {
        display: none;
    }

    .list-managers__block .list-managers__item:first-of-type {
        padding-bottom: 0;
    }

    .list-managers__sm-bold {
        display: block;
        margin-bottom: 15px;
    }

    .list-managers__status {
        position: static;
        margin-left: 15px;
    }

    article.filter-new .catalog-ta-filter-slick .filter-new__button-social, article.filter-new .catalog-ta-filter-slick .filter-new__button {
        margin-top: 15px;
    }
}


