.container-long {
    max-width: 1190px
}

.prs-section-banner-product {
    min-height: 428px;
    padding: 0;
    display: flex;
    align-items: center
}

.prs-section-banner-product h1 {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Montserrat-Bold', sans-serif;
    max-width: 580px;
    color: #2F435E
}

.prs-section-banner-product p {
    font-family: 'Montserrat-Regular', sans-serif;
    font-size: 18px;
    color: #415C80;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 0;
    max-width: 580px
}

.prs-product-head {
    text-align: center;
    margin-bottom: 48px
}

.prs-product-head h2 {
    margin-bottom: 16px
}

.prs-product-head p {
    font-size: 16px;
    font-family: 'Montserrat-Regular', sans-serif
}

.prs-inner-product-list {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    background-color: #9fc95c;
    color:#ffffff;
    margin: 0 auto 36px;
    max-width: 360px;
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1)
}

.prs-inner-product-list .prs-product-desc {
    padding: 12px 12px 50px
}

.prs-inner-product-list .prs-product-desc h3, .prs-inner-product-list .prs-product-desc h5 {
    font-size: 16px;
    color: #2F435E;
    margin-bottom: 4px;
    font-family: 'Montserrat-SemiBold', sans-serif
}

.prs-inner-product-list .prs-product-desc p {
    font-size: 12px;
    margin: 0;
    margin-bottom: 16px
}

.prs-inner-product-list .prs-product-desc ul {
    padding-left: 1rem;
    margin: 0
}

.prs-inner-product-list .prs-product-desc ul li {
    font-size: 12px;
    line-height: 16px;
    font-family: 'Montserrat-Regular', sans-serif;
    color: #757d87
}

.prs-inner-product-list .prs-product-desc .btn {
    margin: 0 -12px;
    width: 100%;
    border-radius: 0;
    padding: 12px 16px;
    line-height: 20px;
    font-family: 'Montserrat-Semibold', sans-serif;
    text-align: left;
    position: absolute;
    bottom: 0
}

.prs-inner-product-list .prs-product-desc .btn i {
    float: right;
    margin: 3px 3px 0 0
}

.prs-inner-product-list .prs-product-lp-desc {
    padding: 12px 12px 24px
}

.prs-inner-product-list img {
    width: 360px
}

.prs-prmomo-sale {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 15px;
    background-color: #C00E3B;
    color: #ffffff;
    width: 56px;
    text-align: center;
    padding: 15px 0 8px
}

.prs-prmomo-sale.ribbon {
    top: -350px;
    -webkit-animation: drop forwards 0.8s 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    animation: drop forwards 0.8s 1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.prs-prmomo-sale.ribbon:before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -16px;
    border-left: 28px solid #C00E3B;
    border-right: 28px solid #C00E3B;
    border-bottom: 16px solid transparent
}

.prs-prmomo-sale .prs-prmomo-tag {
    font-size: 16px;
    font-family: 'Montserrat-SemiBold', sans-serif
}

.prs-prmomo-sale .prs-prmomo-desc {
    font-size: 12px;
    font-family: 'Montserrat-Light', sans-serif;
    position: relative;
    padding-bottom: 4px;
    padding-top: 2px
}

.prs-prmomo-sale.promo-shipping {
    padding-top: 10px
}

.prs-prmomo-sale.promo-shipping i {
    font-size: 12px;
    display: block;
    margin-bottom: 2px
}

.prs-prmomo-sale.promo-shipping .prs-prmomo-desc {
    font-size: 9px
}

.prs-prmomo-sale.promo-disc .prs-prmomo-desc:after, .prs-prmomo-sale.promo-off .prs-prmomo-desc:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 1px;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

@-webkit-keyframes drop {
    0% {
        top: -350px
    }
    100% {
        top: 0
    }
}

@keyframes drop {
    0% {
        top: -350px
    }
    100% {
        top: 0
    }
}

.prs-section-order {
    padding-top: 48px
}

.prs-prod-order .prs-order-list {
    position: relative;
    min-height: 310px
}

.prs-prod-order .prs-order-text {
    max-width: 610px
}

.prs-prod-order .prs-order-text h3 {
    font-size: 32px;
    color: #2f435e;
    line-height: 1;
    font-family: 'Montserrat-Medium', sans-serif;
    margin-bottom: 21px
}

.prs-prod-order .prs-order-text p {
    color: #959ca6;
    line-height: 1.57;
    font-family: 'Montserrat-Light', sans-serif
}

.prs-prod-order .prs-order-text span {
    margin-bottom: 31px;
    color: #2f435e;
    font-size: 18px;
    line-height: 0.78
}

@media screen and (min-width: 768px) {
    .prs-prod-order .prs-order-img {
        position: absolute;
        top: 0;
        right: -25px
    }
}

@media screen and (max-width: 767px) {
    .prs-prod-order .prs-order-img {
        margin-top: 25px
    }
}

.prs-prod-order .slick-dots li {
    width: 8px;
    height: 8px
}

.prs-prod-order .slick-dots li button {
    background: #DCDFE3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    transition: all .3s ease-in-out
}

.prs-prod-order .slick-dots li button:before {
    display: none
}

.prs-prod-order .slick-dots li:hover button, .prs-prod-order .slick-dots li.slick-active button {
    background: #3182D7
}

.prs-prod-order .next-arrow {
    width: auto;
    cursor: pointer;
    display: inline-block;
    height: auto;
    color: #2e435d
}

.prs-prod-order .next-arrow i {
    margin-left: 5px
}

.prs-prod-step {
    margin: 0 auto 60px;
    max-width: 700px
}

.prs-prod-step .slick-list {
    height: 60px
}

@media screen and (max-width: 767px) {
    .prs-prod-step {
        margin-bottom: 50px
    }
}

.prs-prod-step .slick-slide:first-child .prs-step-list:before {
    display: none
}

.prs-prod-step .prs-step-list {
    text-align: center;
    position: relative
}

.prs-prod-step .prs-step-list:before {
    content: '';
    height: 2px;
    width: 100%;
    background-color: #dcdfe3;
    position: absolute;
    top: 11px;
    z-index: -1;
    left: -88px;
    transition: 0.1s ease
}

.prs-prod-step .prs-step-list .prs-step {
    width: 16px;
    height: 16px;
    background-color: #ffffff;
    border: 1px solid rgba(38, 134, 247, 0.4);
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    margin-top: 4px
}

.prs-prod-step .prs-step-list .prs-step:before {
    content: '';
    height: 2px;
    width: 0%;
    background-color: #dcdfe3;
    position: absolute;
    top: 11px;
    z-index: -1;
    left: -88px;
    transition: 0.2s
}

.prs-prod-step .prs-step-list .prs-step.prs-step-1:before {
    display: none
}

.prs-prod-step .prs-step-list .prs-stap-text {
    margin-left: -69%;
    position: absolute;
    margin-top: 36px;
    width: 222px;
    color: #2f435e
}

.prs-section-print {
    padding-bottom: 80px
}

@media screen and (max-width: 767px) {
    .prs-section-print {
        padding-bottom: 70px;
        padding-top: 20px
    }
}

.prs-slider-print {
    margin-bottom: 50px
}

.prs-print-client {
    max-width: 515px;
    padding-top: 36px
}

.prs-print-client .icon-quote-gray {
    left: -25px;
    top: 0
}

.prs-print-client p {
    font-size: 18px;
    font-family: 'Montserrat-Light', sans-serif;
    line-height: 1.22
}

.prs-print-client .prs-client-name {
    padding-top: 24px
}

.prs-print-client .prs-client-name figure {
    box-shadow: 0 2px 10px 0 rgba(0, 48, 89, 0.3);
    float: left;
    border: 2px solid #ffffff;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 23px
}

@media screen and (max-width: 767px) {
    .prs-print-client .prs-client-name figure {
        display: none
    }
}

.prs-print-client .prs-client-name h5 {
    font-size: 18px;
    color: #2f435e;
    margin: 12px 0 5px;
    overflow: hidden
}

.prs-print-client .prs-client-name span {
    font-family: 'Montserrat-Light', sans-serif
}

.prs-slider-client {
    max-width: 700px;
    margin: auto
}

.prs-slider-client .slick-track {
    display: flex;
    justify-content: center;
    align-items: center
}

.prs-client-list img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    cursor: pointer
}

.prs-client-list.slick-current img, .prs-client-list:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

.prs-section-faq {
    padding-top: 0
}

.prs-faq-right h3 {
    font-family: 'Montserrat-Medium', sans-serif;
    font-size: 32px;
    margin-bottom: 15px
}

.prs-faq-right h4 {
    font-size: 18px;
    font-family: 'Montserrat-Semibold', sans-serif;
    margin-bottom: 8px
}

.prs-faq-right p {
    font-family: 'Montserrat-Regular', sans-serif;
    margin-bottom: 28px
}

.prs-section-blog {
    border-top: 0
}

.prs-section-blog .inner-blog-list h3, .prs-section-blog .inner-blog-list h3 a, .prs-section-blog .inner-blog-list h4, .prs-section-blog .inner-blog-list h4 a {
    color: #2F435E;
    font-size: 18px;
    font-family: 'Montserrat-Semibold', sans-serif;
    line-height: 24px
}

.prs-section-blog .inner-blog-list h3, .prs-section-blog .inner-blog-list h4 {
    margin-top: 24px;
    margin-bottom: 16px
}

.prs-section-blog .inner-blog-list p {
    font-size: 14px;
    line-height: 1.57;
    font-family: 'Montserrat-Regular', sans-serif;
    position: relative
}

.prs-section-blog .inner-blog-list p::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    height: 50%;
    background-image: linear-gradient(transparent, #fff)
}

.prs-section-blog .inner-blog-list .prs-read-more {
    color: #3182D7;
    text-decoration: underline;
    margin-top: 6px
}

.prs-printdesc-list h3 {
    color: #757d87;
    font-family: 'Montserrat-Bold', sans-serif
}

.prs-printdesc-list p {
    font-size: 12px;
    font-family: 'Montserrat-Regular', sans-serif;
    line-height: 16px
}

.prs-section-printdesc {
    padding-bottom: 56px
}

.prs-modal .prs-modal-close {
    position: absolute;
    background: url(/assets/web/icon/close-modal-big-56203169bb0379078d8cf91427f4192e7d469f398dee712ce6bb659cb45afeed.svg) center center no-repeat;
    width: 20px;
    height: 20px;
    right: 24px;
    top: 24px;
    color: #757d87;
    cursor: pointer;
    background-size: 40px
}

.prs-modal .modal-dialog {
    max-width: 100%
}

@media screen and (min-width: 1280px) {
    .prs-modal .modal-dialog {
        max-width: 1176px
    }
}

@media screen and (min-width: 1400px) {
    .prs-modal .modal-dialog {
        max-width: 1322px
    }
}

.prs-modal .modal-content {
    border: 0
}

.prs-modal .prs-body-up {
    padding: 24px 24px 36px
}

.prs-modal .prs-title-up {
    color: #2f435e;
    text-align: center;
    font-size: 32px;
    font-family: 'Montserrat-SemiBold', sans-serif;
    line-height: 1;
    margin-bottom: 70px
}

.prs-modal .prs-inner-product-up h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 55px
}

.prs-modal .prs-inner-product-up figure {
    text-align: center;
    margin-bottom: 20px
}

.prs-modal .prs-inner-product-up p {
    font-size: 12px;
    font-family: 'Montserrat-Light', sans-serif
}

.prs-modal .prs-inner-product-up .btn {
    min-width: 200px
}

.prs-modal .prs-inner-product-up .prs-product-desc-up {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
    border: solid 1px #f1f1f1;
    background-color: #ffffff;
    padding: 32px 25px 17px;
    margin-bottom: 30px
}

.prs-modal .prs-inner-product-up .prs-product-desc-up span {
    font-family: 'Montserrat-Light', sans-serif
}

.prs-modal .prs-inner-product-up .prs-product-desc-up label {
    font-family: 'Montserrat-SemiBold', sans-serif;
    color: #2f435e;
    letter-spacing: 0.2px;
    margin-bottom: 15px;
    line-height: 1.4
}

.prs-modal .eqheigh-up p {
    height: 60px;
    overflow: hidden
}

.card {
    max-width: 100%;
    margin-bottom: 0
}

.card img {
    width: 100%
}

.hubspot-form {
    width: 936px;
    margin: 0 auto;
    background: #fff;
    padding: 24px;
    border-radius: 4px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08)
}

.prs-section-contact-form {
    padding: 48px 0 56px
}

.prs-section-how-to-order {
    padding: 26px 0;
    border-top: 0;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.06);
    background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0), #fafafa)
}

.prs-section-how-to-order .container {
    max-width: 950px
}

.prs-section-how-to-order .how-to-order {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0;
    align-items: center
}

.prs-section-how-to-order .how-to-order li {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    align-items: center;
    margin-right: 24px
}

@media screen and (max-width: 767px) {
    .prs-section-how-to-order .how-to-order li {
        margin: auto
    }
}

.prs-section-how-to-order .how-to-order li:first-child {
    max-width: 140px
}

@media screen and (max-width: 767px) {
    .prs-section-how-to-order .how-to-order li:first-child {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }
}

.prs-section-how-to-order .how-to-order li.choose-product {
    flex: 0 0 21%;
    max-width: 19%
}

@media screen and (max-width: 767px) {
    .prs-section-how-to-order .how-to-order li.choose-product {
        flex: 0 0 25%;
        max-width: 25%;
        text-align: center
    }
}

.prs-section-how-to-order .how-to-order li.specify-design {
    flex: 0 0 24%;
    max-width: 20%
}

@media screen and (max-width: 767px) {
    .prs-section-how-to-order .how-to-order li.specify-design {
        flex: 0 0 25%;
        max-width: 25%;
        text-align: center
    }
}

.prs-section-how-to-order .how-to-order li.make-payment {
    flex: 0 0 24%;
    max-width: 23%
}

@media screen and (max-width: 767px) {
    .prs-section-how-to-order .how-to-order li.make-payment {
        flex: 0 0 25%;
        max-width: 25%;
        text-align: center
    }
}

.prs-section-how-to-order .how-to-order li.accept-product {
    margin-right: 0;
    max-width: 12%
}

.prs-section-how-to-order .how-to-order li h4 {
    margin: 0
}

.prs-section-how-to-order .how-to-order li span {
    color: #2C6490;
    font-size: 16px;
    padding: 5.6px 0 5.6px 75px;
    display: block;
    max-width: 140px;
    line-height: 1.4
}

@media screen and (max-width: 767px) {
    .prs-section-how-to-order .how-to-order li span {
        padding: 63px 0 5.6px;
        text-align: center;
        font-size: 14px
    }
}

.prs-section-how-to-order .how-to-order li:after {
    content: '';
    position: absolute;
    background: url(/assets/web/icon/howto-next-8452e4aa22c031b4e805c8997fd4f20b35953e77099ac6d48cbd22e5c88669a3.svg) center center no-repeat;
    width: 41px;
    height: 12px;
    right: -6px;
    top: calc(50% - 6px)
}

@media screen and (max-width: 767px) {
    .prs-section-how-to-order .how-to-order li:after {
        top: 22px;
        background-position: center right;
        width: 9px;
        right: -6px
    }
}

.prs-section-how-to-order .how-to-order li:first-child:after, .prs-section-how-to-order .how-to-order li:last-child:after {
    display: none
}

.prs-section-how-to-order .prs-icon {
    width: 64px;
    height: 64px;
    left: 0;
    top: 0
}

@media screen and (max-width: 767px) {
    .prs-section-how-to-order .prs-icon {
        right: 0;
        margin: auto
    }
}

.prs-section-how-to-order .icon-choose {
    background: url(/assets/web/icon/howto-choose-8dd6c1283b48660003bb86fba677c88db54038850b40e834c5e4edb522cd1354.png) center center no-repeat
}

.prs-section-how-to-order .icon-specify {
    background: url(/assets/web/icon/howto-specify-ee63b12020a39c471a3b8f6af092d5d9df77fa91699fce350d3bbcef9b1a299a.png) center center no-repeat
}

.prs-section-how-to-order .icon-payment {
    background: url(/assets/web/icon/howto-payment-32bb77af3420a225b42da76ba338829d6f8907d6870d3fdee9abf800269328d1.png) center center no-repeat
}

.prs-section-how-to-order .icon-accept {
    background: url(/assets/web/icon/howto-accept-531055cabc72c2529950746d27c16ba1df571fd2d9996ff2a56c858927ae55c7.png) center center no-repeat
}

.prs-section-how-to-order .icon-call {
    background: url(/assets/web/icon/howto-call-74733ad5404090f24884e8741135efc93adf76d29c429ed09d00e2d8db924201.svg) center center no-repeat
}

.prs-section-how-to-order .icon-send-file {
    background: url(/assets/web/icon/howto-send-file-2f58561b77996ab7055f8a9c448f46be255e0b7c0520765b6e2b24451fc7311f.svg) center center no-repeat
}

.prs-section-how-to-order .icon-get-quotation {
    background: url(/assets/web/icon/howto-get-quotation-d42616f7c2336922023568ffb89e76ee2e3e8c401dc74a51b5619d6b1ba82b8f.svg) center center no-repeat
}

.prs-section-how-to-order .icon-howto1 {
    background: url(/assets/web/icon/howto-1-b66a1860133f19c77741bc25d3b1e7d29b37f3fa931586768ff78b72a16fbc3b.png) center center no-repeat;
    background-size: contain
}

.prs-section-how-to-order .icon-howto2 {
    background: url(/assets/web/icon/howto-2-44dcb715556b03bd46857d8d42167b5fe073eb6e8cf5e2e5420c1370834406da.png) center center no-repeat;
    background-size: contain
}

.prs-section-how-to-order .icon-howto3 {
    background: url(/assets/web/icon/howto-3-2d974007aaea990358ebf64a1706e47f3505d82bfe7af65daa3e43928a217c3e.png) center center no-repeat;
    background-size: contain
}

.prs-section-how-to-order .icon-howto4 {
    background: url(/assets/web/icon/howto-4-39bd73a05316269fa9715799c506fd00bd6e790fbfd5a4e49963c7b3e65cb26f.png) center center no-repeat;
    background-size: contain
}

.promotion-info {
    position: fixed;
    bottom: 104px;
    right: 0;
    z-index: 2;
    width: 92px
}

.promotion-info img {
    -webkit-filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 1px 6px rgba(0, 0, 0, 0.1))
}

.promotion-info img:hover {
    -webkit-filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.2))
}

.promotion-popup {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(420px);
    transform: translateY(420px);
    transition: 0.5s
}

.promotion-popup--show {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}

.promotion-popup__close {
    display: block;
    background: url(/assets/web/icon/close-modal-ae53a511a1b4571294fe5b224603575bf34fac8ba0ba6c902ba8d39788e1b25c.svg) center center no-repeat;
    position: absolute;
    right: 12px;
    top: 12px;
    width: 16px;
    height: 16px;
    cursor: pointer
}
