.clearout {
    height: 20px;
    clear: both;
}
.FCCfull{

}
.FlexiselCarouselContaner{
max-width: 1270px;
min-height: 390px;
margin: 0 auto;
}
.FlexCarouselCont{
margin: 25px 0 25px 0;
}
#flexiselCarousel {
    display: none;
}

.flexiselContaner p {
    padding-top: 25px;
}

.flexiselContaner {
    margin-left: 15px;
    margin-right: 15px;
    background: #ffffff;
    border-radius: 5px;
    border: solid 1px #054674;
}

.flexiselContent {

    background-color: #054674;
    height: 50px;
    font-family: 'Oswald Regular', sans-serif;
    font-size: clamp(12px, 1vw, 17px);
    color: #ffffff;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;

}

.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    overflow: auto;

}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: url(https://www.interpack.pro/images/isgallery/button-next-up.png) no-repeat;
    background-color: #ffffff;
    color: #fff;
}

.nbs-flexisel-nav-left {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    background: url(https://www.interpack.pro/images/isgallery/button-previous-up.png) no-repeat;
    background-color: #ffffff;
    color: #fff;
}

.nbs-flexisel-nav-left {
    left: 0px;
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}
.nbs-flexisel-nav-left:hover {
    left: 0px;
    background: url(https://www.interpack.pro/images/isgallery/button-previous-down.png) no-repeat;
    background-color: #ffffff;
}
.nbs-flexisel-nav-right {
    right: 0px;
}
.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.nbs-flexisel-nav-right:hover {
    right: 0px;
    background: url(https://www.interpack.pro/images/isgallery/button-next-down.png) no-repeat;
    background-color: #ffffff;
}



@media(max-width: 768px) {

    .nbs-flexisel-nav-left {
        display: none;
    }

    .nbs-flexisel-nav-right {
        display: none;
    }
}