@charset "utf-8";
/**
 **************** Reset default styles ****************
 **/
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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: inherit;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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;
}
/**
 **************** Common styles ****************
 **/
@font-face {
    font-family: 'Gilroy';
  src: url('../font/Gilroy-Regular.woff2') format('woff2'), url('../font/Gilroy-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
  src: url('../font/Gilroy-Light.woff2') format('woff2'), url('../font/Gilroy-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
  src: url('../font/Gilroy-Bold.woff2') format('woff2'), url('../font/Gilroy-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

.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: -15px;
    margin-right: -15px;
}

.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: 15px;
    padding-right: 15px;
    -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: 15px;
    padding-right: 15px;
    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%;
}

@media (max-width: 1249px) {
    .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%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1023px) {
    .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%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
    .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%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 499px) {
    .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%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-row.gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

.grid-row.gutter-10 > * {
    padding-left: 5px;
    padding-right: 5px;
}

body {
    min-width: 320px;
    background: #fff;
    color: #000;
    font-family: 'Gilroy', sans-serif;
}

main {
    position: relative;
    z-index: 1;
}

.page-wrapper {
    width: 100%;
    min-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
}

.content-container,
.content-row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1170px;
    width: calc(100% - 30px*2);
}

.content-row {
    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;
}
/**
 **************** Layout ****************
 **/
/**
 * 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: #ff3047;
    border-radius: 40px;
    overflow: hidden;
    padding: 17px 40px;
    color: #fff;
    font: bold 19px/24px 'Gilroy', sans-serif;
    text-align: center;
    white-space: nowrap;
    max-width: calc(100vw - 30px*2);
}

.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: 40px;
}

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

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

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

@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
    .button:hover:before {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    .button:active:before {
        opacity: 0.5;
    }
}
/**
 * Links
 **/
.link {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    color: #000;
    white-space: nowrap;
}

.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: #000;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.link.white {
    color: #fff;
}

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

@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
    .link:hover span:before {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }
}

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

.link .icon.user {
    width: 34px;
    height: 34px;
    background: url(../template/sprite.svg?b0de89c4) -41px -104px no-repeat;
}

.link .icon.registration {
    width: 36px;
    height: 36px;
    background: url(../template/sprite.svg?b0de89c4) -140px -2px no-repeat;
}
/**
 * Headers
 **/
.section-title {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
}

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

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

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

.section-title strong {
    color: #ff3047;
}

@media (max-width: 1249px) {
    .section-title {
        padding-left: 60px;
    }

    .section-title:before {
        left: 0;
    }
}

.centred-section-title-container {
    text-align: center;
}

.centred-section-title-container .section-title {
    display: inline-block;
}
/**
 * Footer
 **/
footer {
    position: relative;
    z-index: 2;
    padding: 60px 0 10px;
}

footer .copy {
    font: 300 15px 'Gilroy', sans-serif;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    footer .copy-col {
        -webkit-box-ordinal-group: 101;
        -ms-flex-order: 100;
        order: 100;
    }
}
/**
 * Contacts in footer
 **/
.footer-contacts-section {
    margin-bottom: 45px;
}

.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: 87px;
    margin-bottom: 10px;
    padding: 0 0 0 92px;
    color: #fff;
    font: bold 17px 'Gilroy', sans-serif;
    white-space: nowrap;
}

.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: 50px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

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

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

.footer-contact-block.web:before {
    width: 37px;
    height: 37px;
    background: url(../template/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;
}

@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
    a.footer-contact-block:hover:after {
        opacity: 1;
    }
}
/**
 * Text in footer
 **/
.footer-info-block {
    margin-bottom: 50px;
}

.footer-info-block .title {
    margin-bottom: 28px;
    font: bold 21px 'Gilroy', sans-serif;
}

.footer-info-block .text {
    color: #a4a4a4;
    font: 300 15px/28px 'Gilroy', sans-serif;
}
/**
 * Header
 **/
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 45px 0;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
}

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

header .logo {
    width: 333px;
    height: 107px;
    background:url('/img/new_logo.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
    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: -17px;
}

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;
}

@media (hover) , (min-width:0\0) , (min--moz-device-pixel-ratio:0) {
    header a.logo:hover {
        opacity: 0.5;
    }

    header a.logo:active {
        opacity: 0.3;
    }
}

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

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

    header > .content-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media (max-width: 900px) {
	header .logo {
        width: 71px;
        height: 60px;
        background: url("/img/new_smallogo.png");
		background-size:contain;
		background-repeat:no-repeat;
        margin-top: 0;
    }
}
@media (max-width: 499px) {
    header .link span {
        display: none;
    }

    header .link .icon {
        margin-right: 0;
    }
}
/**
 **************** Pages ****************
 **/
/**
 * Promo section on main page
 **/
.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("../template/main-promo-bg2.jpg?0f46c661") no-repeat 50% 50%;
    background-size: cover;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 225px 0 205px;
    color: #fff;
    -ms-flex-pack: center;
}

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

.promo-section .title {
    font-size: 65px;
    max-width: 870px;
    margin-bottom: 38px;
    font-weight: bold;
    line-height: 1.1076923;
}

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

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

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

.promo-section .text {
    max-width: 670px;
    margin-bottom: 54px;
    font: 300 16px/2 'Gilroy', sans-serif;
}

@media (max-width: 767px) {
    .promo-section {
        padding: 120px 0;
    }
}
/**
 * Feature section on main page
 **/
.feature-section {
    position: relative;
    z-index: 2;
    padding: 95px 0;
}

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

.feature-section .image {
    display: block;
    margin-right: 110px;
    max-width: 40vw;
}

.feature-section .image.devices {
    margin-top: -150px;
    margin-left: -73px;
    margin-bottom: -30px;
}

.feature-section .image.screen {
    margin-top: -36px;
    margin-bottom: -40px;
}

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

.feature-section .text {
    font: 300 16px/2 'Gilroy', sans-serif;
}

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

@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: 50px !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 on main page
 **/
.advantages-section {
    background: url("../template/main-advantages-bg.png?0f46c661") no-repeat 50% 50%;
    background-size: cover;
    padding: 58px 0 70px;
    color: #fff;
}

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

.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;
    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);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 43px 53px;
    text-align: left;
}

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

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

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

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

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

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

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

.advantages-section .advantage-item .icon {
    height: 70px;
    width: 70px;
    position: absolute;
    top: -20px;
    left: -102px;
    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: #ff3047;
    border-radius: 50%;
}

.advantages-section .advantage-item .icon:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 1px solid #ff3047;
    border-radius: 50%;
    opacity: 0.5;
}

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

.advantages-section .advantage-item .icon.money:after {
    width: 45px;
    height: 51px;
    background: url(../template/sprite.svg?b0de89c4) -2px -2px no-repeat;
    margin-top: -8px;
}

.advantages-section .advantage-item .icon.graph-money:after {
    width: 46px;
    height: 39px;
    background: url(../template/sprite.svg?b0de89c4) -51px -2px no-repeat;
    margin-top: -8px;
}

.advantages-section .advantage-item .icon.rocket:after {
    width: 35px;
    height: 45px;
    background: url(../template/sprite.svg?b0de89c4) -101px -2px no-repeat;
}

.advantages-section .advantage-item .icon.support:after {
    width: 41px;
    height: 42px;
    background: url(../template/sprite.svg?b0de89c4) -2px -57px no-repeat;
}

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

.advantages-section .advantage-item .title {
    margin-bottom: 20px;
    color: #fff;
    font: bold 21px/1.47619 'Gilroy', sans-serif;
}

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

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

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

    .advantages-section .advantage-item {
        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: 65px 30px 30px !important;
        margin-bottom: 50px;
        width: 100%;
        text-align: center;
    }

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

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

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

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

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

    .advantages-section .advantage-item .icon {
        position: absolute;
        top: -95px;
        left: 0;
        right: 0;
        margin: auto;
    }
}
/**
 * Pay systems section on main page
 **/
.pay-systems-section {
    background: url("../template/main-advantages-bg.png?0f46c661") no-repeat 50% 50%;
    background-size: cover;
    padding: 60px 0;
    color: #fff;
}

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

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

.pay-systems-section .pay-system {
    display: inline-block;
    vertical-align: middle;
    margin: 8px 35px 8px 0;
}

.pay-systems-section .pay-system.visa {
    width: 51px;
    height: 32px;
    background: url(../template/sprite.png?c35b02b3) -126px -151px no-repeat;
}

.pay-systems-section .pay-system.mc {
    width: 63px;
    height: 38px;
    background: url(../template/sprite.png?c35b02b3) -61px -151px no-repeat;
}

.pay-systems-section .pay-system.payeer {
    width: 105px;
    height: 35px;
    background: url(../template/sprite.png?c35b02b3) -103px -109px no-repeat;
}

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

.pay-systems-section .pay-system.ym {
    width: 101px;
    height: 40px;
	background: url("/img/mono.png");
	background-size:150px auto;
	background-repeat:no-repeat;
	background-position:0 center
}

.pay-systems-section .pay-system.qiwi {
    width: 108px;
    height: 40px;
	background: url("/img/tether.png");
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center
}

.pay-systems-section .pay-system.bt {
    width: 59px;
    height: 52px;
    background: url(../template/sprite.png?c35b02b3) 0px -151px no-repeat;
}

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

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