

/* Start:/local/templates/new_rus/css/about.css?17763366107749*/
.repute-section {
    margin: 80px 0;
}

.section-name {
    display: block;
    font-size: 17px;
    color: #388c94;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 44px;
}

.section-desc {
    max-width: 1000px;
}

.section-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;

}

.section-elem {
    padding: 50px 36px;
    text-align: center;
    width: calc(99% / 3);
    line-height: 21px;
    height: 249px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: flex-start;

}

.section-elem-1,
.section-elem-3,
.section-elem-5 {
    background-color: #f4f4f4;
}

.section-elem-2 {
    border-top: 2px solid #f4f4f4;
}

.section-elem-4 {
    border-bottom: 2px solid #f4f4f4;
    border-left: 2px solid #f4f4f4;
}

.section-elem-6 {
    border-bottom: 2px solid #f4f4f4;
    border-right: 2px solid #f4f4f4;
}

.section-elem-img {
    margin-bottom: 28px;
}

.section-elem-5 {
    padding: 0;
    justify-content: center;
}

.section-elem span {
    color: #88888c;
    font-size: 12px;
    display: block;
}

.section-elem .btn {
    width: 221px;
    height: 62px;
    border: 2px solid #fff;
    border-radius: 3px;
    background: 0 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: background-color .3s, border .3s;
    -o-transition: background-color .3s, border .3s;
    transition: background-color .3s, border .3s;
}

.section-elem .btn-dark {
    color: #206c7d;
    border-color: #206c7d;
}

.section-elem .btn-dark:hover {
    color: #fff;
    border-color: #206c7d;
    background-color: #206c7d;
}

.mt150 {
    margin-top: 80px;
}

.companies-section {
    margin-bottom: 50px;
    margin-top: 50px;
}

.ratings-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    margin-bottom: 70px;
}

.ratings-list-img {
    max-width: 70px;
    margin: 6px auto 15px;
    max-height: 55px;
}

.rating-col-2 {
    width: 48%;
    padding-left: 97px;
    position: relative;
}

.rating-col-2--kommersant {
    padding-left: 72px;
}

.rating-col-2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 45px;
    background: url('/local/templates/new-rus/img/rat1.svg') 0 0 no-repeat;
}

.rating-col-2--kommersant::before {
    background: url('/local/templates/new-rus/img/abouts/kommersant.svg') 0 0 / contain no-repeat;
}

.rating-col-top {
    margin-bottom: 23px;
    color: #632d56;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
}

.rating-col-blue::before {
    background: url('/local/templates/new-rus/img/rat2.svg') 0 0 no-repeat;
}

.rating-col-2--rbg::before {
    background: url('/local/templates/new-rus/img/abouts/RBG.svg') 0 0 / contain no-repeat;
}

.rating-col-blue .rating-col-top {
    color: #206c7d;
}

.rating-col-3 {
    width: calc(100% / 3);
    text-align: center;
    border: 2px solid #f4f4f4;
    min-height: 249px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 21px;
    padding: 0 70px;
}

.rating-col-3 + .rating-col-3 {
    border-left: 0;
}

.rating-col-3--two {
    width: calc(100% / 2);
}

.ratings-list-border {
    margin-bottom: 40px;
    margin-top: 33px;
}

.rating-col-3 span {
    color: #632d56;
    font-weight: 900;
    font-size: 19px;
    margin-bottom: 28px;
}

.controls-section {
    margin-top: 54px;
}

.controls-timelaps {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    column-gap: 0;
    align-items: stretch;
    align-content: stretch;
}

.controls-time-elem {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    padding-left: 27px;
    padding-top: 86px;
}

.controls-time-elem span {
    display: block;
}

.controls-time-y {
    color: #632d56;
    font-weight: 900;
    font-size: 19px;
    margin-bottom: 31px;
}

.controls-time-z {
    margin-top: 20px;
    color: #88888c;
    font-size: 12px;
}

.controls-time-elem::before {
    content: '';
    position: absolute;
    left: 0;
    width: 11px;
    height: 11px;
    background-color: #632d56;
    border-radius: 100%;
    top: 90px;
}

.controls-time-elem::after {
    content: '';
    position: absolute;
    left: 30px;
    top: 15px;
    right: 17px;
    height: 60px;
    background: url('/local/templates/new-rus/img/timel.svg') 0 0/100% 100% no-repeat;
}

.controls-time-elem:last-child::after {
    display: none;
}

@media (max-width: 1024px) {
    .section-elem {
        padding: 32px 20px 23px;
        height: 271px;
    }

    .controls-time-elem {
        flex: 1 1 0;
        min-width: 0;
        padding-top: 62px;
        padding-left: 20px;
    }

    .controls-time-elem::before {
        top: 67px;
    }

    .controls-time-elem::after {
        height: 36px;
        background: url('/local/templates/new-rus/img/timel768.svg') 0 0/100% 100% no-repeat;
    }

    .rating-col-3 {
        padding: 20px 30px;
        min-height: 222px;
    }

    .map-section img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 767px) {
    .section-elem {
        border: 2px solid #f4f4f4;
        padding: 32px 20px 23px;
        height: auto;
        width: 100%;
    }

    .controls-timelaps {
        flex-direction: column;
    }

    .controls-time-elem {
        padding-top: 0;
        width: 100%;
    }

    .controls-time-elem + .controls-time-elem {
        margin-top: 25px;
    }

    .controls-time-elem::before {
        top: 10px;
    }

    .controls-time-elem::after {
        display: none;
    }

    .controls-time-z {
        margin-top: 10px;
    }

    .section-name {
        margin-bottom: 20px;
    }

    .ratings-list {
        flex-wrap: wrap;
        margin-bottom: 34px;
    }

    .ratings-list-border {
        margin-bottom: 35px;
        margin-top: 25px;
    }

    .rating-col-2 {
        width: 100%;
        padding-left: 0;
        position: relative;
        padding-top: 63px;
    }

    .rating-col-2:not(:last-child) {
        margin-bottom: 25px;
    }

    .rating-col-3 + .rating-col-3 {
        border-left: 2px solid #f4f4f4;
    }

    .rating-col-3 {
        width: 100%;
        min-height: 150px;
    }

    .rating-col-3:not(:first-child) {
        border-top: none;
    }

    .companies-section {
        margin-top: 0;
    }
}
/* End */


/* Start:/local/templates/new_rus/components/bitrix/news.list/clients_new/style.min.css?17702246103367*/
.articles--clients .anchor{margin-top:-100px;height:100px}.clients-on-map .by,.clients-on-map .de,.clients-on-map .eg,.clients-on-map .in,.clients-on-map .il,.clients-on-map .es,.clients-on-map .it,.clients-on-map .kz,.clients-on-map .cn,.clients-on-map .ru,.clients-on-map .us,.clients-on-map .tr,.clients-on-map .fr,.clients-on-map .kr,.clients-on-map .jp,.clients-on-map .en,.clients-on-map .za,.clients-on-map .au,.clients-on-map .ve,.clients-on-map .sw{cursor:pointer}.clients-on-map .by:hover,.clients-on-map .de:hover,.clients-on-map .eg:hover,.clients-on-map .in:hover,.clients-on-map .il:hover,.clients-on-map .es:hover,.clients-on-map .it:hover,.clients-on-map .kz:hover,.clients-on-map .cn:hover,.clients-on-map .ru:hover,.clients-on-map .us:hover,.clients-on-map .tr:hover,.clients-on-map .fr:hover,.clients-on-map .kr:hover,.clients-on-map .jp:hover,.clients-on-map .en:hover,.clients-on-map .za:hover,.clients-on-map .au:hover,.clients-on-map .ve:hover,.clients-on-map .sw:hover{opacity:.8}.articles{padding:12px 0 0}.articles:after{content:"";display:table;clear:both}.article{margin:45px 0 0}.article:after{content:"";display:table;clear:both}.article:first-child{margin-top:0}.article__info{margin:0 0 0 90px}.article__title{font-size:14px;line-height:1.45;margin-top:-4px}.article__date{font-size:11px;color:#388c94;margin:12px 0 0}.clients-on-map{text-align:center;max-width:915px;margin:60px auto}.clients-list-elements .article{width:48%;background-color:#eeeef3;margin-bottom:41px;padding:30px;display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}.clients-list-elements .articles{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:stretch;align-content:stretch}.clients-list-elements .articles-nav{margin-top:0}.clients-list-elements .articles--clients{margin:0;padding:0}.clients-list-elements .articles--clients .article__image{width:auto;line-height:inherit}.clients-list-elements .articles--clients .article__image img{border-radius:4px;margin-right:19px}.clients-list-elements .articles--clients .article__info .article__title{margin:0}.clients-list-elements .articles--clients .article__info{flex:1;margin:0}.clients-list-elements .articles--clients .article__title{font-size:14px}.clients-list-elements .articles--clients .article__summary{font-size:13px;margin:26px 0 13px 0}.clients-list-elements .article__title:hover,.clients-list-elements .article__title a:hover{color:#206c7d;text-decoration:none}.clients-list-elements .article{margin-bottom:40px;width:calc((100% - 40px)/2);margin-top:0;margin-right:40px}.clients-list-elements .article:nth-child(2n){margin-right:0}.clients-list-elements .articles-nav{margin-top:0}@media(max-width:1279px){.clients-on-map svg{max-width:100%}}@media(max-width:1024px){.clients-list-elements .article{width:100%;margin-bottom:11px;margin-right:0}.clients-list-elements .articles-nav{margin-top:20px}}@media(max-width:767px){.clients-on-map{text-align:center;margin:20px auto}.clients-on-map svg{height:250px}.clients-list-elements .article{padding:20px;flex-direction:column}.clients-list-elements .article__image,.clients-list-elements .article__title{text-align:center}.clients-list-elements .articles--clients .article__summary{margin:13px 0 0 0}.clients-list-elements .articles--clients .article__image img{margin-right:0}}
/* End */


/* Start:/local/components/bitrix24/rosco.form.vue/templates/feedback/style.min.css?1770224608560*/
.big-form-main .form__item-third:nth-child(2){display:none}.big-form-main .section--order-form{margin:0}.big-form-main input,.big-form-main textarea{border-radius:0 !important}.big-form-main .input-container--active input{background-color:#fff !important;color:#2f2f32 !important;padding-left:10px !important}.big-form-main .input-container--active label{color:#818181 !important;font-size:11px !important;top:7px !important;left:10px !important}.form__item-field_checkbox{margin-left:30px}.section--order-form .modal__input-error{font-size:11px;color:#ef5151}
/* End */
/* /local/templates/new_rus/css/about.css?17763366107749 */
/* /local/templates/new_rus/components/bitrix/news.list/clients_new/style.min.css?17702246103367 */
/* /local/components/bitrix24/rosco.form.vue/templates/feedback/style.min.css?1770224608560 */
