﻿.home-book {
    height: 0;
    transform: translateY(-129px);
}

    .home-book .grid.wide {
    }

.home-book-container {
    display: flex;
    height: 253px;
}

.home-book-left {
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    width: 381px;
}

    .home-book-left .title {
        margin: 0;
        font-family: interB;
        text-transform: uppercase;
        color: #1B0D00;
        font-weight: 100;
        font-size: 28px;
    }

    .home-book-left span {
        font-family: interM;
        color: #743E06;
        font-size: 20px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 18px;
        padding-bottom: 24px;
    }

        .home-book-left span::before {
            content: '';
            position: absolute;
            bottom: 0;
            width: 52px;
            height: 4px;
            background-color: #743E06;
        }

    .home-book-left .hotline {
    }

        .home-book-left .hotline strong {
            font-family: 'interB';
            font-size: 38px;
            color: #1B0D00;
            margin-top: 13px;
            display: block;
        }

        .home-book-left .hotline p {
            text-align: center;
            margin: 0;
            font-family: 'interM';
            color: #743E06;
            font-size: 20px;
            margin-top: -2px;
        }

    .home-book-left .decor {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

        .home-book-left .decor img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

.home-book-right {
    flex: 1;
    margin-left: 19px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.home-book-time {
    width: 298px;
    border-radius: 10px 0px 0px 10px;
    background: linear-gradient(234deg, #EFDCBC 0.2%, #F4EDDD 50.01%, #FEFBF2 99.8%);
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .home-book-time .time-decor {
        position: absolute;
        bottom: 0;
        right: 0;
        opacity: 0.6;
        mix-blend-mode: color-dodge;
        pointer-events: none;
        z-index: 0;
    }

    .home-book-time .time-title {
        margin: 0;
        font-family: 'interB';
        color: #1B0D00;
        font-size: 25px;
    }

    .home-book-time .time-descript {
        font-family: 'interM';
        font-size: 15px;
        color: #743E06;
    }

    .home-book-time .time-list {
        margin-top: 26px;
        position: relative;
    }

    .home-book-time .time-item {
        display: flex;
        margin-bottom: 14px;
    }

        .home-book-time .time-item:last-child {
            margin-bottom: 0;
        }

    .home-book-time .time-item-icon {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        background-color: #EFDCBC;
    }

        .home-book-time .time-item-icon img {
        }

    .home-book-time .time-item-content {
        padding-left: 6px;
    }

        .home-book-time .time-item-content h3 {
            font-weight: 100;
            margin: 0;
            font-family: 'interM';
            color: #1B0D00;
            font-size: 20px;
            text-align: left;
            line-height: 100%;
            margin-bottom: 3px;
        }

        .home-book-time .time-item-content span {
            font-size: 20px;
            font-family: 'interB';
            line-height: 150%;
            color: #743E06;
            text-align: left;
            display: block;
        }

.home-book-form {
    flex: 1;
    padding: 0 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .home-book-form .form-bg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

        .home-book-form .form-bg img {
        }

    .home-book-form .form-title {
        margin: 0;
        color: #1B0D00;
        font-family: 'interB';
        font-size: 25px;
        font-style: italic;
        margin-bottom: 2px;
        padding-left: 12px;
    }

    .home-book-form .form-descript {
        font-family: 'interM';
        font-style: italic;
        font-size: 15px;
        color: #8F5015;
        margin-bottom: 14px;
        padding-left: 12px;
    }

    .home-book-form .form-group {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 11px;
    }

        .home-book-form .form-group:last-child {
            margin-bottom: 0;
        }

    .home-book-form .form-item {
        position: relative;
        height: 41px;
        width: 50%;
        border-radius: 55px;
        overflow: hidden;
        background-color: #fff;
        margin: 0 6px;
        display: flex;
        align-items: center;
    }

        .home-book-form .form-item img {
            position: absolute;
            right: 0;
            width: 96px;
        }

        .home-book-form .form-item input {
            width: 100%;
            height: 100%;
            border: none;
            padding: 0 24px;
            outline: none;
            background-color: transparent;
            font-family: 'interM';
            font-weight: 100;
            font-style: italic;
            color: #C3C3C3;
            font-size: 15px;
        }

        .home-book-form .form-item .err {
            position: absolute;
            bottom: 0;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            color: transparent !important;
            border-bottom: 2px solid #d30303;
            pointer-events: none;
        }

    .home-book-form .form-btn {
        height: 41px;
        width: 50%;
        border-radius: 55px;
        margin: 0 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

        .home-book-form .form-btn .decor {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            .home-book-form .form-btn .decor img {
                width: 100%;
                height: 100%;
            }

        .home-book-form .form-btn span {
            color: var(--default-white);
            position: relative;
            z-index: 2;
            font-family: 'interB';
            font-size: 15px;
        }

/* Mobile & tablet */
@media (max-width: 1023px) {
    .no-display-mobile-tablet {
        display: none !important;
    }

    .home-book {
        display: none;
    }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
    .no-display-tablet {
        display: none !important;
    }
}

/* Mobile */
@media (max-width: 739px) {
    .no-display-mobile {
        display: none !important;
    }
}