.pac-w {
    width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
}


.pac-main {
    position: relative;
    font-size: 18px;
    line-height: 40px;
    min-height: 40vh;
}

.pac-section {
    position: relative;
    z-index: 3;
}

.pac-section__title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px;
}
/*
.pac-section p {
    font-weight: 500;
}
*/



.pac-header, .pac-main, .footer {
    min-width: 1240px;
}

.footer {
    background: #13368F;
}




.pac-header {
    position: relative;
    min-height: 313px;
    background: url("/static/app/img/patent_collect/bg@2x.png") center / cover;
    color: #fff;
}

.pac-header, .pac-main, .footer {
    min-width: auto;
}

.pac-title {
    margin-top: 74px;
    font-size: 54px;
    text-align: center;
    font-weight: 400;
}

.pac-nav {
    height: 100px;
    box-shadow: 0 -1px 0 0 rgba(255, 255, 255, 0.2) inset;
}

.pac-header__logo {
    margin-top: 20px;
}

.pac__btn {
    border: none;
    padding: 0;
    color: #fff;
    font-size: 16px;
    width: 120px;
    height: 45px;
    line-height: 45px;
    border-radius: 23px;
    background: #FF942A;
    font-weight: 500;
    text-align: center;
    transition: all .2s;
}

.pac__btn:hover, .pac__btn:focus, .pac__btn:active {
    color: #fff;
    filter: brightness(.95);
    outline: none;
}

.pac__btn-home {
    margin-top: 28px;
}

.pac-banner-text {
    margin-top: 83px;
}



.pac-nav__ul:hover .pac-nav__link_active {
    border-bottom-color: transparent;
}

.pac-nav__li {
    float: left;
    margin-right: 50px;
}

.pac-nav__link {
    display: block;
    height: 100px;
    line-height: 100px;
    min-width: 4em;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-bottom: solid 2px transparent;
    transition: all .2s;
}

.pac-nav__link_active, .pac-nav__link.pac-nav__link:hover {
    border-bottom-color: #fff;
}

.pac-header__host-unit {
    padding: 6px 24px 6px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 20px;
    line-height: 25px;
    background: rgba(255, 255, 255, 0.12);
}


.img-runman {
    position: absolute;
    top: -56px;
    right: 0;
}


.lds-ring {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin: 6px;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
