

/* Start:/local/templates/gnbservice/assets/css/technology.css?17521575527666*/
.technology-desc{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 120%;
    color: #363636;
    margin-bottom: 60px;
    max-width: 1260px;
}
.technology-desc a{
    color: #AE3D03;
}
.technology-btn-block a{
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    background-color: #AE3D03;
    width: 440px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    text-decoration: none;
}
.technology-list-block{
    margin-bottom: 120px;
}
.technology-list{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.technology-item{
    width: 100%;
    max-width: calc(100%/3);
    padding: 10px;
}
.technology-wrap{
    display: block;
    background-color: #E5E5E5;
    border-radius: 30px;
    padding: 33px;
    text-decoration: none;
    height: 100%;
}
.technology-img{
    height: 248px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 30px;
}
.technology-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.technology-name-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.technology-name{
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
    color: #363636;
}
.technology-link{
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.technology-detail-title,
.technology-detail h1{
    margin-top: 0;
    font-family: 'PT Sans Narrow', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 70px;
    line-height: 100%;
    text-transform: uppercase;
    color: #363636;
    margin-bottom: 40px;
}
.technology-detail h2{
    font-family: 'PT Sans Narrow', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 100%;
    text-transform: uppercase;
    color: #363636;
    margin-bottom: 50px;
    margin-top: 0;
}
.technology-detail-banner img{
    width: 100%;
    height: 606px;
    object-fit: cover;
    border-radius: 30px;
    margin-bottom: 50px;
}
.technology-detail ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}
.technology-detail li{
    position: relative;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #363636;
    padding-left: 14px;
}
.technology-detail li:before{
    content: '';
    position: absolute;
    background-image: url("/local/templates/gnbservice/assets/css/../svg/list-ico.svg");
    width: 6px;
    height: 6px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}
.technology-detail li:not(:last-child){
    margin-bottom: 20px;
}
.technology-detail-desc{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    color: #363636;
    margin-bottom: 50px;
}
.technology-detail-desc a{
    color: #AE3D03;
}
.technology-detail-desc-with-pic{
    display: flex;
    margin-bottom: 50px;
}
.technology-detail-desc-text{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #363636;
}
.technology-detail-desc-text p:not(:last-child){
    margin-bottom: 30px;
}
.technology-detail-desc-img{
    width: 410px;
    flex: 0 0 410px;
    height: 546px;
    position: relative;

}
.technology-detail-desc-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}
.technology-detail-desc-img-desc{
    position: absolute;
    width: 359px;
    background-color: #363636;
    border-radius: 20px;
    bottom: 25px;
    left: 25px;
    right: 25px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 10px;

}
.technology-detail-desc-text{
    padding-left: 30px;
}
.technology-detail-desc-img-v2{
    width: 253px;
    height: 280px;
}
.technology-detail-desc-img-v2 img{
    margin-bottom: 11px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.technology-detail-desc-img-v2 .technology-detail-desc-img-desc{
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    font-size: 12px;
    border-radius: 12px;
}
.technology-detail-slider .slide{
    height: 339px;
}
.technology-detail-slider .slide img{
    width: 100%;
    height: 100%;
    border-radius: 30px;
    object-fit: cover;
}
.technology-detail-slider-nav{
    margin-bottom: 50px;
    margin-top: 20px;
}
.technology-detail-desc-v2{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #363636;
    margin-bottom: 50px;
}
.citate{
    background-color: #363636;
    border-radius: 30px;
    padding: 53px 64px;
    margin-bottom: 120px;
}
.citate.citate-no-service{
    justify-content: center;
}
.citate.citate-v2{
    flex-direction: column;
    align-items: flex-start;
}
.citate-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.citate-row:not(:last-child){
    margin-bottom: 40px;
}
.citate-no-service-title{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: #FFFFFF;
    width: 100%;
}
.citate-text{
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    max-width: 966px;
}
.citate{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.citate-text a{
    color: #DD6121;
}
.citate-btn{
    background-color: #AE3D03;
    bottom: 10px;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 346px;
    height: 60px;
    border-radius: 10px;
    text-decoration: none;
}
.technology-detail-other{
    margin-bottom: 120px;
}
.technology-detail .mt-30{
    margin-top: 30px;
}
.technology-table{
    border-spacing: 0 13px;
    border-collapse: separate;
    margin-bottom: 50px;
    width: 100%;
}
.technology-table tr th{
    background-color: #363636;
    text-align: left;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: #FFFFFF;
}
.technology-table tr td{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #363636;
    border: solid 1px #E5E5E5;
    border-style: solid none;
}
.technology-table tr{
    border: 1px solid #363636;
    border-radius: 10px;
    margin-bottom: 8px;
}
.technology-table tr th,
.technology-table tr td{
    padding: 18px 44px;
}
.technology-table tr th:first-child,
.technology-table tr td:first-child{
    border-radius: 10px 0 0 10px;
}
.technology-table tr th:last-child,
.technology-table tr td:last-child
{
    border-radius: 0 10px 10px 0;
}
.technology-table tr td:first-child{
    border-left-style: solid;
}
.technology-table tr td:last-child{
    border-right-style: solid;
    font-weight: bold;
}
.technology-detail-video{
    margin-bottom: 50px;
}
.technology-detail-video iframe{
    width: 100%;
    height: 606px;
    border-radius: 30px;
}
/* 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/assets/css/technology.css?17521575527666 */
/* /local/templates/gnbservice/components/wexpert/iblock.list/offices/style.css?17521575521318 */
