.ui--light {
    color: #fff
}

.ui--dark {
    color: #333
}

.ui--turquoise {
    color: #0bd7ca
}

.ui--purple {
    color: #3738a7
}

.button {
    padding: 12px 24px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    border-style: solid;
    border-width: 2px;
    border-radius: 3px;
    font-family: Rubik, serif;
    font-size: 13px;
    font-weight: 500
}

.button--turquoise {
    border-color: #0bd7ca;
    background-color: #0bd7ca
}

.button--turquoise[disabled] {
    border-color: #cccccc;
    background-color: #cccccc;
}

.button--purprle {
    border-color: #3738a7;
    background-color: #3738a7
}

.button--transparent {
    background-color: transparent
}

.placeOrderSelect {
    display: flex;
    align-items: center;
    margin-top: 50px;
    position: relative;
}

.placeOrderSelect select {
    width: 100%;
    max-width: 960px;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 12px;
    margin-right: 15px;
    color: #757575;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;

    padding-right: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/assets/images/arrow-select.svg');
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
}

.placeOrderSelect label {
    position: absolute;
    display: none;
    color: #757575;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    top: 6px;
    z-index: 10;
    left: 16px;
}

#placeOrderModal {
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 1099;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s;
}

#placeOrderModal > .modal-background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.modal-content {
    padding: 45px;
    min-width: 450px;
    max-width: 525px;
    background: white;
    position: relative;
    z-index: 3;
}

.modal-content h2 {
    color: #000000;
    font-family: Rubik;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
}

.modal-content textarea {
    border: 1px solid #0bd7ca;
    background-color: #ffffff;
    padding: 22px 16px 45px;
    width: 93%;
    resize: none;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.modal-content label[for=task_file] {
    cursor: pointer;
    position: absolute;
    top: 320px;
    right: 70px;
    color: #000000;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
}

.modal-content label[for=task_file]:before {
    content: "";
    width: 10px;
    height: 20px;
    background-image: url('/assets/images/paperclip.svg');
    position: absolute;
    left: -15px;
}

.modal-content input[type=email] {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: none;
    padding: 12px;
    border: 1px solid #e5e5e5;
    width: 48%;
    margin-right: 20px;
    margin-top: 20px;
    color: #000000;
    font-family: Rubik;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.files_warning {
    margin-top: 10px;
    font-family: Rubik;
    font-size: 16px;
    font-weight: 400;
}

#email_error,
#files_error {
    color: red;
    font-size: 20px;
}

#placeOrderFormMiddle select,
#placeOrderFormBottom select {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    background-color: #fff;
    box-sizing: border-box;
    color: #757575;
    font-family: Rubik;
    font-size: 18px;
    font-weight: 400;
    padding-right: 40px;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/assets/images/arrow-select.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 14px) center;
}


.email_error-row {
    margin-top: 10px;
    color: red;
    font-size: 18px;
}

.modal-content button {
    width: 47%;
    margin-top: 20px;
    font-size: 18px;
    padding: 14px 24px;
}

.form {
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 12px
}

.form__undertext {
    margin-top: 20px;
    margin-bottom: 120px;
}

.form--horizontal {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch
}

.form__delimeter {
    width: 1px;
    background-color: #eceff4;
    margin: 0 16px 0 8px
}

.form__input {
    display: flex;
    flex-flow: column nowrap;
    flex-grow: 1
}

.form__input input {
    border: none;
    color: #333;
    outline: none;
    font-size: 16px
}

.form__input__title, .form__input input {
    font-family: Rubik, Sans-Serif;
    font-weight: 400
}

.form__input__title {
    color: #9dadc3;
    margin-bottom: 8px;
    font-size: 13px
}

body {
    margin: 0
}

a {
    text-decoration: none
}

a, span {
    color: #333
}

span {
    font-family: Rubik, sans-serif
}

h1 {
    font-family: Playfair Display, serif;
    font-size: 36px;
    font-weight: 700;
    color: #333
}

.h2, h1 {
    text-align: center
}

.h2 {
    font-family: Rubik, sans-serif;
    font-size: 22px;
    font-weight: 400
}

.header {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    background-image: url("/assets/images/bg-top-1.png");
    background-size: cover;
}

.header h1 {
    font-size: 44px;
    line-height: 65px;
    width: 928px;
    margin: 32px 0
}

.header h1, .header h3 {
    text-align: center
}

.header .form {
    width: 100%;
    max-width: 960px;
    margin-top: 72px;
}

.header .topLine {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    max-width: 1156px;
    padding: 16px 0
}

.header .topLine a {
    cursor: pointer
}

.header .topLine__logo {
    display: flex;
    align-items: center;
    font-family: Playfair Display, serif;
    font-size: 20px;
    font-weight: 900;
    color: #0bd7ca
}

.header .topLine__logo:before {
    content: "";
    display: block;
    width: 33px;
    height: 36px;
    margin-right: 4px;
    mask-image: url("/assets/images/logo.svg");
    -webkit-mask-image: url("/assets/images/logo.svg");
    background-color: #0bd7ca
}

.header .topLine__menu {
    display: flex;
    list-style: none;
    flex-grow: 1;
    margin: 0 40px
}

.header .topLine__menu a {
    color: #fff;
    font-family: Rubik, serif;
    font-weight: 400;
    font-size: 16px
}

.header .topLine__menu li {
    white-space: nowrap
}

.header .topLine__menu li:not(:last-child) {
    margin-right: 28px
}

.header .topLine__phoneNumber {
    color: #fff;
    font-family: Rubik, serif;
    font-weight: 500;
    font-size: 18px;
    margin: 0 24px;
    white-space: nowrap
}

.paperTypes {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-top: 48px
}

.paperTypes__list {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1116px;
    border-top: none;
    border-bottom: 1px solid #eceff4
}

.paperTypes__list:first-of-type {
    margin-top: 88px
}

.paperTypes__list .paperType {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 33.33%;
    padding: 48px 40px;
    box-sizing: border-box
}

.paperTypes__list .paperType:hover {
    box-shadow: 0 10px 36px #eceff4
}

.paperTypes__list .paperType:not(:last-child) {
    border-right: 1px solid #eceff4
}

.paperTypes__list .paperType:before {
    content: "";
    width: 100%;
    height: 85px;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-position: 50%
}

.paperTypes__list .paperType--APL:before {
    background-image: url("/assets/images/APL.png")
}

.paperTypes__list .paperType--HTML:before {
    background-image: url("/assets/images/HTML.png")
}

.paperTypes__list .paperType--PHP:before {
    background-image: url("/assets/images/PHP.png")
}

.paperTypes__list .paperType--SQL:before {
    background-image: url("/assets/images/SQL.png")
}

.paperTypes__list .paperType--JAVA:before {
    background-image: url("/assets/images/JAVA.png")
}

.paperTypes__list .paperType--C:before {
    background-image: url("/assets/images/C.png")
}

.paperTypes__list .paperType__name {
    margin: 8px 0;
    font-family: Rubik, Sans-Serif;
    font-size: 16px;
    font-weight: 400
}

.paperTypes__list .paperType__description {
    color: #9dadc3;
    text-align: center;
    font-family: Rubik, Sans-Serif;
    font-size: 15px;
    font-weight: 300
}

.paperTypes__list + .paperTypes__list {
    border-bottom: none
}

.how {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-top: 160px;
    margin-bottom: 80px
}

.how__steps {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1012px;
    list-style: none;
    margin: 0;
    padding: 0
}

.how .step {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    padding: 32px
}

.how .step__image {
    width: 160px;
    height: 126px;
    position: relative;
    background-repeat: no-repeat;
    background-position: 100%
}

.how .step--place .step__image {
    background-image: url("/assets/images/how-place.svg")
}

.how .step--pay .step__image {
    background-image: url("/assets/images/how-pay.svg")
}

.how .step--collaborate .step__image {
    background-image: url("/assets/images/how-collaborate.svg")
}

.how .step:not(:last-child):before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    left: calc(100% - 32px - 12px);
    background-repeat: no-repeat;
    background-size: contain
}

.how .step:nth-child(2n):before {
    background-image: url("/assets/images/how-arrow-1.svg");
    top: 50%
}

.how .step:nth-child(odd):before {
    background-image: url("/assets/images/how-arrow-2.svg");
    top: calc(50% - 50px)
}

.how .step__name {
    margin: 16px 0;
    font-family: Rubik, Sans-Serif;
    font-size: 16px;
    font-weight: 400
}

.features {
    background-color: #19236e;
    background-image: url("/assets/images/bg-middle-1.png");
    background-repeat: no-repeat;
    background-position-x: 20%;
    background-position-y: 100%;
    padding: 40px 0;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    box-sizing: border-box
}

.features .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1116px
}

.features__h {
    flex-shrink: 0
}

.features__h h1 {
    text-align: left
}

.features__list {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    box-sizing: border-box;
    flex-grow: 1;
    max-width: 736px;
    margin: 0;
    padding: 24px 0
}

.feature {
    box-sizing: border-box;
    width: calc(50% - 40px);
    border-radius: 3px;
    padding: 24px;
    margin: 20px 20px 0;
    position: relative;
    overflow: hidden;
    cursor: default
}

.feature:hover .feature__name {
    color: #fff
}

.feature:before {
    content: "";
    display: block;
    background-color: #0bd7ca;
    transition: all .5s ease-in-out;
    position: absolute;
    width: 0;
    height: 0;
    top: 40px;
    left: 40px;
    border-radius: 50%;
    animation: collapseBackground .5s ease-in-out
}

.feature:hover:before {
    cursor: default;
    width: 1024px;
    height: 1024px;
    top: -492px;
    left: -492px
}

.feature:hover:before .feature__name {
    color: #fff
}

.feature__name {
    transition: color .5s ease-in-out;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    position: relative;
    color: #0bd7ca;
    margin-bottom: 12px;
    font-family: Rubik, Sans-Serif;
    font-size: 16px;
    font-weight: 400
}

.feature__name:before {
    content: "";
    transition: all .5s ease-in-out;
    display: block;
    width: 36px;
    height: 36px;
    margin: 0 4px;
    background-color: #0bd7ca;
    background-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: left center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: left center
}

.feature:hover .feature__name:before {
    background-color: #fff
}

.feature--prices .feature__name:before {
    mask-image: url("/assets/images/feature-prices.svg");
    -webkit-mask-image: url("/assets/images/feature-prices.svg")
}

.feature--plagiarism .feature__name:before {
    mask-image: url("/assets/images/feature-plagiarism.svg");
    -webkit-mask-image: url("/assets/images/feature-plagiarism.svg")
}

.feature--moneyback .feature__name:before {
    mask-image: url("/assets/images/feature-moneyback.svg");
    -webkit-mask-image: url("/assets/images/feature-moneyback.svg")
}

.feature--experts .feature__name:before {
    mask-image: url("/assets/images/feature-experts.svg");
    -webkit-mask-image: url("/assets/images/feature-experts.svg")
}

.feature__description {
    position: relative;
    color: #fff;
    font-family: Rubik, Sans-Serif;
    font-size: 15px;
    font-weight: 300
}

.experts {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-bottom: 48px
}

.experts .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 32px;
    max-width: 1124px
}

.expert {
    box-sizing: border-box;
    align-content: stretch;
    width: 49%;
    padding: 0 48px 24px;
    box-shadow: 0 5px 21px rgba(216, 221, 236, .48)
}

.expert, .expert__avatar {
    display: flex;
    flex-flow: column nowrap;
    align-items: center
}

.expert__avatar {
    margin: 52px 0
}

.expert__bio {
    text-align: center;
    color: #9dadc3;
    line-height: 24px;
    margin-bottom: 24px;
    font-family: Rubik, Sans-Serif;
    font-size: 15px;
    font-weight: 300
}

.expert__delimeter {
    margin: auto 0 24px;
    width: 75%;
    height: 1px;
    background-color: #eceff4
}

.expert__signature {
    display: flex;
    flex-flow: column nowrap;
    align-items: center
}

.expert__name {
    font-family: Playfair Display, Sans-Serif;
    font-size: 20px;
    font-weight: 700
}

.expert__specialization {
    color: #9dadc3;
    font-family: Rubik, Sans-Serif;
    font-size: 13px;
    font-weight: 400
}

.rush {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    box-sizing: border-box;
    padding: 20px 0 50px
}

.rush--purple {
    background: url("/assets/images/bg-head-ask-right.svg") -20px -20px no-repeat, url("/assets/images/bg-head-ask-left.svg") 112% -128px no-repeat;
    background-color: #4142a9
}

.rush .form {
    margin-top: 40px;
    width: 100%;
    max-width: 924px;
    border: 1px solid #eceff4
}

.reviews {
    flex-flow: column nowrap;
    box-sizing: border-box;
    padding: 32px 0;
    background: url("/assets/images/bg-head-dots-right.svg") -85px 23px no-repeat, url("/assets/images/bg-head-dots-left.svg") 112% -128px no-repeat;
    background-color: #0bd7ca
}

.reviews, .reviews__clients {
    display: flex;
    align-items: center
}

.reviews__clients {
    flex-flow: row nowrap;
    justify-content: space-between;
    width: 100%;
    max-width: 764px;
    height: 80px
}

.reviews .arrow {
    cursor: pointer
}

.reviews .arrow:before {
    content: "";
    display: block;
    width: 33px;
    height: 25px;
    background-image: url("/assets/images/arrow-right.png")
}

.reviews .arrow--left:before {
    transform: rotate(180deg)
}

.review {
    background-color: #fff;
    align-items: center;
    box-sizing: border-box;
    flex-flow: row nowrap;
    position: relative;
    display: flex;
    border-radius: 3px;
    line-height: 24px;
    margin: 48px 0 36px;
    max-width: 926px;
    padding: 24px;
    color: #9dadc3;
    width: 100%;
    font-family: Rubik, Sans-Serif;
    font-size: 15px;
    font-weight: 300
}

.review__quote {
    position: relative;
    height: 24px;
    width: 124px;
    flex-shrink: 0
}

.review__quote:before {
    content: "\201D";
    position: absolute;
    top: 24px;
    display: block;
    color: #eceff4;
    margin: 0 24px;
    font-family: Playfair Display;
    font-size: 140px;
    font-weight: 900
}

.review:after {
    content: "";
    display: block;
    background-color: transparent;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #fff;
    top: 100%;
    left: calc(50% - 14px)
}

.client {
    display: flex !important;
    flex-flow: row nowrap;
    align-items: center
}

.client img {
    width: 60px;
    transition: all .1s linear
}

.client[active=true] img {
    width: 80px
}

.client__signature {
    display: flex;
    flex-flow: column nowrap;
    margin-left: 10px
}

.client__name {
    color: #fff;
    font-size: 20px;
    font-family: Playfair Display, Sans-Serif;
    font-weight: 700
}

.client__specialization {
    color: #fff;
    font-family: Rubik, Sans-Serif;
    font-size: 13px;
    font-weight: 400
}

.faq {
    align-items: center
}

.faq, .faq__list {
    display: flex;
    flex-flow: column nowrap
}

.faq__list {
    margin-top: 40px;
    box-sizing: border-box;
    width: 100%;
    max-width: 926px
}

.faq__block {
    padding: 24px 20px;
    box-shadow: 0 5px 18px rgba(76, 95, 121, .11)
}

.faq__block:not(:last-child) {
    margin-bottom: 20px
}

.faq__answer {
    margin-top: 16px;
    color: #9dadc3;
    font-family: Rubik, Sans-Serif;
    font-size: 15px;
    font-weight: 300
}

.faq__collapse {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer
}

.faq__arrowDown {
    width: 6px;
    height: 6px;
    transform: rotate(225deg);
    transition: all .2s linear;
    border-top: 2px solid #333;
    border-left: 2px solid #333
}

.press {
    flex-flow: column nowrap;
    box-sizing: border-box;
    padding: 80px 0
}

.press, .press__list {
    display: flex;
    align-items: center
}

.press__list {
    flex-flow: row nowrap;
    justify-content: space-between;
    margin-top: 40px;
    width: 100%;
    max-width: 926px
}

.footer {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    box-sizing: border-box;
    padding: 36px 0
}

.footer__wrapper {
    justify-content: space-between;
    width: 100%;
    max-width: 1116px
}

.footer__accept, .footer__wrapper {
    display: flex;
    flex-flow: row nowrap
}

.footer__accept {
    align-items: center;
    color: #333;
    font-family: Rubik, Sans-Serif;
    font-size: 15px;
    font-weight: 400
}

.footer__accept > :not(:last-child) {
    margin-right: 20px
}
