/*! style.css - Desktop Layout Optimized */
@charset "utf-8";


/*! 
 * Modern Desktop Layout for SCRIPT-OB-BULLCODES
 * Features: CSS Grid, improved typography, modern components, accessibility
 */


/*! Reset & Base */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
    vertical-align: baseline;
}

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

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

svg:not(:root) {
    overflow: hidden;
}

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

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

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

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

textarea {
    overflow: auto;
}

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

input[type="email"],
input[type="text"],
textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

input::-ms-clear {
    display: none;
}

textarea::-ms-clear {
    display: none;
}

input[type=password]::-ms-reveal {
    display: none;
}

details,
menu {
    display: block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

a {
    text-decoration: none;
    color: inherit;
}

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

p {
    margin: 0;
}

form {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

* {
    outline: none !important;
}


/*! Color Variables */
:root {
    --color1: #0e172a;
    --color2: #1a2234;
    --color3: #262c3b;
    --color4: #363c4e;
    --verde: #00C896;
    --verdeSaldo: #00A884;
    --bg: #080b11;
    --bg-light: #111823;
    --text: #f4f7fb;
    --text-muted: #9aa8bb;
    --border: #2d3344;
    --accent: #4d8dff;
    --risk-red: #FF5D52;
    --success-green: #00C896;
    --warning-orange: #E6A200;
}


/*! Layout Containers */
.grid-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -12px;
    margin-right: -12px;
}

.grid-row .col-xs-1,
.grid-row .col-sm-1,
.grid-row .col-md-1,
.grid-row .col-lg-1,
.grid-row .col-1,
.grid-row .col-xs-2,
.grid-row .col-sm-2,
.grid-row .col-md-2,
.grid-row .col-lg-2,
.grid-row .col-2,
.grid-row .col-xs-3,
.grid-row .col-sm-3,
.grid-row .col-md-3,
.grid-row .col-lg-3,
.grid-row .col-3,
.grid-row .col-xs-4,
.grid-row .col-sm-4,
.grid-row .col-md-4,
.grid-row .col-lg-4,
.grid-row .col-4,
.grid-row .col-xs-5,
.grid-row .col-sm-5,
.grid-row .col-md-5,
.grid-row .col-lg-5,
.grid-row .col-5,
.grid-row .col-xs-6,
.grid-row .col-sm-6,
.grid-row .col-md-6,
.grid-row .col-lg-6,
.grid-row .col-6,
.grid-row .col-xs-7,
.grid-row .col-sm-7,
.grid-row .col-md-7,
.grid-row .col-lg-7,
.grid-row .col-7,
.grid-row .col-xs-8,
.grid-row .col-sm-8,
.grid-row .col-md-8,
.grid-row .col-lg-8,
.grid-row .col-8,
.grid-row .col-xs-9,
.grid-row .col-sm-9,
.grid-row .col-md-9,
.grid-row .col-lg-9,
.grid-row .col-9,
.grid-row .col-xs-10,
.grid-row .col-sm-10,
.grid-row .col-md-10,
.grid-row .col-lg-10,
.grid-row .col-10,
.grid-row .col-xs-11,
.grid-row .col-sm-11,
.grid-row .col-md-11,
.grid-row .col-lg-11,
.grid-row .col-11,
.grid-row .col-xs-12,
.grid-row .col-sm-12,
.grid-row .col-md-12,
.grid-row .col-lg-12,
.grid-row .col-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    max-width: 100%;
}

.grid-row > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    max-width: 100%;
}

.grid-row .col-12 {
    width: 100%;
}

.grid-row .col-11 {
    width: 91.66666667%;
}

.grid-row .col-10 {
    width: 83.33333333%;
}

.grid-row .col-9 {
    width: 75%;
}

.grid-row .col-8 {
    width: 66.66666667%;
}

.grid-row .col-7 {
    width: 58.33333333%;
}

.grid-row .col-6 {
    width: 50%;
}

.grid-row .col-5 {
    width: 41.66666667%;
}

.grid-row .col-4 {
    width: 33.33333333%;
}

.grid-row .col-3 {
    width: 25%;
}

.grid-row .col-2 {
    width: 16.66666667%;
}

.grid-row .col-1 {
    width: 8.33333333%;
}

.grid-row .col-offset-12 {
    margin-left: 100%;
}

.grid-row .col-offset-11 {
    margin-left: 91.66666667%;
}

.grid-row .col-offset-10 {
    margin-left: 83.33333333%;
}

.grid-row .col-offset-9 {
    margin-left: 75%;
}

.grid-row .col-offset-8 {
    margin-left: 66.66666667%;
}

.grid-row .col-offset-7 {
    margin-left: 58.33333333%;
}

.grid-row .col-offset-6 {
    margin-left: 50%;
}

.grid-row .col-offset-5 {
    margin-left: 41.66666667%;
}

.grid-row .col-offset-4 {
    margin-left: 33.33333333%;
}

.grid-row .col-offset-3 {
    margin-left: 25%;
}

.grid-row .col-offset-2 {
    margin-left: 16.66666667%;
}

.grid-row .col-offset-1 {
    margin-left: 8.33333333%;
}

.grid-row .col-offset-0 {
    margin-left: 0%;
}


/*! Responsive Grid */
@media (max-width: 1600px) {
    .grid-row .col-lg-12 {
        width: 100%;
    }
    .grid-row .col-lg-11 {
        width: 91.66666667%;
    }
    .grid-row .col-lg-10 {
        width: 83.33333333%;
    }
    .grid-row .col-lg-9 {
        width: 75%;
    }
    .grid-row .col-lg-8 {
        width: 66.66666667%;
    }
    .grid-row .col-lg-7 {
        width: 58.33333333%;
    }
    .grid-row .col-lg-6 {
        width: 50%;
    }
    .grid-row .col-lg-5 {
        width: 41.66666667%;
    }
    .grid-row .col-lg-4 {
        width: 33.33333333%;
    }
    .grid-row .col-lg-3 {
        width: 25%;
    }
    .grid-row .col-lg-2 {
        width: 16.66666667%;
    }
    .grid-row .col-lg-1 {
        width: 8.33333333%;
    }
}

@media (max-width: 1200px) {
    .grid-row .col-md-12 {
        width: 100%;
    }
    .grid-row .col-md-11 {
        width: 91.66666667%;
    }
    .grid-row .col-md-10 {
        width: 83.33333333%;
    }
    .grid-row .col-md-9 {
        width: 75%;
    }
    .grid-row .col-md-8 {
        width: 66.66666667%;
    }
    .grid-row .col-md-7 {
        width: 58.33333333%;
    }
    .grid-row .col-md-6 {
        width: 50%;
    }
    .grid-row .col-md-5 {
        width: 41.66666667%;
    }
    .grid-row .col-md-4 {
        width: 33.33333333%;
    }
    .grid-row .col-md-3 {
        width: 25%;
    }
    .grid-row .col-md-2 {
        width: 16.66666667%;
    }
    .grid-row .col-md-1 {
        width: 8.33333333%;
    }
}

@media (max-width: 992px) {
    .grid-row .col-sm-12 {
        width: 100%;
    }
    .grid-row .col-sm-11 {
        width: 91.66666667%;
    }
    .grid-row .col-sm-10 {
        width: 83.33333333%;
    }
    .grid-row .col-sm-9 {
        width: 75%;
    }
    .grid-row .col-sm-8 {
        width: 66.66666667%;
    }
    .grid-row .col-sm-7 {
        width: 58.33333333%;
    }
    .grid-row .col-sm-6 {
        width: 50%;
    }
    .grid-row .col-sm-5 {
        width: 41.66666667%;
    }
    .grid-row .col-sm-4 {
        width: 33.33333333%;
    }
    .grid-row .col-sm-3 {
        width: 25%;
    }
    .grid-row .col-sm-2 {
        width: 16.66666667%;
    }
    .grid-row .col-sm-1 {
        width: 8.33333333%;
    }
}

@media (max-width: 768px) {
    .grid-row .col-xs-12 {
        width: 100%;
    }
    .grid-row .col-xs-11 {
        width: 91.66666667%;
    }
    .grid-row .col-xs-10 {
        width: 83.33333333%;
    }
    .grid-row .col-xs-9 {
        width: 75%;
    }
    .grid-row .col-xs-8 {
        width: 66.66666667%;
    }
    .grid-row .col-xs-7 {
        width: 58.33333333%;
    }
    .grid-row .col-xs-6 {
        width: 50%;
    }
    .grid-row .col-xs-5 {
        width: 41.66666667%;
    }
    .grid-row .col-xs-4 {
        width: 33.33333333%;
    }
    .grid-row .col-xs-3 {
        width: 25%;
    }
    .grid-row .col-xs-2 {
        width: 16.66666667%;
    }
    .grid-row .col-xs-1 {
        width: 8.33333333%;
    }
}


/*! Buttons */
.button {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    background: var(--verde);
    border-radius: 30px;
    overflow: hidden;
    padding: 14px 36px;
    color: #fff;
    font: bold 17px/22px 'Gilroy', sans-serif;
    text-align: center;
    white-space: nowrap;
    max-width: calc(100vw - 30px*2);
    transition: all 0.3s ease;
    cursor: pointer;
}

.button:before {
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    height: 100%;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    transition: all 0.3s ease;
}

.button span {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-align: left;
}

.button .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.button .icon.graph {
    width: 26px;
    height: 26px;
    background: url(../img/sprite.svg?b0de89c4) -79px -104px no-repeat;
    margin-top: -5px;
    margin-left: -10px;
}

.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 200, 150, 0.3);
}

.button:active {
    transform: translateY(0);
}

.button.button--risk {
    background: var(--risk-red);
}

.button.button--risk:hover {
    background: #B52C24;
    box-shadow: 0 8px 20px rgba(255, 93, 82, 0.4);
}

.button.button--accent {
    background: var(--accent);
    color: var(--color1);
}

.button.button--accent:hover {
    background: #66a6ff;
    color: var(--color1);
}

.button.button--secondary {
    background: transparent;
    border: 2px solid var(--text-muted);
    color: var(--text-muted);
}

.button.button--secondary:hover {
    border-color: var(--verde);
    color: var(--verde);
}


/*! Links */
.link {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: var(--text);
    white-space: nowrap;
    transition: color 0.2s ease;
}

.link span {
    position: relative;
}

.link span:before {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    height: 1px;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: currentColor;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.link.white {
    color: #fff;
}

.link.white span:before {
    background: #fff;
}

.link:hover {
    color: var(--verde);
}

.link .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.link .icon.user {
    width: 30px;
    height: 30px;
    background: url(../img/login.svg) no-repeat;
    background-size: cover;
}

.link .icon.registration {
    width: 32px;
    height: 32px;
    background: url(../img/reg.svg) no-repeat;
    background-size: cover;
}


/*! Section Titles */
.section-title {
    font-size: 38px;
    font-weight: bold;
    line-height: 1.3;
    position: relative;
    color: var(--text);
    margin-bottom: 32px;
}

.section-title:before {
    width: 33px;
    height: 26px;
    background: url(../img/sprite.svg?b0de89c4) -140px -73px no-repeat;
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: -50px;
}

.section-title strong {
    color: var(--verde);
}

.section-title .divider {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/sprite.svg?b0de89c4) -2px -2px no-repeat;
    margin-left: 12px;
    vertical-align: middle;
}


/*! Section Title Responsive */
@media (max-width: 767px) {
    .section-title {
        font-size: 32px;
    }
}

@media (max-width: 499px) {
    .section-title {
        font-size: 28px;
    }
}


/*! Centered Section Title */
.centred-section-title-container {
    text-align: center;
}

.centred-section-title-container .section-title {
    display: inline-block;
}


/*! Footer */
footer {
    background-color: #141a27;
    position: relative;
    z-index: 2;
    padding: 50px 0 20px;
}

footer .copy {
    font: 300 14px 'Gilroy', sans-serif;
    margin-bottom: 30px;
    color: #8A8AA4;
}

@media (max-width: 767px) {
    footer .copy-col {
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100;
    }
}


/! Footer Contacts */
.footer-contacts-section {
    margin-bottom: 40px;
}

.footer-contact-block {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    z-index: 1;
    background: -webkit-gradient(linear, left top, right top, from(#1b2539), to(#27334a));
    background: -o-linear-gradient(left, #1b2539, #27334a);
    background: linear-gradient(to right, #1b2539, #27334a);
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 76px;
    margin-bottom: 8px;
    padding: 0 0 0 80px;
    color: #fff;
    font: bold 16px 'Gilroy', sans-serif;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.footer-contact-block:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer-contact-block.chat:before {
    width: 32px;
    height: 32px;
    background: url(../img/sprite.svg?b0de89c4) -2px -104px no-repeat;
}

.footer-contact-block.phone:before {
    width: 34px;
    height: 34px;
    background: url(../img/sprite.svg?b0de89c4) -47px -57px no-repeat;
}

.footer-contact-block.email:before {
    width: 32px;
    height: 25px;
    background: url(../img/sprite.svg?b0de89c4) -140px -42px no-repeat;
}

.footer-contact-block.web:before {
    width: 34px;
    height: 34px;
    background: url(../img/sprite.svg?b0de89c4) -88px -57px no-repeat;
}

a.footer-contact-block:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    height: 100%;
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, right top, from(#27334a), to(#1b2539));
    background: -o-linear-gradient(left, #27334a, #1b2539);
    background: linear-gradient(to right, #27334a, #1b2539);
    opacity: 0;
    transition: opacity 0.3s ease;
}

@media (hover), (min-width:0\0), (min--moz-device-pixel-ratio:0) {
    a.footer-contact-block:hover:after {
        opacity: 1;
    }
}


/! Footer Info */
.footer-info-block {
    margin-bottom: 40px;
}

.footer-info-block .title {
    color: #fff;
    margin-bottom: 24px;
    font: bold 20px 'Gilroy', sans-serif;
}

.footer-info-block .text {
    color: #a4a4a4;
    font: 300 14px/24px 'Gilroy', sans-serif;
}


/*! Header */
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 40px 0;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
}

header > .content-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

header .logo {
    width: 320px;
    height: 100px;
    background: url(../logo/logo.png) 0px 0px no-repeat;
    background-size: 320px 50px;
    display: block;
    margin-right: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-top: 0px;
    transition: transform 0.3s ease;
}

header a.logo {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    cursor: pointer;
    opacity: 0.99;
}

header a.logo:hover {
    transform: scale(1.02);
}

header .link {
    margin-left: 28px;
}

@media (max-width: 767px) {
    header {
        font-size: 13px;
        padding: 20px 0;
    }

    header > .content-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    header .logo {
        width: 64px;
        height: 48px;
        background: url(../img/sprite.png?c35b02b1) -128px -42px no-repeat;
        margin-top: 0;
    }

    header .link {
        margin-left: 12px;
        margin-top: 8px;
    }

    header .link span {
        display: none;
    }

    header .link .icon {
        margin-right: 0;
    }
}


/*! Promo Section */
.promo-section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: url("../img/main-promo-bg2.jpg?0f46c661") no-repeat 50% 50%;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 260px 0 220px;
    color: #fff;
    -ms-flex-pack: center;
}

.promo-section .content-container {
    margin: 0;
}

.promo-section .title {
    font-size: 72px;
    max-width: 960px;
    margin-bottom: 44px;
    font-weight: bold;
    line-height: 1.0833333;
}

@media (max-width: 1023px) {
    .promo-section .title {
        font-size: 56px;
    }
}

@media (max-width: 767px) {
    .promo-section .title {
        font-size: 48px;
    }
}

@media (max-width: 499px) {
    .promo-section .title {
        font-size: 38px;
    }
}

.promo-section .text {
    max-width: 720px;
    margin-bottom: 60px;
    font: 300 17px/2.2 'Gilroy', sans-serif;
}

@media (max-width: 767px) {
    .promo-section {
        padding: 200px 0 160px;
    }
}


/*! Feature Section */
.feature-section {
    background-color: #141a27;
    position: relative;
    z-index: 2;
    padding: 110px 0;
}

.feature-section .content-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.feature-section .image {
    display: block;
    margin-right: 140px;
    max-width: 45vw;
    transition: max-width 0.3s ease;
}

.feature-section .image.devices {
    margin-top: -180px;
    margin-left: -100px;
    margin-bottom: -50px;
    transition: transform 0.3s ease;
}

.feature-section .image.screen {
    margin-top: -48px;
    margin-bottom: -56px;
    transition: transform 0.3s ease;
}

.feature-section .section-title {
    margin-bottom: 30px;
}

.feature-section .text {
    color: #fff;
    font: 300 16px/2.2 'Gilroy', sans-serif;
}

@media (max-width: 1249px) {
    .feature-section .image.devices {
        margin-left: 0;
    }

    .feature-section .image {
        max-width: 50vw;
    }
}

@media (max-width: 1023px) {
    .feature-section .content-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .feature-section .image {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 56px !important;
        max-width: calc(100vw - 30px*2);
    }

    .feature-section .image.devices {
        -webkit-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        transform: translateX(-5%);
    }

    .feature-section .text-container {
        width: 100%;
    }
}


/*! Advantages Section */
.advantages-section {
    background: url("../img/main-advantages-bg.png?0f46c661") no-repeat 50% 50%;
    background-size: cover;
    padding: 70px 0 85px;
    color: #fff;
}

.advantages-section .section-title {
    margin-bottom: 56px;
}

.advantages-section .advantage-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
}

.advantages-section .advantage-item {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 40px;
    text-align: left;
    transition: all 0.3s ease;
}

.advantages-section .advantage-item + .advantage-item {
    margin-left: 60px;
}

.advantages-section .advantage-item:after {
    height: 100%;
    width: 48px;
    position: absolute;
    top: 0;
    right: -48px;
    content: '';
    display: block;
    background: url("../img/advantage-item-right.svg?0f46c661") no-repeat 0 0;
    background-size: 100% 100%;
    transition: right 0.3s ease;
}

.advantages-section .advantage-item:before {
    height: 100%;
    width: 48px;
    position: absolute;
    top: 0;
    left: -48px;
    content: '';
    display: block;
    background: url("../img/advantage-item-left.svg?0f46c661") no-repeat 0 0;
    background-size: 100% 100%;
    transition: left 0.3s ease;
}

.advantages-section .advantage-item:first-child {
    padding-left: 160px;
}

.advantages-section .advantage-item:last-child {
    padding-right: 100px;
}

.advantages-section .advantage-item:last-child:after {
    display: none;
}

.advantages-section .advantage-item .item-content {
    position: relative;
}

.advantages-section .advantage-item .icon {
    height: 80px;
    width: 80px;
    position: absolute;
    top: -30px;
    left: -116px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--verde);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.advantages-section .advantage-item .icon:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 1px solid var(--verde);
    border-radius: 50%;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.advantages-section .advantage-item .icon:after {
    content: '';
    display: block;
}

.advantages-section .advantage-item .icon.money:after {
    width: 52px;
    height: 58px;
    background: url(../img/sprite.svg?b0de89c4) -2px -2px no-repeat;
    margin-top: -8px;
    transition: all 0.3s ease;
}

.advantages-section .advantage-item .icon.graph-money:after {
    width: 50px;
    height: 44px;
    background: url(../img/sprite.svg?b0de89c4) -51px -2px no-repeat;
    margin-top: -8px;
    transition: all 0.3s ease;
}

.advantages-section .advantage-item .icon.rocket:after {
    width: 42px;
    height: 50px;
    background: url(../img/sprite.svg?b0de89c4) -101px -2px no-repeat;
    transition: all 0.3s ease;
}

.advantages-section .advantage-item .icon.support:after {
    width: 47px;
    height: 46px;
    background: url(../img/sprite.svg?b0de89c4) -2px -57px no-repeat;
    transition: all 0.3s ease;
}

.advantages-section .advantage-item .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.advantages-section .advantage-item .title {
    margin-bottom: 24px;
    color: #fff;
    font: bold 22px/1.5 'Gilroy', sans-serif;
    transition: color 0.3s ease;
}

.advantages-section .advantage-item .text {
    color: #8b9cba;
    font: 300 16px/1.9 'Gilroy', sans-serif;
    transition: color 0.3s ease;
}

@media (max-width: 1249px) {
    .advantages-section {
        padding-bottom: 0;
    }

    .advantages-section .advantage-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .advantages-section .advantage-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: -webkit-gradient(linear, left top, left bottom, from(#1b2539), to(#27334a));
        background: -o-linear-gradient(top, #1b2539, #27334a);
        background: linear-gradient(to bottom, #1b2539, #27334a);
        padding: 70px 25px 35px !important;
        text-align: center;
        margin-bottom: 40px;
        width: 100%;
    }

    .advantages-section .advantage-item + .advantage-item {
        margin-left: 0;
    }

    .advantages-section .advantage-item:before {
        height: 56px;
        width: 100%;
        top: -56px;
        left: 0;
        background-image: url("../img/advantage-item-top.svg?0f46c661");
        background-size: 100% 100%;
    }

    .advantages-section .advantage-item:after {
        height: 56px;
        width: 100%;
        top: calc(100% - 2px);
        right: 0;
        background-image: url("../img/advantage-item-bottom.svg?0f46c661");
        background-size: 100% 100%;
    }

    .advantages-section .advantage-item:first-child {
        margin-top: 16px;
    }

    .advantages-section .advantage-item:last-child {
        margin-bottom: 0;
        padding-bottom: 70px !important;
    }

    .advantages-section .advantage-item .icon {
        position: absolute;
        top: -104px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .advantages-section .advantage-item .title {
        margin-bottom: 16px;
        font-size: 19px;
    }

    .advantages-section .advantage-item .text {
        font-size: 14px;
    }
}


/*! Pay Systems Section */
.pay-systems-section {
    background: url("../img/main-advantages-bg.png?0f46c661") no-repeat 50% 50%;
    background-size: cover;
    padding: 72px 0;
    color: #fff;
}

.pay-systems-section .section-title {
    margin-bottom: 28px;
}

.pay-systems-section .text {
    font: 300 16px/2 'Gilroy', sans-serif;
    max-width: 600px;
}

.pay-systems-section .pay-system {
    display: inline-block;
    vertical-align: middle;
    margin: 6px 24px 6px 0;
    transition: transform 0.2s ease;
}

.pay-systems-section .pay-system:hover {
    transform: translateY(-2px);
}

.pay-systems-section .pay-system.visa {
    width: 56px;
    height: 36px;
    background: url(../img/sprite.png?c35b02b3) -126px -151px no-repeat;
    background-size: 300px 300px;
}

.pay-systems-section .pay-system.mc {
    width: 68px;
    height: 40px;
    background: url(../img/sprite.png?c35b02b3) -61px -151px no-repeat;
    background-size: 300px 300px;
}

.pay-systems-section .pay-system.payeer {
    width: 112px;
    height: 39px;
    background: url(../img/sprite.png?c35b02b3) -103px -109px no-repeat;
    background-size: 300px 300px;
}

.pay-systems-section .pay-system.bitcoin {
    width: 52px;
    height: 52px;
    background: url(../img/sprite.png?c35b02b3) -238px 0px no-repeat;
    background-size: 300px 300px;
}

.pay-systems-section .pay-system.ym {
    width: 108px;
    height: 44px;
    background: url(../img/sprite.png?c35b02b3) 0px -109px no-repeat;
    background-size: 300px 300px;
}

.pay-systems-section .pay-system.qiwi {
    width: 116px;
    height: 44px;
    background: url(../img/sprite.png?c35b02b3) -128px 0px no-repeat;
    background-size: 300px 300px;
}

.pay-systems-section .pay-system.bt {
    width: 64px;
    height: 56px;
    background: url(../img/sprite.png?c35b02b3) 0px -151px no-repeat;
    background-size: 300px 300px;
}

@media (max-width: 1023px) {
    .pay-systems-section .pay-systems {
        margin-top: 48px;
    }

    .pay-systems-section .pay-system {
        margin-right: 8px;
    }
}


/! Content Container */
.content-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    width: calc(100% - 30px*2);
}

.content-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    width: calc(100% - 30px*2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


/*! Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    font-size: 13px;
    color: var(--text);
}

th,
td {
    padding: 12px 16px;
    border: 1px solid var(--border);
    text-align: left;
    vertical-align: top;
}

th {
    background: var(--color1);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}

td {
    background: var(--color3);
    color: var(--text);
}

tr:nth-child(even) td {
    background: var(--color4);
}

tr:hover td {
    background: var(--color2);
}


/*! Forms */
.form-group {
    margin-bottom: 24px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font: 14px Opensansb;
    color: var(--text);
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 16px;
    font: 14px Opensans;
    color: var(--text);
    background: var(--color3);
    border: 1px solid var(--border);
    border-radius: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--verde);
    outline: none;
    box-shadow: 0 0 0 4px rgba(0, 200, 150, 0.15);
}

.form-group select {
    appearance: none;
    background-image: url(../img/account/select_arrow.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
}

.form-group select option {
    background: var(--color3);
    color: var(--text);
    border: 0;
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}


/*! Alert Messages */
.alert {
    padding: 16px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.alert--success {
    background: rgba(0, 200, 150, 0.15);
    border: 1px solid var(--verde);
    color: var(--verde);
}

.alert--error {
    background: rgba(255, 93, 82, 0.15);
    border: 1px solid var(--risk-red);
    color: var(--risk-red);
}

.alert--info {
    background: rgba(77, 141, 255, 0.15);
    border: 1px solid var(--accent);
    color: var(--accent);
}


/! Focus Visible */
:focus-visible {
    outline: 2px solid var(--verde);
    outline-offset: 2px;
    border-radius: 4px;
}


/! Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        animation: none !important;
    }

    .button:hover {
        transform: none;
    }

    .feature-section .image,
    .advantages-section .advantage-item {
        transition: none;
    }
}