.main-page-about-block-cnt{
	background: #F8F8F8;
}
}

.main-page-about-users {
    left: 50%;
    width: 50%;
    overflow-x: auto;
}
.main-page-about-users-wraper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
}
.main-page-about-user {
    width: 317px;
    min-width: 317px;
    height: 468px;
    border-radius: 12px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.main-page-about-user-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 30px;
    gap: 4px;
    position: absolute;
    width: 200px;
    /*height: 72px;*/
    left: 28px;
    bottom: 32px;
    background: rgba(255,255,255, 0.75);
    border-radius: 0 0 8px 8px;
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
}
.main-page-about-user-info-name {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #24292F;
}
.main-page-about-user-info-post {
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #3F56C9;
}
.main-page-about-users{
	max-width: calc(58% - 100px);
	margin-right: -32px;
}


.main-page-about-users-wraper .owl-stage{
}

.main-page-about-users-wraper .owl-carousel .owl-stage-outer {
    margin-right: -10px;
	margin-top: 55px;
}
.main-page-about-users-wraper .owl-carousel .owl-nav {
	position: absolute;
    top: 0;
    right: 0;
	margin-top: 0;
}
.main-page-about-users-wraper .owl-theme .owl-nav [class*=owl-]:hover {
	background-color: transparent;
}

.main-page-about-users-wraper .owl-item {
    width: 317px!important;
}
@media screen and (max-width: 1440px) {
	.main-page-about-block {
		gap: 100px;
	}
	.main-page-about-users{
		max-width: calc(58% - 40px);
	}
	.main-page-about-users-wraper .owl-carousel .owl-nav {
		right: 32px;
	}
}
@media screen and (max-width: 1368px) {
	.main-page-about-block {
		gap: 70px;
	}
	.main-page-about-users{
		max-width: calc(58% - 10px);
	}
}
@media screen and (max-width: 1180px) {
	    .main-page-about-users {
        position: relative;
        width: calc(100% + 32px);
        left: 0;
		max-width: 100%;

    }

}
@media screen and (max-width: 1280px) {
	
	/*.main-page-about-users{
		display: none;
	}*/
}

@media screen and (max-width: 991px) {
    .main-page-about-users {
        position: relative;
        width: calc(100% + 32px);
        left: 0;
    }
    .main-page-about-users-wraper {
        justify-content: flex-start;
    }
	.main-page-about-users{
		max-width: 100%;
	}
	.main-page-about-users-wraper .owl-carousel .owl-nav {
		right: 0;
	}
}
@media screen and (max-width: 480px) {
    .main-page-about-users-wraper .owl-carousel .owl-item{
        width: 230px !important;
    }
    .main-page-about-user {
        width: 230px;
        min-width: 230px;
        max-width: 230px;
        height: 338px;
        border-radius: 8px;
    }
    .main-page-about-user-info-name {
        font-size: 16px;
        line-height: 22px;
    }
    .main-page-about-user-info-post {
        font-size: 11px;
        line-height: 12px;
    }
}