

/* Start:/local/templates/empty_ba/css/index.css?17852294446207*/
body {
    background-color: #F8F8F8 !important;
    color: #333 !important;
    overflow-x: hidden;
}

.wrapper_inner {
    background-color: #F8F8F8 !important;
}

.page-top {
    background-color: #F8F8F8 !important;
}

.ba__btn-cont {
    display: flex;
    max-width: 1180px;
    margin: 0 auto;
    gap: 10px;
    align-items: center;
    margin-bottom: 60px;
}

.ba__btn {
    display: block;
    padding: 8px 10px;
    background-color: #c0b283;
    border-radius: 5px;
    color: white;
    flex-grow: 0;
    flex-shrink: 1;
    cursor: pointer;
}

.ba__btn:hover {
    background-color: #c5b68a;
}

.ba__btn {
    border: none;
}

.ba__btn-line {
    display: block;
    flex-grow: 1;
    height: 2px;
    background-color: #c0b283;
}

.ba__banner {
    max-width: 1250px;
    margin: 0 auto;
    height: 570px;
    background-size: 100% auto !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin-bottom: 70px;
}

.ba__texts {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.ba__title {
    max-width: 530px;
    margin-left: 10%;
}

.ba__desc {
    max-width: 540px;
}

@media (max-width: 1040px) {
    .ba__title {
        max-width: 440px;
    }

    .ba__desc {
        max-width: 500px;
    }  
}

@media (max-width: 890px) {
    .ba__banner {
        height: 500px;
        margin-bottom: 45px;
    }

    .ba__title {
        max-width: 440px;
    }

    .ba__desc {
        max-width: 460px;
    }  
}

@media (max-width: 770px) {
    .ba__banner {
        height: 400px;
        margin-bottom: 45px;
    }

    .ba__title {
        max-width: 400px;
        font-size: 26px;
    }

    .ba__desc {
        max-width: 460px;
        font-size: 14px;
    }  
}

@media (max-width: 640px) {
    .ba__title {
        max-width: 350px;
        font-size: 26px;
    }

    .ba__desc {
        max-width: 350px;
        font-size: 14px;
    }  
}

@media (max-width: 570px) {
    .ba__banner {
        height: 300px;
        margin-bottom: 35px;
    }

    .ba__title {
        max-width: 280px;
        font-size: 23px;
    }

    .ba__desc {
        max-width: 280px;
        font-size: 12px;
    }  

    .ba__texts {
        gap: 5px;
    }
}

@media (max-width: 670px) {
    .ba__banner {
        height: 250px;
        margin-bottom: 30px;
    }

    .ba__title {
        max-width: 180px;
        font-size: 18px;
        line-height: 1.4;
    }

    .ba__desc {
        max-width: 180px;
        font-size: 10px;
        line-height: 1.4;
    }  

    .ba__texts {
        gap: 5px;
    }
}

@media (max-width: 490px) {
    .ba__banner {
        height: 250px;
        margin-bottom: 30px;
    }

    .ba__title {
        max-width: 180px;
        font-size: 16px;
        line-height: 1.4;
    }

    .ba__desc {
        max-width: 180px;
        font-size: 10px;
        line-height: 1.4;
    }  

    .ba__texts {
        gap: 5px;
    }
}

.ba__bottles {
    margin-bottom: 100px;
}

.ba__bottles-text {
    max-width: 1180px;
    margin: 0 auto;
}

.ba__bottles-title {
}

.ba__bottles-desc {
    font-size: 16px;
    font-weight: 500;
}

.ba__bottles-main {
    max-width: 1180px;
    margin: 0 auto;
}

.ba__grid {
    margin-bottom: 100px;
}

.ba__grid-text {
    max-width: 1180px;
    margin: 0 auto;
}

.ba__grid-title {
}

.ba__grid-desc {
    font-size: 16px;
    font-weight: 500;
}

.ba__grid-main {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: repeat(2, 210px);
    grid-template-areas: "lt center center rt" "lb center center rb";
}

.ba__grid-item-left-top {
    grid-area: lt;
}

.ba__grid-item-left-bottom {
    grid-area: lb;
}

.ba__grid-item-center {
    grid-area: center;
}

.ba__grid-item-right-top {
    grid-area: rt;
}

.ba__grid-item-right-bottom {
    grid-area: rb;
}

.ba__grid-item {
    position: relative;
}

.ba__grid-item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1160px) {
    .ba__grid-main {
        grid-template-rows: repeat(2, 190px);
    }
}

@media (max-width: 990px) {
    .ba__grid-main {
        grid-template-rows: repeat(2, 160px);
    }
}

@media (max-width: 840px) {
    .ba__grid-main {
        grid-template-rows: repeat(2, 130px);
    }
}

@media (max-width: 650px) {
    .ba__grid-main {
        grid-template-rows: repeat(2, 110px);
    }
}

@media (max-width: 550px) {
    .ba__grid-main {
        grid-template-rows: repeat(2, 100px);
    }
}

@media (max-width: 500px) {
    .ba__grid-main {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 160px);
        grid-template-areas: "lt lb" "center center" "center center" "rt rb";
    }
}

.ba__callback {
    margin-bottom: 100px;
}

.ba__callback-text {
    max-width: 1180px;
    margin: 0 auto;
}

.ba__callback-title {
}

.ba__callback-desc {
    font-size: 16px;
    font-weight: 500;
}

.ba__callback-main {
    max-width: 1180px;
    margin: 0 auto;
}

.ba__callback-pair {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.ba__callback-pair--last {
    margin-bottom: 10px !important;
}

.ba__callback-label {
    display: block !important;
    min-width: 120px !important;
    font-weight: 600;
    font-size: 15px;
}

.ba__callback-input {
    display: block !important;
    border: 1px solid #cabf97 !important;
    border-radius: 1px !important;
    height: 37px !important;
    width: 100% !important; 
    padding-left: 5px !important;
}

.ba__callback-input:focus {
    border: 1px solid #cabf97 !important;
    outline: none !important;
}

.ba__callback-msg {
    font-size: 12px;
    margin-bottom: 1px;
}
/* End */
/* /local/templates/empty_ba/css/index.css?17852294446207 */
