
body.sovcombank-style .home-header.bg-blur {
    background: radial-gradient(#0a329e, #02257e) !important;
}

.webp .bg-blur {
    background: #f6f8fb repeat center !important;
}

.no-webp .bg-blur {
    background: url(/local/templates/responsive/dist/css/../../images/backgrounds/top.png) repeat center;
    background-size: cover;
}
.no-webp .conditions {
    background: url(/local/templates/responsive/dist/css/../../images/backgrounds/blur.png) repeat-x top center;
    background-size: cover;
}
.webp .conditions {
    background: url(/local/templates/responsive/dist/css/../../images/backgrounds/blur.webp) repeat-x top center;
    background-size: cover;
}


#auditor2018 .col-md-3-c {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

#auditor2019 .col-md-3-c {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

#auditor2020 .col-md-3-c {
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
}

#monthlyReporting2018 .col-md-4-c {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

@media(max-width: 991px){
    body.sovcombank-style header a.logo img, body.sovcombank-style header div.logo img {
        margin-top: 10px;
    }
}

@media(max-width: 767px){

    div#add_header {
        margin-top: 140px;
    }

    body.sovcombank-style header a.logo img, body.sovcombank-style header div.logo img {
        margin: 10px auto 0;
        display: table;
        width: 400px;
        max-width: 100%;
    }

    body.sovcombank-style header .btn-pink {
        display: none;
    }

    header .phon-wrp {
        min-height: 35px;
        display: flex;
    }

    header a.phone {
        padding: 14px 0 0 35px;
        background: url(/local/templates/responsive/images/icon_phone.png);
        background-size: 40px;
        background-position: center;
        background-repeat: no-repeat;
    }

    header a.phone > span{
        display: none;
    }

}

@media(max-width: 600px){
    #auditorTabContent .col-sm-12{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/*float-menu-dropdown-style-start*/
.dc-b {
    display: none;
}

li.nav-item.dropdown.md-c.show > div > a {
    text-decoration: none;
    font-size: 14px;
    border-radius: unset;
    padding: 0.5rem 1rem;
    font-weight: normal;
}

/*float-menu-dropdown-style-end*/

.first-paragraph {
    font-size: 25px;
}

.text-red {
    color: #a81155;
}

.like-h2 {
    text-transform: uppercase !important;
    font-size: 25px;
    font-weight: 400;
    margin: 50px 0 35px 0;
}

.like-h3 {
    text-transform: uppercase !important;
    font-size: 20px;
    font-weight: 400;
    margin: 50px 0 35px 0;
    font-weight: bold;
}

.number {
    font-size: 18px;
    line-height: 36px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background: #eff1f2;
    font-weight: bold;
}

.number-block {
    display: flex;
    align-items: start;
    margin-bottom: 15px;
}

.number-block img {
    height: 25px;
    margin-right: 15px;
}

.number-block p {
    margin-bottom: 0;
}

.title {
    font-weight: bold;
    font-size: 25px;
}

.service-components__list {
    display: flex;
    flex-wrap: wrap;
}

.service-components__list-item {
    width: 23%;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    padding: 30px 15px 0 15px;
}

.tool-faktoring__list {
    display: flex;
    flex-wrap: wrap;
}

.tool-faktoring__list-item {
    width: 33%;
    text-align: left;
    color: #fff;
    margin-top: 20px;
    padding: 30px 15px 0 15px;
}

.tool-faktoring__list-item--text {
   color: #212529;
}

.factoring-step {
    position: relative;
}

.factoring-step::before {
    content: '';
    position: absolute;
    bottom: 20px;
    left: -5px;
    top:  0;
    width: 60px;
    height: 90%;
    background: url("/local/templates/responsive/images/blogs/step.png") left center no-repeat;
    background-size: auto auto;
    background-size: contain;
}

ul.marker-list {
    padding: 0;
}

ul.marker-list > li {
    padding: 10px 55px;
    position: relative;
    list-style: none;
    height: 50px;
}

ul.marker-list > li::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: url("/local/templates/responsive/images/blogs/marker-list.jpg") top left no-repeat;
}

.definition {
    background: #eff0f1;
    padding: 25px;
    margin-bottom: 1rem;
}

.bold {
    font-weight: bold;
}

.factoring-type {
    border: 1px dotted #656a70;
    height: 100%;
    padding: 15px;
}

.check-mark {
    line-height: 36px;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background: url("/local/templates/responsive/images/blogs/marker-list.png") top left no-repeat;
    font-weight: bold;
    float: left;
}

.closed {
    line-height: 36px;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    background: url("/local/templates/responsive/images/blogs/closed_blue.png") top left no-repeat;
    font-weight: bold;
    float: left;
}

.pl-60 {
    padding-left: 60px;
}

.interaction-scheme__text-left {
    float: right;
    padding-right: 65px;
}

.interaction-scheme {
    min-height: 110px;
    padding: 10px 0 25px 70px;
    margin-bottom: 5px;
}

.interaction-scheme:nth-child(1) {
    background: url("/local/templates/responsive/images/blogs/scheme1.png") right top no-repeat;
    background-size: contain;
    width: 50%;
}

.interaction-scheme:nth-child(2) {
    background: url("/local/templates/responsive/images/blogs/scheme2.png") left top no-repeat;
    background-size: contain;
    width: 53.6%;
    float: right;
}

.interaction-scheme:nth-child(3) {
    clear: both;
    background: url("/local/templates/responsive/images/blogs/scheme3.png") right top no-repeat;
    background-size: contain;
    width: 50%;
}

.interaction-scheme:nth-child(4) {
    background: url("/local/templates/responsive/images/blogs/scheme4.png") left top no-repeat;
    width: 53.7%;
    float: right;
}

.clear {
    clear: both;
}

#monthlyReportingTabContent p{
    margin-bottom: 0.7rem;

}

@media (min-width: 320px) and (max-width: 767px) {
    .service-components__list-item {
        width: 100%;
    }

    .tool-faktoring__list-item {
        width: 100%;
    }

    .factoring-step::before {
        display: none;
    }

    .interaction-scheme__text-left {
        float: none;
    }

    .interaction-scheme {
        min-height: 10px;
        padding: 0;
        margin-bottom: 5px;
    }

    .interaction-scheme:nth-child(1) {
        width: 100%;
        background: none;
    }

    .interaction-scheme:nth-child(2) {
        width: 100%;
        background: none;
    }

    .interaction-scheme:nth-child(3) {
        width: 100%;
        background: none;
    }

    .interaction-scheme:nth-child(4) {
        width: 100%;
        background: none;
    }
    .advantages {
        padding-bottom: 0px !important;
    }
    .container-fluid.additional-services {
        padding-bottom: 0px !important;
        padding-top: 1rem !important;
    }
    .container-fluid.consultation {
        padding-bottom: 2rem !important;
        padding-top: 1rem !important;
    }
    .container-fluid.news {
        padding-bottom: 0 !important;
    }
    .container-fluid.mass-media {
        padding-bottom: 0 !important;
    }
    .container-fluid.reviews {
        padding-bottom: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .service-components__list-item {
        width: 50%;
    }

    .tool-faktoring__list-item {
        width: 50%;
    }

    .interaction-scheme__text-left {
        float: none;
    }

    .interaction-scheme {
        min-height: 10px;
        padding: 0;
        margin-bottom: 5px;
    }

    .interaction-scheme:nth-child(1) {
        width: 100%;
        background: none;
    }

    .interaction-scheme:nth-child(2) {
        width: 100%;
        background: none;
    }

    .interaction-scheme:nth-child(3) {
        width: 100%;
        background: none;
    }

    .interaction-scheme:nth-child(4) {
        width: 100%;
        background: none;
    }
}

.cookies {
    display: none;
}

.factoring-section .list .item.text {
    cursor: auto;
}
.factoring-section .list .item.text a{
    color: #a81155;
}
.factoring-section .list .item.text a:hover{
    color: #333333;
}
header ul li .dropdown-menu {
    width: 100%;
}

.mytable {
  text-align: center;
  margin-bottom: 15px;
}
.mytable td {
  border: 1px solid #0b369c;
  padding: 10px;
}
.scheme-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.scheme-work-reg-factor-wrap {
    position: relative;
    margin: 0 5px;
    width: 32%;
    height: 110px;
    line-height: 110px;
    text-align: center;
}
.scheme-work-reg-factor-wrap__provider::before{
    content: "";
    position: absolute;
    height: 120px;
    top: -5%;
    width: 25px;
    border: 4px solid #c50856;
    border-right: none;
    left: 0;
}
.scheme-work-reg-factor-wrap__provider::after{
    content: "";
    position: absolute;
    height: 120px;
    top: -5%;
    width: 25px;
    border: 4px solid #c50856;
    border-left: none;
    right: 0;
}
.scheme-work-reg-factor-wrap__provider__text{
    font-weight: bolder;
    font-size: 15pt;
    text-transform: uppercase;
}
.scheme-work-reg-factor-wrap__customer::before{
    content: "";
    position: absolute;
    height: 120px;
    top: -5%;
    width: 25px;
    border: 4px solid #c50856;
    border-right: none;
    left: 0;
}
.scheme-work-reg-factor-wrap__customer::after{
    content: "";
    position: absolute;
    height: 120px;
    top: -5%;
    width: 25px;
    border: 4px solid #c50856;
    border-left: none;
    right: 0;
}
.scheme-work-reg-factor-wrap__customer__text{
    font-weight: bolder;
    font-size: 15pt;
    text-transform: uppercase;
}
p.pay-delivery{
    position: absolute;
    top: 280px;
    left: 15px;
}
.scheme-work-reg-factor-wrap__customer img {
    position: absolute;
    left: -15px;
    top: 130px;
}
.scheme-work-reg-factor-wrap__number-1 {
    position: relative;
    margin: 0 5px;
    width: 32%;
    height: 110px;
    line-height: 45px;
    text-align: center;
}
.scheme-work-reg-factor-wrap__number-1 img {
    width: 100%;
}
.scheme-work-reg-factor-wrap__number-2 {
    position: relative;
    margin: 0 5px;
    width: 25%;
    height: 110px;
    margin: 15px 0px;
    text-align: center;
}
.scheme-work-reg-factor-wrap__number-2 p {
    width: 50%;
    text-align: left;
    position: absolute;
    left: -65px;
    z-index: 100;
}
.scheme-work-reg-factor-wrap__number-2 img {
    position: absolute;
    top: -140px;
    left: -120px;
}
.scheme-work-reg-factor-wrap__number-3 {
    position: relative;
    margin: 0 5px;
    width: 25%;
    height: 110px;
    margin: 15px 0px 15px 80px;
    text-align: center;
}
.scheme-work-reg-factor-wrap__number-3 p {
    width: 50%;
    text-align: left;
    z-index: 100;
}
.scheme-work-reg-factor-wrap__number-3 img {
    position: absolute;
    top: -140px;
    left: -45px;
}
.scheme-work-reg-factor-wrap__number-5 {
    position: relative;
    margin: 0 5px;
    width: 80%;
    height: 110px;
    margin: 20px auto 0px;
    text-align: center;
}
.scheme-work-reg-factor-wrap__number-5 p {
    z-index: 100;
}
.scheme-work-reg-factor-wrap__number-5 img {
    position: absolute;
    top: -20px;
    left: 30px;
}
.scheme-logo {
    position: relative;
}
.scheme-logo img{
    position: absolute;
    top: 105px;
    left: -70px;
}
.scheme-regress {
    position: relative;
}
.scheme-regress__provider {
    position: absolute;
    top: 111px;
    left: 130px;
}
.scheme-regress__provider p{
    font-weight: bolder;
    font-size: 15pt;
    text-transform: uppercase;
}
.scheme-regress__deliveries {
    position: absolute;
    top: 75px;
    left: 585px;
}
.scheme-regress__debtor {
    position: absolute;
    top: 111px;
    left: 894px;
}
.scheme-regress__debtor p{
    font-weight: bolder;
    font-size: 15pt;
    text-transform: uppercase;
}
.scheme-regress__debt {
    position: absolute;
    top: 269px;
    left: 685px;
}
.scheme-regress__pay {
    position: absolute;
    top: 289px;
    left: 100px;
    width: 150px;
}
.scheme-regress__pay-delivery {
    position: absolute;
    top: 373px;
    left: 800px;
    width: 105px;
    text-align: center;
}
@media (min-width: 991px) and (max-width: 1200px){
    .scheme-work-reg-factor-wrap__number-3 img {
        clip: rect(0px 475px 285px 0px);
    }
    .scheme-logo img{
        width: 80px;
        top: 125px;
        left: -20px;
    }
    .scheme-regress__provider {
        top: 40px;
        left: 105px;
    }
    .scheme-regress__deliveries {
        top: 15px;
        left: 480px;
    }
    .scheme-regress__debtor {
        top: 40px;
        left: 750px;
    }
    .scheme-regress__debt {
        top: 172px;
        left: 580px;
    }
    .scheme-regress__pay {
        top: 210px;
        left: 90px;
    }
    .scheme-regress__pay-delivery {
        top: 255px;
        left: 670px;
    }
}
@media (min-width: 767px) and (max-width: 990px){
    .scheme-work-reg-factor-wrap {
        width: 30%;
    }
    .scheme-logo img{
        width: 75px;
        top: 70px;
        left: 0px;
    }
    .scheme-work-reg-factor-wrap__number-1{
        width: 35%;
    }
    .scheme-work-reg-factor-wrap{
        width: 30%;
    }
    .scheme-work-reg-factor-wrap__number-2 p {
        font-size: 12px;
        left: -30px;
        top: -30px;
    }
    .scheme-work-reg-factor-wrap__number-2 img {
        left: -80px;
        width: 255px;
    }
    .scheme-work-reg-factor-wrap__number-3 {
        margin: 15px 0px 15px 45px;
    }
    .scheme-work-reg-factor-wrap__number-3 img {
        clip: rect(0px 390px 285px 0px);
        width: 420px;
    }
    .scheme-work-reg-factor-wrap__number-3 p {
        font-size: 12px;
        position: absolute;
        top: -30px;
    }
    .scheme-work-reg-factor-wrap__number-5 p {
        position: absolute;
        left: 100px;
        font-size: 15px;
    }
    .scheme-work-reg-factor-wrap__number-5 img {
        width: 350px;
    }
    .scheme-work-reg-factor-wrap__customer img {
        width: 156px;
    }
    p.pay-delivery{
        position: absolute;
        top: 240px;
        left: 15px;
        font-size: 12px;
    }
    .scheme-regress__provider {
        top: 25px;
        left: 70px;
    }
    .scheme-regress__deliveries {
        top: 0px;
        left: 315px;
        font-size: 14px;
    }
    .scheme-regress__debtor {
        top: 25px;
        left: 545px;
    }
    .scheme-regress__debt {
        top: 125px;
        left: 440px;
        width: 100px;
        font-size: 14px;
    }
    .scheme-regress__pay {
        top: 135px;
        left: 75px;
        font-size: 14px;
    }
    .scheme-regress__pay-delivery {
        top: 205px;
        left: 475px;
        width: auto;
        font-size: 14px;
    }
}
@media (max-width: 768px){
    .scheme-wrapper {
        display: none;
    }
    
}
@media (min-width: 768px){
    .two_soc_8{
        -ms-flex: 0 0 92% !important;
        flex: 0 0 92% !important;
        max-width: 92% !important;
    }
    .two_soc_4{
        -ms-flex: 0 0 8% !important;
        flex: 0 0 8% !important;
        max-width: 8% !important;
        margin-top: 26px;
    }
}

.num_table {
    margin-bottom: 15px;
}

.num_table td {
  padding: 5px;
}
.num_table td:first-child {
    width: 50px;
    vertical-align: top;
}

.attention {
    padding: 5px;
    border: 1px solid #0b369c;
}

.dictionary {
  width: 50%;
}

.dictionary img {
  width: 25px;
}

.dictionary td {

  padding: 5px;
  vertical-align: top;
}

.dictionary td:first-child {
width: 5%;
}

.dictionary span {
  border-bottom: 1px black dashed;
}

.dictionary span:hover {
  color: #a81155;
}

.fix_c{width:50%;}

.shema-factor{width: 101%;}

@media (min-width: 1140px){
.shema-factor{background-image: url(images/shema-factor-lg.png);height: 568px; background-repeat:no-repeat;background-size: contain; margin-top: 50px;}
}
@media (min-width: 720px) and (max-width: 1140px){
.shema-factor{background-image: url(images/shema-factor-md.png);height: 380px; background-repeat:no-repeat;background-size: contain; margin-top: 20px;}
}
@media (max-width: 720px){
.shema-factor{background-image: url(images/shema-factor-sm.png);height: 568px; background-repeat:no-repeat;background-size: contain;background-position: center;}
}
@media (min-width: 1140px) and (max-width: 1200px){
.shema-factor{height:475px;}
}
@media (min-width: 720px) and (max-width: 768px){
.shema-factor{height:264px;}
}

.right_arrow td:nth-child(1) {
    width: 50px;
}
.right_arrow td:nth-child(odd)::before {
    content: url(/upload/content/blog/right-arrow.png);
}
.footer_skobeeff {
    margin: -7px 0 0 0;
    text-align: center;
    color: #fff;
    float: right;
}
.footer_skobeeff a {
    display: inline;
}

form[name="SIMPLE_FORM_1"] input::-webkit-input-placeholder { color:#333 !important; }
form[name="SIMPLE_FORM_1"] input::-moz-placeholder { color:#333 !important; }
form[name="SIMPLE_FORM_1"] input:-ms-input-placeholder { color:#333 !important; }
form[name="SIMPLE_FORM_1"] input:-moz-placeholder { color:#333 !important; }
form[name="SIMPLE_FORM_1"] input::placeholder { color:#333 !important; }

.pink_table {
    margin: 10px;
    text-align: center;
}

.pink_table th {
    color: #fff;
    padding: 7px;
    background: #a81155;
    border: 1px solid #a81155;
}
.pink_table td {
    padding: 7px;
    background: #a811555c;
    border: 1px solid #a81155;
}

@media (min-width:1200px){
    .word_space{
        white-space: nowrap;
    }
}

.h2_custom{
    font-size: 40px;
}
.news-detail a {
    color: #a81155;
}


.svg .svg_img{
    position: absolute;
    width: 88%;
    height: auto;
    top: -21%;
    left: 0;
}
.offices .map .svg_img {
    left: 10.9%;
}
.city-wrapper-map {
    height: 455px;
    overflow: auto;
}
.city-wrapper-map .city:hover {
    cursor: pointer;
}

@media (max-width: 767px){
    .swiper-container {
        padding-bottom: 0px;
    }

    .how-we-are-work{
        padding-bottom: 0px !important;
    }
    .footer_skobeeff {
        float: left;
        margin-top: 10px;
    }    
}

.error404__wrap {
    background: #2c2c2c;
    padding: 50px 30px;
}

.error404__wrap .error404-text__top {
    color: #a81155;
    font-size: 230px;
    text-align: center;
    line-height: 1em;
    margin-bottom: 0;

}

.error404__wrap .error404-text__middle {
    color: #f2f2f2;
    text-align: center;
    font-size: 40px;
}

.error404__wrap .error404-text__bottom {
    color: #f2f2f2;
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
}

.error404__wrap .block_btn {
    text-align: center;
}

.error404__wrap .block_btn .btn-404 {
    display: inline-block;
    margin:  0 20px 20px 20px;
    text-transform: none;
}

@media (max-width: 576px) {
    .error404__wrap .error404-text__top{
        font-size: 100px !important;
    }
    .selectBox-dropdown .selectBox-label{
        text-overflow: ellipsis;
        padding: 10px 50px 10px 20px;
    }
}

.h1-sitemap{
    margin-top: 30px;
    margin-bottom: 20px;
}
.breadcrumb span{
    font-weight: bold;
}

.bg-dark-polygons:before{
    display: none;
}

@media(max-width: 600px){
    .rating_groups .col-md-8 > h2{
        display: none;
    }

    .rating_groups .row.mt-md-5{
        flex-direction: column-reverse;
    }
    .rating_groups .row.mt-md-5 .col-md-4{
        margin: 20px 0 20px;
    }
}

.who-are-we .item{
    text-align: center;
}

.who-are-we .item .icon img{
    margin: auto;
}

@media (max-width: 767px){
    .who-are-we .item .text > div{
        text-align: left;
        margin-left: 10px;
    }
}

.selectBox-dropdown .selectBox-arrow {
    right: -6px !important;
}
html {
    scroll-behavior: smooth;
}

.workTime {
    margin-top: 10px;        
}

.news .list .item .detail, .mass-media .list .item .detail {
    /*text-align: justify;*/
    padding-right: 30px;
}

.btn-brackets:hover {
    background-color: lightgray;
}
.bordered {
    border: 2px solid #0b369c;
    padding: 10px;
    margin: 1rem 0;
    border-radius: 7px;
}
.faq-wrapper {
    margin: 25px auto;
}
.faq-item__title {
    margin: 2px 0;
    padding: 10px 45px;
    color: #363636;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    font-size: 21px;
    border-bottom: 1px solid lightgray;    
}
.faq-item__title:after {
    content: "";
    height: 28px;
    width: 28px;
    top: 10px;
    bottom: 0;
    margin: 6px -15px;
    transition: 1.5s;
    float: right;
}

.faq-item__title:after {
    background: url("/local/templates/responsive/images/ic_baseline-arrow-drop-down-circle.png") no-repeat;
}

.faq-item__title.active {
    border-bottom: none;
}

.faq-item__title.active:after {
    background: url("/local/templates/responsive/images/ic_baseline-arrow-drop-up-circle.png") no-repeat;
}

.faq-item__title.active:before {
    transition: 1.5s;
    transform: rotate(180deg);
    top: 0;
    bottom: 10px;
}
.faq-item__text {
    display: none;
    font-size: 21px;
    padding: 1px 25px;
    font-weight: 600;
    color: #6a6a6a;
    border-left: 3px solid #b62f6e;
    margin: 14px 46px;    
}

img.w40{
    width:40px;
    margin-right: 15px;
}
@media(max-width: 968px){
    ul.marker-list > li {
        height: auto; 
    }
}

body.sovcombank-style footer .logo img {
    width: 100%;
}

body.sovcombank-style .btn-pink {
    background-color: #0b369c;
    border-radius: .375rem;
}
body.sovcombank-style .btn-pink:hover {
    background-color: #0c44c7;
}

body.sovcombank-style header .btn-pink {
    border-radius: .5rem;
    background-color: #fff;
    color: #0b369c;
    border: 2px solid #0b369c;
}
body.sovcombank-style header .btn-pink:hover {
    background-color: #0b369c;
    color: #fff;
}

body.sovcombank-style header ul li:hover {
    border-color: #0b369c;
    background-color: #0b369c;
}

body.sovcombank-style header ul li .dropdown-menu a:hover {
    background-color: #0b369c;
}

body.sovcombank-style header ul li .dropdown-menu {
    border: 1px solid #0b369c;
}

body.sovcombank-style header .phone {
    color: #0b369c;
}

body.sovcombank-style header .pink {
    color: #0b369c;
}

body.sovcombank-style ul.collapsed-list li a[data-toggle="collapse"]::before {
    color: #0b369c;
}
body.sovcombank-style ul.collapsed-list li div {
    color: #fff;
}

body.sovcombank-style .factoring-section .border-right h2::before {
    background: #0b369c;
}

body.sovcombank-style .factoring-section .border-right .list .item::before, .factoring-section .border-right .list .item::after {
    border: 4px solid #0b369c;
}

body.sovcombank-style .factoring-section .border-right .list .item::before {
    border-right: transparent;
}

@media screen and (max-width: 500px) {
    body.sovcombank-style .factoring-section .border-right .list .item::before {
        border: transparent;
    }
    body.sovcombank-style .factoring-section .border-right .list .item:hover::before {
    }
}

body.sovcombank-style .factoring-section .border-right .list .item::after {
    border-left: transparent;
}

body.sovcombank-style .factoring-section .border-right .list .item:hover::before, body.sovcombank-style .factoring-section .border-right .list .item:hover::after {
     border: 4px solid #0c44c7;
}
body.sovcombank-style .factoring-section .border-right .list .item:hover::before {
    border-right: transparent;
}
body.sovcombank-style .factoring-section .border-right .list .item:hover::after {
    border-left: transparent;
}

body.sovcombank-style .advantages .list .title {
    color: #ff4d4c;
}

body.sovcombank-style .person .title {
    color: #0b369c;
}

body.sovcombank-style .person .title.blue {
    color: #0b369c;
}

body.sovcombank-style .person .pink {
    color: #0b369c;
}

body.sovcombank-style .who-are-we .pink {
    /*color: #ff4d4c;*/
    color: #FC5055;
}

body.sovcombank-style .conditions .list .item::before {
    border: 4px solid #0b369c;
}

body.sovcombank-style .conditions .list .item::before {
    border-right: transparent;
}
body.sovcombank-style .conditions .list .item::after {
    border: 4px solid #0b369c;
}

body.sovcombank-style .conditions .list .item::after {
    border-left: transparent;
}

body.sovcombank-style .conditions .splitter::before, body.sovcombank-style .conditions .splitter::after {
    background-color: #0b369c;
}

body.sovcombank-style .conditions .list .item .more {
    color: #0b369c;
}

body.sovcombank-style .btn-brackets::before {
    border: 3px solid #0b369c;
}

body.sovcombank-style .btn-brackets::before {
    border-right: none;
}

body.sovcombank-style .btn-brackets::after {
    border: 3px solid #0b369c;
}

body.sovcombank-style .btn-brackets::after {
    border-left: none;
}


body.sovcombank-style .float-nav {
    border: 1px solid #0b369c;
}

body.sovcombank-style .float-nav .navbar-brand {
    background-color: #0b369c;
}

body.sovcombank-style .float-nav .nav .nav-item .nav-link:hover {
    background-color: #0b369c;
}

body.sovcombank-style .file-tabs .nav-item .nav-link.active {
    color: #0b369c;
}

body.sovcombank-style a.pink {
    color: #0b369c;
}

body.sovcombank-style .news .list .item .detail,
body.sovcombank-style .mass-media .list .item .detail {
    color: #333;
      font-size: 18px;
      font-weight: 500;
      line-height: 120%;
    text-decoration: none;
    margin-bottom: 5px;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-duration: 0.15s;
}

body.sovcombank-style .two_soc_4 {
    margin-top: 0;
}

body.sovcombank-style .person .text.text_blue::before {
    background: url("/local/templates/responsive/dist/css/../../images/quote-blue.svg") no-repeat;
}

body.sovcombank-style .other .list .item::before {
    border: 4px solid #0b369c;
}

body.sovcombank-style .other .list .item:hover::before {
    border: 4px solid #0c44c7;
}

body.sovcombank-style .other .list .item::before {
    border-right: transparent;
}

body.sovcombank-style .other .list .item:hover::before {
    border-right: transparent;
}

body.sovcombank-style .other .list .item::after {
    border: 4px solid #0b369c;
}

body.sovcombank-style .other .list .item::after {
    border-left: transparent;
}

body.sovcombank-style .other .list .item:hover::after {
    border: 4px solid #0c44c7;
}
body.sovcombank-style .other .list .item:hover::after {
    border-left: transparent;
}

body.sovcombank-style .faq-item__text {
    border-left: 3px solid #0b369c;
}

body.sovcombank-style .svg-separator {
    border-bottom: 3px solid #0b369c;
}

body.sovcombank-style .svg-separator::after {
    border: 3px solid #0b369c;
}

body.sovcombank-style .pink {
    color: #0b369c;
}

body.sovcombank-style .dictionary span:hover {
    color: #0b369c;
}

body.sovcombank-style footer {
    background-color: #f9f9f9;
}

body.sovcombank-style footer a {
    color: #212529;
}

body.sovcombank-style footer a:hover {
    color: #656a70;
}

body.sovcombank-style footer a.city-selector {
    color: #212529;
}

body.sovcombank-style footer div.pname {
    color: #212529;
}

body.sovcombank-style footer div.addr {
    color: #212529;
}

body.sovcombank-style footer span {
    color: #212529;
}

body.sovcombank-style footer p {
    color: #212529;
}



body.sovcombank-style .factoring-section .list .item.text a {
    color: #0b369c;
}

body.sovcombank-style footer .social-link.facebook:hover {
    height: 42px;
}



footer .social-link.yandex-dzen {
    background-image: url("/local/templates/responsive/images/Zen_shortlogo.png");
    background-size: contain;
    background-repeat: no-repeat;
}


footer .social-link.yandex-dzen {
    background-position: center;
}



.webp .conditions {

    background: #f6f8fb repeat-x top center !important;
}

.bg-gray-polygons-1 {
    background: #fff repeat-x center bottom !important;
    position: relative;
}

.bg-gray-polygons-1:before {
    content: ' ';
    display: block;
    width: 100vw;
    max-width: 100%;
    height: 130px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    left: 0;
}

.bg-gray-polygons-3 {
    /*background: url("/local/templates/responsive/images/backgrounds-new/4 Цвет.png") repeat-x center bottom !important;*/
    background: #fff repeat-x center bottom !important;
    position: relative;
}

.bg-gray-polygons-3:before {
    content: ' ';
    display: block;
    width: 100vw;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    position: absolute;
    top: 0;
    left: 0;
}


.bg-gray-polygons-4 {
    background: url("/local/templates/responsive/images/backgrounds-new/2 Цвет.png") repeat-x center bottom !important;
}

body.sovcombank-style .home-header h1 {
    display: inline;
    font-size: 47px;
}

body.sovcombank-style .home-header .h1 {
    font-weight: 300;
}
body.sovcombank-style .home-header .collapsed-list {
    margin-top: 65px;
}

body.sovcombank-style .top-main .selectBox-label {
    border:  3px solid #0b369c;
}

body.sovcombank-style .top-main .selectBox-dropdown .selectBox-arrow {
    top:  7px;
}


body.sovcombank-style .work_header .work_navigation a.work_active {
    color: #0b369c;
}

body.sovcombank-style .work_header .work_navigation a::before {
    /*border-left: 1px solid #0b369c;
    border-top: 1px solid #0b369c;
    border-bottom: 1px solid #0b369c;*/
        border: unset;
}
body.sovcombank-style .work_header .work_navigation a::after {
    /*border-right: 1px solid #0b369c;
    border-top: 1px solid #0b369c;
    border-bottom: 1px solid #0b369c;*/
        border: unset;
}

body.sovcombank-style .work_header .work_navigation a:hover {
    color: #0b369c;
}

body.sovcombank-style .work-responsive .list-info .item b {
    background-color: #0b369c;
}

body.sovcombank-style .career .numbers b {
    color: #0b369c;
}

body.sovcombank-style .career .work_title {
    color: #0b369c;
}

body.sovcombank-style .work_title {
    color: #0b369c;
}

body.sovcombank-style .contact-list-item .map-switcher:hover {
    border-bottom: 1px dashed #0b369c;
}

body.sovcombank-style .large-history .timeline {
    border-bottom: 3px solid #0b369c;
}

body.sovcombank-style .large-history .timeline .time-point::after {
    border: 3px solid #0b369c;
}

body.sovcombank-style .large-history .timeline .time-point:hover .year, .large-history .timeline .time-point.active .year {
    color: #0b369c;
}

body.sovcombank-style .blog-detail .date {
    color: #0b369c;
}

body.sovcombank-style .blog-detail a {
    color: #0b369c;
}

body.sovcombank-style .blog-detail .blog-other .item::before {
    border: 4px solid #0b369c;
}

body.sovcombank-style .blog-detail .blog-other .item::before {
    border-right: transparent;
}

body.sovcombank-style .blog-detail .blog-other .item::after {
    border: 4px solid #0b369c;
}

body.sovcombank-style .blog-detail .blog-other .item::after {
    border-left: transparent;
}


body.sovcombank-style .large-history .time-description .year-info a {
    color:  #0b369c;
}

body.sovcombank-style header ul li {
    border: unset;
}

body.sovcombank-style .bg-gray-polygons-4 {
    background: unset !important;
}




body.sovcombank-style .home-header span {
    color: #fff;
}

body.sovcombank-style .home-header .collapsed-list a {
    color: #fff;
}

body.sovcombank-style .home-header .btn {
    background-color: #ff4b5f;
    border-radius: .375rem;
    transition: all 0.3s;
}
body.sovcombank-style .home-header .btn:hover {
    background-color: #e34053;
}

body.sovcombank-style .home-header ul.collapsed-list li a[data-toggle="collapse"]::before {
    color: #ff4b5f;
}

body.sovcombank-style footer .footer-lang a {
    display: inline;
}

body.sovcombank-style header .logo img {
    margin-top: 28px;
}

body.sovcombank-style .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0b369c;
}

body.sovcombank-style .about-us-tabs .nav.nav-tabs li a {
    display: inline-flex;
    height: 50px;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
    text-decoration: none;
    font-size: 19px;
}

body.sovcombank-style .about-us-tabs .nav.nav-tabs li {
    width: 50%;
}

body.sovcombank-style .about-us-tabs .nav.nav-tabs {
    border-bottom: 2px solid #dee2e6;
}

body.sovcombank-style .about-us-tabs .nav.nav-tabs li a.active {
    position: relative;
    font-weight: bold;
}
body.sovcombank-style .about-us-tabs .nav.nav-tabs li a::after {
    content: ' ';
    border-bottom: 3px solid #0b369c;
    width: 0%;
    position: absolute;
    bottom: -3px;
    transition: all 0.3s;
}
body.sovcombank-style .about-us-tabs .nav.nav-tabs li a.active::after {
    width: 100%;
}

body.sovcombank-style .factoring-section .dark h2::before {
    background: #0b369c;
}

body.sovcombank-style .factoring-section .dark .list .item::before {
    border-color: #0b369c;
}

body.sovcombank-style .factoring-section .dark .list .item::after {
    border-color: #0b369c;
}

body.sovcombank-style .home-header.home-header-en h1 {
    color: #fff;
    font-weight: bold;
}
body.sovcombank-style .home-header.home-header-en .stylized li {
    color:  #fff;
}
body.sovcombank-style .home-header.home-header-en .stylized {
    margin-top: 43px;
}

body.sovcombank-style.sovcombank-style-en .who-are-we .item .text {
    height: 190px;
}

body.sovcombank-style footer .phone::before {
    background: url(/local/templates/responsive/images/call.svg) no-repeat;
}

body.sovcombank-style footer .email a::before {
    background: url(/local/templates/responsive/images/mail.svg) no-repeat;
    margin: -4px 9px 0 0;
}

body.sovcombank-style .town-chooser::before {
    background: url(/local/templates/responsive/images/location-sharp.svg) no-repeat;
}

body.sovcombank-style footer .workTime::before {
    background: url(/local/templates/responsive/images/calendar.svg) no-repeat;
}

body.sovcombank-style header .navbar-toggler .navbar-toggler-icon {
  background: url("/local/templates/responsive/images/menu-sharp.svg") no-repeat; 
  height: 41px;
}

body.sovcombank-style .error404__wrap .error404-text__top {
    color:  #0b369c;
}

body.sovcombank-style .swiper-container .swiper-slide p {
    background: #0b369c;
}

body.sovcombank-style .blogs-list .list .item .logo img {
    max-height: 80px;
}

body.sovcombank-style .news-detail a.btn-brackets {
    color: #b0aeae;
}

body.sovcombank-style .news-detail a {
    color: #0b369c;
}

body.sovcombank-style .news .pagination li a:hover {
    color: #0b369c;
}

body.sovcombank-style .news .pagination li.active a {
    color: #0b369c;
}

body.sovcombank-style header .e-factoring.header-e-factoring {
    margin-top: 23px;
}

.small-text-person {
    color: #000;
    font-size: 12px;
}

body.sovcombank-style .text-red {
    color: #0b369c;
}

body.sovcombank-style #main_header .logo + div {
    display: none;
}

.help-you {
    margin-top: 20px;
}

.help-you__item {
    box-shadow: 0px 5px 10px 3px rgba(34, 60, 80, 0.2);
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    transition: box-shadow 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
    .help-you__item {
        margin: 10px 20px;
    }
}
.help-you__item:hover {
    box-shadow: 0px 5px 10px 1px rgba(34, 60, 80, 0.2);
}

.help-you__title {
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.help-you__links a {
    display: block;
    font-size: 14px !important;
    margin-bottom: 7px;
}

@media (min-width: 769px) {
    .help-you_height-1 {
        min-height: 348px;
    }

    .help-you_height-2 {
        min-height: 191px;
    }

    .help-you_height-3 {
        min-height: 142px;
    }  
}

.help-you .px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.help-you .px-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.our-advantages {
    padding-top: 20px;
}

.our-advantages__img {
    margin-bottom: 20px;
    transition: transform 0.3s ease-in-out;
}

.our-advantages__img img {
    height: 60px;
}

.our-advantages__item {
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    border-radius: 5px;
    padding: 15px;
    transition: box-shadow 0.3s ease-in-out;
}

@media (min-width: 768px) {
    .our-advantages__item {
        min-height: 265px;
    }
}

@media screen and (max-width:  767px) {
    .our-advantages__item {
        margin-bottom: 15px;
    }
}
.our-advantages__item:hover {
    box-shadow: 0px 5px 10px 4px rgba(34, 60, 80, 0.2);
}

.our-advantages__item:hover .our-advantages__img {
    transform: translateY(5px);
}

.our-advantages__title {
    color: #0b369c;
    font-weight: bold;
    text-transform: uppercase;
}

.advantages .our-advantages__list {
    list-style-type: none;
    padding-left: 0;
}

.advantages ul.our-advantages__list li {
    font-weight: normal;
    margin: 5px 0;
    font-size: 14px;
}

.who-are-we-slider {
    position: relative;
}
@media screen and (max-width: 768px) {
    .who-are-we-slider .owl-item.active {
        display: flex;
        justify-content: center;
        padding-left: 18px;
        padding-right: 26px;
    }
}

.who-are-we-slider.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -20px;
    top: 120px;
    outline: none;
}
.who-are-we-slider.owl-carousel .owl-nav button.owl-prev span {
    font-size: 40px;
}

.who-are-we-slider.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -20px;
    top: 120px;
    outline: none;
}

.who-are-we-slider.owl-carousel .owl-nav button.owl-next span {
    font-size: 40px;
}

@media screen and (max-width: 768px) {
    .who-are-we-slider.owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        left: 15px;
        top: 100px;
    }
    .who-are-we-slider.owl-carousel .owl-nav button.owl-prev span {
        font-size: 32px !important;
    }

    .who-are-we-slider.owl-carousel .owl-nav button.owl-next {
        position: absolute;
        right: 15px;
        top: 100px;
    }

    .who-are-we-slider.owl-carousel .owl-nav button.owl-next span {
        font-size: 32px !important;
    }
}


.who-are-we-slider__img {
    height: 100px;
    display: flex;
}

.who-are-we-slider__img img {
    max-width: 150px;
    margin:  auto;
}
.who-are-we-slider.owl-carousel .owl-item img {
    width: unset;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}
.who-are-we-slider .owl-item {
    padding: 2px;
}
.who-are-we-slider__item {
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    border-radius: 5px;
    
    height: 190px;
    transition: box-shadow 0.3s ease-in-out;
}
.who-are-we-slider__item:hover {
    box-shadow: 0px 5px 10px 1px rgba(34, 60, 80, 0.2);
}

.who-are-we-slider__item_center {
    display: flex;
    justify-content: center;
    align-items: center;
}


@media screen and (max-width: 768px) {
    .who-are-we-slider__item {
        width: 100%;
        height: 150px;
    }
}

.who-are-we-slider .owl-stage {
    padding: 20px 10px;
    height: 232px;
}
.who-are-we-slider .owl-stage-outer {
    height: 232px;
}

@media screen and (max-width: 768px) {
    .who-are-we-slider .owl-stage {
        height: 192px;
    }
    .who-are-we-slider .owl-stage-outer {
        height: 192px;
    }
}

.who-are-we-slider__text {
    font-size: 22px;
    text-align: center;
}

.who-are-we-slider__text .red {
    color: #ff4d4c;
}

@media (min-width: 768px) {
    .search-proffesional-mb {
        margin-bottom: 62px;
    }
}


.parners-row {
    position: relative;
}

.parners-row .swiper-button-prev {
      background: url(/local/templates/responsive/dist/css/../../images/left.png) no-repeat;
      left: -15px;
}

.parners-row .swiper-button-next {
    background: url(/local/templates/responsive/dist/css/../../images/right.png) no-repeat;
    right: -15px;
}
.parners-row .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0;
}
@media  (max-width: 768px) {
    .parners-row .swiper-button-prev,
    .parners-row .swiper-button-next {
        background-size: 18px;
    }
    .mobile-center {text-align: center;}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .how-we-are-work .col-lg-6 .swiper-button-next,
    .how-we-are-work .col-lg-6 .swiper-button-prev {
        top: 40%;
    }
    .factoring-section h2 {
        font-size: 48px !important;
    }
    .factoring-section .description {
        height: 72px;
    }
}
.e-advantages {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
    align-items: start;
}
.e-advantages__item-wrapper {
    width: 33%;
    padding-right: 20px;
    margin-bottom: 24px;
}
.e-advantages__item {
    background: #F6F8FB;
    padding: 24px;
    border-radius: 8px;
    width: 100%;
}
.e-advantages__item__txt {
    display: none;
    font-size: 14px;
    line-height: 18px;
    color: #5A6E85;
    text-align: left;
}
.e-advantages__item__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items: center;
}
.e-advantages__item__num {
    font-size: 40px;
    line-height: 53px;
    color: #003791;
}
.e-advantages__item__arr {
    width: 40px;
    height: 40px;
    transition: 0.25s;
    background: url(/images/material-symbols_arrow-downward.svg) center center no-repeat;
    cursor: pointer;
}
.e-advantages__item__arr.active {
    transform: rotate(180deg);
}
.e-advantages__item__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 16px;
    text-align: left;
}
@media (max-width:991px) {
    .e-advantages__item__title {
        font-size: 18px !important;
        line-height: 23px;
    }
}
@media (max-width:767px) {
    .e-advantages__item-wrapper {
        width: 50%;
    }
    .e-advantages__item__num {
        font-size: 40px !important;
    }
    .e-advantages__item__txt {
        font-size: 12px !important;
    }
}
@media (max-width:450px) {
    .e-advantages {
        flex-wrap: nowrap;
    }
    .e-advantages__item {
        width: 100%
    }
}

.nav-item.dropdown {min-width: 160px;}

/*cooked*/
.cooked_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15px;
    color: #333;
    padding: 10px 20px; 
    width: fit-content;
    margin: auto;
    border-radius: 8px;
    border: 1px solid #E6EAEE;
    background: #F5F6FA;
}
/* Оформление кнопок */
.cooked_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    padding: 4px 12px;
    color: #FFF !important;
    background: #FC5055;
    border: 2px solid #FC5055;
    border-radius: 10px;
}
.cooked_btn:hover {
    background: #FC5055;
    transition: all 280ms ease-in-out;
}
.footer-new__menu__col-bottom .pmb,
.footer-new__menu__col-bottom .pmb a{
    margin-bottom: 0;
}

.img_vidy-factoringa {
    margin: auto;display: block;background: url(/local/templates/responsive/images/blogs/vidy-factoringa2.jpg) no-repeat;height: 207px;background-size: contain;background-position: center;
}
.new_interaction-scheme {
    display: flex;
}
.new_interaction-scheme>div{
    width:274px;
    text-align: center;
}
@media(max-width: 767px){
    .img_vidy-factoringa {
        height: 130px;
    }
    .new_interaction-scheme {
        flex-direction: column;
    }
    .new_interaction-scheme>div{
        width:100%;
        text-align: justify;
    }
}