.index-banner__hide {
    display: none;
}

.index-banner__owl-carousel {
    position: relative;
    margin-bottom: 20px;
}

.index-banner__slide {
    height: 300px;
    position: relative;
}
.index-banner__slide--link {
    display: block;
}
.owl-carousel .owl-item img.index-banner__img {
    width: initial;
    height: 100%;
    /*object-fit: cover;*/
    object-position: 50% 0;
}

.index-banner__description {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.index-banner__img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}

.owl-carousel button.owl-dot {
    display: block;
    margin: 0 5px;
    outline: none;
}

.owl-carousel button.owl-dot span {
    margin: 0;
    width: 12px;
    height: 12px;
    display: block;
    background: #fff;
    border: 1px solid #4f6bb0;
    border-radius: 50%;
}

.owl-carousel button.owl-dot.active span {
    background: #4f6bb0;
    border: 1px solid #fff;
}

.ib-description {
    position: absolute;
    top: 46px;
    width: 94%;
    bottom: 0;
    left: 3%;
    display: flex;
    flex-direction: column;
    color: #fff;
}

.ib-description__top {
    flex: 1;
	padding-right:20px;
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 30px;
}
@media (min-width: 1920px){
	.ib-description__top {
		font-style: normal;
		font-weight: 600;
		font-size: 42px;
		line-height: 42px;
	}
}

.ib-description__top--small {
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.005em;
}

.ib-description__bottom {
    flex: 1;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.005em;

    margin-top: 95px;
}
@media (min-width: 1920px){
	.ib-description__bottom{
		font-size: 20px;
		line-height: 24px;
	}
}
@media screen and (max-width: 1100px) {
	.index-banner .owl-carousel.index-banner__owl-carousel, .owl-carousel.owl-loaded {
        display: none;
    }
}