.page-owners {
    background: #fff;
    color: #3E3F42;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.25px;

    font-family: 'gilroy';
}
.container_1024{
    max-width: 1024px;
}
.page-owners .container_920 {
    max-width: 920px;
}

.page-owners .b--breadcrumbs {
    /* margin-left: 97px; */
    padding-top: 12px;
}
@media screen and (max-width: 990px) {
    .page-owners .col-md-4 {
        margin-bottom: 40px;
    }
}
.page-h1 {
    /* font-family: 'gilroy-bold', sans-serif; */
    font-style: normal;
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    padding: 0;
    margin: 50px 0 20px;
    letter-spacing: 0.07em;
}
@media screen and (max-width: 990px) {
    .page-h1 {
        margin-top: 45px;
        font-size: 24px;
        margin: 15px 0 20px;
    }
}
.page-owners p strong {
    font-weight: bold;
}
.page-owners p {
    margin:0 0 20px
}
.block-title {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 20px;
    background: #FC2847;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    margin-right: 50px;
    position: relative;
    line-height: 1.4;
}
.block-title:after {
    content:'';
    display:block;
    position: absolute;
    left: calc(100% - 1px);
    top: 0;
    bottom: 0;
    width: 50px;
    clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
    background: #FC2847;
}
.page-owners__header {

    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.457143px;
    color: #3E3F42;
    margin: 0 0 12px;
}

.page-owners__row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D7D7D7;
    padding: 25px 0 25px;
    min-height: 440px;
}
@media screen and (max-width: 768px) {
    .page-owners__row {
        flex-direction: column;
    }
    .page-owners__row img {
        max-width: 70%;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 768px) {
    .page-owners__row_left-p {
        flex-direction: column-reverse;
    }
}
@media screen and (min-width: 1200px) {
    .page-owners__row_left-p {
        padding-left: 149px;
    }
}
@media screen and (min-width: 1100px) {
    .page-owners__row_left-p {
        padding-left: 50px;
    }
}
.page-owners__info {
    text-align: center;
    margin-bottom: 53px;
    margin-top: 38px;
}
.page-owners__info-header {
    font-weight: 500;
    font-size: 64px;
    letter-spacing: 0.457143px;
    color: #FF3B3B;
    margin-bottom: 20px;
}
.page-owners__info-text {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: #3E3F42;
}

.page-owners__sell-form {
    margin-bottom: 80px;
}
.page__grey  {
    margin-bottom: 110px;
}
.page__grey-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 20px;
}
.page__grey-item {
    background: #F2F3F5;
    padding: 16px 16px 25px;
}
.page__grey-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;

}

.page-owners__benefis{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 16px;
    margin-bottom: 100px;
    font-family: 'gilroy';
}
.page-owners__benefis-item{
    box-shadow: 0px 4px 4px 0px #3E3F4240;
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    padding: 10px 10px 20px;
    min-height:190px;
    background: url(../../img/owners/benefis.svg) right bottom, url(../../img/owners/benefis-logo.svg) center, #fff;
    background-repeat: no-repeat;
}
.page-owners__benefis-item-title{

    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
.page-owners__benefis-item-descr{
    font-size: 15px;
}
.page__projects .b--project-card {
    width: 170px;
}
.page-owners__project-container {
    /* overflow:hidden; */
    width: 100%;
    margin: 0px -8px 100px;
    width: calc(100% + 16px);
}

.page__projects {
    margin-bottom: 10px;
}
.page__projects .container {
    max-width: 1024px;
}
.page__projects .block-title {
    margin: 0;
}

.page-owners__project{
    padding: 0 8px;
    display: block;
}
.page-owners__project-descr {
    position: absolute;
    z-index: 2;
    color: #fff;
    padding: 30px 20px;
}
.page-owners__title{
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    margin-bottom: 40px;
    display: block;
}
.page-owners__subtitle{
}
.page-owners__image{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    height: 27vw;
    min-height: 240px;
    max-height: 430px;
}
.page-owners__image img {
    height: 100%;
}
.page-owners__image:after {
    content:'';
    display:block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #00000066;
}
.page-owners__img{
    display:block;
    transition:2s;
}
.page-owners__project:hover  .page-owners__img {
    transform:scale(1.05)
}

.owl-prev, .owl-next {
    --width: 48px;
    --margin: calc(var(--width) / 2);
    position: absolute;
    top: 0;
    left: calc(var(--margin) * -1);
    bottom: 0;
    background: #fff;
    margin: auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 0;
    box-shadow: 0px 1px 1px 0px #00000040;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.19362 13.8596C8.57603 14.269 9.16907 14.269 9.55147 13.8596C9.93388 13.4501 9.93388 12.8151 9.55147 12.4056L8.26982 11.0341L14.044 11.0341C14.5795 11.0341 15 10.5838 15 10.0104C15 9.43698 14.5795 8.98673 14.044 8.98673L8.26982 8.98673L9.57016 7.59437C9.95256 7.1849 9.95256 6.5499 9.57016 6.14043C9.37895 5.9357 9.13023 5.83333 8.90094 5.83333C8.65222 5.83333 8.40351 5.9357 8.23173 6.14043L5.28681 9.29375C5.11502 9.47769 5 9.744 5 10.0103C5 10.2766 5.0956 10.543 5.28681 10.7269L8.19362 13.8596Z' fill='%23FC2847'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}
.owl-next {
    left:auto;
    right: calc(var(--margin) * -1);
    transform:rotate(180deg)
}

@media(max-width: 769px) {
    .owl-prev, .owl-next {
        --margin: 7px;
    }
}

.page-owners__text {
    border: 1px solid #D5D6D8;
    padding: 16px;
    margin-bottom: 20px;
}
.page-owners__text:last-child {
    margin-bottom: 90px;
}

.page-owners__text-title {
    font-family: Gilroy;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0px;
    margin-bottom: 20px;
}
.page-owners__text p {
    margin: 0;
}

.page-owners__numers {
    padding: 30px 0;
    background: #F2F3F5;
    margin-bottom: 100px;
}
.page-owners__numer {/* line-height: 1; */
}
.page-owners__numer:before {
    content:attr(data-icon);
    color: #231C39;
    font-family: Raleway-v4020;
    font-weight: 600;
    font-size: 64px;
    line-height: 74px;
    letter-spacing: 0.15px;
    display: block;
}
.page-owners__numers-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 30px 40px;
}
.awards-list {
    display: flex;
    gap: 20px;
    overflow: auto;
    padding: 0px 0;
    margin-bottom: 130px;
    flex: 1 0 0;
}

.award {
    width: 200px;
    text-align:center;
    /* flex: 0 0; */
    min-width: 200px;
}
.award  img {
    width: 100%;
    display:block;
    border-radius: 4px;
    margin-bottom: 5px;
    height: 266px;
    object-fit: cover;
}

.page__first-block {
    margin-bottom: 100px;
    /* font-size: 16px; */
}



@media(max-width: 990px) {
    .block-title {
        font-size: 24px;
    }
    .page__first-block {
        margin-bottom: 20px;
    }
    .page__grey {
        margin-bottom: 40px;

    }
    .page-owners__benefis-item{
        min-height:0;
    }
    .page-owners__benefis {
        margin-bottom: 40px;
    }
    .page__projects {
        margin: 0
    }
    .b--projects-textafter {
        margin-bottom: 40px;

    }
    .page-owners__title {
        margin-bottom: 20px;
    }
    .page-owners__project-container {
        margin-bottom: 40px;
    }
    .page-owners__text:last-child {
        margin-bottom: 40px;
    }
    .page-owners__numers {
        padding: 20px 0;
        margin-bottom: 40px;
    }
    .page-owners__numers .block-title {
        margin: 0;
    }
    .awards-list {
        margin-bottom: 40px;
    }
}
.page__numeric-container {
    margin-bottom: 100px;
}
.page-numeric {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 16px;

}
.page-numeric__title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}
.page-numeric__item {
    padding: 15px 20px;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 4px 4px 0px #3E3F4240;
    overflow: hidden;
    position: relative;
    min-height: 200px;
}
.page-numeric__item:before {
    content:attr(data-number);
    position:absolute;
    color: #2121210D;
    font-size: 160px;
    line-height: 1;
    left: -9px;
    bottom: -30px;
    font-weight: 900;
    font-size: 256px;
}

.page-numeric__descr {
    font-size: 15px;
    font-weight: 400;
}

.reviews {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 20px;
    margin-bottom: 100px;
}
.review {
    border: 1px solid #D5D6D8;
    padding: 12px 16px;
}
.review__controll {
    display:none;
}
.reviews__title {
    font-weight: 700;
    font-size: 20px;
}
.reviews__descr {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}
.review__stars {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0448 1.26347V1.25409L12.0495 1.24472C12.0944 1.14704 12.1665 1.0643 12.257 1.0063C12.3475 0.948305 12.4528 0.91748 12.5603 0.91748C12.6678 0.91748 12.7731 0.948305 12.8636 1.0063C12.9542 1.0643 13.0262 1.14704 13.0711 1.24472V1.25878L13.0805 1.26347L16.1268 7.45097L16.3424 7.89159L16.8251 7.96659L20.2463 8.48222L23.6675 8.99784H23.7003C23.8005 9.01051 23.8948 9.05237 23.9715 9.11821C24.0481 9.18404 24.1038 9.27096 24.1314 9.36815C24.1667 9.46263 24.1736 9.56538 24.1511 9.66369C24.1286 9.76201 24.0778 9.85156 24.0049 9.92128L24.0002 9.93065L19.0325 14.7588L18.6763 15.101L18.7606 15.5885L19.9323 22.4322V22.451C19.9485 22.5486 19.937 22.6489 19.8991 22.7404C19.8612 22.8318 19.7984 22.9108 19.7179 22.9684C19.6374 23.026 19.5423 23.0599 19.4435 23.0662C19.3447 23.0725 19.2462 23.051 19.159 23.0041L19.1449 22.9947L19.1309 22.9853L12.9915 19.7978L12.5603 19.5775L12.1291 19.7978L5.98974 22.9853L5.97568 22.9947L5.96162 23.0041C5.87432 23.0523 5.77517 23.0749 5.6756 23.0692C5.57604 23.0636 5.48009 23.0299 5.3988 22.9721C5.31751 22.9143 5.2542 22.8348 5.21613 22.7426C5.17807 22.6504 5.16681 22.5493 5.18365 22.451V22.4416L5.18834 22.4322L6.35998 15.5885L6.44434 15.101L6.09284 14.7588L1.12508 9.93065L1.11571 9.92597V9.92128C1.04284 9.85156 0.992022 9.76201 0.969531 9.66369C0.947039 9.56538 0.953868 9.46263 0.989172 9.36815C1.05947 9.15722 1.21881 9.02597 1.42034 9.00253H1.4344L1.45314 8.99784L8.29553 7.96659L8.77825 7.89159L8.99383 7.45097L12.0401 1.26347H12.0448Z' fill='%23FFBF00'/%3E%3C/svg%3E%0A");
    width: 130px;
    height: 24px;
    background-position: -2px 0;
}
.review__more {
    margin:0;
    font-weight:400;
    color: #3E3F4280;
    cursor:pointer;
    margin-top:5px;
    font-size: 16px;
}
.review__more:hover {
    color:initial;
}
.review__more:after {
    content:attr(data-open);
}
.review__text {

}
.review__controll:not(:checked) ~ .review__text{
    max-height: 6.3em;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 5px;
}

.review__controll:checked  ~ .review__more:after{
    content:attr(data-close);
}
.page-clients {
    background: #fff;
    font-size: 16px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.25px;
    font-family: 'gilroy';
}
.b--projects-textafter {
    margin-bottom: 40px;
}
@media(max-width: 990px) {
    .page__numeric-container {
        margin-bottom: 40px;
        margin-top:40px
    }
    .reviews {
        margin-bottom: 40px;
    }
}

.page-broker {
    background: #F2F3F5;
    padding: 40px 20px;
    font-family: 'gilroy';
}
.broker-cart {
    max-width: 600px;
    margin: auto;
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    margin-bottom: 80px;
    font-family: 'gilroy';
}
.broker-cart__logo {
    margin: 0 auto 5px;
    display: block;
    height: 26px;
    margin-bottom: 20px;
}
.broker-cart__descr {
    font-size: 13px;
    letter-spacing: 0.4px;
    text-align: center;
    max-width: 220px;
    margin: 0 auto 60px;/* color: #3E3F42; */
    line-height: 1.2;
}
.broker-cart__image {
    max-width: 200px;
    max-height: 200px;
    margin: auto;
    border-radius: 50%;
    /* background: #00000005; */
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px;
}
.broker-cart__image img {
    width: 100%;
    height:100%;
    display: block;
    object-fit: cover;
}
.broker-cart__name {
    color: #040B11;
    font-weight: 600;
    font-size: 32px;
}
.broker-cart__post {
    font-size: 20px;
    margin-bottom: 20px;
}
.broker-cart__button {
    border-radius: 4px;
    font-size: 16px;
    background: #FC2847;
    padding:  0 30px;
    line-height: 46px;
    display: block;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    max-width: 290px;
    margin: 0 auto 60px;
    position:relative;
}

.broker-cart__button:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all .4s
        ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s
        ease-out 0s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    -webkit-box-shadow: 0 0 35px 6px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 0 35px 6px rgba(0,0,0,.14);
    box-shadow: 0 0 35px 6px rgba(0, 0, 0, .14);
}
.broker-cart__button:hover {
    color:#fff;
}
.broker-cart__button:hover:before {
    opacity:1
}

.broker-cart__contacts {
    display: grid;/* text-align: left; */
    gap: 10px;
}
.broker-cart__contact {
    text-align: left;
    display: flex;
    background: #F2F3F5;
    padding: 20px 20px;
    border-radius: 4px;
    font-weight: 600;
    align-items: flex-end;
    gap: 29px;
    letter-spacing: 0.15px;
    align-items: center;
}
.broker-cart__contact-text  {
    flex:1;
}
.broker__about {
    margin-bottom:100px;
    font-family: 'gilroy';
    font-size: 16px;
}
.broker__properties .b--page-title {
    text-align: left;
    /* font-size: 44px; */
    margin-bottom: 20px;
}
.broker__properties {
    margin-bottom: 100px;
}
.broker__filtertag {
    margin-bottom:100px;
}

@media (max-width: 960px ){
    .broker-cart__button {
        margin-bottom: 15px;
    }
    .broker-cart {
        margin-bottom: 40px;
        padding: 15px;
    }
    .page-broker {
        padding: 10px;

    }
    .broker-cart__contact {
        gap: 15px
    }
}