body{
    margin: 0 ;
    padding: 0;
    font-family: 'Rubik';
    color: #1C262D;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
a{
    transition: all .3s;
    text-decoration: none;
}
::-webkit-scrollbar{
    width: 10px;
}
::-webkit-scrollbar-track{
    box-shadow: inset 0 0 2px grey;
}
::-webkit-scrollbar-thumb{
    background: #846CAE;
}
::-webkit-scrollbar-thumb:hover{
    background: #846CAE;
}
.show{
    display: flex!important;
}
.hide{
    display: none!important;
}
.flex{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.column{
    flex-direction: column;
}
a,
.transition{
    transition: all .3s;
}

header{
    height: 90px;
    background: #1C262D;
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 5;
}
main{
    margin-top: 90px;
}
header .col{
    display: flex;
    justify-content: space-between;
    height: 90px;
    align-items: center;
}
.header-logo img{
    height: 55px;
    filter: brightness(0) invert(1);
}
.header-logo img:hover{
    filter: none;
}
.header-menu{
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}
.header-menu li{
    margin-left: 35px;
}
.header-menu li a{
    color: #fff;
    position: relative;
}
.header-menu li a:hover{
    color: #846CAE;
}
.header-menu li a:before{
    content: '';
}
.building-top{
    justify-content: center;
}
.building-top h1{
    width: 500px;
    max-width: 100%;
    margin: 35px 0 15px;
}
.building-top h1 strong{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}
.building-top h1 p{
    font-size: 14px;
    line-height: 20px;
    color: #4F4F4F;
    font-weight: 400;
}
.building-slider img{
    width: 100%;
    border-radius: 15px;
}
.building-all-information{
    margin-top: 50px;
}
.building-information .left{
    text-align: right;
}
.building-information h2{
    color: #828282;
    margin: 0 0 30px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
}
.building-information-item{
    margin-top: 5px;
}
.building-information-item span{
    color: #828282;
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 6px;
}
.building-information-item p{
    margin: 0;
}
.building-information-item .content-editor{
    max-height: 75px;
    overflow: hidden;
}
.building-information-item .content-editor.active{
    max-height: none;
}
.building-information-item .more{
    display: flex;
    color: #846CAE;
    font-size: 14px;
    line-height: 16px;
    margin-top: 6px;
    font-weight: 600;
}
.building-information-item .more:hover{
    color: #1C262D;
}
.building-information-item p{
    margin-bottom: 10px;
}
.building-information-item hr{
    height: 1px;
    background: #828282;
    width: 400px;
    max-width: 100%;
    float: left;
    opacity: .5;
    margin-top: 20px;
}
.building-slider-thumb{
    margin-top: 10px;
}
.building-slider-thumb img{
    height: 150px;
    object-fit: cover;
    cursor: pointer;
}
.building-slider-thumb .slick-slide{
    padding: 0 5px;
}
#related{
    background: #F2F2F2;
    margin-top: 100px;
    padding: 75px 0;
}
#related h2{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin: 0 0 25px;
}
.object-item{
    margin-bottom: 30px;
    position: relative;
}
.object-item p{
    font-size: 16px;
    line-height: 20px;
    color: #1C262D;
}
.object-item img{
    width: 100%;
    height: 235px;
    object-fit: cover;
    border-radius: 10px;
}
.object-item:hover p{
    color: #846CAE;
}
.object-item .temp{
    width: 100%;
    height: 235px;
    display: flex;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    background: rgb(242 242 242 / 30%);
    background-image: url("../images/temp.svg");
    background-position: center;
    background-size: 90px;
    background-repeat: no-repeat;
}
.object-item .view{
    position: absolute;
    top: 100px;
    left: calc(50% - 75px);
    opacity: 0;
}
.object-item:hover .view{
    opacity: 1;
}
#category-top,
#home-top{
    background-image: url("../images/banner.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}
#home-top{
    background-image: url("../images/banner-home.jpg");
    background-position: top center;
    margin-bottom: 75px;
}
#home-top:before,
#category-top:before{
    content: '';
    background-color: #1C262D;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.category-title{
    min-height: 175px;
    align-items: center;
    justify-content: center;
    display: flex;
}
#home-top .category-title{
    height: 400px;
}
.category-h1{
    position: relative;
}
.category-title h1,
.category-title h2{
    font-size: 44px;
    line-height: 50px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    position: relative;
    z-index: 2;
}
.category-title h2{
    font-size: 25px;
    line-height: 30px;
    margin-top: 15px;
}
#home-top .category-h1{
    text-align: center;
}
.home-item{
    margin-bottom: 75px;
}
.home-item img{
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.home-item h2{
    font-weight: 500;
    font-size: 36px;
    margin: 0;
    line-height: 36px;
}
.home-item p{
    margin: 20px 0;
    width: 425px;
    max-width: 100%;
}
.home-text{
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.home-text-padding{
    padding-left: 50px;
}
.category-h1 span{
    background: #846CAE;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    position: absolute;
    left: -45px;
    z-index: 0;
    top: -20px;
}
.circle{
    position: relative;
}
.circle:before{
    content: '';
    position: absolute;
    background: #846CAE;
    width: 125px;
    height: 125px;
    border-radius: 100%;
    left: -30px;
    top: -50px;
    z-index: -1;
}
#list,
#content{
    padding: 75px 0;
}
.not-found{
    color: #4F4F4F;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    width: 100%;
}
.object-search form{
    justify-content: center;
    margin-bottom: 5px;
    margin-left: 15px;
}
.search-form{
    width: 450px;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    align-items: center;
    max-width: 100%;
}
.search-form input{
    background: transparent;
    border: none;
    outline: none!important;
    font-family: 'Rubik';
    color: #828282;
    height: 44px;
    font-size: 14px;
    line-height: 20px;
    width: calc(100% - 60px);
    padding: 0 20px;
}
.search-form button{
    background: transparent;
    border: none;
    outline: none!important;
    cursor: pointer;
    display: flex;
    width: 60px;
    height: 44px;
    align-items: center;
    justify-content: center;
}
.search-form button svg path{
    transition: all .3s;
}
.search-form button:hover svg path:hover{
    fill: #846CAE;
}

.pagination-wrapper{
    justify-content: center;
}
.pagination{
    list-style: none;
    width: auto;
    padding: 0 10px;
    justify-content: center;
}
.pagination li{
    margin: 0 5px 10px;
}
.pagination li a{
    border: 1px solid #BDBDBD;
    border-radius: 5px;
    color: #828282;
    padding: 10px 15px;
    position: relative;
    min-width: 40px;
    display: inline-flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    line-height: 5px;
}
.pagination li.active a{
    color: #4F4F4F;
    border: 1px solid #4F4F4F;
}
.pagination li a:hover{
    background: #4F4F4F;
    border-color: #4F4F4F;
    color: #fff;
}
.pagination li.prev a:before,
.pagination li.next a:before{
    content: '';
    width: 14px;
    height: 12px;
    display: flex;
    background-image: url("../images/arrow.svg");
    background-position: center;
    background-size: contain;
    transition: all .3s;
}
.pagination li.next a:before{
    transform: rotate(180deg);
}
.pagination li.prev a:hover:before,
.pagination li.next a:hover:before{
    filter: brightness(0) invert(1);
}
.pagination li.more span{
    height: 40px;
    display: flex;
    align-items: center;
    margin: 0 5px;
}

.button{
    background: #846CAE;
    border-radius: 10px;
    color: #fff;
    padding: 10px 25px;
    width: 150px;
    text-align: center;
    transition: all .3s;
}
.button:hover{
    background: #1C262D;
}
.sponsors span{
    width: 50px;
    height: 50px;
    background: #C4C4C4;
    margin-right: 20px;
}
.sponsors img{
    height: 50px;
    margin-right: 10px;
    object-fit: cover;
    object-position: center;
}
.sponsors a:first-child img,
.sponsors a img.dark{
    filter: brightness(0) invert(0);
}
.sponsors a:first-child img,
.sponsors a:last-child img{
    height: 44px;
}
.social{
    margin-top: 30px;
}
.social a{
    margin-right: 15px;
}
.social a svg path{
    transition: all .3s;
}
.social a:hover svg path{
    fill: #846CAE;
}
footer{
    padding: 75px 0 15px;
}
footer p{
    margin: 0 0 6px;
}
#content p a,
footer p a{
    color: #1C262D;
}
#content p a:hover,
footer p a:hover{
    color: #846CAE;
}
#content p strong{
    font-weight: 500;
}
#content h2{
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}
#content h3{
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
}
.footer-menu{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 125px;
    margin-left: auto;
    margin-top: -5px;
}
.footer-menu li{
    margin-bottom: 6px;
}
.footer-menu li a{
    font-size: 16px;
    line-height: 24px;
    color: #1C262D;
}
.footer-menu li a:hover{
    color: #846CAE;
}
.footer-bottom{
    margin-top: 50px;
    justify-content: space-between;
}
.footer-bottom a{
    color: #1D1D1B;
}
.footer-bottom a span{
    transition: all .3s;
}
.footer-bottom a:hover span{
    color: #846CAE;
}
.grey-footer{
    background: #F4F4F2;
}

#content h1{
    margin: 0 0 25px;
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
}
.objects-grid{
    width: calc(100% + 30px);
}
.object-search p{
    color: #828282;
    margin: 20px 0 50px;
    text-align: center;
}

#about-form{
    max-width: 100%;
    width: 400px;
    margin: 50px auto 0;
}
#about-form .title,
#form-success .title{
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}
#form-success{
    display: none;
    margin-top: 50px;
}
#about-form input,
#about-form textarea{
    font-family: 'Rubik';
    color: #828282;
    height: 44px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 1px solid #BDBDBD;
    border-radius: 10px;
    outline: none!important;
}
#about-form textarea{
    resize: none;
    height: 75px;
}
#about-form input[type=submit]{
    width: 100%;
    transition: all .3s;
    cursor: pointer;
    color: #fff;
}
#error{
    background-image: url("../images/404-image.jpg");
    min-height: 50vh;
    background-position: center;
}
#error .container{
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
}
#error .container h1{
    color: #fff;
    font-weight: 500;
    margin: 0 0 50px;
    font-size: 24px;
}

.mobile-opener{
    display: none;
}

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

}

@media screen and (max-width: 992px){
    .col-md-6 .col-lg-6{
        max-width: 100%;
        width: 100%;
        flex-basis: auto;
        padding: 0;
    }
    .footer-menu{
        width: 100%;
        margin-top: 25px;
    }
    .object-item .temp,
    .object-item img{
        height: 200px;
    }
    .home-item .col-md-6{
        max-width: 100%;
        flex: 0 0 100%;
    }
    .home-text-padding{
        padding: 0;
    }
    .home-text{
        margin-top: 30px;
        padding: 0 25px;
        order: 2;
    }
    .circle:before{
        display: none;
    }
    .header-menu{
        opacity: 0;
        position: absolute;
        pointer-events: none;
    }
    .mobile-opener{
        display: flex;
        width: 40px;
        height: 40px;
        flex-direction: column;
        justify-content: space-evenly;
        cursor: pointer;
    }
    .mobile-opener span{
        width: 40px;
        height: 2px;
        background: #fff;
        transition: all .3s;
    }
    .mobile-active .mobile-opener span.center{
        opacity: 0;
    }
    .mobile-active .mobile-opener span:first-child{
        transform: rotate(45deg);
        position: absolute;
    }
    .mobile-active .mobile-opener span:last-child{
        transform: rotate(-45deg);
        position: absolute;
    }
    .mobile-active .header-menu{
        position: fixed;
        top: 90px;
        left: 0;
        right: 0;
        opacity: 1;
        pointer-events: all;
        background: #1C262D;
        z-index: 8;
        flex-direction: column;
        padding: 5px 0 30px;
    }
    .mobile-active .header-menu li{
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .mobile-active .header-menu li a{
        font-size: 20px;
        line-height: 20px;
    }
}

@media screen and (max-width: 768px){
    .col{
        flex-basis: auto;
    }
    .building-information{
        margin-top: 0;
    }
    .building-information .left{
        text-align: left;
    }
    .building-information h2{
        margin-bottom: 25px;
    }
    .building-information-item hr{
        width: 100%;
        margin: 10px 0 25px;
    }
    #related{
        margin-top: 50px;
        padding: 50px 0;
    }
    footer{
        padding-top: 50px;
    }
    .social{
        margin-bottom: 30px;
    }
    .footer-bottom{
        margin-top: 30px;
    }
    .footer-bottom a{
        margin-top: 15px;
    }
}

@media screen and (max-width: 576px){
    .building-slider-thumb{
        display: none!important;
    }
    .col.offset-md-2.col-md-8{
        padding: 0;
        margin-left: 15px;
    }
    .category-title h1{
        font-size: 36px;
        line-height: 42px;
    }
    .home-item h2{
        font-size: 30px;
        line-height: 30px;
    }
    #about-form{
        width: calc(100% - 15px);
        margin-left: 0;
    }
    #list, #content {
        padding: 50px 0;
    }
}