

/* Start:/local/css/elements/gwd.button.bubble.css?17459244212202*/
/* gwd.button.bubble.css - begin */
.gwd__btn-bubble{
    border-radius: 10px;
    background-image: linear-gradient(to top, #cccccc, #fafafa);
    border: solid 1px #dcdcdc;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #333;
    margin: 0 10px 10px 0;
}

.gwd__btn-group{
    display: flex;
}
.gwd__btn-group > *{
    flex-flow: row;
}
.gwd__btn-group .gwd__btn-bubble{
    margin: 0;
    border-radius: 0;
}

.gwd__btn-group > .gwd__btn-bubble:first-child,
.gwd__btn-group > *:first-child .gwd__btn-bubble{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.gwd__btn-group > .gwd__btn-bubble:last-child,
.gwd__btn-group > *:last-child .gwd__btn-bubble{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.gwd__btn-bubble:focus{
    outline: none;
}

.gwd__btn-bubble:hover{
    background-image: linear-gradient(to top, #dddddd, #ffffff);
    border: solid 1px #dcdcdc;
}

.gwd__btn-bubble:disabled,
label input:disabled ~ .gwd__btn-bubble{
    color: #aaa;
    background-image: linear-gradient(to top, #cccccc, #fafafa)!important;
}

.gwd__btn-bubble.active,
label input[type="radio"]:checked ~ .gwd__btn-bubble,
label input[type="checkbox"]:checked ~ .gwd__btn-bubble{
    background-color: #99cc33;
    background-image: none;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
}

.gwd__btn-bubble.active:hover,
label input[type="radio"]:checked ~ .gwd__btn-bubble:hover,
label input[type="checkbox"]:checked ~ .gwd__btn-bubble:hover{
    background-color: #88bb22;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background-image: none;
}

.gwd__btn-bubble.active,
.gwd__btn-bubble.active:hover{
    border: 1px solid transparent;
}
label input[type="radio"]:checked ~ .gwd__btn-bubble,
label input[type="checkbox"]:checked ~ .gwd__btn-bubble,
label input[type="radio"]:checked ~ .gwd__btn-bubble:hover,
label input[type="checkbox"]:checked ~ .gwd__btn-bubble:hover{
    border: 1px solid #7da72a;
}

@media only screen and (max-width: 767px){
    .gwd__btn-bubble{
        margin: 0 5px 5px 0;
        padding: 7px 10px;
    }
}
/* gwd.button.bubble.css - end */
/* End */


/* Start:/local/css/elements/gwd.form.inputs.css?17459244216464*/
/* gwd.form.inputs.css begin */

.gwd-form .form-group{
    margin-bottom: 14px;
}
.gwd-form .form-control{
    font-size: 16px;
}
.gwd-form .form-control:not(textarea){
    height: 50px;
}
.gwd-form .form-group label{
    font-weight: 400;
}
.gwd-form p{
    margin: 10px 0;
    line-height: 1.2;
}
.gwd-form p.help-block{
    color: #aaaaaa;
    font-weight: 300;
}
.gwd-form .form-inline{
    display: flex;
    flex-flow: row;
}
.gwd-form .form-inline>*{
    margin-right: 10px;
}
.gwd-form .form-group .form-inline:not(:last-child){
    margin-bottom: 14px;
}
.gwd-form .form-group>strong{
    margin-bottom: 4px;
}
@media(min-width: 768px){
    .gwd-form .form-inline-md-up{
        display: flex;
        flex-flow: row;
    }
    .gwd-form .form-inline-md-up>*{
        margin-right: 10px;
    }
    .gwd-form .form-group .form-inline-md-up:not(:last-child){
        margin-bottom: 14px;
    }
}


/* clear styles */
.gwd-form .checkbox label,
.gwd-form .radio label{
    /*padding-left: 0;*/
}
/* */

/* text begin */
.gwd-form input[type="text"],
.gwd-form textarea{
    background-color: #eeeeee;
    border-radius: 10px;
    border: none;
    line-height: 18px;
    margin-right: 0;
    box-shadow: none;
    text-align: left;
    padding: 16px 10px 16px 20px;
}
.gwd-form input[type="text"]{

}
.gwd-form input:focus[type="text"],
.gwd-form textarea.form-control:focus{
    background-color: #dcdcdc;
    outline: none;
    box-shadow: none;
}
.gwd-form input.input-inline{
    height: 30px;
    padding-left: 10px;
    border-radius: 5px;
    /*margin-left: 30px;*/
    padding-top: 15px;
    padding-bottom: 15px;
}
.gwd-form .input-inline:not(:last-child){
    margin-right: 10px;
}
.gwd-form .input-inline.short{
    width: 50px;
}

/* text end */

/* range begin */
.gwd-form .range{
    display: flex;
    flex-flow: row;
}
.gwd-form .range input{
    width: calc(50% - 1px);
    padding-left: 20px;
    font-size: 20px;
}
.gwd-form .range input:first-child{
    border-radius: 20px 0 0 20px;
    margin-right: 2px;
}
.gwd-form .range input:last-child{
    border-radius: 0 20px 20px 0;
}
/* range end */

/* checkbox, radio begin */
.gwd-form .row .radio,
.gwd-form .row .checkbox{
    margin-top: 0;
}
.gwd-form .checkbox,
.gwd-form .radio{
    font-weight: 400;
    display: flex;
    flex-flow: row;
    align-items: center;
    line-height: 26px;
    position: relative;
    padding-left: 37px;
}
.gwd-form .form-inline .checkbox,
.gwd-form .form-inline .radio{
    display: flex;
    margin-right: 40px;
}
@media(min-width: 768px){
    .gwd-form .form-inline-md-up .checkbox,
    .gwd-form .form-inline-md-up .radio{
        display: flex;
        margin-right: 40px;
        margin-top: 0;
        margin-bottom: 0;
    }
}
.gwd-form .checkbox .checkbox,
.gwd-form .checkbox .radio,
.gwd-form .radio .checkbox,
.gwd-form .radio .radio{
    margin-bottom: 14px;
}
.gwd-form .checkbox>input[type="checkbox"],
.gwd-form .radio>input[type="radio"]{
    display: none;
}
.gwd-form .checkbox > .visible,
.gwd-form .radio > .visible{
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 26px;
    flex-basis: 26px;
    flex-shrink: 0;
    font-size: 29px;
    line-height: 19px;
    margin-right: 10px;
    border: 2px solid #eeeeee;
    background: #eeeeee;
    -webkit-box-shadow: 0px 0px 0px 5px white;
    -moz-box-shadow: 0px 0px 0px 5px white;
    box-shadow: 0px 0px 0px 5px white;
    transition: border-color 0.2s;
}
.gwd-form .checkbox>.visible{
    border-radius: 5px;
}
.gwd-form .radio>.visible{
    border-radius: 50%;
}
.gwd-form .checkbox>.visible:before,
.gwd-form .radio>.visible:before{
    display: block;
    width: 16px;
    height: 16px;
    transform: scale(0);
    transition: transform 0.2s;
    transform-origin: center center;
    background: black;
}
.gwd-form .checkbox>.visible.fa:before{
    width: unset;
    height: unset;
    background: transparent;
    transform-origin: center 65%;
}
.gwd-form .radio>.visible:before{
    border-radius: 50%;
    position: relative;
    left: 3px;
    top: 3px;
}
.gwd-form .checkbox>.visible:not(.fa):before,
.gwd-form .radio>.visible:before{
    content: '';
}
.gwd-form .checkbox>input[type="checkbox"]:checked ~ .visible,
.gwd-form .radio>input[type="radio"]:checked ~ .visible{
    border-color: #99cc33;
}
.gwd-form .checkbox>input[type="checkbox"]:checked ~ .visible:before,
.gwd-form .radio>input[type="radio"]:checked ~ .visible:before{
    transform: scale(1);
}
.gwd-form .checkbox:hover>input[type="checkbox"]:not(:disabled) ~ .visible,
.gwd-form .radio:hover>input[type="radio"]:not(:disabled) ~ .visible{
    border-color: #99cc33;
}
.gwd-form .checkbox+.checkbox,
.gwd-form .radio+.radio{
    margin-top: 0;
    /*margin-top: 10px;*/
}

/*.gwd-form .checkbox label,*/
/*.gwd-form .radio label{*/
    /*padding-left: 0;*/
/*}*/
/* checkbox, radio end */

/* file begin */
.gwd-form .fileinput>input[type="file"]{
    display: none;
}
.gwd-form .fileinput>.visible,
.gwd-form .fileinput>.file{
    padding-left: 31px;
    height: 26px;
    background-repeat: no-repeat;

}

.gwd-form .fileinput>.visible{
    background-image: url(/uslugi/stone/img/upload.svg);
    color: #aaa;
    display: inline-block;
    background-size: auto 66px;
    background-position: -13px center;
}
.gwd-form .fileinput>input[type="file"]:not(:disabled) ~ .visible:hover{
    background-image: url(/uslugi/stone/img/upload_hover.svg);
    color: black;
}
.gwd-form .fileinput>.file{
    background-image: url(/uslugi/stone/img/upload_done.svg);
    display: block;
    color: black;
    background-size: auto 20px;
    background-position: 3px 0;
    line-height: 24px;
    margin-top: 3px;
    position: relative;
    padding-right: 20px;
}
.gwd-form .fileinput>.file>.filename{
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
}
.gwd-form .fileinput>.file>button{
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    float: right;
    width: 12px;
    height: 22px;
    margin-left: 10px;
    background-color: transparent;
    background-image: url(/brief/img/trash.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.gwd-form .fileinput>.file>button:hover{
    background-image: url(/brief/img/trash_hover.svg);
}
.gwd-form .fileinput>.file>button:focus{
    outline: none;
}
/* file end */

/* gwd.form.inputs.css end */

/* test */



/* End */


/* Start:/local/css/elements/gwd.form.input-with-buttons.css?17459244211373*/
/* gwd.form.input-with-buttons.css begin */
.gwd-form .input-with-buttons{
    display: inline-block;
    position: relative;
    font-weight: 400;
    line-height: normal;
    cursor: text;
    max-width: 200px;
}
.gwd-form .input-with-buttons input{
    width: 100%;
    padding: 16px 40px 16px 19px;
}
.gwd-form .input-with-buttons .placeholder{
    display: none;
    position: absolute;
    top: 15px;
    left: 19px;
    color: #aaaaaa;
    font-size: 16px;
    cursor: inherit;
}
.gwd-form .input-with-buttons .input-button{
    height: 22px;
    width: 22px;
    position: absolute;
    right: 15px;
    top: 13px;
    fill: #aaaaaa;
    padding: 0;
    border: none;
    background: none;
}
.gwd-form .input-with-buttons .input-button:focus{
    outline: none;
}
.gwd-form .input-with-buttons .input-button svg{
    width: 22px;
    height: 22px;
}
.gwd-form .input-with-buttons .icon-secondary,
.gwd-form .input-with-buttons.has-text .icon-primary{
    display: none;
}
.gwd-form .input-with-buttons.has-text .icon-secondary{
    display: block;
}
.gwd-form .input-with-buttons:hover input:not(:disabled) ~ .placeholder,
.gwd-form .input-with-buttons:hover input:not(:disabled) ~ .input-button{
    color: #333;
    fill: #333;
}
.gwd-form .input-with-buttons input:placeholder-shown ~ .placeholder{
    display: block;
}
/* gwd.form.input-with-buttons.css end */
/* End */


/* Start:/about/employees/style.css?1745924418317*/
.breadcrumbs{
    background-color: transparent!important;
    z-index: 10;
    position: relative;
}
.content{
    padding-top: 0!important;
}
.employees-top{
    margin-top: -38px;
    padding-top: 44px;
    z-index: 1;
}
@media (max-width: 640px) {
    .employees-top{
        padding-top: 31px!important;
    }
}

/* End */


/* Start:/local/bitrix/templates/.default/components/bitrix/catalog.section.list/employees-vue/style.css?174592442018*/
.employees-top{

}
/* End */


/* Start:/local/bitrix/templates/.default/components/bitrix/catalog.section.list/employees-vue/bitrix/news.list/employees-vue/style.css?17891305676667*/
.employees{
    opacity: 0;
    transition: opacity 0.5s;
}
.employees.--ready{
    opacity: 1;
}
.employees .container-fluid:nth-child(odd){
    background-color: #EDEDED;
}
.employees .container-fluid:nth-child(even){
    background-color: #F5F4F4;
}
/*.employee-section,*/
/*.employee-sub-dep-wrapper{*/
/*    overflow: hidden;*/
/*    margin-left: -15px;*/
/*    margin-right: -15px;*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*}*/
.employee-filters{
    padding-top: 40px;
}
/*.employee-filters .container{*/
/*    display: flex;*/
/*    flex-flow: row nowrap;*/
/*}*/
.employee-filters .radio-button{
    margin-right: 0.5rem;
}
.employee-filters .radio-button__box{
    background-color: #e5e5e5;
}
.employee-filters .vue-search-box{
    margin-left: auto;
    --input-bg: #e5e5e5;
    --input-bg-hover: #cdcdcd;

    position: relative;
    top: -0.5rem;
}
@media (max-width: 991px) {
    .employee-filters .container{
        flex-wrap: wrap;
        gap: 0.5rem;
    }
    .employee-filters .vue-search-box{
        width: 100%;
        margin-top: 0.5rem;
    }
    .employee-filters .radio-button{
        margin: 0;
    }
}
.employees .container-fluid.employee-filters{
    background-color: #F5F4F4;
}
.employee-wrapper{
    margin-bottom: 25px;
    overflow: hidden;
}
.employee-wrapper.minimized{
    width: 0;
    padding-left: 0;
    padding-right: 0;
}
.employee-wrapper .found{
    background-color: #99cc33;
}
.employee {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    width: 100%;
}

p.h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.39;
    letter-spacing: 1px;
    text-align: left;
    text-transform: uppercase;
    margin: 25px 0 4px;
}

.employee-sub-dep {
    padding: 0 0 7px;
    font-weight: 500;
    font-size: 17px;
    color: #5d714c;
}

.employee-list {
    margin-top: 10px
}

.employee-data {
    background-color: #fff;
    margin-top: -55px;
    box-shadow: 0 8px 18px 0 rgba(26, 29, 44, 0.12), 0 3px 6px 0 rgba(25, 29, 50, 0.06);
    width: 80%;
    margin-left: 15px;
    height: 180px;
    padding: 10px 11px;
    margin-bottom: 20px;
    position: relative;
}

.employ-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.38;
    letter-spacing: 0.7px;
    text-align: left;
    position: relative;
    margin: 0;
    padding: 0;
    color: #333;
    text-transform: uppercase;
}

.employee-job {
    font-size: 14px;
    line-height: 1.1;
    text-align: left;
    width: 90%;
    margin-bottom: 5px;
}
.employee-office{
    margin: 0;
    position: absolute;
    bottom: 32px;
    font-size: 13px;
    line-height: 13px;
}

.employee-mail {
    text-align: left;
    width: 100%;
    /*left: 40px;*/
    position: absolute;
    bottom: 5px;
}

.employee-mail a {
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
    color: #333;
    border-bottom: 1px solid #a2c037;
    text-decoration: none;
}

.employee-certificates{
    position: absolute;
    top: -17px;
    right: 10px;
    cursor: pointer;
}
.employee-certificates__label{
    display: block;
    position: relative;
}
.employee-certificates__icon,
.employee-certificates__icon--hover{
    width: 34px;
    height: 34px;
}
.employee-certificates__icon--hover{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.2s;
}
.employee-certificates__tooltip{
    position: absolute;
    left: -37px;
    top: -41px;
    opacity: 0;
    font-size: 14px;
    line-height: normal;
    padding: 7px 10px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
    background: white;
    border-radius: 5px;
    transition: opacity 0.2s;
}
.employee-certificates__tooltip:after{
    position: absolute;
    bottom: -6px;
    left: calc(50% - 5px);
    content: '';
    background: #ffffff;
    width: 11px;
    height: 11px;
    transform: rotate(45deg) skewX(10deg) skewY(10deg);
}

.employee-mop-medal{
    position: absolute;
    top: 10px;
    left: 0;
    width: 70px;
    height: 70px;
}
@media(min-width: 992px){
    .employee-certificates:hover .employee-certificates__icon--hover,
    .employee-certificates:hover .employee-certificates__tooltip{
        opacity: 1;
    }
}
@media(max-width: 991px){
    .employee-certificates{
        bottom: 8px;
        left: 15px;
        top: unset;
        height: fit-content;
    }
    .employee-certificates__label:after{
        position: relative;
        top: -12px;
        color: #333;
        font-size: 14px;
        content: 'Сертификаты';
    }
}

@media screen and (max-width: 768px) {
    .employee-wrapper{
        display: flex;
        flex-flow: row nowrap;
    }
    .employee {
        height: 240px;
        background-size: cover;
        background-position: center center;
        flex-basis: 150px;
        flex-shrink: 0;
        background-repeat: no-repeat;
        min-height: auto;
        box-shadow: 0 8px 18px 0 rgba(26, 29, 44, 0.12), 0 3px 6px 0 rgba(25, 29, 50, 0.06);
    }
    .employee-data {
        height: unset;
        width: unset;
        flex-grow: 1;
        margin: 0;
        padding: 15px;
    }

    .employ-name {
        font-size: 14px;
    }

    .employee-office{
        position: relative;
        bottom: 0;
        margin-bottom: 2px;
    }
    .employee-mail {
        text-align: left;
        width: 100%;
        right: 0;
        left: 0;
        bottom: 0;
        position: relative;
    }

    .employee-mail a {
        font-size: 12px;
    }

    .employee-job {
        font-size: 12px;
    }
}


.certificates-modal{
    display: none;
    width: 1140px;
    max-height: 800px;

    padding: 30px!important;
    background: #f2f2f2;
}
.certificates-modal__header{
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 20px;
}
.cert-row{
    display: flex;
    flex-flow: row wrap;

    margin-left: -15px;
    margin-right: -15px;
}
.cert-row__item{
    flex-basis: 25%;
    flex-grow: 0;

    padding-left: 15px;
    padding-right: 15px;

    margin-bottom: 15px;
}
.cert-row__item:hover{
    opacity: 0.7;
}
.cert-row__item__image{
    width: 100%;
}

@media(max-width: 1024px){
    .certificates-modal{
        display: none;
        width: 1000px;
        max-height: 600px;
    }
}

@media(max-width: 991px){
    .certificates-modal{
        width: 100%;
        height: 100%;
    }
    .cert-row{
        /*display: block;*/
        /*overflow-y: scroll;*/
    }
    .cert-row__item{
        flex-basis: unset;
        height: 200px;
        width: 100%;
        overflow: hidden;

    }
    .cert-row__item__image{
        object-fit: cover;
        object-position: top;
    }
}
/* End */


/* Start:/local/components/vue/form/radio/radio-button/style.css?1745924421556*/
.radio-button__input{
    display: none;
}
.radio-button__box{
    background-color: var(--color-gray-light-medium, #F2F2F2);
    color: var(--color-text-default, #333);

    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 0.4rem;

    transition: background-color 0.15s, color 0.15s;
}
.radio-button__input:checked ~ .radio-button__box{
    background-color: var(--color-green-yellowish, #A2C037);
    color: white;
}
@media (max-width: 991px) {
    .radio-button__box {
        padding: 0.7rem 1.5rem;
        font-size: 1.4rem;
    }
}
/* End */


/* Start:/local/components/vue/form/search-box/style.css?17562182381478*/
.vue-search-box{
    --height: 50px;
    --width: 216px;
    --input-bg: #f7f7f7;
    --input-bg-hover: #e3e3e3;
    --border-radius: 10px;
    --button-width: var(--height);
    position: relative;
    width: var(--width);
}
.vue-search-box__input{
    height: var(--height);
    width: 100%;
    background-color: var(--input-bg);

    padding-left: 20px;
    padding-right: var(--button-width);

    font-size: 14px;
    /*max-height: 4.4rem;*/
    border: none;
    border-radius: var(--border-radius);

    transition: background 0.2s;
}
@media (max-width: 767px) {
    .vue-search-box__input{
        max-height: 4.4rem;
    }
}
.vue-search-box__input:hover{
    background: var(--input-bg-hover);
}
.vue-search-box__input:focus{
    outline: none;
}
.vue-search-box__button{
    position: absolute;
    top: -0.1rem;
    right: 0;
    padding: 0;

    height: var(--height);
    width: var(--button-width);

    background: none;
    border: none;
}
.vue-search-box__icon{
    height: 24px;
    width: 24px;

    fill: rgba(51, 51, 51, 0.3);

    transition: fill 0.2s;
}
.vue-search-box__close{
    width: 3rem;
    height: 3rem;
    border: 0.2rem solid white;
    background: #dcdcdc;
    color: #aaa;
    font-size: 1.6rem;
    line-height: 2rem;
    border-radius: 50%;
    position: absolute;
    right: -1rem;
    top: -1rem;
}
.vue-search-box__button:focus{
    outline: none;
}
.vue-search-box__button:hover .vue-search-box__icon:last-child{
    fill: #b0b0b0;
}
/* End */
/* /local/css/elements/gwd.button.bubble.css?17459244212202 */
/* /local/css/elements/gwd.form.inputs.css?17459244216464 */
/* /local/css/elements/gwd.form.input-with-buttons.css?17459244211373 */
/* /about/employees/style.css?1745924418317 */
/* /local/bitrix/templates/.default/components/bitrix/catalog.section.list/employees-vue/style.css?174592442018 */
/* /local/bitrix/templates/.default/components/bitrix/catalog.section.list/employees-vue/bitrix/news.list/employees-vue/style.css?17891305676667 */
/* /local/components/vue/form/radio/radio-button/style.css?1745924421556 */
/* /local/components/vue/form/search-box/style.css?17562182381478 */
