
.section-banner {
    text-align: center
}

@media (min-width: 1024px) {
    .section-banner {
        padding:3rem 0
    }
}

.section-banner--z-index {
    z-index: 1
}

.section-banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (min-width: 768px) {
    .section-banner .container {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center
    }
}

.section-banner__content {
    width: 100%;
    position: relative
}

@media (min-width: 768px) {
    .section-banner__content {
        padding-right:45%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-line-pack: center;
        align-content: center
    }
}

@media (min-width: 768px) {
    .section-banner__content.img_CTA {
        min-height:270px
    }
}

@media (min-width: 1024px) {
    .section-banner__content.img_CTA {
        min-height:426px
    }
}

@media (min-width: 768px) {
    .section-banner__img {
        position:absolute;
        width: 45%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (min-width: 768px) {
    .section-banner__img picture {
        margin:auto
    }
}

.section-banner__heading {
    max-width: 420px;
    text-align: left;
    margin: 0 auto;
    line-height: 1.2
}

@media (min-width: 768px) {
    .section-banner__heading {
        max-width:100%;
        margin: 0;
        font-size: 2rem
    }
}

@media (min-width: 1024px) {
    .section-banner__heading {
        font-size:3.25rem
    }
}

.section-banner__heading--center {
    text-align: center
}

@media (min-width: 768px) {
    .section-banner__heading--center {
        text-align:left
    }
}

.section-banner__heading span {
    color: #05ada3;
    font-family: Carosello Regular,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 2.5rem;
    line-height: 1.1;
    font-weight: 400;
    letter-spacing: .2px
}

@media (min-width: 1024px) {
    .section-banner__heading span {
        font-size:5.25rem;
        line-height: .9;
        font-size: 4.75rem;
        white-space: nowrap
    }
}

.section-banner__heading br {
    display: none
}

@media (min-width: 1024px) {
    .section-banner__heading br {
        display:block
    }
}

.section-banner__description {
    width: 100%;
    text-align: center;
    margin: 1rem 0 0;
    line-height: 1.5
}

@media (min-width: 768px) {
    .section-banner__description {
        text-align:left;
        font-size: 1.25rem;
        margin-top: 2rem
    }
}

.section-banner__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 420px;
    margin: 1rem auto 0
}

@media (min-width: 768px) {
    .section-banner__buttons {
        max-width:100%;
        margin: 3rem 0 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width: 1024px) {
    .section-banner__buttons {
        margin-top:2.5rem
    }
}

.section-banner__buttons--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section-banner__buttons .btn {
    padding-left: 22px;
    padding-right: 22px
}

@media (min-width: 480px) {
    .section-banner__buttons .btn {
        padding-right:2.5rem;
        padding-left: 2.5rem
    }
}

@media (min-width: 768px) {
    .section-banner__buttons .btn {
        margin-right:1rem
    }
}

@media (min-width: 1024px) {
    .section-banner--competent-writers .section-banner__img {
        top:-45px
    }
}

.Questions {
    position: relative
}

.Questions__tabs {
    position: absolute;
    background-color: #fff;
    border: 1px solid #b7c6cd;
    border-top: 0;
    width: calc(100% - 3rem);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 1.5rem;
    top: 50px;
    z-index: 2;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 8px 8px
}

@media (min-width: 1024px) {
    .Questions__tabs {
        width:calc(100% - 2rem);
        left: 1rem
    }
}

@media (min-width: 1280px) {
    .Questions__tabs {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 15px 0 0;
        border: 0;
        border-radius: 0;
        position: static;
        width: 100%;
        opacity: 1;
        visibility: visible
    }
}

.Questions__tabs-item {
    position: relative;
    padding: 10px 10px 10px 57px;
    text-align: left;
    height: 54px;
    font-size: 1rem;
    font-weight: 400;
    color: #0d2436;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-top: 1px solid #b7c6cd
}

@media (min-width: 1280px) {
    .Questions__tabs-item {
        display:block;
        width: 100%;
        max-width: 16.66667%;
        min-height: 45px;
        height: auto;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        cursor: pointer;
        padding: 95px .5rem 20px;
        line-height: 140%;
        -webkit-transition: color .2s;
        transition: color .2s;
        position: relative;
        background-color: transparent;
        border: 0
    }
}

.Questions__tabs-item>* {
    pointer-events: none
}

.Questions__tabs-item.is-active,.Questions__tabs-item:active,.Questions__tabs-item:hover {
    outline: none
}

.Questions__tabs-item.is-active,.Questions__tabs-item:hover {
    color: #05ada3
}

.Questions__tabs-item:before {
    display: none
}

.Questions__tabs-item:after {
    content: "";
    display: none;
    height: 3px;
    width: 100%;
    background-color: rgba(13,36,54,.2);
    position: absolute;
    left: 0;
    bottom: -3px;
    -webkit-transition: opacity .2s,bottom .2s;
    transition: opacity .2s,bottom .2s
}

@media (min-width: 1280px) {
    .Questions__tabs-item:after {
        display:block
    }
}

.Questions__tabs-item-img {
    display: block;
    width: 72px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0;
    -webkit-transform: translateX(-7px) translateY(-50%) scale(.5);
    transform: translateX(-7px) translateY(-50%) scale(.5)
}

@media (min-width: 1280px) {
    .Questions__tabs-item-img {
        top:10px;
        -webkit-transform: none;
        transform: none;
        margin: auto
    }
}

.Questions__tabs-item-img:after,.Questions__tabs-item-img:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto
}

.Questions__tabs-item-img:before {
    background: linear-gradient(317.51deg,rgba(16,168,166,.2) 13.96%,rgba(185,230,230,.2) 86.82%);
    border-radius: 50%;
    width: 72px;
    height: 72px;
    -webkit-transition: background .2s;
    transition: background .2s
}

.Questions__tabs-item-img:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain
}

.Questions__tabs-item.is-active {
    display: none;
    font-weight: 500
}

@media (min-width: 1280px) {
    .Questions__tabs-item.is-active {
        display:block
    }
}

.Questions__tabs-item.is-active:after {
    background-color: #05ada3;
    width: 100%
}

.Questions__tabs-item.is-active .Questions__tabs-item-img:before {
    background: rgba(5,173,163,.6)
}

.Questions__tabs-label {
    background: #fff;
    border: 1px solid #b7c6cd;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: relative;
    height: 51px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 60px;
    font-size: 1rem;
    font-weight: 500;
    color: #0d2436
}

@media (min-width: 1280px) {
    .Questions__tabs-label {
        display:none
    }
}

.Questions__tabs-label:before {
    content: "";
    width: 0;
    height: 9px;
    border-top: 9px solid #000;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    background: none;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.Questions__tabs-label.active {
    border-radius: 8px 8px 0 0;
    border-bottom-color: transparent
}

.Questions__tabs-label .Questions__tabs-item-img {
    margin-left: 0;
    top: 50%;
    -webkit-transform: translateX(-7px) translateY(-50%) scale(.5);
    transform: translateX(-7px) translateY(-50%) scale(.5)
}

.Questions__tabs-label .Questions__tabs-item-img:before {
    background: rgba(5,173,163,.6)
}

.Questions.open-select .Questions__tabs {
    opacity: 1;
    visibility: visible
}

.Questions__content {
    padding-top: 1rem
}

@media (min-width: 1280px) {
    .Questions__content {
        margin-top:2rem
    }
}

.Questions__content__item {
    display: none;
    width: 100%
}

.Questions__content__item.is-active {
    display: inline-block
}

.Questions__content .Questions__list {
    max-width: 850px;
    margin: 0;
    list-style: none;
    padding: 0
}

.Questions__content .Questions__list>li {
    background: none
}

.Questions__content .Questions__list>li.hidden {
    display: none
}

.Questions__content .Questions__list-content ol li {
    background: none
}

.Questions__content .Questions__list-content h4 {
    margin-bottom: .5rem
}

.Questions__content .Questions__list-loadMore {
    cursor: pointer;
    margin-top: 2rem
}

@media (min-width: 1024px) {
    .Questions__content .Questions__list-loadMore {
        margin-top:3rem
    }
}

.Questions__content .btn.hidden {
    display: none
}

.section-faq {
    padding: 0 0 2.5rem
}

@media (min-width: 1024px) {
    .section-faq {
        padding:0 0 7.5rem
    }
}

.section-faq-hero {
    padding: 1.5rem 0
}

@media (min-width: 1024px) {
    .section-faq-hero {
        padding:2.5rem 0
    }
}

.section-faq-hero .section-description {
    max-width: 480px;
    margin-top: 1rem
}

@media (min-width: 1024px) {
    .section-faq-hero .section-description {
        font-size:20px;
        margin-top: 1.5rem
    }
}

.section-faq-pages-cards {
    padding-bottom: 1.5rem
}

@media (min-width: 1024px) {
    .section-faq-pages-cards {
        padding-bottom:7.5rem
    }
}

.section-faq-pages-cards .section-heading {
    margin-bottom: 1.5rem
}

@media (min-width: 1024px) {
    .section-faq-pages-cards .section-heading {
        margin-bottom:3rem;
        text-align: center
    }
}

.section-faq-banner {
    padding: 2.5rem 0
}

@media (min-width: 1024px) {
    .section-faq-banner {
        padding:7.5rem 0
    }
}

.section-faq-banner .section-banner__heading {
    text-align: left
}

.section-faq-banner .section-banner__description {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    text-align: left
}

@media (min-width: 768px) {
    .section-faq-banner .section-banner__description {
        margin-left:0;
        margin-bottom: 0;
        max-width: 360px
    }
}

.section-faq-banner .section-banner__buttons {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.Questions [data-icon=all]:after {
    background-image: url(../images/faq/ico_all.svg);
    width: 58px;
    height: 66px;
    bottom: 23px
}

.Questions [data-icon=information]:after {
    background-image: url(../images/faq/ico_info.svg);
    width: 74px;
    height: 67px;
    bottom: 23px
}

.Questions [data-icon=submitting]:after {
    background-image: url(../images/faq/ico_order.svg);
    width: 69px;
    height: 69px;
    bottom: 23px;
    left: 8px
}

.Questions [data-icon=additional]:after {
    background-image: url(../images/faq/ico_options.svg);
    width: 52px;
    height: 61px;
    bottom: 13px
}

.Questions [data-icon=order]:after {
    background-image: url(../images/faq/ico_placed_order.svg);
    width: 67px;
    height: 56px;
    bottom: 23px
}

.Questions [data-icon=wrong]:after {
    background-image: url(../images/faq/ico_wrong.svg);
    width: 63px;
    height: 63px;
    bottom: 23px;
    right: 8px
}

@media (min-width: 768px) {
    .pages-cards {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.pages-cards__item {
    position: relative;
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 15px 40px 0 15px 40px rgba(21,37,72,.08);
    box-shadow: 0 15px 40px 0 15px 40px rgba(21,37,72,.08);
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 1.5rem 1rem 1.5rem 6rem;
    margin-bottom: 2.5rem;
    -webkit-transition: border .2s ease;
    transition: border .2s ease
}

@media (min-width: 768px) {
    .pages-cards__item {
        width:49%
    }
}

@media (min-width: 1024px) {
    .pages-cards__item {
        width:24%;
        margin-bottom: 0
    }
}

.pages-cards__item:focus,.pages-cards__item:hover {
    border-color: #05ada3
}

.pages-cards__item:focus .pages-cards__item__link,.pages-cards__item:hover .pages-cards__item__link {
    background-color: #02c4ac
}

.pages-cards__item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1rem;
    margin: auto;
    background: 50% no-repeat
}

.pages-cards__item__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 160%;
    color: #0d2436;
    margin: 0;
    max-width: 180px
}

.pages-cards__item__link {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    position: absolute;
    bottom: -1.5rem;
    right: 1rem;
    background-color: #05ada3;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 12px rgba(5,173,163,.16);
    box-shadow: 0 6px 12px rgba(5,173,163,.16);
    -webkit-transition: background .2s ease;
    transition: background .2s ease
}

.pages-cards__item__link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgNmgxMSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48cGF0aCBkPSJNNy41IDFsNSA1LTUgNSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=") 50% no-repeat;
    background-size: 14px 14px
}

.pages-cards__item.load-bg[data-icon=expert-writer] {
    padding-left: 6.75rem
}

.pages-cards__item.load-bg[data-icon=expert-writer]:before {
    background-image: url(../images/ico_superwriters.svg);
    background-size: 67px 57px;
    width: 67px;
    height: 57px
}

.pages-cards__item.load-bg[data-icon=free-inquiry]:before {
    background-image: url(../images/ico_freerevisions.svg);
    background-size: 59px 61px;
    width: 59px;
    height: 61px
}

.pages-cards__item.load-bg[data-icon=samples]:before {
    background-image: url(../images/ico_samples.svg);
    background-size: 56px 58px;
    width: 56px;
    height: 58px
}

.pages-cards__item.load-bg[data-icon=contact]:before {
    background-image: url(../images/ico_testimonials.svg);
    background-size: 56px 56px;
    width: 56px;
    height: 56px
}
