

/* Start:/local/templates/gnbservice/components/wexpert/iblock.list/main_slider/style.css?17521575522012*/
.slider{
    position: relative;
    margin-bottom: 60px;
}
.slide{
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.slide-wrapper{
    height: 760px;
    background-color: #E5E5E5;
    padding: 96px 110px;

}
.slide-title{
    font-family: 'PT Sans Narrow', serif;
    font-style: normal;
    font-weight: bold;
    font-size: 120px;
    line-height: 100%;
    text-transform: uppercase;
    color: #363636;
    margin-bottom: 59px;
}
.slide-desc{
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #363636;
}
.orange-text{
    color: #AE3D03;
}
.condition-text{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #363636;
    margin-top: 25px;
}
.slide-more{
    margin-top: 59px;
}
.slide-more a{
    text-decoration: none;
    background-color: #AE3D03;
    border-radius: 10px;
    padding: 23px 132px;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
}
.slider .owl-dots{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    width: 100%;
    display: flex;
    justify-content: center;
}
.slider .owl-dot{
    margin-left: 20px;
}
.slider .owl-dot span{
    display: block;
    width: 146px;
    height: 6px;
    background-color: #fff;
    opacity: 0.4;
    border-radius: 100px;
}
.slider .owl-dot.active span{
    background-color: #AE3D03;
    opacity: 1;
}
.slide-decor-bg{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: auto;
}
.slide-decor-name{
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.slide-img{
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5;
}
.slide-img img{
    height: 100%;
}
.slide-content{
    position: relative;
    z-index: 50;
}
/* End */


/* Start:/local/templates/gnbservice/components/wexpert/iblock.list/clients/style.css?1752157552497*/
.client{
    margin-bottom: 120px;
}
.client-list{
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -30px;
}
.client-item{
    width: 100%;
    max-width: calc(100%/3);
    padding: 0 30px;
}
.client-link{
    display: flex;
    height: 101px;
    justify-content: center;
    align-items: center;
    background-color: #363636;
    border-radius: 20px;
}
.client-link img{
    max-width: 95%;
}
/* End */


/* Start:/local/templates/gnbservice/components/bitrix/catalog.section.list/main/style.css?17521575523023*/
.category-block{
    margin-bottom: 117px;
}
.category-title{
    font-family: 'PT Sans Narrow', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 100px;
    line-height: 100%;
    text-transform: uppercase;
    color: #363636;
    margin-top: 0;
    margin-bottom: 60px;
}
.category-list{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.category-item{
    padding: 10px;
    width: 100%;
    max-width: 25%;
}
.category-item.col-2{
    max-width: 50%;
}
.category-wrapper{
    display: block;
    background-color: #E5E5E5;
    border-radius: 30px;
    height: 100%;
    padding: 42px 39px;
    position: relative;
    transition: all 0.25s;
}
.category-link{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.category-img{
    flex: 0 0 191px;
    width: 191px;
    height: 178px;
    border-radius: 20px;
    background-color: #B8B8B8;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s;
}

.category-img img{
    width: 90%;
    height: 90%;
    object-fit: contain;
    margin: auto;
}
.category-top{
    position: relative;
    margin-bottom: 17px;
}
.category-link-btn{
    position: absolute;
    right: 0;
    top: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #fff;
}
.category-link-btn svg{
    transition: all 0.25s;
}
.category-name{
    font-style: normal;
    font-weight: 800;
    font-size: 26px;
    line-height: 120%;
    text-transform: uppercase;
    color: #363636;
    transition: all 0.25s;
    margin-bottom: 10px;
}
.category-sub-list{
    position: relative;
    z-index: 5;
}
.category-sub-list ul,
.category-sub-list li{
    list-style: none;
}

.category-sub-list ul{
    margin: 0;
    padding: 0;
}
.category-sub-list li{
    margin-bottom: 8px;
}
.category-sub-list a{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #747373;
    transition: all 0.25s;
}
.category-item.col-2 .category-top{
    display: flex;
}
.category-item.col-2 .category-img{
    margin-bottom: 0;
    margin-right: 29px;
}
.category-item.col-2 .category-sub-list-block{
    padding-right: 66px;
}
.category-wrapper:hover{
    background-color: #AE3D03;
}
.category-wrapper:hover .category-img{
    background-color: #fff;
}
.category-wrapper:hover .category-name{
    color: #fff;
}
.category-wrapper:hover .category-link-btn svg{
    transform: rotateZ(45deg);
}
.category-wrapper:hover .category-sub-list a{
    color: #fff;
}
.category-item:nth-child(5) .category-sub-list ul{
    display: flex;
    flex-wrap: wrap;
}
.category-item:nth-child(5) .category-sub-list li{
    width: 100%;
    max-width: 50%;
}
/* 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/main_videos/style.css?17522278801887*/
.video-block{
    margin-bottom: 120px;
}
.video-list{
    display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-auto-flow: row;
    margin: -10px;
}
.video-item{
    padding: 10px;
}
.video-item:nth-child(1){
    grid-area: 1 / 1 / 3 / 3;
}
.video-item-wrapper{
    height: 273px;
    position: relative;
}
.video-item:nth-child(1) .video-item-wrapper{
    height: 566px;
}
.video-item-img{
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.video-item-img:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
    z-index: 1;
}
.video-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;

}
.video-item-name{
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    left: 30px;
    bottom: 32px;
    z-index: 5;
}
.video-item-play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.popup-video{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
.popup-video.show{
    display: block;
}
.popup-video .popup__form{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    overflow: hidden;
    line-height: 0;
}
.popup-video iframe{
    width: 100%;
    height: 100%;

}
.popup-video .popup__wrapper{
    position: relative;
    max-width: 1800px;
}
.popup-video .popup__wrapper:before{
    content: '';
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 40%;
}
.popup-video-wrap-content{
    height: 100%;
}
/* End */


/* Start:/local/templates/gnbservice/components/wexpert/iblock.list/main_news_slider/style.css?17521575521850*/
.news-slider .owl-stage{
    display: flex;
}
.news-slide{
    background-color: #E5E5E5;
    padding: 30px;
    border-radius: 30px;
    height: 100%;
}
.news-slide-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}
.news-slide-img{
    display: block;
    height: 250px;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 30px;
}
.news-slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-slide-name{
    display: block;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #363636;
    margin-bottom: 20px;
    text-decoration: none;
}
.news-slide-desc{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #747373;
    margin-bottom: 20px;
}
.news-slide-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-slide-date{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #B8B8B8;
    padding: 6px 12px;
    border-radius: 10px;
    background-color: #fff;
}
.news-slide-link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #fff;
}
.news-slide-link:hover svg{
    transform: rotateZ(45deg);
}
.news-slider-nav{
    display: flex;
}
.news-slider-nav .owl-prev{
    margin-right: 20px;
}
.news-slider-nav .owl-next,
.news-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 */


/* Start:/local/templates/gnbservice/components/bitrix/subscribe.edit/.default/style.css?17818699302410*/
.wr-subscr{
	display: flex;
	align-items: center;
	justify-content: center;
    position: relative;
    background-color: #363636;
    border-radius: 30px;
    padding: 60px 84px;
    height: 347px;
    margin-bottom: 120px;
}
.decor-name{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.decor{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.b-subscr{
    position: relative;
    z-index: 5;
    display: flex;

}
.t-subscr{
    font-family: 'PT Sans Narrow', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.f-subscr{
    display: flex;
    align-items: center;
}
.b-check{
    margin-right: 58px;
    width: 400px;
}
.b-check ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.b-check li{
    margin-bottom: 20px;
}
.b-check label{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #FFFFFF;
    margin-left: 20px;
}
.subscr{
    width: 362px;
}
.subscr input{
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #363636;
    padding: 18px 30px;
    border-radius: 10px;
    border: none;
    outline: none;
    margin-bottom: 20px;
}
.subscr input::placeholder{
    color: #B8B8B8;
}
.subscr button{
    width: 100%;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 10px;
    border: none;
    outline: none;
    background-color: #AE3D03;
    padding: 18px 30px;
}

.social-list{
    display: flex;
    flex-wrap: wrap;
    margin: -6px -17px;
}
.social-item{
    width: 100%;
    max-width: calc(100%/3);
    flex: 0 0 calc(100%/3);
    padding: 6px 17px;
}
.social-item:nth-child(5){
    max-width: 50%;
    flex: 0 0 50%;
}
.social-wrap{
    display: flex;
    align-items: center;
	justify-content: center;
    text-decoration: none;
}
.social-ico{
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background-color: #AE3D03;
}
.social-name{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #FFFFFF;
}
/* 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/main_slider/style.css?17521575522012 */
/* /local/templates/gnbservice/components/wexpert/iblock.list/clients/style.css?1752157552497 */
/* /local/templates/gnbservice/components/bitrix/catalog.section.list/main/style.css?17521575523023 */
/* /local/templates/gnbservice/components/wexpert/iblock.list/main_services/style.css?17521575522920 */
/* /local/templates/gnbservice/components/wexpert/iblock.list/main_videos/style.css?17522278801887 */
/* /local/templates/gnbservice/components/wexpert/iblock.list/main_news_slider/style.css?17521575521850 */
/* /local/templates/gnbservice/components/bitrix/subscribe.edit/.default/style.css?17818699302410 */
/* /local/templates/gnbservice/components/wexpert/iblock.list/offices/style.css?17521575521318 */
