

/* Start:/local/templates/gnbservice/components/wexpert/iblock.list/calculators/style.css?1752157552591*/
.calc-menu{
    margin-bottom: 80px;
    display: flex;
}
.calc-link{
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    background-color: #AE3D03;
    padding: 22px 49px;
    border: 1px solid #AE3D03;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    height: 70px;
}
.calc-link:not(:last-child){
    margin-right: 30px;
}
.calc-link svg{
    margin-right: 10px;
}
.calc-link:nth-child(2){
    color: #AE3D03;
    background-color: #FFFFFF;
}
/* End */


/* Start:/local/templates/gnbservice/components/wexpert/iblock.list/main_services/style.css?17521575522920*/
.b-services{
    position: relative;
    background-color: #B8B8B8;
    border-radius: 30px;
    padding: 75px 90px;
    overflow: hidden;
    margin-bottom: 120px;
}
.b-services:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: url("/local/templates/gnbservice/components/wexpert/iblock.list/main_services/img/decor.png");
    background-repeat: no-repeat;
}
.t-services{
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    line-height: 100%;
    text-transform: uppercase;
    color: #363636;
    margin-bottom: 62px;
}
.w-service{
    position: relative;
    z-index: 2;
}
.list-serv{
    margin-bottom: 20px;
}
.list-serv ul{
    display: grid;
    grid-template-columns: repeat(3, calc(100%/3));
    grid-auto-flow: row;
    list-style: none;
    padding: 0;
    margin: -10px;
}
.list-serv li{
    width: 100%;
    padding: 10px;
}
.wr-sr{
    background-color: #fff;
    border-radius: 30px;
    overflow: hidden;
    padding: 30px;
    height: 156px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.t-serv{
    display: flex;
    align-items: center;
}
.img-serv{
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 14px;
    margin-right: 25px;
    flex: 0 0 90px;
}
.img-serv img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    filter: grayscale(100%);
}
.name-serv{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    color: #363636;
    width: 100%;
}
.wr-sr:hover{
    background-color: #AE3D03;
}
.wr-sr:hover .name-serv{
    color: #fff;
}
.wr-sr:hover .img-serv{
    width: 156px;
    height: 156px;
    flex: 0 0 156px;
    margin-left: -30px;
}
.wr-sr:hover .img-serv img{
    filter: grayscale(0);
}
.list-serv li:nth-child(1){
    grid-row: 1/3;
    grid-column: 1;
}
.list-serv li:nth-child(9){
    grid-row: 3 / 5;
    grid-column: 3;
}
.list-serv li:nth-child(9) .wr-sr,
.list-serv li:nth-child(1) .wr-sr{
    height: 332px;
}
.list-serv li:nth-child(9) .t-serv,
.list-serv li:nth-child(1) .t-serv{
    display: flex;
    flex-direction: column;
}
.list-serv li:nth-child(9) .img-serv,
.list-serv li:nth-child(1) .img-serv{
    max-height: 177px;
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-bottom: 30px;
}
.list-serv li:nth-child(9) .wr-sr:hover .img-serv,
.list-serv li:nth-child(1) .wr-sr:hover .img-serv{
    max-width: 525px;
    max-height: 250px;
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
}
.wr-calc .calc-btn{
    width: 100%;
    height: 100px;
    border-radius: 20px;
}
.wr-calc .calc-btn-text{
    font-size: 26px;
    line-height: 120%;
}
.wr-calc .calc-btn-ico svg{
    width: 43px;
    height: 43px;
}
/* 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/wexpert/iblock.list/calculators/style.css?1752157552591 */
/* /local/templates/gnbservice/components/wexpert/iblock.list/main_services/style.css?17521575522920 */
/* /local/templates/gnbservice/components/wexpert/iblock.list/offices/style.css?17521575521318 */
