/** /assets/css/normalize.css **/html {line-height: 1.15;-webkit-text-size-adjust: 100%;}body {margin: 0;}main {display: block;}h1 {font-size: 2em;margin: 0.67em 0;}hr {box-sizing: content-box;height: 0;overflow: visible;}pre {font-family: monospace, monospace; font-size: 1em; white-space: break-spaces;}a {background-color: transparent;}abbr[title] {border-bottom: none;text-decoration: underline;text-decoration: underline dotted;}b,strong {font-weight: bolder;}code,kbd,samp {font-family: monospace, monospace;font-size: 1em;}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;}button,input,optgroup,select,textarea {font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0;}button,input {overflow: visible;}button,select {text-transform: none;}button,[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;}fieldset {padding: 0.35em 0.75em 0.625em;}legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}progress {vertical-align: baseline;}textarea {overflow: auto;}[type="checkbox"],[type="radio"] {box-sizing: border-box;padding: 0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {height: auto;}[type="search"] {-webkit-appearance: textfield; outline-offset: -2px;}[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-file-upload-button {-webkit-appearance: button; font: inherit;}details {display: block;}summary {display: list-item;}template {display: none;}[hidden] {display: none;}
/** /assets/css/fonts/openSans.css **/@font-face {font-family: 'Open Sans';src: url('/assets/fonts/OpenSans-Light.woff2') format('woff2'), url('/assets/fonts/OpenSans-Light.woff') format('woff');font-weight: 300;font-style: normal;font-display: swap;}@font-face {font-family: 'Open Sans';src: url('/assets/fonts/OpenSans-LightItalic.woff2') format('woff2'), url('/assets/fonts/OpenSans-LightItalic.woff') format('woff');font-weight: 300;font-style: italic;font-display: swap;}@font-face {font-family: 'Open Sans';src: url('/assets/fonts/OpenSans-Regular.woff2') format('woff2'), url('/assets/fonts/OpenSans-Regular.woff') format('woff');font-weight: 400;font-style: normal;font-display: swap;}@font-face {font-family: 'Open Sans';src: url('/assets/fonts/OpenSans-Italic.woff2') format('woff2'), url('/assets/fonts/OpenSans-Italic.woff') format('woff');font-weight: 400;font-style: italic;font-display: swap;}@font-face {font-family: 'Open Sans';src: url('/assets/fonts/OpenSans-Medium.woff2') format('woff2'), url('/assets/fonts/OpenSans-Medium.woff') format('woff');font-weight: 500;font-style: normal;font-display: swap;}@font-face {font-family: 'Open Sans';src: url('/assets/fonts/OpenSans-MediumItalic.woff2') format('woff2'), url('/assets/fonts/OpenSans-MediumItalic.woff') format('woff');font-weight: 500;font-style: italic;font-display: swap;}@font-face {font-family: 'Open Sans';src: url('/assets/fonts/OpenSans-SemiBold.woff2') format('woff2'), url('/assets/fonts/OpenSans-SemiBold.woff') format('woff');font-weight: 600;font-style: normal;font-display: swap;}@font-face {font-family: 'Open Sans';src: url('/assets/fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'), url('/assets/fonts/OpenSans-SemiBoldItalic.woff') format('woff');font-weight: 600;font-style: italic;font-display: swap;}@font-face {font-family: 'Open Sans';src: url('/assets/fonts/OpenSans-Bold.woff2') format('woff2'), url('/assets/fonts/OpenSans-Bold.woff') format('woff');font-weight: 700;font-style: normal;font-display: swap;}@font-face {font-family: 'Open Sans';src: url('/assets/fonts/OpenSans-BoldItalic.woff2') format('woff2'), url('/assets/fonts/OpenSans-BoldItalic.woff') format('woff');font-weight: 700;font-style: italic;font-display: swap;}@font-face {font-family: 'Open Sans';src: url('/assets/fonts/OpenSans-ExtraBold.woff2') format('woff2'), url('/assets/fonts/OpenSans-ExtraBold.woff') format('woff');font-weight: 800;font-style: normal;font-display: swap;}@font-face {font-family: 'Open Sans';src: url('/assets/fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'), url('/assets/fonts/OpenSans-ExtraBoldItalic.woff') format('woff');font-weight: 800;font-style: italic;font-display: swap;}
/** /assets/css/style.css **/@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');* { -webkit-box-sizing: border-box; box-sizing: border-box; font-family: inherit; font-size: inherit;}h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0;}body { margin: 0; font-family: 'Open Sans', sans-serif; font-size: 16px; min-width: 360px; min-height: 100vh;}body.lock { overflow: hidden;}*:focus { outline: none;}ul { list-style-type: none; margin: 0; padding: 0;}a { text-decoration: none;}button { border-style: solid; cursor: pointer; background-color: transparent;}.table__container { margin: -1rem; width: calc(100% + 2rem);overflow-x: auto;}.table { width: 100%; border-collapse: collapse;}.table tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, .05);}.table th { font-size: .95rem; font-weight: 400; color: #0000008a; vertical-align: bottom;}.table td, .table th { padding: 0.75rem; vertical-align: top; border-top: 1px solid rgba(0, 0, 0, .06); text-align: left;}.main { padding-top: 80px;}.page__title { font-size: 1.8rem; margin: 0 0 1.2rem; font-weight: 400;}.block__title { font-size: 1.5rem; font-weight: 300; margin-bottom: 0.75rem;}.visually-hidden { position: absolute; width: 1px; height: 1px; margin: -1px; border: 0; padding: 0; white-space: nowrap; -webkit-clip-path: inset(100%); clip-path: inset(100%); clip: rect(0 0 0 0); overflow: hidden;}.landing-title { font-weight: 800; font-size: 52px; line-height: 71px; text-align: center; color: #454545;}.landing-descr { font-weight: 300; font-size: 32px; line-height: 44px; text-align: center; color: #454545;}.landing-container { max-width: 1640px; margin: 0 auto; padding: 0 20px;}.landing-btn { background: -webkit-gradient(linear, left top, left bottom, color-stop(26.67%, #52A49A), to(#298479)), #3C38FF; background: -o-linear-gradient(top, #52A49A 26.67%, #298479 100%), #3C38FF; background: linear-gradient(180deg, #52A49A 26.67%, #298479 100%), #3C38FF; border-radius: 10px; padding: 12px 35.5px; font-weight: 700; font-size: 12px; line-height: 16px; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative;}.landing-btn__text { position: relative; z-index: 10;}.landing-btn::after { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, 0); border-radius: 10px; -webkit-transition: background-color .2s ease; -o-transition: background-color .2s ease; transition: background-color .2s ease;}.landing-btn:hover::after { background-color: rgba(0, 0, 0, .2);}.table__more { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 20px 0;}.btn__more { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; background-color: rgba(140, 140, 140, .7); border-radius: 5px; padding: 5px 10px; min-width: 100px; min-height: 25px; width: max-content; font-style: normal; font-weight: 600; font-size: 12px; line-height: 16px; color: #FFFFFF; -webkit-transition: background-color .2s ease; -o-transition: background-color .2s ease; transition: background-color .2s ease; cursor: pointer;}.btn__more:hover { background-color: rgba(140, 140, 140, 1);}.buy__ticker { background-color: #26A69A; -webkit-transition: background-color .2s ease; -o-transition: background-color .2s ease; transition: background-color .2s ease;}.buy__ticker:hover { background-color: #37736c;}.sell__ticker { background-color: #EF5350; -webkit-transition: background-color .2s ease; -o-transition: background-color .2s ease; transition: background-color .2s ease;}.sell__ticker:hover { background-color: #bf4240;}.button__management { padding: 9px 0; font-style: normal; font-weight: 600; font-size: 12px; line-height: 16px; color: #FFFFFF; border-radius: 5px; min-height: 35px; width: 70px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; border: transparent;}.sold__ticker { padding: 9px 0; font-style: normal; font-weight: 600; font-size: 12px; line-height: 16px; color: #0000004d; background: #F5F5F5; border-radius: 5px; min-height: 35px; pointer-events: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; border: transparent;}.notice { padding-bottom: 0.75em; position: fixed; top: 1.5em; left: 1.5em; width: 25em; max-width: calc(100% - 3em); transition: transform 0.15s ease-out; -webkit-user-select: none; -moz-user-select: none; user-select: none; z-index: 1000;}.notice__box { animation: flyIn 0.3s ease-out; background-color: hsl(0, 0%, 100%); border-radius: 0.75em; box-shadow: 0 0.5em 1em hsla(223, 10%, 10%, 0.1); height: 5em; transition: background-color 0.15s, color 0.15s;}.notice__btns { box-shadow: -1px 0 0 hsla(223, 10%, 10%, 0.15); flex-direction: column; flex-shrink: 0; min-width: 6em; height: 100%; transition: box-shadow 0.15s;}.notice__btn { background-color: transparent; box-shadow: 0 0 0 hsla(223, 10%, 10%, 0.5) inset; font-size: 0.7em; line-height: 1; font-weight: 500; height: 100%; padding: 0 0.5rem; transition: background-color 0.15s, color 0.15s; -webkit-appearance: none; appearance: none; -webkit-tap-highlight-color: transparent; border: none;}.notice__btn:first-of-type { border-radius: 0 0.75rem 0 0;}.notice__btn + .notice__btn { box-shadow: 0 -1px 0 hsla(223, 10%, 10%, 0.15); font-weight: 400;}.notice__btn:last-of-type { border-radius: 0 0 0.75rem 0;}.notice__btn:only-child { border-radius: 0 0.75rem 0.75rem 0;}.notice__btn-text { display: inline-block; pointer-events: none;}.notice__content { padding: 0.375em 1em; width: 100%; height: 100%;}.notice__box, .notice__content { align-items: center;}.notice__box, .notice__content, .notice__btns { display: flex;}.notice__icon { flex-shrink: 0; margin-right: 0.75em; width: 2em; height: 2em;}.notice__icon-picture { width: 100%; height: auto; display: block;}.notice__icon-img { display: block; max-width: 100%;}.notice__text { line-height: 1.333;}.notice__text-title { font-size: 0.95em; font-weight: bold;}.notice__text-subtitle { font-size: 0.8em; opacity: 0.75;}.notice--out .notice__box { animation: flyOut .3s ease-out forwards;}@keyframes flyIn { from { transform: translateX(calc(-100% - 1.5em)); } to { transform: translateX(0); }}@keyframes flyOut { from { transform: translateX(0); } to { transform: translateX(calc(-100% - 1.5em)); }}@media (max-width: 991px) { .landing-title { font-size: 32px; line-height: 44px; }.landing-descr { font-size: 24px; line-height: 33px; }.notice { width: 22em; }.notice__text-title { font-size: 0.75em; }.notice__text-subtitle { font-size: 0.6em; }.notice__btns { min-width: 4em; }.notice__btn { font-size: 0.6em; }body.lock-user { overflow: hidden; }}
/** /assets/css/headers/header.css **/.header {position: fixed;top: 0;left: 0;width: 100%;z-index: 1000;}.header::after {content: '';position: absolute;top: 100%;left: 0;width: 100%;height: 1px;background: linear-gradient(136.35deg, rgba(245, 245, 245, 0.9) 0%, rgba(230, 230, 230, 0.9) 99.27%);border-radius: 20px;}.header__container {display: flex;align-items: center;padding: 0 20px 0 30px;background-color: #fff;position: relative;min-height: 80px;}.header__logo {margin-right: auto;display: flex;align-items: center;align-self: stretch;padding: 3px;}.header__logo:focus {outline: 3px solid #E8E8E8;outline-offset: -3px;}.header__logo:active {outline: none;}.header__navigation {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);height: 100%;}.navigation__list {display: flex;height: 100%;}.navigation__item {height: 100%;}.navigation__link {font-weight: 600;font-size: 16px;line-height: 22px;color: rgba(50, 50, 50, 1);width: 100%;display: flex;padding: 3px 30px;align-items: center;height: 100%;transition: background-color .2s ease;position: relative;}.navigation__link.active {pointer-events: none;}.navigation__link.active::before {content: '';position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);width: calc(100% - 60px);height: 2px;background: linear-gradient(180deg, #52A49A 26.67%, #0EA652 100%), #D9D9D9;}.navigation__link:focus {outline: 3px solid #E8E8E8;outline-offset: -3px;}.navigation__link:hover {background-color: #EAEAEA;}.navigation__link:active {background-color: rgba(234, 234, 234, 0.3);outline: none;}.header__sign-up {display: flex;align-items: center;justify-content: center;padding: 0 20px;min-width: 160px;background: linear-gradient(180deg, #E7AB13 26.67%, #CF9118 100%), #3C38FF;border-radius: 2px;margin-right: 20px;min-height: 50px;z-index: 0;position: relative;}.header__button-text {font-weight: 700;font-size: 14px;line-height: 19px;color: #fff;position: relative;z-index: 10;text-align: center;}.header__button {position: relative;}.header__button::after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;opacity: 0;transition: opacity .2s ease;background: linear-gradient(0deg, rgba(129, 0, 0, 0.3), rgba(129, 0, 0, 0.3)), linear-gradient(180deg, #E7AB13 26.67%, #CF9118 100%);}.header__button:focus {outline: 3px solid #E8E8E8;}.header__button:hover::after {opacity: 1;}.header__button:active {outline: none;}.header__button:active::after {background: linear-gradient(0deg, rgba(129, 0, 0, 0.5), rgba(129, 0, 0, 0.5)), linear-gradient(180deg, #E7AB13 26.67%, #CF9118 100%);}.header__log-in {display: flex;align-items: center;justify-content: center;align-self: stretch;padding: 3px 20px;font-weight: 600;font-size: 16px;line-height: 22px;color: rgba(50, 50, 50, .5);position: relative;transition: background-color .2s ease;}.header__log-in:focus {outline: 3px solid #E8E8E8;outline-offset: -3px;}.header__log-in:hover {background-color: #EAEAEA;}.header__log-in:active {background-color: rgba(234, 234, 234, 0.3);outline: none;}.header__log-in::after {content: '';position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 1px;height: 30px;background-color: #D9D9D9;}.languages {display: flex;align-items: center;justify-content: center;align-self: stretch;position: relative;z-index: 10;}.languages__open {height: 100%;padding: 3px 20px;font-weight: 600;font-size: 16px;line-height: 22px;color: rgba(50, 50, 50, .5);opacity: 1;position: relative;transition: background-color .2s ease, opacity .2s ease;}.languages.active .languages__open {opacity: 0;outline: none;}.languages__open:focus {outline: 3px solid #E8E8E8;outline-offset: -3px;}.languages__open:hover {background-color: #EAEAEA;}.languages__open:active {background-color: rgba(234, 234, 234, 0.3);outline: none;}.languages__full {position: absolute;top: 100%;right: 0;min-width: 220px;border: 1px solid #E3E3E3;border-radius: 0 0 3px 3px;opacity: 0;visibility: hidden;transition: opacity .2s ease;}.languages.active .languages__full {opacity: 1;visibility: visible;}.languages__close {position: absolute;width: 100%;height: 100%;padding: 3px;top: 0;left: 0;background-color: rgba(234, 234, 234, 0.5);opacity: 0;visibility: hidden;transition: opacity .2s ease, background-color .2s ease;}.languages__close:focus {outline: 3px solid #E8E8E8;outline-offset: -3px;}.languages__close:hover {background-color: rgba(234, 234, 234, 1);}.languages__close:active {background-color: rgba(234, 234, 234, 0.3);outline: none;}.languages.active .languages__close {opacity: 1;visibility: visible;}.languages__list {border-top: 1px solid #E3E3E3;padding: 10px 0;}.languages__list_disable {padding-bottom: 0;}.languages__list_disable .languages__link {opacity: .3;pointer-events: none;}.languages__item {margin-bottom: 10px;}.languages__item:last-child {margin-bottom: 0;}.languages__link {display: flex;align-items: center;padding: 10px;border-radius: 3px;transition: background-color .2s ease;}.languages__link:focus {outline: 3px solid #E8E8E8;outline-offset: -3px;}.languages__link:hover {background-color: #EAEAEA;}.languages__link:active {background-color: rgba(234, 234, 234, 0.3);outline: none;}.languages__link-icon {margin-right: 10px;}.languages__link-text {font-size: 16px;line-height: 19px;color: #454545;}.languages__active {display: flex;align-items: center;padding-bottom: 10px;padding-left: 10px;width: 100%;}.languages__active-wrapper {display: flex;align-items: center;width: 100%;}.languages__active-icon {margin-right: 10px;}.languages__active-text {font-weight: 600;font-size: 16px;line-height: 22px;color: #454545;}.menu-burger {display: flex;align-items: center;justify-content: center;align-self: stretch;}.menu-burger__open {height: 100%;padding: 0 20px;position: relative;}.menu-burger__open::after {content: '';position: absolute;top: 50%;left: 0;transform: translateY(-50%);width: 1px;height: 30px;background-color: #D9D9D9;}.menu-burger__open-wrapper {width: 30px;height: 15px;position: relative;display: block;}.menu-burger__open-line,.menu-burger__open-wrapper::after,.menu-burger__open-wrapper::before {width: 100%;height: 2px;background-color: #323232;position: absolute;left: 0;}.menu-burger__open-wrapper::after,.menu-burger__open-wrapper::before {content: '';}.menu-burger__open-line {top: 50%;transform: translateY(-50%);}.menu-burger__open-wrapper::after {top: 0;}.menu-burger__open-wrapper::before {bottom: 0;}.header__subscribe {background: linear-gradient(180deg, #52A49A 26.67%, #0EA652 100%);border-radius: 2px;min-height: 50px;display: flex;align-items: center;justify-content: center;padding: 0 25px;min-width: 180px;margin-right: 20px;position: relative;overflow: hidden;z-index: 0;}.header__subscribe:focus {outline: 3px solid #E8E8E8;}.header__subscribe:active {outline: none;}.header__subscribe::after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;opacity: 0;transition: opacity .2s ease;background: linear-gradient(0deg, rgba(14, 98, 90, 0.5), rgba(14, 98, 90, 0.5)), linear-gradient(180deg, #52A49A 26.67%, #0EA652 100%);;}.header__subscribe:hover::after {opacity: 1;}.header__subscribe:active::after {background: linear-gradient(0deg, #0E625A, #0E625A), linear-gradient(180deg, #52A49A 26.67%, #0EA652 100%);}.header__subscribe-text {font-weight: 700;font-size: 14px;line-height: 19px;color: #fff;position: relative;z-index: 10;}.header__account {display: flex;align-items: center;justify-content: center;align-self: stretch;padding: 3px 20px;position: relative;transition: background-color .2s ease;}.header__account.active {background-color: rgba(234, 234, 234, 0.5);pointer-events: none;}.header__account:focus {outline: 3px solid #E8E8E8;outline-offset: -3px;}.header__account:hover {background-color: #EAEAEA;}.header__account:active {outline: none;background-color: rgba(234, 234, 234, 0.3);}.header__account::after {content: '';position: absolute;top: 50%;right: 0;transform: translateY(-50%);width: 1px;height: 30px;background-color: #D9D9D9;}.header__account-name {font-weight: 600;font-size: 16px;line-height: 22px;color: rgba(69, 69, 69, .5);margin-right: 20px;}.header__settings {display: flex;align-items: center;justify-content: center;align-self: stretch;position: relative;z-index: 10;}.header__settings-open {padding: 3px 20px;height: 100%;opacity: 1;transition: opacity .2s ease;}.header__settings.active .header__settings-open {opacity: 0;outline: none;}.header__settings-open:focus {outline: 3px solid #E8E8E8;outline-offset: -3px;}.header__settings-open:hover {background-color: #EAEAEA;}.header__settings-open:active {outline: none;background-color: rgba(234, 234, 234, 0.3);}.header__settings-list {padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #E3E3E3;}.header__settings-full {position: absolute;top: 100%;right: 0;border-radius: 0 0 3px 3px;opacity: 0;visibility: hidden;transition: opacity .2s ease;}.header__settings-content {padding: 15px 10px;background-color: #F8F8F8;min-width: 294px;}.header__settings.active .header__settings-full {opacity: 1;visibility: visible;}.header__settings-title {padding: 16.5px 0;text-align: center;font-weight: 700;font-size: 16px;line-height: 22px;color: #454545;margin-bottom: 10px;}.settings-accor {margin-bottom: 10px;}.settings-accor:last-child {margin-bottom: 0;}.settings-accor__open {padding: 15px 10px;width: 100%;display: flex;align-items: center;justify-content: space-between;border-radius: 3px;transition: background-color .2s ease;}.settings-accor__open:hover {background-color: #EAEAEA;}.settings-accor__open-text {font-weight: 600;font-size: 16px;line-height: 22px;color: #454545;}.settings-accor__open-arrow {opacity: .5;}.header__exit {margin-bottom: 10px;}.header__exit-btn {background-color: #454545;border-radius: 3px;padding: 12px 20px;width: 100%;position: relative;}.header__exit-btn:focus {outline: 3px solid #E8E8E8;}.header__exit-btn:active {outline: none;}.header__exit-btn::after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), #454545;border-radius: 3px;opacity: 0;transition: opacity .2s ease;}.header__exit-btn:hover::after {opacity: 1;}.header__exit-btn:active::after {opacity: 1;background: linear-gradient(0deg, #000000, #000000), #454545;}.header__exit-btn-text {font-weight: 700;font-size: 12px;line-height: 16px;color: #fff;position: relative;z-index: 10;}.header__settings-subscribe-more {display: flex;align-items: center;flex-direction: column;}.header__settings-subscribe-more,.header__settings-subscribe-link {font-size: 16px;line-height: 22px;color: rgba(69, 69, 69, .5);}.header__settings-subscribe-link {text-decoration: underline;}.header__settings-subscribe-link:hover {text-decoration: none;}.header__settings-close {position: absolute;width: 100%;height: 100%;padding: 3px;top: 0;left: 0;background-color: rgba(234, 234, 234, 0.5);opacity: 0;visibility: hidden;transition: opacity .2s ease, background-color .2s ease;}.header__settings-close:focus {outline: 3px solid #E8E8E8;outline-offset: -3px;}.header__settings-close:hover {background-color: rgba(234, 234, 234, 1);}.header__settings-close:active {background-color: rgba(234, 234, 234, 0.3);outline: none;}.header__settings.active .header__settings-close {opacity: 1;visibility: visible;}.settings-accor__full {margin-top: -43px;background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #F8F8F8;border: 1px solid #E3E3E3;border-radius: 5px;padding: 15px 10px 10px 10px;position: relative;z-index: 10;display: none;}.settings-accor__close {cursor: pointer;}.settings-accor__close .languages__active-text {margin-right: auto;}.header-notifications__close {display: flex;align-items: center;justify-content: space-between;width: 100%;padding-bottom: 10px;}.header-notifications__close-text {font-weight: 600;font-size: 16px;line-height: 22px;color: #454545;}.header-notifications__list {padding-top: 15px;border-top: 1px solid #E3E3E3;}.header-notifications__item {margin-bottom: 15px;}.header-notifications__item:last-child {margin-bottom: 0;}.header-notifications__label {display: flex;align-items: center;justify-content: space-between;cursor: pointer;}.header-notifications__label-text {font-size: 16px;line-height: 22px;color: #454545;max-width: 180px;}.custom-checkbox {display: flex;width: 32px;height: 22px;background-color: rgba(248,248,248,.5);border: 1px solid rgba(69,69,69,.5);border-radius: 2px;padding: 3px;transition: background-color .2s ease, border-color .2s ease;}.custom-checkbox__check {display: flex;width: 14px;background-color: #454545;border-radius: 1px;transform: translateX(0);transition: transform .2s ease, background-color .2s ease;}.header-notifications__label-input:checked + .custom-checkbox {background-color: #fff;border-color: #0EA652;}.header-notifications__label-input:checked + .custom-checkbox .custom-checkbox__check {transform: translateX(10px);background-color: #0EA652;}.menu-burger {display: none;}.dropdown {position: relative;z-index: 10;}.dropdown__menu {position: absolute;top: 100%;right: 0;}.dropdown__open {height: 100%;padding: 3px 20px;font-weight: 600;font-size: 16px;line-height: 22px;color: rgba(50, 50, 50, .5);opacity: 1;position: relative;transition: background-color .2s ease, opacity .2s ease;}.dropdown.active .dropdown__open {opacity: 0;outline: none;}.dropdown__open:focus {outline: 3px solid #E8E8E8;outline-offset: -3px;}.dropdown__open:hover {background-color: #EAEAEA;}.dropdown__open:active {background-color: rgba(234, 234, 234, 0.3);outline: none;}.dropdown__close {position: absolute;width: 100%;height: 100%;padding: 3px;top: 0;left: 0;background-color: rgba(234, 234, 234, 0.5);opacity: 0;visibility: hidden;transition: opacity .2s ease, background-color .2s ease;}.dropdown__close:focus {outline: 3px solid #E8E8E8;outline-offset: -3px;}.dropdown__close:hover {background-color: rgba(234, 234, 234, 1);}.dropdown__close:active {background-color: rgba(234, 234, 234, 0.3);outline: none;}.dropdown.active .dropdown__close {opacity: 1;visibility: visible;}.dropdown__menu {opacity: 0;visibility: hidden;transition: opacity .2s ease;}.dropdown__menu-content {padding: 15px 10px;min-width: 294px;background-color: #F8F8F8;}.languages__full-content {padding: 15px 10px 10px 10px;min-width: 294px;background-color: #F8F8F8;}.dropdown.active .dropdown__menu {opacity: 1;visibility: visible;}.dropdown__title {padding: 16.5px 0;text-align: center;font-weight: 700;font-size: 16px;line-height: 22px;color: #454545;margin-bottom: 10px;}.dropdown__navigation {padding: 0 0 10px;}.dropdown__item {margin-bottom: 10px;}.dropdown__item:last-child {margin-bottom: 0;}.dropdown__link {padding: 15px 10px;font-weight: 600;font-size: 16px;line-height: 22px;color: #323232;display: flex;}.dropdown__action {display: flex;align-items: center;padding: 8px 7.5px;background: linear-gradient(136.35deg, #F5F5F5 0%, #E6E6E6 99.27%);justify-content: center;margin: 0 -10px -10px -10px;}.dropdown__action .header__sign-up {min-height: 24px;min-width: 128px;margin-right: 0;padding: 0 5px;}.dropdown__action .header__button-text {font-size: 12px;line-height: 16px;}.dropdown__action-text {font-size: 13px;line-height: 18px;color: #454545;margin-right: 3px;}.dropdown__background {display: none;}.dropdown__action .header__button-subscribe {padding: 0 8.5px;min-width: 128px;min-height: 24px;margin-right: 0;}.dropdown__action .header__subscribe-text {font-size: 12px;line-height: 16px;}.header-notifications__link {padding: 10px;width: 100%;display: flex;border-radius: 3px;font-weight: 600;font-size: 16px;line-height: 22px;color: #454545;transition: background-color .2s ease;}.header-notifications__link:hover {background-color: #EAEAEA;}.header-notifications__link:active {background-color: rgba(234, 234, 234, 0.3);}.dropdown__action {display: none;}.header > .dropdown__action {margin: 0;}@media (max-width: 1700px) {.header__navigation {position: initial;margin-right: auto;transform: translate(0);display: flex;align-items: center;align-self: stretch;height: auto;}}@media (max-width: 1400px) {.navigation__link {padding: 3px 10px;}.navigation__link.active::before {width: calc(100% - 20px);}}@media (max-width: 1200px) {.header__navigation {display: none;}.menu-burger {display: block;}.header__sign-up {display: none;}.header__subscribe {display: none;}.dropdown__action .header__sign-up {display: flex;}.dropdown__action .header__subscribe {display: flex;}.dropdown__action {display: flex;}}@media (max-width: 991px) {.header__container {padding-left: 15px;padding-right: 0;}.header__log-in {font-size: 14px;padding: 3px 15px;}.languages__open {font-size: 14px;padding: 3px 15px;}.header__logo-img {width: 100px;height: 33px;}.dropdown__open {padding: 3px 15px;}.dropdown__menu {position: fixed;top: 80px;left: 0;width: 100%;height: 100%;min-width: none;overflow: auto;padding-bottom: 80px;}.languages__full {overflow: auto;padding-bottom: 80px;}.header__settings-full {overflow: auto;padding-bottom: 80px;}.dropdown__menu-content {position: relative;z-index: 500;}.languages__full-content {position: relative;z-index: 500;}.header__settings-content {position: relative;z-index: 500;}.languages__full {width: 100%;height: 100%;position: fixed;top: 80px;left: 0;min-width: none;}.header__settings-full {width: 100%;height: 100%;position: fixed;top: 80px;left: 0;min-width: none;}.dropdown__background {display: block;position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-color: rgba(0,0,0,.8);z-index: 500;padding-bottom: 120px;}.languages__full {border: none;}.header__account {padding: 3px 15px;}.header__account-name {display: none;}.header__settings-open {padding: 3px 15px;}}
/** /assets/css/user_page.css **/.container {max-width: 1220px;margin: auto;padding: 0 20px;}button {background-color: transparent;border: none;padding: 0;}.main__container {max-width: 1200px;margin: auto;padding: 0 20px;position: relative;}.section__title {padding: 0;font-style: normal;font-weight: 700;font-size: 32px;line-height: 44px;color: #000000;}.trading {padding: 40px 0;}.current .trading {border-bottom: 1px solid #F5F5F5;}.preview__management {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}.preview__management-icon {min-width: 35px;min-height: 35px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;background-color: #3C38FF;border-radius: 5px;border: none;margin-right: 13px;}.kagorta-settings {padding: 0;margin: 0;border: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;max-width: 380px;}.form-settings__other {margin-bottom: 10px;}.kagorta-settings__title {font-weight: 700;font-size: 14px;line-height: 120%;margin-bottom: 10px;}.settings__promo,.kagorta-settings__name,.kagorta-settings__email,.kagorta-settings__password-input {padding: 15px;font-weight: 400;font-size: 16px;line-height: 22px;background: #FFFFFF;border: 1px solid #E5EBF9;border-radius: 3px;margin-bottom: 10px;width: 100%;}.available__markets {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;margin-bottom: 10px;}.markets__title {margin-right: 10px;}.kagorta-settings__password-input {margin-bottom: 0;border: 0;}.kagorta-settings__password {border: 1px solid #E5EBF9;}.kagorta-settings__password {margin-bottom: 18px;position: relative;}.kagorta-settings__password-icon {position: absolute;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);right: 15px;cursor: pointer;}.kagorta-settings__birth {position: relative;margin-bottom: 18px;}.kagorta-settings__birth-icon {position: absolute;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);right: 15px;cursor: pointer;}.kagorta-settings__birth {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;border: 1px solid #E5EBF9;padding: 15px;border-radius: 3px;}.kagorta-settings__birth-text {padding-right: 10px;margin-right: 10px;border-right: 1px solid #E8E8E8;}.kagorta-settings__birth-date {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;border: 0;}.kagorta-settings__birth-date:focus {outline: none;}.form-settings__kagorta {margin-bottom: 20px;}.kagorta-settings__wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.kagorta-settings__gender {padding: 15px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;cursor: pointer;}.kagorta-settings__gender-radio {width: 20px;height: 20px;min-width: 20px;min-height: 20px;background: #fff;border: 1px solid #F0F3FA;border-radius: 50%;margin-right: 10px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.kagorta-settings__gender-radio-circle {background: #fff;opacity: 0.3;border: 1px solid #3C38FF;border-radius: 50%;width: 12px;height: 12px;}.kagorta-settings__gender-input:checked + .kagorta-settings__gender-radio .kagorta-settings__gender-radio-circle {background-color: #3C38FF;opacity: 1;}.form-settings__gender {margin-bottom: 20px;}.form-settings__submit {padding: 10px 20px;background-color: #26A69A;color: #fff;font-size: 12px;font-weight: 700;line-height: 120%;min-width: 100px;border: none;border-radius: 5px;}.kagorta-settings__select {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-line-pack: center;align-content: center;padding: 15px;border: 1px solid #E5EBF9;border-radius: 3px;width: 100%;margin-bottom: 7px;cursor: pointer;}.kagorta-settings__select:last-child {margin-bottom: 0;}.kagorta-settings__select-text {font-size: 16px;line-height: 22px;padding-right: 10px;margin-right: 10px;border-right: 1px solid #E8E8E8;white-space: nowrap;}.kagorta-settings__select-item:focus {outline: none;}.settings {padding-bottom: 40px;border-bottom: 1px solid #F5F5F5;margin-bottom: 20px;}
/** /assets/css/mobile.css **/@media (max-width: 991px) {.sold__ticker {min-width: 0;}.example .preview__current .help__full {bottom: auto;top: 50px;left: 50%;right: auto;-webkit-transform: translate(-50%, 0);-ms-transform: translate(-50%, 0);transform: translate(-50%, 0);}.example .preview__current .help__full::after {top: -16px;left: 50%;right: auto;-webkit-transform: translate(-50%, 0) rotate(0);-ms-transform: translate(-50%, 0) rotate(0);transform: translate(-50%, 0) rotate(0);}.label__pass-validate {margin-bottom: 10px;}.label__pass-validate li {font-size: 14px;line-height: 20px;}}@media (max-width: 767px) {.filter__block {-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}.ticker__schedule.block__shadow,.ticker__schedule.block__shadow div,.ticker__schedule.block__shadow iframe {max-height: 400px;}.main__container.detail__wrapper {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;}.widget__container {width: 100%;}.widget__container iframe {min-height: 840px;}.widget__container:first-child {min-height: 400px;}.widget__container:first-child iframe {min-height: 480px;}.widget__container {margin-bottom: 40px;}.detail {padding-bottom: 0;}.table-history__purchase,.table-history__sale {display: none;}.table-history__purchase,.table-history__sale {display: none;}.table-history__purchase-price {width: calc(17% + 20px);}.table-history__slling-price {width: 17%;}}@media (max-width: 575px) {body.lock-user {overflow: hidden;}.kagorta .main__container {padding: 0;}.ticker__detail .main__container {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;padding: 0 20px;}.ticker__detail .tickers__body {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;}.trading_hide-mobile {display: none;}.description {display: none;}.tickers__head_hide-mobile {display: none;}.ticker__schedule.block__shadow {margin-bottom: 20px;}.ticker__schedule.block__shadow,.ticker__schedule.block__shadow div,.ticker__schedule.block__shadow iframe {max-height: 300px;}.ticker__detail {display: block;margin-bottom: 40px;}.ticker__detail .kagorta__ticker {padding: 0;border-bottom: none;}.ticker__detail .kagorta__preview {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}.ticker__detail .kagorta__ticker:after {display: none;}.tickers__target-profit {padding: 0;}.ticker__detail .preview__ticker-desc .preview__value {font-size: 24px;margin-bottom: 5px;}.ticker__detail .preview__mobile-description {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;width: 50%;}.preview__mobile-category {display: block;width: calc(100% + 20px);-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;margin: 0 -10px 15px;font-weight: 700;font-size: 16px;line-height: 22px;color: #363636;padding: 10px 20px;background: -o-linear-gradient(334.55deg, #B7B7B7 0%, #A3A3A3 66.12%), #F5F5F5;background: linear-gradient(115.45deg, #B7B7B7 0%, #A3A3A3 66.12%), #F5F5F5;border-radius: 10px;}.ticker__detail .preview__ticker {-webkit-box-ordinal-group: 1;-ms-flex-order: 0;order: 0;width: 100%;margin-bottom: 15px;}.ticker__detail .preview__current {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;width: 100%;padding-right: 0;margin-bottom: 15px;margin-top: -19px;}.ticker__detail .preview__current {display: block;}.ticker__detail .preview__current .preview__value {margin-left: 20px;}.ticker__detail .preview__target-purchase {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;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-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;width: 50%;margin-bottom: 15px;}.ticker__detail .preview__status {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;width: 50%;text-align: left;padding: 0;}.ticker__detail .preview__target-purchase .preview__target-purchase-wrapper:last-child {text-align: right;}.ticker__detail .preview__target-sell {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;width: 50%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;margin-bottom: 15px;}.ticker__detail .preview__target-sell .preview__target-sell-wrapper:last-child {text-align: right;}.ticker__detail .preview__management {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin: 0 -10px;}.ticker__detail .info__ticker {display: block;min-width: 35px;background-color: #3C38FF;font-size: 19px;}.ticker__detail .sold__ticker,.ticker__detail .sell__ticker,.ticker__detail .buy__ticker {width: 100%;min-height: 50px;font-weight: 700;font-size: 18px;line-height: 25px;}.kagorta__history-link {min-height: 50px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;font-weight: 700;font-size: 18px;line-height: 25px;color: #363636;margin: 0 -10px;border-radius: 5px;border: 2px solid #e0e3eb;}.ticker__detail .kagorta__preview {margin-bottom: 30px;}.ticker__detail .tickers__head {margin-top: -55px;}.ticker__detail .preview__buy,.ticker__detail .preview__sell,.ticker__detail .preview__profit {-webkit-box-ordinal-group: 3;-ms-flex-order: 2;order: 2;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-pack: justify;-ms-flex-pack: justify;justify-content: space-between;width: 50%;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;margin-bottom: 15px;}.ticker__detail .preview__mobile-wrapper:last-child {text-align: right;}.tickers__head_top {top: 168px;}.header-landing__up {font-size: 10px;padding: 10px;}.page-404 {padding: 20px 0 50px;}.page-404__error {font-size: 120px;line-height: 120%;}.page-404__descr {padding-bottom: 40px;}.example .kagorta__detail {display: none!important;}.example .kagorta__ticker::after {display: none;}.example__container {padding: 0;}.example__title {padding: 0 20px;}.example .kagorta__ticker.active {margin: 0;border: none;-webkit-box-shadow: none;box-shadow: none;border-radius: 0;}.kagorta__preview_example .help__full {left: 0;}.kagorta__preview_example .help_left .help__full:after {left: 3px;}.preview__target-profit .help__full {left: 50%;}.preview__management {display: none;}.preview__target-profit .help__full {left: auto;right: -12px;-webkit-transform: none;-ms-transform: none;transform: none;}.preview__target-profit .help__full::after {right: 15px;left: auto;-webkit-transform: none;-ms-transform: none;transform: none;}}
/** /assets/css/promo/promo.css **/.promo {background-image: url("/assets/img/promo/background.jpg");background-repeat: no-repeat;background-size: cover;background-position: center top;padding-top: 173px;padding-bottom: 196px;min-height: calc(100vh - 80px);border-radius: 0 0 100px 100px;display: flex;justify-content: center;margin-bottom: 100px;position: relative;overflow: hidden;}.promo__container {display: flex;align-items: center;flex-direction: column;flex-grow: 1;padding: 0 25px;}.promo__icon {margin-bottom: 30px;}.promo__descr {font-weight: 300;font-size: 40px;line-height: 54px;color: #fff;max-width: 888px;text-align: center;margin-bottom: 65px;position: relative;}.promo__descr-wrapper {flex-grow: 1;}.promo__descr::after {content: '';position: absolute;bottom: -30px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);width: 120px;height: 5px;background-color: #D9D9D9;opacity: .4;border-radius: 5px;}.promo__title {font-weight: 800;font-size: 40px;line-height: 54px;text-align: center;color: #fff;max-width: 1140px;margin-bottom: 10px;}.promo__sub-descr {font-weight: 800;font-size: 72px;line-height: 98px;color: #fff;margin-bottom: 10px;}.promo__sub-descr_size {font-size: 18px;line-height: 25px;margin-bottom: 0;}.promo__stormberg {position: absolute;bottom: 0;left: 0;right: 0;max-width: 100%;width: 100%;min-height: 60px;}.promo .header__sign-up {display: none;}@media (max-width: 1200px) {.promo .header__sign-up {display: flex;margin-right: 0;margin-top: 30px;}}@media (max-width: 1024px) {.promo {padding-top: 100px;padding-bottom: 130px;border-radius: 0px 0px 40px 40px;}.promo__icon {display: none;}.promo__descr {font-size: 24px;line-height: 33px;}.promo__title {font-size: 24px;line-height: 33px;}.promo__sub-descr {font-size: 56px;line-height: 76px;}.promo__sub-descr_size {font-size: 16px;line-height: 22px;}}
/** /assets/css/completed/subtotals.css **/.subtotals {margin-bottom: 160px;}.subtotals__title {margin-bottom: 40px;position: relative;z-index: 15;}.subtotals__row {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;position: relative;}.subtotals__row::before {content: '';position: absolute;bottom: 100%;margin-bottom: 50px;width: calc(100% - 600px);height: 10px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);background-color: #fff;border-radius: 13px;z-index: 10;}.subtotals__row::after {content: '';position: absolute;top: calc(50% - 10px);left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: calc(100% - 500px);height: calc(100% + 90px);max-width: 1076px;border: 1px solid #E7E7E7;border-radius: 13px;}.subtotals__item {margin-right: 40px;width: calc(33% - 40px);position: relative;z-index: 10;}.subtotals__item:nth-child(3n) {margin-right: 0;}.subtotal {-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;}.subtotal__wrapper {transition: transform .2s ease;padding: 50px 60px 30px;background-position: center;background-size: cover;background-repeat: no-repeat;border-radius: 20px;}.subtotal:hover .subtotal__wrapper {transform: translateY(-10px);}.subtotal_days {background-image: url("/assets/img/subtotals/days.png");}.subtotal_week {background-image: url("/assets/img/subtotals/week.png");}.subtotal_month {background-image: url("/assets/img/subtotals/month.png");}.subtotal__title {font-weight: 300;font-size: 52px;line-height: 71px;color: #fff;margin-bottom: 60px;text-align: center;position: relative;text-transform: uppercase;}.subtotal__title::after {content: '';position: absolute;top: 100%;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);margin-top: 30px;width: 70px;height: 5px;background: -webkit-gradient(linear, left top, left bottom, color-stop(26.67%, #52A49A), to(#298479));background: -o-linear-gradient(top, #52A49A 26.67%, #298479 100%);background: linear-gradient(180deg, #52A49A 26.67%, #298479 100%);border-radius: 10px;transition: width .2s ease;}.subtotal:hover .subtotal__title::after {width: 100%;}.subtotal__block {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding: 10px 0;}.subtotal__name {font-weight: 700;font-size: 20px;line-height: 27px;color: #fff;text-transform: uppercase;}.subtotal__num {font-weight: 700;font-size: 30px;line-height: 41px;color: #0EA652;}@media (max-width: 1600px) {.subtotals__item {margin-right: 20px;width: calc(33% - 20px);}.subtotal__wrapper {padding: 40px 20px;}}@media (max-width: 1400px) {.subtotal__name {font-size: 16px;line-height: 24px;}.subtotal__num {font-size: 24px;line-height: 24px;}}@media (max-width: 1200px) {.subtotals {margin-bottom: 140px;}.subtotals__item {width: calc(50% - 20px);margin-bottom: 20px;}.subtotals__item:nth-child(2n) {margin-right: 0;}.subtotal {-webkit-box-flex: 0;-ms-flex-positive: 0;flex-grow: 0;}.subtotals__row::before,.subtotals__row::after {display: none;}}@media (max-width: 768px) {.subtotals {margin-bottom: 80px;}.subtotals__item {width: 100%;margin-right: 0;}.subtotal__wrapper {padding: 20px;}}
/** /assets/css/table/statistics.css **/.statistics {display: -webkit-box;display: -ms-flexbox;display: flex;width: 65%;position: relative;z-index: 40;padding: 20px 0 0;}.statistics__item {margin-right: 20px;}.statistics__item:last-child {margin-right: 0;}.statistics__title {font-weight: 700;font-size: 16px;line-height: 22px;text-transform: uppercase;}.statistics__text {font-weight: 700;font-size: 16px;line-height: 22px;color: #0EA652;transition: color .3s;}.detail__statistics {margin-bottom: 30px;}@media (max-width: 991px) {.statistics {margin-top: 0;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;margin-bottom: 0;width: 100%;position: initial!important;}.current__statistics {padding: 0 20px;}}@media (max-width: 767px) {.statistics {-ms-flex-wrap: wrap;flex-wrap: wrap;white-space: nowrap;}.statistics__item {margin-bottom: 10px;display: -webkit-box;display: -ms-flexbox;display: flex;width: 100%;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-right: 0;}}@media (max-width: 575px) {.statistics__title {font-weight: 700;font-size: 16px;line-height: 22px;}.statistics__text {font-weight: 700;font-size: 16px;line-height: 22px;color: #0EA652;}.statistics {padding: 0 10px;}}
/** /assets/css/table/filters.css **/.filters {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;padding: 20px 0;margin-top: -20px;position: sticky;top: 80px;background-color: #fff;z-index: 10;}.filter__block {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;position: relative;}.filters .filters__select.reset {display: none;margin-right: 5px;font-size: 16px;color: #000;width: 40px;height: 40px;}.filters.active .filters__select.reset {display: -webkit-box;display: -ms-flexbox;display: flex;}.filters__market,.filters__status {border: 1px solid #E0E3EB;display: -webkit-box;display: -ms-flexbox;display: flex;padding: 4px;border-radius: 10px;position: relative;}.filters__market {margin-right: 10px;}.filters__select {display: -webkit-box;display: -ms-flexbox;display: flex;border-radius: 7px;padding: 5px 10px;font-style: normal;font-size: 16px;line-height: 120%;color: black;width: -webkit-max-content;width: -moz-max-content;width: max-content;height: -webkit-max-content;height: -moz-max-content;height: max-content;cursor: pointer;margin-right: 8px;-webkit-transition: background-color .2s, color .2s;-o-transition: background-color .2s, color .2s;transition: background-color .2s, color .2s;min-height: 40px;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;font-weight: 500;}.filters__select:last-child {margin-right: 0;}.filters__select:hover {background-color: #A3A3A320;}.filters__input:checked + .filters__select {background: -o-linear-gradient(334.55deg, #B7B7B7 0%, #A3A3A3 66.12%), #FFFFFF;background: linear-gradient(115.45deg, #B7B7B7 0%, #A3A3A3 66.12%), #FFFFFF;color: #fff !important;}.filters__submit {top: -10px;right: 0;-webkit-transform: translate(-50%, -100%);-ms-transform: translate(-50%, -100%);transform: translate(-50%, -100%);display: none;position: absolute;font-style: normal;font-weight: 500;font-size: 12px;line-height: 120%;color: #3C38FF;background-color: transparent;border-color: transparent;width: -webkit-max-content;width: -moz-max-content;width: max-content;height: -webkit-max-content;height: -moz-max-content;height: max-content;-webkit-transition: background-color .2s, left .3s;-o-transition: background-color .2s, left .3s;transition: background-color .2s, left .3s;}.filters__submit:hover {background-color: #3C38FF20;}@media (max-width: 991px) {.kagorta .filters {padding: 20px;}.filters {padding: 20px 0;margin-top: 0;}}@media (max-width: 767px) {.filters {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.filter__block {width: 100%;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}}@media (max-width: 575px) {.filters {padding: 20px 10px;}}
/** /assets/css/table/error.css **/.error {background-color: #F5F5F5;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;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;border-radius: 10px;padding: 50px 10px;margin-top: 35px;margin-bottom: 50px;}.error__icon {margin-bottom: 20px;}.error__title {font-weight: 800;font-size: 24px;line-height: 33px;color: #C4C4C4;text-align: center;}.error__descr {font-weight: 400;font-size: 24px;line-height: 33px;color: #C4C4C4;text-align: center;}.error__buy-btn {margin-top: 20px;}
/** /assets/css/table/table.css **/.table-title {margin-bottom: 30px;}.table__head {background: -o-linear-gradient(334.55deg, #B7B7B7 0%, #A3A3A3 66.12%), #F5F5F5;background: linear-gradient(115.45deg, #B7B7B7 0%, #A3A3A3 66.12%), #F5F5F5;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 10px;border-radius: 10px;position: sticky;z-index: 10;top: 80px;}.table__head-block-top {margin-bottom: 5px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.table__head-title,.table__preview-title {font-weight: 700;font-size: 14px;line-height: 14px;margin-bottom: 3px;padding: 0 7px;-webkit-transition: color .3s;-o-transition: color .3s;transition: color .3s;}.table__preview-title {white-space: nowrap;}.table__head-block-top .table__head-title {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.table__head-descr,.table__preview-descr {font-size: 11px;line-height: 14px;font-weight: 400;padding: 0 7px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.preview__additional-block {display: flex;justify-content: flex-end;}.table__head-status {-webkit-writing-mode: vertical-lr;-ms-writing-mode: tb-lr;writing-mode: vertical-lr;-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);width: 45px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.table__head-block-bottom {display: -webkit-box;display: -ms-flexbox;display: flex;}.table__head-separator,.table__preview-separator {position: relative;-ms-flex-item-align: stretch;-ms-grid-row-align: stretch;align-self: stretch;width: 3px;}.table__head-separator::after,.table__preview-separator::after {content: "";position: absolute;width: 100%;background-color: #fff;left: 0;top: -10px;bottom: -10px;}.table__preview-separator::after {background-color: #eee;}.table__head-ticker {width: 14%;padding-left: 30px;}.table__head-current {width: 10%;text-align: right;}.table__head-block,.table__preview-block {width: 27%;-ms-flex-item-align: stretch;-ms-grid-row-align: stretch;align-self: stretch;}.table__head-block_investment,.table__preview-block_investment {width: 36%;}.table__preview-block {display: -webkit-box;display: -ms-flexbox;display: flex;}.table__head-buy,.table__head-sell,.table__head-profit {width: 33.333%;text-align: right;}.table__head-block_investment .table__head-buy,.table__head-block_investment .table__head-sell,.table__head-block_investment .table__head-profit {width: 25%;}.table__head-title_mobile {display: none;}.table__preview {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 10px;cursor: pointer;-webkit-transition: background-color .2s ease-in-out;-o-transition: background-color .2s ease-in-out;transition: background-color .2s ease-in-out;}.table__preview:hover {background-color: #A3A3A320;}.table__ticker.active .table__preview:hover {background-color: #fff;}.table__preview-status {width: 45px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.table__preview-status_user,.table__head-status_user {display: none;}.table__preview-status_title {font-size: 19px;line-height: 19px;white-space: nowrap;}.table__preview-image {width: 30px;height: 30px;border-radius: 50%;}.table__preview-ticker {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 14%;}.table__preview-ticker .table__preview-title {white-space: nowrap;overflow: hidden;-o-text-overflow: ellipsis;text-overflow: ellipsis;max-width: 100%;}.preview__ticker-descr {width: 100%;}.table__preview-current {width: 10%;text-align: right;}.table__preview-buy,.table__preview-sell,.table__preview-profit {text-align: right;width: 33.333%;}.table__preview-block_investment .table__preview-buy,.table__preview-block_investment .table__preview-sell,.table__preview-block_investment .table__preview-profit {width: 25%;}.table_landing .table__head-ticker {width: 20%;}.table_landing .table__preview-ticker {width: 20%;}.table_landing .table__head-current {width: 20%;}.table_landing .table__preview-current {width: 20%;}.table_landing .table__head-block,.table_landing .table__preview-block {width: 55%;}.ticker__detail .tickers__head {position: relative;}.ticker__detail .table__preview:hover {background-color: #fff;}.kagorta__more {display: flex;align-items: center;justify-content: center;margin-top: 20px;}.ticker__detail .table__head {top: 0!important;}.simulate-popup {position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 2000;opacity: 0;visibility: hidden;transition: opacity .2s ease;padding: 40px 20px;display: flex;justify-content: center;}.simulate-popup.active {opacity: 1;visibility: visible;}.simulate-popup__background {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background-color: rgba(0, 0, 0, 0.85);}.simulate-popup__content {position: relative;z-index: 20;overflow: auto;height: 100%;}.simulate-popup__content-wrapper {display: flex;align-items: center;min-height: 100%;justify-content: center;}.simulate-popup__content-container {border-radius: 10px;padding-bottom: 20px;background-color: #fff;}.simulate-popup__top {padding: 20px 20px 15px 20px;border-bottom: 1px solid #E8E8E8;display: flex;align-items: center;margin-bottom: 30px;}.simulate-popup__logo {flex-grow: 1;justify-content: center;display: flex;}.simulate-popup__info {display: flex;flex-direction: column;align-items: center;padding: 0 20px 30px 20px;border-bottom: 1px solid #E8E8E8;}.simulate-popup__info-icon {margin-bottom: 30px;}.simulate-popup__title {font-weight: 800;font-size: 24px;line-height: 33px;color: #454545;margin-bottom: 20px;}.simulate-popup__descr {font-weight: 700;font-size: 16px;line-height: 22px;color: #454545;margin-bottom: 20px;}.simulate-popup__sub-descr {font-size: 16px;line-height: 22px;margin-bottom: 30px;color: #454545;}.simulate-popup__button {background: linear-gradient(180deg, #00866E 0%, #007357 100%);border-radius: 3px;min-width: 300px;padding: 14px 20px;font-weight: 700;font-size: 16px;line-height: 22px;color: #fff;margin-bottom: 30px;}.simulate-popup__label {display: flex;align-items: center;cursor: pointer;}.simulate-popup__label-text {font-weight: 600;font-size: 16px;line-height: 22px;color: rgba(69, 69, 69, .5);transition: color .2s ease;}.simulate-popup__label:hover .simulate-popup__label-text {color: rgba(69, 69, 69, 1);}.simulate-popup__check {position: relative;width: 20px;height: 20px;margin-right: 10px;border: 1px solid rgba(69, 69, 69, .3);border-radius: 2px;transition: border-color .2s ease;}.simulate-popup__label:hover .simulate-popup__check {border-color: rgba(69, 69, 69, 1);}.simulate-popup__check-icon {position: absolute;top: -1px;left: -1px;right: -1px;bottom: -1px;background: linear-gradient(180deg, #00866E 0%, #007357 100%);display: flex;align-items: center;justify-content: center;border-radius: 2px;opacity: 0;visibility: hidden;transition: opacity .2s ease, visibility .2s ease;}.simulate-popup__input:checked + .simulate-popup__check .simulate-popup__check-icon {opacity: 1;visibility: visible;}.simulate-popup__input:checked ~ .simulate-popup__label-text {color: rgba(69, 69, 69, 1);}.simulate-popup__close {cursor: pointer;}.buy,.sell {border: 1px solid #000;}@media (max-width: 1200px) {.table__head {top: 120px;}}@media (max-width: 991px) {.table__head-ticker {padding-left: 0;}.table__preview-icon {display: none;}.kagorta__container {padding: 0;}.kagorta__title {padding: 0 20px;}.button__management {width: 55px;}.table__head-ticker {width: 10%;}.table__preview-ticker {width: 10%;}.table__head-block,.table__preview-block {width: 28%;}.table__head-block_investment,.table__preview-block_investment {width: 37%;}.table__head-title,.table__preview-title {padding: 0 3px;}.table__head-descr,.table__preview-descr {padding: 0 3px;}.table__head-title,.table__preview-title {font-size: 13px;}}@media (max-width: 767px) {.table__head-block-top {display: none;}.table__head-buy,.table__head-sell {display: none;}.table__preview-buy,.table__preview-sell {display: none;}.table__head-profit {width: 100% !important;}.table__preview-profit {width: 100% !important;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-pack: center;-ms-flex-pack: center;justify-content: center;}.table__head-block-bottom {width: 100%;}.table__head-block {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.table__head-separator,.table__preview-separator {display: none;}.preview__management {display: none;}.table__head-block,.table__preview-block {width: 15% !important;}.table__head-ticker {width: 20%;}.table__preview-ticker {width: 20%;}.table__head-current {width: 20%;}.table__preview-current {width: 20%;}.table__head {padding-right: 27px;}.table__preview {position: relative;padding-right: 27px;}.table__preview::after {content: '';position: absolute;right: 10px;width: 7px;height: 12px;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L1 11' stroke='%23C4C4C4'/%3E%3C/svg%3E%0A");}.table__head-title_mobile {display: block;}.table__head-title,.table__preview-title {padding: 0;}.table__head-descr,.table__preview-descr {padding: 0;}.table__preview-status_user,.table__head-status_user {display: flex;}.table__head-status {display: flex;flex-direction: column-reverse;align-items: center;justify-content: center;}.table__head-ticker,.table__preview-ticker {order: 1;}.table__head-current,.table__preview-current {order: 2;}.table__head-status,.table__preview-status {order: 3;width: 15%;}.table__head-block,.table__preview-block {order: 6;}.table__head-block_investment,.table__preview-block_investment {order: 4;}.table__head-status_user,.table__preview-status_user {order: 5;}}@media (max-width: 575px) {.table-title {padding: 0 10px;}}
/** /assets/css/completed/completed.css **/.preview {margin-bottom: 50px;}.preview__container {padding: 0;}.preview__title {margin-bottom: 30px;}.preview__descr {max-width: 940px;margin: 0 auto 120px;}.history__statistics {margin-bottom: 30px;}.preview .table_landing .table__head-ticker {width: 40%;}.preview .table_landing .table__preview-ticker {width: 40%;}@media (max-width: 991px) {.history__container {padding: 0;}.preview__title {padding: 0 20px;}.history__statistics {padding: 0 20px;}.preview__descr {padding: 0 20px;}}
/** /assets/css/extra/extra.css **/.extra {margin: 0 auto 160px;padding: 0 30px;max-width: 1920px;}.extra__container {border-top: 1px solid #E7E7E7;padding-top: 30px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.extra__descr {max-width: 1080px;margin: 0 auto 40px;}.extra__descr_width {max-width: 940px;}.extra__btn {padding: 13.5px 80px;font-size: 24px;line-height: 33px;}@media (max-width: 1200px) {.extra {padding: 0 10px;}}
/** /assets/css/working/working.css **/.working {margin-bottom: 60px;}.working__title {margin-bottom: 40px;}.working__descr {max-width: 1020px;margin: 0 auto 60px;}.working__wrapper {margin-bottom: 60px;}.step-working {display: flex;align-items: flex-start;margin-bottom: 100px;}.step-working:last-child {margin-bottom: 0;}.step-working__item {flex: 1 1 50%;margin-right: 80px;}.step-working__item:last-child {margin-right: 0;}.step-working__title {font-weight: 800;font-size: 52px;line-height: 71px;color: #454545;margin-bottom: 10px;}.step-working__descr {font-weight: 300;font-size: 32px;line-height: 44px;color: #454545;max-width: 700px;}.step-working__num {padding: 65px 90px;background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;display: flex;align-items: center;border-radius: 5px;}.step-working__num::after {content: '';position: absolute;top: 50%;left: 40px;transform: translateY(-50%);width: 10px;height: 70px;background-color: #F5F5F5;border-radius: 2px;}.step-working__num::before {position: absolute;content: '';top: 50%;right: 100%;background-color: #9E9E9E;border-radius: 10px;width: 50px;height: 1px;}.step-working__num_2::before,.step-working__num_4::before {left: 100%;right: auto;}.step-working__num_2,.step-working__num_4 {justify-content: flex-end;}.step-working__num_2::after,.step-working__num_4::after {left: auto;right: 40px;}.step-working__num_1 {background-image: url("/assets/img/working/step-1.jpg");}.step-working__num_2 {background-image: url("/assets/img/working/step-2.jpg");}.step-working__num_3 {background-image: url("/assets/img/working/step-3.jpg");}.step-working__num_4 {background-image: url("/assets/img/working/step-4.jpg");}.step-working__num-text {font-weight: 800;font-size: 52px;line-height: 71px;color: #fff;}.working__sub-descr {max-width: 1020px;margin: 0 auto;}@media (max-width: 991px) {.working__title {margin-bottom: 30px;}.working__descr {margin-bottom: 30px;}.step-working {flex-direction: column;align-items: stretch;margin-bottom: 30px;}.step-working__item {flex: 1 1 100%;margin-right: 0;}.step-working__title {font-size: 32px;line-height: 44px;margin-bottom: 10px;}.step-working__descr {max-width: none;font-size: 24px;line-height: 33px;}.step-working__num {order: 1;padding: 8px 45px;margin-bottom: 10px;justify-content: flex-start;}.step-working__num-text {font-size: 32px;line-height: 44px;}.step-working__num::after {width: 5px;height: 35px;left: 20px;}.step-working__content {order: 2;padding: 0 20px;}.working__wrapper {margin-bottom: 30px;}.working {padding-bottom: 30px;margin-bottom: 60px;}.working__container {padding: 0 15px;}.step-working__num::before {display: none;}}
/** /assets/css/help/example.css **/.example {padding-bottom: 160px;padding-top: 40px;}.example__title {margin-bottom: 40px;}.example__statistics .statistics__title {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}.filters_example {padding: 20px 0;opacity: 1 !important;position: relative;top: auto;background-color: transparent;margin-left: auto;z-index: 25;margin-top: -20px;}.example__statistics {position: absolute;z-index: 30;}.preview__additional-wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.table__preview-descr_example {-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}.table__help-separator {width: 24px;height: 24px;-webkit-box-flex: 0;-ms-flex: 0 0 24px;flex: 0 0 24px;}.example .table__head-ticker_example,.example .table__preview-ticker_example {width: 8%;}.example .table__head-block_example,.example .table__preview-block_example {width: 27%;}.example .table__head_example {position: initial;}@media (max-width: 991px) {.example__container {padding: 0;}.example__title {padding: 0 20px;}.example__statistics {padding: 0 20px;z-index: 50;position: relative!important;}.filters_example {padding: 20px;margin-top: 0;}.example .button__management {width: 40px;}.example .table__preview-title {font-size: 11px;}.example .table__preview-descr {font-size: 10px;}.example .table__preview {padding: 10px 5px;}.example .table__head {padding: 10px 5px;}.example .table__preview-status {width: 32px;}.example .table__head-status {width: 32px;min-width: 0;}}@media (max-width: 767px) {.example .kagorta__detail {display: none !important;}.example .table__head-ticker_example,.example .table__preview-ticker_example {width: 17%;}.example .table__head-block,.example .table__preview-block {width: 15% !important;}.example__statistics .statistics__title {-webkit-box-orient: horizontal;-webkit-box-direction: reverse;-ms-flex-direction: row-reverse;flex-direction: reverse;}.example__statistics .help__full {max-width: 250px;padding: 10px;}.example .table__preview-status {width: 10%;}.example .table__head-status {width: 10%;}}@media (max-width: 575px) {.filters_example {padding: 20px 10px;}.example__statistics {padding: 0 10px;}.example__title {padding: 0 10px;}}
/** /assets/css/help/helps.css **/.help {cursor: pointer;position: relative;z-index: 20;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.help__open {border-radius: 50%;background-color: #D9D9D9;width: 24px;height: 24px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-animation: radial-pulse 1.5s infinite;animation: radial-pulse 1.5s infinite;}.help.active .help__open {-webkit-animation: none;animation: none;}@-webkit-keyframes radial-pulse {0% {-webkit-box-shadow: 0 0 0 0px rgba(116, 228, 116, .5);box-shadow: 0 0 0 0px rgba(116, 228, 116, .5);}100% {-webkit-box-shadow: 0 0 0 10px rgba(207, 241, 207, 0);box-shadow: 0 0 0 10px rgba(207, 241, 207, 0);}}@keyframes radial-pulse {0% {-webkit-box-shadow: 0 0 0 0px rgba(116, 228, 116, .5);box-shadow: 0 0 0 0px rgba(116, 228, 116, .5);}100% {-webkit-box-shadow: 0 0 0 10px rgba(207, 241, 207, 0);box-shadow: 0 0 0 10px rgba(207, 241, 207, 0);}}.help__full {position: absolute;top: 50px;left: 0;padding: 10px 20px;width: -webkit-max-content;width: -moz-max-content;width: max-content;background-color: #fff;border: 1px solid #D7EAE6;-webkit-box-shadow: 0px 24px 35px rgba(0, 0, 0, 0.15);box-shadow: 0px 24px 35px rgba(0, 0, 0, 0.15);border-radius: 10px;opacity: 0;visibility: hidden;-webkit-transition: opacity .2s ease;-o-transition: opacity .2s ease;transition: opacity .2s ease;z-index: 20;}.help__full:after {content: '';background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 0L13.9282 12H0.0717969L7 0Z' fill='%23D7EAE6'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;background-size: contain;background-position: center;width: 16px;height: 16px;position: absolute;top: -16px;right: 8px;}.help.active .help__full {opacity: 1;visibility: visible;}.help__full-icon {background: -webkit-gradient(linear, left top, left bottom, color-stop(26.67%, #52A49A), to(#298479));background: -o-linear-gradient(top, #52A49A 26.67%, #298479 100%);background: linear-gradient(180deg, #52A49A 26.67%, #298479 100%);border-radius: 6px;width: 20px;height: 20px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;margin-right: 10px;}.help__full-text {font-size: 16px;line-height: 22px;font-weight: 400;white-space: normal;color: #000;text-align: left;text-transform: initial;}.filter__block-help {top: 0;left: 0;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}.help_right .help__full {right: -5px;left: auto;}.help_right .help__full-icon {margin-right: 0;}.help_left .help__full {left: -5px;right: auto;}.help_left .help__full:after {right: auto;left: 8px;}.help_top .help__full {bottom: 50px;top: auto;}.help_top .help__full::after {bottom: -16px;top: auto;-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}.help_center .help__full {left: 50%;right: auto;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}.help_center .help__full::after {left: 50%;right: auto;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}.help_center.help_top .help__full::after {-webkit-transform: translateX(-50%) rotate(180deg);-ms-transform: translateX(-50%) rotate(180deg);transform: translateX(-50%) rotate(180deg);}.help_table-additional .help__full {bottom: 42px;max-width: 305px;}.help_bottom-table-additional .help__full {bottom: auto;top: 42px;max-width: 300px;}.help__full-text_weight {font-weight: 700;}.help__full-text_a {color: #9B9B9B;}.help__full-text_tp {color: #0EA652;}.help__full-text_sl {color: #E73C3C;}.help__full-text_l {color: #FF7A00;}.help_table-additional,.help_bottom-table-additional {margin-left: 5px;}@media (max-width: 767px) {.example__statistics .help__full {top: 50%;left: 42px;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);bottom: auto;}.example .example__statistics .help__full::after {-webkit-transform: translate(0, -50%) rotate(-90deg);-ms-transform: translate(0, -50%) rotate(-90deg);transform: translate(0, -50%) rotate(-90deg);top: 50%;left: -16px;}.example .preview__current .help__full {max-width: 200px;bottom: auto;top: 100%;margin-top: 17px;}.example .preview__current .help__full::after {transform: translateX(-50%) translate(0);bottom: 100%;}.help_hide-mobile {display: none;}.table__help-separator {display: none;}.example .table__head {padding-left: 20px;}.example .table__preview {padding-left: 20px;}}@media (max-width: 575px) {.example__statistics .help__full {max-width: 130px!important;}.example__statistics .help {z-index: initial;}}
/** /assets/css/current/current.css **/.current__title {margin-bottom: 30px;}.kagorta__title {margin-bottom: 30px;}.current__descr {margin: 0 auto 50px;max-width: 900px;}.current__row {margin-bottom: 20px;}.current__item_first {background-image: url("/assets/img/stormberg/current-item-first.png");}.current__item_second {background-image: url("/assets/img/stormberg/current-item-second.png");}.current__item_third {background-image: url("/assets/img/stormberg/current-item-third.png");}.current__important {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;}.current__important-icon {margin-bottom: 20px;}.current__important-descr {max-width: 900px;margin: 0 auto;}.kagorta {margin-bottom: 160px;}.current-landing__statistics {margin-bottom: 30px;}.current__table {margin-bottom: 50px;}.current .table__head-profit .help {display: none;}.cards-landing {margin: 0 -20px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.card-landing {padding: 0 20px;-webkit-box-flex: 0;-ms-flex: 0 1 33.333%;flex: 0 1 33.333%;margin-bottom: 40px;-webkit-transition: -webkit-transform .2s ease;transition: -webkit-transform .2s ease;-o-transition: transform .2s ease;transition: transform .2s ease;transition: transform .2s ease, -webkit-transform .2s ease;}.card-landing__wrapper {background-repeat: no-repeat;background-size: cover;background-position: center;padding: 80px 60px 55px;border-radius: 20px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;height: 100%;position: relative;-webkit-transition: -webkit-transform .2s ease, -webkit-filter .2s ease;transition: -webkit-transform .2s ease, -webkit-filter .2s ease;-o-transition: transform .2s ease, filter .2s ease;transition: transform .2s ease, filter .2s ease;transition: transform .2s ease, filter .2s ease, -webkit-transform .2s ease, -webkit-filter .2s ease;}.card-landing__wrapper::after {content: '';position: absolute;top: 40px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);width: 180px;height: 5px;background: -webkit-gradient(linear, left top, left bottom, color-stop(26.67%, #52A49A), to(#298479)), #FFFFFF;background: -o-linear-gradient(top, #52A49A 26.67%, #298479 100%), #FFFFFF;background: linear-gradient(180deg, #52A49A 26.67%, #298479 100%), #FFFFFF;-webkit-transition: width .2s ease;-o-transition: width .2s ease;transition: width .2s ease;border-radius: 3px;}.card-landing__wrapper::before {content: '';position: absolute;bottom: 0;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);width: 180px;height: 10px;border-radius: 10px 10px 0 0;background-color: #fff;-webkit-transition: width .2s ease;-o-transition: width .2s ease;transition: width .2s ease;}.card-landing:hover .card-landing__wrapper::after {width: calc(100% - 120px);}.card-landing:hover .card-landing__wrapper::before {width: calc(100% - 120px);}.card-landing:hover .card-landing__wrapper {-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);-webkit-filter: drop-shadow(0px 24px 35px rgba(0, 0, 0, 0.15));filter: drop-shadow(0px 24px 35px rgba(0, 0, 0, 0.15));}.card-landing_margin {position: relative;top: 170px;}.card-landing__wrapper_first {background-image: url("/assets/img/stormberg/card-working-first.png");}.card-landing__wrapper_second {background-image: url("/assets/img/stormberg/card-working-second.png");}.card-landing__wrapper_third {background-image: url("/assets/img/stormberg/card-working-third.png");}.card-landing__wrapper_four {background-image: url("/assets/img/stormberg/card-working-four.png");}.card-landing__title {font-weight: 700;font-size: 52px;line-height: 71px;color: #fff;max-width: 300px;width: 100%;margin: 0 auto 10px;}.card-landing__descr {max-width: 300px;margin: 0 auto;font-weight: 400;font-size: 20px;line-height: 27px;color: #fff;}@media (max-width: 991px) {.current__container {padding: 0;}.current__title {padding: 0 20px;}.current-landing__statistics {padding: 0 20px;}.current__descr {padding: 0 20px;}.current__important-descr {padding: 0 20px;}.current__row {margin: 0;}.card-landing {-webkit-box-flex: 0;-ms-flex: 0 1 100%;flex: 0 1 100%;}.card-landing__wrapper {padding: 80px 20px 55px;}.card-landing__title {max-width: none;text-align: center;}.card-landing__descr {max-width: none;text-align: center;}}@media (max-width: 767px) {.table_landing .table__head-current {width: 27%;}.table_landing .table__preview-current {width: 27%;}.table_landing .table__head-block,.table_landing .table__preview-block {width: 35% !important;}.current .table__head-profit .table__head-title {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;}.current .table__head-profit {position: relative;}.current .table__head-profit .help {position: absolute;top: 50%;left: 100%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);display: block;}}@media (max-width: 575px) {.kagorta__title {padding: 0 10px;}.kagorta .filters {padding: 20px 10px;}}
/** /assets/css/top/top.css **/.landing-statistics {padding: 0;margin-bottom: 80px;}.landing-statistics__row {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom: 120px;}.landing-statistics__row:last-child {margin-bottom: 0;}.landing-statistics__row_padding {padding-left: 164px;padding-right: 40px;}.digits-statistic {min-width: 300px;min-height: 300px;padding: 45px 23px;background-repeat: no-repeat;background-size: cover;background-position: center;-webkit-box-shadow: 0px 24px 35px rgba(0, 0, 0, 0.15);box-shadow: 0px 24px 35px rgba(0, 0, 0, 0.15);border-radius: 20px;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;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.digits-statistic::after {content: '';position: absolute;width: 70px;height: 5px;background: linear-gradient(180deg, #52A49A 26.67%, #298479 100%), #FFFFFF;border-radius: 10px;top: 30px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}.digits-statistic::before {content: '';position: absolute;width: 70px;height: 10px;background-color: #fff;border-radius: 10px 10px 0 0;bottom: 0;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}.digits-statistic_percent {background-image: url("/assets/img/stormberg/digits-statistic-percent.png");}.digits-statistic_num {background-image: url("/assets/img/stormberg/digits-statistic-num.png");}.digits-statistic__title {font-weight: 800;font-size: 70px;line-height: 95px;color: #fff;}.digits-statistic__descr {font-weight: 300;font-size: 20px;line-height: 27px;color: #fff;text-align: center;max-width: 220px;margin: 0 auto;}.landing-statistics__descr {max-width: 800px;padding: 50px 80px 0;font-weight: 300;font-size: 32px;line-height: 44px;position: relative;z-index: 10;}.landing-statistics__descr::after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 5px;border: 1px solid #E7E7E7;border-radius: 13px;}.landing-statistics__descr::before {content: '';position: absolute;height: 40px;width: calc(100% - 60px);bottom: 5px;left: 50%;-webkit-transform: translate(-50%, 50%);-ms-transform: translate(-50%, 50%);transform: translate(-50%, 50%);background-color: #fff;z-index: 5;}.landing-statistics__descr_width {max-width: 620px;padding: 50px 70px 0;margin-right: 80px;}.landing-statistics__text {position: relative;z-index: 10;}.top {padding: 40px 50px;background-image: url("/assets/img/stormberg/top-back.png");background-size: cover;background-repeat: no-repeat;background-position: center;border-radius: 20px;-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;position: relative;}.top::after {content: '';width: 380px;height: 10px;background-color: #fff;border-radius: 10px 10px 0 0;bottom: 0;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);position: absolute;}.top__title {font-weight: 800;font-size: 52px;line-height: 71px;color: #fff;text-align: center;}.top__descr {font-weight: 300;font-size: 20px;line-height: 27px;color: #fff;text-align: center;margin-bottom: 65px;position: relative;}.top__descr::after {content: '';position: absolute;width: 70px;height: 5px;bottom: -30px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);background: linear-gradient(180deg, #52A49A 26.67%, #298479 100%), #FFFFFF;border-radius: 10px;}.top__head {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom: 20px;padding-left: 40px;}.top__name {font-weight: 700;font-size: 20px;line-height: 27px;color: #fff;width: 35%;}.top__head-text {font-weight: 700;font-size: 14px;line-height: 19px;color: #fff;width: 22%;text-align: center;}.top__markets {width: 15%;}.top__head-separator {width: 1px;}.top__row {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom: 20px;}.top__row:last-child {margin-bottom: 0;}.top__row .top__name {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;overflow: hidden;}.top__name-icon {border: 1px solid #F0F3FA;margin-right: 10px;width: 36px;height: 36px;border-radius: 50%;}.top__row-text {font-weight: 700;font-size: 20px;line-height: 27px;color: rgba(255,255,255,.3);width: 22%;text-align: center;}.top__income {color: #fff;}.top__markets svg {opacity: .3;}.top__markets_icon {width: 15%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.top__row-separator {width: 1px;height: 50px;background-color: rgba(255,255,255,.2);}.top__private {display: flex;align-items: center;margin-right: 10px;position: relative;pointer-events: all;}.top__private svg path {fill: #eee;}.top__private-descr {opacity: 0;visibility: hidden;position: absolute;padding: 20px;background-color: #fff;color: #000;bottom: 100%;left: 50%;transform: translateX(-50%);margin-bottom: 5px;box-shadow: 0px 24px 35px rgb(0 0 0 / 15%);border-radius: 10px;border: 1px solid #D7EAE6;max-width: 300px;width: max-content;z-index: 10;transition: opacity .2s ease;}.top__private-open:hover + .top__private-descr {opacity: 1;visibility: visible;}@media (max-width: 1400px) {.landing-statistics__row {padding: 0;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;margin-bottom: 50px;}.landing-statistics__digits {margin-bottom: 40px;}.landing-statistics__descr {max-width: none;}.landing-statistics__descr_width {margin-right: 0;}.landing-statistics__row_top {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;}.top{margin-bottom: 40px;}.top__private-descr {bottom: auto;left: 100%;margin-bottom: 0;margin-left: 10px;top: 50%;transform: translate(0, -50%);}}@media (max-width: 1200px) {.landing-statistics__descr {padding: 50px 40px 0;}}@media (max-width: 991px) {.landing-statistics__descr {font-size: 24px;line-height: 33px;}}@media (max-width: 767px) {.landing-statistics__descr {margin-bottom: 20px;}.landing-statistics__text-more {font-weight: 700;font-size: 16px;line-height: 22px;opacity: .3;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-ms-flex-line-pack: center;align-content: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;text-align: center;}.landing-statistics__text-more-icon {margin: 12px auto 0;-webkit-transition: -webkit-transform .2s ease;transition: -webkit-transform .2s ease;-o-transition: transform .2s ease;transition: transform .2s ease;transition: transform .2s ease, -webkit-transform .2s ease;}.landing-statistics__descr {height: 220px;overflow: hidden;-webkit-transition: height .2s ease;-o-transition: height .2s ease;transition: height .2s ease;}.landing-statistics__descr.active + .landing-statistics__text-more .landing-statistics__text-more-icon {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}.top__name-icon {display: none;}.top {padding: 40px 20px;}}@media (max-width: 575px) {.top__deals,.top__success {display: none;}.top__head-separator,.top__row-separator {display: none;}.top__head-separator_mobile {display: block;}.top::after {width: 180px;}.full-cabinet__comfort-wrapper_header {margin-right: 5px;}.top__name {width: 40%;}.top__head-text {width: 33%;}.top__row-text {width: 33%;}.top__markets {width: 26%;}.top__markets_icon {width: 26%;}.top__private-descr {max-width: 250px;}}
/** /assets/css/solution/solution.css **/.solution {padding: 0;background-image: url("/assets/img/stormberg/solution.png");background-repeat: no-repeat;background-size: 1920px 1120px;background-position: top left;margin-bottom: 160px;}.solution__container {padding: 380px 170px 87px 930px;max-width: 1920px;margin: 0 auto;}.solution__title {text-align: left;margin-bottom: 40px;}.solution__descr {text-align: left;margin: 0 auto 85px;position: relative;}.solution__descr::after {content: '';position: absolute;bottom: -40px;left: 0;width: 180px;height: 5px;background: -webkit-gradient(linear, left top, left bottom, color-stop(26.67%, #52A49A), to(#298479)), #FFFFFF;background: -o-linear-gradient(top, #52A49A 26.67%, #298479 100%), #FFFFFF;background: linear-gradient(180deg, #52A49A 26.67%, #298479 100%), #FFFFFF;border-radius: 3px;}.solution__sub-descr {font-weight: 300;font-size: 24px;line-height: 33px;margin-bottom: 40px;}.solution__sub-descr_margin {margin-bottom: 0;}@media(max-width: 1900px) {.solution {background-size: 1220px 720px;}.solution__container {padding-right: 20px;padding-left: 800px;padding-top: 80px;}}@media (max-width: 1400px) {.solution {background-size: 860px 480px;}.solution__container {padding-left: 500px;padding-bottom: 0;}}@media (max-width: 1200px) {.solution {background-position: center left;}}@media (max-width: 991px) {.solution {background-size: 675px 380px;background-position: bottom left;}.solution__container {padding: 80px 30px 420px;}.auth__label:before {width: 20px;height: 20px;background-size: 20px;}}
/** /assets/css/build/swiper.css **/@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/** /assets/css/plans/plans.css **/.plans {padding: 0;margin-bottom: 120px;}.plans__container {max-width: 1380px;}.plans .plans__slider {padding-top: 80px;}.plans .plan {height: auto;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-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}.plan__main {padding: 50px 30px;background: -o-linear-gradient(334.55deg, rgba(24, 70, 48, 0.5) 0%, rgba(0, 88, 100, 0.5) 66.12%), -o-linear-gradient(top, #262626 0%, #000000 100%);background: linear-gradient(115.45deg, rgba(24, 70, 48, 0.5) 0%, rgba(0, 88, 100, 0.5) 66.12%), linear-gradient(180deg, #262626 0%, #000000 100%);border: 1px solid #272727;border-radius: 20px;position: relative;width: 100%;}.plan__main::after {content: '';position: absolute;width: calc(100% - 200px);bottom: -1px;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);border-radius: 10px 10px 0px 0px;height: 10px;background-color: #fff;}.plan__title {font-weight: 800;font-size: 24px;line-height: 33px;color: #fff;text-align: center;max-width: 375px;margin: 0 auto 20px;padding-bottom: 20px;border-bottom: 1px solid rgba(231, 231, 231, .2);}.plan__price {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;margin-bottom: 20px;}.plan__price-dolor {font-weight: 800;font-size: 52px;color: #fff;margin: 0 8px;}.plan__price-month {font-weight: 800;font-size: 24px;line-height: 33px;color: #fff;text-align: center;}.plan__btn {width: 100%;min-height: 60px;font-size: 24px;line-height: 33px;display: block;text-align: center;}.plan__info {padding: 56px 30px 76px;border: 1px solid rgba(255, 255, 255, 0.3);border-radius: 0 0 20px 20px;background-color: #F5F5F5;margin-top: -20px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;width: 100%;}.plan__item {font-size: 24px;line-height: 33px;}.plan__close {margin-bottom: 20px;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}.plan_disabled {opacity: .3;}.plan_disabled .plan__btn {pointer-events: none;}.plan_disabled .plan__info {background-color: #fff;}.plan_active {bottom: 30px;}.plans__button-prev,.plans__button-next {display: none;}@media (max-width: 1200px) {.plans__container {padding: 0;}.plans .plans__slider {padding-top: 60px;}.plan {bottom: 0;-webkit-transition: bottom .2s ease;-o-transition: bottom .2s ease;transition: bottom .2s ease;}.plan.swiper-slide-active {bottom: 30px;}.plan_active {bottom: 0;}.plans__container {position: relative;}.plans__button-prev,.plans__button-next {display: -webkit-box;display: -ms-flexbox;display: flex;position: absolute;top: 15px;}.plans__button-prev {left: 10px;}.plans__button-next {right: 10px;}}@media (max-width: 991px) {.plan__item {font-size: 20px;line-height: 27px;}.plan__info {padding: 50px 20px 30px;}.plan__main {padding: 50px 20px;}.plans__button-prev,.plans__button-next {top: 3px;}}
/** /assets/css/footers/footer.css **/.footer {border-top: 2px solid #E8E8E8;background: #fff;padding: 40px 0 0;}.footer__logo-wrapper {margin-bottom: 20px;}.footer__icon {margin-right: 10px;}.footer__logo {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: -webkit-max-content;width: -moz-max-content;width: max-content;}.footer__text {font-style: normal;font-weight: 800;font-size: 24px;color: #9B9B9B;}.footer__center {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-bottom: 40px;}.footer__tickers {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;max-width: 150px;margin-right: 150px;}.footer__ticker:not(:nth-child(4n)) {margin-right: 10px;margin-bottom: 10px;}.footer__menu-columns {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;}.footer__menu-column {-webkit-box-flex: 1;-ms-flex: 1 1 auto;flex: 1 1 auto;}.footer__menu-link {font-style: normal;font-weight: 400;font-size: 14px;line-height: 19px;color: #000000;}.footer__menu-item:not(:last-child) {margin-bottom: 10px;}.footer__copyright {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;padding: 18px 0;border-top: 1px solid #E8E8E8;}.footer__download-link {margin-right: 10px;}.footer__download-link:last-child {margin-right: 0;}.footer__license {font-style: normal;font-size: 16px;line-height: 22px;color: #000000;}.footer__license__wrapper {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}.footer__license-text {color: #454545;}.footer__support-link {color: #52A49A;}.footer__documents {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;}.footer-landing {width: 100%;padding: 60px 0;background-color: #F8F8F8;}.footer-landing__top {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;margin-bottom: 40px;}.footer-landing__bottom {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;padding-bottom: 20px;margin-bottom: 60px;border-bottom: 1px solid #D2D2D2;}.footer-landing__nav {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 100%;}.footer-landing__nav_documents {display: -webkit-box;display: -ms-flexbox;display: flex;margin-bottom: 20px;}.footer-landing__nav_documents .footer-landing__link {font-size: 16px;line-height: 22px;font-weight: 400;}.footer-landing__item {margin-right: 40px;}.footer-landing__item:last-child {margin-right: 0;}.footer-landing__link {font-weight: 600;font-size: 16px;line-height: 22px;color: #454545;position: relative;-webkit-transition: color .2s ease;-o-transition: color .2s ease;transition: color .2s ease;}.footer-landing__link:hover {color: #3CAC9E;}.footer-landing__link::after {content: '';position: absolute;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);bottom: -5px;pointer-events: none;height: 2px;width: 0;background-color: #3CAC9E;-webkit-transition: width .2s ease;-o-transition: width .2s ease;transition: width .2s ease;}.footer-landing__link:hover::after {width: 100%;}.cookies {position: fixed;left: 20px;bottom: 20px;right: 20px;background: #1e222d;-webkit-box-shadow: 0 2px 4px #0006;box-shadow: 0 2px 4px #0006;display: -webkit-box;display: -ms-flexbox;display: flex;max-width: 600px;width: 100%;padding: 12px;z-index: 100;-webkit-transition: opacity .2s ease;-o-transition: opacity .2s ease;transition: opacity .2s ease;}.cookies.hide {opacity: 0;visibility: hidden;}.cookies__title {color: #d1d4dc;font-size: 14px;font-weight: 700;line-height: 21px;margin-bottom: 4px;}.cookies__text {color: #d1d4dc;font-size: 13px;line-height: 19px;margin-bottom: 20px;margin-right: 15px;}.cookies__link {color: #26A69A;}.cookies__btn {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;min-width: 87px;min-height: 28px;color: #fff;background-color: #26A69A;border-radius: 5px;-webkit-transition: background-color .2s ease;-o-transition: background-color .2s ease;transition: background-color .2s ease;}.cookies__btn:hover {background-color: #37736c;}.cookies__img {width: 100px;height: 100px;-webkit-box-flex: 0;-ms-flex: 0 0 100px;flex: 0 0 100px;}@media (max-width: 991px) {.footer__center {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;margin-bottom: 0;}.footer__tickers {-webkit-box-flex: 0;-ms-flex: 0 1 100%;flex: 0 1 100%;margin-right: 0;margin-bottom: 40px;}.footer__menu-column {-webkit-box-flex: 1;-ms-flex: 1 1 50%;flex: 1 1 50%;margin-bottom: 40px;}.footer__copyright {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;padding-top: 20px;padding-bottom: 40px;}.footer__download {margin-bottom: 10px;}.footer__download-link:first-child > svg {width: 90px;height: 30px;}.footer__download-link:nth-child(2) > svg {width: 103px;height: 30px;}.footer__download-link:last-child > svg {width: 88px;height: 30px;}.footer-landing {padding: 40px 0 60px;position: relative;}.footer-landing__container {padding: 0 20px;}.footer-landing__nav:not(.footer-landing__nav_documents) {display: block;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;list-style-position: inside;-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;width: 100%;}.footer-landing__item {margin-right: 0;margin-bottom: 40px;}.footer-landing__nav_documents .footer-landing__item {margin-bottom: 0;margin-right: 20px;}.footer-landing__bottom {margin-bottom: 20px;}.footer__license__wrapper {-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}.footer-landing__nav_documents .footer-landing__item:last-child {margin-right: 0;}.footer__license {-webkit-box-orient: vertical;-webkit-box-direction: reverse;-ms-flex-direction: column-reverse;flex-direction: column-reverse;-webkit-box-align: stretch;-ms-flex-align: stretch;align-items: stretch;}.footer__license-text {margin-bottom: 20px;}.footer__license-text:last-child {margin-bottom: 0;}.footer-landing__nav_documents .footer-landing__item {display: -webkit-box;display: -ms-flexbox;display: flex;}.footer-landing__item:last-child {margin-bottom: 0;}.footer-landing__nav_documents {padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #E8E8E8;}.footer-landing__nav_documents .footer-landing__link {white-space: nowrap;}.footer-landing__bottom {display: block;}.footer-landing .footer__license {text-align: center;}.footer-landing .footer__download {position: absolute;margin-bottom: 0;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);bottom: 68px;width: 100%;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;}}@media (max-width: 768px) {.cookies {left: 0;bottom: 0;max-width: none;}}@media (max-width: 575px) {.footer-landing__link {font-size: 15px;}.footer__license-text {font-size: 15px;}.footer-landing__nav:not(.footer-landing__nav_documents) {list-style-position: initial;-moz-column-count: initial;-webkit-column-count: initial;column-count: initial;}.footer-landing__top {margin-bottom: 20px;}.footer-landing__item {margin-bottom: 20px;}.footer-landing__bottom {padding-bottom: 40px;margin-bottom: 40px;}.footer-landing__nav_documents {padding-bottom: 0;margin-bottom: 40px;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;border: none;}.footer-landing__nav_documents .footer-landing__item {margin-right: 0;margin-bottom: 20px;}.footer-landing__nav_documents .footer-landing__item:last-child {margin-bottom: 0;}}
