

/* 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:/css/right_banner.css?17374553188039*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on June 26, 2017 11:20 AM */

@font-face {
    font-family: 'Circe';
    src: url('/css/fonts/Circe-Regular.eot');
    src: local('Circe'), local('Circe-Regular'),
    url('/css/fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/Circe-Regular.woff') format('woff'),
    url('/css/fonts/Circe-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/css/fonts/Circe-ExtraLight.eot');
    src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
    url('/css/fonts/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/Circe-ExtraLight.woff') format('woff'),
    url('/css/fonts/Circe-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/css/fonts/Circe-Thin.eot');
    src: local('Circe Thin'), local('Circe-Thin'),
    url('/css/fonts/Circe-Thin.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/Circe-Thin.woff') format('woff'),
    url('/css/fonts/Circe-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/css/fonts/Circe-Light.eot');
    src: local('Circe Light'), local('Circe-Light'),
    url('/css/fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/Circe-Light.woff') format('woff'),
    url('/css/fonts/Circe-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/css/fonts/Circe-Bold.eot');
    src: local('Circe Bold'), local('Circe-Bold'),
    url('/css/fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/Circe-Bold.woff') format('woff'),
    url('/css/fonts/Circe-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Circe';
    src: url('/css/fonts/Circe-ExtraBold.eot');
    src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
    url('/css/fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/css/fonts/Circe-ExtraBold.woff') format('woff'),
    url('/css/fonts/Circe-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

/*Баннер в стиле старого варианта*/
.post-wrap-old_banner {
    width: 280px;
    text-align: center;
    box-sizing: border-box;
background:#b6d9f7; 
border-radius:9px; 
padding:20px 15px 15px 15px;
margin:0px 0px 10px 0px !important;
}

.post-wrap-old_banner p{
margin:5px 0px 5px 0px !important;
text-align:center;
font-size:16px !important;
font-weight:bold;
padding-bottom:15px;
}

.post-wrap-old_banner .btn_bn {
    font-size: 14px;
    color: #ffffff;
    margin: 3.3px;
    padding: 6.7px 8px 6.7px 8px;
    width: 100px;
    text-align: center;
	text-transform:uppercase;
    border-radius: 9px;
}
.post-wrap-old_banner .btn_bn:hover
{
    color: #ffffff;
}
.post-wrap-old_banner .btn-red:hover{
    background-color: #b31f25;
}
.post-wrap-old_banner .btn-wrap{
    display: flex;
    justify-content: space-around;
margin-bottom:5px !important;
}
.right-side .post-wrap-old_banner .btn-wrap
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/*Конец баннера в стиле старого варианта*/


/*Баннер на фоне желтой папки*/

.post-wrap-yellow h3, .post-wrap-yellow p, .post-wrap-yellow a {
    font-family: 'Circe';
}

.post-wrap-yellow {
    background: white;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    width: 280px;
    margin: 33.5px auto 0;
    padding: 6.7px;
    text-align: center;
    box-sizing: border-box;
    border-radius: 9px;
    margin-bottom: 41px;
}
.post-wrap-yellow > img
{
    border-radius: 9px;
}

.post-inner-yellow {
    margin: -56.7px 13.3px 13.3px;
    padding: 0px 10px 0px 10px;
    background: #ffcf00;
    position: relative;
    border-radius: 9px;
}
.post-inner-close {
    margin: -50px 13.3px 13.3px;
    padding: 10px;
    background: #ffcf00;
    position: relative;
}


.post-inner-yellow:after {
    display: block;
    content: "";
    position: absolute;
    left: -6.7px;
    right: -6.7px;
    bottom: -6.7px;
    top: -6.7px;
    border: 2px solid #122330;
    border-radius: 9px;
}
.dot-yellow {
    height: 3.3px;
    width: 3.3px;
    background: #000000;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: super;
}
.first-yellow {
    margin-right: 16px;
}
.last-yellow {
    margin-left: 16px;
}
.dot-yellow:before, .dot:after {
    content: "";
    height: 3.3px;
    width: 3.3px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 3.3px);
    left: calc(50% - 3.3px);
}

.post-inner-yellow-h3 {
    font-family: 'Circe', serif;
    color: #000000;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.2px;
    margin: 6.7px 6.7px 13.3px 6.7px;
}
.post-inner-close-h3 {
    font-family: 'Circe', serif;
    color: #000000;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2px;
    margin: 16px 0;
}

.post-inner-yellow-close {
    margin: -50px 13.3px 13.3px;
    padding: 10px;
    background: #ffcf00;
    position: relative;
}

.post-wrap-yellow p {
    font-family: 'Circe', serif;
    line-height: 18px;
    font-size: 16px;
    margin: 16px 0 !important;
}

.post-wrap-yellow .btn_bn {
    font-size: 13.3px;
    color: #ffffff;
    margin: 3.3px;
    padding: 6.7px 10px 6.7px 10px;
    width: 100%;
    text-align: center;
    border-radius: 9px;
}
.post-wrap-yellow .btn_bn:hover
{
    color: #ffffff;
}
.post-wrap-yellow .btn-red:hover{
    background-color: #b31f25;
}
.post-wrap-yellow .btn-wrap{
    display: flex;
    justify-content: center;

}
.right-side .post-wrap-yellow .btn-wrap
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.post-wrap-yellow .dot {
    height: 4px;
    width: 4px;
    background: #3C2824;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: super;
}
.post-wrap-yellow .first {
    margin-right: 16px;
}
.post-wrap-yellow .last {
    margin-left: 16px;
}
.post-wrap-yellow .dot:before, .post-wrap-yellow .dot:after {
    content: "";
    height: 4px;
    width: 4px;
    background: #F15A40;
    border-radius: 50%;
    position: absolute;
    top: 0;
}
.post-wrap-yellow .dot:before {
    left: 10px;
}
.post-wrap-yellow .dot:after {
    right: 10px;
}

@media all and (max-width:  960px){
    .post-wrap-yellow
    {
        display: none;
    }
}


/* Баннер Профкейс на фоне желтой папки */


.profcase-folder{
    width: 290px;
    height: 200px;
    background: url('/img/images_for_profcase/profcase_2022.png') no-repeat;
}

.profcase-folder img{
width: 290px;
}

.profcase-folder p{
position: relative;
left: -20px;
top: 30px;
font-size: 16px;
line-height: 14px;
}

.profcase-folder h2{
position: relative;
top:40px;
left: -13px;
font-size: 42px;
color: #1c4774;
font-family: 'Circe', serif;
}

.post-wrap-yellow-folder {
    background: white;
    width: 280px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 41px;
}

.post-wrap-yellow-folder .btn_bn {
    font-size: 13.3px;
    color: #ffffff;
    margin: 3.3px;
    padding: 6.7px 10px 6.7px 10px;
    width: 100px;
    text-align: center;
    border-radius: 9px;
}
.post-wrap-yellow-folder .btn_bn:hover
{
    color: #ffffff;
}
.post-wrap-yellow-folder .btn-red:hover{
    background-color: #b31f25;
}
.post-wrap-yellow-folder .btn-wrap{
    display: flex;
    justify-content: center;

}
.right-side .post-wrap-yellow-folder .btn-wrap
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media all and (max-width:  960px){
    .post-wrap-yellow-folder
    {
        display: none;
    }
}

/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/v3-in-partners-cases-list/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/consult/components/bitrix/news.list/sn-usefull-links/style.css?1488284173150*/
div.news-list
{
	word-wrap: break-word;
}
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-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 */
/* /css/style-vendor-services.css?178220823315608 */
/* /css/right_banner.css?17374553188039 */
/* /local/templates/.default/components/bitrix/news.list/v3-in-partners-cases-list/style.css?1472729524108 */
/* /local/templates/consult/components/bitrix/news.list/sn-usefull-links/style.css?1488284173150 */
/* /local/templates/.default/components/bitrix/news.list/v3-cases-reviews-list-right/style.css?1472729524108 */
