
span.name-footer-compa {
    font-family: 'playSB';
    font-size: 30px;
    color: #ffffff;
    line-height: 1.3;
    display: block;
    margin-bottom: 14px;
    margin-right: 63px;
    position: relative;
}

    span.name-footer-compa:after, span.name-col-footer:after {
        display: block;
        content: "";
        background: #c5a14b;
        width: 38px;
        height: 1px;
        margin-top: 3px;
    }

span.name-col-footer:after {
    margin-top: 8px;
}

span.content-footer-compa {
    font-family: MonR;
    font-size: 14px;
    line-height: 1.7;
    color: #ffffff;
    display: block;
    margin-bottom: 3px;
}

.col-footer1 {
    width: 40%;
    float: left;
    margin-right: 33px;
}

.col-footer2 {
    width: 15%;
    float: left;
}

.col-footer3 {
    width: 13%;
    float: left;
}

.col-footer4 {
    width: 27%;
    float: right;
    text-align: right;
}

.fb_iframe_widget iframe {
    /* width: 450px !important; */
}

.info-footer-compa div {
    font-family: 'InterR';
    font-size: 15px;
    color: #fff;
}

.info-footer-compa > div:before {
    content: "\f05a";
    font-family: fontawesome;
    color: #f2c202;
    margin-right: 8px;
    font-family: fontawesome;
}

.info-footer-compa > div:nth-child(1):before {
    content: "\f3c5";
}

.info-footer-compa > div:nth-child(2):before {
    content: "\f095";
}

.info-footer-compa > div:nth-child(3):before {
    content: "\f0e0";
}

.info-footer-compa > div:nth-child(4):before {
    content: "\f0ac";
}

.info-footer-compa > div:nth-child(5):before {
    content: "\f0ac";
}

.info-footer-compa {
    line-height: 1.7;
    margin-right: 30px;
}

span.name-col-footer {
    font-size: 18px;
    font-family: 'InterSB';
    color: #ffffff;
    display: block;
    padding-top: 13px;
    position: relative;
    padding-bottom: 15px;
}

li.item-about-footer a {
    font-size: 15px;
    font-family: 'InterR';
    color: #ffffff;
    display: flex;
    align-items: center;
}

    li.item-about-footer a i {
        padding-right: 6px;
        font-size: 11px;
    }

p.info-reg-footer {
    font-family: 'MonR';
    font-size: 15px;
    color: #c7c7c7;
    line-height: 1.5;
}

ul.list-about-footer {
    line-height: 1.7;
}

.wp-top-footer {
    padding: 0 36px;
    padding-top: 44px;
    padding-bottom: 36px;
    background: url(/Design/img/footer/decor-footer.png) no-repeat;
    background-size: cover;
}

li.item-about-footer {
    transition: all .2s;
}

    li.item-about-footer:hover {
        padding-left: 10px;
    }

        li.item-about-footer:hover a {
            color: #fff;
        }

            li.item-about-footer:hover a i {
                color: #c5a14b;
            }

.wp-bottom-footer {
    background: #edb217;
    padding: 0 35px;
    padding-right: 67px;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .wp-bottom-footer .grid.wide {
        display: flex;
        justify-content: space-between;
    }

    .wp-bottom-footer .left .coppy, .design-ft {
        font-size: 15px;
        font-family: 'InterR';
        color: #ffffff;
        font-weight: 500;
    }

.design-ft {
    display: flex;
}

    .design-ft a strong {
        color: #fff;
        font-weight: 500;
        position: relative;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 5px;
    }

        .design-ft a strong:before {
            content: '';
            position: absolute;
            width: 0;
            height: 1px;
            background-color: #fff;
            top: calc(100% + 2px);
            -webkit-transition: all ease .3s;
            -o-transition: all ease .3s;
            transition: all ease .3s;
        }

        .design-ft a strong:hover::before {
            width: 100%;
        }

.wp-bottom-footer .left {
    display: flex;
    align-items: center;
}

.wp-bottom-footer .right {
    display: flex;
    align-items: center;
}

.social-footer {
    display: flex;
    align-items: center;
    padding-left: 15px;
}

    .social-footer span {
        padding-right: 6px;
    }

    .social-footer a:hover {
        color: #2794e1;
    }

    .social-footer a {
        border-radius: 100%;
        /* opacity: .5; */
        font-size: 21px;
        color: #ffffff;
        cursor: pointer;
        position: relative;
        margin: auto 2px;
        width: 38px;
        height: 38px;
        line-height: unset;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid;
    }

    .total-access, .social-footer span {
        font-size: 11.75px;
        font-family: 'InterR';
        color: #fff;
        font-weight: 500;
    }

        .total-access strong {
            font-size: 14.01px;
            font-weight: 500;
        }

.form-footer-res .form-group input {
    border: none;
    outline: none;
    padding: 10px;
    width: 296px;
    background: #1d463f;
}

    .form-footer-res .form-group input[type="text"] {
        color: #ffff;
        font-family: MonR;
        font-size: 14px;
    }

    .form-footer-res .form-group input::placeholder {
        font-size: 13px;
        color: #fff;
    }

.home-contact-error {
    position: absolute;
    bottom: -38px;
    font-size: 14px;
    font-family: MonR;
    background: #333;
    border-radius: 5px;
    padding: 6px 8px;
    color: #fff !important;
}

.form-group {
    position: relative;
    width: 296px;
    height: 40px;
    position: relative;
    border-radius: 3px;
    background-color: #1d463f;
    /* padding: 5px; */
    box-sizing: border-box;
    /* margin: 10px 5px; */
    display: flex;
    align-items: center;
}

.form-footer-res {
    width: 296px;
    position: relative;
    margin-top: 26px;
}

    .form-footer-res .btn {
        background-color: #fec962;
        width: fit-content;
        height: 40px;
        user-select: none;
        box-sizing: border-box;
        border-radius: 0 3px 3px 0;
        border: 1px solid #fec962;
        transition: all linear .3s;
        position: absolute;
        top: 0;
        right: 0;
    }

        .form-footer-res .btn .btn-contact-home {
            color: #fff;
            width: 100%;
            height: 100%;
            border: none;
            outline: none;
            font-family: 'MonR';
            cursor: pointer;
            padding: 8px 19px;
            margin-top: 8px;
            margin-left: 13px;
            font-size: 15px;
            text-transform: uppercase;
            background: url(/Design/img/footer/icon-sent.png) no-repeat;
        }

.social-footer a i {
    display: inline-block;
    position: relative;
    background-size: 100% 100%;
    background-position: center;
    margin: auto;
}

.social-footer a:hover i.iTripadvisor {
    width: 23px;
    height: 12px;
    background-image: url(/Design/img/tripadHover.png);
}

.social-footer a:hover i.iBooking {
    background-image: url(/Design/img/BookingHover.png);
}

.social-footer a:hover i.iAgoda {
    background-image: url(/Design/img/agodaHover.png);
}

.iTripadvisor {
    background-image: url(/Design/img/tripad.png);
    width: 27px;
    height: 19px;
    transform: scale(0.8);
    background-repeat: no-repeat;
    background-size: contain;
}

.iBooking {
    background-image: url(/Design/img/booking_icon.png);
    width: 18px;
    height: 18px;
}

.iAgoda {
    background-image: url(/Design/img/agoda.png);
    width: 19px;
    height: 18px;
}

.logoFooter {
    padding-bottom: 5px;
}


.footer-img {
    height: 218px;
    width: 444px;
    display: flex;
}

    .footer-img .item {
        height: 100%;
        width: calc(100% / 3);
    }

    .footer-img .item {
        display: flex;
        flex-direction: column;
    }

        .footer-img .item .img {
            overflow: hidden;
            border: 1px solid #fff;
            border-radius: 2px;
            height: 100%;
        }

        .footer-img .item a {
            width: 100%;
            color: #525252;
            font-size: 14px;
            line-height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 12px 0;
            margin-top: 6px;
            position: relative;
            background-color: #ffffff;
            border: 1px solid #f3f4f7;
            box-sizing: border-box;
            transition: all linear .2s;
        }

            .footer-img .item a:hover {
                background-color: transparent;
                color: #fff;
            }

        .footer-img .item .img:hover img {
            transform: scale(1.05);
        }

        .footer-img .item .img img {
            transition: all linear .2s;
            user-select: none;
        }

        .footer-img .item:nth-child(2) {
            padding: 0 7px;
            justify-content: space-between;
        }

            .footer-img .item:nth-child(2) .img {
                height: 48.5%;
            }
