

/* Start:/local/templates/.default/components/bitrix/news.detail/v3-partner-detail/style.css?16352899212351*/
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}

.winner-icon {
    max-width: max-content;
    position: relative;
    margin-top:2px;
    z-index: 1;
    position: relative;
    top: 5px;
}

.swiper-slide-duplicate {
    display: none;
}

.winner-text {
    font-size: 11px;
    width: 209px;
    position: absolute;
    display: none;
    margin-top: -15px;
    z-index: 1;
    margin-left: 20px;
    color: #d82027;
}

.item_list_case:hover .winner-text {
    display: block;
}

.case-awards.item_list_case_margin {
    border-radius: 0px;
}
.case-awards {
    border: 1px solid #7d7a73;
    box-sizing: border-box;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    margin-top: 5px;
    margin-bottom: 1px !important;
    max-width: 268px;
}

.slider-case-awards .apm-block {
    text-align: left;
    margin-top: 10px;
}
.slider-case-awards .apm {
    color: #f4b627;
    font-size: 25px;
}
.slider-case-awards .title-award {
    text-align: left;
}
.slider-case-awards a.item_list_case {
    color: #000;
}

.image-case-award {
    margin-left: 20px;
}

.apm-block-text {
    float: left;
}

.case-awards:hover .apm-block-text {
    background-color: #fff;
}
.case-awards .winner-text {
    margin-top: 0px;
    margin-left: 0px;
    position: inherit;
    text-align: left;
    width: auto;
}
.case-awards .winner-block {
    position: absolute;
    bottom: 0px;
    width: 253px;
}
.case-awards:hover {
    background-color: #ffcd2b;
}

.red-block-case {
    border-top: 10px solid red;
    border-right: 10px solid transparent;
    width: 0px;
    height: 0px;
}

.winner-icon-without-text {
    margin-right: 18px;
    top: -4px;
    position: relative;
    float: right;
}

.case-awards:hover .winner-block {
    bottom: 39px;
}
.case-awards:hover .winner {
    display: none;
}

.case-awards:hover .winner-text {
    display: block;
}

.title-award {
    max-height: 70px;
    overflow: hidden;
}

.group-company {
    font-family: 'CirceBold';
    text-transform: uppercase;
    font-size: 15px;
}

.name-group-company {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.group-company-item {
    margin-bottom: 5px;
}
/* End */


/* Start:/css/style-vendor-services.css?178220823315608*/
@font-face {
    font-family: 'Inter';
    src:url('/css/fonts/Inter-SemiBold.woff2') format('woff2'),
        url('/css/fonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src:url('/css/fonts/Inter-Bold.woff2') format('woff2'),
        url('/css/fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src:url('/css/fonts/Inter-Regular.woff2') format('woff2'),
        url('/css/fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body:has(.vendor-services) {
    min-width: 400px;
}

.wrapper.vendor-services{
    min-width: auto;
    max-width: 1265px;
    padding: 0 20px;
    box-sizing: border-box;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.content .vendor-services .siteform {
    width: calc(100% - 280px - 70px);
    padding: 0;
    margin-right: 70px;
}

.btn{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
    font-family: 'Circe';
    font-weight: bold;
    font-size: 22.4px;
    padding: 16px 32px;
    transition: background-color 0.1s ease-in-out, border-color 0.1s ease-in-out, color 0.1s ease-in-out;
    cursor: pointer;
}

button{
    color: inherit;
    background: none;
    padding: 0;
    border: none;
    outline: none;
    cursor: pointer;
}

a.btn{
    text-decoration: none !important;
}

.btn_red{
    background-color: #D82027;
    color: #FFFFFF !important;
}

@media (hover: hover) {
    .btn_red:hover{
        background-color: #BC0D14;
        color: #FFFFFF !important;
    }
}

.btn_red:active{
    background-color: #BC0D14;
    color: #FFFFFF !important;
}

.btn_yellow_outline{
    background-color: transparent;
    border: 2px solid #FFC700 !important;
    color: #000000 !important;
}

@media (hover: hover) {
    .btn_yellow_outline:hover{
        background-color: #FFC700;
        color: #000000 !important;
    }
}

.btn_yellow_outline:active{
    background-color: #FFD726;
    color: #000000 !important;
}

.vs-breadcrumbs{
    padding: 16px;
}

.vs-breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 4px;
    row-gap: 0;
}

.vs-breadcrumbs li{
    position: relative;
}

.vs-breadcrumbs li::after{
    content: '>>';
    display: inline;
}

.vs-breadcrumbs li:last-child::after{
    display: none;
}

.vs-breadcrumbs a{
    color: #000000 !important;
}

@media (hover: hover) {
    .vs-breadcrumbs a:hover{
        color: #BC0D14 !important;
    }
}

.vs-breadcrumbs a:active{
    color: #BC0D14 !important;
}

.vs-header {
    width: 100%;
    height: 400px;
    margin: 0 0 30px 0;
    padding: 40px 30px 0 80px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

.vs-header > img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    height: 100%;
    object-fit: contain;
    max-width: none;
}

.vs-header::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 228, 2, 0) 18%, #ffe602a2 148.35%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.vs-header::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, #FFFFFF 70%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.vs-header__main{
    padding-left: 0;
}

.vs-header__inner::before{
    background: #FFC70024;
}

.vs-header__inner::after{
    background: linear-gradient(178deg, rgba(255, 228, 2, 0) 30%, #FFE402 148.35%);
    transform: rotate(-7deg);
    width: 200%;
    height: 150%;
    left: -100px;
}

.vs-header__detail{
    height: 350px;
}

.vs-header__detail::before{
    background: linear-gradient(89.45deg, rgba(255, 199, 0, 0.85) -30.62%, rgba(245, 245, 245, 0.85) 58.86%);
}

.vs-header__detail::after{
    background: url('/css/../images/vendor-services-detail-wave.png') no-repeat left bottom;
}

.vs-header > *{
    position: relative;
    z-index: 5;
}

.vs-page_name {
    font-family: 'Circe';
    font-size: 64px;
    line-height: 72px;
    font-weight: bold;
    text-transform: uppercase;
}

.vs-header__detail .vs-page_name {
    font-size: 36px;
    line-height: 50px;
    text-transform: none;
    max-width: 590px;
}

.vs-header__detail .vs-page_name,
.vs-header__detail .vs-btns{
    position: relative;
    z-index: 5;
}

.vs-header__detail-img {
    width: 250px;
    height: 250px;
    border-radius: 250px;
    position: absolute;
    right: 156px;
    top: 43px;
    z-index: 4;
}

.vs-header__detail-img img{
    max-width: 100%;
    max-height: 100%;
    border-radius: 250px;
    border: 2px solid #FFC700;
    position: relative;
    z-index: 2;
    height: 100%;
    object-fit: cover;
}

.vs-header__detail-img::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #D9D9D9;
    position: absolute;
    left: -27px;
    top: -9px;
    z-index: 1;
}

.vs-header__detail-img::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #FFFFFF45;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.vs-header .vs-btns{
    margin-top: 25px;
}

.vs-header .vs-btns .btn{
    width: 100%;
    max-width: 245px;
    height: 70px;    
}

.vs-header__text {
    margin-bottom: 30px;
    font-family: 'Circe';
    font-size: 16px;
}

.vs-text > *{
    margin-bottom: 23px;
}
        
.vs-text > *:first-child{
    margin-top: 0 !important;
}

.vs-text > *:last-child{
    margin-bottom: 0 !important;
}

.vs-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.vs-consultants{
    margin-top: 50px;
}

.vs-consultants_title {
    font-family: 'Circe';
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 34px;
}

.vs-consultants_swiper-wrap{
    position: relative;
    padding: 0 50px;
}

.vs-consultants_swiper{
    max-width: 730px;
    margin: 40px auto 0;
    box-sizing: border-box;
}

.vs-consultants_swiper-wrap .swiper-button-prev svg,
.vs-consultants_swiper-wrap .swiper-button-next svg{
    display: none;
}

.vs-consultants_swiper-wrap .swiper-button-prev,
.vs-consultants_swiper-wrap .swiper-button-next{
    width: 23px;
    height: 49px;
    background: url('/images/slider_arrows.png') no-repeat 0 -49px;
    opacity: 1;    
    transition: opacity 0.1s ease-in-out;
}

.vs-consultants_swiper-wrap .swiper-button-next{
    transform: scaleX(-1);
}

@media (hover: hover) {
    .vs-consultants_swiper-wrap .swiper-button-prev:hover,
    .vs-consultants_swiper-wrap .swiper-button-next:hover{
        opacity: 0.7;
    }
}

.vs-consultants_swiper-wrap .swiper-button-prev:active,
.vs-consultants_swiper-wrap .swiper-button-next:active{
    opacity: 1;
}

.vs-consultants_item {
    width: 230px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFC700;
    background-color: #F5F5F5;
    font-family: 'Inter';
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
    padding: 16px;
    color: #000000 !important;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
}

@media (hover: hover) {
    .vs-consultants_item:hover{
        background-color: #D9D9D9A8;

    }
}

.vs-consultants_item:active{
    background-color: #D9D9D9A8;
    border-width: 2px;
}

.modal_windows.vs-modal_block {
    width: 100%;
    max-width: 540px;
    max-height: 80%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 32px 32px 32px 22px;
    box-sizing: border-box;
}

.modal_windows.vs-modal_block .modal_windows_paddng {
    padding: 0 20px 0 10px;
}

.vs-modal_form .title_ol_desc {
    font-family: 'Circe';
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    padding: 8px;
    text-transform: none;
}

.vs-modal_form .inner_list_ol {
    padding: 0;
}

.modal_windows.vs-modal_block select.extended {
    height: auto;
    width: 100%;
    background: none;
    font-weight: normal;
    border: 1px solid #0000009C;
    display: block;
    font-family: 'Circe';
    padding: 24px;
    font-size: 16px;
    color: #00000099;
}

.modal_windows.vs-modal_block select.extended option{
    background: #FFFFFF;
    color: #00000099;
    cursor: pointer;
}

.modal_windows.vs-modal_block select.extended option:hover{
    color: #000000;
}

.modal_windows.vs-modal_block select.extended option._selected {
    background: none;
    color: #D82027;
}

.vs-modal_form-title {
    font-family: 'CirceBold';
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    margin: 20px 0;
}

.vs-modal_form-subtitle {
    font-family: 'CirceBold';
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    margin: 20px 0;
}

.modal_windows.vs-modal_block label.label_sub{
    font-size: 14px;
}

.modal_windows.vs-modal_block textarea {
    resize: vertical;
}

.modal_windows.vs-modal_block input[type="email"] {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 34px;
    line-height: 32px;
    border: none;
    font-size: 16px;
    background: #f3f3f3;
    color: #000;
    border: 1px solid #f3f3f3;
    transition: all 300ms ease;
    padding: 0 20px;
    font-family: 'CirceBold';
    font-size: 16px;
}

.modal_windows.vs-modal_block input[type="email"]:focus {
    background: #fff;
    border: 1px solid #ffcf00;
}

.vs-modal_form-btns{
    margin-top: 20px;
}

.vs-modal_form-btns .btn.submit_form{
    width: 216px;
    height: 60px;
    font-size: 16px;
}

.vs-helpers__item{
    margin-bottom: 20px;
}

.vs-helpers__item:last-child{
    margin-bottom: 0;
}

.vs-helpers__item-title {
    font-family: 'Circe';
    font-weight: bold;
    font-size: 32px;
}

.vs-helpers__item-title a {
    color: #000000 !important;
}

.vs-helpers__item-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 64px;
    row-gap: 24px;
    padding: 26px 0;
}

.vs-helpers__item-img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
    overflow: hidden;
    flex-shrink: 0;
}

.vs-helpers__item-img a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vs-helpers__item-img img {
    max-width: none;
    height: 150px;
    object-fit: cover;
}

.vs-helpers__item-info{
    flex-grow: 1;
}

.vs-helpers__item-descr{
    font-family: 'Circe';
    font-size: 16px;
}

.vs-helpers__item-descr > *{
    margin-bottom: 23px;
}
        
.vs-helpers__item-descr > *:first-child{
    margin-top: 0 !important;
}

.vs-helpers__item-descr > *:last-child{
    margin-bottom: 0 !important;
}

.vs-helpers__item-btns{
    margin-top: 20px;
}

.vs-helpers__item-btns .btn{
    width: 100%;
    max-width: 153px;
    height: 30px;
    border-radius: 10px;
    padding: 0;
    font-size: 16px;
    line-height: normal;
}

.vs-content .item .title {
    display: flex;
    align-items: center;
    margin-bottom: 6px !important;
}

.vs-content .item .desc{
    font-family: 'Circe';
    font-size: 16px;
}

.vs-content .item .desc > *{
    margin-bottom: 23px;
}

.vs-content .item .desc > p + ul{
    margin-top: -23px;
}

.vs-content .item .desc > p + ol{
    margin-top: -23px;
}
        
.vs-content .item .desc > *:first-child{
    margin-top: 0 !important;
}

.vs-content .item .desc > *:last-child{
    margin-bottom: 0 !important;
}

.vs-footer{
    margin-top: 64px;
}

.vs-other__title {
    font-family: 'Circe';
    font-weight: bold;
    font-size: 24px;
    color: #A1A1A1;
}

.vs-other__list {
    margin-top: 8px;
}

.vs-other__list li::marker{
    color: #048ECB;
}

.vs-other__item {
    font-family: 'Circe';
    font-weight: bold;
    font-size: 20px;
    color: #048ECB !important;
    
}

@media (hover: hover) {
    .vs-other__item:hover{
        text-decoration: underline;
    }
}

.vs-other__item:active{
    text-decoration: underline;
}

@media (max-width: 1280px) {
    .vs-header{
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .vs-breadcrumbs{
        margin-left: -20px;
        width: calc(100% + 40px);
        box-sizing: border-box;
    }
}

@media (max-width: 1210px) {
    .vs-header,
    .vs-header__inner{
        padding-left: 40px;
        padding-right: 30px;
        margin-right: 0;
    }

    .content .vendor-services .siteform {
        padding-left: 20px;
        padding-right: 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .vs-breadcrumbs{
        padding-left: 40px;
        padding-right: 30px;
    }

    .vs-header__text{
        padding-left: 20px;
        padding-right: 10px;
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 1024px) {
    .vs-header__detail-img {
        right: 64px;
    }
}

@media (max-width: 768px) {
    .vs-helpers__item-content {
        flex-direction: column;
    }

    .vs-helpers__item-img {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .vs-header__detail-img {
        right: 10px;
        bottom: 10px;
        top: auto;
    }
}

@media (max-width: 576px) {
    .vs-header {
        height: 300px;
    }

    .vs-header__inner{
        height: auto;
        padding-bottom: 40px;
        padding-top: 20px;
    }

    .vs-header__inner::after{
        display: none;
    }

    .vs-header__detail::before{
        background: #FFC70024;
    }

    .vs-header__detail::after{
        display: none;
    }

    .vs-header__inner > img{
        display: none;
    }

    .vs-header__detail{
        overflow: hidden;
    }

    .vs-header__detail-img{
        right: -47px;
        bottom: -47px;
    }

    .vs-header .vs-btns .btn {
        max-width: 192px;
        height: 60px;
        font-size: 16px;
    }

    .vs-page_name {
        font-size: 44px;
        line-height: 44px;
    }

    .vs-header__detail .vs-page_name,
    .vs-header__inner .vs-page_name{
        font-size: 32px;
        line-height: 36px;
    }

    .vs-breadcrumbs{
        position: relative;
        padding-bottom: 0;
    }

    .vs-breadcrumbs ul{
        position: relative;
        z-index: 2;
    }

    .vs-breadcrumbs:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #FFC70024;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
    }

    .vs-consultants_item{
        width: 100%;
    }

    .vs-consultants_swiper-wrap{
        padding: 0;
    }

    .vs-consultants_swiper-wrap .swiper-navigation {
        position: relative;
        height: 49px;
        margin-top: 16px;
    }

    .vs-helpers__item {
        margin-bottom: 10px;
    }

    .vs-helpers__item-title {
        line-height: 36px;
    }

    .vs-helpers__item-content {
        padding: 16px 0;
    }

    .vs-content .item .title {
        margin-bottom: 16px !important;
    }

    .vs-content .item .desc{
        padding-left: 0;
    }
}
 
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/v3-cases-reviews-list-right/style.css?1472729524108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/v3-last-news-right/style.css?1472729524108*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/.default/components/bitrix/news.detail/v3-partner-detail/style.css?16352899212351 */
/* /css/style-vendor-services.css?178220823315608 */
/* /local/templates/.default/components/bitrix/news.list/v3-cases-reviews-list-right/style.css?1472729524108 */
/* /local/templates/.default/components/bitrix/news.list/v3-last-news-right/style.css?1472729524108 */
