html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    font-family: 'ProximaNova-Regular';
    font-size: 16px
}

body {
    margin: 0;
    min-width: 20rem
}

details, main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0;
    font-family: 'ProximaNova-Bold';
    font-size: 4.5rem;
    margin: 0 0 2.5rem;
    color: #fff
}

hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    text-decoration: underline dotted;
    border-bottom: none;
    -webkit-text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    display: table;
    max-width: 100%;
    white-space: normal;
    color: inherit
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio], legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

.nice-select {
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    position: relative;
    display: block;
    float: left;
    clear: both;
    width: auto;
    padding-right: 30px;
    padding-left: 18px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: left !important;
    white-space: nowrap;
    border: solid 1px #e8e8e8;
    border-radius: 5px;
    background-color: #fff;
    -webkit-tap-highlight-color: transparent
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select:after {
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    width: 5px;
    height: 5px;
    margin-top: -4px;
    content: '';
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    pointer-events: none;
    border-right: 2px solid #999;
    border-bottom: 2px solid #999
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    pointer-events: auto;
    opacity: 1
}

.nice-select.disabled {
    pointer-events: none;
    color: #999;
    border-color: #ededed
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    right: 0 !important;
    left: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    right: 0;
    left: auto
}

.nice-select.small {
    font-size: 12px;
    line-height: 34px;
    height: 36px
}

.nice-select.small:after {
    width: 4px;
    height: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    padding: 0;
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    -webkit-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    pointer-events: none;
    opacity: 0;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11)
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    font-weight: 400;
    line-height: 40px;
    min-height: 40px;
    padding-right: 29px;
    padding-left: 18px;
    list-style: none;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    text-align: left;
    outline: 0
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    cursor: default;
    color: #999;
    background-color: transparent
}

.no-csspointerevents .nice-select .list, .slick-slide.slick-loading img {
    display: none
}

.no-csspointerevents .nice-select.open .list, .slick-slide img {
    display: block
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-right: auto;
    margin-left: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden, .slick-dots li button {
    display: none
}

@font-face {
    font-family: 'ProximaNova-Regular';
    font-weight: 400;
    font-style: normal;
    src: url(/assets/fonts/promo/apoidetcc/ProximaNova-Regular.eot);
    src: url(/assets/fonts/promo/apoidetcc/ProximaNova-Regular.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/promo/apoidetcc/ProximaNova-Regular.svg#ProximaNova-Regular) format('svg'), url(/assets/fonts/promo/apoidetcc/ProximaNova-Regular.ttf) format('truetype'), url(/assets/fonts/promo/apoidetcc/ProximaNova-Regular.woff) format('woff'), url(/assets/fonts/promo/apoidetcc/ProximaNova-Regular.woff2) format('woff2')
}

@font-face {
    font-family: 'ProximaNova-Bold';
    font-weight: 400;
    font-style: normal;
    src: url(/assets/fonts/promo/apoidetcc/ProximaNova-Bold.eot);
    src: url(/assets/fonts/promo/apoidetcc/ProximaNova-Bold.eot?#iefix) format('embedded-opentype'), url(/assets/fonts/promo/apoidetcc/ProximaNova-Bold.svg#ProximaNova-Bold) format('svg'), url(/assets/fonts/promo/apoidetcc/ProximaNova-Bold.ttf) format('truetype'), url(/assets/fonts/promo/apoidetcc/ProximaNova-Bold.woff) format('woff'), url(/assets/fonts/promo/apoidetcc/ProximaNova-Bold.woff2) format('woff2')
}

* {
    margin: 0;
    padding: 0
}

@media (max-width: 1024px) {
    html {
        font-size: 13px
    }
}

@media (max-width: 768px) {
    html {
        font-size: 16px
    }
}

@media (min-width: 1921px) {
    html {
        font-size: 24px
    }
}

@media (min-width: 2561px) {
    html {
        font-size: 28px
    }
}

@media (min-width: 3841px) {
    html {
        font-size: 56px
    }
}

.wrap {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 1.875rem
}

@media (max-width: 768px) {
    .wrap {
        padding: 0 .9375rem
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.25rem;
        margin: 0 0 1rem
    }
}

.btn, h2 {
    text-align: center
}

h2 {
    font-family: 'ProximaNova-Bold';
    font-size: 3rem;
    max-width: 62.5rem;
    margin: 0 auto 3.75rem;
    color: #424478
}

@media (max-width: 768px) {
    h2 {
        font-size: 1.5rem;
        margin: 0 auto 1.875rem
    }
}

p {
    margin-bottom: 0;
    color: #6f7694
}

.btn, input[type=email], input[type=text] {
    font-size: 1.125rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: .25rem
}

.btn {
    padding: 1.125rem 0;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    outline: #ffdead;
    background: -webkit-gradient(linear, left top, left bottom, from(#7269f0), to(#4258e1));
    background: linear-gradient(180deg, #7269f0 0, #4258e1 100%)
}

.btn:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#4258e1), to(#7269f0));
    background: linear-gradient(180deg, #4258e1 0, #7269f0 100%)
}

@media (max-width: 768px) {
    .btn {
        height: 2.875rem;
        padding: .625rem 0
    }
}

input[type=email], input[type=text] {
    padding: 1.125rem 1.5rem;
    color: #424478;
    border: .0625rem solid #d7d6ea;
    outline: 0
}

input[type=email]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder {
    color: #9293b4
}

input[type=email]::-moz-placeholder, input[type=text]::-moz-placeholder {
    color: #9293b4
}

input[type=email]:-ms-input-placeholder, input[type=email]::-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=text]::-ms-input-placeholder {
    color: #9293b4
}

input[type=email]::placeholder, input[type=text]::placeholder {
    color: #9293b4
}

input[type=email]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1
}

input[type=email]:-moz-placeholder, input[type=email]::-moz-placeholder, input[type=text]:-moz-placeholder, input[type=text]::-moz-placeholder {
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1
}

input[type=email]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder {
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1
}

input[type=email]:focus::-webkit-input-placeholder, input[type=text]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0
}

input[type=email]:focus:-moz-placeholder, input[type=email]:focus::-moz-placeholder, input[type=text]:focus:-moz-placeholder, input[type=text]:focus::-moz-placeholder {
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0
}

input[type=email]:focus:-ms-input-placeholder, input[type=text]:focus:-ms-input-placeholder {
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 0
}

@media (max-width: 768px) {
    input[type=email], input[type=text] {
        height: 3.625rem;
        padding: .75rem .875rem
    }
}

.nice-select {
    font-size: 1.125rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: .5rem .875rem;
    color: #424478;
    outline: 0
}

.nice-select.open, .nice-select:active, .nice-select:focus {
    border: 0
}

.nice-select:after {
    right: .875rem;
    width: .5rem;
    height: .5rem;
    border-right: .125rem solid #6538e7;
    border-bottom: .125rem solid #6538e7
}

.nice-select .list, .nice-select.open .list {
    overflow: auto;
    width: 100%;
    max-height: 12.5rem
}

@media (max-width: 768px) {
    .nice-select .list {
        max-height: 8.75rem
    }
}

@media (max-width: 768px) {
    .nice-select.open .list {
        max-height: 8.75rem
    }
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 2.5rem;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slick-dots li {
    width: .625rem;
    height: .625rem;
    margin: 0 .625rem;
    border-radius: 50%;
    background-color: gray
}

.slick-dots li.slick-active {
    background-color: #7e89ca
}

header {
    position: relative;
    overflow: hidden;
    min-height: 53.125rem;
    background-color: #343d64
}

@media (max-width: 768px) {
    header {
        min-height: auto
    }
}

header:before {
    position: absolute;
    z-index: 4;
    top: -18.75rem;
    right: -18.75rem;
    width: 37.5rem;
    height: 37.5rem;
    content: '';
    opacity: .2;
    border: .0625rem solid #a599ba;
    border-radius: 50%
}

@media (max-width: 1400px) {
    header:before {
        display: none
    }
}

.section--1:before, header:after {
    position: absolute;
    content: '';
    opacity: .2;
    border: .0625rem solid #a599ba;
    border-radius: 50%
}

header:after {
    z-index: 4;
    top: 9.375rem;
    right: -18.75rem;
    width: 25rem;
    height: 25rem
}

@media (max-width: 1400px) {
    header:after {
        display: none
    }
}

.header__info {
    position: relative;
    z-index: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 39.6875rem;
    padding: 3.125rem 0 0
}

@media (max-width: 768px) {
    .header__info {
        max-width: 28.75rem
    }

    .header__info br {
        display: none
    }
}

.header__info form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header__info form .btn, .header__info form input[type=email], .header__info form input[type=text] {
    width: calc(50% - .0625rem * 10);
    margin-bottom: 1.25rem
}

@media (max-width: 768px) {
    .header__info form input[type=email], .header__info form input[type=text] {
        width: 100%
    }
}

@media (max-width: 768px) {
    .header__info form .btn {
        width: 100%
    }
}

.header__info form .nice-select {
    width: calc(50% - .0625rem * 10);
    margin-bottom: 1.25rem
}

@media (max-width: 768px) {
    .header__info form .nice-select {
        width: 100%
    }
}

.header__logo {
    display: block;
    width: 8.125rem;
    height: 2.5rem;
    margin-bottom: 5rem;
    background-image: url(/assets/img/promo/apoidetcc/logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

@media (max-width: 768px) {
    .header__logo {
        margin-bottom: 3.125rem
    }
}

.header__note {
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: 2.5rem;
    color: #fff
}

@media (max-width: 768px) {
    .header__note {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.header__mask {
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    -webkit-transition: .3s;
    transition: .3s
}

.header__mask--left {
    left: 0;
    width: 70%
}

@media (max-width: 1600px) {
    .header__mask--left {
        left: -9.375rem
    }
}

@media (max-width: 1024px) {
    .header__mask--left {
        left: 0
    }
}

.header__mask--right {
    right: 0;
    width: 15%
}

@media (max-width: 1600px) {
    .header__mask--right {
        right: -3.125rem
    }
}

@media (max-width: 1024px) {
    .header__mask--right {
        display: none
    }
}

.header__pict {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

@media (max-width: 1400px) {
    .header__pict {
        right: -17.5rem
    }
}

@media (max-width: 1024px) {
    .header__pict {
        right: -36.25rem
    }
}

@media (max-width: 480px) {
    .header__pict {
        opacity: 0
    }
}

@media (min-width: 1921px) {
    .header__pict {
        width: 100%
    }
}

.section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6.25rem 0
}

@media (max-width: 768px) {
    .section {
        padding: 3.125rem 0
    }
}

.section--1 {
    position: relative;
    background-color: #eef0f7
}

.section--1:before {
    z-index: 2;
    top: -25rem;
    left: -25rem;
    width: 50rem;
    height: 50rem
}

@media (max-width: 1400px) {
    .section--1:before {
        display: none
    }
}

.section--1 h2 {
    position: relative;
    z-index: 3;
    text-align: left
}

.section--1__list {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    margin-top: -13.125rem;
    margin-bottom: 4.375rem;
    padding: 0;
    padding: 3.125rem 2.8125rem;
    list-style: none;
    border-radius: .5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1.25rem 5rem rgba(17, 25, 95, .1);
    box-shadow: 0 1.25rem 5rem rgba(17, 25, 95, .1);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

@media (max-width: 768px) {
    .section--1__list {
        margin-top: auto;
        padding: 1.25rem
    }
}

.section--1__list-item {
    width: 30%
}

@media (max-width: 768px) {
    .section--1__list-item {
        width: 100%;
        margin-bottom: 3.125rem
    }

    .section--1__list-item:last-child {
        margin-bottom: 0
    }
}

.section--1__list-item-title {
    font-family: 'ProximaNova-Bold';
    font-size: 1.375rem;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 90%;
    margin-bottom: 1.25rem;
    padding-left: 4.75rem;
    color: #424478
}

@media (max-width: 768px) {
    .section--1__list-item-title {
        font-size: 1.125rem;
        max-width: 100%
    }
}

.section--1__list-item-title:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3.75rem;
    height: 3.75rem;
    margin: auto;
    content: '';
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.section--1__list-item p {
    line-height: 1.5rem;
    color: #787f9b
}

@media (max-width: 768px) {
    .section--1__list-item p {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.section--1__list-item:nth-child(1) .section--1__list-item-title:before {
    background-image: url(/assets/img/promo/apoidetcc/i-section-1-1.svg)
}

.section--1__list-item:nth-child(2) .section--1__list-item-title:before {
    background-image: url(/assets/img/promo/apoidetcc/i-section-1-2.svg)
}

.section--1__list-item:nth-child(3) .section--1__list-item-title:before {
    background-image: url(/assets/img/promo/apoidetcc/i-section-1-3.svg)
}

.section--1__info {
    position: relative
}

.section--1__info h2 {
    width: 60%;
    margin-right: 0;
    margin-left: 0
}

@media (max-width: 768px) {
    .section--1__info h2 {
        width: 100%;
        text-align: center
    }
}

.section--1__info p {
    font-size: 1.25rem;
    line-height: 2.25rem;
    width: 60%
}

@media (max-width: 768px) {
    .section--1__info p {
        font-size: .875rem;
        line-height: 1.25rem;
        width: 100%;
        text-align: center
    }
}

.section--1__info img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 35%;
    margin: auto;
    border-radius: 50%
}

@media (max-width: 768px) {
    .section--1__info img {
        position: relative;
        display: block;
        width: 30%;
        margin: 0 auto 1.25rem
    }
}

@media (max-width: 480px) {
    .section--1__info img {
        width: 70%
    }
}

.section--2 {
    padding-bottom: 0;
    background: linear-gradient(88.26deg, #dfe6fa .71%, #eceef7 99.29%)
}

.section--2 .scroll {
    display: none;
    overflow-x: auto;
    width: 100%;
    margin-bottom: 1.25rem
}

@media (max-width: 768px) {
    .section--2 .scroll {
        display: block
    }
}

.section--2 .scroll::-webkit-scrollbar-track {
    border-radius: .625rem;
    background-color: #d4d8eb
}

.section--2 .scroll::-webkit-scrollbar {
    width: .3125rem;
    height: .3125rem;
    background-color: #d4d8eb
}

.section--2 .scroll::-webkit-scrollbar-thumb {
    border-radius: .625rem;
    background-color: #717dc2
}

.section--2 .scroll__line {
    width: 43.75rem;
    height: .0625rem
}

.section--2__inner {
    position: relative;
    z-index: 2;
    overflow-x: scroll;
    margin-bottom: -3.125rem;
    border-radius: .5rem;
    -webkit-box-shadow: 0 1.25rem 5rem rgba(14, 19, 65, .05);
    box-shadow: 0 1.25rem 5rem rgba(14, 19, 65, .05)
}

.section--2__inner::-webkit-scrollbar {
    display: none
}

@media (max-width: 768px) {
    .section--2__inner {
        width: 102%;
        margin-bottom: -1.5625rem;
        border-radius: .5rem 0 0 .5rem
    }
}

.section--2__inner-head {
    color: #fff;
    background-color: #717dc2;
    -webkit-box-shadow: 0 .625rem 1.25rem rgba(88, 97, 165, .12);
    box-shadow: 0 .625rem 1.25rem rgba(88, 97, 165, .12)
}

.section--2__inner-head div {
    font-size: 1.5rem;
    width: 50%;
    padding: 1.5rem 0;
    text-align: center
}

.section--2__inner-head div img {
    display: inline-block;
    width: 6.25rem;
    margin-left: .625rem;
    vertical-align: middle
}

.section--2__inner-head, .section--2__inner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 43.75rem
}

.section--2__inner-row div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    padding: 2.5rem 3.125rem;
    text-align: center;
    color: #6f7694;
    border-bottom: .0625rem solid #e3e5f1;
    background-color: #fff
}

.section--2__inner-row div:nth-child(1) {
    border-right: .0625rem solid #e3e5f1
}

@media (max-width: 768px) {
    .section--2__inner-row div {
        padding: 1.25rem 1.5625rem
    }
}

.section--2__inner-row div:before {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto 1rem;
    content: '';
    border-radius: 50%
}

.section--2__inner-row div:nth-child(even):before, .section--2__inner-row div:nth-child(odd):before {
    background-color: #ffe1e1;
    background-image: url(/assets/img/promo/apoidetcc/i-cross.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%
}

.section--2__inner-row div:nth-child(odd):before {
    background-color: #d0fcd7;
    background-image: url(/assets/img/promo/apoidetcc/i-check-mark.svg)
}

.section--3, .section--3 h2 {
    position: relative;
    color: #fff
}

.section--3 {
    overflow: hidden;
    background-color: #7e89ca
}

.section--3:before {
    position: absolute;
    right: 0;
    bottom: -9.375rem;
    left: 0;
    width: 80vw;
    height: 80vw;
    margin: auto;
    content: '';
    opacity: .5;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#a7b2ee), to(#7e89ca));
    background: linear-gradient(180deg, #a7b2ee 0, #7e89ca 100%)
}

@media (max-width: 768px) {
    .section--3:before {
        display: none
    }
}

.section--3 h2 {
    z-index: 2
}

.section--3__inner, .section--3__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section--3__inner {
    position: relative;
    z-index: 2;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.section--3__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 31%;
    margin-bottom: 1.5625rem;
    padding: 1.875rem;
    border-radius: .5rem;
    background-color: #7480c4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 768px) {
    .section--3__item {
        margin-bottom: 1.25rem
    }
}

@media (max-width: 480px) {
    .section--3__item {
        margin-bottom: .9375rem
    }
}

.section--3__item:nth-last-child(1), .section--3__item:nth-last-child(2), .section--3__item:nth-last-child(3) {
    margin-bottom: 0
}

@media (max-width: 768px) {
    .section--3__item {
        width: 48%
    }

    .section--3__item:nth-last-child(3) {
        margin-bottom: 1.25rem
    }
}

@media (max-width: 480px) {
    .section--3__item {
        width: 100%
    }

    .section--3__item:nth-last-child(2) {
        margin-bottom: .9375rem
    }
}

.section--3__item-icon {
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 1.875rem
}

.section--3__item-icon img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.section--3__item-title {
    font-size: 1.25rem;
    margin-bottom: .3125rem
}

.section--3__item-note {
    line-height: 1.25rem
}

.section--3__item-note span {
    font-size: .9375rem;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 1.25rem;
    padding: .1875rem .3125rem;
    border-radius: .125rem;
    background-color: #5e6bb0
}

.section--3__item-note span:after {
    position: absolute;
    top: 0;
    right: -1.5rem;
    bottom: 0;
    content: '';
    border: .75rem solid transparent;
    border-left: .75rem solid #5e6bb0
}

.section--4 {
    position: relative;
    background-color: #eef0f7
}

.section--4:before {
    position: absolute;
    z-index: 1;
    top: -6.25rem;
    left: 0;
    width: 40.625rem;
    height: 40.625rem;
    content: '';
    opacity: .05;
    border: .0625rem solid #fff;
    border-radius: 50%
}

@media (max-width: 1400px) {
    .section--4:before {
        display: none
    }
}

.section--4:after {
    position: absolute;
    z-index: 1;
    top: 6.25rem;
    left: 0;
    width: 28.125rem;
    height: 28.125rem;
    content: '';
    opacity: .05;
    border: .0625rem solid #fff;
    border-radius: 50%
}

@media (max-width: 1400px) {
    .section--4:after {
        display: none
    }
}

.section--4 h2, .section--4__inner {
    position: relative;
    z-index: 2
}

.section--4__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.section--4__item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 31%;
    margin-bottom: 1.5625rem;
    padding: 3.125rem 1.875rem 1.875rem;
    border-radius: .5rem;
    background-color: #fff;
    background-image: url(/assets/img/promo/apoidetcc/quotes.svg);
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-box-shadow: 0 1.25rem 5rem rgba(14, 19, 65, .05);
    box-shadow: 0 1.25rem 5rem rgba(14, 19, 65, .05)
}

@media (max-width: 768px) {
    .section--4__item {
        margin-bottom: 1.25rem
    }
}

@media (max-width: 480px) {
    .section--4__item {
        margin-bottom: .9375rem
    }
}

@media (max-width: 768px) {
    .section--4__item {
        width: 100%;
        padding: 1.25rem
    }

    .section--4__item:last-child {
        margin-bottom: 0
    }
}

.section--4__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.125rem;
    color: #424478;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 768px) {
    .section--4__item-head {
        margin-bottom: 1.25rem
    }
}

.footer__main .footer__logo, .section--4__item-head:before {
    display: block;
    background-repeat: no-repeat;
    background-size: contain
}

.section--4__item-head:before {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1.25rem;
    content: '';
    background-image: url(/assets/img/promo/apoidetcc/quotes-min.svg);
    background-position: center
}

.section--4__item-title {
    font-size: 1.5rem
}

@media (max-width: 768px) {
    .section--4__item-title {
        font-size: 1.25rem
    }
}

.section--4__item-title span {
    font-size: 1rem
}

.section--5 {
    background-image: url(/assets/img/promo/apoidetcc/bg-section-5.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.section--5 h2 {
    color: #fff
}

.footer__inner, .section--5 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 768px) {
    .section--5 form {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.section--5 form .nice-select, .section--5 form button, .section--5 form input {
    width: 23%
}

@media (max-width: 768px) {
    .section--5 form input {
        width: 100%;
        margin-bottom: 1rem
    }
}

@media (max-width: 768px) {
    .section--5 form .nice-select {
        width: 100%;
        margin-bottom: 1rem
    }
}

@media (max-width: 768px) {
    .section--5 form button {
        width: 100%
    }
}

footer {
    padding: 6.25rem 0;
    color: #aeb6d5;
    background-color: #31375c
}

@media (max-width: 768px) {
    footer {
        padding: 3.125rem 0
    }
}

@media (max-width: 768px) {
    .footer__inner {
        display: block
    }

    .footer__main {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 3.75rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.footer__main .footer__logo {
    width: 6.25rem;
    min-width: 6.25rem;
    height: 1.875rem;
    margin-bottom: 1.875rem;
    background-image: url(/assets/img/promo/apoidetcc/logo-dark.svg);
    background-position: left center
}

@media (max-width: 768px) {
    .footer__main .footer__logo {
        margin-right: 1.25rem;
        margin-bottom: 0
    }
}

.footer__main .footer__privaci {
    display: inline-block;
    margin-top: 1.25rem;
    color: #aeb6d5
}

.footer__info ul li a.footer__info-email:hover, .footer__main .footer__privaci:hover {
    text-decoration: none
}

@media (max-width: 768px) {
    .footer__main .footer__privaci {
        position: absolute;
        bottom: -2.5rem;
        width: 100%
    }
}

.footer__info {
    max-width: 30rem;
    margin: 0 6.25rem
}

@media (max-width: 1400px) {
    .footer__info {
        max-width: none;
        margin: 0 3.125rem
    }
}

@media (max-width: 768px) {
    .footer__info {
        max-width: none;
        margin: 0 0 2.5rem
    }
}

.footer__info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.875rem;
    list-style: none
}

@media (max-width: 768px) {
    .footer__info ul {
        -ms-flex-flow: wrap;
        flex-flow: wrap
    }
}

.footer__info ul li {
    margin: .3125rem 3.125rem .3125rem 0
}

.footer__info ul li a {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.875rem;
    white-space: nowrap
}

.footer__info ul li a:before, .footer__payment ul li a {
    height: 1.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.footer__info ul li a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1.25rem;
    margin: auto;
    content: ''
}

.footer__info ul li a.footer__info-phone {
    text-decoration: none;
    color: #aeb6d5
}

.footer__info ul li a.footer__info-phone:before {
    background-image: url(/assets/img/promo/apoidetcc/i-phone.svg)
}

.footer__info ul li a.footer__info-email {
    color: #92a4f3
}

.footer__info ul li a.footer__info-email:before {
    background-image: url(/assets/img/promo/apoidetcc/i-email.svg)
}

.footer__payment div {
    margin-bottom: .9375rem
}

.footer__payment ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.footer__payment ul li {
    width: 25%;
    margin: .625rem 0
}

.footer__payment ul li a {
    display: block;
    width: 2.375rem
}

.footer__payment ul li:nth-child(1) a {
    background-image: url(/assets/img/promo/apoidetcc/logo-payment-1.svg)
}

.footer__payment ul li:nth-child(2) a {
    background-image: url(/assets/img/promo/apoidetcc/logo-payment-2.svg)
}

.footer__payment ul li:nth-child(3) a {
    background-image: url(/assets/img/promo/apoidetcc/logo-payment-3.svg)
}

.footer__payment ul li:nth-child(4) a {
    background-image: url(/assets/img/promo/apoidetcc/logo-payment-4.svg)
}

.footer__payment ul li:nth-child(5) a {
    background-image: url(/assets/img/promo/apoidetcc/logo-payment-5.svg)
}

.footer__payment ul li:nth-child(6) a {
    background-image: url(/assets/img/promo/apoidetcc/logo-payment-6.svg)
}

.footer__payment ul li:nth-child(7) a {
    background-image: url(/assets/img/promo/apoidetcc/logo-payment-7.svg)
}

.footer__payment ul li:nth-child(8) a {
    background-image: url(/assets/img/promo/apoidetcc/logo-payment-8.svg)
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.whatsapp {
    display: inline-block;
    background: linear-gradient(180deg, #4b9868 0, #25d366 100%);
    padding: 20px 50px;
    text-transform: uppercase;
    text-decoration: none;
    height: auto;
    margin-bottom: 40px;
}

.whatsapp:hover {
    background: linear-gradient(0deg, #4b9868 0, #25d366 100%);
}

.center {
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'Avenir';
    src: url("/assets/fonts/promo/apoidetcc/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: 10px;
}

.m-header .u-subheading {
    color: #ffffff;
    font-family: "OpenSans";
    font-size: 1.1375em;
    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: 46%;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
    margin: 7px 0 0 7px;
    box-sizing: border-box; }

.m-priceForm__category {
    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, .m-priceForm__categorySelect {
    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: 1%;*/
        margin: 7px 0px 7px 0px; } }

.m-header__content {
    width: 50%;
    margin: 7% auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: flex-start;}

.m-header__info {
    position: relative;
    height: 343px;
    width: 70%;
    min-width: 319px;
    margin: 0 20px 0 0;
    text-align: start;
    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: 18px;
    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: 2.2em !important;
    font-family: "OpenSans-Bold";
}

.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: 35px;}
    .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("/assets/img/promo/apoidetcc/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; } }

@media screen and (max-width: 1830px) {
    .form-title-container{
        width: 90%;
        margin-left: 10%;
    }
}

@media screen and (max-width: 1830px) {
    .form-title-container {
        width: 80%;
    }
}

@media screen and (min-width: 1719px ) and (max-width: 1830px ) {
    .form-title-container {
        margin-left: 15%;
    }
}

@media screen and (min-width: 1830px ) and (max-width: 100vw ) {
    .form-title-container {
        margin-left: 15%;
    }
}

@media screen and (max-width: 1770px) {
    .u-subheading.u-centered{
        word-break: break-all;
    }
}

#bonusMoneyClose {
    position: absolute;
    top: 8px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
#bonusMoneyClose:before, #bonusMoneyClose:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 4px;
    background-color: #FFF;
}
#bonusMoneyClose:before {
    transform: rotate(45deg);
}
#bonusMoneyClose:after {
    transform: rotate(-45deg);
}
.bonusMoney {
    display: block;
    width: 100%;
    height: 40px;
    position: fixed;
    top: -50px;
    background: #7fb06f;
    z-index: 999;
    color: white;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    white-space: nowrap;
    line-height: 40px;
}
