.prmp {
    color: #212426;
}

.prmp-page {
    border-top: 1px solid #edeae7;
    overflow: hidden;
}

.prmp-page .btn {
    max-width: 300px;
}

.prmp-page .container:after, .prmp-page .container:before {
    display: none !important;
}

.prmp-first {
    height: 430px;
    position: relative;
    z-index: 5;
}

.prmp-first__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 1920px;
    height: 568px;
    background-image: url(/static/default/img/first-bg.png);
    left: 50%;
    margin-left: -960px;
}

.prmp-first .container {
    z-index: 3;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.prmp-first__title {
    letter-spacing: 0.25px;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    color: #fff;
}

.prmp-first__descript {
    color: #d8b08c;
    letter-spacing: 0.25;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}
.prmp-first .container.large .prmp-first__title {
    font-weight: 500;
    font-size: 60px;
    line-height: 1em;
}
.prmp-first .container.large .prmp-first__descript {
    font-size: 55px;
    font-weight: 400;
    line-height: 1em;
    max-width: 640px;
}
@media (max-width: 1000px) {
    .prmp-first .container.large .prmp-first__title {
        font-size: 45px;
    }
    .prmp-first .container.large .prmp-first__descript {
        font-size: 40px;
    }
}
@media (max-width: 500px) {
    .prmp-first .container.large .prmp-first__title {
        font-size: 36px;
    }
    .prmp-first .container.large .prmp-first__descript {
        font-size: 24px;
    }
}
.prmp-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.prmp-text {
    line-height: 28px;
    font-size: 18px;
}

.prmp-about {
    background-color: #efece9;
    position: relative;
    z-index: 2;
    padding-top: 105px;
    padding-bottom: 75px;
}

.prmp-about.prmp-about--pt {
    padding-top: 135px;
}

.prmp-about .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.prmp-about__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 595px;
}

.prmp-about__image img {
    width: 100%;
    height: auto;
}

.prmp-about__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 480px;
    max-width: 100%;
    padding-top: 55px;
}

.prmp-about__content .btn {
    margin-top: 30px;
    margin-bottom: 0;
}

.prmp-banner {
    background-color: #986b4d;
    height: 232px;
    width: 1144px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 12px 40px 10px rgba(49, 25, 24, 0.64);
    box-shadow: 0px 12px 40px 10px rgba(49, 25, 24, 0.64);
    position: relative;
    padding-left: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 60px;
    margin-top: -115px;
}

.prmp-banner__info {
    max-width: 320px;
    min-width: 320px;
}

.prmp-banner__image {
    position: absolute;
    bottom: 0;
    left: -15px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.prmp-banner__content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.prmp-banner__title {
    font-weight: 700;
    color: #fff;
    font-size: 36px;
    line-height: 48px;
}

.prmp-banner__text {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    font-weight: 700;
    color: #fff;
}

.prmp-banner .btn {
    margin-bottom: 0;
}

.prmp-quest {
    background-image: url(/static/default/img/bz.jpg);
    background-position: center center;
    background-repeat: repeat-y;
}

.prmp-quest .prmp-text {
    line-height: 24px;
    font-size: 18px;
}

.prmp-quest .btn {
    margin-top: 20px;
}

.prmp-quest__items {
    margin-top: 50px;
}

.prmp-quest-item {
    border-top: 1px solid rgba(148, 130, 119, 0.25);
    padding-top: 32px;
    padding-bottom: 27px;
}

.prmp-quest-item .prmp-text {
    line-height: 28px;
}

.prmp-quest-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 14px;
}

.prmp-quest-box:not(:last-child) {
    border-bottom: 1px solid rgba(148, 130, 119, 0.25);
}

.prmp-quest-box__icon {
    width: 65px;
    padding-left: 10px;
    padding-top: 5px;
    min-width: 65px;
}

.prmp-quest__box {
    width: 50%;
    padding-top: 80px;
    padding-bottom: 165px;
}

.prmp-quest__box:first-child {
    padding-right: 50px;
}

.prmp-quest__box:last-child {
    padding-left: 45px;
}

.prmp-quest__double {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.prmp-num {
    background-color: #f7f2ee;
    padding-top: 30px;
    padding-bottom: 65px;
}

.prmp-num .btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.prmp-num__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.prmp-num__box {
    width: calc(100% / 2 - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
    background-color: #fff;
    border-radius: 4px;
    padding-top: 55px;
    padding-bottom: 50px;
    padding-left: 35px;
    padding-right: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.prmp-num__text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
}

.prmp-num__phone {
    font-size: 24px;
    font-weight: 700;
    color: #e44934;
}

.prmp-num__num {
    width: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 70px;
}

.prmp-who {
    background-color: #f7f2ee;
    padding-top: 185px;
    margin-top: -117px;
}

.prmp-who .container > * {
    max-width: 560px;
    position: relative;
    z-index: 3;
}

.prmp-who .container {
    padding-bottom: 60px;
    position: relative;
}

.prmp-who .container::before {
    width: 581px;
    height: 310px;
    background-position: center center;
    background-size: cover;
    content: "";
    background-repeat: no-repeat;
    background-image: url(/static/default/img/la.png);
    position: absolute;
    right: 0;
    bottom: 0;
    display: block !important;
}

.prmp-who .prmp-span {
    max-width: 420px;
    margin-top: 45px;
    color: #212426;
}

@media (max-width: 1200px) {
    .prmp-num__box {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .prmp-num__num {
        width: 60px;
        min-width: 60px;
    }

    .prmp-num__text {
        margin-bottom: 5px;
        font-size: 16px;
        line-height: 24px;
    }

    .prmp-page br {
        display: none;
    }

    .prmp-banner {
        width: 100%;
        margin-top: 0;
    }

    .prmp-banner__title {
        font-size: 26px;
        line-height: 32px;
    }

    .prmp-who {
        padding-top: 50px;
        margin-top: 0;
    }

    .prmp-quest__items {
        margin-top: 30px;
    }

    .prmp-quest-item {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .prmp-quest .btn {
        margin-bottom: 0;
        margin-top: 0;
    }

    .prmp-quest__box {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .prmp-quest__box:first-child {
        padding-right: 30px;
    }

    .prmp-quest__box:last-child {
        padding-left: 30px;
    }

    .prmp-quest-box {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .prmp-title {
        font-size: 30px;
    }

    .prmp-text {
        font-size: 18px;
        line-height: 24px;
    }

    .prmp-about__image {
        width: 480px;
        height: auto;
    }

    .prmp-about__content {
        padding-top: 0;
        width: calc(100% - 520px);
    }

    .prmp-about .prmp-title {
        margin-bottom: 10px;
    }

    .prmp-about .btn {
        margin-top: 15px;
    }
}

@media (max-width: 996px) {
    .prmp-about {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .prmp-about.prmp-about--pt {
        padding-top: 50px;
    }

    .prmp-about .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prmp-about__content {
        width: 100%;
        margin-top: 20px;
    }

    .prmp-quest {
        background-image: none;
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .prmp-quest__double {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .prmp-quest__box {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .prmp-quest__box:first-child {
        padding-right: 0;
    }

    .prmp-quest__box:last-child {
        padding-left: 0;
    }

    .prmp-who .container::before {
        right: -100px;
        opacity: 0.6;
    }

    .prmp-banner {
        padding-top: 0;
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding-bottom: 40px;
    }

    .prmp-banner__content {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .prmp-banner__info {
        width: 100%;
        max-width: 100%;
        margin-top: 10px;
    }

    .prmp-banner__info .btn {
        margin-left: auto;
        margin-right: auto;
    }

    .prmp-banner__image {
        margin-top: -60px;
        margin-left: auto;
        margin-right: auto;
        position: static;
    }
}

@media (max-width: 767px) {
    .prmp-num {
        padding-bottom: 40px;
    }

    .prmp-num__flex {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .prmp-num__box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .prmp-first {
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .prmp-first .container {
        height: auto;
    }

    .prmp-first__bg {
        top: 0;
        bottom: 0;
        height: 100%;
        width: auto;
        background-image: url(/static/default/img/first-bg2.png);
    }

    .prmp-first__title, .prmp-first__descript {
        font-size: 24px;
        line-height: 30px;
    }

    .prmp-title {
        font-size: 24px;
        line-height: 30px;
    }

    .prmp-text {
        font-size: 16px;
        line-height: 22px;
    }
}

@media (max-width: 560px) {
    .prmp-num__box {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 15px;
        text-align: center;
    }

    .prmp-num__num {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-bottom: 12px;
    }

    .prmp-num__content {
        width: 100%;
    }

    .prmp-first__title br, .prmp-first__descript br {
        display: none;
    }
}