.hotel-contacts {
    padding: 20px 0 0 0;
}

.hotel-contacts-row {
    margin-bottom: 10px;
}

.hotel-contacts-header {
    float: left;
    width: 25%;
    line-height: 25px;
}

.hotel-contacts-header > * {
    display: inline-block;
    vertical-align: middle;
}

.hotel-contacts-header img {
    margin-right: 10px;
}

.hotel-contacts-body {
    float: left;
    width: 75%;
    line-height: 25px;
}

.hotel-contacts-title {
    font-weight: bold;
}


.lnk-express-contacts {
    display: flex;
    align-items: center;
    text-decoration: underline;
    color: #FF9F0D !important;
}

.lnk-express-contacts:before {
    content: '';
    background: url(/images/24-7.png) center;
    width: 19px;
    height: 20px;
    margin-right: 10px;
    text-decoration: none;
}

.express-hotel-contacts {
    padding: 10px;
}

.express-hotel-contact {
    display: flex;
}

.express-hotel-contact:not(:last-child) {
    margin-bottom: 30px;
}

.express-hotel-contact:not(:last-child) {
    border-bottom: 1px solid #cccccc;
}

.express-hotel-contact .photo {
    padding-right: 30px;
}

.express-hotel-contact .contact-inner .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 0;
}

.express-hotel-contact .contact-inner .form-group > *:not(:last-child) {
    margin-right: 30px;
}

.express-hotel-contact .contact-inner .contact-countries {
    display: flex;
}

.express-hotel-contact .contact-inner .contact-countries > img:not(:last-child) {
    margin-right: 10px;
}

.express-hotel-contact .contact-name {
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.express-hotel-contact .contact-name:before {
    content: '';
    width: 26px;
    height: 26px;
    min-width: 26px;
    margin-right: 10px;
    background: url(/images/icons_user.png) no-repeat;
}

.express-hotel-contact .contact-with-icon {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
}

.express-hotel-contact .contact-with-icon a:hover {
    text-decoration: underline;
}

.express-hotel-contact .contact-with-icon > *:not(:last-child) {
    margin-right: 15px;
}

.express-hotel-contact .contact-with-icon.phone .icon:before {
    background-image: url(/images/icons_p.png);
}

.express-hotel-contact .contact-with-icon.email .icon:before {
    background-image: url(/images/icons_m.png);
}

.express-hotel-contact .contact-with-icon.whatsapp .icon:before {
    background-image: url(/images/icons_wh.png);
}

.express-hotel-contact .contact-with-icon.viber .icon:before {
    background-image: url(/images/icons_v.png);
}

.express-hotel-contact .contact-with-icon.telegram .icon:before {
    background-image: url(/images/icons_t.png);
}

.express-hotel-contact.express-hotel-social {
    margin-bottom: 0;
    display: block;
}

.express-hotel-social-header {
    text-transform: uppercase;
    font-weight: bold;
}

.express-hotel-social-items {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.express-hotel-social-items > *:not(:last-child) {
    margin-right: 30px;
}

.express-hotel-social-items > a {
    display: flex;
    align-items: center;
    font-weight: bold;
    color: black;
}

.express-hotel-social-items > a:hover {
    color: black;
}

.express-hotel-social-items  > a:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    min-width: 40px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.express-hotel-social-items  > .youtube:before {
    background-image: url(/images/youtube-icon.png);
}

.express-hotel-social-items  > .facebook:before {
    background-image: url(/images/fb_ico.png);
}

.express-hotel-social-items  > .instagram:before {
    background-image: url(/images/insta_ico.png);
}

.express-hotel-social-items  > .telegram:before {
    background-image: url(/images/telegram_ico.png);
}

.express-hotel-social-items  > .website:before {
    background-image: url(/images/website_ico.png);
}

@media (max-width: 767px) {
    .express-hotel-contact .contact-inner .contact-name {
        margin-bottom: 10px;
    }
    .express-hotel-contact .contact-inner .contact-position {
        margin-bottom: 10px;
    }
    .hotel-contacts .hotel-contacts-header {
        float: none;
        width: 100%;
    }
    .hotel-contacts .hotel-contacts-body {
        float: none;
        width: 100%;
    }
    .express-hotel-contact .contact-inner .form-group {
        align-items: flex-start;
    }
    .express-hotel-contact .contact-with-icon {
        flex-direction: column;
        align-items: flex-start;
    }
    .express-hotel-social-items > * {
        margin-right: 0 !important;
    }
    .express-hotel-social-items {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .express-hotel-social-items > a:before {
        margin-right: 0;
    }
    .express-hotel-contact .photo {
        padding-right: 15px;
    }
    .express-hotel-contacts {
        padding: 10px;
    }
    #modal-hotel-contacts .modal-body {
        padding: 0;
    }
}