

/* Start:/bitrix/templates/xbot/components/bitrix/news.list/manuals/style.css?17852536773580*/
img {
    max-width: unset !important;
}

.col-12 {
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
}

.support_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #333;
    font-size: .933em;
    line-height: 1.501em;
    border: 1px solid #ececec;
    padding: 50px 25px;
}

.support_item:hover {
    color: #57a9f4;
}

.support_item img {
    max-width: 85% !important;
    min-height: 160px;
    object-fit: contain;
    max-height: 250px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
    }
}

.col-lg-20:hover {
    border-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.p-0 {
    padding: 0 !important;
}

.support_search h2 {
    margin-top: 76px !important;
}

@media (min-width: 1350px) {
    .container {
        width: 1300px !important;
    }
}

/*#content, #content, #content .support_block {
    background: #f9f9fa;
}*/

#content .support_item_block {
    background: white;
}


/** Search */

#custom-search-input .search-query {
    padding-right: 4px;
    padding-left: 20px;
    font-size: 20px;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#custom-search-input button {
    font-size: 20px;
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -35px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #777;
}

.search-query:focus + button {
    z-index: 3;
}

.blue_block {
    background: #d8e6f3;
}

.support_search .maxwidth-theme {
    background: unset;
}

.support_search {
    margin-bottom: 30px;
    height: 400px;
    background: #000;
}

@media (max-width: 992px) {
    .support_search img {
        display: none;
    }

    .support_search {
        background: #000 url("/upload/xbot/support.jpg") right bottom / cover no-repeat;
    }
}

.support_search h2 {
    font-weight: 600;
    color: #fff;
}

.support_search .search_img {
    position: absolute;
    height: 300px;
    width: 100%;
    text-align: right;
}

.support_search .search_img img {
    height: 400px;
    object-fit: contain;
}

.d-flex {
    display: flex !important;
}

#content .support_item_block {
    border: 1px solid #ececec;
}

.support_item {
    border: unset;
}

.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 576px) {
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 992px){
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}

@media screen and (max-width: 500px) {
    .support_item {
        padding: 10px;
    }

    .support_item img {
        margin-bottom: 5px
    }
}

/* End */
/* /bitrix/templates/xbot/components/bitrix/news.list/manuals/style.css?17852536773580 */
