html {
    scroll-behavior: smooth;
}

.header .logo {
    margin-top: 0 !important;
    position: static !important;
}

.nospace {
    padding: 0 !important;
}

@media(min-width:992px) {
    .nospace {
        margin-left: 25px !important;
    }
}

.nospace .wrap__btn-skew-r {
    margin: 0 !important;
}

.d-ib {
    display: inline-block;
}

[type="submit"][disabled] {
    opacity: .8;
    pointer-events: none;
    cursor: not-allowed !important;
}

.spinner span {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 4px solid #333;
    border-bottom-color: transparent !important;
    margin-bottom: 12px;
    animation: rot 1s linear infinite;
}

@keyframes rot {
    to {
        transform: rotate(360deg);
    }
}

#Formresponse {
    box-shadow: 0 0 10px #0001;
    background: #fff;
    border-radius: 4px;
    padding: 4px;
    margin-bottom: 12px;
}

.header .logo img {
    max-height: 70px;
    transition: all .2s linear;
}

.header.sticky .logo img {
    max-height: 50px;
}

.header .nav>li>a {
    padding: 12px 24px !important;
}

.yamm {

    float: initial !important;
}

.d-flex {
    display: flex !important;
}

.aicenter {
    align-items: center !important;
}

.jcbw {
    justify-content: space-between !important;
}

.py-10 {
    padding-bottom: 8px;
    padding-top: 8px;
}

.btn {
    text-transform: uppercase;
}

.wrap-post {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wrap-post>.post {
    width: 30%;
    background: #fff;
}

.wrap-post .post .img-responsive {
    width: 100%;
}

#services .post-link {
    display: none !important;
}

@media (max-width:1024px) {
    .wrap-post>.post {
        width: 50%;
    }
}

@media (max-width:768px) {
    .wrap-post>.post {
        width: 100%;
    }

    .item-wrap.sp-layer.sp-padding {
        transform: scale(.65) !important;
    }

    .slider-pro .sp-image-container,
    .slider-pro .sp-slide,
    .slider-pro .sp-mask,
    .slider-pro img.sp-image {
        min-height: 450px !important;
        object-fit: cover;
    }

    .main-block__label {
        margin-bottom: 0px;
    }

    .main-block__title {
        margin-top: 0;
        margin-bottom: 22px;
    }

    .footer__item {
        display: inline-block;
        margin-top: 10px;
        margin-right: 21px;
        margin-left: 21px;
    }

    .section_mod-h {
        padding-bottom: 40px;
    }

    ul.nav.navbar-nav {}

    #navbar-collapse-1 {
        position: absolute;
        right: 0;
    }
}