body,
html {
    min-height: 100vh;
}

/* .bg{
    background-image: url('bg.avif');
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index:-1;
} */


body {
    min-height: 100vh;
    display: flex;
    position: relative;
    flex-direction: column;
}
 .opened .see{
    display: none;
}

.hide{
    display: none;
}


.opened .hide{
    display: block;
}
.password-box{
    position:relative;
}
.hidepassword{
    position:absolute;
    right: 0;
    bottom:0;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:0;
    background-color: transparent;
    outline: 0;
}

main {
    flex: 1 1 auto;
}


.login-box {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    min-height: calc(100vh -  165px);
}

.small-h2 {
    font-weight: 200;

}

.login-form {
    background-color: #dee2e6;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
}


.form-bg {
    background-color: #dee2e6;
    padding: 15px 20px;
}

label {
    font-weight: bold;
}

.w-100 {
    width: 100%;
}

.table-td-centred {
    vertical-align: middle;
}

.text-align-right {
    text-align: right;
}

.object-info div {
    margin-bottom: 10px;
}

.green {
    color: rgb(40, 172, 0)
}

.gray {
    color: rgba(163, 163, 163, 0.705)
}

.doc-box-viewer div {
    margin-bottom: 10px;
}

.text-red {
    color: rgb(253, 37, 66)
}

.top-line {
    padding: 20px;
    background-color: #313131;
    color: #fff;
}

.logo {
    text-transform: uppercase;
    font-size: 24px;
}

.info-found {
    min-height: 558px;
    background-image: url('../bg.png');
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-found h1 {
    font-family: 'Roboto COndensed';
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.info-found .content {
    margin-top: 50px;
    max-width: 1180px;
    color: #fff;
    font-size: 20px;
    line-height: 170%;
    letter-spacing: 0.03em;
    text-align: center;
}

.projects {
    padding: 80px 20px;
    /* max-width: 1180px;
    margin:0 auto; */
}

h2 {
    font-weight: 500;
    font-size: 48px;
    line-height: 71%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}


h3 {
    font-family: 'Magistral';
}

.desc-box h3 {
    font-weight: 600;
    text-transform: uppercase;
}

.divider {
    border: 1px solid #000;
}

.project-list {
    padding-top: 80px;
}

.project-list .name {
    font-weight: 600;
    font-size: 36px;
    color: #fff;
}

.project-list .swiper-slide img {
    display: block;
    max-width: 100%;
    height: auto;
}

.project-list .item-home {
    padding: 30px;
    box-shadow: 0 3px 2px -5px rgba(0, 0, 0, 0.25);
    background: rgba(78, 77, 77, 0.9);
}

.project-list .item-home .params .title {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.project-list .item-home .params .val {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}

/* 
.data-object {
    padding: 15px 20px;
    box-shadow: 0 3px 2px -5px rgba(0, 0, 0, 0.25);
    background: rgba(99, 99, 99, 0.9);
} */

.data-object div {
    margin-bottom: 10px;
    color: #000;
    font-family: 'Magistral';
    font-size: 15px;
}

.data-object div b {
    display: block;
    text-transform: uppercase;
}

.data-object div:last-child {
    margin-bottom: 0;
}

.data-object:not(.reverse-color){
    padding-bottom: 25px!important;
    border-bottom: 2px solid #c5c5c5;
}

.data-object .name {
    margin-top: 10px;
    font-family: 'Magistral';
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(170, 190, 201,0.2);
    color: #000;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 2.2rem;
}


.sm-picture {
    max-height: 232px;
}

.picture-list {
    max-height: 380px;
    overflow-y: hidden;
}

.picture-list img {
    display: block;
    width: 100%;
    height: 232px;
    object-fit: contain;
}

.picture-list .swiper-slide {
    max-height: 232px;
    background-color: #313131;

}

.object-box .desc {
    font-size: 18px;
    max-height: 130px;
    overflow-y: auto;
}

.users-box {
    /* background-color: #f1f1f1; */
    padding: 10px 20px;

    height: 412px;
    overflow-y: scroll;

}

.homes-list .data-object {
    border-right: unset;
    padding-left: 0;
    padding-right: 0;
}

.users-box h3 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.data-object {
    padding: 10px 20px;
    padding-left: 10px;
    padding-bottom: 0;
    max-height: 298px;
    border-right: 3px solid #dcdcdc;
}

.scroll-users {
    max-height: 260px;
    overflow-y: auto;

}

.scroll-overflow {
    max-height: 260px;
}

.desc p {
    text-indent: 18px;
}

.desc {
    height: 412px;
    overflow-y: scroll;
    padding-right: 5px;
}


.users-box::-webkit-scrollbar,
.desc::-webkit-scrollbar {
    width: 6px;
}

.users-box::-webkit-scrollbar-track,
.desc::-webkit-scrollbar-track {
    background: #dcdcdc;
    border-radius: 20px;

}

.users-box::-webkit-scrollbar-thumb,
.desc::-webkit-scrollbar-thumb {
    background-color: #727272;
    /* цвет бегунка */
    border-radius: 20px;
    /* округлось бегунка */
    border: 3px solid #727272;
    /* отступ вокруг бегунка */
}



.user-item-box {
    font-size: 15px;
    margin-bottom: 5px;
}

.dflex-right {
    display: flex;
}

.link-docs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #f0f0f0;
    padding: 20px;
    justify-content: space-between;
}

.link-docs small {
    display: block;
    width: 100%;
}

footer {
    padding: 20px;
    background-color: #313131;
    color: #fff;
    position: relative;
}

.content-about {
    max-width: 1180px;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-about p {
    text-align: center;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.03em;
}

.small-h2 {
    font-weight: 400;
    text-transform: lowercase;
    font-size: 72px;
    font-family: 'allegroscriptitalic';
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    font-optical-sizing: auto;
    line-height: 1;
    height: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.copy {
    display: flex;
    height: 135px;
    align-items: center;
    justify-content: start;
}

.p-relative {
    position: relative;
}


.hueta .divider {
    display: none;
}

.sm-h-swiper img {
    height: 60px;
    object-fit: cover;
}



.sm-v-swiper img {
    height: 125px;
}

.sm-v-swiper {
    max-height: 400px;
}


.sm-v-swiper .swiper-slide {
    background-color: #313131;
    display: flex;
    justify-content: center;
    max-width: 232px;
}

.sm-h-swiper {
    margin-top: 10px;
}

.bnext {
    bottom: 0px;
    top: unset;
    transform: rotate(90deg);
    left: 110px;
}

.bprev {
    top: 20px;
    transform: rotate(90deg);
    left: 110px;
}

.sm-h-swiper .swiper-slide {
    background-color: transparent;
}

@media(max-width:1400px) {
    h2 {
        font-size: 32px;
    }

    .project-list .name {
        font-size: 24px;
    }
}

@media(max-width:479px) {
    .small-h2 {
        font-size: 60px;
    }
}

@media(max-width:768px) {

    h2 {
        font-size: 28px;
    }

    .info-found h1 {
        font-size: 34px;
        padding-top: 30px;
    }

    .info-found .content {
        margin-top: 30px;
        font-size: 16px;
        line-height: 140%;
    }

    .projects {
        padding: 45px 0;
    }

    .project-list {
        padding-top: 40px;
    }

    .project-list .item-home {
        padding: 20px;
    }


    .project-list .name {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .divider {
        display: none;
    }

    .project-list .item-home .params .title {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .project-list .item-home .params .val {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .content-about p {
        font-size: 15px;
    }

    .content-about {
        padding: 40px 10px;
    }

    .copy {
        height: auto;
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

    .hueta .row {
        flex-direction: column-reverse;
    }

    .small-h2 {
        position: relative;
        top: unset;
        left: unset;
        height: auto;
    }

    .data-object {
        border-right: 0;
        padding: 0;
    }

    .data-object div {
text-transform: lowercase;
        font-size: 11px;
    }

    .data-object div br {
        display: none;
    }

    .data-object div:nth-child(1) {
        /* order: 2; */
    }

    .data-object div:nth-child(2) {
        /* order: 0; */
    }

    .data-object div:nth-child(3) {
        /* order: 1; */
        width: 50%;
        text-align: left;
    }

    .data-object div:nth-child(4) {
        /* order: 3; */
        text-align: right;
    }

    .status {
        order: 6;
    }

    .h3-center {
        display: flex;
        align-items: center;
    }

    .data-object.reverse-color {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }

    .dflex-right {
        flex-direction: column;
    }

    .users-box {
        padding: 0;
        margin-top: 20px;
        height: auto;
        overflow-y: auto;
    }

    .user-item-box {
        max-width: 50%;
    }

    .scroll-users {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .users-box h3 {
        text-align: center;
    }
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}


.btn-g-6 {
    background-color: #727272;
    border-color: #727272;

    font-size: 16px;
}

.btn-g-6:hover,
.btn-g-6:active,
.btn-g-6:focus-visible {
    background-color: #313131;
    border-color: #313131;
}

.btn-g-8 {
    background-color: #dc3545;
    border-color: #dc3545;

    font-size: 15px;
}

.btn-g-8:hover,
.btn-g-8:active,
.btn-g-8:focus-visible {
    background-color: #313131;
    border-color: #313131;
}

.big-slider img {
    height: 400px;
}

.big-slider {
    max-height: 400px;
}


.picture-list.big-slider .swiper-slide {
    max-height: 400px;
}

.btn-g-7 {
    background-color: #727272;
    border-color: #727272;

    font-size: 14px;
}

.btn-g-7:hover,
.btn-g-7:active,
.btn-g-7:focus-visible {
    background-color: #313131;
    border-color: #313131;
}



.btn-g-4 {
    background-color: #727272;
    border-color: #727272;

    font-size: 24px;
}

.nav-item.disabled{
    margin-top: -10px;
    margin-bottom: -8px;
    padding-top: 10px;
    background-color: #7272721a;
}

@media(max-width:768px){
    .nav-item.disabled{
        margin-top: 0;
        margin-bottom: -8px;
        padding-bottom: 8px;
        margin-right: -10px;
        padding-left: 8px;
        margin-left: -10px;
        background-color: #7272721a;
    }
}

.nav-item.disabled:hover,
.nav-item.disabled a:hover{
    color:rgba(255, 255, 255, 0.55);
}

.btn-g-4:hover,
.btn-g-4:active,
.btn-g-4:focus-visible {
    background-color: #313131;
    border-color: #313131;
}

.font-allegro {
    font-weight: 400;
    text-transform: lowercase;
    font-size: 72px;
    font-family: 'allegroscriptitalic';
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    font-optical-sizing: auto;
    line-height: 1;
}

.logo{
    display: flex;
    justify-content: center;
    position:absolute;
    bottom:25%;
    width: 300px;
    left:calc(50% - 150px);
    align-items: center;
}
.logo-login{
    max-width:  300px;
    color:#727272!important;
    height: 60px;
    position: relative;
    top:unset;
    left:unset;
}


.picture-list{
    position:relative;
}

.status-object-m{
    width: 100%;
    position:absolute;
    top:0;
    left:0;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.status-object-m .gr{
    background-color: #70be3c;
    color:#fff;
    padding: 0 5px;
    z-index: 2;
    border-radius: 4px;
    font-size: 12px;
}


.status-object-m .grr{
    background-color: #3fb4d1;
    color:#fff;
    padding: 0 5px;
    z-index: 2;
    border-radius: 4px;
    font-size: 11px;
}


