@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600&display=swap');

body {
    font-family: 'Open Sans', sans-serif !important;
}

.accounting-help .header {
    background-color: #FFFFFF;
    box-shadow: 0 3px 6px #00000029;
    z-index: 999;
}


.accounting-help .header .main-menu-item {
    font-size: 1rem;
    text-transform: initial;
    font-weight: 400;
}

.accounting-help .header .main-menu-item:hover {
    border: 1px solid transparent;
    border-radius: unset;
    text-decoration: underline;
}

.accounting-help #current_auth_container {
    order: 1;
}

@media all and (min-width: 769px) {
    .accounting-help #current_auth_container {
        margin-left: 1%;
    }
}

.accounting-help #id_esauth_myaccount_login_link {
    background-color: #64acc3;
    border-color: #64acc3;
    color: #fff;
    text-transform: initial;
    font-size: 1rem;
    font-weight: 600;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.accounting-help #id_esauth_myaccount_login_link:hover {
    text-decoration: underline;
}

.accounting-help .scrolled .logo-icon {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(0.8);
}


.accounting-help .logo-icon img {
    margin-top: 10px;
    height: 35px !important;
    width: auto;
}

/*
================================================================================
================================================================================
DISABLE STYLE
================================================================================
================================================================================
*/

.section .container::before,
.section .container::after {
    display: none;
}

/*
================================================================================
================================================================================
HEADINGS AND TEXT
================================================================================
================================================================================
*/

.title {
    margin: 0;
    color: #313131;
}

.title1 {
    font-size: 30px;
    font-weight: 600;
}

.title2 {
    font-size: 24px;
    font-weight: 600;
}

.title3 {
    font-size: 20px;
    font-weight: 600;
}

.text {
    font-size: 16px;
    color: #707070;
    margin: 0 0 16px 0;
}

.text--fz18 {
    font-size: 18px;
}

.text--dark {
    color: #313131;
}

/*
================================================================================
================================================================================
UTILITIES
================================================================================
================================================================================
*/

.flex {
    display: flex;
}

.jcsb {
    justify-content: space-between;
}

.jcc {
    justify-content: center;
}

.aic {
    align-items: center;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-reverse-order {
    flex-flow: row-reverse;
}

@media all and (max-width: 768px) {
    .flex-reverse-order {
        flex-flow: row;
    }

    .section {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}

.half {
    width: 50%;
}

.section {
    position: relative;
    padding-top: 64px;
    padding-bottom: 64px;
}

.card {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 14px;
    padding: 32px;
}

.button {
    margin: auto;
    padding: 14px 48px;
    font-size: 14px;
    border-radius: 20px;
    color: #fff;
    background-color: #DF7D7D !important;
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.button:hover {
    background-color: #c7423b !important;
    border-color: #c7423b;
    cursor: pointer;
}

.ulist {
    margin: 0;
    padding: 8px 0 0 0;
    list-style: none;
}

.ulist li {
    position: relative;
    padding-left: 24px;
}

.ulist li::before {
    display: block;
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #66ADC4;
}

/*
================================================================================
================================================================================
FORM SECTION
================================================================================
================================================================================
*/

.section--form {
  padding-top: 120px;
  padding-bottom: 64px;
  background-color: #fff;
  background-repeat: no-repeat, no-repeat;
  background-position: right, left;
  background-size: 35%, 55%;
  /*overflow: hidden;*/
}

@media all and (min-width: 1920px) {
    .section--form {
        background-size: 25%, 45%;
        background-position: right 10% center, left 10% center;
    }
}

@media all and (min-width: 2560px) {
    .section--form {
        background-size: 20%, 30%;
        background-position: right 25% center, left 25% center;
    }
}

@media all and (max-width: 768px) {
    .section--form {
        padding-top: 128px;
        background-repeat: no-repeat;
        background-position: left;
        background-size: 100%;
    }
}

.container__left {
    width: 54%;
    align-self: center;
    z-index: 1;
}

.container__right {
    width: 40%;
}

@media all and (max-width: 768px) {
    .container__right,
    .container__left {
        width: 100%;
    }

    .container__left {
        margin-bottom: 16px;
    }
}

/*
================================================================================
================================================================================
FORM
================================================================================
================================================================================
*/

.card--form {
    position: relative;
    margin: 0 0 0 auto;
    max-width: 380px;
}

@media all and (max-width: 768px) {
    .card--form {
        margin: 0 auto;
    }
}

.title--form {
    margin: 0 0 16px 0;
    font-size: 20px;
}

.image__form {
    position: absolute;
}

.image__form--left {
    top: 0;
    left: 0;
    transform: translateX(-100%);
}

.image__form--right {
    right: 0;
    bottom: 16px;
    transform: translateX(100%);
}

@media all and (max-width: 1439px) {
    .image__form {
        display: none;
    }
}


.accounting-help #newOrderFrom input,
.accounting-help #newOrderFrom select {
    border-color: #BBBBBB;
}

.accounting-help #newOrderFrom select {
    -webkit-appearance: none;
    appearance: none
}

.accounting-help #newOrderFrom select::-ms-expand {
    display: none;
}

.accounting-help #newOrderFrom input::placeholder {
    color: #D4D4D4;
}

.accounting-help #newOrderFrom dd[id*=dd_esof_esof_assignment_type]::after,
.accounting-help #dd_esof_esof_discipline2::after {
    right: 12px;
}

.accounting-help #id_esof_subm {
    width: 100%;
    font-size: 14px;
    border-radius: 20px;
    background-color: #DF7D7D;
    border-color: #DF7D7D;
    box-shadow: 0 3px 6px #00000029;
}

.accounting-help .meta__form {
    display: inline-block;
    margin-top: 16px;
    font-size: 12px;
    color: #707070;
}

/*
* ============================================================================
* Help
* ============================================================================
*/

.section--help {
    background-color: #f4f7f8;
    padding: 0;
}

.help {
    padding-top: 64px;
    padding-bottom: 64px;
}

.help__image-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 45%;
    padding-right: 64px;
}

.help__text-container {
    width: 55%;
    padding-left: 64px;
    background-color: #64acc3;
    color: #fff;
}

.help__image-bound {
    max-width: 508px;
    margin-left: 32px;
}

.help__text-bound {
    max-width: 621px;
    margin-right: 32px;
}

.help__image {
    width: 100%;
}

@media all and (max-width: 768px) {
    .container--help {
        flex-wrap: wrap;
    }

    .help__text-container,
    .help__image-container {
        width: 100%;
    }

    .help__image-container {
        padding-right: 0;
        padding-top: 32px;
        padding-bottom: 0;
        justify-content: center;
    }

    .help__text-bound,
    .help__image-bound {
        margin-left: 0;
        margin-right: 0;
        max-width: none;
    }

    .help__text-container {
        padding: 32px 20px;
    }
}

.help__text-title {
    margin: 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 24px;
}

.help__text-desc {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

.help__lang {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}

.help__item-container {
    display: flex;
}

.help__item-img {
    margin-right: 12px;
}

.help__lang-col {
    padding-right: 50px;
}

.help__lang-item {
    flex-shrink: 0;
    margin: 0;
    padding-bottom: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

@media all and (max-width: 1200px) {
    .help__lang-col {
        width: 50%;
    }
}

@media all and (max-width: 768px) {
    .help__lang {
        display: block;
    }
    .help__lang-col {
        padding-right: 0;
        width: 100%;
    }
    .help__lang-item {
        width: fit-content;
        font-size: 18px;
    }
}

/*
* ============================================================================
* CTA
* ============================================================================
*/
.section--cta {
    padding: 96px 0;
    background-color: #fff;
}
.cta__container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta__title {
    font-size: 30px;
    font-weight: bold;
    margin-right: 64px;
    width: 658px;
}
.accounting-help .button--order {
    flex-shrink: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 24px 10px 24px;
    margin: 0;
}

@media all and (max-width: 768px) {
    .section--cta {
        padding: 32px 0;
    }

    .cta__container {
        flex-wrap: wrap;
    }

    .cta__title {
        font-size: 24px;
        text-align: center;
        width: 100%;
        margin-right: 0;
    }

    .accounting-help .button--order {
        margin-top: 16px;
    }
}

/*
================================================================================
================================================================================
TESTIMONIALS
================================================================================
================================================================================
*/

.section--testimonials {
    background-color: #F4F7F8;
    overflow: hidden;
}

.section--testimonials .bx-wrapper {
    position: relative;
}

.testimonials-carousel {
    max-height: 425px;
    margin: 0;
    padding: 0;
    list-style: none;
    visibility: hidden;
    display: flex;
}

.testimonials-carousel.visible {
    visibility: visible;
    max-height: none;
}

.bx-next .next:hover,
.bx-prev .prev:hover {
    cursor: pointer;
    opacity: 0.7;
}

.bx-next.disabled .next,
.bx-prev.disabled .prev {
    visibility: hidden;
}

.card--testimonial {
    padding: 32px;
    margin: 16px 8px;
}

.writer-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.writer-meta--bottom {
    margin-bottom: 0;
}

.writer-meta__text {
    margin-bottom: 4px;
}

.writer-meta__text--end {
    text-align: end;
}

.section--testimonials .next,
.section--testimonials .prev {
    width: 14px;
    height: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    background-size: contain;
}

.section--testimonials .next {
    background-image: url('/resources/img/freelance-page/arrow-right.svg');
    right: -96px;
}

.section--testimonials .prev {
    background-image: url('/resources/img/freelance-page/arrow-left.svg');
    left: -96px;
}

@media all and (min-width: 993px) {
    .accounting-help .header .main-menu {
        display: flex !important;
        justify-content: flex-end;
    }
}

@media all and (max-width: 1280px) {
    .section--testimonials .next,
    .section--testimonials .prev {
        position: static;
        transform: none;
    }

    .section--testimonials .bx-controls-direction {
        display: flex;
        justify-content: center;
        margin-top: 24px;
    }

    .section--testimonials .bx-controls-direction .bx-prev {
        margin-right: 32px;
    }

    .section--testimonials .bx-controls-direction .bx-next {
        margin-left: 32px;
    }

    .section--testimonials .next {
        bottom: 0;
    }

    .section--testimonials .prev {
        bottom: 0;
    }
}

/*
* ============================================================================
* get service help
* ============================================================================
*/
.section--get-service-help {
    background-color: #F4F7F8;
}

.get-service-help__image {
    max-width: 255px;
    width: 100%;
    padding: 0 16px;
}

.get-service-help__text {
    max-width: none;
    width: 100%;
    margin: 1rem 0;
}

/*
* ============================================================================
* Why choose us
* ============================================================================
*/
.container--python {
    position: relative;
}

.section--why-choose-us {
    background-color: #2C3E50;
    padding: 0;
}

.why__desc-text-container {
    width: 550px;
    height: 136px;
}

.why__desc-img-container {
    display: none;
}

.why__desc-text-container-reverse {
    width: 550px;
    height: 175px;
}

.why__desc,
.why__desc-title,
.why__desc-reverse,
.why__desc .title {
    color: #fff;
}

.why__desc {
    justify-content: space-around;
    padding: 40px 25px 0 85px;
}

.why__desc-reverse {
    padding-bottom: 82px;
}

.why__desc-title {
    justify-content: center;
}

.why__desc-reverse {
    flex-direction: row-reverse;
    justify-content: space-evenly;
}

.why__desc-text {
    width: 100%;
    margin: 1rem 0;
    max-width: 50em;
}

.why__items {
    padding: 0;
    margin: 0;
}

.why__item {
    list-style: none;
    margin-bottom: 32px;
    padding: 0;
    border-radius: 14px;
    background-color: #fff;
    overflow: hidden;
}

.why__item--left {
    display: flex;
    width: 48%;
    height: 192px;
}

.why__items > .why__item.why__item--right {
    margin: 0;
}

.why__item--right {
    display: flex;
    flex-flow: row-reverse;
    width: 50%;
    height: 190px;
}

.why__item-icon {
    background-color: #64ACC3;
    padding: 24px 10px;
}

.why__item-img {
    display: block;
}
.why__item--down .why__item-icon {
    justify-content: flex-end;
}

.why__item-text {
    font-size: 0.99rem;
    margin: 0;
    padding: 25px;
}

@media all and (max-width: 768px) {
    .section--why-choose-us {
        background-image: none;
    }

    .why__items {
        flex-wrap: wrap;
        position: relative;
    }

    .why__items > .why__item.why__item--right {
        margin: 0 0 24px 0 !important;
    }

    .why__item {
        width: 100%;
        margin-bottom: 24px;
    }

    .why__item--right,
    .why__item--left {
        display: block;
    }

    .why__item-icon {
        padding: 10px;
    }

    .why__desc-title,
    .why__desc-text {
        width: 100%;
    }
}

.why__item-after {
    background-color: transparent;
    color: #FFFFFF;
}

.graphic-cloud {
    height: 90px;
    background: #2C3E50;
}

.graphic-cloud__img {
    position: absolute;
    right: 4%;
    top: 80%;
}

/*
* ============================================================================
* What (before Benefits)
* ============================================================================
*/

.section--what {
    background: #FFFFFF;
}

.container--what {
    width: 82% !important;
}

.what__item {
    display: flex;
    justify-content: space-evenly;
}

.what__title {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
    width: 552px;
}

.what__text {
    width: 552px;
    padding-top: 30px;
}

@media all and (max-width: 768px) {
    .section--what {
        padding: 20px 0 110px 0 !important;
    }

    .what__title {
        width: 100%;
    }

    .what__img {
        width: 70%;
    }
}

/*
================================================================================
================================================================================
FAQ
================================================================================
================================================================================
*/

.section--faq {
    background-color: #F4F7F8;
}

.faq__container {
    max-width: 770px;
    margin: auto;
}

.faq__item {
    margin-bottom: 32px;
}
.faq__item .text {
    padding-left: 40px;
}

.faq__item.last {
    margin-bottom: 0;
}

.faq__question {
    padding-left: 40px;
    background-image: url('/resources/img/freelance-page/plus.svg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: 27px;
    cursor: pointer;
}

.faq__question--open {
    background-image: url('/resources/img/freelance-page/minus.svg');
    background-size: initial;
}

.faq__answer {
    display: none;
    margin-top: 16px;
}

.faq__answer--open {
    display: block;
}


/*
* ============================================================================
* Benefits
* ============================================================================
*/
.section--benefits {
    background-color: #fff;
}

.benefits__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.benefits__item {
    height: 651px;
    width: 261px;
    border: 1px solid #64acc3;
    box-shadow: inset 0 4px 0 #64ACC3;
    border-radius: 14px;
    padding: 50px 24px 24px 24px;
    position: relative;
    margin-bottom: 32px;
}

.benefits__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 16px 16px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 43%;
    transform: translate(-25%, -50%);
}

.benefits__text {
    max-width: none;
    margin: 1rem 0 0 0;
    line-height: 22px;
    color: #707070;
}

@media all and (min-width: 1023px) {
    .container--what {
        padding: 0 40px;
    }
}

@media all and (max-width: 768px) {
    .benefits__item {
        width: 100%;
        padding: 24px;
        box-shadow: inset 0 4px 0 #64ACC3;
    }

    .why__desc-img {
        width: 100% !important;
        height: fit-content !important;
    }

    .benefits__item .benefits__item-head {
        justify-content: flex-start;
        align-items: center;
    }

    .benefits__icon {
        position: static;
        display: inline-block;
        width: 36px;
        height: 36px;
        top: 0;
        transform: none;
        box-shadow: none;
    }

    .benefits__title {
        padding-left: 16px;
    }
}

@media all and (min-width: 768px){
    .desc_why-block {
        text-align: center;
    }
}

@media all and (min-width: 1280px) {
    .main__title-text {
        width: 552px;
    }

    .bx-viewport {
        height: 460px !important;
    }

    .help__lang-col1,
    .help__lang-col2 {
        display: flex;
    }

    .help__text-desc {
        width: 552px;
        height: 154px;
    }

    .help__lang {
        padding-top: 20px;
    }

    .why__desc-img-container-reverse {
        padding-left: 43px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
    .help__lang-col2 {
        left: 82% !important;
        padding-left: 0 !important;
        position: absolute;
    }

    .help__lang-item {
        width: max-content;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .help__text-container {
        margin-top: -9% !important;
    }

    .section--why-choose-us {
        padding-bottom: 0 !important;
    }

    .why__desc-text-container,
    .why__desc-text-container-reverse {
        width: fit-content !important;
    }

    .desc_why-block-reverse {
        padding-top: 120px !important;
    }

    .why__desc,
    .why__desc-reverse {
        justify-content: space-around !important;
        padding: 0 !important;
    }

    .why__desc-text-second {
        margin: 0 !important;
    }

    .why__desc-img-container-reverse {
        top: 49% !important;
    }

    .accounting-help,
    .container--python {
        padding-bottom: 0 !important;
    }
}

@media all and (min-width: 540px) and (max-width: 768px) {
    .graphic-cloud {
        left: 20%;
    }
}

@media all and (min-width: 424px) and (max-width: 768px) {
    .help__lang-col2 {
        left: 82% !important;
        padding-left: 0 !important;
    }

    .desc_why-block {
        text-align: center;
    }
}

@media all and (min-width: 424px) and (max-width: 640px) {
    .why__desc-reverse {
        padding-top: 0 !important;
    }
}

@media all and (min-width: 375px) and (max-width: 480px) {
    .why__desc-text {
        text-align: start !important;
    }

    .desc_why-block {
        text-align: start !important;
    }

    .help__lang-col2 {
        position: relative;
        left: 76% !important;
        padding-left: 0 !important;
    }
}

@media all and (min-width: 320px) and (max-width: 769px) {
    .section--form {
        padding-top: 90px;
    }

    .section--help
    {
        padding-bottom: 0 !important;
    }

    .section--testimonials {
        padding-top: 25px;
    }

    .section--why-choose-us {
        padding-top: 32px;
    }

    .accounting-help,
    .container--python {
        padding-bottom: 40px;
    }

    .bx-viewport {
        margin: -25px 0 !important;
    }

    .help__text-container {
        margin-top: -43%;
    }

    .title2 {
        font-size: 23px;
    }

    .why__desc {
        display: block !important;
        position: relative;
        padding: 0;
    }

    .why__desc,
    .why__desc-reverse {
        flex-direction: unset;
        justify-content: unset;
    }

    .why__desc-reverse {
        padding-top: 5px;
    }

    .why__desc-img-container {
        top: 4%;
        left: 0;
        width: 100%;
        position: absolute;
    }

    .why__desc-img-container {
        display: block;
    }

    .why__item.why__item--right.graphic-cloud {
        position: absolute;
        top: -40%;
        left: 0;
        width: fit-content;
        display: none;
    }

    .graphic-cloud__img {
        width: 100% !important;
        height: fit-content !important;
    }


    .why__desc-img-container-reverse {
        position: absolute;
        left: 10%;
        top: 52.5%;
    }

    .why__item--right,
    .why__item--left {
        display: flex;
        margin: 0 0 20px 0 !important;
        height: fit-content;
    }

    .why__item--right {
        flex-flow: row;
    }

    .why__desc-text-container,
    .why__desc-text-container-reverse {
        width: 295px;
        height: 247px;
        margin: auto;
    }

    .why__desc-title {
        text-align: center;
        font-size: 22px;
    }

    .desc_why-block {
        padding-top: 175px;
    }

    .what__item {
        display: block;
    }

    .what__pic {
        text-align: center;
    }

    .what__text {
        width: 100%;
    }

    .help__lang-col1,
    .help__lang-col2 {
        display: flex;
        width: 100%;
    }

    .help__lang-col2 {
        left: 67%;
        position: absolute;
    }

    .help__lang {
        display: flex;
        position: relative;
        margin-top: 20px;
    }

    .section {
        padding-bottom: 20px;
    }

    .section--benefits {
        padding-top: 20px;
    }

    .benefits__item {
        height: max-content;
    }

    .benefits__text {
        font-size: 13px;
    }

    .title2-mob {
        font-size: 21px !important;
    }

    .title3-mob {
        font-size: 16px;
    }

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

@media all and (min-width: 320px) and (max-width: 480px) {
    .side,
    .help__lang-item{
        width: 50% !important;
    }

    .title1 {
        font-size: 28px;
    }
    .text--fz18 {
        font-size: 15px;
    }

    .meta__form {
        font-size: 11px;
    }
}
