.pr-container {
    position: relative;
    display: block;
    overflow-x: hidden;
}

.pr-top {
    position: relative;
    display: block;
    width: 100%;
    height: 707px;
    background: url('../../img/front/technology_product/prahu_hub/prahu-hub-background.jpg') no-repeat;
    background-position: 50% !important;
    background-size: cover !important;
}

.pr-top:after {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 196px;
    top: 0px;
    right: -200px;
    background: url('../../img/front/loading/corner-image.png') no-repeat;
    /* background-position: 50% !important; */
    /* background-size: contain !important; */
    background-position: -558px 0px;
    background-size: 558px 196px !important;
    
    -webkit-animation: imrktopafter 2.8s linear infinite;
    -moz-animation: imrktopafter 2.8s linear infinite;
    -ms-animation: imrktopafter 2.8s linear infinite;
    animation: imrktopafter 2.8s linear infinite;
}

@keyframes imrktopafter {
    0% { 
        right: -200px;
        background-position: -558px 0px;
    }
    10% { 
        right: -200px;
        background-position: -558px 0px;
    }
    90% { 
        right: 558px;
        background-position: 200px 0px;
    }
	100% { 
        right: 558px;
        background-position: 200px 0px;
    }
}

.pr-title {
    position: absolute;
    display: table;
    max-width: calc(100% - 60px);
    bottom: 105px;
    left: calc(50% - 200px);
    max-width: 400px;
    font-size: 18px;
    font-family: gotham;
    color: #fff;
    padding: 30px 0px 37px;
    /* border-top: 5px solid #da241d; */
    /* border-bottom: 5px solid #da241d; */
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    margin: 0px;
}

.pr-title strong {
    letter-spacing: 4.5px;
    font-size: 56px;
    position: relative;
    display: block;
    margin-bottom: -5px;
}

.pr-title:before {
    content: "";
    position: absolute;
    display: block;
    width: 500%;
    height: 5px;
    background: #da241d;
    top: 0px;
    left: 200%;
    opacity: 0;
}

.pr-title:after {
    content: "";
    position: absolute;
    display: block;
    width: 500%;
    height: 5px;
    background: #da241d;
    bottom: 0px;
    right: 200%;
    opacity: 0;
}



.is-desc-after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 60px;
    background: #da241d;
    top: calc(100% + 10px);
    left: calc(50% - 1px);
    overflow: hidden;
}

.is-desc-after:before {
    content: "";
    position: absolute;
    display: block;
    height: 300%;
    width: 100%;
    background: #fff;
    top: -200%;
    left: 0px;

    -webkit-animation: downslide 1.5s infinite;
    -moz-animation: downslide 1.5s infinite;
    -ms-animation: downslide 1.5s infinite;
    animation: downslide 1.5s infinite;
}

@keyframes downslide {
    0% { 
		top: -300%;
    }
    100% { 
		top: 100%;
    }
}



.pr-container.opening-activate .pr-title:before {
    left: 0%;
    width: 100%;
    opacity: 1;

    -webkit-transition: 0.8s left 0.6s, 0.8s opacity 0.6s, 0.8s width 0.6s;
    -moz-transition: 0.8s left 0.6s, 0.8s opacity 0.6s, 0.8s width 0.6s;
    -ms-transition: 0.8s left 0.6s, 0.8s opacity 0.6s, 0.8s width 0.6s;
    transition: 0.8s left 0.6s, 0.8s opacity 0.6s, 0.8s width 0.6s;
}

.pr-container.opening-activate .pr-title:after {
    right: 0%;
    width: 100%;
    opacity: 1;

    -webkit-transition: 0.8s right 0.6s, 0.8s opacity 0.6s, 0.8s width 0.6s;
    -moz-transition: 0.8s right 0.6s, 0.8s opacity 0.6s, 0.8s width 0.6s;
    -ms-transition: 0.8s right 0.6s, 0.8s opacity 0.6s, 0.8s width 0.6s;
    transition: 0.8s right 0.6s, 0.8s opacity 0.6s, 0.8s width 0.6s;
}

.pr-what {
    position: relative;
    display: block;
    background: #5cb85c;
    width: 100%;
    padding: 85px 0px 55px;
}

.pr-what:before {
    content: "";
    position: absolute;
    display: block;
    left: -200px;
    top: -195px;
    /* width: 571px; */
    width: 200px;
    height: 387px;
    background: url('../../img/front/technology_product/prahu_hub/prahu-hub-top-abstract-image.png') no-repeat;
    /* background-position: 50% !important; */
    /* background-size: contain !important; */
    background-position: -571px 0px;
    background-size: 571px 387px !important;
    
    -webkit-animation: prwhatbefore 2.8s linear infinite;
    -moz-animation: prwhatbefore 2.8s linear infinite;
    -ms-animation: prwhatbefore 2.8s linear infinite;
    animation: prwhatbefore 2.8s linear infinite;
}

@keyframes prwhatbefore {
    0% { 
        left: -200px;
        background-position: 200px 0px;
    }
    10% { 
        left: -200px;
        background-position: 200px 0px;
    }
    90% { 
        left: 571px;
        background-position: -571px 0px;
    }
	100% { 
        left: 571px;
        background-position: -571px 0px;
    }
}

.pr-what-content {
    position: relative;
    display: block;
    width: 689px;
    height: 565px;
    margin: 0px auto;
    background: url('../../img/front/technology_product/prahu_hub/monitor-icon.png') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
    padding: 0px 130px 88px;
}

.pr-what-content:before {
    content: "";
    position: absolute;
    display: block;
    width: 113px;
    height: 209px;
    right: 342px;
    /* right: -42px; */
    top: -115px;
    opacity: 0;
    background: url('../../img/front/technology_product/prahu_hub/phone-icon.png') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
}

.pr-what-content:after {
    content: "";
    position: absolute;
    display: block;
    width: 316px;
    height: 194px;
    left: 407px;
    /* left: -107px; */
    bottom: -97px;
    opacity: 0;
    background: url('../../img/front/technology_product/prahu_hub/laptop-icon.png') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
}

.pr-what-monitor {
    position: relative;
    display: table;
}

.pr-what-title {
    position: relative;
    display: table;
    text-align: center;
    margin: 0px auto 45px;
    padding: 0px 5px;
}

.pr-what-title:before {
    content: "";
    position: absolute;
    display: block;
    height: 30px;
    width: 100%;
    background: #da241d;
    top: 10px;
    left: 0px;
}

.pr-what-title span {
    position: relative;
    display: block;
    line-height: 28px;
    font-size: 36px;
    color: #fff;
    font-family: gotham;
}

.pr-what-image {
    position: relative;
    display: block;
    margin: 0px auto 30px;
}

.pr-what-desc {
    position: relative;
    display: block;
    font-size: 15px;
    font-family: roboto;
    line-height: 24px;
    color: #fff;
}

.pr-why {
    position: relative;
    display: block;
    padding: 150px 0px 120px;
    text-align: center;
}

.pr-why:before {
    content: "";
    position: absolute;
    display: block;
    /* width: 527px; */
    width: 200px;
    height: 265px;
    top: -182px;
    right: -200px;
    background: url('../../img/front/technology_product/prahu_hub/prahu-hub-bottom-abstract-image.png') no-repeat;
    background-position: -527px 0px;
    background-size: 527px 265px !important;
    /* background-position: 50% !important; */
    /* background-size: contain !important; */

    -webkit-animation: imrktopafter 2.8s linear infinite;
    -moz-animation: imrktopafter 2.8s linear infinite;
    -ms-animation: imrktopafter 2.8s linear infinite;
    animation: imrktopafter 2.8s linear infinite;
}

@keyframes imrktopafter {
    0% { 
        right: -200px;
        background-position: -527px 0px;
    }
    10% { 
        right: -200px;
        background-position: -527px 0px;
    }
    90% { 
        right: 527px;
        background-position: 200px 0px;
    }
	100% { 
        right: 527px;
        background-position: 200px 0px;
    }
}

.pr-why-image {
    position: relative;
    display: block;
    max-width: calc(100% - 60px);
    margin: 0px auto 80px;
}

.pr-why-title {
    position: relative;
    display: table;
    margin: 0px auto 95px;
    font-size: 36px;
    font-family: gotham;
    font-weight: bold;
    line-height: 28px;
    padding-bottom: 5px;
    border-bottom: 1px solid #727272;
    color: #222;
}

.pr-why-group {
    position: relative;
    display: block;
    font-size: 0px;
    text-align: center;
}

.pr-why-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 235px;
    margin-right: 85px;
}

.pr-why-item:last-child {
    margin-right: 0px;
}

.pr-why-numb {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #5cb85c;
    color: #fff;
    font-size: 24px;
    font-family: gotham;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    top: 0px;
    left: -50px;
}

.pr-why-item-title {
    position: relative;
    display: block;
    font-size: 24px;
    letter-spacing: 2px;
    color: #5cb85c;
    font-family: gotham;
    line-height: 24px;
    text-align: left;
    margin-top: -5px;
    margin-bottom: 10px;
}

.pr-why-item-desc {
    position: relative;
    display: block;
    font-size: 15px;
    font-family: roboto;
    color: #222;
    line-height: 24px;
    text-align: left;
}

.pr-why-item-list {
    position: relative;
    display: block;
    padding-left: 10px;
}

.pr-why-item-list:before {
    content: "•";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    line-height: 24px;
}

.pr-secure {
    position: relative;
    display: block;
    padding: 95px 0px;
    font-size: 0px;
    width: 100%;
    background: url('../../img/front/technology_product/prahu_hub/secure-reliable-background.jpg') no-repeat;
    background-position: 50% !important;
    background-size: cover !important;
    text-align: center;
}

.pr-secure-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    color: #222;
}

.pr-secure-item:first-child {
    width: 415px;
    font-size: 36px;
    font-weight: bold;
    font-family: gotham;
    margin-right: 50px;
    text-align: right;
    line-height: 36px;
    letter-spacing: 2px;
}

.pr-secure-item:last-child {
    width: 500px;
    font-size: 16px;
    font-family: roboto;
    line-height: 30px;
}

.pr-easy {
    position: relative;
    display: block;
    padding: 100px 0px 130px;
}

.pr-easy-title {
    position: relative;
    display: table;
    margin: 0px auto 50px;
    font-size: 36px;
    font-family: gotham;
    color: #da241d;
    line-height: 28px;
    padding-bottom: 5px;
    border-bottom: 1px solid #da241d;
}

.pr-easy-group {
    position: relative;
    display: block;
    text-align: center;
    margin: 0px auto 105px;
}

.pr-easy-group:last-child {
    margin-bottom: 0px;
}

.pr-easy-group-title {
    position: relative;
    display: block;
    font-size: 24px;
    font-family: gotham;
    font-weight: bold;
    color: #222;
    letter-spacing: 2px;
    text-align: center;
    line-height: 18px;
    margin-bottom: 40px;
}

.pr-easy-group-title-icon {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    height: 30px;
}

.pr-easy-line {
    position: relative;
    display: table;
    font-size: 0px;
    margin: auto;
}

.pr-easy-line:before {
    content: "";
    position: absolute;
    display: block;
    width: 0%;
    height: 5px;
    opacity: 0;
    background: #5cb85c;
    top: calc(50% - 2px);
}

.pr-easy-icon {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 90px;
}

.pr-easy-icon:after {
    position: absolute;
    display: block;
    top: calc(100% + 15px);
    font-size: 16px;
    font-family: roboto;
    color: #222;
    line-height: 21px;
}

.pr-easy-icon:last-child {
    margin-right: 0px;
}

.pr-easy-icon.registration {
    background: #5cb85c url('../../img/front/technology_product/prahu_hub/registration-icon.png') no-repeat;
    background-size: 23px 23px !important;
    background-position: 10px 9px !important;
}

.pr-easy-icon.registration:after {
    content: "Registration";
    left: -23px;
}

.pr-easy-icon.booking {
    background: #5cb85c url('../../img/front/technology_product/prahu_hub/booking-icon.png') no-repeat;
    background-size: 22px 22px !important;
    background-position: 12px 9px !important;
}

.pr-easy-icon.booking:after {
    content: "Booking";
    left: -8px;
}

.pr-easy-icon.validation {
    background: #5cb85c url('../../img/front/technology_product/prahu_hub/validation-icon.png') no-repeat;
    background-size: 27px 26px !important;
    background-position: 7px 7px !important;
}

.pr-easy-icon.validation:after {
    content: "Validation";
    left: -16px;
}

.pr-easy-icon.payment {
    background: #5cb85c url('../../img/front/technology_product/prahu_hub/payment-icon.png') no-repeat;
    background-size: 13px 25px !important;
    background-position: 14px 8px !important;
}

.pr-easy-icon.payment:after {
    content: "Payment";
    left: -11px;
}

.pr-easy-icon.download {
    background: #5cb85c url('../../img/front/technology_product/prahu_hub/shipment-document-download-icon.png') no-repeat;
    background-size: 22px 22px !important;
    background-position: 12px 10px !important;
}

.pr-easy-icon.download:after {
    content: "Shipment \A Document \A Download";
    left: -16px;
}

.pr-easy-icon.input {
    background: #5cb85c url('../../img/front/technology_product/prahu_hub/booking-icon.png') no-repeat;
    background-size: 22px 22px !important;
    background-position: 12px 9px !important;
}

.pr-easy-icon.input:after {
    content: "Input Data";
    left: -16px;
    width: 75px;
}

.pr-easy-icon.stuffing {
    background: #5cb85c url('../../img/front/technology_product/prahu_hub/stuffing-icon.png') no-repeat;
    background-size: 25px 23px !important;
    background-position: 8px 9px !important;
}

.pr-easy-icon.stuffing:after {
    content: "Stuffing";
    left: -8px;
}

.pr-easy-icon.upload {
    background: #5cb85c url('../../img/front/technology_product/prahu_hub/shipment-document-upload-icon.png') no-repeat;
    background-size: 35px 21px !important;
    background-position: 3px 11px !important;
}

.pr-easy-icon.upload:after {
    content: "Shipment \A Document \A Upload";
    left: -16px;
}

.pr-bottom {
    position: relative;
    display: block;
    padding: 60px 0px 0px;
    background: #5cb85c;
}

.pr-link {
    position: relative;
    display: block;
    overflow: hidden;
    width: calc(100% - 60px);
    max-width: 400px;
    height: 60px;
    border: 5px solid #fff;
    font-size: 18px;
    font-family: gotham;
    color: #fff;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1px;
    margin: 0px auto 100px;
    padding-left: 0px;

    -webkit-transition: padding-left 0.4s;
    -moz-transition: padding-left 0.4s;
    -ms-transition: padding-left 0.4s;
    transition: padding-left 0.4s;
}

.pr-link:before {
    content: "";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    /* background: #fff; */
    /* right: -150px; */
    right: -85px;
    top: -25px;
    border-top: 50px solid #fff;
    border-bottom: 50px solid #fff;
    border-right: 50px solid #fff;
    border-left: 50px solid transparent;
    
    /* -webkit-transform: rotate(45deg); */
    /* -moz-transform: rotate(45deg); */
    /* -ms-transform: rotate(45deg); */
    /* transform: rotate(45deg); */

    -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;
    -ms-transition: right 0.4s;
    transition: right 0.4s;
}

.pr-link-arrow {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 18px;
    top: 18px;
    margin-left: 5px;
    opacity: 1;
    left: 0px;

    -webkit-transition: opacity 0.4s, left 0.4s;
    -moz-transition: opacity 0.4s, left 0.4s;
    -ms-transition: opacity 0.4s, left 0.4s;
    transition: opacity 0.4s, left 0.4s;
}

.pr-link:hover {
    padding-left: 23px;
    
    -webkit-transition: padding-left 0.4s;
    -moz-transition: padding-left 0.4s;
    -ms-transition: padding-left 0.4s;
    transition: padding-left 0.4s;
}

.pr-link:hover:before {
    right: -50px;
    
    -webkit-transition: right 0.4s;
    -moz-transition: right 0.4s;
    -ms-transition: right 0.4s;
    transition: right 0.4s;
}

.pr-link:hover .pr-link-arrow {
    opacity: 0;
    left: 30px;

    -webkit-transition: opacity 0.4s, left 0.4s;
    -moz-transition: opacity 0.4s, left 0.4s;
    -ms-transition: opacity 0.4s, left 0.4s;
    transition: opacity 0.4s, left 0.4s;
}

.pr-product {
    position: relative;
    display: block;
    text-align: center;
}

.pr-product-title {
    position: relative;
    display: block;
    font-size: 18px;
    font-family: roboto;
    color: #fff;
    line-height: 15px;
    margin-bottom: 40px;
    text-align: center;
    letter-spacing: 2px;
}

.pr-product-group {
    position: relative;
    display: block;
    font-size: 0px;
    padding-bottom: 130px;
}

.pr-product-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 50px;
    width: 260px;
    border: 1px solid #fff;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-family: gotham;
    color: #fff;
    margin: 0px 10px;
    background: transparent;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.pr-product-link:hover {
    background: #da251d;
    color: #fff;

    -webkit-transition: color 0.4s, background 0.4s;
    -moz-transition: color 0.4s, background 0.4s;
    -ms-transition: color 0.4s, background 0.4s;
    transition: color 0.4s, background 0.4s;
}

.pr-product-link.active {
    background: #da251d !important;
    color: #fff !important;
}

.opening-anim {
    left: 300px;
    opacity: 0;
}

span.opening-anim {
    position: relative;
}


.bottom-anim-container {
    top: 300px;
    opacity: 0;
}

.bottom-anim {
    top: 300px;
    opacity: 0;
}

p.bottom-anim {
    position: relative;
}

.bottom-anim-container.bottom-activate:before {
    right: -42;
    opacity: 1;

    -webkit-transition: 0.8s right 1.1s, 0.8s opacity 1.1s;
    -moz-transition: 0.8s right 1.1s, 0.8s opacity 1.1s;
    -ms-transition: 0.8s right 1.1s, 0.8s opacity 1.1s;
    transition: 0.8s right 1.1s, 0.8s opacity 1.1s;
}

.bottom-anim-container.bottom-activate:after {
    left: -107;
    opacity: 1;

    -webkit-transition: 0.8s left 1.1s, 0.8s opacity 1.1s;
    -moz-transition: 0.8s left 1.1s, 0.8s opacity 1.1s;
    -ms-transition: 0.8s left 1.1s, 0.8s opacity 1.1s;
    transition: 0.8s left 1.1s, 0.8s opacity 1.1s;
}

.left-anim-container {
    opacity: 0;
    left: -300px;
}

.left-anim {
    opacity: 0;
    left: -300px;
}

.right-anim-container {
    opacity: 0;
    left: 300px;
}

.right-anim {
    opacity: 0;
    left: 300px;
}

.right-anim1 {
    opacity: 0;
    left: 300px;
}

.pr-easy-line.left-activate:before {
    left: 0px;
    width: 100%;
    opacity: 1;

    -webkit-transition: 0.6s left 1.3s, 0.6s width 1.3s;
    -moz-transition: 0.6s left 1.3s, 0.6s width 1.3s;
    -ms-transition: 0.6s left 1.3s, 0.6s width 1.3s;
    transition: 0.6s left 1.3s, 0.6s width 1.3s;
}

.pr-easy-line.right-activate:before {
    right: 0px;
    width: 100%;
    opacity: 1;

    -webkit-transition: 0.6s left 1.3s, 0.6s width 1.3s;
    -moz-transition: 0.6s left 1.3s, 0.6s width 1.3s;
    -ms-transition: 0.6s left 1.3s, 0.6s width 1.3s;
    transition: 0.6s left 1.3s, 0.6s width 1.3s;
}


/* Desktops and laptops */
@media screen and (max-width : 1224px) {
    .pr-why-group {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }

    .pr-why-item {
        margin-bottom: 50px;
    }
    
    .pr-why-item:nth-child(even) {
        margin-right: 0px;
    }

    .pr-why-item:nth-child(3) {
        margin-bottom: 0px;
    }

    .pr-why-item:nth-child(4) {
        margin-bottom: 0px;
    }
}

/* Tablet */
@media screen and (max-width: 1024px) {
	.pr-secure-item:first-child {
        font-size: 30px;
        width: 370px;
        padding-left: 30px;
    }

    .pr-secure-item:last-child {
        width: calc(100% - 420px);
        padding-right: 30px;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
	.pr-secure-item {
        display: block;
        width: calc(100% - 60px) !important;;
        margin: 0px auto 30px;
        text-align: left !important;
    }

    .pr-secure-item:first-child {
        padding-left: 0px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pr-secure-item:last-child {
        padding-right: 0px;
        margin-left: 0px;
        margin-left: auto;
        margin-right: auto;
    }

    .pr-easy-icon {
        margin-right: 60px;
    }

    .pr-what-content {
        width: calc(100% - 60px);
        height: 570px;
        padding: 0px 80px 88px;
        background-size: calc(100% + 100px) auto !important;
    }

    .pr-what-desc {
        font-size: 14px;
        line-height: 22px;
    }

    .pr-what-image {
        margin-bottom: 20px;
    }

    .pr-what-title {
        margin-bottom: 35px;
    }

    .pr-what-title span {
        font-size: 30px;
        line-height: 22px;
    }

    .pr-what-title:before {
        top: 5px;
    }

    .pr-why-image {
        max-width: calc(100% - 50px) !important;
        max-height: 265px !important;
    }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	
}

@media screen and (max-width: 768px) and (orientation: portrait) {
	
}

@media screen and (max-width : 500px) {
    .pr-title {
        font-size: 16px;
        padding: 20px 0px 26px;
        left: calc((100% - 333px) / 2);
    }

    .pr-title strong {
        font-size: 46px;
        margin-bottom: 0px;
    }

    .pr-what{
        width: 150%;
        left: -25%;
        padding: 85px 0px 55px;
    }

	.pr-what-content {
        padding: 0px 100px 88px;
    }

    .pr-what-content:after {
        right: auto;
        left: -80px;
    }
    
    .bottom-anim-container.bottom-activate:before {
        right: 85px !important;
    }

    .bottom-anim-container.bottom-activate:after {
        left: 80px !important;
    }

    .pr-why-title {
        font-size: 32px;
    }

    .pr-why-group {
        padding-left: 60px;
    }

    .pr-why-item {
        width: calc(100% - 50px);
        margin: 0px 0px 50px 0px !important;
    }

    .pr-why-item:last-child {
        margin-bottom: 0px !important;
    }

    .pr-secure-item:first-child {
        font-size: 27px;
        line-height: 30px;
        padding-left: 0px;
        margin-bottom: 30px;
    }

    .pr-easy-title {
        font-size: 32px;
    }

    .pr-easy-group-title {
        font-size: 22px;
    }

    .pr-easy-icon {
        margin-right: 25px;
    }

    .pr-easy-icon:after {
        font-size: 12px;
    }

    .pr-easy-icon.registration:after {
        left: -17px;
    }

    .pr-easy-icon.booking:after {
        left: -5px;
    }

    .pr-easy-icon.validation:after {
        left: -11px;
    }

    .pr-easy-icon.payment:after {
        left: -7px;
    }

    .pr-easy-icon.download:after {
        left: -12px;
    }

    .pr-easy-icon.input:after {
        left: -17px;
    }

    .pr-easy-icon.stuffing:after {
        left: -4px;
    }

    .pr-easy-icon.upload:after {
        left: -12px;
    }

    .pr-link {
        font-size: 14px;
    }

    .pr-product-link {
        margin-bottom: 20px;
    }

    .pr-product-link:last-child {
        margin-bottom: 0px;
    }
}