/* Advantages Table */

body .advantages-table {
    margin: 30px 0;
    position: relative;
}

body .advantages-table::after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 100%;
    border-radius: 0 0 7px 7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    background-color: #f2f2f4;
}

body .advantages-table::before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 100%;
    border-radius: 7px 7px 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    background-color: #f2f2f4;
}

body .advantages-table table {
    width: 100%;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
}

body .advantages-table table thead {
    border-bottom: 4px solid #e3e2e9;
}

body .advantages-table table thead tr td {
    background: linear-gradient(#fefefe, #fcfcfd, #fafafb, #f4f5f6, #f2f3f4, #f0f1f2);
}

body .advantages-table table tr td {
    padding: 10px 30px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    max-width: 25%;
    width: 100%;
}

body .advantages-table table tr:last-child td {
    border-bottom: none;
}

body .advantages-table table tbody tr td:first-child {
    text-align: left;
    color: #444d7d;
}

body .advantages-table table thead tr td {
    color: #465a7c;
    font-weight: 700;
}

body .advantages-table table tbody tr td {
    color: #a79ba8;
    font-size: 15px;
    font-weight: 700;
}

body .advantages-table table tbody tr td span {
    font-size: 0 !important;
    display: inline-block;
    margin: 0 2px;
}

body .advantages-table table tbody tr td span::before {
    font-size: 15px;
}

body .advantages-table .DMCA-logo {
    max-width: 121px !important;
    width: 100%;
    height: auto;
}

body .advantages-table table thead tr td:last-child {
    position: relative;
}

body .advantages-table table thead tr td:last-child::before {
    content: "Recomended";
    display: inline-block;
    line-height: 14px;
    position: absolute;
    left: 50%;
    top: -7px;
    transform: translateX(-50%);
    border-radius: 14px;
    background-color: #cc331e;
    text-align: center;
    width: 90px;
    padding-left: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 10px;
}

body .advantages-table table thead tr td:last-child::after {
    content: '\f0f3';
    font-family: 'FontAwesome';
    position: absolute;
    left: calc(50% - 38px);
    top: -7px;
    line-height: 14px;
    font-size: 9px;
    color: #fff;
}

body .advantages-table table tbody tr td:last-child {
    color: #f39431;
}

body .advantages-table span.fa.fa-clock-o::before {
    content: '\f017';
}

@media all and (max-width: 1599px) {
    body .advantages-table table tr td {
        padding: 10px;
    }
}

@media all and (max-width: 600px) {
    body .advantages-table table tr td {
        font-size: 12px !important;
    }

    body .advantages-table table tbody tr td span::before {
        font-size: 12px;
    }

    body .advantages-table table tbody tr td span.fa-star {
        margin: 0;
    }

    body .advantages-table table tr td {
        padding: 3px;
    }

    body .advantages-table table thead tr td {
        padding: 10px 3px;
    }

    body .advantages-table table thead tr td:last-child::before {
        padding-left: 0;
        width: 65px;
        font-size: 9px;
    }

    body .advantages-table table thead tr td:last-child::after {
        display: none;
    }

}

/* END Advantages Table */


/* Questions Answers Assistance Shortcode */

/* Banner Purple */
body .qa-sc-block {
    background-color: #5b1568;
    background-image:
        url('../images/sc/qa-sc-bg-left.png'),
        url('../images/sc/qa-sc-bg-right.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 0% 100%, 100%;
    position: relative;
    padding: 25px 40px 25px 320px;
    border-radius: 5px;
    margin: 30px 0 20px;
}

body .qa-sc-block::before {
    content: '';
    display: inline-block;
    background-image: url('../images/sc/qa-sc-girl.png');
    width: 230px;
    height: 210px;
    position: absolute;
    left: 35px;
    bottom: 0;
}

body .qa-sc-title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    position: relative;
}

body .qa-sc-title::before,
body .qa-sc-block::after {
    content: "";
    display: inline-block;
    background-image: url('../images/sc/qa-sc-stripe.png');
    width: 6px;
    height: 51px;
    position: absolute;
}

body .qa-sc-title::before {
    left: -40px;
    top: -25px;
}

body .qa-sc-block::after {
    left: 12px;
    bottom: 30px;
    height: 30px;
    transform: rotate(90deg);
}

body .qa-sc-middle-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

body .qa-sc-list {
    margin: 12px 0;
    padding: 0 !important;
    list-style-type: none !important;
}

body .qa-sc-list li {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

body .qa-sc-list li::before {
    display: none !important;
}

body .qa-sc-action-btn {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    padding: 0 30px;
    background: linear-gradient(#fe6d0b, #fd9753);
    border-radius: 7px;
    text-transform: uppercase;
}

body .qa-sc-bottom-text {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: left !important;
    margin: 0;
}

/* END Banner Purple */

/* Banner Orange */

body .qa-sc-2-block {
    background-color: #fe7418;
    background: url('../images/sc/qa-sc-2-bg-1.png') center no-repeat;
    position: relative;
    height: 174px;
    max-width: 995px;
    border-radius: 10px;
    padding: 14px 57px;
    margin: 30px 0 25px;
}

body .qa-sc-2-block::before {
    content: "";
    display: inline-block;
    background-image: url('../images/sc/qa-sc-2-img.png');
    width: 248px;
    height: 222px;
    position: absolute;
    right: 50px;
    bottom: -10px;
}

body .qa-sc-2-block::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 51px;
    background-image: url('../images/sc/qa-sc-stripe.png');
    position: absolute;
    left: 65%;
    top: 0;
}

body .qa-sc-2-title {
    margin: 0;
    position: relative;
    color: #FFF;
    font-family: 'Rubik', sans-serif;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 169%;
}

body .qa-sc-2-list {
    list-style-type: none;
    padding: 0 !important;
    margin: 0;
}

body .qa-sc-2-list li {
    display: inline-block;
    margin: 10px;
}

body .qa-sc-2-list li span {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.3px;
    border-radius: 5px;
    background: #F55F14;
    box-shadow: 0px 10px 10px 0px #E15F00;
    padding: 0 15px;
}


body .qa-sc-2-list li:first-child {
    margin-left: 0;
}

body .qa-sc-2-list li::before {
    display: none !important;
}

body .qa-sc-2-action-btn {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
    padding: 0 30px;
    background-color: #5a1367;
    border-radius: 7px;
    text-transform: uppercase;
    margin-top: 10px;
}

body .qa-sc-2-bottom-text {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: left !important;
    margin: 0;
}

/* END Banner Orange */

@media all and (min-width: 1200px) and (max-width: 1599px) {

    /* Banner Purple */
    body .qa-sc-block {
        background-image:
            url('../images/sc/qa-sc-bg-left-mobile.png'),
            url('../images/sc/qa-sc-bg-right-mobile.png');
        background-position: 0% 100%, 100% 100%;
        padding: 20px;
    }

    body .qa-sc-block::before,
    body .qa-sc-title::before,
    body .qa-sc-block::after {
        display: none;
    }

    body .qa-sc-bottom-text {
        max-width: 75%;
    }

    /* END Banner Purple */
    /* Banner Orange */
    body .qa-sc-2-block {
        background-image: url('../images/sc/qa-sc-2-bg-1.png');
        padding: 20px;
    }

    body .qa-sc-2-block::after {
        left: 80%;
    }

    body .qa-sc-2-block::before {
        display: none;
    }

    body .qa-sc-2-list li {
        margin: 10px 2px;
    }

    body .qa-sc-2-list li span {
        font-size: 16px;
    }

    /* END Banner Orange */
}

@media all and (max-width: 1599px) {

    /* Banner Purple */
    body .qa-sc-list li,
    body .qa-sc-bottom-text {
        font-size: 15px;
    }

    /* END Banner Purple */
    /* Banner Orange */
    /* END Banner Orange */
}

@media all and (max-width: 1199px) {

    /* Banner Purple */
    body .qa-sc-block {
        padding: 25px 25px 25px 150px;
        overflow: hidden;
        background-position: calc(0% - 130px) 100%, 100% 100%;
    }

    body .qa-sc-block::before {
        left: -40px;
        width: 175px;
        height: 160px;
        background-size: contain;
    }

    /* END Banner Purple */
    /* Banner Orange */
    body .qa-sc-2-block {
        background-position: calc(100% + 50px), 100%, 100% 100%;
        overflow: hidden;
    }

    body .qa-sc-2-block::before {
        right: -50px;
    }

    body .qa-sc-2-list li {
        margin: 10px 5px;
    }

    body .qa-sc-2-list li span {
        font-size: 16px;
    }

    body .qa-sc-2-bottom-text {
        max-width: 75%;
        font-size: 16px;
    }

    /* END Banner Orange */
}

@media all and (min-width: 768px) and (max-width: 991px) {

    /* Banner Purple */
    body .qa-sc-block {
        background-image:
            url('../images/sc/qa-sc-bg-left-mobile.png'),
            url('../images/sc/qa-sc-bg-right-mobile.png');
        background-position: 0% 100%, 100% 100%;
        padding: 20px;
    }

    body .qa-sc-action-btn {
        padding: 0 15px;
    }

    body .qa-sc-block::before,
    body .qa-sc-title::before,
    body .qa-sc-block::after {
        display: none;
    }

    /* END Banner Purple */
    /* Banner Orange */
    body .qa-sc-2-block {
        background-image: url('../images/sc/qa-sc-2-bg-mobile.png');
        background-position: 100% 100%;
        padding: 30px 40px;
    }

    body .qa-sc-2-block::after {
        left: unset;
        right: 50px;
        top: 30%;

    }

    body .qa-sc-2-block::before {
        display: none;
    }

    body .qa-sc-2-list li {
        display: block !important;
        margin: 10px 0;
    }

    body .qa-sc-2-bottom-text {
        max-width: unset;
    }

    /* END Banner Orange */
}

@media all and (max-width: 767px) {
    body .hide-small {
        display: none !important;
    }

    /* Banner Purple */
    body .qa-sc-block {
        background-image:
            url('../images/sc/qa-sc-bg-left-mobile.png'),
            url('../images/sc/qa-sc-bg-right-mobile.png');
        background-position: 0% 100%, 100% 100%;
        padding: 20px 20px 20px 150px;
    }

    body .qa-sc-block::before {
        width: 215px;
        height: 196px;
    }

    body .qa-sc-content {
        max-width: 345px;
        margin: 0 auto;
    }

    body .qa-sc-title::before {
        display: none;
    }

    body .qa-sc-bottom-text {
        font-size: 15px !important;
        margin-bottom: 15px;
        max-width: 300px;
    }

    /* END Banner Purple */
    /* Banner Orange */
    body .qa-sc-2-block {
        background-image: url('../images/sc/qa-sc-2-bg-mobile.png');
        background-size: auto;
        padding: 20px;
    }

    body .qa-sc-2-block::before {
        display: none;
    }

    body .qa-sc-2-list li span {
        font-size: 15px !important;
    }

    body .qa-sc-2-bottom-text {
        max-width: unset;
    }

    /* END Banner Orange */
}

@media all and (max-width: 600px) {

    /* Banner Purple */
    body .qa-sc-content {
        max-width: 300px;
    }

    /* END Banner Purple */
    /* Banner Orange */
    /* END Banner Orange */
}

@media all and (max-width: 575px) {

    /* Banner Purple */
    body .qa-sc-block {
        padding: 20px;
        max-width: 300px;
        margin: 0 auto;
    }

    body .qa-sc-title {
        font-size: 21px !important;
    }

    body .qa-sc-block::after {
        height: 51px;
        top: 45px;
        right: 20px;
        left: unset;
        bottom: unset;
    }

    body .qa-sc-block::before {
        display: none;
    }

    body .qa-sc-action-btn {
        line-height: 30px;
        padding: 0 15px;
    }

    /* END Banner Purple */
    /* Banner Orange */
    body .qa-sc-2-block {
        padding: 20px;
        background-image: url('../images/sc/qa-sc-2-bg-mobile.png');
        background-position: 100% 100%;
        background-size: auto;
        max-width: 300px;
        margin: 20px auto;
    }

    body .qa-sc-2-block::after {
        left: unset;
        right: 20px;
        top: 35%;
    }

    body .qa-sc-2-action-btn {
        line-height: 30px;
        padding: 0 15px;
    }

    body .qa-sc-2-list li {
        display: block;
        margin: 5px 0;
    }

    body .qa-sc-2-list li span {
        background-color: transparent;
        padding: 0;
    }

    body .qa-sc-2-title {
        font-size: 21px !important;
    }

    body .qa-sc-2-bottom-text {
        max-width: unset;
        font-size: 14px !important;
    }

    body .qa-sc-2-block::before {
        display: none;
    }

    /* END Banner Orange */
}

@media all and (min-width: 768px) {
    body .display-small {
        display: none !important;
    }
}

/* END Questions Answers Assistance Shortcode */


.responsive-resume-pdf-samples .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
    border: 2px solid #ff6a06;
    border-radius: 50%;
}

.responsive-resume-pdf-samples .slick-dots li.slick-active button {
    background: #ff6a06;
}

.responsive-resume-pdf-samples .slick-dots li button:before {
    display: none;
}

.responsive-resume-pdf-samples .slick-arrow:before {
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    width: 30px;
    height: 30px;
    font-size: 30px;
    opacity: 1;
    color: #F3812E;
}

.responsive-resume-pdf-samples .slick-slide {
    box-shadow: 0 2px 6px 0;
    margin: 10px;
}

.responsive-resume-pdf-samples .slick-dots {
    bottom: -25px;
}

.responsive-resume-pdf-samples .header {
    font-size: 18px;
    text-align: center;
    margin: 20px auto 15px;
    font-weight: 700;
    border-bottom: 2px solid #f79520;
    padding-bottom: 10px;
}

.responsive-resume-pdf-samples .slick-dotted.slick-slider {
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.responsive-resume-pdf-samples.pdf-1 .resume-pdf {
    box-shadow: 0 2px 6px 0;
}

@media(min-width:601px) {
    .responsive-resume-pdf-samples.pdf-1 .resume-pdf {
        width: 90%;
        max-width: 530px;
        margin: 0 auto;
    }
}

.sc-banners.order-resume-button {
    text-align: center;
    margin: 0 auto;
}

.resume-prices-form td.resume-currency {
    width: 40%;
    vertical-align: bottom;
}

.resume-prices-form td.resume-currency input {
    color: #fff;
}

.resume-prices-form .td-resume-type {
    color: #fff;
}

.resume-prices-form .td-resume-type select {
    width: 98%;
}

.table_price tr:first-child td {
    vertical-align: middle;
}

.resume-pdf-block {
    margin: 40px auto;
}

.resume-slider-pdf img {
    max-width: 100%;
}

.resume-slider-pdf .carousel-control {
    width: 7%;
}

.resume-slider-pdf .resume-slider-pdf-content {
    max-width: 85%;
    margin: 0 auto;
}

.row.resume-slider-pdf-buttons {
    text-align: center;
    margin: 20px auto;
}

a.resume-download-button {
    width: 70px;
    display: inline-block;
}

.resume-pdf-block .header {
    font-size: 21px;
    color: #54529d;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    border-bottom: 3px solid #f79520;
    width: 85%;
    margin: 0 auto;
}

.responsive-pdf .slick-prev {
    left: -21px;
}

.responsive-pdf .slick-next {
    right: -10px;
}

a.resume-download-button {
    width: 57px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

@media(min-width:1600px) {
    .resume-slider-pdf.slider-mobile {
        display: none;
    }
}

@media(max-width:1599px) and (min-width:768px) {
    .resume-slider-pdf.slider-mobile {
        display: block;
    }

    .resume-slider-pdf.slider-desktop {
        display: none;
    }
}

@media(max-width:767px) {
    .resume-slider-pdf.slider-mobile {
        display: none;
    }
}

@media(max-width:600px) {
    .resume-slider-pdf.slider-mobile {
        display: block;
    }

    .resume-slider-pdf.slider-desktop {
        display: none;
    }

    .resume-pdf-block .button-orange.big {
        line-height: 45px;
        font-size: 15px;
    }

    .resume-pdf-block a.resume-download-button {
        width: 80px;
    }
}


/* Old resume banners */

.sc-banners {
    margin: 40px auto;
}

.sc-resume-your_benefits {
    max-width: 400px;
}

.sc-resume-why_us.sc-banners {
    max-width: 500px;
}

.sc-banners img {
    max-width: 100%;
}

.sc-resume-guarantees.sc-banners {
    text-align: center;
    max-width: 660px;
}

.sc-resume-steps.sc-banners {
    max-width: 570px;
    text-align: center;
}

.sc-banners .btn {
    margin: 30px auto 0;
    display: block;
    max-width: 220px;
}

@media(max-width: 500px) {
    .sc-banners .btn {
        margin: 20px auto 0;
    }
}

/* Old reviews line bannes */

.pro-info {
    min-height: 180px;
    width: auto;
    max-width: 1005px;
    margin: 30px auto;
}

.pro-info .pic-two {
    display: none;
}

.pro-info .feedbacks {
    font-size: 17px;
    color: #445a7d;
    font-weight: 700;
    text-align: center;
    margin: 30px auto 10px;
}

.info-feedbacks {
    display: flex;
    flex-direction: row;
}

.info-feedbacks .rac-link,
.info-feedbacks .best,
.info-feedbacks .sitejabber,
.info-feedbacks .revieweal {
    border: 1px solid #f9f9fa;
    border-radius: 5px;
    height: auto;
    margin: 0 10px;
    box-shadow: 0px 10px 39px 0px rgba(158, 159, 165, 0.2);
    padding: 0 20px;
}

.info-feedbacks .rac-link {
    background: #fff url(/files/images/back-large.png) no-repeat right top;
    width: 35%;
}

.info-feedbacks .best {
    background: #fff url(/files/images/back-large.png) right top no-repeat;
    width: 35%;
}

.info-feedbacks .revieweal {
    background: #fff url(/files/images/back-large.png) right top no-repeat;
    width: 28%;
}

.info-feedbacks .div-image-1,
.info-feedbacks .div-image-3 {
    display: inline-block;
    margin: 30px auto;
}

.info-feedbacks .div-image-2 {
    display: inline-block;
    margin: 20px auto;
}

.info-feedbacks .point .big-point {
    font-size: 27px;
    color: #f23840;
    font-weight: 700;
    border-left: 2px solid #ececec;
    padding-left: 10px;
}

.info-feedbacks .point .small-point {
    font-size: 14px;
    color: #b0b1c0;
}

.info-feedbacks .rac-link,
.info-feedbacks .best,
.info-feedbacks .revieweal {
    padding: 0 5px;
    width: auto;
}

.info-feedbacks .point .big-point {
    border-left: none;
}

.info-feedbacks .div-image-1,
.info-feedbacks .div-image-3,
.info-feedbacks .div-image-2 {
    align-items: flex-end;
    display: flex;
    margin: 20px auto;
    height: 51px;
}

.info-feedbacks .rac-link,
.info-feedbacks .best,
.info-feedbacks .revieweal {
    padding: 0 25px;
}
.info-feedbacks {
    flex-direction: column;
    max-width: 400px;
    margin: 10px auto;
}

.info-feedbacks .rac-link,
.info-feedbacks .revieweal,
.info-feedbacks .sitejabber,
.info-feedbacks .best {
    background: #fff url(/files/images/back-small.png) no-repeat right top;
    margin-bottom: 10px;
}

.info-feedbacks .div-image-1,
.info-feedbacks .div-image-3,
.info-feedbacks .div-image-2 {
    display: flex;
    margin: 15px auto;
    min-height: 48px;
    width: calc(100% - 100px);
}

.info-feedbacks .point .big-point {
    border-left: 2px solid #ececec;
}

.info-feedbacks .point {
    border-top: none;
    margin: 20px auto;
    padding-left: 0;
    width: 81px;
}

.info-feedbacks .rac-link,
.info-feedbacks .best,
.info-feedbacks .revieweal,
.info-feedbacks .sitejabber {
    padding: 0 20px;
    margin: 5px 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

@media(max-width:400px) {
    .info-feedbacks .pro-info .pic-one {
        display: none;
    }

    .info-feedbacks .pro-info .pic-two {
        display: block;
    }
    .info-feedbacks .point {
        width: 81px;
    }
}

.info-perfect {
    min-height: 160px;
    width: auto;
    max-width: 1005px;
    margin: 35px auto;
    background: #fff;
    border: 1px solid #f9f9fa;
    border-radius: 5px;
    height: 100%;
    box-shadow: 0px 10px 39px 0px rgba(158, 159, 165, 0.2);
}

.info-perfect .pict2 {
    display: none;
}

.info-perfect .perfect {
    font-size: 17px;
    color: #445a7d;
    font-weight: 700;
    text-align: center;
    margin: 30px auto 10px;
}

.perfect-div {
    display: flex;
    flex-direction: row;
    margin: 40px auto;
}

.pict-perfect .pict1 {
    margin: 0 30px;
}

.perfect-div .number {
    float: right;
    padding-right: 20px;
    border-right: 2px solid #ececec;
}

.info-perfect .essays-div .number {
    border-right: none;
}

.info-perfect .number .big-number {
    font-size: 27px;
    color: #f23840;
    font-weight: 700;
}

.info-perfect .number .small-number {
    font-size: 14px;
    color: #b0b1c0;
}

.perfect-div .writing-div {
    width: 35%;
}

.perfect-div .essays-div,
.perfect-div .best-div {
    width: 32%;
}

.pict-perfect {
    display: inline-block;
}
.perfect-div .writing-div,
.perfect-div .essays-div,
.perfect-div .best-div {
    padding: 0 5px;
    width: auto;
}

.pict-perfect .pict1 {
    margin: 0;
}

.perfect-div .number {
    margin: 0 auto;
    width: 100%;
    padding-left: 31px;
}

.perfect-div .number {
    border-top: 2px solid #ececec;
    border-right: none;
}

.pict-perfect {
    align-items: flex-end;
    display: flex;
    margin: 20px auto;
    height: 51px;
}

.pict-perfect .pict1 {
    margin: 0 30px;
}

.perfect-div .number {
    padding-left: 80px;
}

.pict-perfect .pict1 {
    margin: 0;
}

.perfect-div {
    flex-direction: column;
    margin: 10px auto;
}

.perfect-div .writing-div,
.perfect-div .essays-div,
.perfect-div .best-div {
    padding: 0 20px;
}

.perfect-div .writing-div,
.perfect-div .best-div {
    margin-bottom: 10px;
    border-bottom: 2px solid #ececec;
}

.pict-perfect {
    display: inline-block;
    margin: 20px auto 10px;
}

.perfect-div .number {
    border-top: none;
    margin: 15px auto;
    padding: 0;
    width: 75px;
    text-align: right;
}

.info-perfect {
    max-width: 400px;
}

.perfect-div .writing-div,
.perfect-div .best-div,
.perfect-div .essays-div {
    max-height: initial;
    margin-top: 0;
    max-width: 360px;
    width: 100%;
    margin-left: 20px;
    margin-bottom: 0;
    height: 80px;
}

@media(max-width:400px) {
    .info-perfect .info .pict1 {
        display: none;
    }

    .info-perfect .info .pict2 {
        display: block;
    }

    .perfect-div .writing-div,
    .perfect-div .best-div,
    .perfect-div .essays-div {
        margin: 0;
        width: auto;
        padding: 0 10px;
    }
    .info-perfect .number .big-number {
        font-size: 18px;
    }
    .perfect-div .number {
        width: 55px;
    }
}