@charset "UTF-8";

.glide {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.glide * {
    box-sizing: inherit
}

.glide__track {
    overflow: hidden
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform
}

.glide__slides--dragging {
    user-select: none
}

.glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

.glide__slide a {
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.glide__arrows {
    -webkit-touch-callout: none;
    user-select: none
}

.glide__bullets {
    -webkit-touch-callout: none;
    user-select: none
}

.glide--rtl {
    direction: rtl
}

@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: 0 0
    }
}

@-webkit-keyframes success-animation {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 2.5rem);
        transform: translate(0, 2.5rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes success-animation {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 2.5rem);
        transform: translate(0, 2.5rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes show-tips {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -1.25rem);
        transform: translate(0, -1.25rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes show-tips {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, -1.25rem);
        transform: translate(0, -1.25rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes line-animation {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }

    to {
        opacity: .5;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes line-animation {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }

    to {
        opacity: .5;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes fade-in-block {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes fade-in-block {
    0% {
        opacity: 0;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@-webkit-keyframes fade-out-block {
    0% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0)
    }
}

@keyframes fade-out-block {
    0% {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0)
    }
}

@-webkit-keyframes modal-show {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-show {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes modal-hide {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes modal-hide {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fade-modal {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 1.25rem);
        transform: translate(0, 1.25rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes fade-modal {
    0% {
        opacity: 0;
        -webkit-transform: translate(0, 1.25rem);
        transform: translate(0, 1.25rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    margin: 0;
    font-family: Montserrat, sans-serif;
    line-height: 1.2
}

details,
main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

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

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

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    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;
    max-width: 100%
}

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 {
    border-style: none;
    padding: 0
}

[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 {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

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] {
    -webkit-appearance: textfield;
    outline-offset: -.125rem
}

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

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

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

.ab_scroller,
.ab_scroller * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ab_scroller {
    position: relative;
    overflow: hidden
}

.ab_scroller * {
    user-drag: none
}

.ab_scroller-wrapper {
    position: relative;
    width: 100%;
    height: auto
}

.ab_scroller-strip {
    position: absolute;
    left: 0;
    top: 0;
    width: 6250rem;
    min-width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center
}

.ab_scroller.is-left-align .ab_scroller-strip {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start
}

.ab_scroller.is-left-align .ab_scroller-anchors {
    margin-left: 0;
    right: auto;
    left: 0;
    margin-right: auto
}

.ab_scroller-strip,
.ab_scroller-strip * {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.is-dragging,
.is-dragging *,
.is-dragging .ab_scroller-strip,
.is-dragging .ab_scroller-strip * {
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.ab_scroller-strip a,
.ab_scroller-strip a * {
    cursor: pointer
}

.ab_scroller-strip:after {
    clear: both;
    content: " ";
    display: block
}

.ab_scroller-border {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .2);
    width: 1px;
    height: auto;
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.ab_scroller-border--left {
    left: 0
}

.ab_scroller-border--right {
    right: 0
}

.ab_scroller-border.is-visible {
    opacity: 1
}

.ab_scroller-scrollwrap {
    position: absolute;
    bottom: -.9375rem;
    left: 0;
    right: 0;
    height: .4375rem
}

.ab_scroller-scrollbar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-border-radius: .3125rem;
    border-radius: .3125rem;
    background: rgba(0, 0, 0, .6);
    cursor: move !important;
    min-width: 1.25rem
}

.ab_scroller-scrollbar.is-right {
    left: auto;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    right: 0 !important
}

.ab_scroller-anchors {
    position: absolute;
    bottom: -2.5rem;
    font-size: .75rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: auto;
    left: 0;
    right: 0
}

.ab_scroller-anchor {
    padding-right: .3125rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.ab_scroller-anchor span {
    white-space: nowrap !important;
    overflow: hidden;
    display: block;
    color: rgba(0, 0, 0, .5);
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
    cursor: pointer;
    -webkit-transition: border-color .2s, color .2s;
    -o-transition: border-color .2s, color .2s;
    transition: border-color .2s, color .2s
}

.ab_scroller-anchor span:hover {
    color: #000;
    border-bottom: 1px dashed rgba(0, 0, 0, .7)
}

.ab_scroller.is-no-anchors .ab_scroller-anchors,
.ab_scroller.is-no-scrollbar .ab_scroller-scrollwrap {
    display: none
}

.ab_scroller.is-not-scrollable .ab_scroller-strip,
.ab_scroller.is-not-scrollable .ab_scroller-strip * {
    cursor: initial !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.ask-block,
.container,
.site-footer__body {
    margin: 0 auto;
    padding: 0 1.5rem
}

.modal .modal-inner {
    padding: 0 1.5rem
}

@media print,
screen and (min-width:40em) {

    .ask-block,
    .container,
    .modal .modal-inner,
    .site-footer__body {
        padding: 0 2.5rem
    }
}

@media screen and (min-width:81.25em) {

    .ask-block,
    .container,
    .modal .modal-inner,
    .site-footer__body {
        padding: 0 5rem
    }
}

.addons__line,
.order-block__details-line,
.step__status {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%228%22%20height%3D%225001%22%20viewBox%3D%220%200%208%205001%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M3.65%205000.35c.2.2.5.2.7%200l3.19-3.18a.5.5%200%20000-.71.51.51%200%2000-.71%200L4%204999.29l-2.83-2.83a.51.51%200%2000-.7%200%20.5.5%200%20000%20.71l3.18%203.18zM3.5%200v5000h1V0h-1z%22%20fill%3D%22%2300CF6F%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: center bottom
}

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

.icon:before {
    font-family: icons;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.icon-add-01:before {
    content: ""
}

.icon-add-02:before {
    content: ""
}

.icon-add-03:before {
    content: ""
}

.icon-add-04:before {
    content: ""
}

.icon-add-11:before {
    content: ""
}

.icon-add-12:before {
    content: ""
}

.icon-add-13:before {
    content: ""
}

.icon-add-14:before {
    content: ""
}

.icon-add-15:before {
    content: ""
}

.icon {
    font-size: .625rem
}

.icon:before {
    content: " ";
    vertical-align: middle;
    display: inline-block;
    background-image: url(../../../img/sprites/sprite.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 0 0;
    background-size: 0 0
}

.no-svg .icon:before {
    background-image: url(../../../img/sprites/sprite.png)
}

.h2,
h2 {
    margin-top: 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    color: #1e1e1e
}

@media print,
screen and (min-width:40em) {

    .h2,
    h2 {
        font-size: 2.25rem;
        color: #000
    }
}

@media print,
screen and (min-width:75em) {

    .h2,
    h2 {
        font-size: 2.5rem;
        color: #293048
    }
}

.h3,
.site-footer__developer a,
h3 {
    font-size: .875rem;
    text-transform: uppercase
}

.h3,
h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 0;
    margin-bottom: 1.875rem;
    color: #00cf6f;
    font-weight: 400;
    line-height: 1.2222222222
}

.h3::before,
h3::before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block;
    content: "";
    width: 1.875rem;
    height: .25rem;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
    background-color: #00cf6f;
    margin-right: 1rem
}

@media print,
screen and (min-width:40em) {

    .h3,
    h3 {
        font-size: 1.125rem
    }
}

.h3::after,
h3::after {
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 1px;
    margin-left: 1rem;
    background-color: currentColor
}

.site-footer {
    padding: 3.4375rem 0 3rem;
    background-color: #e8e8ec;
    color: #293048;
    font-size: .875rem;
    line-height: 1.4
}

@media print,
screen and (min-width:40em) {
    .site-footer {
        padding-bottom: 3.625rem
    }
}

@media print,
screen and (min-width:75em) {
    .site-footer {
        padding: 4.6875rem 0;
        font-size: .75rem
    }
}

.site-footer__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media print,
screen and (min-width:75em) {
    .site-footer__body {
        padding-right: 11.875rem
    }
}

.site-footer__address,
.site-footer__contacts,
.site-footer__copyrights,
.site-footer__developer,
.site-footer__privacy {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

@media print,
screen and (min-width:40em) {

    .site-footer__contacts,
    .site-footer__copyrights {
        max-width: -webkit-calc(100% - 14.375rem);
        max-width: calc(100% - 14.375rem)
    }

    .site-footer__address,
    .site-footer__privacy {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.375rem;
        -ms-flex: 0 0 14.375rem;
        flex: 0 0 14.375rem;
        margin-left: auto
    }
}

.site-footer__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.4375rem;
    -ms-flex: 0 0 8.4375rem;
    flex: 0 0 8.4375rem
}

.site-footer__logo .logo {
    width: 100%;
    max-width: 8.125rem;
    height: auto
}

@media print,
screen and (min-width:75em) {
    .site-footer__logo .logo {
        width: 8.75rem;
        max-height: 2.25rem
    }
}

.site-footer__media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: auto
}

.site-footer__contacts {
    margin: 3.25rem 0 1.5rem
}

@media print,
screen and (min-width:40em) {
    .site-footer__contacts {
        margin-bottom: 2rem
    }
}

.site-footer__address {
    margin-bottom: 2.1875rem
}

@media print,
screen and (min-width:40em) {
    .site-footer__address {
        margin: 4.5rem 0 0
    }
}

.site-footer__copyrights {
    margin-bottom: .75rem
}

@media print,
screen and (min-width:40em) {
    .site-footer__copyrights {
        margin-bottom: 5.3125rem
    }
}

.site-footer__privacy {
    margin-bottom: 3.25rem
}

@media print,
screen and (min-width:40em) {
    .site-footer__privacy {
        margin-top: .625rem
    }
}

@media print,
screen and (min-width:75em) {

    .site-footer__contacts,
    .site-footer__copyrights,
    .site-footer__logo,
    .site-footer__privacy {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: -webkit-calc(100%/12*3);
        max-width: calc(100%/12*3);
        margin: 0 1.25rem 0 0
    }

    .site-footer__address,
    .site-footer__contacts,
    .site-footer__logo {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-top: 0;
        margin-bottom: 0
    }

    .site-footer__logo {
        margin-bottom: 6.25rem
    }

    .site-footer__developer {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: auto
    }
}

.site-footer__phone {
    display: inline-block;
    margin-bottom: .75rem;
    font-size: 1.5rem;
    line-height: 1.2083333333;
    color: #293048;
    text-decoration: none;
    -webkit-transition: color .15s ease;
    -o-transition: color .15s ease;
    transition: color .15s ease
}

@media screen and (min-width:40em) and (max-width:74.99875em) {
    .site-footer__phone {
        font-size: 2.25rem;
        line-height: 1.2222222222
    }
}

@media print,
screen and (min-width:75em) {
    .site-footer__phone {
        margin-bottom: 1rem
    }
}

.site-footer__phone:hover {
    color: #00cf6f
}

.site-footer__email {
    font-size: 1rem;
    line-height: 1.25;
    color: #14805b;
    text-decoration: none
}

@media print,
screen and (min-width:40em) {
    .site-footer__email {
        font-size: .875rem;
        line-height: 1.2142857143
    }
}

.site-footer__email:hover,
.site-footer__privacy:hover {
    text-decoration: underline
}

.site-footer__privacy {
    color: #14805b;
    text-decoration: none
}

.site-footer__developer {
    font-size: .75rem;
    line-height: 1.2
}

.site-footer__developer a {
    font-weight: 500;
    color: inherit;
    text-decoration: none;
    -webkit-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s
}

.site-footer__developer a:hover {
    color: #5943c8
}

.button-with-icon {
    text-align: center;
    cursor: pointer
}

.button-with-icon__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 5rem;
    margin-bottom: 1.875rem
}

.button-with-icon svg {
    margin: auto;
    stroke: #1e1e1e;
    -webkit-transition: stroke .15s ease, fill .15s ease;
    -o-transition: stroke .15s ease, fill .15s ease;
    transition: stroke .15s ease, fill .15s ease
}

.button-with-icon svg [fill] {
    fill: #1e1e1e
}

.button-with-icon.is-active svg,
.button-with-icon:hover svg {
    stroke: #8b7adf
}

.button-with-icon.is-active svg [fill],
.button-with-icon:hover svg [fill] {
    fill: #8b7adf
}

.button-second {
    display: inline-block;
    padding: .5rem 1.875rem .4375rem;
    border: 1px solid #8b7adf;
    -webkit-border-radius: 3.125rem;
    border-radius: 3.125rem;
    font-size: 1.125rem;
    color: #5943c8;
    text-decoration: none;
    text-align: center;
    -webkit-transition: color .15s ease, background-color .15s ease;
    -o-transition: color .15s ease, background-color .15s ease;
    transition: color .15s ease, background-color .15s ease
}

@media print,
screen and (min-width:75em) {
    .button-second {
        font-size: .875rem
    }
}

.button,
.button-second.is-active,
.button-second:hover {
    background-color: #8b7adf;
    color: #fff
}

.button {
    display: inline-block;
    padding: 1.3125rem 2.5rem;
    border: 0;
    -webkit-border-radius: .375rem;
    border-radius: .375rem;
    background-color: #00cf6f;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color .15s ease;
    -o-transition: background-color .15s ease;
    transition: background-color .15s ease
}

@media screen and (max-width:39.99875em) {
    .button {
        width: 100%;
        padding-left: .625rem;
        padding-right: .625rem
    }
}

@media screen and (min-width:40em) and (max-width:74.99875em) {
    .button {
        font-size: 2rem;
        padding: 1.3125rem 3.125rem
    }

    .button.md-large {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem
    }
}
@media screen and (max-height: 900px) {
    .button {
        font-size: 1rem;
        padding: 1rem 2rem
    }
}

.button:hover {
    background-color: #00b661
}

.form-field {
    display: block;
    position: relative;
    margin-bottom: 1.875rem;
    color: #293048;
    font-size: 1.125rem;
    line-height: 1.5
}

.form-field__input {
    width: 100%;
    padding: .625rem 1.125rem .125rem;
    border: 0;
    border-bottom: 1px solid #00cf6f;
    background-color: transparent;
    max-width: 100%;
    min-width: 1px;
    color: inherit;
    font: inherit;
    outline: 0
}

.form-field__placeholder {
    position: absolute;
    top: 50%;
    left: 1.125rem;
    font: inherit;
    color: inherit;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform .15s ease;
    transition: -webkit-transform .15s ease;
    -o-transition: transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease;
    -webkit-transform: scale(1) translate(0, -50%);
    -ms-transform: scale(1) translate(0, -50%);
    transform: scale(1) translate(0, -50%)
}

.form-field.not-empty .form-field__placeholder,
:focus + .form-field__placeholder {
    -webkit-transform: scale(.7) translate(0, -125%);
    -ms-transform: scale(.7) translate(0, -125%);
    transform: scale(.7) translate(0, -125%)
}

.form-field__req {
    margin-left: .5em;
    color: #00cf6f
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: forwards
}

.form-tips {
    margin: 3.75rem 0;
    font-size: 1rem
}

.form__header {
    margin-bottom: 1.875rem
}

@media print,
screen and (min-width:40em) {
    .form__header {
        margin-bottom: .375rem
    }
}

@media print,
screen and (min-width:75em) {
    .form__header {
        margin-bottom: 1.875rem
    }
}

.form__anons,
.form__subheading {
    font-size: .75rem;
    line-height: 1.25;
    text-transform: uppercase
}

.form__anons {
    margin-bottom: 2rem
}

@media screen and (min-width:1440px) {
    .form__anons {
        font-size: -webkit-calc(.75rem + 6*((100vw - 90rem)/ 480));
        font-size: calc(.75rem + 6*((100vw - 90rem)/ 480))
    }
}

@media screen and (min-width:1920px) {
    .form__anons {
        font-size: 1.125rem
    }
}

@media print,
screen and (min-width:40em) {
    .form__anons {
        margin-bottom: 2.875rem
    }
}

@media print,
screen and (min-width:75em) {
    .form__anons {
        margin-bottom: 2.25rem
    }
}

.form__heading {
    margin-bottom: 1.25rem;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2
}

@media print,
screen and (min-width:40em) {
    .form__heading {
        font-size: 2.5rem
    }
}

@media screen and (min-width:40em) and (min-width:1440px) {
    .form__heading {
        font-size: -webkit-calc(2.5rem + 20*((100vw - 90rem)/ 480));
        font-size: calc(2.5rem + 20*((100vw - 90rem)/ 480))
    }
}

@media screen and (min-width:40em) and (min-width:1920px) {
    .form__heading {
        font-size: 3.75rem
    }
}

@media print,
screen and (min-width:75em) {
    .form__heading {
        margin-bottom: 2.5rem
    }
}

.form__subheading {
    color: #00cf6f
}

@media print,
screen and (min-width:40em) {
    .form__subheading {
        font-size: 1rem
    }
}

@media screen and (min-width:40em) and (min-width:1440px) {
    .form__subheading {
        font-size: -webkit-calc(1rem + 8*((100vw - 90rem)/ 480));
        font-size: calc(1rem + 8*((100vw - 90rem)/ 480))
    }
}

@media screen and (min-width:40em) and (min-width:1920px) {
    .form__subheading {
        font-size: 1.5rem
    }
}

.form__tips {
    margin: 2.5rem 0;
    font-size: 1rem
}

@media print,
screen and (min-width:40em) {
    .form__tips {
        margin: 3.75rem 0
    }
}

@media screen and (min-width:40em) and (max-width:74.99875em) {
    .form__button {
        width: 100%
    }
}

@media print,
screen and (min-width:75em) {
    .form__button {
        font-size: 1.25rem
    }
}

.form__privacy {
    margin: 2.5rem 0 0;
    font-size: .75rem;
    line-height: 1.4
}

@media print,
screen and (min-width:40em) {
    .form__privacy {
        font-size: 1rem
    }
}

@media print,
screen and (min-width:75em) {
    .form__privacy {
        margin: 0 0 0 1.625rem;
        font-size: .75rem
    }
}

.form__privacy a {
    color: inherit
}

@media print,
screen and (min-width:75em) {
    .form__footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.form__success {
    padding-bottom: 6.375rem
}

@media screen and (max-width:39.99875em) {
    .form__success {
        padding: 0 .75rem 6.5rem
    }
}

.form__success-cup,
.form__success-heading,
.form__success-text {
    -webkit-animation-name: success-animation;
    animation-name: success-animation;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

.form__success-heading {
    margin-bottom: 2.5rem;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    font-size: 2.5rem;
    font-weight: 700;
    color: #293048
}

.form__success-heading::after {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block;
    content: "";
    width: 2.125rem;
    height: .375rem;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
    background-color: #00cf6f;
    margin-left: .35em
}

.form__success-text {
    margin-bottom: 2.875rem;
    font-size: 1.125rem;
    text-transform: uppercase;
    color: #000;
    -webkit-animation-delay: .75s;
    animation-delay: .75s
}

@media print,
screen and (min-width:40em) {
    .form__success-text {
        margin-bottom: 4rem
    }
}

@media print,
screen and (min-width:75em) {
    .form__success-text {
        margin-bottom: 4rem
    }
}

.form__success-cup {
    margin-left: -.375rem;
    width: 86.1538461538%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@media print,
screen and (min-width:40em) {
    .form__success-cup {
        margin-left: 18.125%;
        width: 50.625%
    }
}

.req {
    color: #00cf6f
}

.tips {
    position: relative;
    display: inline-block;
    line-height: inherit;
    font: inherit;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 0.2rem;
}

@media screen and (max-width:74.99875em) {
    .tips {
        margin: -.5rem;
        padding: .5rem;
        width: 2.25rem;
        height: 2.25rem
    }
}

.tips__text {
    display: none;
    font-size: .875rem;
    line-height: 1.2142857143;
    color: #1e1e1e;
    font-weight: 400
}

.tippy-content .tips__text {
    display: block
}

.tips__text ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.tips__text ul li {
    position: relative;
    padding-left: .375rem;
    font-size: .875rem
}

.tips__text ul li::before {
    position: absolute;
    left: 0;
    top: .4375rem;
    content: "";
    display: block;
    width: .125rem;
    height: .125rem;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: currentColor
}

.tippy-box {
    -webkit-border-radius: .1875rem;
    border-radius: .1875rem;
    background-color: #fff;
    -webkit-filter: drop-shadow(.625rem .625rem 2.5rem rgba(0, 0, 0, .2));
    filter: drop-shadow(.625rem .625rem 2.5rem rgba(0, 0, 0, .2))
}

.tippy-box[data-theme ~ =gray] {
    background-color: #f4f4f4
}

.tippy-box[data-theme ~ =gray][data-placement^=top] > .tippy-arrow::before {
    border-top-color: #f4f4f4 !important
}

.tippy-box[data-theme ~ =gray][data-placement^=bottom] > .tippy-arrow:before {
    border-bottom-color: #f4f4f4 !important
}

.tippy-box[data-theme ~ =gray][data-placement^=left] > .tippy-arrow::before {
    border-left-color: #f4f4f4 !important
}

.tippy-box[data-theme ~ =gray][data-placement^=right] > .tippy-arrow::before {
    border-right-color: #f4f4f4 !important
}

.tippy-box[data-theme ~ =light][data-placement^=top] > .tippy-arrow::before {
    border-top-color: #fff !important
}

.tippy-box[data-theme ~ =light][data-placement^=bottom] > .tippy-arrow:before {
    border-bottom-color: #fff !important
}

.tippy-box[data-theme ~ =light][data-placement^=left] > .tippy-arrow::before {
    border-left-color: #fff !important
}

.tippy-box[data-theme ~ =light][data-placement^=right] > .tippy-arrow::before {
    border-right-color: #fff !important
}

.tippy-content {
    padding: .75rem
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
    border-top-color: inherit;
    border-width: .5625rem .4375rem 0;
    bottom: -.5625rem;
    left: 0
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    border-bottom-color: inherit;
    border-width: 0 .4375rem .5625rem;
    top: -.5625rem;
    left: 0
}

.tippy-arrow {
    border-color: inherit
}

@media print,
screen and (min-width:75em) {
    .addons {
        padding-right: 6.875rem
    }
}

.addons__block-heading {
    margin: 4.6875rem 0 3.125rem
}

@media print,
screen and (min-width:40em) {
    .addons__block-heading {
        margin: 6.875rem 0 4rem
    }
}

@media print,
screen and (min-width:75em) {
    .addons__block-heading {
        margin: 3rem 0 5.875rem
    }
}

.addons__heading {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .625rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: #293048
}

@media print,
screen and (min-width:40em) {
    .addons__heading {
        margin-bottom: 0;
        font-size: 1.5rem
    }
}

@media print,
screen and (min-width:75em) {
    .addons__heading {
        margin-bottom: 1.125rem;
        padding-right: 20%
    }
}

.addons__circle {
    margin-right: 1.25rem
}

@media print,
screen and (min-width:75em) {
    .addons__circle {
        margin-right: 5rem
    }
}

.addons__section {
    margin-bottom: 2.25rem
}

@media print,
screen and (min-width:40em) {
    .addons__section {
        margin-bottom: 2.8125rem
    }
}

@media print,
screen and (min-width:75em) {
    .addons__section {
        margin-bottom: 1.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.addons__line {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3.4375rem;
    -ms-flex: 0 0 3.4375rem;
    flex: 0 0 3.4375rem
}

.addons__items {
    margin: 0 -.625rem
}

@media print,
screen and (min-width:40em) {
    .addons__items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print,
screen and (min-width:75em) {
    .addons__items {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-width: -webkit-calc(100% - 5.9375rem);
        max-width: calc(100% - 5.9375rem);
        margin-left: auto;
        padding: 0 0 1.25rem
    }
}

.addons__item {
    margin: 1.875rem .625rem
}

@media screen and (max-width:74.99875em) {
    .addons__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media print,
screen and (min-width:40em) {
    .addons__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        margin: 1.875rem .625rem;
        max-width: -webkit-calc(50% - 1.25rem);
        max-width: calc(50% - 1.25rem)
    }
}

@media print,
screen and (min-width:75em) {
    .addons__item {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: 0;
        max-width: 12rem;
        margin-right: 0;
        padding: 0 .625rem;
        text-align: center
    }
}

@media screen and (min-width:90em) {
    .addons__item {
        max-width: 15.625rem
    }
}

.addons__ico {
    display: inline-block
}

@media screen and (max-width:74.99875em) {
    .addons__ico {
        width: -webkit-calc(100%/6*2 - 1.25rem);
        width: calc(100%/6*2 - 1.25rem);
        height: 3.75rem;
        margin-right: 1.25rem
    }
}

@media print,
screen and (min-width:75em) {
    .addons__ico {
        margin-bottom: 1.875rem;
        height: 3.75rem !important
    }
}

.addons__text {
    margin: .625rem 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    color: #293048
}

@media screen and (max-width:39.99875em) {
    .addons__text {
        max-width: 10.625rem
    }
}

.ask-block {
    position: relative;
    overflow: hidden;
    background-color: #293048;
    color: #9d9daf
}

.ask-block__anons {
    position: relative;
    z-index: 2;
    padding: 2.875rem 0 3.75rem;
    -webkit-animation: fade-in-block .5s ease forwards;
    animation: fade-in-block .5s ease forwards
}

.anons-on-hidden > .ask-block__anons {
    -webkit-animation: fade-out-block .5s ease forwards;
    animation: fade-out-block .5s ease forwards
}

.anons-is-hidden .ask-block__anons {
    display: none
}

@media print,
screen and (min-width:40em) {
    .ask-block__anons {
        padding: 3.125rem 0 3.4375rem
    }
}

@media print,
screen and (min-width:75em) {
    .ask-block__anons {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .ask-block__anons-text {
        margin-left: 7rem;
        margin-right: 10.625rem
    }
}

.ask-block__anons-heading {
    margin-bottom: 1.25rem;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #fff
}

@media print,
screen and (min-width:40em) {
    .ask-block__anons-heading {
        font-size: 2.5rem;
        line-height: 1.225
    }
}

@media print,
screen and (min-width:75em) {
    .ask-block__anons-heading {
        margin-bottom: 2.5rem
    }
}

.ask-block__anons-subheading {
    margin-bottom: 1.75rem;
    font-size: .875rem;
    color: #00cf6f;
    text-transform: uppercase
}

@media print,
screen and (min-width:40em) {
    .ask-block__anons-subheading {
        margin-bottom: 2.1875rem;
        font-size: 1.125rem;
        line-height: 1.2222222222
    }
}

@media print,
screen and (min-width:75em) {
    .ask-block__anons-subheading {
        margin-bottom: 0
    }
}

@media screen and (max-width:39.99875em) {
    .ask-block__anons-button {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        font-size: 1.125rem
    }
}

@media screen and (min-width:40em) and (max-width:74.99875em) {
    .ask-block__anons-button {
        width: 100%
    }
}

.ask-block__form {
    display: none;
    position: relative;
    z-index: 2;
    padding: 3.125rem 0 0
}

.show-form .ask-block__form {
    -webkit-animation: fade-in-block .75s ease forwards;
    animation: fade-in-block .75s ease forwards;
    display: block
}

.form-on-hidden .ask-block__form {
    display: block;
    -webkit-animation: fade-out-block .75s ease forwards;
    animation: fade-out-block .75s ease forwards
}

@media print,
screen and (min-width:40em) {
    .ask-block__form {
        padding: 3.125rem 1.5rem 0
    }
}

@media print,
screen and (min-width:75em) {
    .ask-block__form {
        padding: 3.125rem 12.890625% 6.25rem 22.5rem
    }
}

.ask-block__close {
    position: absolute;
    top: .375rem;
    right: -1.125rem;
    display: block;
    padding: 0;
    background: 0 0;
    border: 0;
    cursor: pointer;
    color: #9d9daf;
    -webkit-transition: color .15s;
    -o-transition: color .15s;
    transition: color .15s
}

.ask-block__close svg {
    display: block;
    stroke: currentColor
}

@media print,
screen and (min-width:40em) {
    .ask-block__close {
        top: 1.125rem;
        right: -.625rem
    }
}

@media print,
screen and (min-width:75em) {
    .ask-block__close {
        top: 2rem;
        right: 6.875rem
    }
}

.ask-block__close:hover {
    color: #00cf6f
}

.ask-block__cup {
    margin: 4.375rem 1.375rem -25%
}

@media print,
screen and (min-width:40em) {
    .ask-block__cup {
        max-width: 26.5rem;
        margin: .625rem auto -6.875rem
    }
}

@media print,
screen and (min-width:75em) {
    .ask-block__cup {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -8.125rem;
        margin: 0;
        width: 24.375rem
    }
}

.ask-block .form__privacy,
.ask-block .form__tips {
    color: inherit
}

.ask-block .form-field,
.ask-block .form__heading,
.ask-block .form__success-heading {
    color: #fff
}

.ask-block .form__success-text {
    color: #00cf6f
}

.ask-block__line {
    position: absolute;
    z-index: 0;
    opacity: .5;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

@media screen and (max-width:74.99875em) {
    .ask-block__line {
        display: none !important
    }
}

.ask-block__line:nth-of-type(n+3) {
    opacity: 0
}

.show-form .ask-block__line:nth-of-type(n+3) {
    -webkit-animation-name: line-animation;
    animation-name: line-animation;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.ask-block__line:nth-of-type(1) {
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
    bottom: 0;
    right: 5.540166205%
}

.ask-block__line:nth-of-type(1)::before,
.ask-block__line:nth-of-type(2)::before,
.ask-block__line:nth-of-type(3)::before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    content: "";
    width: 18.5rem;
    height: 2.5rem;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
    background-color: #8b7adf;
    display: block
}

.ask-block__line:nth-of-type(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    top: 3.0940594059%;
    right: 2.0775623269%
}

.ask-block__line:nth-of-type(2)::before,
.ask-block__line:nth-of-type(3)::before {
    width: 7.75rem;
    height: 1rem
}

.ask-block__line:nth-of-type(3) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
    top: 16.4603960396%;
    left: -10.1108033241%
}

.ask-block__line:nth-of-type(3)::before {
    width: 16.125rem;
    height: 2.125rem
}

.ask-block__line:nth-of-type(4) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    top: 32.1782178218%;
    left: 9.0027700831%
}

.ask-block__line:nth-of-type(4)::before,
.ask-block__line:nth-of-type(5)::before,
.ask-block__line:nth-of-type(6)::before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    content: "";
    width: 11.5rem;
    height: 1.5rem;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
    background-color: #8b7adf;
    display: block
}

.ask-block__line:nth-of-type(5) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
    top: 26.8564356436%;
    right: 15.3739612188%
}

.ask-block__line:nth-of-type(5)::before,
.ask-block__line:nth-of-type(6)::before {
    width: 5.5625rem;
    height: 1rem
}

.ask-block__line:nth-of-type(6) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    bottom: 26.2376237624%;
    left: 5.4016620499%
}

.ask-block__line:nth-of-type(6)::before {
    width: 7.875rem;
    height: .75rem
}

.order-block {
    overflow: hidden
}

.order-block__body {
    margin-bottom: 1.125rem
}

@media print,
screen and (min-width:75em) {
    .order-block__body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.order-block__heading {
    margin: 0 0 3.125rem;
    line-height: 1.25
}

@media print,
screen and (min-width:75em) {
    .order-block__heading {
        margin-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.order-block__number {
    margin-right: 3.125rem
}

@media screen and (max-width:74.99875em) {
    .order-block__number {
        display: none !important
    }
}

@media print,
screen and (min-width:75em) {
    .order-block__detail-heading {
        margin-bottom: 5.375rem
    }
}

.order-block__details {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

@media print,
screen and (min-width:75em) {
    .order-block__details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .order-block__details-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}

.order-block__details-line {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3.4375rem;
    -ms-flex: 0 0 3.4375rem;
    flex: 0 0 3.4375rem
}

.order-block__details-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%
}

@media print,
screen and (min-width:75em) {
    .order-block__details-body {
        max-width: -webkit-calc(100% - 3.4375rem);
        max-width: calc(100% - 3.4375rem);
        margin-top: 3rem
    }
}

.order-block__summary {
    position: relative;
    z-index: 20;
    margin: 0 -1.5rem;
    padding: 8.5rem 1.5rem 7.1875rem;
    -webkit-border-bottom-left-radius: 3.125rem;
    border-bottom-left-radius: 3.125rem;
    background-color: #293048;
    background-image: url(../img/dark-bg-sm.png?17356f37724);
    background-repeat: no-repeat;
    background-position: right center;
    color: #fff
}

@media print,
screen and (min-width:40em) {
    .order-block__summary {
        margin: 0 -2.5rem;
        padding: 10.375rem 2.5rem 10rem;
        background-image: url(../img/dark-bg-md.png?17356f298ec)
    }
}

@media print,
screen and (min-width:75em) {
    .order-block__summary {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.75rem;
        -ms-flex: 0 0 33.75rem;
        flex: 0 0 33.75rem;
        margin: .875rem -5rem 5.625rem 0;
        padding: 6.25rem 3.75rem 5.625rem 5.625rem;
        max-width: -webkit-calc(28.125rem + 5rem);
        max-width: calc(28.125rem + 5rem);
        background-image: url(../img/dark-bg-lg.png?1740605e69c);
        background-position: right top;
        -webkit-background-size: 100% auto;
        background-size: 100% auto
    }
}

.order-block__button {
    margin-top: 1.25rem
}

.pre-order-block {
    padding: 3.5rem 0 0
}

@media print,
screen and (min-width:40em) {
    .pre-order-block {
        padding-top: 5rem
    }
}

@media print,
screen and (min-width:75em) {
    .pre-order-block {
        padding-top: 5.5rem
    }
}

.pre-order-block__heading {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 3.125rem
}

@media print,
screen and (min-width:40em) {
    .pre-order-block__heading {
        margin-bottom: 3.75rem;
        font-size: 1.875rem
    }
}

@media print,
screen and (min-width:75em) {
    .pre-order-block__heading {
        font-size: 2.5rem;
        font-weight: 700;
        margin-bottom: 6rem
    }
}

.pre-order-block__step {
    margin-bottom: 4.6875rem
}

@media print,
screen and (min-width:40em) {
    .pre-order-block__step {
        margin-top: 3.75rem;
        margin-bottom: 7.8125rem
    }
}

@media print,
screen and (min-width:75em) {
    .pre-order-block__step {
        margin: 2.5rem 0
    }
}

.step {
    position: relative
}

@media print,
screen and (min-width:75em) {
    .step {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 .5rem
    }
}

.step__heading {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.5rem;
    font-size: 1rem;
    color: #293048;
    font-weight: 500
}

@media print,
screen and (min-width:40em) {
    .step__heading {
        font-size: 1.375rem;
        color: #000
    }
}

@media print,
screen and (min-width:75em) {
    .step__heading {
        margin-bottom: 1.25rem;
        font-weight: 400;
        font-size: 1.5rem;
        color: #293048
    }
}

.step__number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 1.25rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid currentColor;
    font-size: 1.125rem;
    color: #00cf6f
}

@media print,
screen and (min-width:75em) {
    .step__number {
        width: 3.4375rem;
        height: 3.4375rem;
        margin-right: 3.125rem;
        font-size: 1.5rem
    }
}

.step__status {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3.4375rem;
    -ms-flex: 0 0 3.4375rem;
    flex: 0 0 3.4375rem;
    margin-right: 3.125rem;
    -webkit-transition: background-position 1s;
    -o-transition: background-position 1s;
    transition: background-position 1s
}

@media screen and (max-width:74.99875em) {
    .step__status {
        display: none !important
    }
}

.step__status[data-arrow-step="1"],
.step__status[data-arrow-step="2"],
.step__status[data-arrow-step="3"] {
    background-position: center bottom -100%
}

.step__status[data-arrow-step="1"]::after,
.step__status[data-arrow-step="2"]::after,
.step__status[data-arrow-step="3"]::after {
    opacity: 0
}

[data-step="1"] .step__status[data-arrow-step="1"],
[data-step="2"] .step__status[data-arrow-step="1"],
[data-step="2"] .step__status[data-arrow-step="2"],
[data-step="3"] .step__status[data-arrow-step="1"],
[data-step="3"] .step__status[data-arrow-step="2"],
[data-step="3"] .step__status[data-arrow-step="3"] {
    background-position: center bottom
}

[data-step="1"] .step__status[data-arrow-step="1"]::after,
[data-step="2"] .step__status[data-arrow-step="1"]::after,
[data-step="2"] .step__status[data-arrow-step="2"]::after,
[data-step="3"] .step__status[data-arrow-step="1"]::after,
[data-step="3"] .step__status[data-arrow-step="2"]::after,
[data-step="3"] .step__status[data-arrow-step="3"]::after {
    opacity: 1
}

.step__status::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 1.5rem;
    display: block;
    height: 1.5rem;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%20fill%3D%22%238B7ADF%22%2F%3E%0A%20%20%20%20%3Cpath%20d%3D%22M15.27%2010.04l-4.8%204.8-2.18-2.19%22%20stroke%3D%22%23fff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%0A%20%20%20%20%20%20%20%20%20%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E);
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .25s ease 1s;
    -o-transition: opacity .25s ease 1s;
    transition: opacity .25s ease 1s
}

.step__items {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    overflow: auto;
    padding: 0 0 0 1.5rem
}

@media screen and (max-width:74.99875em) {
    .step__items::-webkit-scrollbar {
        height: 0
    }
}

@media print,
screen and (min-width:40em) {
    .step__items {
        width: 100%;
        margin: 0;
        padding: 0 2.5rem;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print,
screen and (min-width:75em) {
    .step__items {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 3.25rem 0 5rem
    }
}

.step__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.show-scroll .step__item:last-child {
    padding-right: 1.5rem
}

.step__item:not(:last-child) {
    margin-right: 1.875rem
}

@media print,
screen and (min-width:75em) {
    .step__item:not(:last-child) {
        margin-right: 8.5%
    }

    .is-large-steps .step__item:not(:last-child) {
        margin-right: 14.5%
    }
}

.step__scroll-container {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 57.5rem;
    width: -webkit-calc(100% + 3rem);
    width: calc(100% + 3rem);
    margin: 0 -1.5rem;
    overflow: hidden;
    
}

@media print,
screen and (min-width:40em) {
    .step__scroll-container {
        width: -webkit-calc(100% + 5rem);
        width: calc(100% + 5rem);
        margin: 0 -2.5rem
    }
}

@media print,
screen and (min-width:75em) {
    .step__scroll-container {
        max-width: -webkit-calc(100% - 6.5625rem);
        max-width: calc(100% - 6.5625rem)
    }
}

.step__scroll {
    position: absolute;
    top: 1.125rem;
    padding: 0;
    border: 0;
    background-color: #efefef;
    color: #8b7adf;
    display: none;
}

.cup::after,
.show-scroll ~ .step__scroll {
    display: block
}

.can-backward .step__scroll,
.can-forwards .step__scroll,
.step__scroll:hover {
    background-color: #8b7adf;
    color: #fff
}

.step__scroll--left {
    left: 0;
    padding-right: .3125rem;
    -webkit-border-radius: 0 1.25rem 1.25rem 0;
    border-radius: 0 1.25rem 1.25rem 0
}

.step__scroll--right {
    right: 0;
    padding-left: .3125rem;
    -webkit-border-radius: 1.25rem 0 0 1.25rem;
    border-radius: 1.25rem 0 0 1.25rem
}

.step__scroll svg {
    display: block;
    width: 2.3125rem;
    height: 2.3125rem;
    stroke: currentColor
}

.cup {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 1.25rem 1.25rem 2.5rem rgba(0, 0, 0, .5);
    box-shadow: 1.25rem 1.25rem 2.5rem rgba(0, 0, 0, .5);
    background-image: url(../img/cup.png?1735c024bd2);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center
}

.cup::after {
    content: "";
    width: 100%;
    padding-bottom: 100%
}

.device-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.device-list__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 4.6875rem
}

@media print,
screen and (min-width:40em) {
    .device-list__item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 33%;
        -ms-flex: 1 1 33%;
        flex: 1 1 33%;
        min-width: 18.75rem
    }
}

.program__number {
    position: absolute;
    z-index: -1
}

.device__number,
.program__number {
    top: .75rem;
    left: -2.25rem;
    font-size: 10.875rem;
    font-weight: 700;
    line-height: 1;
    color: #f2f2f2
}

.device__number::before,
.program__number::before {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block;
    content: "";
    width: 2rem;
    height: .375rem;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
    background-color: #f2f2f2
}

@media print,
screen and (min-width:40em) {

    .device__number,
    .program__number {
        top: -2.1875rem;
        left: 1.125rem
    }
}

@media print,
screen and (min-width:75em) {

    .device__number,
    .program__number {
        top: -2.1875rem;
        left: 0
    }
}

.device,
.device__number {
    position: relative
}

.device__number {
    display: inline-block;
    z-index: 1;
    left: 0;
    top: 0;
    margin-bottom: 2.1875rem;
    margin-top: -1.875rem
}

.device__img {
    position: absolute;
    top: .8125rem;
    z-index: 1;
    left: 78.1609195402%;
    max-width: 300%
}

.device__text {
    font-size: 1.125rem;
    line-height: 1.2222222222
}

@media print,
screen and (min-width:40em) {
    .device__text {
        padding-left: 2.8125rem;
        font-size: 1.125rem;
        line-height: 1.25
    }
}

@media print,
screen and (min-width:75em) {
    .device__text {
        font-size: 1rem
    }
}

.goals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem
}

@media print,
screen and (min-width:40em) {
    .goals {
        font-size: 1.25rem
    }
}

@media screen and (min-width:40em) and (min-width:640px) {
    .goals {
        font-size: -webkit-calc(1.25rem + 10*((100vw - 40rem)/ 799));
        font-size: calc(1.25rem + 10*((100vw - 40rem)/ 799))
    }
}

@media screen and (min-width:40em) and (min-width:1439px) {
    .goals {
        font-size: 1.875rem
    }
}

@media print,
screen and (min-width:75em) {
    .goals {
        font-size: 1.25rem
    }
}

@media screen and (min-width:75em) and (min-width:1440px) {
    .goals {
        font-size: -webkit-calc(1.25rem + 10*((100vw - 90rem)/ 480));
        font-size: calc(1.25rem + 10*((100vw - 90rem)/ 480))
    }
}

@media screen and (min-width:75em) and (min-width:1920px) {
    .goals {
        font-size: 1.875rem
    }
}

.goals__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -.9375rem
}

@media screen and (max-width:39.99875em) {
    .goals__list {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print,
screen and (min-width:75em) {
    .goals__list {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.goals__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 7.5rem;
    margin: .5rem .875rem
}

@media print,
screen and (min-width:40em) {
    .goals__item {
        min-width: 6.25rem
    }
}

.goals__item-val {
    position: relative;
    text-align: right;
    color: #8b7adf;
    font-weight: 700;
    font-size: 1.5rem
}

@media print,
screen and (min-width:40em) {
    .goals__item-val {
        font-size: 1.5em
    }
}

.goals__item-text {
    position: relative;
    font-weight: 700;
    font-size: .875rem;
    color: #fff
}

.goals__item-text:first-child {
    margin-right: .5rem
}

.goals__item-text:not(:first-child) {
    margin-left: .5rem
}

@media print,
screen and (min-width:40em) {
    .goals__item-text {
        font-size: 1em
    }
}

.main-screen {
    overflow: hidden;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e8e8ec), to(#dfdfe4)), #c4c4c4;
    background: -webkit-linear-gradient(top, #e8e8ec 0, #dfdfe4 100%), #c4c4c4;
    background: -o-linear-gradient(top, #e8e8ec 0, #dfdfe4 100%), #c4c4c4;
    background: linear-gradient(180deg, #e8e8ec 0, #dfdfe4 100%), #c4c4c4
}

@media print,
screen and (min-width:75em) {
    .main-screen {
        height: calc(100vh - 5.4vh - 94px);
    }
}

.main-screen__heading {
    margin-bottom: 2rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2307692308
}

@media print,
screen and (min-width:40em) {
    .main-screen__heading {
        font-size: 2.5rem;
        max-width: 90%;
        margin-bottom: 2.5rem
    }
}

@media print,
screen and (min-width:75em) {
    .main-screen__heading {
        font-size: 3.25rem
    }
}

@media screen and (min-width:75em) and (min-width:1440px) {
    .main-screen__heading {
        font-size: -webkit-calc(3.25rem + 26*((100vw - 90rem)/ 480));
        font-size: calc(3.25rem + 26*((100vw - 90rem)/ 480))
    }
}

@media screen and (min-width:75em) and (min-width:1920px) {
    .main-screen__heading {
        font-size: 4.875rem
    }
}

@media screen and (max-height:900px) {
    .main-screen__heading {
        font-size: 5vh;
        margin-bottom: 2.4vh;
    }
}

.main-screen__subtitle {
    margin-bottom: 1.25rem;
    font-size: 1rem;
    line-height: 1.25
}

@media print,
screen and (min-width:40em) {
    .main-screen__subtitle {
        line-height: 1.2142857143;
        margin-bottom: 1.875rem;
        font-size: 1.75rem
    }
}

@media screen and (min-width:40em) and (min-width:1440px) {
    .main-screen__subtitle {
        font-size: -webkit-calc(1.75rem + 14*((100vw - 90rem)/ 480));
        font-size: calc(1.75rem + 14*((100vw - 90rem)/ 480))
    }
}

@media screen and (min-width:40em) and (min-width:1920px) {
    .main-screen__subtitle {
        font-size: 2.625rem
    }
}

@media print,
screen and (min-width:75em) {
    .main-screen__subtitle {
        max-width: 35%
    }
}
@media screen and (max-height:900px) {
    .main-screen__subtitle {
        font-size: 3.4vh;
        margin-bottom: 2.5vh;
    }
}

.main-screen__body {
    padding-top: 14.0845070423vh;
    padding-bottom: 2.5rem;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/main-bg.png?17401d28f24);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
/*    background-attachment: fixed;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media print,
screen and (min-width:40em) {
    .main-screen__body {
        padding-top: 27.6349614396vh;
        padding-bottom: 14.1388174807vh
    }
}

@media print,
screen and (min-width:75em) {
    .main-screen__body {
        padding-top: 13vh;
        padding-bottom: 10vh
    }
}
@media print,
screen and (max-height: 900px) {
    .main-screen__body {
        padding-top: 16vh;
    }
}

.main-screen__goals {
    margin-bottom: .75rem
}

@media print,
screen and (min-width:75em) {
    .main-screen__goals {
        margin-top: 0;
        margin-left: 3.75rem
    }
}

.main-screen__achievements {
    margin-top: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width:75em) {
    .main-screen__achievements {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.media-menu__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -.625rem;
    padding: 0;
    list-style: none
}

.media-menu__item {
    margin: 0 .625rem
}

.media-menu__link svg {
    fill: #9d9daf;
    -webkit-transition: fill .15s;
    -o-transition: fill .15s;
    transition: fill .15s
}

.media-menu__link:hover svg {
    fill: #00cf6f
}

.modal-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: opacity 5s;
    -o-transition: opacity 5s;
    transition: opacity 5s;
    opacity: 0;
    overflow-y: auto;
    background-color: rgba(0, 207, 111, .3)
}

.modal-wrapper.is-open {
    opacity: 1;
    -webkit-animation: modal-show .5s;
    animation: modal-show .5s
}

.modal-wrapper__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: rgba(0, 207, 111, .3);
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s
}

.modal-visible .modal {
    opacity: 1;
    z-index: 200;
    visibility: visible
}

.modal-visible {
    overflow: hidden
}

.modal__close {
    position: absolute;
    top: 1.125rem;
    right: 1.125rem;
    padding: 0;
    border: 0;
    background: 0 0;
    display: block;
    outline: 0;
    cursor: pointer;
    color: #293048
}

.modal__close:hover {
    color: #00cf6f
}

.glide__arrow svg,
.modal__close svg {
    stroke: currentColor
}

.modal .modal-inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    position: relative;
    max-width: 43.75rem;
    margin: auto;
    padding-top: 4.375rem;
    padding-bottom: 4.75rem;
    background: #fff
}

.modal-visible .modal .modal-inner {
    -webkit-animation: fade-modal .25s forwards;
    animation: fade-modal .25s forwards
}

[aria-hidden=true] {
    display: none
}

.order-detail {
    margin: 2.375rem 0;
    padding: 1.125rem 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    color: #293048
}

.order-detail__title {
    margin-top: 1.875rem;
    margin-bottom: .625rem;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.05
}

.order-detail__item {
    font-size: .875rem;
    line-height: 1.2142857143
}

.order-detail__alert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 20rem;
    margin: 1.875rem 0;
    font-size: .8125rem;
    line-height: 1.25
}

.order-detail__alert .req {
    margin-right: .375rem;
    font-size: 1rem
}

.order-detail__summary {
    margin: 1.875rem 0;
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.05
}

.partners-slider {
    padding: 2.1875rem 4.125rem;
    background-color: rgba(157, 157, 175, .1)
}

@media print,
screen and (min-width:40em) {
    .partners-slider {
        padding: 2.1875rem 5.3125rem
    }
}

@media print,
screen and (min-width:75em) {
    .partners-slider {
        padding: 2.8vh 7.5rem 2.6vh;
    }
}

.partners-slider .glide__slide {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.glide {
    position: relative
}

.glide__arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    width: 4.125rem;
    height: 4.125rem;
    background-color: transparent;
    outline: 0;
    cursor: pointer;
    color: #8b7adf;
    -webkit-transition: color .25s, background-color .25s;
    -o-transition: color .25s, background-color .25s;
    transition: color .25s, background-color .25s
}

.glide__arrow:hover {
    color: #fff;
    background: #00cf6f
}

.glide__arrow--left {
    left: -4.125rem
}

.glide__arrow--right {
    right: -4.125rem
}

.program {
    position: relative;
    margin-bottom: 2.8125rem
}

@media print,
screen and (min-width:40em) {
    .program {
        margin-bottom: 7.375rem;
        padding-left: 7rem
    }
}

@media print,
screen and (min-width:75em) {
    .program {
        padding-left: 5.625rem;
        margin-bottom: 4.875rem
    }
}

.program__license,
.program__name {
    margin-bottom: 1.4375rem
}

.program__license {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem
}

@media print,
screen and (min-width:40em) {
    .program__license {
        font-size: 1rem
    }
}

@media print,
screen and (min-width:75em) {
    .program__license {
        font-size: .875rem
    }
}

.program__logo {
    width: 6.875rem;
    height: 1.5625rem
}

.program__ico {
    width: 2.4375rem;
    height: 2.5rem;
    margin-right: 1.3125rem
}

.program__text {
    font-size: 1.125rem;
    line-height: 1.4;
    color: #000
}

@media print,
screen and (min-width:75em) {
    .program__text {
        font-size: 1rem;
        max-width: 75%
    }
}

.program__link {
    display: block;
    color: #4ecf6f;
    margin-top: 20px;
}

[data-section] {
    padding-bottom: 1px
}

.selected-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1.5625rem 2.5rem;
    padding: 0;
    list-style: none
}

.selected-options__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .625rem 1.5625rem;
    text-transform: uppercase;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    color: #000
}

.selected-options__item svg {
    display: block;
    margin-right: 1rem
}

.site-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: .75rem
}

@media print,
screen and (min-width:40em) {
    .site-header {
        padding-top: 2.5rem
    }
}

.site-header__logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 7.5rem;
    -ms-flex: 0 1 7.5rem;
    flex: 0 1 7.5rem;
    margin-right: auto;
}

@media print,
screen and (min-width:40em) {
    .site-header__logo {
        -webkit-box-flex: 0;
        -webkit-flex: 0 1 12.5rem;
        -ms-flex: 0 1 12.5rem;
        flex: 0 1 12.5rem
    }
}

.site-header__logo svg {
    display: block;
    width: 100%;
    max-height: 2.8125rem
}

.site-header__phone {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    color: #fff
}

@media print,
screen and (min-width:40em) {
    .site-header__phone {
        font-size: 1.25rem
    }
}

.site-header__phone:hover {
    text-decoration: underline
}

.step-number {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 2.25rem;
    -ms-flex: 0 0 2.25rem;
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #00cf6f;
    font-size: 1.125rem;
    line-height: 1
}

@media print,
screen and (min-width:75em) {
    .step-number {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 3.4375rem;
        -ms-flex: 0 0 3.4375rem;
        flex: 0 0 3.4375rem;
        width: 3.4375rem;
        height: 3.4375rem;
        font-size: 1.5rem
    }

    .step-block {
        padding-left: .5rem
    }
}

.summary {
    padding-bottom: 2.5rem;
    color: inherit
}

.summary__heading {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.05
}

@media print,
screen and (min-width:75em) {
    .summary__heading {
        position: relative
    }

    .summary__heading::before {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: inline-block;
        content: "";
        width: 2.65rem;
        height: .5rem;
        -webkit-transform: skew(-45deg);
        -ms-transform: skew(-45deg);
        transform: skew(-45deg);
        background-color: #8b7adf;
        position: absolute;
        left: -3.875rem;
        bottom: .35em
    }
}

.program-group {
    margin-bottom: 20px;
}

.summary__choices {
    margin-bottom: 30px;
    padding: 30px 0;
    border-top: 1px solid #00CF6F;
    border-bottom: 1px solid #00CF6F;
}
.summary__choices-item {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.05;
    color: #FFFFFF;
}
.summary__choices-item:last-child {
    margin-bottom: 0;
}
.summary__choices-bonus {
    margin-top: 10px;
    color: #00CF6F;
    font-size: .875rem;
    line-height: 1.2;
}

.summary__title {
    position: relative;
    font-size: .875rem;
    line-height: 1.2142857143;
    margin-right: .625rem
}

.summary__price {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25
}

.total-summary {
    margin-bottom: .25rem;
    color: inherit
}

@media print,
screen and (min-width:75em) {
    .total-summary {
        margin-top: 30px
    }
}

.total-summary__heading {
    font-size: .875rem;
    line-height: 1.2142857143;
    margin-right: .625rem
}

.total-summary__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.total-summary__title {
    font-size: .875rem;
    line-height: 1.2142857143;
    margin-right: .625rem
}

.total-summary__old-price {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.1111111111
}

.total-summary__old-price::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 110%;
    height: 2px;
    content: "";
    background-color: #00cf6f
}

.total-summary__price {
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1.1904761905
}

.total-summary__alert {
    position: relative;
    max-width: 20rem;
    margin-top: 1.375rem;
    padding-left: 1em;
    font-size: .8125rem;
    line-height: 1.25
}

.total-summary__alert .req {
    left: 0;
    position: absolute;
    font-size: 1rem
}

.add-01,
.add-02 {
    width: 4.5625rem;
    height: 3.75rem
}

.add-02 {
    width: 3.9375rem
}

.add-03,
.add-04 {
    width: 3.75rem;
    height: 3.75rem
}

.add-04 {
    width: 4.0625rem
}

.add-11,
.add-12 {
    width: 3.3125rem;
    height: 3.75rem
}

.add-12 {
    width: 4rem
}

.add-13 {
    width: 3.8125rem;
    height: 3.875rem
}

.add-14 {
    width: 3.75rem;
    height: 3.75rem
}

.add-15 {
    width: 3.6875rem;
    height: 3.6875rem
}

.ar-l,
.ar-r {
    width: 2.1875rem;
    height: 2.3125rem
}

.ar-r {
    width: 2.25rem
}

.check {
    width: 1.5rem;
    height: 1.5625rem
}

.chevron-left,
.chevron-right {
    width: 4.1875rem;
    height: 4.1875rem
}

.cross {
    width: 3.1875rem;
    height: 3.1875rem
}

.fb,
.inst {
    width: 1.875rem;
    height: 1.875rem
}

.license-1,
.license-2,
.license-3,
.license-4 {
    width: 2.4375rem;
    height: 2.625rem
}

.logo {
    width: 7.25rem;
    height: 1.625rem
}

.ok,
.plus-r {
    width: 1.5rem;
    height: 1.5rem
}

.plus {
    width: 2rem;
    height: 2rem
}

.tips-ico {
    width: 1.25rem;
    height: 1.25rem
}

.vk {
    width: 1.875rem;
    height: 1.875rem
}

@media screen and (max-width:74.99875em) {
    .show-for-large {
        display: none !important
    }
}

.hidden,
[data-step="0"] [data-show-step="1"],
[data-step="0"] [data-show-step="2"],
[data-step="0"] [data-show-step="3"],
[data-step="1"] [data-show-step="2"],
[data-step="1"] [data-show-step="3"],
[data-step="2"] [data-show-step="3"] {
    display: none
}

body,
html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

a[name] {
    -webkit-transform: translate(0, -3.125rem);
    -ms-transform: translate(0, -3.125rem);
    transform: translate(0, -3.125rem)
}

@media print,
screen and (min-width:75em) {
    ::-webkit-scrollbar {
        width: .625rem
    }

    ::-webkit-scrollbar-track {
        background-color: #293048
    }

    ::-webkit-scrollbar-thumb {
        background-color: #00cf6f
    }
}

.button-stroke {
    display: block;
    padding: 12px 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
    border: 1px solid #00CF6F;
    border-radius: 4px;
    background-color: transparent;
    transition: background-color ease 0.35s;
}
.button-stroke:hover {
    background-color: #00CF6F;
}
.site-header__button {
    margin-left: 4%;
}
.order-block__add-device-summary {
    margin-top: 20px;
}

@media screen and (max-width: 580px) {
    .site-header {
        flex-wrap: wrap;
    }
    .site-header__button {
        margin: 10px 0 0 auto;
        padding: 8px 20px;
    }
}