

/* Start:/local/templates/gnbservice/components/bitrix/catalog/main/bitrix/catalog.element/.default/style.css?17521575524511*/
.card-product{
    display: flex;
    margin-bottom: 60px;
}
.card-product-left{
    width: 100%;
    max-width: 732px;
}
.card-product-main-img{
    margin-bottom: 30px;
}
.card-product-main-img-item{
    height: 423px;
}
.card-product-main-img img{
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card-product-gallery .owl-dots{
    display: none;
}
.card-product-thumbs-img-item{
    height: 90px;
}
.card-product-thumbs-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
}

.card-product-right{
    width: 100%;
    max-width: 750px;
    margin-left: 40px;
}
.card-product-title{
    font-family: 'PT Sans Narrow', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    color: #363636;
    margin-bottom: 30px;
}
.card-product-desc-top{
    margin-top: 0;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #363636;
}
.card-product-desc{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    color: #363636;
    margin-bottom: 30px;
}
.card-product-desc p{
    margin-top: 0;
    margin-bottom: 0;

}
.card-product-desc p:not(:last-child){
    margin-bottom: 30px;
}
.card-product-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.card-product-available{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #747373;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.card-product-available svg{
    margin-right: 5px;
}
.card-product-price-text{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #363636;
    margin-bottom: 5px;
}
.card-product-price-desc{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #747373;
}
.card-product-order-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 371px;
    height: 70px;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #AE3D03;
    border-radius: 10px;
}
.card-product-bottom-link a{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #AE3D03;
}
.card-product-bottom-link a:not(:last-child){
    margin-right: 35px;
}
.card-product-tab-header{
    margin-bottom: 40px;
}
.card-product-tab-header-wrap{
    background-color: #E5E5E5;
    border-radius: 20px;
    display: flex;
    align-items: center;
    height: 90px;
    padding: 0 24px;
}
.card-product-tab-header-item{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #747373;
    text-decoration: none;
    padding: 0 27px;
}
.card-product-tab-header-item:not(:last-child){
    border-right: 1px solid #D1CFCF;
}
.card-product-tab-header-item:hover,
.card-product-tab-header-item.active{
    font-weight: 700;
    color: #363636;
}
.card-product-tab-item{
    display: none;
}
.card-product-tab-item.active{
    display: block;
}
.card-product-tab-body{
    margin-bottom: 120px;
}
.card-product-prop-list{
    max-width: 888px;
}
.card-product-prop-item{
    border: 1px solid #E5E5E5;
    margin-bottom: 10px;
    border-radius: 20px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 37px;
}
.card-product-prop-name{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #363636;
}
.card-product-prop-value{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #363636;
}
.card-product-tab-text h3{
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #363636;
    margin-top: 0;
    margin-bottom: 12px;
}
.card-product-tab-text ul{
    padding-left: 30px;
}
.card-product-tab-text li{
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #363636;
}
/* 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/catalog/main/bitrix/catalog.element/.default/style.css?17521575524511 */
/* /local/templates/gnbservice/components/bitrix/form.result.new/question/style.css?17521575521975 */
/* /local/templates/gnbservice/components/wexpert/iblock.list/offices/style.css?17521575521318 */
