

/* Start:/kupit-optom/style.css?17297678183480*/
.bgcolored,
.header__top-part{
    background-color: #d6e8de!important;
}

#buy_in_bulk__header_banner{
    background-color: none;
    background: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

.buy_in_bulk__header_banner{
    background-color: #d6e8de;
}

.h1__buy_in_bulk{
    font-size: 2.2666em;
    /* line-height: 1.15em; */
    line-height: 48px;
    font-family: "Montserrat Alternates", "Montserrat", Arial, sans-serif;
    font-weight: 400;
    color: #0B6B5D;
}

.banner_text__buy_in_bulk{
    font-family: Montserrat;
    font-size: 19px;
    font-weight: 400;
    line-height: 28.5px;
    text-align: left;
    color: #0B6B5D;
}

.buy_in_bulk__left{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buy_in_bulk__right{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.buy_in_bulk__text_wrapper{
    width: 100%;
    max-width: 600px;    
}

.buy_in_bulk__right img{
    width: 100%;
}

.buy_in_bulk__header_banner{
    background-image: url('/kupit-optom/./images/gray-wood-textured-background.png');
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 90px;
}

.advantages_items__wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

#advantages_items__wrapper{
    padding-top: 50px;
    padding-bottom: 30px;
}

.advantages_item{
    width: 25%;
    text-align: center;
}

.advantages_item p{
    color: #6D6D6D;
    font-size: 13px;
    line-height: 19.5px;
}

.advantages_item h3{
    color: #146B5D;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.maxwidth-theme.advantages_items__wrapper,
#advantages_items__wrapper{
    background-color: #F8F8F8;
}

#no_padding_bottom{
    padding-bottom: 0px;
}

#buy_in_bulk__content{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 50px;
}

.buy_in_bulk__content_left img{
    width: 100%;
}

.buy_in_bulk__content_right,
.buy_in_bulk__content_left{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 50%;
}

#mobileheader .mobileheader-v1, 
#mobileheader .mobileheader-v3, 
#mobileheader .mobileheader-v4{
    background-color: #d6e8de!important;
    border-bottom: 0px!important;
}

.top-block-wrapper{
    display: none;
    opacity: 0;
}

@media (min-width: 0px) and (max-width: 500px) {
    .advantages_item{
        max-width: 100%;
    }

    .advantages_items__wrapper{
        flex-direction: column;
    }
    
    .buy_in_bulk__content_left,
    .buy_in_bulk__content_right{
        width: 100%;
    }
    
    .buy_in_bulk__left{
        width: 100%;
    }

    .buy_in_bulk__right{
        display: none;
        opacity: 0;
    }
}

@media (min-width: 501px) and (max-width: 767px) {
    .advantages_item{
        width: 50%;
    }

    .buy_in_bulk__content_left,
    .buy_in_bulk__content_right{
        width: 100%;
    }

    .buy_in_bulk__left{
        width: 100%;
    }

    .buy_in_bulk__right{
        display: none;
        opacity: 0;
    }
}

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

    #no_padding_bottom{
        padding-top: 0px;
    }
}

/* End */
/* /kupit-optom/style.css?17297678183480 */
