.botCheck__wrapper{
    font-size: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.botCheck__grid{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-align: left;
    min-width: 230px;
}
.botCheck__block{
    box-shadow: 0 0 2px 0 #000;
    transition: 0.3s all ease;
    margin: 5px 0;
}
.botCheck__block:hover{
    box-shadow: 0 0 8px 0 #000;
}
.botCheck__imgBox{
    height: 141px;
    width: 35%;
    float: left;
    font-size: 0;
    text-align: center;
}
.botCheck__img-left,
.botCheck__img-right{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 100%;
}
.botCheck__img-left img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}
.botCheck__img-left{
    display: none;
}
.botCheck__img-right{
    width: 100%;
}
.botCheck__textBox{
    width: 63%;
    float: left;
    padding: 10px 0 0 2%;
    font-size: 14px;
}
.botCheck__bold{
    font-weight: 600;
}
.botCheck__text{
    margin-bottom: 4px;
}
.botCheck__program{
    display: block;
    /* padding-left: 6px; */
}
.botCheck__program-table table{
    width: 170px;
}
.botCheck__program-table tr:first-child{
    font-weight: bold;
}
.botCheck__program-table td{
    padding: 0 !important;
}
.botCheck__day{
    padding-right: 16px;
}
.botCheck__checkContainer{
    text-align: center;
    padding: 8px 0;
    background: transparent !important;
    border: none !important;
}
.botCheck__label{
    display: inline-block;
    padding: 8px 16px !important;
    border: 2px solid #2f8458;
    color: #2f8458;
    transition: 0.4s all ease;
    position: relative;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 2px 0 #000 !important;
    font-weight: 500;
    font-size: 11px !important;
    border: none !important;
}
.botCheck__label:hover{
    box-shadow: 0 0 14px 0 #000 !important;
    background: #2f8458;
    color: #fff;
}
.livrare-destination{
    display: none;
}
.botCheck__jackdaw{
    display: none;
    margin-left: 4px;
}
.botCheck__jackdaw svg{
    max-width: 100%;
    max-height: 100%;
}
.livrare-destination:checked + .botCheck__label{
    background: #2f8458;
    color: #fff;
}
.livrare-destination:checked + .botCheck__label .botCheck__jackdaw{
    display: inline-block;
}
.botCheck__chosen{
    display: none;
}
.livrare-destination:checked + .botCheck__label .botCheck__chosen{
    display: inline;
}
.livrare-destination:checked + .botCheck__label .botCheck__choose{
    display: none;
}
.botCheck__program-table{
    display: none;
    padding: 4px 0;
}
.botCheck__program-table:active{
    box-shadow: 0 0 4px 0 #00f;
}
.botCheck__sked{
    text-align: right;
}
.botCheck__program-state {}
.botCheck__program-state.opened {color: #2a8440}
.botCheck__program-state.closed {color: #b42025}
.botCheck__program-angle{
    border-color: #1a0dab transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    display: inline-block;
    height: 0;
    margin: 5px 0 0 3px;
    vertical-align: top;
    width: 0;
}


@media(max-width: 500px) {
    .botCheck__grid{
        width: 100%;
        min-width: auto;
    }
    .botCheck__block{
        text-align: center;
        margin: 10px auto;
    }
    .botCheck__textBox{
        display: inline-block;
        text-align: left;
    }
}
@media(max-width: 540px) {
    .botCheck__program-table td {
        display: inline;
    }
    .botCheck__program-table td.botCheck__sked {
        float: right;
        margin-right: 10px;
    }
}

.botCheck__wrapper{
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    font-family: inherit;
}
.botCheck__grid{
    width: 50%;
    min-width: 340px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}
.botCheck__block{
    max-width: 420px;
    padding: 10px;
    margin: 10px auto;
    box-shadow: 0 0 2px 0 #000;
    transition: 0.3s all ease;
}
.botCheck__block:hover{
    box-shadow: 0 0 8px 0 #000;
}
.botCheck__imgBox{
    height: 190px;
    width: auto;
    float: none;
    font-size: 0;
    text-align: center;
}
.botCheck__img-left,
.botCheck__img-right{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 100%;
}
.botCheck__img-left{
    background-size: cover !important;
}
.botCheck__img-right{
    width: 50%;
}
.botCheck__img-left img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}
.botCheck__textBox{
    padding: 10px 0 0 0;
    width: auto;
    float: none;
    font-size: 14px;
}

.botCheck__program-table{
    display: none;
    padding: 4px 0;
}
.botCheck__program-table:active{
    box-shadow: 0 0 4px 0 #00f;
}
.botCheck__program-table table{
    width: 207px;
}
.botCheck__program-table tr:first-child{
    font-weight: bold;
}
.botCheck__program-table td{
    padding: 0 !important;
}
.botCheck__program-angle{
    border-color: #1a0dab transparent;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    display: inline-block;
    height: 0;
    margin: 5px 0 0 3px;
    vertical-align: top;
    width: 0;
}
.botCheck__titleeBlock{
    background-color: #008538;
    padding: 2px 30px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #fff;
    margin: 0 20px 20px 20px;
    text-align: center;
    font-size: 18px;
}
.contact-information .title span{
    display: block;
}
.contact-information .content ul{
    font-size: 0;
    text-align: center;
}
.contact-information .content ul li{
    font-size: 16px;
    display: inline-block;
    width: 33.333333%;
    min-width: 200px;
    text-align: left;
}

.zone red center mrg-btm-10 {
    padding: 0;
}

@media (max-width: 767px) {
    .botCheck__grid{
        width: 100%;
    }
}

@media(max-width: 500px) {
    .botCheck__grid{
        width: 100%;
        min-width: auto;
    }
    .botCheck__block{
        text-align: center;
        margin: 10px auto;
    }
    .botCheck__textBox{
        display: block;
        text-align: left;
    }
}

@media (max-width: 400px) {
    .botCheck__grid{
        min-width: 230px;
    }
    .botCheck__img-left{
        display: none;
    }
    .botCheck__img-right{
        width: 100%;
    }
}

