/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * 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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

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

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

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

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999;
}

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

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

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

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

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

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

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

.nice-select.right {
    float: right;
}

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

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

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

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

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

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

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

.nice-select .option.selected {
    font-weight: bold;
}

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

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on June 21, 2017 9:51 AM */
@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-LightIt.eot");
    src: url("../fonts/ProximaNova-LightIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-LightIt.woff") format("woff"), url("../fonts/ProximaNova-LightIt.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-Extrabld.eot");
    src: url("../fonts/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/ProximaNova-Extrabld.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}

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

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

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-ThinIt.eot");
    src: url("../fonts/ProximaNova-ThinIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-ThinIt.woff") format("woff"), url("../fonts/ProximaNova-ThinIt.ttf") format("truetype");
    font-weight: 100;
    font-style: italic;
}

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

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-RegularIt.eot");
    src: url("../fonts/ProximaNova-RegularIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-RegularIt.woff") format("woff"), url("../fonts/ProximaNova-RegularIt.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-Black.eot");
    src: url("../fonts/ProximaNova-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Black.woff") format("woff"), url("../fonts/ProximaNova-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

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

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNovaT-Thin.eot");
    src: url("../fonts/ProximaNovaT-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaT-Thin.woff") format("woff"), url("../fonts/ProximaNovaT-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
}

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

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-ExtrabldIt.eot");
    src: url("../fonts/ProximaNova-ExtrabldIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-ExtrabldIt.woff") format("woff"), url("../fonts/ProximaNova-ExtrabldIt.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-Light.eot");
    src: url("../fonts/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/ProximaNova-BlackIt.eot");
    src: url("../fonts/ProximaNova-BlackIt.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-BlackIt.woff") format("woff"), url("../fonts/ProximaNova-BlackIt.ttf") format("truetype");
    font-weight: 900;
    font-style: italic;
}

.color-inside .red {
    color: #EE3D48;
}

.color-inside .yellow {
    color: #eed63d;
}

.color-inside .green {
    color: #51c900;
}

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

body {
    font-family: "Proxima Nova", sans-serif;
}

.container {
    width: 100%;
    max-width: 1300px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1100px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.container--small {
    max-width: 1195px;
}

button, input[type=submit] {
    cursor: pointer;
}

.canvas-bg {
    height: 100vh;
}

fieldset {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
}

.loginzHead {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 50;
    margin: 20px 0;
}

.section {
    transition: all 0.3s;
}

.container--inner-page {
    transition: opacity 0.3s, transform 0.3s;
}

body.burger-menu-active .footer {
    opacity: 0;
}

body.burger-menu-active #fp-nav {
    opacity: 0 !important;
}

body.burger-menu-active .section {
    opacity: 0;
    transform: translateX(60px);
}

body.burger-menu-active .h-head__cab-links, body.burger-menu-active .h-head__lang {
    transform: translateY(-120px);
}

@media screen and (max-width: 560px) {
    body.burger-menu-active .h-head__lang {
        transform: translateY(28px);
    }
}

body.burger-menu-active .container--inner-page {
    opacity: 0;
    transform: translateX(120px);
}

body.burger-menu-active .page-layout__sidebar {
    opacity: 0;
    transform: translateX(-120px);
}

body.burger-menu-active .page-layout__body-inner {
    opacity: 0;
    transform: translateX(120px);
}

body.burger-menu-active .page-layout__title {
    opacity: 0;
    transform: translateY(-140px);
}

body.burger-menu-active .page-layout__info {
    opacity: 0;
    transform: translateY(-120px);
}

body.burger-menu-active .page-layout__logout-link {
    opacity: 0;
    transform: translateY(-100px);
}

form > .err {
    color: #EE3D48;
    font-size: 14px;
    font-weight: 500;
}

#jqcaptcha {
    margin: 30px auto !important;
}

html, body {
    overflow-x: hidden;
}

.fp-scrollable .section {
    height: auto !important;
    min-height: unset !important;
}

.fp-scrollable .section.intro {
    padding-bottom: 85px;
}

@media screen and (max-width: 560px) {
    .fp-scrollable .section.intro {
        padding-bottom: 79px;
    }
}

.fp-scrollable .section.features {
    margin-bottom: 105px;
}

@media screen and (max-width: 560px) {
    .fp-scrollable .section.features {
        margin-bottom: 95px;
    }
}

.fp-scrollable .section.stat {
    margin-bottom: 111px;
}

@media screen and (max-width: 560px) {
    .fp-scrollable .section.stat {
        margin-bottom: 104px;
    }
}

.fp-scrollable .section.h-psys {
    margin-bottom: 85px;
}

@media screen and (max-width: 560px) {
    .fp-scrollable .section.h-psys {
        margin-bottom: 0;
    }
}

body.fp-responsive {
    overflow-x: hidden;
}

#fullpage {
    position: relative;
    z-index: 2;
}

html {
    background: #030911;
}

.h-head {
    padding-left: calc(100vw - 100%);
}

.faq-page .inner-page {
    /* THE TRICK */
    margin-left: calc(100vw - 100%);
}

@media screen and (max-width: 780px) {
    .faq-page .inner-page {
        margin-left: 0;
    }
}

.faq-page .inner-page {
    position: relative;
}

.faq-page .inner-page::before {
    content: "";
    display: block;
    position: absolute;
    background: #030911;
    width: 130%;
    height: 100%;
    right: 0;
    top: 0;
    pointer-events: none;
}

.faq-page .inner-page .container {
    position: relative;
    z-index: 2;
}

html.mob-menu-active, body.mob-menu-active {
    overflow: hidden;
}

html.burger-menu-active, body.burger-menu-active {
    overflow: hidden;
}

html.burger-menu-active.pace-done .h-head, body.burger-menu-active.pace-done .h-head {
    pointer-events: none;
}

html.burger-menu-active.pace-done .h-head__burger, body.burger-menu-active.pace-done .h-head__burger {
    pointer-events: all;
}

html.burger-menu-active .page-layout, body.burger-menu-active .page-layout {
    position: relative;
    z-index: 11;
}

html.burger-menu-active.desktop body {
    margin-right: 17px;
}

html.burger-menu-active.desktop body.home {
    margin-right: 0;
}

html.burger-menu-active.desktop body.home .h-head {
    right: 0;
    width: 100%;
}

html.burger-menu-active.desktop .h-head {
    right: 17px;
    left: auto;
    width: calc(100% - 17px);
}

@media screen and (max-width: 560px) {
    #fullpage {
        overflow-x: hidden;
    }
}

.info-block {
    border-radius: 10px;
    box-shadow: 0px 3px 75px 0 rgba(255, 255, 255, 0.025);
    background-color: rgba(61, 73, 88, 0.25);
    text-align: center;
    padding: 20px 40px;
    font-size: 18px;
    color: #e6e6e6;
    font-weight: 600;
    margin-bottom: 30px;
}

.info-block a {
    text-decoration: underline;
    color: #1a52d3;
    transition: all 0.3s;
}

.info-block a:hover {
    opacity: 0.8;
}

.info-block a:active {
    opacity: 0.6;
}

.form-input {
    position: relative;
}

.form-input .err {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
    color: #EE3D48;
    font-size: 14px;
    font-weight: 500;
}

.form-input-wrapper {
    margin-bottom: 6.5px;
}

.form-input-wrapper.secret-answer {
    margin-bottom: 20px;
    text-align: center;
}

.form-input-wrapper.secret-answer .value {
    color: #ffffff;
}

.form-input input, .form-input textarea {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(55, 67, 81, 0.4);
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    transition: border-bottom 0.3s;
    padding: 12px 20px;
    border-radius: 0 !important;
}

.form-input input::placeholder, .form-input textarea::placeholder {
    color: #b4b4b4;
}

.form-input input[type="number"]::-webkit-outer-spin-button,
.form-input input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.form-input input[type="number"]::-webkit-inner-spin-button {
    -moz-appearance: textfield;
}

.form-input input:focus, .form-input textarea:focus {
    border-bottom: 1px solid rgba(196, 196, 196, 0.7);
    outline: none;
}

.form-input input.error, .form-input input.busy-error, .form-input textarea.error, .form-input textarea.busy-error {
    border-bottom-color: #EE3D48;
}

.form-input input[disabled], .form-input textarea[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-input textarea {
    text-align: left;
    resize: vertical;
    min-height: 50px;
}

.form-label {
    display: none;
}

.form-block--sqa .submit-wrapper {
    margin-top: 30px;
}

.nice-select {
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(55, 67, 81, 0.6);
    background: transparent;
    padding: 10px 30px 13px 30px;
    height: auto;
    line-height: 1;
    transition: border-color 0.3s;
    float: none;
}

.nice-select .current {
    line-height: 1;
    display: block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #1a52d3;
}

.nice-select::after {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 11px;
    right: 11px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    border: none;
    margin: 0;
    background: url("../img/icon-arrow-down-white.svg") no-repeat center/contain;
    transform-origin: 50% 50%;
}

.nice-select.open {
    border-color: rgba(196, 196, 196, 0.7);
}

.nice-select.open::after {
    transform: translateY(-50%) rotate(-180deg);
}

.nice-select .list {
    display: block;
    width: 100%;
    border: solid 1.5px #363636;
    margin: 5px 0 0 0;
    padding: 0;
    overflow-y: auto;
    max-height: 300px;
    border-radius: 10px;
    box-shadow: 0px 3px 75px 0 rgba(255, 255, 255, 0.025);
    background-color: rgba(61, 73, 88, 0.95);
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #42E8E0 #D5DEE0;
    /* Chrome, Edge and Safari */
}

.nice-select .list .option {
    display: block;
    width: 100%;
    text-align: left;
    padding: 11px 10px;
    color: #ffffff;
    white-space: break-spaces;
    line-height: 130%;
    vertical-align: middle;
    height: auto;
    min-height: unset;
}

.nice-select .list .option:hover {
    background-color: rgba(95, 121, 154, 0.95);
    color: #FFF;
}

.nice-select .list .option.selected, .nice-select .list .option.focus {
    background-color: rgba(100, 133, 175, 0.95);
    color: #FFF;
    pointer-events: none;
}

.nice-select .list .option.selected:hover, .nice-select .list .option.selected:active, .nice-select .list .option.focus:hover, .nice-select .list .option.focus:active {
    background: #303030;
    color: rgba(196, 196, 196, 0.7);
}

.nice-select .list::-webkit-scrollbar {
    width: 3px;
    width: 3px;
}

.nice-select .list::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #9a9a9a;
}

.nice-select .list::-webkit-scrollbar-track:hover {
    background-color: #9a9a9a;
}

.nice-select .list::-webkit-scrollbar-track:active {
    background-color: #9a9a9a;
}

.nice-select .list::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #42E8E0;
}

.nice-select .list::-webkit-scrollbar-thumb:hover {
    background-color: #42E8E0;
}

.nice-select .list::-webkit-scrollbar-thumb:active {
    background-color: #42E8E0;
}

.nice-select.error {
    border-color: #EE3D48;
}

.btn {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 14px 27px;
    border-radius: 10px;
    background-color: #1241af;
    border: none;
    transition: filter 0.3s;
    text-decoration: none;
    white-space: normal;
}

.btn:hover {
    filter: brightness(110%);
}

.btn:active {
    filter: brightness(120%);
}

.btn:focus {
    outline: none;
}

.h-head {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 11;
    padding-top: 23px;
    padding-bottom: 32px;
    background: rgba(3, 9, 17, 0);
    transition: padding 0.3s, background 0.3s;
    padding-left: 0;
}

@media screen and (max-width: 560px) {
    .h-head {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.h-head .container {
    max-width: 1855px;
}

@media screen and (max-width: 560px) {
    .h-head .container {
        padding-left: 23px;
        padding-right: 23px;
    }
}

.h-head__logo-wrapper {
    margin-right: auto;
}

@media screen and (max-width: 1100px) {
    .h-head__logo-wrapper {
        transform: translateX(-10px);
    }
}

.h-head__logo-wrapper--link {
    display: block;
    transition: all 0.3s;
}

.h-head__logo-wrapper--link:hover {
    opacity: 0.8;
}

.h-head__logo-wrapper--link:active {
    opacity: 0.6;
}

.h-head__logo-img {
    width: 148px;
    transition: width 0.3s;
}

@media screen and (max-width: 749px) {
    .h-head__logo-img {
        width: 82px;
    }
}

.h-head__row {
    display: flex;
    align-items: flex-start;
}

.h-head__cab-links, .h-head__lang, .h-head__burger {
    transition: all 0.4s;
    transform: translateY(36px);
}

@media screen and (max-width: 960px) {
    .h-head__cab-links, .h-head__lang, .h-head__burger {
        transform: translateY(15px);
    }
}

.h-head__lang {
    position: relative;
    margin-right: 298px;
}

@media screen and (max-width: 1600px) {
    .h-head__lang {
        margin-right: 150px;
    }
}

@media screen and (max-width: 1100px) {
    .h-head__lang {
        margin-right: 43px;
    }
}

@media screen and (max-width: 960px) {
    .h-head__lang {
        margin-right: 73px;
    }
}

@media screen and (max-width: 560px) {
    .h-head__lang {
        margin-right: 30px;
        transform: translateY(28px);
    }
}

.h-head__lang img {
    display: block;
    width: 23px;
    box-shadow: 0px 8px 27px 0 rgba(172, 172, 172, 0.17);
    transition: box-shadow 0.3s;
}

.h-head__lang-btn {
    position: relative;
    padding: 0;
    border: none;
    padding-right: 33px;
    background: transparent;
    transition: all 0.3s;
}

.h-head__lang-btn:hover {
    opacity: 0.8;
}

.h-head__lang-btn:active {
    opacity: 0.6;
}

.h-head__lang-btn:focus {
    outline: none;
}

.h-head__lang-btn::after {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: url("../img/icon-lang-arrow.svg") no-repeat center/contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.h-head__lang-dropdown {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0;
    top: calc(100% + 20px);
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.3s, transform 0.3s;
}

.h-head__lang-dropdown-item {
    padding: 0;
    border: none;
    margin-bottom: 9px;
    background: transparent;
    box-shadow: 0px 8px 27px 0 rgba(172, 172, 172, 0);
    transition: all 0.3s;
}

.h-head__lang-dropdown-item img {
    box-shadow: 0px 8px 27px 0 rgba(172, 172, 172, 0);
}

.h-head__lang-dropdown-item:hover img {
    box-shadow: 0px 8px 27px 0 rgba(172, 172, 172, 0.17);
}

.h-head__lang-dropdown-item:active {
    opacity: 0.8;
}

.h-head__lang-dropdown-item:last-child {
    margin-bottom: 0;
}


.h-head__lang.active .h-head__lang-btn::after {
    transform: rotate(-180deg) translateY(50%);
}

.h-head__lang.active .h-head__lang-btn img {
    box-shadow: 0px 8px 27px 0 rgba(172, 172, 172, 0);
}

.h-head__lang.active .h-head__lang-dropdown {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);

}

.h-head__burger {
    position: relative;
    height: 24px;
    width: 27px;
    background: transparent;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    transform: translateY(31px) translateX(4px);
}

@media screen and (max-width: 1100px) {
    .h-head__burger {
        transform: translateY(31px);
    }
}

@media screen and (max-width: 960px) {
    .h-head__burger {
        transform: translateY(10px) translateX(-4px);
    }
}

@media screen and (max-width: 560px) {
    .h-head__burger {
        transform: translateY(23px);
    }
}

.h-head__burger:focus {
    outline: none;
}

.h-head__burger:hover {
    opacity: 0.8;
}

.h-head__burger:active {
    opacity: 0.6;
}

.h-head__burger span {
    position: absolute;
    width: 100%;
    display: block;
    height: 3px;
    background-color: #1a52d3;
    transition: all 0.3s;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.h-head__burger span:nth-child(1) {
    top: calc(50% - 4px);
}

.h-head__burger span:nth-child(2) {
    top: calc(50% + 3px);
}

.h-head__burger.active span:nth-child(1) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.h-head__burger.active span:nth-child(2) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.h-head__login {
    border-radius: 10px;
    box-shadow: 0px 3px 75px 0 rgba(255, 255, 255, 0.1);
    background-color: rgba(61, 73, 88, 0.3);
    margin-right: 43px;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    width: 132px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h-head__cab-link {
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    transition: all 0.3s;
}

.h-head__cab-link:hover {
    opacity: 0.8;
}

.h-head__cab-link:active {
    opacity: 0.6;
}

.h-head__cab-links {
    display: flex;
    margin-right: 45px;
    align-items: center;
    transform: translateY(27px);
}

.h-head__cab-links--unauthorized {

    transform: translateY(33px);
}

@media screen and (max-width: 960px) {
    .h-head__cab-links {
        transform: translateY(7px);
    }
    .h-head__cab-links--unauthorized {

        transform: translateY(12px);
    }

}

@media screen and (max-width: 600px) {
    .h-head__cab-links {
        display: none;
    }
}

.h-head__cab-links--unauthorized a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s;
}

.h-head__cab-links--unauthorized a:hover {
    color: #1a52d3;
}

.h-head__cab-links--unauthorized a:active {
    opacity: 0.8;
}

.h-head__cab-links--unauthorized a:nth-child(2) {
    color: #1a52d3;
    margin-left: 15px;
}

.h-head__cab-links--unauthorized a:nth-child(2):hover {
    color: #ffffff;
}

.h-head__cab-links--unauthorized a:nth-child(2):active {
    opacity: 0.8;
}

.h-head.scrolled {
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(3, 9, 17, 0.95);
}

.h-head.scrolled .h-head__logo-img {
    width: 80px;
}

.h-head.scrolled .h-head__cab-links {
    transform: translateY(32px);
}

.h-head.scrolled .h-head__lang {
    transform: translateY(36px);
}

.h-head.scrolled .h-head__burger {
    transform: translateY(30px) translateX(4px);
}

@media screen and (max-width: 960px) {
    .h-head.scrolled .h-head__burger {
        transform: translateY(30px) translateX(-4px);
    }
}

body.home .h-head__cab-links {
    transform: translateY(26px);
}

@media screen and (max-width: 960px) {
    body.home .h-head__cab-links {
        transform: translateY(6px);
    }
}

body.home .h-head__cab-links--unauthorized {
    transform: translateY(33px);
}

@media screen and (max-width: 960px) {
    body.home .h-head__cab-links--unauthorized {
        transform: translateY(12px);
    }
}

body.home .h-head.scrolled .h-head__cab-links {
    transform: translateY(33px);
}

body.home.burger-menu-active .h-head__cab-links {
    transform: translateY(-60px) !important;
    opacity: 0 !important;
}

body.home.burger-menu-active .h-head__lang {
    transform: translateY(-60px) !important;
    opacity: 0 !important;
}

.burger-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    padding-top: 266px;
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.5s;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px;
}

@media screen and (max-width: 960px) {
    .burger-menu {
        padding-top: 224px;
    }
}

@media screen and (max-width: 749px) {
    .burger-menu {
        padding-top: 137px;
    }
}

@media screen and (max-height: 800px) {
    .burger-menu {
        padding-top: 180px;
    }
}

@media screen and (max-height: 660px) {
    .burger-menu {
        padding-top: 100px;
    }
}

@media screen and (max-height: 590px) {
    .burger-menu {
        padding-top: 50px;
    }
}

@media screen and (max-width: 1600px) and (max-height: 660px) {
    .burger-menu {
        padding-left: 130px;
    }
}

@media screen and (max-width: 960px) and (max-height: 660px) {
    .burger-menu {
        padding-left: 160px;
    }
}

@media screen and (max-width: 749px) and (max-height: 660px) {
    .burger-menu {
        padding-left: 0;
        padding-top: 130px;
    }
}

.burger-menu .container {
    overflow-y: auto;
    max-height: 100%;
}

.burger-menu.active {
    opacity: 1;
    transform: translateX(0);
}

.burger-menu.active .burger-menu__nav {
    pointer-events: all;
    max-width: calc(100% - 100px);
}

.burger-menu.active .burger-menu__socials {
    pointer-events: all;
}

.burger-menu.active .burger-menu__btns {
    pointer-events: all;
}

.burger-menu__nav {
    padding-top: 10px;
}

.burger-menu__nav ul {
    margin: 0;
    padding: 0 0 0 88px;
    list-style: none;
}

@media screen and (max-width: 960px) {
    .burger-menu__nav ul {
        padding-left: 33px;
    }
}

@media screen and (max-width: 560px) {
    .burger-menu__nav ul {
        padding-left: 6px;
    }
}

.burger-menu__nav ul li:not(:last-child) {
    margin-bottom: 3px;
}

@media screen and (max-width: 960px) {
    .burger-menu__nav ul li:not(:last-child) {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 560px) {
    .burger-menu__nav ul li:not(:last-child) {
        margin-bottom: 11px;
    }
}

.burger-menu__nav a {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.41;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
}

@media screen and (max-width: 960px) {
    .burger-menu__nav a {
        font-size: 37px;
    }
}

@media screen and (max-width: 749px) {
    .burger-menu__nav a {
        font-size: 28px;
    }
}

@media screen and (max-width: 560px) {
    .burger-menu__nav a {
        font-size: 17px;
    }
}

.burger-menu__nav a::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 66px);
    left: -33px;
    top: 50%;
    height: calc(100% + 9px);
    background: #1A52D3;
    transition: all 0.3s;
    transform: translateY(-50%) translateX(-40px) scaleX(0.5);
    opacity: 0;
    transform-origin: 0 50%;
}

@media screen and (max-width: 960px) {
    .burger-menu__nav a::before {
        height: calc(100% + 22px);
        top: calc(50% - 3px);
        width: calc(100% + 90px);
    }
}

@media screen and (max-width: 560px) {
    .burger-menu__nav a::before {
        width: calc(100% + 195px);
        height: calc(100% + 12px);
        top: 50%;
    }
}

.burger-menu__nav a.active::before {
    opacity: 1;
    transform: translateX(0) scaleX(1) translateY(-50%);
}

.burger-menu__nav a span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.burger-menu__nav a:hover::before {
    opacity: 1;
    transform: translateX(0) scaleX(1) translateY(-50%);
}

.burger-menu__socials {
    display: flex;
    margin-top: 41px;
    padding-left: 55px;
}

@media screen and (max-width: 960px) {
    .burger-menu__socials {
        padding-left: 2px;
        margin-top: 38px;
    }
}

@media screen and (max-width: 560px) {
    .burger-menu__socials {
        margin-top: 25px;
        padding-left: 0;
        margin-left: -4px;
    }
}

.burger-menu__social-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 30px;
    color: #a0a0a0;
    transition: color 0.3s;
    font-weight: 600;
}

@media screen and (max-width: 960px) {
    .burger-menu__social-link {
        font-size: 25px;
    }
}

@media screen and (max-width: 560px) {
    .burger-menu__social-link {
        font-size: 16px;
    }
}

.burger-menu__social-link:not(:last-child) {
    margin-right: 40px;
}

@media screen and (max-width: 960px) {
    .burger-menu__social-link:not(:last-child) {
        margin-right: 30px;
    }
}

@media screen and (max-width: 560px) {
    .burger-menu__social-link:not(:last-child) {
        margin-right: 11px;
    }
}

.burger-menu__social-link img {
    margin-right: 21px;
    width: 47px;
    display: inline-block;
}

@media screen and (max-width: 960px) {
    .burger-menu__social-link img {
        margin-right: 15px;
    }
}

@media screen and (max-width: 560px) {
    .burger-menu__social-link img {
        width: 35px;
        margin-right: 13px;
    }
}

.burger-menu__social-link:hover {
    color: #d0cece;
}

.burger-menu__social-link:active {
    color: #ffffff;
}

.burger-menu__btns {
    display: none;
}

@media screen and (max-width: 600px) {
    .burger-menu__btns {
        display: block;
    }
}

.burger-menu__btns .h-head__cab-links {
    display: flex;
    transform: none !important;
    opacity: 1 !important;
    margin-top: 30px;
}

body.burger-menu-active.home .burger-menu__btns .h-head__cab-links {
    opacity: 1 !important;
    transform: none !important;
}

.inner-head {
    min-height: 203px;
    margin-bottom: 77px;
}

@media screen and (max-width: 780px) {
    .inner-head {
        min-height: 110px;
        margin-bottom: 50px;
        position: relative;
        z-index: 3;
    }
}

.inner-head .container {
    max-width: 1190px;
}

.inner-head__row {
    display: flex;
    justify-content: space-between;
}

.inner-head__left, .inner-head__right {
    flex: 0 0 calc(50% - 100px);
}

@media screen and (max-width: 960px) {
    .inner-head__left {
        display: none;
    }
}

.inner-head__right {
    display: flex;
    justify-content: flex-end;
    padding-top: 101px;
}

@media screen and (max-width: 780px) {
    .inner-head__right {
        padding-top: 60px;
    }
}

@media screen and (max-width: 400px) {
    .inner-head__right {
        padding-top: 40px;
    }
}

.inner-head__center {
    flex: 0 0 161px;
    position: relative;
}

@media screen and (max-width: 780px) {
    .inner-head__center {
        flex: 0 0 90px;
    }
}

.inner-head__center::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 161px;
    height: 203px;
    border-radius: 0 0 80px 80px;
    background-color: #07101c;
    z-index: 1;
}

@media screen and (max-width: 780px) {
    .inner-head__center::after {
        width: 90px;
        height: 130px;
    }
}

.inner-head__center img {
    width: 143px;
}

@media screen and (max-width: 780px) {
    .inner-head__center img {
        width: 70px;
    }
}

.inner-head__logo-wrapper {
    position: absolute;
    z-index: 5;
    display: block;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    transition: filter 0.3s;
}

.inner-head__logo-wrapper:hover {
    filter: brightness(130%);
}

.inner-head__logo-wrapper:active {
    filter: brightness(150%);
}

.inner-head__right {
    align-items: center;
}

.inner-head__lang {
    margin-right: 20px;
}

.inner-head__lang .h-head__lang {
    margin-right: 0;
}

.inner-head__lang .h-head__lang {
    transform: translateY(3px);
}

.inner-head__btns {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 560px) {
    .inner-head__btns {
        flex-direction: column;
        align-items: flex-end;
        row-gap: 20px;
    }

    .inner-head__lang {
        margin-right: 0;
    }

    .inner-head__right {
        padding-top: 30px;
        align-items: flex-end;
    }


    .inner-head__lang .h-head__lang {
        transform: translateY(-5px);
    }

}

@media screen and (max-width: 400px) {
    .inner-head__right {
        flex-direction: column-reverse;
        align-items: flex-end;
    }

    .inner-head__lang {
        margin-top: 16px;
    }
}

.inner-head__home-btn {
    display: inline-block;
    font-size: 16.5px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
    padding-left: 39px;
}

.inner-head__home-btn:hover {
    opacity: 0.8;
}

.inner-head__home-btn:active {
    opacity: 0.6;
}

@media screen and (max-width: 780px) {
    .inner-head__home-btn {
        padding-left: 32px;
        font-size: 15px;
    }
}

.inner-head__home-btn::before {
    content: "";
    display: block;
    position: absolute;
    width: 31px;
    height: 31px;
    background: url("../img/icon-home.svg") no-repeat center/contain;
    left: 0;
    top: calc(50% - 2px);
    transform: translateY(-50%);
}

@media screen and (max-width: 780px) {
    .inner-head__home-btn::before {
        width: 26px;
        height: 26px;
    }
}

.inner-head__login-btn {
    display: inline-block;
    padding: 14px 27px;
    border-radius: 10px;
    background-color: #1a52d3;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-left: 37px;
    transition: filter 0.3s;
}

@media screen and (max-width: 780px) {
    .inner-head__login-btn {
        margin-left: 25px;
        font-size: 17px;
        padding: 10px 20px;
    }
}

.inner-head__login-btn:hover {
    filter: brightness(110%);
}

.inner-head__login-btn:active {
    filter: brightness(120%);
}

.auth-page {
    background: url("../img/auth-page-bg.jpg") no-repeat center/cover, #030911;
    background-attachment: fixed;
    min-height: 100vh;
    padding-bottom: 60px;
}

.register-block .container {
    max-width: 1190px;
}

.register-block form > .err {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    margin-top: 20px;
}

.register-block__row {
    display: flex;
}

@media screen and (max-width: 780px) {
    .register-block__row {
        flex-direction: column;
    }
}

.register-block__row--bottom {
    margin-top: 35px;
}

.register-block__row--bottom .register-block__left, .register-block__row--bottom .register-block__right {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.register-block__row--bottom .register-block__left {
    min-height: unset;
}

.register-block__row--bottom .register-block__left #jqcaptcha {
    margin: 0 auto !important;
}

.register-block__row--bottom .register-block__right {
    padding-top: 18px;
}

.register-block__row--center {
    justify-content: center;
}

.register-block__row--center .register-block__left {
    min-height: unset;
    padding-top: 40px;
    padding-bottom: 40px;
}

.register-block__row--center .register-block__left .form-input-wrapper--checkbox {
    margin-top: 20px;
    margin-bottom: 0;
}

.register-block__row--center .register-block__left .checkbox-block {
    justify-content: center;
}

.register-block__top-left {
    max-width: 358px;
    margin: 0 0 32px;
}

.register-block__title {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    margin: 0;
}

.register-block__title--mb {
    margin: 0 0 20px;
}

@media screen and (max-width: 780px) {
    .register-block__left {
        max-width: 100%;
    }
}

.register-block__title--center {
    margin-left: auto;
    margin-right: auto;
}

.register-block__left {
    flex: 0 0 358px;
    border-radius: 10px;
    box-shadow: 0px 3px 75px 0 rgba(255, 255, 255, 0.1);
    background-color: rgba(61, 73, 88, 0.27);
    padding: 11px 33px 20px 33px;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 780px) {
    .register-block__left {
        padding: 20px;
        width: 100%;
        flex: unset;
    }
}

.register-block__left .err {
    width: 100%;
    text-align: center;
    display: block;
    color: #EE3D48;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

.register-block__right {
    margin-left: 30px;
    flex: 1 1 auto;
    border-radius: 10px;
    box-shadow: 0px 3px 75px 0 rgba(255, 255, 255, 0.1);
    background-color: rgba(61, 73, 88, 0.26);
    padding: 22px 80px 45px 21px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.38;
    color: #fff;
    overflow: hidden;
}

@media screen and (max-width: 780px) {
    .register-block__right {
        flex: unset;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        padding: 20px;
    }
}

.register-block__right p {
    margin: 0;
    color: #fff;
}

.register-block__right p.title {
    color: #7a7b7d;
    text-transform: uppercase;
    margin: 0;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 16px;
}

.register-block__right p.title + p.title {
    margin-top: 20px;
}

.register-block__right p + p {
    margin-top: 10px;
}

.register-block__right p + p.title {
    margin-top: 36px;
}

.register-block__right-inner {
    position: relative;
    height: 100%;
}

@media screen and (max-width: 780px) {
    .register-block__right-inner {
        min-height: 250px;
    }
}

.register-block__right-inner .rules {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.register-block__right-inner .rules__scrollbox {
    max-height: 100%;
}

@media screen and (max-width: 780px) {
    .register-block__right-inner .rules__scrollbox {
        overflow-y: auto;
    }
}

.register-block__right-inner .mCSB_vertical + .mCSB_scrollTools {
    border-radius: 2px;
    background-color: #24364d;
    width: 2px;
    height: 215px;
    top: 50%;
    transform: translateY(-50%);
    right: -54px;
}

.register-block__right-inner .mCSB_vertical + .mCSB_scrollTools .mCSB_dragger {
    line-height: 19px !important;
    min-height: 19px !important;
    height: 19px !important;
    left: -10px !important;
}

.register-block__right-inner .mCSB_vertical + .mCSB_scrollTools .mCSB_draggerRail {
    opacity: 0 !important;
    pointer-events: none;
    height: 19px !important;
    min-height: 19px !important;
    display: none !important;
}

.register-block__right-inner .mCSB_vertical + .mCSB_scrollTools .mCSB_dragger_bar {
    transition: background-color 0.3s;
    width: 22px !important;
    height: 19px !important;
    border-radius: 20px !important;
    box-shadow: 0px 3px 35px 0 rgba(255, 255, 255, 0.17) !important;
    background-color: #1a52d3 !important;
    transition: box-shadow 0.3s !important;
}

.register-block__right-inner .mCSB_vertical + .mCSB_scrollTools .mCSB_dragger_bar:hover {
    box-shadow: 0px 3px 25px 0 rgba(255, 255, 255, 0.3) !important;
}

.register-block__right-inner .mCSB_vertical + .mCSB_scrollTools .mCSB_dragger_bar:active {
    box-shadow: 0px 3px 25px 0 rgba(255, 255, 255, 0.4) !important;
}

.register-block .form-input-wrapper--agreement {
    margin-bottom: 34px;
    margin-left: 21px;
}

.register-block .form-input-wrapper--agreement .checkbox-block {
    justify-content: flex-start;
}

.register-block .form-input-wrapper--agreement .err {
    color: #EE3D48;
    font-size: 14px;
    font-weight: 500;
    display: block;
    text-align: center;
    transform: translateY(-25px);
}

@media screen and (max-width: 780px) {
    .register-block .form-input-wrapper--agreement .err {
        transform: translateY(-10px);
    }
}

.register-block--login .captcha-wrapper {
    max-width: 358px;
    margin: 30px auto;
}

.register-block--login .submit-wrapper {
    max-width: 358px;
    margin-left: auto;
    margin-right: auto;
}

.register-block--login .submit-wrapper .btn {
    width: 100%;
}

.register-block-bottom {
    margin-top: 30px;
    text-align: center;
}

.register-block-bottom a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: underline;
    transition: color 0.3s;
}

.register-block-bottom a:hover {
    color: #3c70eb;
}

.register-block-bottom a:active {
    color: #1752dd;
}

@media screen and (max-width: 780px) {
    .register-block .submit-wrapper {
        display: flex;
        justify-content: center;
    }
}

.register-block .err + #jqcaptcha {
    margin-top: 10px !important;
}

.register-block--2fa .submit-wrapper {
    margin-top: 30px;
}


.register-block #uLogin {
    margin-bottom: 20px;
}

.ulogin-buttons-container button {
    margin: 0 5px 0 5px !important;
}

.checkbox-block {
    position: relative;
    display: flex;
    justify-content: center;
}

.checkbox-block__inner {
    position: relative;
    display: flex;
    align-items: center;
}

.checkbox-block__inner > input {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.checkbox-block__inner > input:checked + span::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.checkbox-block__inner > input:hover + .checkbox-block__control {
    opacity: 0.8;
}

.checkbox-block__inner > input:active + .checkbox-block__control {
    opacity: 0.6;
}

.checkbox-block label {
    cursor: pointer;
}

.checkbox-block__control {
    position: relative;
    flex-shrink: 0;
    margin-right: 16px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transition: all 0.3s;
}

.checkbox-block__control::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 16px;
    height: 16px;
    background-color: #1a52d3;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    border-radius: 50%;
}

.checkbox-block__text {
    font-size: 16px;
    font-weight: 600;
    color: #1c51cb;
}

.submit-wrapper--center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.inner-page {
    min-height: 100vh;
    background-color: #030911;
    padding-top: 83px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.inner-page > .container {
    flex-grow: 1;
}

@media screen and (max-width: 1700px) {
    .inner-page {
        padding-top: 160px;
    }
}

@media screen and (max-width: 750px) {
    .inner-page {
        padding-top: 130px;
    }
}

@media screen and (max-width: 560px) {
    .inner-page {
        padding-bottom: 0;
    }
}

.inner-page__title {
    text-transform: uppercase;
    margin: -10px auto 55px auto;
    font-size: 44px;
    font-weight: bold;
    text-align: left;
    color: #3d4958;
    max-width: 1135px;
}

@media screen and (max-width: 780px) {
    .inner-page__title {
        margin-bottom: 40px;
        font-size: 36px;
    }
}

.inner-page__content {
    margin: 0 auto;
    max-width: 1135px;
}

.inner-page .footer {
    position: relative;
    margin-top: 80px;
    margin-bottom: 1px;
}

@media screen and (max-width: 560px) {
    .inner-page .footer {
        margin-top: 0;
    }
}

.inner-page .footer__inner {
    position: relative;
}

/*.inner-page .footer__inner::before {*/
/*  content: "";*/
/*  display: block;*/
/*  position: absolute;*/
/*  width: 120%;*/
/*  right: 0;*/
/*  top: 0;*/
/*  background: #141e27;*/
/*  height: 100%;*/
/*}*/


.contacts-top {
    margin-bottom: 28px;
}

.contacts-top__row {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

@media screen and (max-width: 1100px) {
    .contacts-top__row {
        flex-wrap: wrap;
        margin-bottom: -30px;
    }
}

.contacts-top__item {
    position: relative;
    transition: all 0.3s;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(25% - 30px);
    border-radius: 10px;
    box-shadow: 0px 3px 75px 0 rgba(255, 255, 255, 0.01);
    background-color: rgba(61, 73, 88, 0.35);
}

@media screen and (max-width: 1100px) {
    .contacts-top__item {
        width: calc(50% - 30px);
        margin-bottom: 30px;
    }
}

.contacts-top__item:hover {
    opacity: 0.8;
}

.contacts-top__item:active {
    opacity: 0.6;
}

.contacts-top__item a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contacts-top__item--soc {
    padding: 40px 20px 32px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 164px;
}

@media screen and (max-width: 1100px) {
    .contacts-top__item--soc {
        flex: unset;
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 600px) {
    .contacts-top__item--soc {
        width: calc(100% - 30px);
    }
}

.contacts-top__item--soc img {
    width: 47px;
    display: block;
    margin-bottom: 29px;
}

.contacts-top__item--soc span {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.contacts-top__item--text {
    flex: 0 0 calc(33.33% - 95px);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

@media screen and (max-width: 1100px) {
    .contacts-top__item--text {
        flex: unset;
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 600px) {
    .contacts-top__item--text {
        width: calc(100% - 30px);
    }
}

.contacts-top__item--text img {
    margin-right: 20px;
}

.contacts-top__item--text span {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    display: inline-block;
    transform: translateY(3px) translateX(-2px);
}

.contacts-top__item--text:nth-child(4) img {
    transform: translateY(4px);
}

.contacts-map {
    border-radius: 10px;
    background-color: rgba(205, 212, 221, 0.05);
    overflow: hidden;
    margin-bottom: 50px;
}

.contacts-map__row {
    display: flex;
}

@media screen and (max-width: 780px) {
    .contacts-map__row {
        flex-direction: column;
    }
}

.contacts-map__left {
    position: relative;
    flex: 1 1 auto;
}

@media screen and (max-width: 780px) {
    .contacts-map__left {
        height: 200px;
        width: 100%;
        flex: unset;
    }
}

.contacts-map__right {
    flex: 0 0 440px;
    padding: 87px 0;
    margin-left: 40px;
}

@media screen and (max-width: 780px) {
    .contacts-map__right {
        margin-left: 0;
        flex: unset;
        width: 100%;
        padding: 40px 0;
    }
}

.contacts-map__address {
    box-shadow: 0px 3px 75px 0 rgba(255, 255, 255, 0.1);
    background-color: rgba(61, 73, 88, 0.34);
    padding: 18px 20px 22px 62px;
    position: relative;
    border-radius: 10px 0 0 10px;
}

.contacts-map__address::before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 32px;
    background: url("../img/icon-address.svg") no-repeat center/contain;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
}

.contacts-map__address-label {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.44;
    color: #535f6e;
    margin: 0 0 1px 0;
}

.contacts-map__address-value {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.15;
    color: #fff;
    margin: 0;
}

.contacts-form-head {
    display: flex;
    align-items: center;
    margin-bottom: 52px;
}

@media screen and (max-width: 560px) {
    .contacts-form-head {
        flex-direction: column;
    }
}

.contacts-form-head__left {
    flex: 1 1 auto;
    margin-right: 30px;
    padding-left: 50px;
}

@media screen and (max-width: 780px) {
    .contacts-form-head__left {
        padding-left: 0;
    }
}

@media screen and (max-width: 560px) {
    .contacts-form-head__left {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

.contacts-form-head__right {
    flex: 0 0 440px;
}

@media screen and (max-width: 780px) {
    .contacts-form-head__right {
        flex-basis: 260px;
    }
}

@media screen and (max-width: 560px) {
    .contacts-form-head__right {
        flex-basis: 0;
    }
}

.contacts-form-head__title {
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    color: #cdd4dd;
    margin: 0;
}

.contact-form {
    position: relative;
}

.contact-form__inner {
    border-radius: 10px;
    box-shadow: 0px 3px 75px 0 rgba(255, 255, 255, 0.1);
    background-color: rgba(61, 73, 88, 0.25);
    padding-left: 32px;
    padding-right: 32px;
    padding-bottom: 41px;
    padding-top: 30px;
}

.contact-form__row {
    display: flex;
}

@media screen and (max-width: 780px) {
    .contact-form__row {
        flex-direction: column;
    }
}

.contact-form__left {
    position: relative;
    flex: 0 0 198px;
    margin-right: 60px;
}

@media screen and (max-width: 780px) {
    .contact-form__left {
        flex: unset;
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .contact-form__left input {
        text-align: left;
    }

    .contact-form__left .nice-select {
        padding-left: 20px !important;
    }

    .contact-form__left .nice-select .current {
        text-align: left !important;
    }
}

.contact-form__right {
    flex: 1 1 auto;
}

@media screen and (max-width: 780px) {
    .contact-form__right {
        flex: unset;
        width: 100%;
    }
}

.contact-form .nice-select .current {
    text-align: center;
    color: #ffffff;
}

.contact-form form > .err {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 280px;
    margin-left: 20px;
}

@media screen and (max-width: 560px) {
    .contact-form form > .err {
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 55px;
    }
}

.contact-form #jqcaptcha {
    margin-bottom: 10px !important;
}

@media screen and (max-width: 560px) {
    .contact-form #jqcaptcha {
        margin-bottom: 30px !important;
    }
}

.contacts-form-bottom {
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
}

@media screen and (max-width: 560px) {
    .contacts-form-bottom {
        flex-direction: column;
    }
}

.contacts-form-bottom__left {
    margin-right: 45px;
}

@media screen and (max-width: 560px) {
    .contacts-form-bottom__left {
        margin-right: 0;
    }
}

.news-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    max-width: 1166px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
}

.news-list__item {
    width: calc(33.33% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
    .news-list__item {
        width: calc(50% - 30px);
    }
}

@media screen and (max-width: 650px) {
    .news-list__item {
        width: calc(100% - 30px);
    }
}

.news-list__item-link {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(54, 54, 54, 0.7);
    margin-bottom: 17px;
    transition: all 0.3s;
}

.news-list__item-link:hover {
    opacity: 0.8;
}

.news-list__item-link:active {
    opacity: 0.6;
}

.news-list__item-link::after {
    display: block;
    content: "";
    padding-bottom: 57%;
}

.news-list__item-link img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-list__body {
    padding: 13px 25px 11px 20px;
    border-radius: 10px;
    box-shadow: 0px 3px 75px 0 rgba(255, 255, 255, 0.1);
    background-color: rgba(61, 73, 88, 0.26);
}

.news-list__img {
    max-width: 100%;
}

.news-list__date {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.47;
    text-align: left;
    color: #fff;
    margin: 0 0 2px 0;
}

.news-list__date b {
    font-weight: 300;
    color: #194fca;
}

.news-list__important {
    color: #f00;
    font-size: 17px;
    margin: 0 0 10px 0;
}

.news-list__text {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.47;
    text-align: left;
    color: #fff;
    margin: 0 0 10px 0;
}

.news-list__more-btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.79;
    color: #fff;
    text-decoration: underline;
    transition: color 0.3s;
}

.news-list__more-btn:hover {
    color: #194fca;
}

.news-list__more-btn:active {
    color: #3168e5;
}

.news-full__img {
    border-radius: 10px;
    max-width: 100%;
}

.news-full__img-wrapper {
    margin-bottom: 30px;
}

.news-full__date {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.47;
    text-align: left;
    color: #fff;
    margin: 0 0 10px 0;
}

.news-full__date b {
    font-weight: 300;
    color: #194fca;
}

.news-full__important {
    color: #f00;
    font-size: 17px;
    margin: 0 0 10px 0;
}

.news-full__title {
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;
}

.news-full__text {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.47;
    text-align: left;
    margin: 0 0 10px 0;
}

.news-full__text img {
    max-width: 100%;
}

.news-full__text * {
    color: #e0e0e0 !important;
}

.news-paginator {
    max-width: 1166px;
    padding-right: 40px;
    margin-top: 39px;
}

.news-paginator .paginator-holder {
    margin-top: 0;
}

.news-paginator .paginator__link {
    font-size: 16px;
}

.news-paginator .paginator__link-next svg, .news-paginator .paginator__link-prev svg {
    height: 18px;
}

.about__row {
    display: flex;
}

@media screen and (max-width: 780px) {
    .about__row {
        flex-direction: column-reverse;
    }
}

.about__left {
    flex: 0 0 298px;
    margin-right: 36px;
}

@media screen and (max-width: 780px) {
    .about__left {
        margin-top: 40px;
        flex: unset;
        max-width: 295px;
        margin-left: auto;
        margin-right: auto;
    }
}

.about__right {
    flex: 1 1 auto;
    margin-top: -5px;
    max-width: 800px;
}

.about__text {
    font-size: 17px;
    font-weight: 300;
    line-height: 1.47;
    color: #fff;
}

.about__text p {
    margin: 0;
}

.about__text p + p {
    margin-top: 1.45em;
}

.about__img {
    max-width: 100%;
    margin-bottom: 21px;
    border-radius: 10px;
    box-shadow: 0px 3px 75px 0 rgba(255, 255, 255, 0.1);
    background-color: #cdd4dd;
}

.about__left-text {
    font-size: 17px;
    line-height: 1.47;
    text-align: left;
    color: #3d4958;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 62px 20px 54px 25px;
    border-radius: 10px;
    box-shadow: 0px 3px 75px 0 rgba(255, 255, 255, 0.1);
    background-color: #cdd4dd;
}

.about-info {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 95px;
    border-radius: 10px;
    background-color: rgba(205, 212, 221, 0.05);
    padding-left: 94px;
    padding-right: 30px;
    max-width: 1135px;
}

@media screen and (max-width: 960px) {
    .about-info {
        padding-left: 30px;
    }
}

@media screen and (max-width: 780px) {
    .about-info {
        padding: 30px;
    }
}

.about-info__row {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 780px) {
    .about-info__row {
        flex-direction: column;
    }
}

.about-info__left {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 150px;
}

@media screen and (max-width: 780px) {
    .about-info__left {
        padding-left: 0;
    }
}

@media screen and (max-width: 560px) {
    .about-info__left {
        flex-direction: column;
    }
}

.about-info__right {
    flex: 0 0 387px;
    margin-left: auto;
}

@media screen and (max-width: 1100px) {
    .about-info__right {
        flex-basis: 290px;
    }
}

@media screen and (max-width: 780px) {
    .about-info__right {
        flex-basis: 0;
        margin-top: 40px;
        margin-left: 0;
    }
}

.about-info__cert-wrapper {
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: calc(50% + 4px);
    transform: translateY(-50%);
    width: 116px;
}

@media screen and (max-width: 780px) {
    .about-info__cert-wrapper {
        position: relative;
        top: auto;
        transform: none;
        margin-right: 20px;
    }
}

@media screen and (max-width: 560px) {
    .about-info__cert-wrapper {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.about-info__cert-wrapper img {
    width: 100%;
}

.about-info__cert-wrapper:hover {
    opacity: 0.8;
}

.about-info__cert-wrapper:active {
    opacity: 0.6;
}

.about-info__meta {
    text-align: left;
}

@media screen and (max-width: 1100px) {
    .about-info__meta {
        max-width: 250px;
    }
}

@media screen and (max-width: 560px) {
    .about-info__meta {
        flex: 1 1 auto;
        text-align: center;
    }
}

.about-info__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
    margin: 0;
    color: #ffffff;
}

.about-info__year {
    color: #6c7b8d;
    margin: 0 0 20px 0;
    font-weight: 600;
    font-size: 20px;
}

@media screen and (max-width: 560px) {
    .about-info__year {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.about-info__year b {
    color: #ffffff;
    font-weight: inherit;
}

.about-info__number {
    margin: 0 0 4px;
    color: #6c7b8d;
    font-size: 16px;
    font-weight: 600;
}

.about-info__number b {
    color: #ffffff;
    font-weight: inherit;
}

.about-info__link {
    color: #194fca;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s;
}

.about-info__link:hover {
    opacity: 0.8;
}

.about-info__link:active {
    opacity: 0.6;
}

.about-info__address {
    position: relative;
    padding-left: 40px;
}

.about-info__address::before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 32px;
    background: url("../img/icon-address.svg") no-repeat center/contain;
    left: 0;
    top: calc(50% + 4px);
    transform: translateY(-50%);
}

.about-info__address-label {
    margin: 0 0 2px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.44;
    color: #535f6e;
}

.about-info__address-value {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.15;
    text-align: left;
    color: #fff;
}

.about-info__link {
    margin-top: 30px;
    padding-right: 245px;
    text-align: right;
}

@media screen and (max-width: 780px) {
    .about-info__link {
        padding-right: 0;
    }
}

@media screen and (max-width: 780px) {
    .about-info__link {
        text-align: center;
    }
}

.about-info__link a {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.47;
    color: #fff;
    text-decoration: underline;
    transition: color 0.3s;
}

.about-info__link a:hover {
    color: #194fca;
}

.about-info__link a:active {
    color: #3168e5;
}

.footer {
    transition: opacity 0.3s;
}

@media screen and (max-height: 600px) and (min-width: 780px) {
    .footer {
        margin-bottom: 0;
    }
}

.footer__inner {
    background-color: #141e27;
    margin-top: 26px;
    margin-bottom: 50px;
}

@media screen and (max-height: 600px) and (min-width: 780px) {
    .footer__inner {
        margin-top: 200px;
    }
}

@media screen and (max-width: 780px) {
    .footer__inner {
        margin-bottom: 0;
        margin-top: 140px;
        position: relative;
        padding-top: 20px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 749px) {
    .footer__inner {
        margin-top: 250px;
    }
}

@media screen and (max-width: 560px) {
    .footer__inner {
        padding-top: 26px;
    }
}

.footer__row {
    display: flex;
    align-items: center;
    min-height: 96px;
}

@media screen and (max-width: 780px) {
    .footer__row {
        min-height: unset;
    }
}

@media screen and (max-width: 560px) {
    .footer__row {
        flex-direction: column;
    }
}

.footer__left {
    flex: 0 0 262px;
    margin-right: 25px;
    position: relative;
}

@media screen and (max-width: 780px) {
    .footer__left {
        flex: unset;
        margin-right: 0;
        width: 100%;
        max-width: 446px;
        position: absolute;
        left: 15px;
        top: 11px;
        transform: translateY(-100%);
    }
}

@media screen and (max-width: 560px) {
    .footer__left {
        left: 50%;
        transform: translateX(-50%) translateY(-100%);
    }
}

@media screen and (max-width: 560px) {
    .footer__left {
        max-width: 291px;
    }
}

.footer__left-inner {
    position: absolute !important;
    left: 0;
    top: calc(50% + 7px);
    transform: translateY(-50%);
    width: 100%;
    padding-left: 54px;
    padding-right: 20px;
}

@media screen and (max-width: 780px) {
    .footer__left-inner {
        position: relative !important;
        left: auto;
        top: auto;
        transform: none;
        box-shadow: 0px 3px 65px 0 rgba(0, 0, 0, 0.39);
        background-color: #1a2530;
        border-radius: 0 10px 0 10px;
        padding: 15px 15px 11px 54px;
    }
}

@media screen and (max-width: 560px) {
    .footer__left-inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.footer__left-inner::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% + 29px);
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 3px 65px 0 rgba(0, 0, 0, 0.39);
    background-color: #1a2530;
    border-radius: 0 10px 0 10px;
    left: 0;
}

@media screen and (max-width: 780px) {
    .footer__left-inner::before {
        display: none;
    }
}

.footer__left * {
    position: relative;
    z-index: 2;
}

.footer__center {
    flex: 1 1 auto;
    margin-right: 30px;
}

@media screen and (max-width: 560px) {
    .footer__center {
        margin-right: 0;
    }
}

.footer__center-row {
    display: flex;
}

@media screen and (max-width: 560px) {
    .footer__center-row {
        flex-direction: column;
        align-items: center;
    }
}

.footer__center-logo {
    flex: 0 0 76px;
    width: 76px;
    margin-right: 26px;
    transform: translateY(3px);
}

@media screen and (max-width: 780px) {
    .footer__center-logo {
        transform: none;
        width: 75px;
        margin-left: -5px;
        margin-right: 56px;
    }
}

@media screen and (max-width: 560px) {
    .footer__center-logo {
        margin-right: 0;
        flex: unset;
        width: 75px;
        margin-bottom: 25px;
    }
}

.footer__right {
    margin-left: auto;
}

@media screen and (max-width: 780px) {
    .footer__right {
        margin-right: auto;
    }
}

.footer__title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 5px;
    letter-spacing: -0.06em;
}

.footer__year {
    font-size: 15px;
    margin: 0 0 5px;
    color: #6c7b8d;
    letter-spacing: -0.06em;
}

.footer__year b {
    font-weight: inherit;
    color: #ffffff;
    margin-left: 0.2em;
}

.footer__address {
    margin: 0 0 15px;
    position: relative;
    font-size: 15px;
    color: #ffffff;
}

@media screen and (max-width: 780px) {
    .footer__address {
        width: calc(100% - 200px);
        margin-bottom: 0;
    }
}

@media screen and (max-width: 560px) {
    .footer__address {
        width: 100%;
        margin-bottom: 22px;
    }
}

.footer__address::before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    height: 31px;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    background: url("../img/icon-address.svg") no-repeat center/contain;
}

.footer__license {
    color: #6c7b8d;
    font-size: 16px;
    margin: 0;
}

@media screen and (max-width: 780px) {
    .footer__license {
        position: absolute;
        right: 40px;
        bottom: 11px;
    }
}

@media screen and (max-width: 560px) {
    .footer__license {
        position: relative;
        right: auto;
        bottom: auto;
    }
}

.footer__license b {
    color: #ffffff;
    font-weight: inherit;
}

.footer__license a {
    display: inline-block;
    transition: all 0.3s;
    color: #194fca;
    transform: translateY(-3px);
}

.footer__license a:hover {
    opacity: 0.8;
}

.footer__license a:active {
    opacity: 0.6;
}

.footer__contact {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

@media screen and (max-width: 780px) {
    .footer__contact {
        transform: translateY(-3px);
    }
}

@media screen and (max-width: 560px) {
    .footer__contact {
        text-align: center;
    }
}

.footer__contact-title {
    font-size: 20px;
    color: #194fca;
    margin: 0 0 5px;
}

@media screen and (max-width: 560px) {
    .footer__contact-title {
        text-align: center;
    }
}

.footer__contact-row {
    margin: 0 0 4px 7px;
    color: #a0a0a0;
}

@media screen and (max-width: 560px) {
    .footer__contact-row {
        margin-left: 0;
    }
}

.footer__contact-row:last-child {
    margin-bottom: 0;
}

.footer__contact-row a {
    text-decoration: none;
    transition: color 0.3s;
    color: #ffffff;
}

.footer__contact-row a:hover {
    color: #3168e5;
}

.footer__contact-row a:active {
    color: #4778e8;
}

.footer__copyright {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #fff;
    margin-right: 6px;
}

@media screen and (max-width: 780px) {
    .footer__copyright {
        margin-right: 0;
        text-align: center;
        margin-top: 10px;
    }
}

.footer__contact {
    font-weight: 600;
}

@media screen and (max-width: 400px) {

    body.tg-app .inner-head__right {
        padding-top: 20px;
    }

    body.tg-app .inner-head__logo-wrapper {
        top: 30px;
    }

    body.tg-app .inner-head__center::after {
        top: -20px;
    }
}

body.tg-app input[type="password"]::-ms-reveal {
    filter: invert(100%);
}

.tg-app .form-input-wrapper--agreement .checkbox-block__inner {
    flex-direction: column;
    text-align: center;
}

.tg-app .form-input-wrapper--agreement {
    margin-left: 0;
}

.tg-app .form-input-wrapper--agreement .checkbox-block__control {
    margin-right: 0;
    margin-bottom: 10px;
}

.tg-app .form-input-wrapper--agreement .checkbox-block__inner > input {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}


