

/* Start:/bitrix/templates/mkws/components/bitrix/system.pagenavigation/main/style.css?17793878442327*/
.wrap_pagination{margin:49px 0 0;text-align:center;position:relative;}
.pagination{display:block;border-radius:0;border-color:#dfe5e9;margin:0;position:relative;border:none;}
.pagination.pagination-lg  li a,.pagination.lg  li span{line-height:1.1em;}
.pagination > li{display:inline-block;margin:0 0 0 -3px;}
.pagination > li:first-of-type{margin-left:0;}
.pagination a, .pagination span{width:38px;height:38px;border-radius:100%!important;padding:10px 6px 9px!important;font-size:0.9333em;font-weight:bold;border:none !important;color:#333;margin-left:0 !important;display: inline-block;    box-sizing: border-box;
    line-height: 18px;}
.pagination .before span:hover, .pagination .before a:hover{color:#333 !important;background-color:transparent !important;border-left-color:#dddddd !important;}
.pagination a:hover, .pagination span:hover, .pagination a:active, .pagination span:active, .pagination a:focus, .pagination span:focus{color:white;}
.pagination .active a, .pagination .active span, .pagination a:focus, .pagination span:focus, .pagination a:active, .pagination span:active,.pagination span:hover{color:#999!important;border:none!important;background:transparent!important;padding-top:9px;padding-bottom:8px!important;}

.pagination li.next, .pagination li.prev{position: absolute;top:-1px;border-radius:100%;}
.pagination li.next{right: 0;}
.pagination li.prev{left: 0;}
.pagination li.prev i,.pagination li.next i{margin-top:-4px;font-size:0;width:12px;height:10px;background:url(/bitrix/templates/mkws/images/svg/Arrow_mask_and_white.svg) -28px 0 no-repeat;}
.pagination li.prev i{-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination li.prev a:hover i,.pagination li.next a:hover i,.pagination li.prev a:focus i,.pagination li.next a:focus i,.pagination li.prev a:active i,.pagination li.next a:active i{background-position:-14px 0!important;}

.pagination .fa{color:#333;font-size:12px;vertical-align:middle;}
.pagination li:hover a .fa{color:#fff;}
.pagination li a:hover {
    background: #6600cc !important;
}
/* End */


/* Start:/bitrix/templates/mkws/components/bitrix/news.list/partners-elements_new/style.css?17793878449177*/
.item-views.list.partners .item {
    padding: 35px 40px 60px;
    margin: 16px 0;
    width: 100%;
    text-align: center;
    position: relative;
}
.item-views .item {
    position: relative;
}
.item-border {
    position: relative;
    border: 1px solid #ecf2f4;
    border-radius: 3px;
}
.item-views.list.partners .item .image {
    margin: 5px auto 35px;
    max-width: 159px;
    height: 100px;
    line-height: 97px;
    text-align: center;
}
.item-views.list .item .image img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.img-responsive {
    max-width: 100%;
    height: auto;
}
.item-views.list.partners .item .text {
    padding: 10px 0 0 0;
}
.item-views.list.partners .item .title {
    margin: 0;
    font-size: 1.067em;
    line-height: 1.25em;
}
.item-views.list .item .title {
    font-weight: bold;
}
.item-views.list.partners .item .previewtext {
    margin: 21px 0 0;
    line-height: 1.5385em;
}
.item-views.list.partners .item .properties {
    margin: 20px 0 0;
}
.item-views.list.partners .item .properties .property:first-of-type {
    margin-top: 0;
}
.item-views.list.partners .item .properties .property .title-prop {
    margin: 0 0 2px;
    color: #999;
}
.item-views.list.partners .item .properties .property .value {
    color: #333;
}
.item-views .item .title a {
    color: #333;
}


.item-views.list.partners .items > div {
    display: flex;
}

.PartnersBlock > div{
    display: none;
}
.PartnersBlock > .active{
    display: flex;
    flex-flow: row wrap;
}

.PartnersTabs {
    display: flex;
    position: relative;
    margin-bottom: 25px;
}
.PartnersTabs:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ECF2F4;
    border-radius: 5px;
    height: 3px;
    width: 100%;
}

.PartnersTab {
    padding: 20px 25px;
    font-weight: bold;
    color: #333333;
    position: relative;
    cursor: pointer;
}

.PartnersTab span {
    display: inline-block;
    font-weight: bold;
    font-size: 12px;
    line-height: 110%;
    text-align: center;
    color: #999999;
    background: #ECF2F4;
    border-radius: 3px;
    width: 21px;
    height: 21px;
    box-sizing: border-box;
    padding: 4px 0;
    margin-left: 10px;
}

.PartnersTab.active {
    color: #6600CC;
}

.PartnersTab.active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #6600CC;
    border-radius: 5px;
    height: 3px;
    width: 100%;
}

.PartnersTab.active span {
    color: #6600CC;
}

.siteProp a{
    font-size: 16px;
    line-height: 130%;
    text-decoration-line: underline;
    white-space: nowrap;
    color: #6600CC;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
}

.partnerItem  {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 15px;
    background: #F5E6FE;
    border-radius: 15px;
    color: #6600CC;
    font-size: 20px;
    line-height: 120%;
    align-items: center;
    margin: 16px 15px;
}

.partnerItemBig {
    font-weight: bold;
    font-size: 72px;
    line-height: 120%;
}

.partnerItem > div {
    width: auto;
    text-align: center;
}

.partnerItem > img {
    max-width: 60%;
}

.partnerItem2 {
    width: calc(100% - 30px);
}

.partnerItem1 {
    width: calc(100% - 30px);
}

.partnerItem0 {
    width: calc(100% - 30px);
}

.partner-item {
    background: #FFFFFF;
    border: 1px solid #ECF2F4;
    border-radius: 15px;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    width: 100%;
}



.partner-type {
    background: #27AE60;
    border-radius: 24px;
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    color: #FFFFFF;
    padding: 2px 12px 2px;
    display: inline-block;
    margin-bottom: 14px;
}
.partner-bottom {
    display: none;
}
.partner-item:hover .partner-bottom {
    display: flex;
    flex-flow: row wrap;
}

.partner-item .right-block,
.partner-item .image {
    position: relative;
    z-index: 2;
    width: 50%;
}

.partner-item .image {
    padding-right: 20px;
}

.partner-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 110%;
    margin-bottom: 4px;
    color: #333333;
}

.partner-item .right-block{
    padding: 20px 28px 20px 0;
}

.partner-item .image {
    padding: 20px 20px 20px 28px;
}
.partner-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;

    color: #333333;
    margin-bottom: 18px;
}

.url-block {
    position: relative;
    padding-left: 20px;
}

.url-block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 14px;
    height: 14px;
    background: url('/bitrix/templates/mkws/components/bitrix/news.list/partners-elements_new/img/url.svg');

}

.url-block a {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #6600CC;
}

.partner-bottom-item {
    width: 50%;
    padding: 12px 15px;
    font-weight: 700;
    font-size: 14px;
    line-height: 130%;
    color: #333333;
    border-top: 1px solid #ECF2F4;


}
.partner-bottom-item:nth-child(2n) {
    width: 56%;
}
.partner-bottom-item:nth-child(2n-1) {
    width: 44%;
    border-right: 1px solid #ECF2F4;

}

.partner-bottom-item > div {
    position: relative;
    padding-left: 20px;
}

.partner-bottom-date:before {
    width: 16px;
    height: 16px;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url("/bitrix/templates/mkws/components/bitrix/news.list/partners-elements_new/img/date.svg") center no-repeat;
}

.partner-bottom-oborot:before {
    width: 16px;
    height: 16px;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url("/bitrix/templates/mkws/components/bitrix/news.list/partners-elements_new/img/oborot.svg") center no-repeat;
}


.partner-bottom-personal:before {
    width: 16px;
    height: 16px;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url("/bitrix/templates/mkws/components/bitrix/news.list/partners-elements_new/img/person.svg") center no-repeat;
}

.partner-bottom-nalog:before {
    width: 16px;
    height: 16px;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url("/bitrix/templates/mkws/components/bitrix/news.list/partners-elements_new/img/nalog.svg") center no-repeat;
}


.partner-bottom-loc:before {
    width: 16px;
    height: 16px;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url("/bitrix/templates/mkws/components/bitrix/news.list/partners-elements_new/img/loc.svg") center no-repeat;
}

.partner-bottom-services:before {
    width: 16px;
    height: 16px;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url("/bitrix/templates/mkws/components/bitrix/news.list/partners-elements_new/img/services.svg") center no-repeat;
}

.partner-bottom-item p {
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 6px;
    color: #6600CC;
}

.PartnersBlock .items .col-md-4 {
    display: flex;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    min-height: 247px;
}

.partner-item:hover {
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
    z-index: 3;
    min-height: calc(100% - 30px);
    width: calc(100% - 30px);
}

.partner-show {
    display: none;
}

@media (max-width: 992px){


    .partnerItem {
        width: calc(100% - 30px)!important;
    }
}
@media (max-width: 767px){
    .partner-item:hover {
        width: 100%;
    }
    .partnerItem {
        width: calc(100% - 30px)!important;
        justify-content: center;
        padding: 30px 15px 35px;
    }
    .partnerItem > div,
    .partnerItem > img {
        width: 100%;
    }
    .partnerItem > img {
        margin-bottom: 40px;
    }

    .PartnersTabs:before,
    .PartnersTab.active:before {
        display: none;
    }

    .partner-show {
        background: #F9FBFB;
        border-radius: 0px 0px 15px 15px;
        text-align: center;
        font-weight: 700;
        font-size: 14px;
        line-height: 120%;
        color: #333333;
        padding: 10px;
        display: flex;
        width: 100%;
        position: relative;
        justify-content: center;
        align-items: center;
    }

    .partner-show:before {
        content: '';
        position: relative;
        width: 30px;
        height: 30px;
        display: inline-block;
        margin-right: 5px;
        background: url("/bitrix/templates/mkws/components/bitrix/news.list/partners-elements_new/img/show.svg");
    }

    .partner-show.active:before {
        transform: rotate(180deg);
    }
    .partner-item:hover .partner-bottom {
        display: none;
    }
    .partner-item .partner-bottom.active {
        display: flex;
        flex-flow: row wrap;
    }
    .partner-item:hover {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        box-shadow: none;
    }

    .PartnersBlock .items .col-md-4 {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: auto;
    }

    .partnerItem > img:last-child {
        display: none;
    }
}
/* End */
/* /bitrix/templates/mkws/components/bitrix/system.pagenavigation/main/style.css?17793878442327 */
/* /bitrix/templates/mkws/components/bitrix/news.list/partners-elements_new/style.css?17793878449177 */
