

/* Start:/local/templates/gnbservice/components/bitrix/catalog.section.list/inner/style.css?17521575521059*/
.catalog-inner-section{
    margin-bottom: 40px;
}
.catalog-inner-section-list{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
    list-style: none;
    padding: 0;
}
.catalog-inner-section-item{
    width: 100%;
    max-width: 25%;
    padding: 10px;
}
.catalog-inner-section-link{
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #363636;
    border-radius: 20px;
    padding: 30px;
    text-decoration: none;
}
.catalog-inner-section-img{
    width: 85px;
    height: 80px;
    flex: 0 0 85px;
    background-color: #B8B8B8;
    border-radius: 14px;
    overflow: hidden;
    padding: 10px;
    margin-right: 17px;
}
.catalog-inner-section-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catalog-inner-section-name{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #FFFFFF;
}
.catalog-inner-section-count{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #747373;
    vertical-align: top;
}

/* End */


/* Start:/local/templates/gnbservice/components/bitrix/system.pagenavigation/.default/style.css?1752157552858*/
.pages-cat{

    display: flex;
    justify-content: center;
    align-items: center;
}
.pages-cat ul{
    padding: 0;
    margin: 0 -7px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages-cat ul>li{
    padding: 0 7px;

}
.pages-cat ul>li>a,
.pages-cat ul>li>span{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;

}
.pages-cat ul>li>a{
    text-decoration: none;
    color: #747373;
}
.pages-cat ul>li>span{
    color: #363636;
}
.pages-cat-prev,
.pages-cat-next{
    width: 48px;
    height: 48px;
    background-color: #E5E5E5;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages-cat-prev{
    margin-right: 14px;
}
.pages-cat-next{
    margin-left: 14px;
}
/* End */


/* Start:/local/templates/gnbservice/components/bitrix/catalog/main/bitrix/catalog.section/.default/style.css?17521575521806*/
.catalog-product{
    margin-bottom: 40px;
}
.catalog-product-list{
    line-height: 0;
    list-style: none;
    padding: 0;
    margin: -20px -10px;
    display: flex;
    flex-wrap: wrap;
}
.catalog-product-item{
    width: 100%;
    max-width: 25%;
    padding: 20px 10px;
}
.catalog-product-wrap{
    width: 100%;
    height: 100%;
    background-color: #E5E5E5;
    padding: 35px 32px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.catalog-product-img{
    width: 100%;
    height: 267px;
    padding: 11px 35px;
    background-color: #fff;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 20px;
}
.catalog-product-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.catalog-product-name{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 150%;
    color: #363636;
    text-decoration: none;
    margin-bottom: 20px;
}
.catalog-product-available{
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #747373;
    margin-bottom: 30px;
}
.catalog-product-available-text{
    margin-right: 40px;
}
.catalog-product-available-value{
    display: flex;
    align-items: center;
}
.catalog-product-available-value svg{
    margin-right: 6px;
    margin-top: -3px;
}
.catalog-product-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    background-color: #AE3D03;
    border-radius: 14px;

    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-decoration: none;
}

/* End */


/* Start:/local/templates/gnbservice/components/wexpert/iblock.list/offices/style.css?17521575521318*/
.office-slider-block{
    margin-bottom: 120px;
}
.office-wrap{
    background-color: #E5E5E5;
    padding: 30px;
    border-radius: 30px;
}
.office-name{
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #363636;
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
.office-name svg{
    margin-right: 10px;
}
.office-phone{
    margin-bottom: 22px;
}
.office-phone a{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 13px;
    background-color: #AE3D03;
    border-radius: 10px;
    text-align: center;
}
.office-email a {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    text-decoration-line: underline;
    color: #AE3D03;
}
.office-slider-nav{
    display: flex;
}
.office-slider-nav .owl-prev{
    margin-right: 20px;
}
.office-slider-nav .owl-next,
.office-slider-nav .owl-prev{
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background-color: #E5E5E5;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/* End */
/* /local/templates/gnbservice/components/bitrix/catalog.section.list/inner/style.css?17521575521059 */
/* /local/templates/gnbservice/components/bitrix/system.pagenavigation/.default/style.css?1752157552858 */
/* /local/templates/gnbservice/components/bitrix/catalog/main/bitrix/catalog.section/.default/style.css?17521575521806 */
/* /local/templates/gnbservice/components/wexpert/iblock.list/offices/style.css?17521575521318 */
