@charset "UTF-8";
.menu__link {
    position: relative;
}

.menu__link::before {
    content: '';
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
            transform: scaleX(0);
}

.menu__link:hover::before {
    -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1);
}

.stats__item, .menu__item {
    position: relative;
    padding: 0 10px;
    padding: 0 0.625rem;
}

.stats__item::after, .menu__item::after {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    width: 1px;
    height: 11px;
    left: 0;
}

.stats__item:first-child, .menu__item:first-child {
    padding-left: 0;
}

.stats__item:first-child::after, .menu__item:first-child::after {
    display: none;
}

.radio__field[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    margin: -0.0625rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
    font-family: sans-serif;
    /* 1 */
    line-height: 1.15;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
    margin: 1em 2.5rem;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
    outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
    font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
    display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    margin: 0 0.125rem;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}

/* reset browsers */
* {
    box-sizing: border-box;
}

*::before, *::after {
    box-sizing: border-box;
}

* ::-moz-selection {
    background: #d6308a;
    color: #fff;
}

* ::selection {
    background: #d6308a;
    color: #fff;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

input, select, textarea, button {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

button {
    cursor: pointer;
    background: transparent;
}

h1, h2, h3, h4, h5, p, strong {
    margin: 0;
    padding: 0;
}

ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #d6308a;
    text-decoration: none;
}

a:hover {
    color: #d6308a;
    text-decoration: none;
}

/* placeholder cross-browser */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #ссс;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #ссс;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #ссс;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #ссс;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
}

input.placeholder, textarea.placeholder {
    color: #ссс !important;
}

/* general styles */
html {
    height: 100%;
}

body {
    color: #000;
    background-color: #fff;
    min-width: 320px;
    height: 100%;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Regular.eot");
    src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#Myriad Pro") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Myriad Pro";
        src: url("../fonts/MyriadPro-Regular.svg#Myriad Pro") format("svg");
    }
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Bold.eot");
    src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/MyriadPro-Bold.svg#Myriad Pro") format("svg");
    font-weight: bold;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Myriad Pro";
        src: url("../fonts/MyriadPro-Bold.svg#Myriad Pro") format("svg");
    }
}

@font-face {
    font-family: "Myriad Pro";
    src: url("../fonts/MyriadPro-Semibold.eot");
    src: url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype"), url("../fonts/MyriadPro-Semibold.svg#Myriad Pro") format("svg");
    font-weight: 600;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Myriad Pro";
        src: url("../fonts/MyriadPro-Semibold.svg#Myriad Pro") format("svg");
    }
}

@font-face {
    font-family: "Myriad Pro Italic";
    src: url("../fonts/MyriadPro-It.eot");
    src: url("../fonts/MyriadPro-It.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-It.woff") format("woff"), url("../fonts/MyriadPro-It.ttf") format("truetype"), url("../fonts/MyriadPro-It.svg#Myriad Pro Italic") format("svg");
    font-weight: normal;
    font-style: italic;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Myriad Pro Italic";
        src: url("../fonts/MyriadPro-It.svg#Myriad Pro Italic") format("svg");
    }
}

@font-face {
    font-family: "Myriad Pro Italic";
    src: url("../fonts/MyriadPro-BoldIt.eot");
    src: url("../fonts/MyriadPro-BoldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-BoldIt.woff") format("woff"), url("../fonts/MyriadPro-BoldIt.ttf") format("truetype"), url("../fonts/MyriadPro-BoldIt.svg#Myriad Pro Italic") format("svg");
    font-weight: bold;
    font-style: italic;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Myriad Pro Italic";
        src: url("../fonts/MyriadPro-BoldIt.svg#Myriad Pro Italic") format("svg");
    }
}

@font-face {
    font-family: "Myriad Pro Italic";
    src: url("../fonts/MyriadPro-SemiboldIt.eot");
    src: url("../fonts/MyriadPro-SemiboldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-SemiboldIt.woff") format("woff"), url("../fonts/MyriadPro-SemiboldIt.ttf") format("truetype"), url("../fonts/MyriadPro-SemiboldIt.svg#Myriad Pro Italic") format("svg");
    font-weight: 600;
    font-style: italic;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Myriad Pro Italic";
        src: url("../fonts/MyriadPro-SemiboldIt.svg#Myriad Pro Italic") format("svg");
    }
}

@font-face {
    font-family: "Myriad Pro Condensed";
    src: url("../fonts/MyriadPro-Cond.eot");
    src: url("../fonts/MyriadPro-Cond.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Cond.woff") format("woff"), url("../fonts/MyriadPro-Cond.ttf") format("truetype"), url("../fonts/MyriadPro-Cond.svg#Myriad Pro Condensed") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Myriad Pro Condensed";
        src: url("../fonts/MyriadPro-Cond.svg#Myriad Pro Condensed") format("svg");
    }
}

@font-face {
    font-family: "Myriad Pro Condensed";
    src: url("../fonts/MyriadPro-BoldCond.eot");
    src: url("../fonts/MyriadPro-BoldCond.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-BoldCond.woff") format("woff"), url("../fonts/MyriadPro-BoldCond.ttf") format("truetype"), url("../fonts/MyriadPro-BoldCond.svg#Myriad Pro Condensed") format("svg");
    font-weight: bold;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Myriad Pro Condensed";
        src: url("../fonts/MyriadPro-BoldCond.svg#Myriad Pro Condensed") format("svg");
    }
}

@font-face {
    font-family: "Myriad Pro Condensed";
    src: url("../fonts/MyriadPro-CondIt.eot");
    src: url("../fonts/MyriadPro-CondIt.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-CondIt.woff") format("woff"), url("../fonts/MyriadPro-CondIt.ttf") format("truetype"), url("../fonts/MyriadPro-CondIt.svg#Myriad Pro Condensed") format("svg");
    font-weight: normal;
    font-style: italic;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Myriad Pro Condensed";
        src: url("../fonts/MyriadPro-CondIt.svg#Myriad Pro Condensed") format("svg");
    }
}

@font-face {
    font-family: "Myriad Pro Condensed";
    src: url("../fonts/MyriadPro-BoldCondIt.eot");
    src: url("../fonts/MyriadPro-BoldCondIt.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-BoldCondIt.woff") format("woff"), url("../fonts/MyriadPro-BoldCondIt.ttf") format("truetype"), url("../fonts/MyriadPro-BoldCondIt.svg#Myriad Pro Condensed") format("svg");
    font-weight: bold;
    font-style: italic;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: "Myriad Pro Condensed";
        src: url("../fonts/MyriadPro-BoldCondIt.svg#Myriad Pro Condensed") format("svg");
    }
}

html {
    font-size: 16px;
    font-size: 1rem;
}

@media (max-width: 47.99em) {
    html {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

body {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.375em;
    font-family: "Myriad Pro", Arial, sans-serif;
}

/* container */
.container:before,
.container:after{
    content: ' ';
    display: table;
}
.container:after{
    clear: both;
}
.container {
    margin: auto;
    max-width: 1280px;
    padding: 0 10px;
    zoom: 1;
}

.icon {
    width: 1em;
    height: 1em;
    display: block;
    fill: currentColor;
}

.icon--eye {
    margin: 0 5px 0 0;
    margin: 0 0.3125rem 0 0;
}

.page__bg {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url("../images/general/body-pattern.png") 50% 0 no-repeat;
    pointer-events: none;
}

.page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

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

.page__header, .page__footer {
    -ms-flex-negative: 0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .page__wrapper {
        height: 100%;
    }
}

.header {
    background-color: #000;
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #000;
    position: relative;
}

.header::before {
    display: block;
    height: 35px;
    background-color: #441b31;
    content: '';
}

.header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 15px 0;
    padding: 0.9375rem 0;
}

@media (max-width: 63.99em) {
    .header__row {
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.header__logo {
    margin: -35px 0 -35px -35px;
    margin: -2.1875rem 0 -2.1875rem -2.1875rem;
    -ms-flex-negative: 0;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
    position: relative;
    z-index: 3;
}

@media (max-width: 47.99em) {
    .header__logo {
        -ms-flex-preferred-size: 100%;
            -webkit-flex-basis: 100%;
            flex-basis: 100%;
        margin-bottom: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
        margin-left: 0;
    }
}

.header__info {
    margin: 0 20px 0 0;
    margin: 0 1.25rem 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 63.99em) {
    .header__info {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                -webkit-flex-grow: 1;
                flex-grow: 1;
        margin: 0;
        -ms-flex-preferred-size: 0%;
            -webkit-flex-basis: 0%;
            flex-basis: 0%;
    }
}

@media (max-width: 47.99em) {
    .header__info {
        -ms-flex-preferred-size: 100%;
            -webkit-flex-basis: 100%;
            flex-basis: 100%;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                -webkit-order: 3;
                order: 3;
        margin: 15px 0 0 0;
        margin: 0.9375rem 0 0 0;
    }
}

@media (max-width: 63.99em) {
    .header__platform {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-preferred-size: 100%;
            -webkit-flex-basis: 100%;
            flex-basis: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
    }
}

.logo__link, .logo__img {
    display: block;
}

.info__title {
    font-family: "Myriad Pro Condensed", Arial, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    margin: 0 0 5px;
    margin: 0 0 0.3125rem;
    line-height: 28px;
    line-height: 1.75rem;
}

.info__text {
    color: #fff;
    font-style: italic;
    font-weight: 400;
    font-family: "Myriad Pro Italic", Arial, sans-serif;
    position: relative;
    z-index: 2;
    display: block;
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
}

.info__text::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100px;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 5%, rgba(213, 19, 124, 0.7) 15%, transparent);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 5%, rgba(213, 19, 124, 0.7) 15%, transparent);
    z-index: -1;
    background-size: cover;
}

.info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
}

.info__question {
    position: relative;
}

.info__question::after {
    position: absolute;
    top: -20px;
    background: url("../images/assets/info/bg-question.png") 0 0 no-repeat;
    z-index: 1;
    content: '';
    left: 0;
    height: 55px;
    width: 100%;
}

@media (max-width: 63.99em) {
    .info__question::after {
        height: 86px;
    }
}

@media (max-width: 47.99em) {
    .info__question::after {
        height: 55px;
    }
}

.info__more {
    font-weight: 600;
    font-style: italic;
    font-family: "Myriad Pro Italic", Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 2;
}

.platform {
    border: 1px solid #fff;
    padding: 10px;
    padding: 0.625rem;
    position: relative;
    z-index: 1;
}

.platform__panel {
    background-color: #75b156;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    padding: 10px;
    padding: 0.625rem;
}

.platform__icon {
    font-size: 78px;
    font-size: 4.875rem;
    color: #fff;
}

.platform__item {
    margin: 0 0 0 10px;
    margin: 0 0 0 0.625rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
}

.platform__item::before {
    height: 45px;
    background-color: #65994a;
    width: 1px;
    content: '';
    margin: 0 10px 0 0;
    margin: 0 0.625rem 0 0;
}

.platform__item:first-child {
    margin: 0;
}

.platform__item:first-child::before {
    display: none;
}

.platform__text {
    font-family: "Myriad Pro Condensed", Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    color: #fff;
}

.platform__text:last-child {
    text-align: right;
}

.platform__text--big {
    padding: 5px;
    padding: 0.3125rem;
    border: 1px solid #fff;
    border-radius: 10px;
    border-radius: 0.625rem;
    font-weight: 400;
    font-size: 24px;
    font-size: 1.5rem;
}

.stats {
    background-color: #e6e6e6;
}

.stats__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    margin: 0 -20px;
    margin: 0 -1.25rem;
}

@media (max-width: 47.99em) {
    .stats__row {
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
    }
}

.stats__title {
    text-transform: uppercase;
    font-size: 26px;
    font-size: 1.625rem;
    font-family: "Myriad Pro Condensed", Arial, sans-serif;
    font-weight: 700;
    line-height: 1.1em;
}

@media (max-width: 47.99em) {
    .stats__title {
        text-align: center;
    }
}

.stats__text {
    font-family: "Myriad Pro Condensed", Arial, sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    color: #4e4e4e;
    font-weight: 700;
    display: block;
}

.stats__col {
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
}

.stats__col:first-child {
    -ms-flex-item-align: stretch;
        -webkit-align-self: stretch;
        align-self: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    position: relative;
    padding: 10px 40px 10px 20px;
    padding: 0.625rem 2.5rem 0.625rem 1.25rem;
}

.stats__col:first-child::before {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    content: '';
    width: 1px;
}

@media (max-width: 47.99em) {
    .stats__col:first-child::before {
        display: none;
    }
}

.stats__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
}

.stats__item {
    white-space: nowrap;
}

.stats__item::after {
    background-color: #9c9c9c;
    height: 30px;
}

.headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    padding: 10px 0;
    padding: 0.625rem 0;
}

@media (max-width: 47.99em) {
    .headline {
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
    }
}

.headline__item:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            -webkit-flex: 1 1 0%;
            flex: 1 1 0%;
}

@media (max-width: 47.99em) {
    .headline__item:first-child {
        -ms-flex-preferred-size: auto;
            -webkit-flex-basis: auto;
            flex-basis: auto;
        margin: 0;
    }
}

@media (max-width: 47.99em) {
    .headline__item {
        margin: 10px 0 0;
        margin: 0.625rem 0 0;
    }
}

.headline__title {
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: 400;
    color: #8f8f8f;
}

@media (max-width: 47.99em) {
    .headline__title {
        text-align: center;
    }
}

.pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    margin: -4px -4px 0;
    margin: -0.25rem -0.25rem 0;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
}

.pagination__item {
    margin: 4px 4px 0;
    margin: 0.25rem 0.25rem 0;
}

@media (max-width: 63.99em) {
    .pagination__item {
        display: none;
    }
}

@media (max-width: 63.99em) {
    .pagination__item--mobile {
        display: block;
    }
}

.pagination__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    min-width: 38px;
    min-height: 38px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-decoration: none;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    color: #fff;
    background-color: rgba(1, 1, 1, 0.25);
    font-size: 20px;
    font-size: 1.25rem;
    text-transform: uppercase;
    border-radius: 3px;
    border-radius: 0.1875rem;
    padding: 5px 10px;
    padding: 0.3125rem 0.625rem;
}

.pagination__link:hover, .pagination__link.is-active {
    background-color: #a9447b;
    color: #fff;
}

.pagination__link.is-active {
    cursor: auto;
}

.pagination__link--action {
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 5px 15px;
    padding: 0.3125rem 0.9375rem;
}

.pagination__link--dots {
    background-color: transparent;
    color: rgba(1, 1, 1, 0.25);
    font-size: 30px;
    font-size: 1.875rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            -webkit-align-items: flex-end;
            align-items: flex-end;
    cursor: auto;
}

.pagination__link--dots:hover {
    background-color: transparent;
    color: rgba(1, 1, 1, 0.25);
}

.pagination__link.is-disabled {
    cursor: not-allowed;
    opacity: .6;
}

.cards__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -8px -8px 0;
    margin: -0.5rem -0.5rem 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
}

.cards__item {
    width: 25%;
    padding: 8px 8px 0;
    padding: 0.5rem 0.5rem 0;
}

@media (max-width: 63.99em) {
    .cards__item {
        width: 33.333333%;
    }
}

@media (max-width: 47.99em) {
    .cards__item {
        width: 50%;
    }
}

@media (max-width: 29.99em) {
    .cards__item {
        width: 100%;
    }
}

.card {
    display: block;
    position: relative;
    z-index: 1;
}

.card__content {
    position: relative;
    padding-bottom: 82.5%;
    height: 0;
    display: block;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: transform;
    border: 1px solid #000;
}

.card__content:hover .card__image, .card__content:active .card__image, .card__content:focus .card__image {
    opacity: 0.8;
    -webkit-transform: scale3d(1.2, 1.2, 1);
            transform: scale3d(1.2, 1.2, 1);
}

.card__content:hover .card__icon .icon, .card__content:active .card__icon .icon, .card__content:focus .card__icon .icon {
    fill: rgba(131, 166, 108, .3);
}

.card__content:hover .card__icon::after, .card__content:active .card__icon::after, .card__content:focus .card__icon::after {
    border-color: rgba(156, 184, 138, .3);
}

.card__image {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: transform;
}

.card__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 60px;
    font-size: 3.75rem;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: transform;
    -webkit-transition: color .3s, border-color .3s;
    transition: color .3s, border-color .3s;
}

.card__icon::after {
    position: absolute;
    border: 4px solid rgba(160, 160, 160, .3);
    border-radius: 100px;
    border-radius: 6.25rem;
    background-color: rgba(255,255,255, .3);
    left: -3px;
    top: -3px;
    bottom: -3px;
    right: -3px;
    z-index: -1;
    content: '';
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

@media (max-width: 29.99em) {
    .card__icon {
        font-size: 70px;
        font-size: 4.375rem;
    }
}

.card__footer {
    display: block;
    padding: 5px 0;
    padding: 0.3125rem 0;
}

.card__title {
    color: #841e55;
    text-transform: uppercase;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card__info {
    border-top: 1px solid #bdbdbd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
}

.card__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #a8a8a8;
    padding: 3px 10px;
    padding: 0.1875rem 0.625rem;
    border-left: 1px solid #bdbdbd;
}

.card__text:first-child {
    color: #000;
    margin-right: auto;
    border: 0;
    padding-left: 0;
}

.btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px 0 0 -10px;
    margin: -0.625rem 0 0 -0.625rem;
}

.btn-group__item {
    margin: 10px 0 0 10px;
    margin: 0.625rem 0 0 0.625rem;
}

.btn {
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    border-radius: 2px;
    border-radius: 0.125rem;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .3s , color .3s;
    transition: background-color .3s , color .3s;
    text-align: center;
    font-weight: 600;
    color: #fff;
    box-shadow: 1px 1.7px 0 rgba(0, 0, 0, 0.15);
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.75);
    font-family: "Myriad Pro Italic", Arial, sans-serif;
    font-style: italic;
    min-width: 140px;
}

.btn:hover, .btn:active, .btn:focus {
    color: #fff;
}

.btn--primary {
    background-color: #dc3992;
}

.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
    background-color: #ff229b;
}

.btn--success {
    background-color: #72ac54;
}

.btn--success:hover, .btn--success:active, .btn--success:focus {
    background-color: #69c13b;
}

.btn--sm {
    padding: 10px;
    padding: 0.625rem;
    font-size: 10px;
    font-size: 0.625rem;
}

.btn--lg {
    padding: 15px 30px;
    padding: 0.9375rem 1.875rem;
    font-size: 20px;
    font-size: 1.25rem;
    min-width: 250px;
}

.btn--signup {
    background-color: #72ad54;
    box-shadow: 1px 1.7px 0 rgba(0, 0, 0, 0.15);
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.37);
    color: #fff;
    font-size: 60px;
    font-size: 3.75rem;
    font-weight: 700;
    background: #72ad54 url("../images/assets/btn/btn-signup-bg.png") 0 0 no-repeat;
    display: block;
    width: 100%;
    padding: 10px;
    padding: 0.625rem;
    font-style: normal;
    font-family: "Myriad Pro Condensed", Arial, sans-serif;
    background-size: 50% 100%;
    box-shadow: 14px 7px 30px 0px rgba(0, 0, 0, 0.6);
    white-space: normal;
}

.btn--signup:hover, .btn--signup:active, .btn--signup:focus {
    background-color: #69c13b;
}

@media (max-width: 48em) {
    .btn--signup {
        font-size: 40px;
        font-size: 2.5rem;
    }
}

@media (max-width: 29.99em) {
    .btn--signup {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.player {
    position: relative;
}

.player__container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.player__container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.player__form {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 20;
    width: 100%;
    max-width: 80%;
    height: 73.3%;
}

@media (max-width: 47.99em) {
    .player__form {
        position: static;
        -webkit-transform: none;
                -ms-transform: none;
                transform: none;
        max-width: 100%;
        margin: 30px 0 0;
        margin: 1.875rem 0 0;
    }
}
.form {
    height: 100%;
}
.form__wrap {
    position: relative;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgba(0, 0, 0, 0.3);
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}

.form__wrap::before, .form__wrap::after {
    content: "";
    position: absolute;
    background-image: -webkit-linear-gradient(transparent, rgba(255, 255, 255, 0.5));
    background-image: linear-gradient(transparent, rgba(255, 255, 255, 0.5));
    top: -3px;
    bottom: -3px;
    width: 3px;
}

.form__wrap::before {
    left: -3px;
}

.form__wrap::after {
    right: -3px;
}

@media (max-width: 47.99em) {
    .form__wrap {
        background-color: #232323;
    }
}

.form__content {
    padding: 15px;
    padding: 0.9375rem;
    display: none;
}

.form__icon {
    position: absolute;
    z-index: 20;
    border-radius: 50%;
    background-color: #e471bb;
    width: 80px;
    height: 80px;
    font-size: 40px;
    font-size: 2.5rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    border: 3px solid #000;
    left: -30px;
    top: -30px;
}

@media (max-width: 47.99em) {
    .form__icon {
        left: -10px;
        top: -10px;
        width: 60px;
        height: 60px;
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.form__title {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 15px;
    padding: 0.9375rem;
    background-color: #000;
}

.form__hint {
    font-weight: 400;
    font-size: 19px;
    font-size: 1.1875rem;
    color: #d2cecb;
    text-align: center;
    display: block;
}

.form__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
    padding: 30px;
    padding: 1.875rem;
}

.form__check {
    color: #e471bb;
    font-size: 22px;
    font-size: 1.375rem;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 25px;
    margin: 0 0 1.5625rem;
}

.form__sub {
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}

.form__radio {
    margin: 10px 0 0;
    margin: 0.625rem 0 0;
}

.form__row {
    margin: 20px 0 0;
    margin: 1.25rem 0 0;
}

.form__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
}

.form__protected {
    background-color: #599e46;
    padding: 5px;
    padding: 0.3125rem;
    border-radius: 4px;
    border-radius: 0.25rem;
    color: #fff;
    font-size: 25px;
    font-size: 1.5625rem;
    margin: 0 10px 0 0;
    margin: 0 0.625rem 0 0;
}

.form__text {
    color: #787878;
    font-weight: 400;
    font-size: 27px;
    font-size: 1.6875rem;
}

.form__text span {
    font-size: 17px;
    font-size: 1.0625rem;
}

.form__buttons {
    text-align: center;
    margin: 20px 0;
    margin: 1.25rem 0;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
                transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
                transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
}

.radio__action {
    position: relative;
    display: inline-block;
    margin: 0 10px 0 0;
    margin: 0 0.625rem 0 0;
}

.radio__switch {
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: block;
}

.radio__switch::before, .radio__switch::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    z-index: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border-radius: 50%;
}

.radio__switch::before {
    border: 4px solid #75b156;
}

.radio__switch::after {
    background-color: #d30b79;
    -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
    will-change: transform;
}

.radio__switch--plan::before {
    border-color: #fff;
}

.radio__switch--plan::after {
    background-color: #fff;
}

.radio__field[type=radio]:checked + .radio__switch::after {
    -webkit-transform: scale(0.4);
            -ms-transform: scale(0.4);
            transform: scale(0.4);
}

.radio__label {
    color: #fff;
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 1;
    cursor: pointer;
}

.comments {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
}

.comments__list {
    max-width: 60%;
    margin: auto;
}

.comments__title {
    color: #545454;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px;
    margin: 0 0 1.875rem;
    text-align: center;
}

.comments__title strong {
    color: #34a826;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}

.comments__item {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
}

.comments__item:first-child {
    margin: 0;
}

.post__header, .post__body, .post__footer {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 400;
    display: block;
}

.post__header {
    color: #000;
}

.post__body {
    color: #545454;
}

.post__footer {
    color: #1d6d12;
}

.watch {
    margin: 30px 0 0;
    margin: 1.875rem 0 0;
}

.plan {
    background-color: #dc3992;
    box-shadow: 1px 1.7px 0 rgba(0, 0, 0, 0.15);
    padding: 15px 65px 15px 25px;
    padding: 0.9375rem 4.0625rem 0.9375rem 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border-radius: 0.3125rem;
    cursor: pointer;
}

.plan:hover .plan__icon {
    -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
}

.plan__info {
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 400;
    text-shadow: 0.5px 0.9px 0 rgba(0, 0, 0, 0.45);
    color: #fff;
}

.plan__icon {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    background-color: #000;
    color: #db3991;
    font-size: 25px;
    font-size: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
            transform: translateX(100%);
    will-change: transform;
}

.sites {
    margin: 40px 0 0;
    margin: 2.5rem 0 0;
}

.sites__title {
    color: #1d6d12;
    font-size: 69px;
    font-size: 4.3125rem;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    line-height: 71px;
    line-height: 4.4375rem;
}

@media (max-width: 63.99em) {
    .sites__title {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 42px;
        line-height: 2.625rem;
    }
}

.sites__body {
    padding: 20px;
    padding: 1.25rem;
    border: 2px solid #1d6d12;
    position: relative;
}

.sites__list {
    background-color: #121212;
    padding: 35px 25px;
    padding: 2.1875rem 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px -5px 0;
    margin: -0.625rem -0.3125rem 0;
}

.sites__item {
    width: 50%;
    padding: 10px 5px 0;
    padding: 0.625rem 0.3125rem 0;
}

@media (max-width: 47.99em) {
    .sites__item {
        width: 100%;
    }
}

.sites__icon {
    background: -webkit-linear-gradient(top, #a5e29d 0%, #66cd59 50%, #50c641 100%);
    background: linear-gradient(to bottom, #a5e29d 0%, #66cd59 50%, #50c641 100%);
    position: absolute;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    left: 40px;
    top: -60px;
    font-size: 50px;
    font-size: 3.125rem;
    color: #fff;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 63.99em) {
    .sites__icon {
        display: none;
    }
}

.site {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

@media (max-width: 47.99em) {
    .site {
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

.site__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 240px;
            -webkit-flex: 1 1 240px;
            flex: 1 1 240px;
}

@media (max-width: 47.99em) {
    .site__content {
        -ms-flex-preferred-size: 100%;
            -webkit-flex-basis: 100%;
            flex-basis: 100%;
        text-align: center;
    }
}

.site__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 300px;
            -webkit-flex: 1 1 300px;
            flex: 1 1 300px;
}

@media (max-width: 47.99em) {
    .site__info {
        -ms-flex-preferred-size: 100%;
            -webkit-flex-basis: 100%;
            flex-basis: 100%;
    }
}

.site__title, .site__link, .site__description {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}

@media (max-width: 47.99em) {
    .site__title, .site__link, .site__description {
        text-align: center;
    }
}

.site__title {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ff8400;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Myriad Pro Condensed", Arial, sans-serif;
    background: -webkit-linear-gradient(top, #161616 0%, #2d2d2d 100%);
    background: linear-gradient(to bottom, #161616 0%, #2d2d2d 100%);
    border-bottom: 1px solid #151515;
    box-shadow: 0 1px 0 0 #373737;
}

.site__link {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
}

.site__description {
    color: #8b8b8b;
    font-size: 13px;
    font-size: 0.8125rem;
}

.scroll-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-size: 20px;
    font-size: 1.25rem;
    width: 40px;
    height: 40px;
    line-height: 37px;
    line-height: 2.3125rem;
    text-align: center;
    padding: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    min-width: auto;
}

.scroll-top.show {
    opacity: .7;
}

.text-block {
    margin: 30px 0;
    margin: 1.875rem 0;
}

.text-block--over {
    text-align: center;
    margin: 30px 0 -40px;
    margin: 1.875rem 0 -2.5rem;
}

.text-block__link {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    text-decoration: underline;
    text-transform: uppercase;
    color: #ba0869;
    display: inline-block;
    margin: 0 0 20px;
    margin: 0 0 1.25rem;
    line-height: 1.35em;
}

@media (max-width: 48em) {
    .text-block__link {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -5px 0 0;
    margin: -0.3125rem 0 0;
}

@media (max-width: 63.99em) {
    .menu__list {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
    }
}

.menu__item {
    margin: 5px 0 0;
    margin: 0.3125rem 0 0;
}

.menu__item::after {
    background-color: #777;
    height: 20px;
}

.menu__link {
    will-change: transform;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Myriad Pro Condensed", Arial, sans-serif;
}

.menu__link::before {
    background-color: #d6308a;
}

.copyright {
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Myriad Pro Condensed", Arial, sans-serif;
    margin: 5px 0 0;
    margin: 0.3125rem 0 0;
}

.footer {
    background-color: #000;
    padding: 100px 0;
    padding: 6.25rem 0;
}

@media (max-width: 63.99em) {
    .footer {
        padding: 70px 0;
        padding: 4.375rem 0;
    }
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            -webkit-align-items: flex-end;
            align-items: flex-end;
    overflow: hidden;
}

@media (max-width: 63.99em) {
    .footer__row {
        margin: 0;
    }
}

.footer__item {
    position: relative;
    padding: 0 40px;
    padding: 0 2.5rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            -webkit-flex: 1 1 0%;
            flex: 1 1 0%;
}

.footer__item::after {
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
    width: 1px;
    height: 150px;
    left: 0;
}

@media (max-width: 63.99em) {
    .footer__item::after {
        display: none;
    }
}

.footer__item:first-child::after {
    display: none;
}

@media (max-width: 63.99em) {
    .footer__item:first-child {
        margin: 0 0 15px;
        margin: 0 0 0.9375rem;
    }
}

@media (max-width: 63.99em) {
    .footer__item {
        -ms-flex-preferred-size: 100%;
            -webkit-flex-basis: 100%;
            flex-basis: 100%;
        padding: 0;
        text-align: center;
    }
}

.footer__text {
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: "Myriad Pro Condensed", Arial, sans-serif;
    line-height: 26px;
    line-height: 1.625rem;
}
.player__container img {
    display: block;
    width: 100%;
}
.js-infinite-more {
    visibility: hidden;
}
.cards__loader {
    position: relative;
    min-height: 100px;
    display: none;
    width: 100%;
}
.js-infinite-loading + .cards__loader {
    display: block;
}
.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 25;
}

.loader > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loader__circle:nth-child(1) {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader__circle:nth-child(2) {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
/* fade image in after load */
.lazyload,
.lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
}
.icon--play {
    fill: rgba(137, 137, 137, .4);
}