@font-face {
    font-weight: 300;
    font-family: Geologica;
    src: url("/font/Geologica/Geologica-Light.ttf");
}
@font-face {
    font-weight: 400;
    font-family: Geologica;
    src: url("/font/Geologica/Geologica-Regular.ttf");
}
@font-face {
    font-weight: 500;
    font-family: Geologica;
    src: url("/font/Geologica/Geologica-Medium.ttf");
}
@font-face {
    font-weight: 600;
    font-family: Geologica;
    src: url("/font/Geologica/Geologica-SemiBold.ttf");
}
@font-face {
    font-weight: 700;
    font-family: Geologica;
    src: url("/font/Geologica/Geologica-Bold.ttf");
}

.desk{
    display: block;
}

.mob{
    display: none;
}

.mn__wrapper{
    height: 100%;
    background-color: #f7f7f7;
    color: #707F8D;
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.mn__container{
    width: 100%;
    max-width: 1140px;
    padding: 0 20px;
    margin: 0 auto;
    gap: 1rem;
}

.mn__parts{
    display: flex;
    justify-content: space-between;
}

.mn__part-left{
    width: 66%;
}

.mn__part-right{
    width: 34%;
}

.mn__wbox{
    border-radius: 24px;
    padding: 24px;
    background-color: #fff;
    margin-bottom: 16px;
}

.mn__wbox.cut{
    overflow: hidden;
}

.mn__gbox{
    width: 100%;
    border-radius: 24px;
    padding: 24px;
    background-color: #f5f7fa;
    margin-bottom: 16px;
}

.mn__mosq-img{
    width: 100%;
    max-height: 500px;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 24px;
    object-fit: cover;
    object-position: top;
}

.mn__h1{
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
    color: #2C2D2E;
    margin-bottom: 8px;
}

.mn__h2{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 24px;
    color: #2C2D2E;
}

.mn__h2.mb4{
    margin-bottom: 4px;
}

.mn__h2.mb12{
    margin-bottom: 12px;
}

.mn__h2.mb16{
    margin-bottom: 16px;
}

.mn__h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    color: #001A34;
    margin-bottom: 16px;
}

.mn__h3.sbor{
    width: 90%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.mn__h4{
    font-size: 18px;
    line-height: 26px;
    color: #2C2D2E;
    margin-bottom: 8px;
}

.mn__subs{
    margin-bottom: 16px;
}

.mn__location{
    display: flex;
    align-items: center;
    gap: .5rem;
}

.mn__text-sad{
    margin-bottom: 32px;
}

.mn__mosq-items{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 24px;
}

.mn__mosq-item{
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 24px;
    padding: 32px 24px;
    background-color: #f5f7fa;
    overflow: hidden;
}

.mn__mosq-item-text{
    position: relative;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #2C2D2E;
    max-width: 265px;
    z-index: 1;
}

.mn__mosq-item-text.long{
    max-width: 400px;
}

.mn__list{
    list-style-type: disc;
    line-height: 3;
    margin-left: 32px;
}

.mn__mosq-item-heart{
    width: 25%;
}

.mn__mosq-item.green{
    background-color: #E4FDEC;
}

.mn__mosq-item.red{
    background-color: #fef3f1;
}

.mn__mosq-item.yellow{
    background-color: #fffae8;
}

.mn__mosq-text{
    font-size: 14px;
    line-height: 20px;
    max-width: 310px;
}

.mn__mosq-mi1{
    position: absolute;
    bottom: -82px;
    right: -133px;
}

.mn__mosq-mi2{
    position: absolute;
    bottom: -74px;
    right: -108px;
}

.mn__mosq-mi4{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
}

.mn__mosq-btns{
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    padding-top: 8px;
}

.mn__btn{
    width: fit-content;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    background-color: #00ACAA;
    color: #fff;
    transition: all .5s;
}

.mn__btn:hover{
    background-color: #00cdc9;
}

.mn__btn.light{
    background-color: #ebf9f9;
    color: #00ACAA;
}

.mn__btn.light:hover{
    background-color: #c5f8f8;
}

.mn__btn.help{
    padding: 8px 32px;
    font-weight: 400;
}

.mn__btn.center{
    margin: auto;
}

.mn__btn.full{
    width: 100%;
}


.mn__sbor-items{
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    position: relative;
}

.mn__sbor-item{
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 48%;
}

.mn__sbor-header,
.mn__sbor-footer{
    width: 100%;
}

.mn__sbor-img{
    border-radius: 24px;
    overflow: hidden;
    object-fit: cover;
    margin-bottom: 24px;
    height: 200px;
}

.mn__sbor-sum{
    font-size: 14px;
    margin-bottom: 6px;
}

.mn__small-text{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
}

.mn__pbar{
    display: flex;
    position: relative;
    width: 100%;
    height: 6px;
    margin: 0 auto;
    border-radius: 30px;
    background-color: #edf0f7;
    margin-bottom: 16px;
}

.mn__pbar-green{
    width: 30%;
    height: 6px;
    border-radius: 30px;
    background-color: #00acca;
}

.mn__app-wrap{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 24px;
}

.mn__app-phone{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 24px;
    padding: 24px 24px 0 24px;
    background-color: #f5f7fa;
    text-align: center;
}

.mn__app-tex{
    margin-bottom: 24px;
}

.mn__app-phone img{
    width: 70%;
}

.mn__app-comments{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mn__app-comment{
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 24px;
    padding: 24px;
    background-color: #f5f7fa;
    text-align: center;
    /* margin-bottom: 24px; */
}

.mn__app-stars{
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 16px;
}

.mn__app-frase{
    color: #001A34;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    font-weight: 500;
    max-width: 300px;
}

.mn__news-footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.mn__news-person{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mn__news-ava{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
}

.mn__news-name{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #001A34;
}

.mn__copy-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    border-radius: 12px;
    padding: 10px 16px;
    border: 1px solid #e0e0eb;
    font-size: 14px;
    line-height: 20px;
    color: #001A34;
    cursor: pointer;
    transition: all .5s;
}

.mn__copy-btn:hover{
    color: #00ACAA;
    border: 1px solid #00ACAA;
}

.mn__person{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
}

.mn__ava{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
    margin-bottom: 16px;
}

.mn__ava.default{
    background-color: #F2F5F9;
    padding: 30px;
}

.mn__ava-name{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #001A34;
}

.mn__ava-job{
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 24px;
}

.mn__person-contacts{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    border-radius: 16px;
    padding: 16px;
    background-color: #F2F5F9;
}

.mn__person-phone{
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
}

.mn__person-wa{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    text-align: left;
    font-size: 15px;
}

.mn__person-number{
    color: #001A34;
}

.mn__mahala{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 24px;
}

.mn__mahala-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #001A34;
}

.mn__mahala-people{
    font-size: 14px;
    line-height: 20px;
    color: #707F8D;
}

.mn__mahala-items{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 24px;
    margin-bottom: 24px;
}

.pers1 {
    grid-area: auto;
}
.pers2 {
    grid-area: auto;
}
.pers3 {
    grid-area: auto;
}
.pers4 {
    grid-area: auto;
}
.pers5 {
    grid-area: auto;
}
.pers6 {
    grid-area: auto;
}
.pers7 {
    grid-area: auto;
}
.pers8 {
    grid-area: auto;
}

/* .pers1 {
    grid-area: 1 / 1 / 2 / 2;
}
.pers2 {
    grid-area: 1 / 2 / 2 / 3;
}
.pers3 {
    grid-area: 1 / 3 / 2 / 4;
}
.pers4 {
    grid-area: 1 / 4 / 2 / 5;
}
.pers5 {
    grid-area: 2 / 4 / 3 / 5;
}
.pers6 {
    grid-area: 2 / 3 / 3 / 4;
}
.pers7 {
    grid-area: 2 / 2 / 3 / 3;
}
.pers8 {
    grid-area: 2 / 1 / 3 / 2;
} */

.ml__mahala-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5rem;
}

.mn__mahala-ava{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
}

.mn__mahala-ava.default{
    background-color: #F2F5F9;
    padding: 16px;
}

.mn__mahala-item-name {
    color: #001A34;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 60px;
    text-align: center;
    line-height: 1.2;
    font-size: 14px;
}

.mn__madina{
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 32px;
    padding: 32px;
    background-color: #1E1E1E;
    overflow: hidden;
}

.mn__madina-title{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
    margin-bottom: 8px;
}

.mn__madina-text{
    position: relative;
    font-size: 14px;
    line-height: 20px;
    max-width: 199px;
    color: #fff;
    z-index: 1;
}

.mn__madina-img{
    width: 40%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.mn__question-btn{
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 16px 20px;
    background-color: #393939;
    border-radius: 16px;
    color: #fff;
    margin-top: 16px;
}

/*---Slider Sbory---*/
.mosq__slider {
    position: relative;
    min-width: 0;
}

.mosq__slider.slick-list {
    overflow: hidden;
}

.slick-track {
    display: flex;
    gap: 1rem;
}

.mosq__slider .slick-arrow {
    position: absolute;
    bottom: 234px;
    z-index: 1000;
    font-size: 0;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
}

.mosq__slider .slick-arrow.slick-disabled {
    opacity: 0.2;
    cursor: auto;
}

.mosq__slider .slick-arrow.slick-prev {
    display: none!important;
    right: 45px;
    background: url('/img/mn/arrow_back.svg') 0 0 / 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.mosq__slider .slick-arrow.slick-next {
    right: 0;
    background: url('/img/mn/arrow_forw.png') 0 0 / 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.sm__item{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sm__leftpart{
    display: flex;
    align-items: center;
    gap: 1rem;
}

.mn__heart{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 12px;
    padding: 10px;
}

.sm__header{
    font-size: 16px;
    line-height: 23px;
    color: #1A202C;
    margin-bottom: 8px;
}

.mb0{
    margin-bottom: 0;
}

.mn__profit-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 20px;
}

.mn__profit-item{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    background-color: #F5F7FA;
    border-radius: 16px;
    display: flex;
    gap: 1rem;
    padding: 14px;
}

.mn__profit-title{
    font-size: 16px;
    line-height: 20px;
    color: #001A34;
    margin-bottom: 4px;
}

.mn__profit-text{
    font-size: 14px;
    line-height: 18px;
}

.mn__profit-item img{
    width: 24px;
    height: 24px;
}

.mn__people-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 24px;
}

.mn__people-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mn__people-item img,
.mn__people-item span.mn__mahala-ava
{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
}

.mn__mahala-btn{
    width: 100%;
    max-width: 215px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #00ACAA;
    border-radius: 16px;
    padding: 16px 24px;
    transition: all .5s;
}

.mn__mahala-btn:hover{
    background-color: #00cdc9;
}

.mn__mahala-btn.help{
    padding: 12px 24px;
}

.mn__people-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.mn__sb-subt{
    font-size: 16px;
    color: #707F8D;
    line-height: 24px;
    margin-bottom: 24px;
}

.mn__sb-items{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.mn__sb-item{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 31%;
    height: 375px;
    margin-bottom: 8px;
}

.sb__item-wrap{
    display: flex;
    flex-direction: column;
}

.sb__item-img{
    width: 100%;
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
    margin-bottom: 16px;
}

.sb__item-city{
    font-size: 14px;
    line-height: 18px;
    color: #707F8D;
    margin-bottom: 4px;
}

.sb__item-sbor{
    font-size: 16px;
    line-height: 20px;
    color: #001A34;
    margin-bottom: 12px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sb__pbar{
    display: flex;
    position: relative;
    width: 100%;
    height: 8px;
    margin: 0 auto;
    border-radius: 30px;
    background-color: #edf0f7;
    margin-bottom: 4px;
}

.sb__pbar-green{
    width: 30%;
    height: 8px;
    border-radius: 30px;
    background-color: #00acca;
}

@media screen and (max-width:1200px){
    .mn__person-phone,
    .mn__person-wa{
        font-size: 15px;
    }
}

@media screen and (max-width:768px){

    .mn__part-left{
        width: 100%;
    }

    .mn__parts{
        flex-direction: column;
    }

    .mn__part-right{
        width: 100%;
    }
}

@media screen and (max-width:490px){

    .desk{
        display: none;
    }

    .mob{
        display: block;
    }

    .mn__people-item{
        flex-shrink: 0;
    }

    .sb__barsum{
        flex-grow: 1;
    }

    .sb__bar-wrap{
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }

    .mn__sbor-sum{
        margin-bottom: 0;
    }

    .mn__mahala-btn.help{
        max-width: 120px;
    }

    .sb__item-sbor{
        margin-bottom: 4px;
    }

    .sb__item-info{
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .sb__item-img{
        width: 100px;
        height: 100px;
        border-radius: 16px;
        flex-shrink: 0;
    }

    .sb__item-wrap{
        flex-direction: row;
        gap: 12px;
    }

    .mn__sb-item{
        width: 100%;
        height: auto;
        margin-bottom: 16px;
    }

    .mn__profit-wrap{
        flex-direction: column;
    }

    .mn__people-wrap{
        overflow: auto;
    }

    .mn__mahala{
        margin-bottom: 16px;
    }

    .mn__container{
        padding: 0;
    }

    .mn__gbox{
        padding: 12px;
    }

    .mn__h1{
        font-size: 24px;
        line-height: 28px;
    }

    .mn__ava{
        width: 100px;
        height: 100px;
    }

    .mn__mahala-item-name{
        font-size: 13px;
    }

    .mn__mahala-ava{
        width: 36px;
        height: 36px;
    }

    .mn__person-phone,
    .mn__person-wa{
        font-size: 14px;
    }

    .mosq__slider .slick-arrow{
        bottom: 248px;
    }

    .mn__mosq-mi4{
        display: none;
    }

    .mn__list{
        font-size: 14px;
        line-height: 2;
        margin-left: 20px;
    }

    .mn__mosq-item{
        padding: 16px;
        border-radius: 16px;
    }

    .mn__btn{
        width: 100%;
    }

    .mn__mosq-item img{
        width: 35%;
    }

    .mn__mosq-img{
        max-height: 275px;
        border-radius: 16px;
    }

    .mn__sbor-items{
        gap: 3rem;
    }

    .mn__sbor-item{
        width: 100%;
        height: auto;
    }

    .mn__wbox{
        padding: 16px;
        border-radius: 16px;
    }

    .mn__copy-btn{
        width: 100%;
    }

    .mn__news-person{
        width: 100%;
    }

    .mn__app-comment{
        margin-bottom: 16px;
    }

    .mn__news-footer{
        flex-direction: column;
        gap: 1rem;
    }

    .mn__app-wrap{
        flex-direction: column;
    }

    .mn__sbor-items{
        flex-direction: column!important;
    }

    .mn__mosq-btns{
        flex-direction: column;
    }

    .mn__mosq-items{
        flex-direction: column;
    }

}