/*************** START PAGE **************/
/*****************************************/

ol {
    box-sizing: border-box;
    display: inline-table;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mn_carousel_block_main {
    background-image: url(//www.ubki.ua/wp-content/themes/html5blank-stable/img/banner_background_bus.svg);
    background-repeat: no-repeat;
    background-position: 100% -50%;
    margin-bottom: 70px;
    margin-right: 15px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.mn_carousel_main .item {
    height: 370px;
}

/************* mn_justify_l *************/
.mn_justify_l {
    justify-content: flex-start;
}

/************* mn_item *************/
.mn_item {
    width: 100%;
    height: 100%;
    display: flex;
}

/************* mn_carousel *************/
.mn_carousel .item {
    height: 370px;
    border-radius: 8px;
}

/************* mn_indicators *************/
.mn_indicators {
    bottom: -55px;
}

.mn_indicators li {
    width: 14px;
    height: 14px;
    background-color: #d9d9d9;
    border: none;
    margin: 5px;
}

.mn_indicators li.active {
    width: 14px;
    height: 14px;
    background-color: #5bb449;
    border: none;
    margin: 5px;
}

.mn_indicators li:hover {
    background-color: #5bb449
}

/************* mn_justify_l *************/
.mn_justify_l {
    justify-content: flex-start;
}

/************* mn_carousel *************/
.mn_carousel .item {
    height: 370px;
    border-radius: 8px;
}

/************* mn_item_block *************/
.mn_item_block .title {
    color: #212121;
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: normal;
}

.mn_item_block {
    width: 100%;
    max-width: 60%;
    height: 100%;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.mn_item_block_l {
    padding: 10px 0 10px 10%
}
ul.list li::marker {
    color: #BED8B6;
    font-size: 20px;
}

/************* text *************/
.mn_item_block .text {
    font-size: 16px;
    line-height: 1.5;
}

.mn_item_block .list {
    margin-bottom: 0;
}

.mn_carousel .carousel-control.left {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: unset;
    height: 20px;
    top: 50%;
    width: 10%;
}

.mn_indicators {
    bottom: -55px;
}

.mn_indicators li {
    width: 14px;
    height: 14px;
    background-color: #d9d9d9;
    border: none;
    margin: 5px;
}

.mn_indicators li.active {
    width: 14px;
    height: 14px;
    background-color: #5bb449;
    border: none;
    margin: 5px;
}

.mn_indicators li:hover {
    background-color: #5bb449
}

/************* bussines__content *************/
.bussines__content {
    padding: 15px;
}

/************* bussines__item *************/
.bussines__item {
    display: none;
}

.bussines__item.active {
    display: block;
}

/************* services-list *************/
.services-list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    padding: 0 5px;
}

.services-list .item__inner {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 6px 12px 12px 0 rgba(0, 0, 0, 0.04);
    overflow: hidden;
    border: 1px solid #edf4ec;
}

.services-list .item__inner .info {
    padding: 20px;
}

.services-list .item__inner .info .name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.17;
    color: #212121;
    margin-bottom: 20px;
    display: block;
}


.services-list .item__inner .img{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top:15px;
}

.services-list .item__inner .img img {
    max-width: 100%;
}

.services-list .item__inner .info .text {
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
}

.services-list .item__inner .info .text .price {
    margin-top: 30px;
}

.services-list .item__inner .info .text .price strong {
    font-weight: 600;
}

.services-list .item__inner .info .more {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #5bb449;
    display: block;
}

.services-list .item__inner .info .btn-block .btn {
    width: 100%;
}

.services-list .item__inner .info .btn-block {
    margin-top: 20px;
}

/************* BUTTON *************/

.btn-white-border {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #fff;
    border: solid 1px #5bb449;
    color: #5bb449;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/************* INPUT *************/

.input {
    height: 36px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: solid 1px rgba(32, 32, 32, .3);
    padding: 0 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.17;
}

input:placeholder-shown {
    opacity: 1;
}

/************* title-block *************/

.title-block.center {
    text-align: center;
}

.title-block {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.17;
    color: #212121;
    margin-bottom: 30px;
}

.services-list+.title-block {
    margin-top: 40px;
}

/************* text-info *************/

.bussines__item .text-info {
    padding: 0 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
}

.bussines__item .text-info p {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
}

.bussines__item .title-page {
    margin-bottom: 30px;
}

.bussines__item .text-info a {
    font-weight: 600;
    color: #5bb449;
}

.bussines__item .text-info .info {
    font-size: 13px;
    line-height: 1.23;
    color: #212121;
    margin-bottom: 20px;
}

.bussines__item .text-info .warn {
    font-size: 13px;
    font-style: italic;
    line-height: 1.23;
    color: #757575;
    margin-bottom: 30px;
}

.bussines__item .text-info .desc {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #212121;
    margin-bottom: 40px;
}

.public-contract .item {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #5bb449;
    padding-left: 77px;
    margin-bottom: 30px;
    position: relative;
    display: block;
}

.public-contract .item:before {
    content: '';
    display: block;
    width: 63px;
    height: 42px;
    background: url(//www.ubki.ua/wp-content/themes/html5blank-stable/css/../img/icon__public.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 0;
}

/************* line *************/

.line {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 3px 0 rgba(32, 32, 32, .18);
    box-shadow: 0 2px 3px 0 rgba(32, 32, 32, .18);
    height: 5px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 30px;
}

.list-circle {
    margin-top: 20px;
    margin-bottom: 20px;
}

.list-circle.big li strong {
    margin-bottom: 10px;
}

.list-circle li strong {
    font-weight: 600;
    display: block;
}

.list-circle.big li:not(:last-child) {
    margin-bottom: 45px;
}

.list-number {
    margin-bottom: 30px;
}

.list-number li {
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
    margin-bottom: 10px;
}

.list-circle li {
    list-style-type: disc;
    font-size: 16px;
    line-height: 1.5;
    color: #212121;
}

.list-circle.small li {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.23;
    margin-bottom: 10px;
}

ol.list-number {
    display: inherit;
}

.map-content {
    text-align: center;
    margin-bottom: 40px;
}

.map-content .img {
    max-width: 100%;
}

@media only screen and (max-width: 992px) {
    .services-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {

    .mn_item .title {
        line-height: 28px;
        font-size: 24px;
        margin-bottom: 10px
    }

    .mn_item .text {
        font-size: 14px;
        margin-bottom: 15px
    }

}

@media (max-width: 770px) {
    .line {
        display: none;
    }
}

@media (max-width: 772px) {

    .mn_item .mn_item_block_l,
    .mn_item .mn_item_block_r,
    .mn_item .btn-block {
        text-align: center;
    }

    .mn_item {
        justify-content: center;
    }

    .mn_item .title {
        line-height: 25px;
        margin-bottom: 0;
    }

    .mn_item .text {
        margin-bottom: 10px;
    }

    .mn_item .list {
        text-align: left
    }

    .mn_carousel_block_main {
        padding-top: 0;
        background-position: 30% -50%;
    }

    .mn_carousel_block_main .item {
        background-image: unset !important
    }

    .mn_item_block {
        padding: 10px 0;
        margin: 10px;
        max-width: 80%;
        justify-content: center;
    }
}

@media only screen and (max-width: 685px) {
    .bussines-tabs {
        display: block;
    }

    .bussines-tabs .tab {
        display: block;
        margin-right: 0;
        padding-right: 0;
        padding-left: 0;
    }

    .bussines-tabs .tab:after {
        display: none
    }

    .services-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .services-list .item__inner .info .name {
        font-size: 20px;
    }

    .services-list .item__inner .info .text {
        font-size: 14px;
    }
    .mn_carousel_block_main {
        padding-top: 0;
        background-position: 40% -50%;
    }
}

@media only screen and (max-width: 550px) {
    .title-block {
        font-size: 18px;
    }
    .mn_carousel_block_main {
        padding-top: 0;
        background-position: 35% -50%;
    }
}