

/* 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/wexpert/iblock.list/faq_lent/style.css?1752157552907*/
.rules-list{
    display: flex;
    flex-wrap: wrap;
    margin: -10px -10px 110px;
}
.rules-item{
    max-width: 50%;
    flex: 0 0 50%;
    padding: 10px;
}
.rules-item-wrap{
    background-color: #E5E5E5;
    border-radius: 20px;
    padding: 39px 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rules-title{
    margin-bottom: 26px;
}
.rules-title a{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #AE3D03;
    text-decoration: none;
}
.rules-desc{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #404040;
    margin-bottom: 26px;
}
.rules-info {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #747373;
}
/* End */


/* Start:/local/templates/gnbservice/components/bitrix/form.result.new/question/style.css?17521575521975*/
.form-callback{
    position: relative;
    display: flex;
    margin-bottom: 120px;
    border-radius: 30px;
    padding: 93px 86px 80px;
    min-height: 665px;
    background-color: #363636;
    overflow: hidden;
}
.form-callback-wrap{
    position: relative;
    display: flex;
    width: 100%;
    z-index: 5;
}
.form-callback-title{
    font-family: 'PT Sans Narrow', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}
.form-callback-left{
    position: relative;
    padding-right: 30px;
    width: 100%;
    max-width: 60%;
}
.form-callback-img{
    position: absolute;
    bottom: -90px;
    left: -100px;
}
.form-callback-right{
    padding-left: 60px;
    width: 100%;
    max-width: 40%;
}
.form-callback-field{
    margin-bottom: 20px;
}
.form-callback-field input,
.form-callback-field textarea{
    width: 100%;
    outline: none;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #363636;
    padding: 18px 30px;
    border-radius: 10px;
}
.form-callback-field textarea{
    resize: none;
    height: 120px;
}
.form-callback-field input::placeholder,
.form-callback-field textarea::placeholder{
    color: #B8B8B8;
}
.form-callback-button{
    margin-bottom: 20px;
}
.form-callback-button button{
    width: 100%;
    outline: none;
    border: none;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    height: 60px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #AE3D03;
    cursor: pointer;
}
.form-callback-decor{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.form-callback-decor-name{
    position: absolute;
    bottom: 0;
    left: 0;
}
/* 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/system.pagenavigation/.default/style.css?1752157552858 */
/* /local/templates/gnbservice/components/wexpert/iblock.list/faq_lent/style.css?1752157552907 */
/* /local/templates/gnbservice/components/bitrix/form.result.new/question/style.css?17521575521975 */
/* /local/templates/gnbservice/components/wexpert/iblock.list/offices/style.css?17521575521318 */
