
.contacts-tbl tr td:last-child {
    font-size: 17px;
}

.contacts-tbl tr td:first-child {
    font-size: 14px;
    width: 200px;
}

.contacts-tbl tr:last-child td {
    border-bottom: none;
    padding-bottom: 0;
}

.contacts-tbl {
    width: 100%;
    margin-bottom: 10px;
    color: #475669;
    font-family: 'apercu_pro', sans-serif;
    border-collapse: separate;
}

.contacts-tbl .contacts-tbl__soc .fab {
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    padding-right: 25px;
    line-height: 25px;
}

.contacts-tbl .contacts-tbl__act::after {
    font-size: 13px;
    content: "\f078";
    margin-left: 10px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

.contacts-tbl .contacts-tbl__act:hover {
    color: #ff8e41;
}

.contacts-tbl .contacts-tbl__act {
    cursor: pointer;
    color: #d77432;
}

.contacts-tbl tr td {
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

.contacts-tbl .fa-facebook-f {
    color: #3b5998;
}

.contacts-tbl .fa-viber {
    color: #673ab7;
}

.contacts-tbl .fa-odnoklassniki {
    color: #ed812b;
}

.contacts-tbl .fa-instagram {
    color: #d91872;
}

.contacts-tbl .fa-telegram-plane {
    color: #0088cc;
}

.contacts-tbl .fa-vk {
    color: #5181b8;
}

/**/

.contacts-tbl .fa-facebook-f:hover {
    color: #3d65b7;
}

.contacts-tbl .fa-viber:hover {
    color: #7139d5;
}

.contacts-tbl .fa-odnoklassniki:hover {
    color: #ea7a20;
}

.contacts-tbl .fa-instagram:hover {
    color: #ff439a;
}

.contacts-tbl .fa-telegram-plane:hover {
    color: #0da5f1;
}

.contacts-tbl .fa-vk:hover {
    color: #437cbe;
}

.copy-list li:first-child {
    text-transform: uppercase;
}

.copy-list {
    margin-top: 15px;
    font-size: 14px;
    padding: 10px 15px;
    background: #eeeeee;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
}

.notification {
    font-size: 16px;
    color: #e03a3a;
    background-color: rgb(250, 246, 229);
    padding: 20px 25px;
    font-family: 'apercu_pro', sans-serif;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
}

.notification__cross {
    background: transparent url(https://tophotels.ru/csstx/i/cross-thin.svg) center/20px no-repeat;
    width: 25px;
    height: 20px;
    cursor: pointer;
    border: none;
    margin-top: 5px;
}

.certificates .certificate__paginator:hover {
    background: rgba(255, 255, 255, 0.85);
}

.certificates .certificate__paginator span {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    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;
}

.certificates .certificate__paginator {
    width: 200px;
    text-transform: uppercase;
    cursor: pointer;
    background: #ffffff;
    border-radius: 5px;
    margin-right: 0 !important;
    height: 200px;
}

.certificate {
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 15px;
}

.certificate:not(.certificate__paginator):hover::before {
    opacity: 0.2;
}

.certificate.certificate__paginator:hover {
    color: #ff8e41
}

.certificate:not(.certificate__paginator)::before {
    content: '';
    position: absolute;
    right: 0;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    background-color: #000;
    display: block;
    opacity: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.certificate img {
    border-radius: 5px;
    border: 5px solid #ffffff;
    height: 200px;
}

.certificates {
    padding: 15px;
    border-radius: 5px;
    background: #eeeeee;
    white-space: nowrap;
    overflow-x: auto;
}

.superagent {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    background-color: #eee;
    padding: 15px;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
}

.superagent .superagent__logo {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.superagent .superagent__bb.grey img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
}

.superagent a.superagent__bb:hover {
    color: #215f86;
}

.superagent .superagent__bb {
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 5px;
    color: #475669;
    padding: 15px 15px 20px 15px;
    text-align: center;
}

.recommends .recommends__item.pointer:hover .green {
    color: #167a47 !important;
}

.recommends .bth__btn {
    vertical-align: middle;
}

.map-block {
    width: calc(100% - 250px);
    height: 290px;
    background: #fff;
    border: 10px solid #fff;
    border-radius: 5px;
}

.map-block-bbs {
    width: 250px;
    padding-left: 20px;
}

.map-block-bbs .map-block-bb i {
    font-size: 20px;
}

.map-block-bbs .map-block-bb b {
    font-size: 25px;
    margin: 0 10px;
}

.map-block-bbs .map-block-bb + .map-block-bb {
    margin-top: 20px;
}

.map-block-bbs .map-block-bb {
    background-color: #FFF;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 5px;
}

.map-block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #eee;
    padding: 15px;
    border-radius: 5px;
}

.map-block .jqvmap-zoomin, .map-block .jqvmap-zoomout {
    left: auto;
    right: 5px;
    border: none;
    width: 25px;
    display: block;
    padding: 0;
    line-height: 20px;
    bottom: auto;
    height: 25px;
    background: #eee;
    top: 5px;
    font-size: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #475669;
}

.map-block .jqvmap-zoomout {
    top: 42px;
}

.services .services__img {
    border-radius: 5px;
    text-align: center;
    font-size: 25px;
    width: 90px;
    height: calc(100% - 30px);
    background-color: #fff;
    position: absolute;
    left: 15px;
    top: 15px;
    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;
}

.services .bth__txt {
    margin-bottom: 5px;
    line-height: 17px;
}

.services ul li::before {
    content: '\f00c';
    color: #00a551;
    font-size: 10px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 5px;
}

.services ul li {
    font-size: 13px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    margin: 8px 20px 0 0;
}

.services-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.services {
    position: relative;
    margin: 10px 0 0 0;
    width: 100%;
    background: #eee;
    padding: 15px 15px 15px 135px;
    border-radius: 5px;
}

.recommends .recommends__item + .recommends__item {
    margin-left: 50px;
}

.recommends {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid #eee;
    padding: 15px;
}

.btn-text-opener {
    color: #d57839;
    margin-top: 15px;
    cursor: pointer;
    display: block;
    font-size: 10px;
    text-transform: uppercase;
}


@media screen and (max-width: 1199px) {

    .superagent .superagent__bb {
        font-size: 13px;
    }


    .certificates .certificate__paginator {
        width: 160px;
    }

    .recommends .ml-auto {
        margin: 0 !important;
        width: 100%;
    }

    .recommends {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px 0;
    }
}

@media screen and (max-width: 1023px) {

    .recommends .recommends__item + .recommends__item {
        margin-left: 30px;
    }

    .contacts-tbl tr td:last-child {
        font-size: 16px;
    }

}

@media screen and (max-width: 767px) {
    .lsfw-tbl.reviews-tbl .bth__ava-square5 + .lsfw-tbl__inline {
        width: calc(100% - 55px);
    }

    .lsfw-tbl.reviews-tbl .lsfw-tbl__cut250 {
        width: 100%;
        max-width: 100%;
    }

    .lsfw-tbl.reviews-tbl tr {
        align-items: center;
    }

    .lsfw-tbl.reviews-tbl tr td:not(.lsfw-tbl__w100p-mobile):first-child {
        width: calc(100% - 60px);
    }

    .lsfw-tbl.reviews-tbl tr td.right {
        width: 50px;
        margin-left: auto;
    }

    .lsfw-tbl.reviews-tbl .fz14 {
        font-size: 13px !important;
        display: block;
        margin: 0 0 5px 0 !important;
    }

    .lsfw-tbl.reviews-tbl .lsfw-tbl__cut160 {
        max-width: none;
        width: calc(100% - 60px);
    }

    .superagent {
        gap: 10px;
        padding: 10px;
        -ms-grid-columns: 3fr;
        grid-template-columns: repeat(1, 3fr);
    }

    .recommends {
        gap: 15px 20px;
    }

    .recommends .recommends__item > * {
        display: inline-block;
        vertical-align: middle;
    }

    .recommends .recommends__item {
        margin: 0 !important;
    }

    .contacts-tbl tbody, .contacts-tbl, .contacts-tbl tr, .contacts-tbl tr td {
        width: 100%;
        display: block;
        padding: 0;
        border: none;
    }

    .contacts-tbl tr:not(:last-child) {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .contacts-tbl tr td:first-child {
        font-size: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    .bth__ttl-h1 .flr {
        float: none !important;
        display: block;
        margin-top: 5px;
    }

    .certificates {
        padding: 10px;
    }

    .map-block-bbs {
        white-space: nowrap;
        overflow: auto;
        padding: 10px 0 0 0;
    }

    .map-block-bbs .map-block-bb {
        margin: 0 10px 0 0 !important;
        display: inline-block;
        font-size: 13px;
        padding: 5px 15px;
        vertical-align: middle;
    }

    .map-block-bbs .map-block-bb i {
        font-size: 15px;
    }

    .map-block-bbs .map-block-bb b {
        font-size: 18px;
    }

    .map-block .jqvmap-zoomin, .map-block .jqvmap-zoomout {
        width: 20px;
        line-height: 18px;
        font-size: 17px;
        height: 20px;
    }

    .map-block .jqvmap-zoomout {
        top: 34px;
    }

    .map-block {
        border-width: 2px;
        height: 200px;
    }

    .page .map-block-wrap > * {
        width: 100%;
    }

    .map-block-wrap {
        padding: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .certificate {
        margin-right: 10px;
    }

    .services {
        padding: 10px;
    }

    .services .services__img {
        position: static;
        height: 40px;
        width: 60px;
        font-size: 20px;
        line-height: 40px;
        display: inline-block;
        vertical-align: middle;
    }

    .services ul {
        margin-top: 5px;
    }

    .services .bth__txt {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        padding-left: 15px;
        width: calc(100% - 70px);
        font-weight: bold;
        text-transform: uppercase;
        line-height: 20px;
    }

    .services ul li {
        font-size: 14px;
        text-transform: none;
    }

    .user-topline {
        position: relative;
    }
}