@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: 4em;
    font-weight: 700;
    line-height: 77px;
}

.m-header .u-subheading {
    color: #ffffff;
    font-family: "OpenSans";
    font-size: 1.5em;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
}

/*
  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: 1300px;
    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-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 {
        font-size: 2em;
        line-height: 36px;
    }

    .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 Стили попапа бонусных денег */

.subheading__bonus {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #ffffff;
    line-height: 26px;
    text-align: center;
    font-weight: 300;
}

.subheading__button {
    width: 362px;
    height: 80px;
    box-shadow: 0 3px 20px rgba(255, 176, 0, 0.8);
    border-radius: 4px;
    background-color: #ffb000;
    margin: 0 auto;
    display: block;
    border: 0;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
}

.modal__close {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.modal__close::after,
.modal__close::before {
    content: '';
    display: block;
    position: absolute;
    left: -webkit-calc(50% - 1px);
    left: -moz-calc(50% - 1px);
    left: calc(50% - 1px);
    top: -webkit-calc(50% - 12px);
    top: -moz-calc(50% - 12px);
    top: calc(50% - 12px);
    width: 3px;
    height: 24px;
    background-color: #65B0FF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal__close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.createOrder__heading {
    color: #361f75;
    font-family: "Open Sans", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    margin-bottom: 20px;
}

.createOrder__tip::before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23361f75' d='M11.812 0c6.523 0 11.813 5.289 11.813 11.812s-5.29 11.813-11.813 11.813C5.289 23.625 0 18.335 0 11.812 0 5.289 5.289 0 11.812 0zm2.656 17.48a3.557 3.557 0 0 1-.506.17c-.233.064-.44.097-.626.097-.391 0-.668-.066-.826-.194-.16-.129-.24-.373-.24-.728 0-.142.025-.352.074-.626.05-.275.105-.521.167-.736l.757-2.68c.073-.247.125-.516.151-.811.027-.294.041-.5.041-.617 0-.564-.199-1.023-.593-1.376-.397-.352-.961-.53-1.692-.53-.405 0-.834.072-1.29.218a18.94 18.94 0 0 0-1.429.521l-.2.828c.145-.056.323-.113.528-.176.207-.061.41-.09.605-.09.4 0 .67.066.813.201.14.135.212.375.212.717 0 .192-.022.403-.068.633-.046.228-.104.473-.171.731l-.761 2.688a8.284 8.284 0 0 0-.147.758 4.99 4.99 0 0 0-.045.659c0 .554.203 1.009.61 1.368.409.359.981.539 1.717.539.479 0 .9-.063 1.262-.189.362-.127.846-.308 1.455-.549zM14.14 7.429c.354-.328.53-.726.53-1.193 0-.465-.176-.865-.53-1.196a1.797 1.797 0 0 0-1.278-.497c-.498 0-.927.165-1.283.497-.354.331-.535.731-.535 1.196 0 .466.18.865.535 1.193.356.328.785.492 1.283.492.499 0 .924-.164 1.278-.492z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    max-width: 24px;
    min-width: 24px;
    min-height: 24px;
    mmax-height: 24px;
    margin-right: 10px;
}
.createOrder__tip {
    background-color: #ebe9f1;
    padding: 18px;
    color: #361f75;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    border-radius: 2px;
}

.createOrder__line {
    position: relative;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.createOrder__line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #d8d8d8;
}

.createOrder__line p {
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    padding: 5px 20px;
    color: #cbcbcb;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 26px;
    z-index: 2;
}

.createOrder__hide {
    /*нет реализации реги фейсбук гугл */
    display: none !important;
}

.createOrder__sing {
    display: flex;
    justify-content: space-between;
}

.createOrder__sing_el {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 168px;
    min-height: 50px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.createOrder__sing_facebook {
    background-color: #3b5998;
    color: #ffffff;
}

.createOrder__sing_facebook::before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='16' viewBox='0 0 8 16'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M7.699.003L5.779 0C3.625 0 2.232 1.546 2.232 3.938v1.815H.301C.136 5.753 0 5.9 0 6.08v2.63c0 .18.135.326.302.326H2.23v6.638c0 .18.135.326.302.326H5.05c.167 0 .302-.146.302-.326V9.036h2.255c.167 0 .302-.146.302-.326l.001-2.63a.34.34 0 0 0-.088-.231.29.29 0 0 0-.214-.096H5.352V4.214c0-.74.163-1.115 1.054-1.115h1.292c.167 0 .302-.147.302-.327V.33c0-.18-.135-.326-.301-.327'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 8px 16px;
    max-width: 8px;
    min-width: 8px;
    min-height: 16px;
    max-height: 16px;
    margin-right: 10px;
}

.createOrder__sing_google {
    border: 1px solid #f2f2f2;
}

.createOrder__sing_google::before {
    content: '';
    display: block;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fbbb00' d='M3.99 10.878l-.627 2.339-2.29.048A8.96 8.96 0 0 1 0 9c0-1.492.363-2.9 1.006-4.139l2.04.374.893 2.026a5.35 5.35 0 0 0-.29 1.74c.001.66.12 1.293.34 1.877z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23518ef8' d='M17.843 7.319a9.01 9.01 0 0 1-.04 3.56 8.998 8.998 0 0 1-3.168 5.14h-.001l-2.568-.132-.363-2.269a5.364 5.364 0 0 0 2.307-2.739H9.198V7.32z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%2328b446' d='M14.634 16.018A8.962 8.962 0 0 1 9 18a8.999 8.999 0 0 1-7.927-4.735l2.916-2.387a5.351 5.351 0 0 0 7.713 2.74z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23f14336' d='M14.745 2.072l-2.916 2.387a5.353 5.353 0 0 0-7.89 2.802l-2.932-2.4A8.998 8.998 0 0 1 9 0c2.184 0 4.186.778 5.745 2.072z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    max-width: 18px;
    min-width: 18px;
    min-height: 18px;
    max-height: 18px;
    margin-right: 10px;
}

.createOrder__input {
    border: 1px solid #cbcbcb;
    margin-top: 28px;
    padding: 15px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #333333;
}

.createOrder__button {
    width: 100%;
    height: 60px;
    box-shadow: 0 3px 20px rgba(255, 176, 0, 0.8);
    border-radius: 4px;
    background-color: #ffb000;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    border: 0;
}

.create-order__terms {
    text-align: center;
    margin-top: 20px;
}

.create-order__terms a {
    text-decoration: underline;
}

.bonus {
    display: flex;
    border-radius: 4px;
    justify-content: space-around;
    color: #361f75;
    background: #ffffff;
    min-width: 50%;
    position: relative;
}

.bonus__container {
    padding-left: 40px;
    padding-right: 40px;
}

.bonus__container_image {
    background-color: #5fd1b3;
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='314px' height='230px' viewBox='0 0 314 230' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch --%3E%3Ctitle%3E19-layers%3C/title%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='19-layers' transform='translate(157.000000, 115.000000) scale(-1, 1) translate(-157.000000, -115.000000) ' fill-rule='nonzero'%3E%3Cpath d='M63.518,6.933 C105.488,62.607 72.232,41.465 44.834,86.05 C29.028,112.468 25.764,150.994 43.101,176.237 C60.948,202.067 88.33,198.747 113.265,197.477 C128.327,196.71 139.139,186.816 148.874,172.213 C157.794,158.836 159.325,136.583 156.267,121.907 C151.677,99.013 141.819,78.086 125.501,63.997 C107.654,48.732 85.68,42.02 120.118,7.052 C116.546,5.97 112.884,3.116 109.302,3.705 C104.761,5.386 101.587,6.32 97.667,6.632 C96.011,6.764 89.841,1.052 88.307,0.739 C85.721,1.335 82.844,2.696 80.018,3.15 C75.113,3.938 69.516,4.565 64.164,4.123 C63.758,4.091 63.184,5.035 63.316,5.42 L63.518,6.933 Z' id='Shape' fill='%23E8BB6D'%3E%3C/path%3E%3Cpath d='M120.12,7.053 C116.548,5.97 112.717,2.469 109.304,3.706 C104.661,5.386 101.589,6.322 97.669,6.633' id='Shape' fill='%23E6C770'%3E%3C/path%3E%3Cg id='Group' opacity='0.1' transform='translate(42.000000, 64.000000)' fill='%23000000'%3E%3Cpath d='M114.158,57.959 C109.645,35.448 100.034,14.843 84.2,0.766 C93.383,13.379 99.403,28.816 102.702,45.269 C105.76,59.945 104.228,82.198 95.308,95.575 C85.574,110.177 74.762,120.072 59.699,120.839 C39.295,121.879 17.252,124.286 0.137,110.973 C0.42,111.411 0.697,111.857 0.993,112.288 C18.84,138.117 46.221,134.798 71.155,133.528 C86.219,132.76 97.03,122.866 106.765,108.264 C115.685,94.887 117.216,72.635 114.158,57.959' id='Shape'%3E%3C/path%3E%3C/g%3E%3Cg id='Group' opacity='0.1' transform='translate(95.000000, 3.000000)' fill='%23000000'%3E%3Cpath d='M14.436,0.702 C14.436,0.702 3.335,23.395 0.61,51.031 C0.61,51.031 -0.349,18.129 2.897,3.627 C2.744,3.707 4.954,3.371 7.917,2.811 C9.774,2.459 12.367,1.106 14.436,0.702' id='Shape'%3E%3C/path%3E%3C/g%3E%3Cg id='Group' opacity='0.1' transform='translate(80.000000, 0.000000)' fill='%23000000'%3E%3Cpath d='M0.052,3.27 C0.052,3.27 3.263,36.857 10.562,52.621 C10.562,52.621 3.935,14.282 8.305,0.741 C8.305,0.741 6.513,1.375 4.501,1.948 C3.338,2.287 1.165,2.568 0.052,3.269' id='Shape'%3E%3C/path%3E%3C/g%3E%3Cpath d='M104.966,131.87 C102.172,134.481 97.858,136.969 93.97,136.969 C91.42,136.969 88.26,135.514 88.26,132.539 C88.26,129.139 92.998,128.533 97.798,126.772 C102.537,125.012 107.335,122.281 107.335,114.875 C107.335,107.713 102.355,101.098 94.942,100.612 L94.942,93.267 L89.292,93.267 L89.292,100.612 C85.465,100.976 81.517,102.007 78.236,104.132 L82.732,112.934 C84.918,111.174 87.652,109.959 90.508,109.959 C93.181,109.959 95.672,110.931 95.672,113.359 C95.672,116.15 91.845,117.364 89.718,118.092 C82.793,120.399 76.535,122.949 76.535,131.385 C76.535,139.883 81.395,144.254 89.293,146.195 L89.293,153.782 L94.943,153.782 L94.943,146.56 C97.616,146.56 100.228,146.013 102.778,145.042 C105.331,144.072 107.942,142.918 109.948,141.036 L104.966,131.87 Z' id='Shape' fill='%23362C19'%3E%3C/path%3E%3Cpath d='M102.301,41.295 L83.766,42.367 C83.454954,42.3852504 83.1497978,42.2766167 82.9202555,42.0659202 C82.6907132,41.8552237 82.5563983,41.5604677 82.548,41.249 L82.518,40.157 C82.5001706,39.5344864 82.980302,39.0105054 83.602,38.974 L102.137,37.903 C102.448239,37.8847551 102.753601,37.9933307 102.983457,38.2039697 C103.213314,38.4146087 103.34807,38.7093543 103.357,39.021 L103.387,40.114 C103.403686,40.7364799 102.922693,41.2595479 102.301,41.295' id='Shape' fill='%234D3F24'%3E%3C/path%3E%3Cpath d='M103.241,44.452 L83.747,44.452 C83.1625208,44.4520003 82.6885519,43.978479 82.688,43.394 L82.688,42.739 C82.688,42.155 83.162,41.681 83.748,41.681 L103.24,41.681 C103.825,41.681 104.299,42.155 104.299,42.739 L104.299,43.394 C104.299,43.978 103.825,44.452 103.24,44.452' id='Shape' fill='%23362C19'%3E%3C/path%3E%3Cpath d='M79.629,68.188 C81.647,59.106 85.305,50.871 89.651,43.295 C89.956,42.53 89.275,42.32 88.511,42.014 L87.926,41.78 C87.1610922,41.4740418 86.2929184,41.845477 85.986,42.61 C80.813,51.255 78.008,58.922 76.408,66.414 C76.102,67.178 76.383,68.23 77.104,68.784 L78.224,69.49 C78.99,69.796 79.322,68.953 79.629,68.188' id='Shape' fill='%23362C19'%3E%3C/path%3E%3Cpath d='M91.022,77.531 C90.022,65.516 88.346,52.611 86.292,40.8 C86.148,39.672 86.982,39.648 87.937,39.526 L88.668,39.433 C89.623,39.311 90.515,40.126 90.658,41.253 C93.072,54.357 94.706,64.896 95.232,75.494 C95.344,77.739 94.025,78.65 92.218,79.552 C91.263,79.675 91.166,78.659 91.022,77.532' id='Shape' fill='%234D3F24'%3E%3C/path%3E%3Cpath d='M5.614,192.606 L4.6,193.832 C2.982,195.79 3.908,198.762 6.352,199.457 L95.603,224.807 L106.381,210.49 C106.381,210.49 24.34,179.8 5.614,192.606' id='Shape' fill='%23D1AA98'%3E%3C/path%3E%3Cpath d='M1.668,187.538 C0.035,189.915 1.145,193.193 3.887,194.09 L90.629,222.478 L101.842,208.498 C102.261,207.814 17.982,176.174 1.668,187.538' id='Shape' fill='%23E8BDA9'%3E%3C/path%3E%3Cpath d='M254.941,165.264 C254.941,165.264 192.121,165.186 182.757,164.546 C173.391,163.906 139.693,151.306 114.866,180.799 L90.324,185.369 C90.324,185.369 63.276,179.256 56.744,191.356 C56.744,191.356 20.989,176.581 6.049,186.186 C4.761,187.013 5.009,188.976 6.442,189.514 C20.262,194.716 76.997,216.269 84.302,222.247 C84.302,222.247 98.498,230.561 104.894,229.357 C111.523,228.111 168.311,207.547 192.354,205.886 L264.142,207.525 L254.941,165.264 Z' id='Shape' fill='%23FFD2B5'%3E%3C/path%3E%3Cpath d='M56.747,191.359 C56.747,191.359 49.132,209.699 117.469,202.768 L135.485,196.209 L118.887,205.634 C118.887,205.634 50.005,214.613 56.747,191.359' id='Shape' fill='%23E8BDA9'%3E%3C/path%3E%3Cpolygon id='Shape' fill='%23FFFFFF' points='192.724 159.76 199.244 217.363 301.545 214.313 295.765 145.937'%3E%3C/polygon%3E%3Cpolygon id='Shape' fill='%234B7191' points='203.127 152.175 207.037 225.368 313.103 225.561 306.227 137.364'%3E%3C/polygon%3E%3Cpath d='M232.346,213.39 C232.653187,214.802836 232.386378,216.279836 231.604298,217.495904 C230.822219,218.711972 229.588971,219.567435 228.176,219.874 C226.260466,220.321812 224.252249,219.702785 222.92126,218.254242 C221.590272,216.805699 221.143019,214.752385 221.750971,212.881502 C222.358922,211.010619 223.927751,209.61244 225.856,209.223 C228.798703,208.582332 231.703845,210.447621 232.346,213.39' id='Shape' fill='%23E3E3E3'%3E%3C/path%3E%3Cpath d='M250.688,213.343 C250.995187,214.755836 250.728378,216.232836 249.946298,217.448904 C249.164219,218.664972 247.930971,219.520435 246.518,219.827 C243.57608,220.467644 240.671669,218.602697 240.03,215.661 C239.390851,212.718725 241.257773,209.815371 244.2,209.176 C245.612951,208.868097 247.090345,209.134157 248.307111,209.915641 C249.523876,210.697124 250.380321,211.93 250.688,213.343' id='Shape' fill='%23E3E3E3'%3E%3C/path%3E%3Cpath d='M76.628,189.206 C77.025,191.596 77.42,195.994 75.605,198.64 C74.988,199.541 73.902,200 72.813,199.928 C69.123,199.683 59.913,199.595 59.461,194.008 C58.796,185.777 70.391,186.958 74.634,187.343 C75.6455537,187.437034 76.4655489,188.203158 76.628,189.206' id='Shape' fill='%23FAC5B6'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -50px center;
    flex: 2 1 0;
}

.bonus__container_offer {
    flex: 3 1 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bonus__heading {
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
}

.bonus__text {
    font-size: 24px;
    margin: 20px 0;
    font-weight: 300;
}

.modal_stage {
}

.kit_modal {
    padding: 0 40px;
}

@media (max-width: 600px) {
    .bonus__container_image {
        display: none;
    }

    .bonus__container {
        padding-left: 20px;
        padding-right: 20px;
    }
}
