.contacts-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-picture {
    width: 500px;
    height: 500px;
    overflow: hidden;
}

.contact-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-custom.inner .navbar-brand .logo {
    max-height: 50px;
}

.navbar-center.inner .nav > li > a {
    padding: 15px 12px 15px !important;
}

.navbar-custom.inner.top-nav-collapse .navbar-brand .logodark {
    max-height: 40px;
}

.navbar-toggle .icon-bar {
    background: #333;
}

@media (min-width: 992px) {
.navbar-custom.inner {
    padding: 30px 30px;
    }
.navbar-center.inner .navbar-brand {
    padding-top: 6px;
}    
}

@media (max-width: 991px) {
    .contacts-block {
        flex-direction: column;
    }

    .contact-picture {
        width: 300px;
        height: 300px;
    }

    .navbar-center.inner .navbar-brand {
        padding: 6px 0;
    }

    section.banner {
        padding-top:80px!important;
    }
}

.pb-0 {
    padding-bottom:0px!important;
}

.mb-0 {
    margin-bottom: 0px!important;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mt-30 {
    margin-top: 30px;
}

.fs-15 {
    font-size: 15px;
}

.bg-black {
    background-color: #000;
    color: #fff;
}

.bg-black a {
    color: #fff;
}

.offcet-art {
    width: 80%;
}

#team [class*=col-] {
    padding: 0 13px 40px;
}

.pagination > .active > a {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
}

@media (max-width: 1199px) {
.offcet-art, .offcet-art-right, .offcet-art-dark {
    left: 0;
    width: 100%;
    position: inherit;
    text-align: center;
}
}

@media (max-width: 768px) {
#portfolio .list-inline li {
    width: auto;
}
}

@media (max-width: 991px) {
.intro .intro-body {
    padding: 120px 20px 70px;
}
}

@media (max-width: 768px) {
.intro h1 {
    font-size: 120px !important;
    line-height: 0px !important;
}
section, .section {
    padding-top: 120px;
    padding-bottom: 80px;
}    
}

@media (max-width: 990px) {
.nav-white .navbar-toggle .icon-bar {
    background: #fff;
}
}

@media (max-width: 990px) {
.navbar-collapse {
    background-color: #fff !important;
}
}

@media (max-width: 1199px) {
#about .offcet-art {
    text-align: left;
    padding: 45px 35px;
}
}