.rs-17 .rs-partners {
	/* background-color: #f9f9f9; */
	/* min-height: 363px; */
	padding-top: 30px;
	padding-bottom: 30px;
}

.rs-17 .rs-partners:nth-child(2n)  {
	/*background-color: #EBF7FE;*/
}
.rs-17 .rs-partners .section-title{
	position: relative;
	margin-top: 13px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #04324B;
}
.rs-17 .rs-partners .owl-carousel .owl-stage  {
	margin:  auto 0;
}
.rs-17 .rs-partners .section-descr {
    width: 70%;
    text-align: center;
    margin: 20px auto 50px;
}
.rs-17 .rs-partners .section-descr p {
    font-size: 18px;
    color: #616161;
    text-align: center;
}
.rs-17 .rs-partners .logo {
    text-align: center;
	height: 131px;
	position: relative;
}
.rs-17 .rs-partners .logo img{
	opacity: 0.7;
	width: 100%;
	max-width: 264px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
}
.rs-17 .rs-partners .logo a{
	/*pointer-events: none;*/
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
}
.rs-17 .rs-partners .logos-slider {
	text-align: center;
}
@media (min-width: 767.99px) {
    .rs-17 .rs-partners .logos-slider {
        grid-template-columns: repeat(4, 1fr);
        display: grid;
        gap: 30px;
    }
}
.rs-17 .rs-partners .logos-slider .logo:hover img {
    opacity: 1;
}
.rs-17 .rs-partners .owl-dots {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
}
.rs-17 .rs-partners .owl-dot {
    display: inline-block;
    vertical-align: middle;
}
.rs-17 .rs-partners .owl-dots span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    border-radius: 20px;
    background: #cccccc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
}
.rs-17 .rs-partners .owl-dot.active span {
    background: #757575;
}
.rs-17 .rs-partners .owl-prev, .rs-17 .rs-partners .owl-next {
    display: inline-block;
    cursor: pointer;
    font-size: 21px;
	margin-top: 5px;
    color: #424242;
    vertical-align: middle;
}
.rs-17 .rs-partners .owl-prev {
    margin-right: 5px;
}
.rs-17 .rs-partners .owl-next {
    margin-left: 5px;
}


#logoModal .modal-dialog {
    width: 90%;
    max-width: 950px;
    top: 20%;
    transform: translate(0, -10%);
    margin: 10px auto;
}
#logoModal .modal-content{
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    gap: 10px;
    background: #FFFFFF;
    border-radius: 13px;
}
#logoModal .modal-header{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border: none;
    padding: 0;
}
#logoModal .modal-header .close{
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: #EBF7FF;
    color: #264E86;
    opacity: 1;
}
#logoModal .modal-header::before,
#logoModal .modal-header::after{display: none}
#logoModal .modal-title{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
/* identical to box height */
    letter-spacing: 0.03em;
    color: #04324B;
}
#logoModal .modal-body{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px;
    gap: 30px;
    background: #EBF7FF;
    border-radius: 13px;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 131.5%;
    /* or 21px */
    color: #3D577B;
    width: 100%;
}
#logoModal .modal-body .modal-body__img{
    width: 100%;
    max-width: 214px;
}
#logoModal .modal-body .modal-body__img img{
    max-width: 100%;
    min-width: 214px;
    height: auto;
}
#logoModal .modal-body .modal-body__url{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 131.5%;
    /* identical to box height, or 21px */
    color: #3D577B;
    margin-top: 24px;
}

.rs-partners .owl-carousel .owl-stage-outer {
    margin: auto 15px;
}

@media (max-width: 767px){
    .rs-17 .rs-partners .section-title{
        font-size: 25px;
    }
    .rs-17 .rs-partners .section-descr{
        width: 100%;
    }
    #logoModal .modal-body {
        flex-direction: column;
    }
    #logoModal .modal-body .modal-body__img {
        /*margin: auto;*/
    }
    #logoModal .modal-body .modal-body__img img {
        min-width: unset;
    }
}