.main__header .main__header__inner .navbar .navbar-nav > .nav-item > a{
    font-weight: 400;
}

.counter-section .section-inner .counter-step strong{
    font-weight:600!important;
}

.counter-section .section-inner .counter-step{
    padding: 10px 20px;
}

.main-banner{
    margin-bottom: 120px;
}

.carousel{
    overflow: visible;
}

.carousel-indicators{
    bottom: -70px;
}

.main-banner .banner-inner .carousel ol li{
    background: #ddd;
    border: 0;
}

.control-round .carousel-control{
    position: static;
    overflow: visible;
    width: 26px;
    transform: translate(0, 0);
}

.carousel .carousel-arrows{
    position: absolute;
    top: calc(100% + 35px);
    width: 15%;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
}

.section-title-wrapper{
    overflow: hidden;
}

.new-views .section-inner h2{
    position: relative;
}

 .new-views .section-inner h2:after, .new-views .section-inner h2:before{
    position: absolute;
    content: '';
    top: 50%;
    width: 50%;
    transform: translateY(-50%);
    border-bottom: 2px solid #aaa;
}

.new-views .section-inner h2:after{
    left: -15%;
}

.new-views .section-inner h2:before{
    right: -15%;
}