@charset "UTF-8";
@font-face {
    font-family: "Westmeath";
    src: url("../font/Westmeath.eot?") format("eot"), url("../font/Westmeath.woff2") format("woff2"), url("../font/Westmeath.woff") format("woff"), url("../font/Westmeath.ttf") format("truetype"), url("../font/Westmeath.svg#Westmeath") format("svg");
}

@font-face {
    font-family: "OpenSans-Semibold";
    src: url("../font/OpenSans-Semibold.eot?") format("eot"), url("../font/OpenSans-Semibold.woff2") format("woff2"), url("../font/OpenSans-Semibold.woff") format("woff"), url("../font/OpenSans-Semibold.ttf") format("truetype"), url("../font/OpenSans-Semibold.svg#OpenSans-Semibold") format("svg");
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url("../font/OpenSans-Bold.eot?") format("eot"), url("../font/OpenSans-Bold.woff2") format("woff2"), url("../font/OpenSans-Bold.woff") format("woff"), url("../font/OpenSans-Bold.ttf") format("truetype"), url("../font/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
}

@font-face {
    font-family: "OpenSans";
    src: url("../font/OpenSans.eot?") format("eot"), url("../font/OpenSans.woff2") format("woff2"), url("../font/OpenSans.woff") format("woff"), url("../font/OpenSans.ttf") format("truetype"), url("../font/OpenSans.svg#OpenSans") format("svg");
}

@font-face {
    font-family: "Montserrat";
    src: url("../font/Montserrat.eot?") format("eot"), url("../font/Montserrat.woff2") format("woff2"), url("../font/Montserrat.woff") format("woff"), url("../font/Montserrat.ttf") format("truetype"), url("../font/Montserrat.svg#Montserrat") format("svg");
}

@font-face {
    font-family: 'Avenir';
    src: url("../font/Avenir-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url("../font/Avenir-Light.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url("../font/Avenir-Book.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url("../font/Avenir-Black.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url("../font/Avenir-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url("../font/Avenir-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

* {
    text-decoration: none;
}

html, body {
    margin: 0;
}

body {
    display: flex;
    flex-flow: column nowrap;
    min-width: 320px;
}

select, button {
    padding: 1px 0px;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

span.promocode-text {
    color: #ffffff;
    font-family: "OpenSans";
    font-size: 1em;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0.32px;
}

a.promocode-link {
    color: #5fd1b3;
    letter-spacing: 0.32px;
    text-decoration: none;
    border-bottom: 1px dashed #5fd1b3;
}

.u-centered {
    text-align: center;
}

.u-subheading {
    color: #ffffff;
    font-family: "OpenSans";
    font-size: 1.25em;
    font-weight: 400;
    line-height: 30px;
}

.u-email {
    border-bottom: 1px dashed;
    text-decoration: none;
}

.u-email--light {
    border-color: #fff;
}

.u-email--sky {
    border-color: #5fd1b3;
}

.u-email--dark {
    border-color: #000;
}

.m-header {
    min-height: 660px;
    display: flex;
    position: relative;
    flex-flow: column nowrap;
    align-content: center;
    background-image: url(../image/header-bg.png);
    background-size: cover;
}

.m-header::after {
    content: '';
    display: block;
    background: url(../image/navigation-light.png) no-repeat;
    height: 30px;
    position: absolute;
    bottom: 0px;
    left: calc(50% - 66px);
    width: 112px;
}

.m-header__container {
    box-sizing: border-box;
    position: relative;
    padding: 0 25px;
    margin: 0 auto 30px;
    width: 100%;
}

.m-header__headerLine {
    height: 48px;
    width: 56%;
    margin: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding-top: 17px;
}

.m-header__logo {
    display: flex;
    flex-flow: column nowrap;
    text-decoration: none;
}

.m-header__logoMain {
    color: #ffffff;
    font-family: 'Westmeath';
    font-size: 1.4375em;
    font-style: italic;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.92px;
}

.m-header__logoDesc {
    color: #ffffff;
    font-family: 'Westmeath';
    font-size: 1em;
    font-style: italic;
    line-height: 22px;
    letter-spacing: 0.64px;
}

.m-header__contacts {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
}

.m-header__phoneNumber {
    color: #ffffff;
    font-family: 'OpenSans-Semibold';
    font-size: 1.5em;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.48px;
}

.m-header__email {
    color: #ffffff;
    font-family: 'OpenSans-Semibold';
    font-size: 0.875em;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.28px;
    padding: 10px 0 0;
}

.m-header .u-heading {
    color: #ffffff;
    font-family: "OpenSans";
    font-size: 3em;
    font-weight: 700;
    line-height: 54px;
}

.m-header .u-subheading {
    color: #ffffff;
    font-family: "OpenSans";
    font-size: 0.9375em;
    font-weight: 400;
    line-height: 30px;
}

/*
  Sticky header
*/
.m-header__stickyButton {
    color: #ffffff;
    background-color: #5fd1b3;
    line-height: 50px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    width: 183px;
    margin: auto;
}

.m-header__headerLine--sticky {
    height: 50px;
    width: 100%;
}

.m-header--sticky {
    display: none;
    position: fixed;
    z-index: 10;
    width: 100%;
    background: #493798;
}

.m-header__headerLine--sticky {
    height: 70px;
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
}

.m-header__logo--sticky {
    width: 255px;
    height: 45px;
}

.m-header__logoMain--sticky {
    color: #ffffff;
    font-family: 'Westmeath';
    font-size: 1.4375em;
    font-style: italic;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.92px;
}

.m-header__logoDesc--sticky {
    color: #ffffff;
    font-family: 'Westmeath';
    font-size: 1em;
    font-style: italic;
    line-height: 22px;
    letter-spacing: 0.64px;
}

.m-header__button--sticky {
    width: 135px;
}

.m-header__buttonInput--sticky {
    color: #ffffff;
    background-color: #5fd1b3;
    line-height: 50px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    width: 183px;
    margin: auto;
}

.m-priceForm {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}

.m-priceForm__email {
    width: 45%;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    margin: 7px 0 0 7px;
    box-sizing: border-box;
}

.m-priceForm__title {
    width: 92%;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}

.m-priceForm__pagesInput {
    display: block;
    border: none;
    width: 100%;
    line-height: 50px;
    font-size: 1.125em;
    font-weight: 400;
    border-radius: 4px;
    padding: 0px 6px;
    box-sizing: border-box;
}

.m-priceForm__input {
    display: block;
    border: none;
    width: 100%;
    line-height: 50px;
    font-size: 1.125em;
    font-weight: 400;
    border-radius: 4px;
    padding: 0px 6px;
    box-sizing: border-box;
}

.m-priceForm__type {
    width: 45%;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    margin: 7px 0 0 0;
}

.m-priceForm__typeSelect {
    display: block;
    line-height: 50px;
    color: #b7b7b7;
    width: 100%;
    font-size: 1.125em;
    font-weight: 400;
    border: none;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAICAYAAAAiJnXPAAABEklEQVQYV22RsUoDURBFz32JhZWVYOUPWPsJWoSoCIJoLK12bd1sAmlkk6yxkizaCUJMY6FYWIkIYmlvY2PhB6iRoPiebEgkRqe7wz3DzB0BeGF9tmvNw1Gj+Jrq/8oPo2WcWZsc/9iQF9bn5ewZ6DGLye/vhk+jkBfUViTXBsYcnMsPay2cK/SNz1Zm8TAu3Q/ArTBadU4tIAu8G9klgUvBKo5S39iR03rSKF94QVSQdAxkgI5k80lcudFgoh9WN3EcpCsAX4ITB+kGKfBmrHLNvfJt6v+BUuEH1TnEKTAxdNeLjHJJvXw36P2CemBxZwYyl8A00DWyC824cjUczh+o94LtxpTMZ1uyURJXrkfT/AYZrFdQzsyM4QAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px 6px;
    box-sizing: border-box;
}

.m-priceForm__button {
    order: 4;
    width: 92%;
    border-radius: 4px;
    margin: 7px 0 0;
    box-sizing: border-box;
}

.m-priceForm__buttonBtn {
    display: block;
    border: none;
    width: 100%;
    line-height: 50px;
    font-size: 1.125em;
    font-weight: 400;
    border-radius: 4px;
    padding: 0px 6px;
    box-sizing: border-box;
    background-color: #5fd1b3;
    box-shadow: 0 8px 18px 2px rgba(95, 209, 179, 0.5);
    color: #fff;
}

@media (max-width: 768px) {
    .m-header__form--head {
        display: none !important;
    }

    .m-header__form--head:before {
        display: none;
    }

    .m-priceForm {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-around;
        padding: unset;
        margin: auto;
        background-color: unset;
        border-radius: 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .m-header__promoCoupon {
        display: none;
    }

    .m-priceForm__title, .m-priceForm__pages {
        width: 92%;
        margin: 7px 0px 7px 0px;
    }
}

.m-header__content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 100px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;
}

.m-header__note h4 {
    font-size: 16px;
    text-transform: uppercase;
}

.m-header__content_note {
    justify-content: space-between;
    margin-bottom: 40px;
    margin-top: 40px;
    padding: 0 10px;
}

.m-header__note {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 14px;
    min-width: 290px;
    margin: 0 20px;
    font-family: "OpenSans", sans-serif;
}

.m-header__justification {
    margin-left: 20px;
}

.icon-payment {
    min-width: 67px;
    max-width: 67px;
    min-height: 74px;
    max-height: 74px;
}
.icon-offer {
    min-width: 60px;
    max-width: 60px;
    min-height: 70px;
    max-height: 70px;
}

.icon-payment {
    background: url("/assets/1/image/pay.svg") no-repeat center/contain;
}

.icon-offer {
    background: url("/assets/1/image/hands.svg") no-repeat center/contain;

}

.m-header__info {
    position: relative;
    height: 343px;
    width: 70%;
    min-width: 319px;
    margin: 0 20px 0 0;
    text-align: center;
    font-size: 1.05em;
    font-weight: 700;
    line-height: 40px;
}

.m-header__form {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    min-width: 400px;
    padding: 0 0 20px;
}

.m-header__form--head:before {
    content: '';
    display: block;
    width: 105px;
    height: 94px;
    position: absolute;
    background: url(../image/header__form--livre.png) no-repeat;
    margin: -17px 0 0 -3px;
}

.m-header__form--head {
    display: block;
    color: #362075;
    font-family: "OpenSans-Bold";
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0.48px;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 0;
    width: 100%;
}

.m-header__promoCoupon {
    margin-top: 20px;
}

.m-header__promoCoupon--text {
    color: #151515;
    font-family: "OpenSans";
    font-size: 1em;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.32px;
}

.m-header__promoCoupon--link {
    color: #5fd1b3;
    letter-spacing: 0.32px;
    text-decoration: none;
    border-bottom: 1px dashed #5fd1b3;
}

.m-header .u-heading {
    font-size: 1.29em !important;
    font-family: "OpenSans-Bold";
    white-space: nowrap;
}

.m-header__info p {
    text-align: justify;
}

.m-header__info--mobile {
    color: #ffffff;
    font-family: "OpenSans";
    font-size: 1.3em;
    font-weight: 700;
    line-height: 42px;
    display: none;
}

@media (max-width: 768px) {
    .m-priceForm__type {
        width: 92%;
        border-radius: 4px;
        border: 1px solid #e8e8e8;
        margin: unset;
    }

    .m-priceForm__email {
        width: 92%;
        border-radius: 4px;
        border: 1px solid #e8e8e8;
        margin: 7px;
        box-sizing: border-box;
    }

    .m-header__container {
        padding: unset;
        min-width: 320px;
        min-height: 570px;
    }

    .m-header {
        background-position: center;
        background: #5e398f;
    }

    .m-header__headerLine {
        width: auto;
        margin: 20px;
        padding: unset;
    }

    .m-header__contacts {
        display: none;
    }

    .m-header__info {
        position: relative;
        width: 73%;
        margin: unset;
        height: auto;
        text-align: center;
        font-size: 1.25em;
        font-weight: 700;
        line-height: 20px;
        order: 2;
    }

    .m-header__info p {
        font-size: 0.8em !important;
        line-height: 27px;
    }

    .m-header--sticky {
        display: none !important;
    }

    .m-header__form {
        margin: unset;
        width: 100%;
        background: unset;
        min-width: unset;
        order: 1;
    }

    .m-header__content {
        width: 100%;
        min-width: 320px;
        margin: unset;
        flex-flow: row wrap;
    }

    .m-header .u-heading {
        white-space: unset;
        line-height: unset;
    }

    .m-header__info--mobile {
        display: block;
    }
}

.m-customers {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.m-customers:before {
    content: 'TRABALHOS ACADÊMICOS';
    font-family: 'Westmeath';
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    height: 591px;
    word-spacing: 180px;
    color: #362075;
    font-size: 13.5em;
    padding-top: 110px;
    font-style: italic;
    line-height: 226.23px;
    text-transform: uppercase;
    letter-spacing: 0.92px;
    opacity: 0.04;
    overflow: hidden;
}

.m-customers__heading {
    margin: 50px 0px;
    font-family: "OpenSans";
    font-size: 1.25em;
    font-weight: 700;
    line-height: 16.54px;
    text-transform: uppercase;
    letter-spacing: 0.77px;
    color: #362075;
}

.m-customers__heading .u-subheading {
    color: #5fd1b3;
    font-size: 1em;
    font-weight: 700;
}

.m-customers__slider {
    width: 100%;
    max-width: 600px;
    height: 300px;
    margin: 7em;
}

.m-customers__slider:before {
    content: '“';
    display: block;
    position: absolute;
    color: #362075;
    font-family: 'Montserrat';
    font-size: 15.375em;
    font-weight: 700;
    line-height: 98.36px;
}

.m-customers__sliderBody {
    height: 100%;
    background: #fff;
}

.m-customers__reviewSample {
    height: 300px;
    display: flex;
    flex-flow: column nowrap;
}

.m-customers__avatar {
    width: 84px;
    height: 84px;
    margin: 5px auto;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.m-customers__avatar--1 {
    background: url("../image/reviewer-avatars.png") -252px 0px;
}

.m-customers__avatar--2 {
    background: url("../image/reviewer-avatars.png") -168px 0px;
}

.m-customers__avatar--3 {
    background: url("../image/reviewer-avatars.png") -84px 0px;
}

.m-customers__personalInfo {
    display: flex;
    text-align: center;
    flex-flow: column nowrap;
}

.m-customers__personalInfo--name {
    color: #151515;
    font-family: "OpenSans";
    font-size: 1em;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    letter-spacing: 0.32px;
}

.m-customers__personalInfo--theme {
    color: #8c8c8c;
    font-family: "OpenSans";
    font-size: 0.875em;
    font-weight: 400;
    line-height: 20px;
}

.m-customers__review {
    text-align: center;
}

.m-customers__review--text {
    color: #333333;
    font-family: "OpenSans";
    font-size: 16px;
    font-weight: 400;
}

/*
  Slick settings
*/
.slick-prev:before, .slick-next:before {
    content: '';
    width: 38px;
    height: 28px;
    display: block;
    background: url("../image/customers__navigationArrow.png") no-repeat;
}

.slick-prev:before {
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slick-prev {
    left: -50px;
}

.slick-slider {
    height: 100%;
    background: #fff;
}

@media (max-width: 768px) {
    .slick-prev:before, .slick-next:before {
        display: none;
    }

    .m-customers__sliderBody .slick-next {
        right: unset;
    }
}

.m-features {
    display: flex;
    flex-flow: column nowrap;
    align-content: center;
    align-items: center;
    height: 780px;
    overflow: hidden;
    background-image: url(../image/features-background.png);
    background-position: left top;
    background-size: cover;
}

.m-features__heading {
    color: #ffffff;
    font-family: "OpenSans";
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    margin: 24px 0px;
    width: 492px;
}

.m-features__heading .u-subheading {
    color: #5fd1b3;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

/*
  Radial menu styles;
*/
.m-features__circle {
    margin: 80px;
}

.m-features__circleCenter {
    position: absolute;
    z-index: 1;
    margin: 4.7em 5em 5em 5.3em;
    width: 16em;
    height: 16em;
    border-radius: 50%;
    background: none;
    cursor: pointer;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    overflow: hidden;
    background-color: #873d7f;
    /* Fallback Color */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#493798), to(#873d7f));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #493798, #873d7f);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #493798, #873d7f);
    /* FF3.6 */
    background-image: -ms-linear-gradient(top, #493798, #873d7f);
    /* IE10 */
    background-image: -o-linear-gradient(top, #493798, #873d7f);
    /* Opera 11.10+ */
    background-image: linear-gradient(top, #493798, #873d7f);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='$fromColor', EndColorStr='$toColor');
}

.m-features__list {
    width: 27em;
    height: 27em;
    border-radius: 50%;
    background: transparent;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0.3s;
    -khtml-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -ms-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
    -webkit-transform: scale(0.1);
    -khtml-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
}

/*cover to prevent extra space of anchors from being clickable*/
.m-features__list:after {
    content: ".";
    display: block;
    font-size: 2em;
    width: 6.2em;
    height: 6.2em;
    position: absolute;
    left: 50%;
    margin-left: -3.1em;
    top: 50%;
    margin-top: -3.1em;
    border-radius: 50%;
    z-index: 10;
    color: transparent;
}

.m-features__list {
    border-radius: 50%;
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.m-features__list ul {
    position: relative;
    list-style: none;
    margin: 0;
}

.m-features__list li {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: hidden;
    margin-top: -7.6em;
    margin-left: -16.2em;
    width: 16em;
    height: 16em;
    font-size: 1.5em;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    transform-origin: 100.5% 100.5%;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(60deg) skew(39deg);
    -khtml-transform: rotate(60deg) skew(39deg);
    -moz-transform: rotate(60deg) skew(39deg);
    -ms-transform: rotate(60deg) skew(39deg);
    -o-transform: rotate(60deg) skew(39deg);
    transform: rotate(60deg) skew(39deg);
}

.m-features__list li a {
    position: absolute;
    right: -7.25em;
    bottom: -7.25em;
    display: block;
    width: 14.5em;
    height: 14.5em;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1.2em;
    line-height: 2;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: auto;
    -webkit-transition: background 0.5s linear;
    -khtml-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
    -webkit-transform: skew(-30deg) rotate(-60deg) scale(1);
    -khtml-transform: skew(-30deg) rotate(-60deg) scale(1);
    -moz-transform: skew(-30deg) rotate(-60deg) scale(1);
    -ms-transform: skew(-30deg) rotate(-60deg) scale(1);
    -o-transform: skew(-30deg) rotate(-60deg) scale(1);
    transform: skew(-30deg) rotate(-60deg) scale(1);
}

.m-features__list li a span {
    position: relative;
    display: block;
    font-size: .5em;
    font-weight: 700;
    text-transform: uppercase;
    width: 60px;
    height: 60px;
    left: 43%;
    top: 14px;
}

.m-features__listItem:hover,
.m-features__listItem:active,
.m-features__listItem:focus {
    background: #5fd1b3;
    box-shadow: 0 0 30px #5fd1b3;
}

.m-features__listItem:hover span,
.m-features__listItem:active span,
.m-features__listItem:focus span {
    background: url("../image/features__sprite.png") -360px 0px;
}

.m-features__listItem:hover div,
.m-features__listItem:active div,
.m-features__listItem:focus div {
    color: #ffffff;
}

.m-features__list li a:focus {
    position: fixed;
    /* fix the displacement bug in webkit browsers when using tab key */
}

.m-features__list li {
    -webkit-transition: all 0.3s ease 0.3s;
    -khtml-transition: all 0.3s ease 0.3s;
    -moz-transition: all 0.3s ease 0.3s;
    -ms-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
}

.m-features__list li:first-child {
    -webkit-transform: rotate(0deg) skew(30deg);
    -khtml-transform: rotate(0deg) skew(30deg);
    -moz-transform: rotate(0deg) skew(30deg);
    -ms-transform: rotate(0deg) skew(30deg);
    -o-transform: rotate(0deg) skew(30deg);
    transform: rotate(0deg) skew(30deg);
}

.m-features__list li:nth-child(2) {
    -webkit-transform: rotate(60deg) skew(30deg);
    -khtml-transform: rotate(60deg) skew(30deg);
    -moz-transform: rotate(60deg) skew(30deg);
    -ms-transform: rotate(60deg) skew(30deg);
    -o-transform: rotate(60deg) skew(30deg);
    transform: rotate(60deg) skew(30deg);
}

.m-features__list li:nth-child(3) {
    -webkit-transform: rotate(120deg) skew(30deg);
    -khtml-transform: rotate(120deg) skew(30deg);
    -moz-transform: rotate(120deg) skew(30deg);
    -ms-transform: rotate(120deg) skew(30deg);
    -o-transform: rotate(120deg) skew(30deg);
    transform: rotate(120deg) skew(30deg);
}

.m-features__list li:nth-child(4) {
    -webkit-transform: rotate(180deg) skew(30deg);
    -khtml-transform: rotate(180deg) skew(30deg);
    -moz-transform: rotate(180deg) skew(30deg);
    -ms-transform: rotate(180deg) skew(30deg);
    -o-transform: rotate(180deg) skew(30deg);
    transform: rotate(180deg) skew(30deg);
}

.m-features__list li:nth-child(5) {
    -webkit-transform: rotate(240deg) skew(30deg);
    -khtml-transform: rotate(240deg) skew(30deg);
    -moz-transform: rotate(240deg) skew(30deg);
    -ms-transform: rotate(240deg) skew(30deg);
    -o-transform: rotate(240deg) skew(30deg);
    transform: rotate(240deg) skew(30deg);
}

.m-features__list li:nth-child(6) {
    -webkit-transform: rotate(300deg) skew(30deg);
    -khtml-transform: rotate(300deg) skew(30deg);
    -moz-transform: rotate(300deg) skew(30deg);
    -ms-transform: rotate(300deg) skew(30deg);
    -o-transform: rotate(300deg) skew(30deg);
    transform: rotate(300deg) skew(30deg);
}

.m-features__listItem--tag {
    color: #5fd1b3;
    font-family: "OpenSans";
    position: absolute;
    font-size: 15px;
    top: -163px;
    left: 41px;
    white-space: nowrap;
    -webkit-transform: rotate(60deg);
    -khtml-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.m-features__listItem--diamond {
    color: #5fd1b3;
    font-family: "OpenSans";
    position: absolute;
    font-size: 15px;
    top: -70px;
    left: 63px;
    white-space: nowrap;
    display: block;
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.m-features__listItem--shield {
    color: #5fd1b3;
    font-family: "OpenSans";
    position: absolute;
    font-size: 15px;
    top: -176px;
    left: 97px;
    display: block;
    -webkit-transform: rotate(-60deg);
    -khtml-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.m-features__listItem--idea {
    color: #5fd1b3;
    font-family: "OpenSans";
    position: absolute;
    font-size: 15px;
    top: -157px;
    left: 32px;
    display: block;
    -webkit-transform: rotate(240deg);
    -khtml-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg);
}

.m-features__listItem--diploma {
    color: #5fd1b3;
    font-family: "OpenSans";
    position: absolute;
    font-size: 15px;
    top: -67px;
    left: 66px;
    white-space: nowrap;
    display: block;
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.m-features__listItem--wallet {
    color: #5fd1b3;
    font-family: "OpenSans";
    position: absolute;
    font-size: 15px;
    white-space: nowrap;
    top: -165px;
    left: 143px;
    display: block;
    -webkit-transform: rotate(120deg);
    -khtml-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}

.tag {
    background: url("../image/features__sprite.png") -300px 0px;
    -webkit-transform: rotate(60deg);
    -khtml-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}

.diamond {
    background: url("../image/features__sprite.png") 0px 0px;
    -webkit-transform: rotate(0deg);
    -khtml-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.shield {
    background: url("../image/features__sprite.png") -60px 0px;
    -webkit-transform: rotate(-60deg);
    -khtml-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
}

.idea {
    background: url("../image/features__sprite.png") -120px 0px;
    -webkit-transform: rotate(240deg);
    -khtml-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -o-transform: rotate(240deg);
    transform: rotate(240deg);
}

.diploma {
    background: url("../image/features__sprite.png") -180px 0px;
    -webkit-transform: rotate(180deg);
    -khtml-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.wallet {
    background: url("../image/features__sprite.png") -240px 0px;
    -webkit-transform: rotate(120deg);
    -khtml-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
    transform: rotate(120deg);
}

.m-features__circleCenter--descText {
    text-align: center;
    width: 246px;
    height: 98px;
    color: #ffffff;
    font-family: "OpenSans-Semibold";
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
}

.m-features__circleCenter--descIcon {
    width: 60px;
    height: 60px;
    margin: 20px 0px 20px 5px;
}

.m-features__slider {
    visibility: hidden;
}

.m-features .slick-slider {
    height: unset;
    max-width: 70%;
}

.m-features__slide {
    width: 100%;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
    background: transparent;
}

.m-features .slick-slider {
    background: transparent;
}

.m-features__slide:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url("../image/features__sprite.png") no-repeat;
    margin: auto;
}

.m-features__slide--tag:before {
    background-position: -300px 0px;
}

.m-features__slide--diamond:before {
    background-position: 0px 0px;
}

.m-features__slide--shield:before {
    background-position: -60px 0px;
}

.m-features__slide--idea:before {
    background-position: -120px 0px;
}

.m-features__slide--diploma:before {
    background-position: -180px 0px;
}

.m-features__slide--wallet:before {
    background-position: -240px 0px;
}

.m-features__slideDescribe {
    text-align: center;
    color: #ffffff;
    font-family: "OpenSans-SemiBold";
}

.m-features__slideDescribe--head {
    font-size: 1em;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 0.32px;
}

.m-features__slideDescribe--text {
    font-size: 0.875em;
    font-weight: 400;
    line-height: 20px;
}

@media (max-width: 768px) {
    .m-features__circle {
        display: none;
    }

    .m-features {
        background-color: #873d7f;
        /* Fallback Color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#493798), to(#873d7f));
        /* Saf4+, Chrome */
        background-image: -webkit-linear-gradient(top, #493798, #873d7f);
        /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image: -moz-linear-gradient(top, #493798, #873d7f);
        /* FF3.6 */
        background-image: -ms-linear-gradient(top, #493798, #873d7f);
        /* IE10 */
        background-image: -o-linear-gradient(top, #493798, #873d7f);
        /* Opera 11.10+ */
        background-image: linear-gradient(top, #493798, #873d7f);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='$fromColor', EndColorStr='$toColor');
        height: 500px;
    }

    .m-features__heading {
        width: unset;
        max-width: 374px;
    }

    .m-features__slider {
        visibility: visible;
    }

    .m-features__slider .slick-prev:before, .m-features__slider .slick-next:before {
        visibility: visible;
    }
}

.m-footer {
    width: 100%;
    height: 300px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-around;
    background: #ecf2f7;
}

.m-footer__contacts {
    width: 650px;
    height: 180px;
    background: #fff;
    margin: -80px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.m-footer__contactMethods {
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    width: 100%;
}

.m-footer__contactMethod {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 60%;
    line-height: 30px;
    margin: 0 auto;
}

.m-footer__contactMethod span {
    margin: 15px 0px;
}

.m-footer__contactMethod--phone {
    color: #151515;
    font-family: "OpenSans-Semibold";
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: 0.48px;
}

.m-footer__contactMethod--phone:before {
    content: '';
    display: block;
    width: 52px;
    height: 52px;
    background: url(../image/footer__contactMethod--phone.png) no-repeat;
}

.m-footer__contactMethod--mail {
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
}

.m-footer__contactMethod--mail a {
    margin-top: 10px;
    color: #5fd1b3;
}

.m-footer__contactMethod--mail:before {
    content: '';
    display: block;
    width: 52px;
    height: 52px;
    background: url(../image/footer__contactMethod--mail.png) no-repeat;
}

.m-footer__contacts--info {
    color: #151515;
    font-family: "OpenSans";
    font-size: 0.72em;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.28px;
}

.m-footer__paymentMethods {
    display: flex;
    width: 100%;
    flex-flow: column;
    align-items: center;
    color: #151515;
    font-family: "OpenSans-Semibold";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.28px;
    margin-top: 90px;
}

.m-footer__paymentMethods:after {
    content: '';
    display: block;
    width: 486px;
    height: 34px;
    background: url("../image/m-footer__paymentMethods.png") no-repeat;
}

.m-footer__copyright {
    color: #8c8c8c;
    font-size: 0.9em;
    font-family: 'Avenir';
}

@media (max-width: 768px) {
    .m-footer__contactMethods {
        flex-flow: column nowrap;
    }

    .m-footer__contacts {
        height: 279px;
        width: auto;
        max-width: 320px;
    }

    .m-footer__paymentMethods:after {
        width: 268px;
        height: 95px;
        background: url("../image/m-footer__paymentMethods--mobile.png") no-repeat;
    }

    .m-footer__contactMethod--phone span {
        font-size: 0.92em;
    }
}

.m-orders {
    display: flex;
    flex-flow: column;
    align-items: center;
    background-color: #f3f3f1;
    padding: 0px 0px 60px 0px;
}

.m-orders__heading {
    color: #362075;
    font-family: "OpenSans";
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    text-align: center;
    margin: 35px 0px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.m-orders .u-subheading {
    color: #5fd1b3;
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
}

.m-orders__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    width: 640px;
}

.m-orders__item {
    width: 296px;
    margin: 12px 0px;
}

.m-orderBlock {
    display: flex;
    flex-flow: row nowrap;
}

.m-orderBlock.active .m-orderBlock__icon {
    background-color: #5fd1b3;
}

.m-orderBlock.active .m-orderBlock__title {
    color: #5fd1b3;
}

.m-orderBlock.active .m-orderBlock__price--value {
    color: #5fd1b3;
}

.m-orderBlock__icon {
    width: 90px;
    height: 90px;
    background-color: #823c76;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.m-orderBlock__info {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding-left: 10px;
}

.m-orderBlock__title {
    color: #362075;
    font-family: "OpenSans";
    font-size: 1em;
    font-weight: 700;
    line-height: 1.25em;
    text-transform: uppercase;
    letter-spacing: 0.32px;
}

.m-orderBlock__price {
    display: flex;
    flex-flow: row wrap;
}

.w-orderBlock__price {
    display: flex;
    flex-flow: row nowrap;
    margin: 2px 0px;
}

.w-orderBlock__price:before {
    content: '';
    display: block;
    background-image: url("../image/price-label-before.png");
    background-repeat: no-repeat;
    width: 4px;
    height: 27px;
}

.w-orderBlock__price:after {
    content: '';
    display: block;
    background-image: url("../image/price-label-after.png");
    background-repeat: no-repeat;
    width: 14px;
    height: 27px;
}

.m-orderBlock__price--value {
    font-family: "OpenSans";
    background-color: #e0e0e0;
    color: #362075;
    vertical-align: middle;
    line-height: 26px;
    height: 27px;
    white-space: nowrap;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
}

.m-orderBlock__price--tip {
    vertical-align: middle;
    line-height: 27px;
    color: #151515;
    font-family: "OpenSans";
    font-size: 1.0625em;
    font-weight: 400;
    padding-left: 4px;
}

.m-orderBlock__desc {
    color: #8c8c8c;
    font-family: "OpenSans";
    font-size: 0.875em;
    font-weight: 400;
}

.m-orderBlock__icon:after {
    content: '';
    display: block;
    position: relative;
    height: 90px;
    width: 90px;
    background-repeat: no-repeat;
}

.m-orderBlock__icon--term:after {
    background: url("../image/orders__sprite.png") 0px 0px;
}

.m-orderBlock__icon--essay:after {
    background: url("../image/orders__sprite.png") -90px 0px;
}

.m-orderBlock__icon--dissertation:after {
    background: url("../image/orders__sprite.png") -180px 0px;
}

.m-orderBlock__icon--research:after {
    background: url("../image/orders__sprite.png") -270px 0px;
}

.m-orderBlock__icon--reflective:after {
    background: url("../image/orders__sprite.png") -360px 0px;
}

.m-orderBlock__icon--writing:after {
    background: url("../image/orders__sprite.png") -450px 0px;
}

.m-orders__orderStack {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    margin-top: 111px;
}

.m-orders__orderStack:after {
    content: '';
    display: block;
    width: 94px;
    height: 7px;
    margin: 23px 0 0 -85px;
    box-shadow: 125px 0 36px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}

.m-orders__orderStack ul {
    list-style: none;
    transform: rotate(180deg);
    counter-reset: top-offset;
}

.m-orders__orderStack ul li {
    position: relative;
    margin-bottom: -193px;
}

.m-orders__stackSlice {
    position: relative;
    margin-bottom: 55px;
    width: 178px;
    height: 167px;
    border-radius: 10px;
    transform: rotate(-151deg) skew(-209deg);
    box-shadow: 10px 10px 17px rgba(0, 0, 0, 0.2);
    background: #823c76;
    display: flex;
}

.m-orders__orderStack ul li:first-child .m-orders__stackSlice {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.m-orders__stackSlice.active {
    background: #5fd1b3;
}

.m-orders__stackSlice--inside {
    border-radius: 10px;
    margin: auto;
    width: 90px;
    height: 90px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.m-orders__stackSlice--writing {
    background: url("../image/orders__sprite.png") 0px 0px;
}

.m-orders__stackSlice--reflective {
    background: url("../image/orders__sprite.png") -90px 0px;
}

.m-orders__stackSlice--research {
    background: url("../image/orders__sprite.png") -180px 0px;
}

.m-orders__stackSlice--dissertation {
    background: url("../image/orders__sprite.png") -270px 0px;
}

.m-orders__stackSlice--essay {
    background: url("../image/orders__sprite.png") -360px 0px;
}

.m-orders__stackSlice--term {
    background: url("../image/orders__sprite.png") -450px 0px;
}

.w-ordersContainer {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    width: 60%;
}

.m-orders__orderStack li.slideUp .m-orders__stackSlice--inside {
    display: none;
}

.m-orders__orderStack li.slideUp:nth-child(1) .m-orders__stackSlice {
    -webkit-animation: upMove6 0.3s linear forwards;
    animation: upMove6 0.3s linear forwards;
}

.m-orders__orderStack li.slideDown:nth-child(1) .m-orders__stackSlice {
    -webkit-animation: downMove6 0.3s linear forwards;
    animation: downMove6 0.3s linear forwards;
}

.m-orders__orderStack li.slideUp:nth-child(2) .m-orders__stackSlice {
    -webkit-animation: upMove5 0.3s linear forwards;
    animation: upMove5 0.3s linear forwards;
}

.m-orders__orderStack li.slideDown:nth-child(2) .m-orders__stackSlice {
    -webkit-animation: downMove5 0.3s linear forwards;
    animation: downMove5 0.3s linear forwards;
}

.m-orders__orderStack li.slideUp:nth-child(3) .m-orders__stackSlice {
    -webkit-animation: upMove4 0.3s linear forwards;
    animation: upMove4 0.3s linear forwards;
}

.m-orders__orderStack li.slideDown:nth-child(3) .m-orders__stackSlice {
    -webkit-animation: downMove4 0.3s linear forwards;
    animation: downMove4 0.3s linear forwards;
}

.m-orders__orderStack li.slideUp:nth-child(4) .m-orders__stackSlice {
    -webkit-animation: upMove3 0.3s linear forwards;
    animation: upMove3 0.3s linear forwards;
}

.m-orders__orderStack li.slideDown:nth-child(4) .m-orders__stackSlice {
    -webkit-animation: downMove3 0.3s linear forwards;
    animation: downMove3 0.3s linear forwards;
}

.m-orders__orderStack li.slideUp:nth-child(5) .m-orders__stackSlice {
    -webkit-animation: upMove2 0.3s linear forwards;
    animation: upMove2 0.3s linear forwards;
}

.m-orders__orderStack li.slideDown:nth-child(5) .m-orders__stackSlice {
    -webkit-animation: downMove2 0.3s linear forwards;
    animation: downMove2 0.3s linear forwards;
}

.m-orders__orderStack li.slideUp:nth-child(6) .m-orders__stackSlice {
    -webkit-animation: upMove1 0.3s linear forwards;
    animation: upMove1 0.3s linear forwards;
}

.m-orders__orderStack li.slideDown:nth-child(6) .m-orders__stackSlice {
    -webkit-animation: downMove1 0.3s linear forwards;
    animation: downMove1 0.3s linear forwards;
}

@keyframes upMove1 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0.1;
    }
}

@keyframes downMove1 {
    0% {
        opacity: 0.1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes upMove2 {
    0% {
        top: 0px;
        opacity: 1;
    }
    100% {
        top: 25px;
        opacity: 0.1;
    }
}

@keyframes downMove2 {
    0% {
        top: 25px;
        opacity: 0.1;
    }
    100% {
        top: 0px;
        opacity: 1;
    }
}

@keyframes upMove3 {
    0% {
        top: 0px;
        opacity: 1;
    }
    100% {
        top: 50px;
        opacity: 0.1;
    }
}

@keyframes downMove3 {
    0% {
        top: 50px;
        opacity: 0.1;
    }
    100% {
        top: 0px;
        opacity: 1;
    }
}

@keyframes upMove4 {
    0% {
        top: 0px;
        opacity: 1;
    }
    100% {
        top: 75px;
        opacity: 0.1;
    }
}

@keyframes downMove4 {
    0% {
        top: 75px;
        opacity: 0.1;
    }
    100% {
        top: 0px;
        opacity: 1;
    }
}

@keyframes upMove5 {
    0% {
        top: 0px;
        opacity: 1;
    }
    100% {
        top: 100px;
        opacity: 0.1;
    }
}

@keyframes downMove5 {
    0% {
        top: 100px;
        opacity: 0.1;
    }
    100% {
        top: 0px;
        opacity: 1;
    }
}

@keyframes upMove6 {
    0% {
        top: 0px;
    }
    100% {
        top: 125px;
    }
}

@keyframes downMove6 {
    0% {
        top: 125px;
    }
    100% {
        top: 0px;
    }
}

@media (max-width: 768px) {
    .m-orders__orderStack {
        display: none;
    }
}

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

.m-steps__name {
    color: #362075;
    font-family: 'OpenSans';
    font-size: 1.75em;
    font-weight: 700;
    text-align: center;
}

.m-steps__name .h-highlighted {
    color: #5fd1b3;
}

.m-steps__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.m-steps__listItem {
    width: 270px;
    margin: 0px 40px;
}

.m-steps__itemImage {
    background: #be9dc1 no-repeat;
    height: 54px;
    flex-basis: 54px;
    flex-grow: 0;
    flex-shrink: 0;
    background-position: center;
    border-radius: 27px;
}

.m-steps__itemName {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #362075;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    font-family: 'OpenSans';
}

.m-steps__itemText {
    margin: 10px 0px;
    font-family: "OpenSans";
    font-size: 14px;
    font-weight: 400;
    color: #151515;
}

.m-steps__itemImage--step1 {
    background-image: url(../image/small-clipboard.png);
}

.m-steps__itemImage--step2 {
    background-image: url(../image/small-pencil.png);
}

.m-steps__itemImage--step3 {
    background-image: url(../image/small-diploma-paper-roll.png);
}

.w-steps-listItem-header {
    display: flex;
    flex-flow: row;
    align-items: center;
}

@media (max-width: 768px) {
    .m-steps__listItem {
        margin: 0px 0px;
    }
}

.m-video {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-bottom: -10px;
    background-color: #f3f3f1;
}

.m-video__name {
    color: #362075;
    font-family: "OpenSans";
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.48px;
    width: 100%;
    background-color: white;
}

.m-video__name h2 {
    text-align: center;
}

.m-video__iframe {
    margin: 22px 0px 0px 110px;
    width: 422px;
    height: 264px;
}

.m-video__notebook-frame {
    background: url(../image/video-notebook-desktop.png) no-repeat;
    margin: auto;
    width: 639px;
    height: 511px;
}

.w-video-workspace {
    width: 100%;
    height: 361px;
    background: url(../image/workspace-background.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 70px;
}

.w-video-frame-background {
    height: 600px;
    width: 100%;
    background: url("../image/video-table.png") no-repeat;
    background-position: center;
}

@media (max-width: 768px) {
    .m-video {
        min-width: 320px;
    }

    .m-video__name h2 {
        font-size: 1.25em;
    }

    .w-video-workspace {
        background: unset;
        height: 236px;
        background-size: cover;
        background-position: center;
        margin-bottom: unset;
        overflow: hidden;
    }

    .m-video__notebook-frame {
        background: url(../image/video-notebook-mobile.png) no-repeat;
        width: 320px;
        height: 325px;
        margin: auto;
        background-size: contain;
    }

    .m-video__iframe {
        margin: 12px 0px 0px 49px;
        width: 219px;
        height: 136px;
    }
}

.m-offer {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    width: 100%;
    height: 350px;
    background: #5fd1b3;
}

.m-offer:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../image/navigation-dark.png) no-repeat;
    width: 113px;
    height: 32px;
    margin-top: -2px;
}

.w-offer {
    width: 100%;
    height: 350px;
    background: url(../image/offer-background-left.png) no-repeat;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.w-offer:before {
    content: '';
    display: block;
    width: 50%;
    height: 350px;
    background: url(../image/offer-background-right.png) no-repeat;
    position: absolute;
    right: 0;
    margin-top: 50px;
    z-index: 1;
}

.m-offer__heading {
    min-width: 320px;
    color: #ffffff;
    text-align: center;
    font-family: "OpenSans";
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.48px;
    margin: 50px 0px;
    z-index: 2;
}

.m-offer__heading .u-subheading {
    white-space: pre;
    color: #362075;
    font-weight: 700;
    letter-spacing: 0.48px;
}

.m-offer__button {
    color: #ffffff;
    background-color: #873d7f;
    box-shadow: 0 10px 35px 4px rgba(135, 61, 127, 0.68);
    line-height: 50px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    width: 183px;
    z-index: 2;
}

@media (max-width: 768px) {
    .w-offer {
        background: unset;
    }

    .w-offer:before {
        display: none;
    }
}

/* Стили попапа бонусных денег */

.m-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9997;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.75);
    animation: fadeIn .1s linear;
}

.m-popup__close {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.m-popup__wrapper {
    display: table;
    margin: 0 auto;
    z-index: 9999;
    height: 100%;
}

.m-popup__container {
    display: table-cell;
    vertical-align: middle;
    animation: zoomIn .15s ease-in-out;
}

.m-popup__container > * {
    margin: 50px auto;
}

.m-popup__window {
    box-sizing: border-box;
    position: relative;
    padding: 40px;
    background-color: #fff;
    border-radius: 6px;
}

.m-popup__window--560 {
    width: 560px;
}

.m-popup__closeCross {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 20px;
    top: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    color: #ddd;
    line-height: 0;
    cursor: pointer;
}

.m-popup__closeCross:hover {
    background: #ea7b73;
    color: #fff;
}

.m-popup__closeCross::before, .m-popup__closeCross::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 10px;
    width: 14px;
    border-bottom: 2px solid;
}

.m-popup__closeCross::before {
    transform: rotate(45deg);
}

.m-popup__closeCross::after {
    transform: rotate(-45deg);
}

.m-popup__headerIcon {
    height: 120px;
    line-height: 120px;
    font-size: 120px;
    color: #d4d4d4;
}

.m-discount {
    position: relative;
    max-width: 720px;
    min-height: 300px;
    margin: 20px;
    border: solid 2px #eaeaea;
    border-radius: 3px;
    font-family: 'Avenir';
    color: #66737f;
    background: white url("../image/10reals.png") 20px 30px no-repeat;
}

.m-discount__close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.m-discount__close::before, .m-discount__close::after {
    content: '';
    display: block;
    width: 15px;
    height: 3px;
    background-color: #ccc;
    transform: rotate(45deg);
    position: relative;
    left: 3px;
    top: 8px;
}

.m-discount__close::after {
    transform: rotate(-45deg);
    left: 3px;
    top: 5px;
}

.m-discount__title {
    padding-left: 320px;
    padding-top: 70px;
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 600;
}

.m-discount__description {
    padding-left: 320px;
    padding-right: 30px;
    margin-bottom: 50px;
    line-height: 24px;
}

.m-discount__footer {
    padding: 20px 0;
    background-color: #f3f3f3;
    text-align: center;
}

.m-discount__noThanks {
    background-color: #d4d4d4 !important;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .m-discount {
        background-position: 50% 20px;
    }

    .m-discount__title {
        padding: 0 20px;
        margin-top: 260px;
    }

    .m-discount__description {
        padding: 0 20px;
        margin: 20px 0;
    }
}

#discountPopup .checkPriceForm__submit {
    width: auto;
    padding: 15px 50px;
}

.checkPriceForm__close {
    display: none;
    border: none;
    box-shadow: none;
    background-color: transparent;
    position: absolute;
    top: 22px;
    right: 15px;
    width: 27px;
    height: 27px;
}

.no-translate .checkPriceForm__close {
    display: inline-block;
}

.checkPriceForm__close svg {
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    fill: #fff;
    stroke: white;
}

@media screen and (max-width: 1050px) {
    .checkPriceForm__close svg {
        stroke: black;
    }
}

.checkPriceForm__submit {
    border: none;
    box-shadow: none;
    background-color: #007ee5;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 15px 13px;
    margin-bottom: 0;
}

@media screen and (max-width: 1050px) {
    .checkPriceForm__submit {
        background-color: #144679;
        padding: 13px;
    }

    .is-sticky .checkPriceForm__submit {
        margin-bottom: 0;
    }
}

#discountPopup .checkPriceForm__submit {
    width: auto;
    padding: 15px 50px;
}

.checkPriceForm__close {
    display: none;
    border: none;
    box-shadow: none;
    background-color: transparent;
    position: absolute;
    top: 22px;
    right: 15px;
    width: 27px;
    height: 27px;
}

.no-translate .checkPriceForm__close {
    display: inline-block;
}

.checkPriceForm__close svg {
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    fill: #fff;
    stroke: white;
}

@media screen and (max-width: 1050px) {
    .checkPriceForm__close svg {
        stroke: black;
    }
}

/* END Стили попапа бонусных денег */