@font-face{
    font-family: Mukta;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Mukta-Regular.ttf) format("truetype");
}
@font-face{
    font-family: Mukta;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Mukta-Bold.ttf) format("truetype");
}
@font-face{
    font-family: "Mukta Light";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Mukta-Light.ttf) format("truetype");
}
*{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
p {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 700;
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
a, button, input, label, select, textarea {
    outline: 0;
}
a {
    text-decoration: none;
}
button {
    cursor: pointer;
    border: 0;
    outline: 0;
    background: none;
    padding: 0;
    margin: 0;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
    margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
    display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main { /* 1 */
    display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
    margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
    background-color: transparent; /* 1 */
    -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
    font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
    font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
    background-color: #ff0;
    color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
    display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
    border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
    overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
    font-family: sans-serif; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input { /* 1 */
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select { /* 1 */
    text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
    display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
    display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
    display: none;
}
/*@import "https://icopointer.com/data/css/owl.carousel/dist/assets/owl.carousel.css";
@import "https://icopointer.com/data/css/vendors/owl.css";*/
@media (max-width: 1200px) {
    .only-desktop {
        display: none !important;
    }
}
@media (min-width: 1201px) {
    .only-mobile {
        display: none !important;
    }
}
.tab-content >.tab-pane {
    display: none;
}
.tab-content >.active {
    display: block;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -120px);
    -ms-transform: translate(0, -120px);
    transform: translate(0, -120px);
    opacity: 0;
    -webkit-transition: 0.6s, opacity .6s linear;
    -o-transition: 0.6s, opacity .6s linear;
    transition: 0.6s, opacity .6s linear;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
    margin: 30px auto;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
    /*box-shadow: 0 3px 9px rgba(0, 0, 0, .5);*/
    background-clip: padding-box;
    outline: 0;
    padding: 0 15px;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(33, 14, 83, 0.9)
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: 1;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #000000;
}
.modal-header:before, .modal-header:after {
    content: " ";
    display: table;
}
.modal-header:after {
    clear: both;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #000000
}
.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.row {
    display: block;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    width: 100%;
}
.row:before,.row:after { content: " "; display: table; }
.row:after { clear: both; }
.row {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none;
}
.col {
    float: left;
    padding: 0 15px;
    position: relative;
    width: 100%;
}
.container {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.f2{
    font-family: "Mukta Light";
}
.page-title {}
.button {
    font-family: "Mukta Light";
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background-color: #B710E1;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#B40EDE), to(#CF23FA));
    background-image: -webkit-linear-gradient(bottom, #B40EDE, #CF23FA);
    background-image: -o-linear-gradient(bottom, #B40EDE, #CF23FA);
    background-image: linear-gradient(to top, #B40EDE, #CF23FA);
    border-radius: 4px;
    display: inline-block;
    padding: 0 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #B40EDE
}
.button:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#BA22E0), to(#D942FF));
    background-image: -webkit-linear-gradient(bottom, #BA22E0, #D942FF);
    background-image: -o-linear-gradient(bottom, #BA22E0, #D942FF);
    background-image: linear-gradient(to top, #BA22E0, #D942FF);
}
.button:focus {
    background-image: none;
    background-color: #B710E1;
}
.button:disabled {
    opacity: 0.3;
}
.button--ghost {
    color: #B40EDE;

    background: transparent;
}
.button--ghost:hover {
    color: #ffffff;
}
.button--ghost:focus {
    color: #ffffff;
}
.form__input {
    font-family: "Mukta Light";
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    height: 40px;
    border: 1px solid #C4CCFF;
    border-radius: 4px;
    padding: 0px 15px 0 15px;
    background: #ffffff;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
.form__input::-webkit-input-placeholder {
    color: rgba(44, 16, 94, 0.5);
}
.form__input::-moz-placeholder {
    color: rgba(44, 16, 94, 0.5);
}
.form__input:-moz-placeholder {
    color: rgba(44, 16, 94, 0.5);
}
.form__input:-ms-input-placeholder {
    color: rgba(44, 16, 94, 0.5);
}
.form__inputgroup {
    position: relative;
}
.form__inputgroup label {
    font-family: "Mukta";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3846153846;
    letter-spacing: -0.12px;
    color: #9B9B9B;
    position: absolute;
    top: 20px;
    left: 15px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}
.form__checkbox {
    position: relative;
    display: inline-block;
}
.form__checkbox label {
    display: inline;
    cursor: pointer;
    position: relative;
    padding: 0px 0px 0px 30px;
    font-family: "Mukta Light";
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}
.form__checkbox label span {
    display: inline;
    font-size: 14px;
    color: #9B9B9B;
    padding-left: 30px;
    display: block;
}
.form__checkbox label:before {
    content: "";
    display: inline;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 2px;
    border: 1px solid #EDE0FF;
    background-color: #ffffff;
}
.form__checkbox input[type="checkbox"] {
    display: none;
}
.form__checkboxgroup input[type="checkbox"]:checked+label:before {
    content: "";
    background-image: url("../images/svg/check.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 9px;
}
.form__forget {
    font-family: "Mukta Light";
    font-size: 16px;
    line-height: 1.6875;
    color: #B40EDE;
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
}

#filter-form {
    color: #fff;
    background-color: #522a8d;
    font-size: 12px;
}

.filter-checkbox {
    display: flex;
    align-items: center;
    font-size: 12px;
    margin: 16px 0;
}

.filter-checkbox input {
    display: none;
}
.filter-checkbox label {
    width: 40px;
    height: 20px;
    display: inline-block;
    background-color: #2c105e;
    padding: 2px;
    border-radius: 40px;
    position: relative;
    margin-right: 8px;
    cursor: pointer;
}
.filter-checkbox label:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #9587ae;
    top: 2px;
    right: 22px;
    transition: .2s all linear;
}
.filter-checkbox span {
    opacity: 0.5;
}
.filter-checkbox input:checked + label:after {
    right: 2px;
    background-color: #f2c94c;
}
.filter-checkbox input:checked ~ span {
    opacity: 1;
}

.filter-radio-box {
    white-space: nowrap;
    background-color: #2c105e;
    font-size: 12px;
    display: flex;
    border-radius: 4px;
}
.filter-radio-box input {
    display: none;
}
.filter-radio-box label {
    width: 120px;
    display: inline-block;
    background-color: transparent;
    padding: 10px 2px;
    border-radius: 4px;
    position: relative;
    transition: .2s all linear;
    text-align: center;
    flex-shrink: 0;
    flex-grow: 1;
    cursor: pointer;
}
.filter-radio-box label:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 70%;
    transform: translateY(-50%);
    background-color: #3f1d75;
    opacity: 1;
    transition: .2s all linear;
}
.filter-radio-box label:last-child:after {
    display: none;
}
.filter-radio-box input:checked + label {
    background-color: #fff;
    color: #2c105e;
    box-shadow: 0 0 10px #f2c94c;
}
.filter-radio-box input:checked + label:after {
    opacity: 0;
}

.filter-text {
    width: 80px;
    border-radius: 4px;
    padding: 10px 20px;
    background-color: #2c105e;
    border: none;
    color: #fff;
}

.filter-select {
    width: 180px;
    position: relative;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px 16px;
    color: #2C105E;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .filter-select {
        max-width: 320px;
        width: 100%;
    }
}
.filter-select:after {
    content: '';
    position: absolute;
    background-color: #B40EDE;
    transition: .2s linear;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    clip-path: polygon(45% 25%, 70% 50%, 45% 75%, calc(45% - 1px) 75%, calc(70% - 1px) 50%, calc(45% - 1px) 25%);
}
.filter-select .selected-value {

}
.filter-select .option-box {
    position: absolute;
    left: 0;
    top: 100%;
    overflow: hidden;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 3;
    display: none;
    width: 100%;
    border-top: 1px solid #2C105E;
}
.filter-select .option {
    padding: 10px 16px;
    background-color: #fff;
    cursor: pointer;
}
.filter-select.is-open {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.filter-select.is-open:after {
    transform: translateY(-50%) rotate(270deg);
}
.filter-select.is-open .option-box {
    display: block;
}

#filter-form .filter-range-box {
    padding: 0 24px;
    width: 300px;
}
@media (max-width: 1200px) {
    #filter-form .filter-range-box {
        width: 100%;
    }
}

.filter-range {
}

.filter-range-box .asRange {
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background-color: #2c105e;
    margin: 25px 0;
}
.filter-range-box .asRange .asRange-selected {
    background-color: #B40EDE;
    height: 4px;
}

.filter-range-box .asRange .asRange-pointer {
    top: -15px;
    background: #fff;
    box-shadow: 0 0 10px #f2c94c;
    height: 34px;
    width: 48px;
    border-radius: 4px;
    margin-left: -24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.filter-range-box .asRange .asRange-pointer:after,
.filter-range-box .asRange .asRange-pointer:before {
    display: none;
}
.filter-range-box .asRange .asRange-pointer .asRange-tip {
    position: initial;
    left: auto;
    top: auto;
    transform: none;
    color: #2C105E;
    margin-left: 0;
    width: auto;
    height: auto;
    font-family: inherit;
    transition: none;
    background-color: transparent;
    border: none;
}
.filter-range-box .asRange .asRange-pointer .asRange-tip:before {
    display: none;
}

.filter-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
@media (max-width: 1200px) {
    .filter-row {
        display: block;
    }
}
.filter-row p {
    margin-bottom: 10px;
    opacity: 0.5;
}
.filter-row .filter-col {
    margin-right: 10px;
}
@media (max-width: 1200px) {
    .filter-row .filter-col {
        margin-right: 0;
        width: 100%;
        margin-bottom: 16px;
    }
}
.filter-row .filter-col:last-child {
    margin-right: 0px;
}
.filter-row .filter-col.full-width {
    width: 100%;
}

#filter-form .parameter-item {

}
#filter-form .parameter-item .range-box {
    padding-left: 48px;
    white-space: nowrap;
}
#filter-form .parameter-item .range-box span {
    opacity: 0.5;
    margin: 0 8px;
}
#filter-form button[type="submit"] {
    color: #fff;
    padding: 4px;
    background-color: #B40EDE;
    border-radius: 4px;
    text-align: center;
    width: 180px;
	height: 30px;
    transition: .2s linear;
}
#filter-form button[type="submit"]:hover {
    background-color: #fff;
    color: #B40EDE;
}

.dropdown__menu {
    left: 0px !important;
}

.svg-arrow-left {
    width: 0.57em;
    height: 1em;
    fill: #FFF;
}
.svg-arrow {
    width: 0.57em;
    height: 1em;
    fill: #FFF;
}
.svg-bitkoin {
    width: 1em;
    height: 1em;
    fill: #fff;
}
.svg-check-v {
    width: 1em;
    height: 1em;
    fill: #E5E5E5;
}
.svg-check {
    width: 1.33em;
    height: 1em;
    fill: #B40EDE;
}
.svg-close {
    width: 1em;
    height: 1em;
    fill: #FFF;
}
.svg-crown {
    width: 1em;
    height: 1em;
    fill: initial;
}
.svg-doll {
    width: 0.5em;
    height: 1em;
    fill: #B40EDE;
}
.svg-email {
    width: 1.09em;
    height: 1em;
    fill: #2C105E;
}
.svg-login {
    width: 0.93em;
    height: 1em;
    fill: #B40EDE;
}
.svg-loop {
    width: 1em;
    height: 1em;
    fill: #B40EDE;
}
.svg-pdf {
    width: 0.8em;
    height: 1em;
    fill: #FFF;
}
.svg-play {
    width: 0.83em;
    height: 1em;
    fill: #FFF;
}
.svg-search {
    width: 1em;
    height: 1em;
    fill: #B40EDE;
}
.svg-setting {
    width: 1em;
    height: 1em;
    fill: #FFF;
}
.svg-union-2 {
    width: 1em;
    height: 1em;
    fill: #F2B04C;
}
.svg-union {
    width: 1.11em;
    height: 1em;
    fill: #F2B04C;
}
body {
    font-family: "Mukta", sans-serif;
    background-color: #190C49;
}
main {}
.wrap {
    background-image: url('../images/bg.jpg');
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #190C49;
    min-height: 100vh;
    padding-left: 53px;
    padding-right: 53px;
    width: 100%;
}
@media (max-width: 1200px) {
    main {
        max-width: 768px;
        margin: 0 auto;
        overflow: hidden;
    }
    .wrap {
        padding: 0px;
        background-image: none;
    }
}
.content {
    width: 100%;
    padding-left: 20px;
    display: table-cell;
    vertical-align: top;
    min-width: 860px;
}
@media (max-width: 1200px) {
    .content {
        min-width: auto;
        overflow: hidden;
        padding-left: 0;
        display: block;
    }
}
.header {}
.footer {
    overflow: hidden;
    position: relative
}
.footer:after {
    position: absolute;
    content: '';
    top: 20px;
    left: 250px;
    width: 100%;
    height: 60px;
    background: url("../images/svg/logo-line.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1200px) {
    .footer:after {
        left: 0;
        height: 40px;
        background-position-x: -8px;
    }
}
.footer__wrap {
    background-color: #190C49;
    width: 100%;
    position: relative;
    padding-top: 35px;
    padding-bottom: 58px;
    padding-left: 53px;
    padding-right: 0;
}
@media (max-width: 1200px) {
    .footer__wrap {
        padding-left: 0;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 64px;
    }
}
.footer__top {
    margin-bottom: 15px;
}
.footer__logo {}
.footer__bottom {}
.footer__adv {
    font-family: "Mukta Light";
    font-size: 16px;
    line-height: 27px;
    color: #B40EDE;
    margin-right: 30px;
    display: inline-block;
    background: url("../images/svg/b.svg");
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.footer__adv:hover {
    color: #DC4FFF;
}
.footer__contact {
    font-family: "Mukta Light";
    font-size: 16px;
    line-height: 27px;
    color: rgba(255, 255, 255, 0.5);
    display: inline-block;
}
.footer__contact a {
    color: #B40EDE;
    margin-left: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}
.footer__contact a:hover {
    color: #DC4FFF;
}
.left {
    width: 1%;
    display: table-cell;
}
@media (max-width: 1200px) {
    .left {
        display: block;
        width: 100%;
        text-align: center;
    }
}
.left__body {
    padding-top: 30px;
    width: 300px;
}
@media (max-width: 1200px) {
    .left__body {
        width: 100%;
        padding: 40px 32px 0 32px;
        max-width: 360px;
        margin: 0 auto;
    }
}
.left__logo {
    margin-bottom: 20px;
}
@media (max-width: 1200px) {
    .left__logo img{
        width: 100%;
    }
}
.left__about {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
}
.left__never {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 30px;
}
.left__block {
    height: 270px;
    width: 100%;
    /* border: 1px solid #633D9C; */
    /* background-color: #351268; */
}
.auth {
    padding-left: 30px;
    margin-bottom: 30px
}
.auth:before, .auth:after {
    content: " ";
    display: table;
}
.auth:after {
    clear: both;
}
@media (max-width: 1200px) {
    .auth {
        display: flex;
        justify-content: center;
    }
}
.auth__item {
    float: left;
    position: relative;
}
.auth__item:first-child:after{
    position: absolute;
    content: " ";
    top: 0;
    left: -30px;
    background-image: url('../images/login.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.auth__item:not(:last-child) {
    margin-right: 30px;
    position: relative;
}
.auth__item:not(:last-child):before{
    position: absolute;
    content: "|";
    top: 0;
    right: -15px;
    color: #B40EDE;
    font-family: "Mukta Light";
    font-size: 16px;
}
.auth__link {
    color: #B40EDE;
    font-family: "Mukta Light";
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.auth__link:hover {
    color: #DC4FFF;
}
@media (max-width: 1200px) {
    .table-load {
        overflow-x: auto;
        background: #fff;
    }
}
.table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background-color: #ffffff;
}
@media (max-width: 1200px) {
    .table {
        padding: 0;
    }
}
.table .svg-union {
    fill: #F2B04C;
}
.table .svg-crown {
    fill: #F2B04C;
    margin-right: 8px;
}

.table tbody tr {
    width: 100%;
    cursor: pointer
}
.table tbody tr:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(99, 61, 156, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(99, 61, 156, 0.2);
}
.table th, .table td {
    font-size: 12px;
    font-family: "Mukta Light";
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    font-weight: 400;
}
@media (max-width: 1200px) {
    .table th, .table td {
        padding-left: 32px;
    }
}
.table th:first-child, .table th:nth-child(2), .table th:last-child, .table td:first-child, .table td:nth-child(2), .table td:last-child {
    text-align: left;
}
.table th {
    background-color: #E8E6ED;
}
.table th:first-child {
    width: 70px;
}
.table th:nth-child(2) {
    width: 255px;
}
.table th.is-longcatchain {
    width: 80px;
}
.table td {
    border-bottom: 1px solid #E8E6ED
}
.table td.is-longcatchain {
    color: #BDBDBD;
}
.table td.is-verified {
    color: #02CC83;
}
.table__text {
    font-size: 10px;
    vertical-align: top;
    margin-left: 5px;
    top: 1px;
    position: relative;
}
.table__text--red {
    color: #F71919;
}
.table__text--green {
    color: #02CC83;
}
.top {
    position: relative;
    padding-top: 30px
}
.top:before, .top:after {
    content: " ";
    display: table;
}
.top:after {
    clear: both;
}
.top-control-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #522a8d;
    position: relative;
    padding: 0px 10px;
    width: 100%;
}
@media (max-width: 1200px) {
    .top-control-bar {
        padding: 0px;
    }
}

.top .dropdown {
    /*float: right;*/
    width: 100%;
    padding-right: 10px;
    transition: .2s linear;
	cursor:pointer;	
}
@media (max-width: 1200px) {
    .top .dropdown {
        width: 80%;
        height: 40px;
        display: flex;
        align-items: center;
        padding-left: 32px;
    }
}
.top .dropdown .dropdown__control {
    position: relative;
    width: 100%;
}
.top .dropdown .dropdown__control:after {
    content: '';
    position: absolute;
    background-color: #fff;
    transition: .2s linear;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    clip-path: polygon(45% 25%, 70% 50%, 45% 75%, calc(45% - 2px) 75%, calc(70% - 2px) 50%, calc(45% - 2px) 25%);
}
.top.is-open .dropdown .dropdown__control:after {
    transform: translateY(-50%) rotate(270deg);
}

.top .dropdown button {
    font-family: "Mukta Light";
    font-size: 14px;
    line-height: 30px;
    text-align: right;
    color: #ffffff;
    background: transparent;
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.top .dropdown button span {
    vertical-align: middle;
    margin-right: 10px;
}
.top .dropdown button .svg {
    top: -1px;
    position: relative;
    font-size: 20px;
    fill: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    vertical-align: middle;
}
.top .svg-arrow-left {
    font-size: 12px;
    margin-right: 10px;
    fill: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (max-width: 1200px) {
    .top__left {
        display: none;
    }
}
.top__search {
    display: flex;
    align-items: center;    
    padding: 8px 0;
    border-left: 1px solid #2C105E;
    padding-left: 10px;
    flex-shrink: 0;
}
@media (max-width: 1200px) {
    .top__search {
        display: flex;
        align-items: center;
        width: 20%;
        order: 2;
        justify-content: center;
        position: initial;
        transform: none;
        left: auto;
        top: auto;
        transition: .2s linear;
        position: relative;
        padding: 8px 32px;
    }
}
.close-btn {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
}
.close-btn:before,
.close-btn:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    transform: translateY(10px) rotate(45deg);
}
.close-btn:after {
    transform: translateY(10px) rotate(135deg);
}

.top__search .close-btn {
    display: none;
}

.top__button {
    background: transparent;
    border: none;
    padding: 0;
    width: 20px;
    min-width: 20px;
    height: 40px;
    background: url("../images/svg/search.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.top__input {
    background: transparent;
    border: none;
    padding: 0;
    font-family: "Mukta Light";
    font-size: 14px;
    line-height: 23px;
    color: rgba(255, 255, 255, 0.5);
    padding-left: 25px;
    height: 40px;
}
@media (max-width: 1200px) {
    .top__input {
        display: none;
    }
    .top-control-bar.open-search .dropdown {
        width: 0;
        overflow: hidden;
        padding: 0;
    }
    .top-control-bar.open-search .top__search {
        width: 100%;
        border: none;
        justify-content: flex-start;
    }
    .top-control-bar.open-search .top__search .top__input {
        display: block;
    }
    .top-control-bar.open-search .top__search .close-btn {
        display: block;
    }
}
.body {
    background-color: #ffffff;
    padding: 20px 10px 30px 20px;
    display: table;
    width: 100%;
}
@media (max-width: 1200px) {
    .body {
        display: block;
        padding-left: 32px;
        padding-right: 32px;
    }
}
.body__left {
    display: table-cell;
}
@media (max-width: 1200px) {
    .body__left {
        display: block;
    }
}
.body__left .info-box {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    .body__left .info-box {
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .body__left .info-box {
        margin-top: 32px;
        display: block;
    }
}
.body__left .info-box .half-col {
    width: 50%;
    flex-shrink: 0;
    padding-left: 20px;
}
.body__left .info-box .half-col:first-child {
    padding-left: 0px;
}
@media (max-width: 1200px) {
    .body__left .info-box .half-col {
        padding-left: 0;
    }
    .body__left .info-box .half-col:first-child {
        width: 100%;
    }
    .body__left .info-box .half-col:last-child {
        padding-left: 20px;
    }
}
@media (max-width: 768px) {
    .body__left .info-box .half-col {
        width: auto;
        padding-left: 0px;
    }
}
.body__left h2 {
    margin-bottom: 30px;
    font-weight: 400;
    color: #2C105E;
}
@media (max-width: 1200px) {
    .body__left h2 {
        margin-top: 30px;
        text-align: center;
    }
}

.body__right {
    display: table-cell;
    width: 310px;
    padding-left: 20px;
}
@media (max-width: 1200px) {
    .body__right {
        display: none;
        width: auto;
        padding-left: 0;
    }
}
.body__text {
    font-family: "Mukta Light";
    font-size: 16px;
    line-height: 27px;
    color: #2C105E;
    padding-bottom: 30px;
}
.body__video {
    width: 100%;
    min-height: 100px;
    background-color: #180E2E;
    position: relative;
}
.body__video iframe{
    width: 100%;
    height: 400px;
}
.body__video-button {
    width: 60px;
    height: 60px;
    background: url("../images/svg/play.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
    border-radius: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.body .table {
    margin-bottom: 30px;
}
.infoblock:before, .infoblock:after {
    content: " ";
    display: table;
}
.infoblock:after {
    clear: both;
}
.infoblock {
    padding-bottom: 30px;
    border-bottom: 1px solid #E8E6ED;
}
@media (max-width: 1200px) {
    .infoblock {
        text-align: center;
    }
}
.infoblock__image {
    width: 130px;
    height: 130px;
    position: relative;
    float: left;
    margin-right: 10px;
}
@media (max-width: 1200px) {
    .infoblock__image {
        float: none;
        height: auto;
        width: auto;
        margin: 0 auto 24px auto;
    }
}
.infoblock__image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-bottom: 10px;
}
@media (max-width: 1200px) {
    .infoblock__image img {
        position: initial;
        top: auto;
        left: auto;
        transform: none;
        margin-right: 0px;
    }
}
.infoblock__description {
    /* float: left; */
}
@media (max-width: 1200px) {
    .infoblock__description {
        float: none;
        padding-left: 0;
    }
}
.infoblock__name {
    font-family: "Mukta Light";
    font-size: 36px;
    line-height: 40px;
    color: #2C105E;
    margin-bottom: 10px;
}
.infoblock__row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 32px 0;
}
@media (max-width: 1200px) {
    .infoblock__row {
        display: block;
        margin: 0px;
    }
}
.infoblock__row:before, .infoblock__row:after {
    content: " ";
    display: table;
}
.infoblock__row:after {
    clear: both;
}
.infoblock__item {
    margin-bottom: 10px;
    flex-shrink: 0;
    min-width: 180px;
}
@media (max-width: 1200px) {
    .infoblock__item {
        float: none;
        min-width: auto;
        margin-bottom: 24px;
    }
}
.infoblock__label {
    font-family: "Mukta Light";
    font-size: 12px;
    line-height: 20px;
    color: rgba(44, 16, 94, 0.5);
}
.infoblock__value {
    display: inline-block;
    font-family: "Mukta Light";
    font-size: 12px;
    line-height: 20px;
    color: #2C105E;
}
.infoblock__value.margin {
    margin-right: 30px;
	margin-left: 140px;
}
@media (max-width: 1370px) {
	.infoblock__value.margin {
		margin-left: 0;
    }
}
@media (max-width: 1200px) {
    .infoblock__value {
        display: block;
    }
    .infoblock__value.margin {
        margin-right: 0;
		margin-left: 0;
    }
}

.infoblock .infoblock-top-info{

}
.infoblock .infoblock-top-info .item {
    padding: 8px 24px;
    border-radius: 50px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    min-width: 80px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
}
.infoblock .infoblock-top-info .item.green {
    background-color: #02cc83;
}
.infoblock .infoblock-top-info .item.blue {
    background-color: #2c105e;
}
.infoblock .infoblock-top-info .item.orange {
    background-color: #f2aa20;
}
@media (max-width: 1200px) {
    .infoblock .infoblock-top-info .infoblock__value{
        margin-top: 24px;
    }
}

.body__left .banner-box {
    padding: 10px;
}
.body__left .banner-box img {
    max-width: 100%;
}
@media (max-width: 1200px) {
    .body__left .banner-box {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.infoblock__value a {
    color: #B40EDE;
}
.statistics {
    padding: 30px 0 20px 0;
}
.statistics__tabs:before, .statistics__tabs:after {
    content: " ";
    display: table;
}
.statistics__tabs:after {
    clear: both;
}
@media (max-width: 768px) {
    .statistics__tabs:before, .statistics__tabs:after {
        display: none;
    }
}

.statistics__item {
    float: left;
    width: 100px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    margin-bottom: 10px
}
@media (max-width: 768px) {
    .statistics__item {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}
.statistics__item.is-active {
    border-color: #DE0EC1;
    -webkit-box-shadow: 0px 0px 10px rgba(99, 61, 156, 0.2);
    box-shadow: 0px 0px 10px rgba(99, 61, 156, 0.2);
    position: relative;
}
.statistics__item.is-active:after {
    position: absolute;
    content: " ";
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #de0ec2 transparent transparent transparent;
    z-index: 2;
}
.statistics__item.is-active:before {
    position: absolute;
    content: " ";
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 3;
}
.nav-item.active .statistics__item {
    border-color: #DE0EC1;
    -webkit-box-shadow: 0px 0px 10px rgba(99, 61, 156, 0.2);
    box-shadow: 0px 0px 10px rgba(99, 61, 156, 0.2);
    position: relative
}
.nav-item.active .statistics__item:after {
    position: absolute;
    content: " ";
    bottom: -5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #de0ec2 transparent transparent transparent;
    z-index: 2;
}
.nav-item.active .statistics__item:before {
    position: absolute;
    content: " ";
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
    z-index: 3;
}
.statistics__item.is-active .statistics__value {
    color: #B40EDE;
}
.statistics__item.is-green .statistics__value {
    color: #02CC83;
}
.statistics__value {
    font-family: "Mukta Light";
    font-size: 18px;
    line-height: 30px;
    color: #2C105E;
}
.statistics__text {
    font-family: "Mukta Light";
    font-size: 12px;
    line-height: 16px;
    color: rgba(44, 16, 94, 0.5);
    height: 30px;
    overflow: hidden;
}
.statistics__title {
    background-color: #E8E6ED;
    font-family: "Mukta Light";
    font-size: 12px;
    line-height: 20px;
    color: #2B105D;
    padding: 10px;
}
.statistics__block {
    border: 1px solid #E8E6ED;
    padding: 30px 10px;
}
.statistics__bottom {
    border: 1px solid #E8E6ED;
    border-top: none;
    height: 50px;

}
.presentation {
    background-color: #EDE0FF;
    border-radius: 4px;
    width: 100%;
    padding: 108px 30px 40px 30px;
    background-image: url("../images/svg/mail.svg");
    background-repeat: no-repeat;
    background-position: center 30px;

}
.presentation__title {
    font-family: "Mukta";
    font-size: 16px;
    line-height: 27px;
    color: #2C105E;
    text-align: center;
    margin-bottom: 5px;
}
.presentation__icon {
    width: 16px;
    height: 20px;
    display: inline-block;
    background-image: url("../images/svg/pdf.svg");
    position: relative;
    top: 3px;
    margin-right: 7px;
}
.presentation .form__checkboxgroup {
    width: 170px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.presentation .form__inputgroup {
    margin-bottom: 20px;
}
.modal .modal-content {
    position: relative;
    padding: 0;
    padding: 20px;
}
.modal__top {
    position: relative;
}
.modal__close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -44px;
    right: -24px;
}
.modal__title {
    font-family: "Mukta Light";
    font-weight: 400;
    font-size: 36px;
    line-height: 1.4;
    color: #2C105E;
    margin-bottom: 30px;
}
.modal .form__inputgroup:not(:last-child) {
    margin-bottom: 20px;
}
.modal__buttons .button {
    display: inline-block;
    width: 96px;
    margin-right: 20px;
}
.modal__buttons .button--ghost {
    width: 120px;
}
.nav--two .nav__item {
    padding-left: 0;
    padding-right: 25px;
}
.nav--two .nav__item:last-child {
    opacity: 0.5
}
.nav--two .nav__item:last-child:hover .svg {
    fill: #ffffff;
}
.nav--two .nav__item:last-child .nav__link {
    color: #fff;
}
.nav__item {
    display: inline-block;
    text-align: center;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    position: relative
}
.nav__item:hover .svg {
    fill: #F2C94C;
}
.nav__item.is-active:after {
    background-color: #F2C94C;
    -webkit-box-shadow: 0 0 10px #F2C94C;
    box-shadow: 0 0 10px #F2C94C;
}
.nav__item:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    -webkit-box-shadow: 0 0 10px 0px transparent;
    box-shadow: 0 0 10px 0px transparent;
}
.nav__item.is-active .nav__link {
    color: #F2C94C;
}
.nav__link {
    color: #ffffff;
    font-family: "Mukta Light";
    font-size: 20px;
    line-height: 22px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative
}
.nav__link:hover {
    color: #F2C94C;
}
/*.dropdown {
    position: relative;
}*/
.top.is-open .dropdown__menu {
    display: block;
}
.top.is-open .dropdown button {
    color: #F2C94C;
}
.top.is-open .dropdown button .svg {
    fill: #F2C94C;
}
.dropdown__menu {
    display: none;
    /*position: absolute;*/
    top: 100%;
    right: 0;
    z-index: 1000;
    padding: 10px;
    background-color: #522a8d;
    -webkit-box-shadow: 0 0 20px 0 rgba(99, 61, 156, 0.3);
    box-shadow: 0 0 20px 0 rgba(99, 61, 156, 0.3);
    width: 100%;
    border-top: 1px solid #2C105E;
}
@media (max-width: 1200px) {
    .dropdown__menu {
        padding: 10px 32px;
    }
}
.dropdown__menu .form__checkbox:not(:last-child) {
    margin-bottom: 27px;
}
.state{}
.grid--1{ width: 8.33333%; }
.grid--2{ width: 16.66667%; }
.grid--3{ width: 25%; }
.grid--4{ width: 33.33333%; }
.grid--5{ width: 41.66667%; }
.grid--6{ width: 50%; }
.grid--7{ width: 58.33333%; }
.grid--8{ width: 66.66667%; }
.grid--9{ width: 75%; }
.grid--10{ width: 83.33333%; }
.grid--11{ width: 91.66667%; }
.grid--12{ width: 100%; }
.offset--0{ margin-left: 0%; }
.offset--1{ margin-left: 8.33333%; }
.offset--2{ margin-left: 16.66667%; }
.offset--3{ margin-left: 25%; }
.offset--4{ margin-left: 33.33333%; }
.offset--5{ margin-left: 41.66667%; }
.offset--6{ margin-left: 50%; }
.offset--7{ margin-left: 58.33333%; }
.offset--8{ margin-left: 66.66667%; }
.offset--9{ margin-left: 75%; }
.offset--10{ margin-left: 83.33333%; }
.offset--11{ margin-left: 91.66667%; }
@media (min-width: 769px) {
    .modal-dialog {
        width: 500px;
    }
    .modal-content {
        /*box-shadow: 0 5px 15px rgba(0, 0, 0, .5);*/
        padding: 0 60px;
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    /*.modal-lg {
      width: 830px;
    }*/
    .modal-dialog {
        width: 500px;
    }
}
@media (max-width: 767px) {
    .modal-dialog {
        margin: 0;
    }
}


.ico__img {
    width: 130px;
    height: auto;
}

.additional__info {
	margin-top: 30px;
}

thead th > a {
    color: #2C105E;
}

.form__checkbox {
    display: block;
}

.table {
    width: 100%;
    color: #2C105E;
}
@media (max-width: 1200px) {
    .table {
        width: auto;
    }
}
.table .svg-union{
    fill: #F2B04C;
  }
.table .svg-crown{
    fill: #F2B04C;
    margin-right: 8px;
  }
.table__row {
    display: table;
    width: 100%;
    background: #ffffff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: none;
    box-shadow: none
  }
.table__row.is-active {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(99, 61, 156, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(99, 61, 156, 0.2);
  z-index: 10;
  position: relative;
}
.table__row:not(:first-child):hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(99, 61, 156, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(99, 61, 156, 0.2);
  z-index: 10;
  position: relative;
}
.table__row.is-active .table__cell{

  }
.table__cell {
    position: relative;
    color: #2B105D;
    font-size: 12px;
    font-family: "Mukta Light";
    display: table-cell;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;

    border-bottom: 1px solid #E8E6ED;
    width: 110px;
  }
.table__cell--yes {
      color: #02CC83;
    }
.table__cell--no {
      color: #BDBDBD;
    }
.table__cell:nth-child(1) {
  width: 55px;
}
.table__cell:nth-child(2) {
  width: 170px;
}
.table__row:first-child .table__cell {
    background-color: #E8E6ED;
  }
.table__text{
    font-size: 10px;
    vertical-align: top;
    margin-left: 5px;
    top: 1px;
    position: relative;
  }
.table__text--red{
	color: #F71919;
}
.table__text--green{
	color: #02CC83;
}
.vip-project {
	background-color: #FFEFBD;
}
.vip-project td {
	padding: 15px 10px;
}
@media (max-width: 1200px) {
    .vip-project td {
        padding: 15px 32px;
    }
}
.vip-project td:nth-child(2) {
	font-size: 13px;
}
.vip-project td:nth-child(1) img {
	width: 32px;
	height: auto;
}
.vip-text {
	font-size: 18px;
	color: #F2B04C;
	font-weight: bold;
}
.crown-vip {
	font-size: 20px;
}
.body__right .vip-text {
	margin-left: 0;
}
.user-info .auth__item {
	color: #fff;
}
.user-info .auth__item::before, .user-info .auth__item::after {
	content: none;
}
.btn-green {
    display: block;
    vertical-align: top;
    width: 100%;
    height: 30px;
    background: linear-gradient(180deg, #17E350 0%, #0DD676 100%);
    border-radius: 4px;
    color: #ffffff; 
    margin: 0;
    font: 600 14px/20px "Barlow Semi Condensed";
    padding: 5px 10px;
    border: none;
    text-align: center;
}

.btn-green:hover{
    background: linear-gradient(180deg, #33FF6C 0%, #1CEB88 100%);
	color: #fff;
}

.infoblock__value .btn-green {
	color: #ffffff ;
}

.comments_preview {
    padding-bottom: 30px;
    border-bottom: 1px solid #E8E6ED;
}

.topic_wrap {
	padding: 5px;
	border: 1px solid grey;
	border-radius: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}

.r_time, .r_author {
	color: #888;
	font-size: x-small;
	display: inline;
}

.r_topic {
	padding: 10px;
	border-bottom: 1px solid grey;
	font-size: medium;
	font-weight: normal;
	margin-bottom: 1px;
}

.reddit_topic   a {
	color: #B40EDE;
}

.reddit_topic   {
	font-family: "Mukta Light";
	line-height: 20px;
	color: #2B105D;
	padding: 5px;
	
}

.reddit_topic ul {
	padding-left: 20px;
}

.comment_wrap {
	padding: 4px;
	padding-left: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.comment_wrap:first-child {
	margin-top: 20px;
}

.r_comment {
	max-width: 100%;
	border-left: 1px solid grey;
	padding-left: 5px;
	border-bottom: 1px solid grey;
}

.comments_tabs li {
	display:inline-block;
	font-family: "Mukta Light";
	font-size: 15px;
	line-height: 20px;
	color: #2B105D;
	padding: 5px;
	/* padding-bottom: 0px; */
}

.comments_tabs .active{
	/* background-color: black; */
	/* border-radius: 20px 20px 0 0; */
	/* color: white; */
	border: 1px solid #B40EDE;
}

.comments_tabs {
	background-color: #E8E6ED;
	margin-bottom: 20px;
}


#reddit_comments li a{
	color: #B40EDE;
}
.v_topics {
	color: white;
	text-align: center;
}

.comment_text p {
	font-family: "Mukta Light";
	font-size: 16px;
	line-height: 27px;
	color: #2C105E;
}

#mycTab a {
	color: #2C105E;
}

.bt_wrap {
	max-width: 1000px;
}

.bt_wrap img {
	max-width: 100%;
}

.bt_main {
	width: 90%;
}

.bt_main .info {
	background: lightgrey;
}

.bt_main .info p {
	display: inline-block;
}

.info .mess_number {
	float: right;
}

.bt_main img {
	max-width: 100%;
}

.bt_pages a {
	display: inline-block;
	color: #2C105E;
	padding: 2px;
}

.bt_pages  {
	padding: 10px;
}

.bt_pages .active {
	border: 1px solid #B710E1;
}

.quoteheader {
    color: #476C8E;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2em;
    margin-left: 6px;
}

.quote {
    color: #000000;
    background-color: #f1f2f4;
    border: 1px solid #d0d0e0;
    padding: 5px;
    margin: 1px 3px 6px 6px;
    line-height: 1.4em;
}

.bt_wrap .author {
	font-family: "Mukta Light";
	font-size: 20px;
	line-height: 27px;
	color: #2C105E;
	width: inherit;
	padding: 5px;
	border-top: 1px solid #B40EDE;
	border-bottom: 1px solid #B40EDE;
	margin-bottom: 20px
}

#bitcointalk_comments .button {
	width: auto;
	margin-bottom: 10px;
}

.comment_text blockquote {
	font-size: 0.8em;
	font-style: italic;
}

pre {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}

#list_elements_main mark {
	background-color: white;
}



.vip_fake_link a {
	color: #B40EDE;
}

.fake_link a {
	color: #2C105E;
}

.vip_add {
	display: inline-block;
	background-color: #351268;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-radius: 20px;
	vertical-align: top;
	max-height: 245px;
	transition: .3s;
	padding: 10px;
}

.vip_add:hover {
	background-color: #FFEFBD;
	transition: .3s;
}

.vip_add:hover .vip_name {
	color: #351268;
	transition: .3s;
}

.logo_add img { 
	position: absolute;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 90%; 
	border-radius: 20px;
	padding: 10px;
}


.logo_add {
	width: 200px;
	margin: 0 auto;
	height: 200px;
	text-align:center;
	position: relative;
	transition: .5s;
	background-color: white;
	border-radius: 20px;
}


.vip_name {
	font-weight: bold;
	font-size: 16px;
	text-align:	center;
	padding: 10px;
	color: white;
}

.other_reddits ol {
	padding: 0;
	margin: 0;
}

.other_reddits li a{
	color: #B40EDE;
} 

.other_reddits {
	padding-top: 20px;
	
}
.one-news {
	padding: 10px 10px;
	background-color: #ede3f2;
	border-radius: 10px;
	margin-bottom: 10px;
}
.one-news-img {
    display: inline-block;
    vertical-align: top;
    height: 100px;
    width: 120px;
    margin: 0 20px 0 0;
    overflow: hidden;
    position: relative;
    background: #F5F5F5;
    border: 1px solid #E8E8E8;
}
.one-news-img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
}
.one-news-text {
    display: inline-block;
    vertical-align: top;
}
time {
    display: block;
    font: 12px/20px "Barlow";
    color: #999;
}

.one-news h3 {
    margin: 20px 0 8px 0;
}
.one-news a {
	color: #c423ed;
	font-size: 20px;
}

.pagination-news li {
	display: inline-block;
	padding: 2px;
	margin-right: 3px;
	max-height: 25px;
	max-width: 15px;
}
.pagination-news .active {
	border: 1px solid #B40EDE;
}

.pagination-news .pagination-news-prev,
.pagination-news .pagination-news-next {
	border: none;
}

.body__left,
.body__right {
	vertical-align: top;
}

.main_news   img {
	padding: 20px;
	max-width: 100%;
}

.left__news .btn {
    display: block;
    padding: 10px;
    border: 1px solid #B40EDE;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    transition: .2s all linear;
}

.left__news .btn:hover {
    background-color: #B40EDE;
    color: #fff
}

.left__news  .anews {
	display: block;
	padding: 10px 20px;
    border-bottom: 1px solid #fff;
	color: #2C105E;
	font-size: 14px;
    text-align: left;
}

.left__news  .anews:first-child {
    border-top: 1px solid #fff;
}

.anews:hover {
	box-shadow: 0px 0px 20px 0px rgba(99, 61, 156, 0.2);
}

.left__news {
	/*background-color: white;*/
    background-color: #E8E6ED;
	border-radius: 4px; 
	/* border: 3px solid grey; */
	font-family: "Mukta Light";
	color: #2C105E;
	margin: 0 auto 20px auto;
    max-width: 320px;
}
@media (max-width: 1200px) {
    .left__body .left__news {
        display: none;
    }
}

.left__news h2 {
	text-align: center;
	font-size: 22px;
	padding: 20px;
    font-weight: 400;
}
.left__news h2  a {
	color: #B40EDE;
}
.body__left h1 {
	font-family: "Mukta Light";
}

/* start styles for icpointer comments */
.profile_pic {
	width: 55px;
	height: 55px;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 50%;
	border: 1px solid lightgrey;
}

.icp_wrap {
	padding-left: 60px;
	position: relative;
	margin-bottom: 10px;
	max-width: 600px;
}

.icp_wrap::before {
	background-color: lightgrey;
	width: 1px;
	height: 50px;
	display: block;
	content: "";
	position: absolute;
	left: -10px;
	top: 5px;
}

.icp_comment {
	padding: 10px 0px;
}

.reply_text {
	padding: 5px;
	width: 70%;
	max-width: 500px;
	height: 100px;
	min-height: 100px;
	max-height: 400px;
	resize: vertical;
}

.form_close {
	display: inline-block;
	position: relative;
	top: -70px;
	left: 32px;
	width: 25px;
	height: 25px;
	background-color: #351268;
	border-radius: 5px;
	padding: 4.5px;
}

.comment_form {
	min-width: 290px;
}

.comment_submit {
	background-color: #351268;
	color: white;
	margin-left: 2px;
	border-radius: 4px;
	position: relative;
	top: -25px;
	padding: 10px;
	font-size: 14px;
}

#modal_ajax_err {
	background-color:white;
	border: 2px solid lightgrey;;
	position: fixed;
	width: 300px;
	top: -200px;
	left: 40%;
	min-height: 100px;
	z-index: 26;
	box-shadow: 0 0 20px lightgrey;
}

.ajax_msg_close {
	display: inline-block;
	position: relative;
	top: 10px;
	width: 30px;
	height: 30px;
	background-color: #351268;
	border-radius: 5px;
	padding: 6.5px;
	left: 260px;
}

.err_ajax_msg {
	padding: 20px;
}

.reply_form {
	color: grey;
	font-size: 13px;
	cursor: default;
	padding: 3px;
	transition: .4s;
}

.reply_form:hover {
	background-color: #351268;
	border-radius: 4px;
	color: white;
}

.reply_form_active {
	background-color: #351268;
	border-radius: 4px;
	color: white;
}

.icp_date {
	color: grey;
	font-size: 13px;
}

.auth_required {
	padding: 20px;
	background-color: pink;
	margin-bottom: 20px;
}

.pro_telegram_pic {
    width: 40px;
    height: 40px;
    background-size: contain;
    border-radius: 50%;
    display: inline-block;
	margin-left: 10px;
}

.str .str_item {
font-size:0;
line-height:0
}
.str img {
opacity:0.8
}
.str img:hover {
opacity:1
}

.ticker{
	position: fixed;
	left: 0;
    border: 1px solid #ccc;
    top: 0px!important;
    font-family: "Mukta Light";
	font-size: 18px;
	height: 25px;
    width: 100%;
    z-index: 99999;
    background: #fff;
    font-weight: bold;
	padding-bottom: 10px;
}



.ticker img{
	width:20px;
	height:20px;
	margin: 0px 2px 0px 2px;
	vertical-align: bottom;
}

.ticker a{
	color: #351268;
	cursor: pointer;
	padding: 0 6px;
}

.ticker a:hover{
	color: #800000;
}

.ticker-text {
    font-size: 13px;
	color: #333;
    vertical-align: center;
    margin-left: 5px;
    top: 1px;
}

.ticker-red {
    color: #F71919;
	font-size: 12px;
	margin-left: 1px;
	vertical-align: top;
}
.ticker-green {
    color: #02CC83;
	font-size: 12px;
	margin-left: 1px;
	vertical-align: top;
}

.marquee-column{
	position: fixed;
	left:0;
    border-right: 2px solid #ccc;
    top: 0px!important;
    font-family: "Mukta Light";
	font-size: 16px;
	height: 25px;
    max-width: 200px;
    z-index: 99999;
    background-color: #190C49;
	color: white;
	padding: 4px;
    font-weight: bold;
}

.imitation{
	position: relative;
	left: 0;
    border-top: 1px solid #ccc;
    top: 0px!important;
	height: 25px;
    width: 100%;
    background-color: #190C49;
}

tr.inside {
    background-color: #190C49;
}

.adversting-banner {
    width: 100%;
    height: 300px;
    background-color: #4e3885;
    margin: 32px auto;
    max-width: 320px;
}
@media (max-width: 1200px) {
    tr.inside .left__news,
    tr.inside .adversting-banner {
        position: sticky;
        left: 50%;
        top: 0;
        margin: 32px 0;
        transform: translateX(-50%);
    }
}




.windows8 {
	position: fixed;
	width: 54px;
	height:54px;
	margin:auto;
	left: 50%;
	top: 50%;
}

.windows8 .wBall {
	position: absolute;
	width: 51px;
	height: 51px;
	opacity: 0;
	transform: rotate(225deg);
		-o-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		-webkit-transform: rotate(225deg);
		-moz-transform: rotate(225deg);
	animation: orbit 3.6325s infinite;
		-o-animation: orbit 3.6325s infinite;
		-ms-animation: orbit 3.6325s infinite;
		-webkit-animation: orbit 3.6325s infinite;
		-moz-animation: orbit 3.6325s infinite;
}

.windows8 .wBall .wInnerBall{
	position: absolute;
	width: 7px;
	height: 7px;
	background: rgb(148,35,148);
	left:0px;
	top:0px;
	border-radius: 7px;
}

.windows8 #wBall_1 {
	animation-delay: 0.796s;
		-o-animation-delay: 0.796s;
		-ms-animation-delay: 0.796s;
		-webkit-animation-delay: 0.796s;
		-moz-animation-delay: 0.796s;
}

.windows8 #wBall_2 {
	animation-delay: 0.153s;
		-o-animation-delay: 0.153s;
		-ms-animation-delay: 0.153s;
		-webkit-animation-delay: 0.153s;
		-moz-animation-delay: 0.153s;
}

.windows8 #wBall_3 {
	animation-delay: 0.3165s;
		-o-animation-delay: 0.3165s;
		-ms-animation-delay: 0.3165s;
		-webkit-animation-delay: 0.3165s;
		-moz-animation-delay: 0.3165s;
}

.windows8 #wBall_4 {
	animation-delay: 0.4695s;
		-o-animation-delay: 0.4695s;
		-ms-animation-delay: 0.4695s;
		-webkit-animation-delay: 0.4695s;
		-moz-animation-delay: 0.4695s;
}

.windows8 #wBall_5 {
	animation-delay: 0.633s;
		-o-animation-delay: 0.633s;
		-ms-animation-delay: 0.633s;
		-webkit-animation-delay: 0.633s;
		-moz-animation-delay: 0.633s;
}



@keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		transform: rotate(180deg);
		animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		transform: rotate(300deg);
		animation-timing-function: linear;
		origin:0%;
	}

	30% {
		opacity: 1;
		transform:rotate(410deg);
		animation-timing-function: ease-in-out;
		origin:7%;
	}

	39% {
		opacity: 1;
		transform: rotate(645deg);
		animation-timing-function: linear;
		origin:30%;
	}

	70% {
		opacity: 1;
		transform: rotate(770deg);
		animation-timing-function: ease-out;
		origin:39%;
	}

	75% {
		opacity: 1;
		transform: rotate(900deg);
		animation-timing-function: ease-out;
		origin:70%;
	}

	76% {
	opacity: 0;
		transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		transform: rotate(900deg);
	}
}

@-o-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-o-transform: rotate(180deg);
		-o-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-o-transform: rotate(300deg);
		-o-animation-timing-function: linear;
		-o-origin:0%;
	}

	30% {
		opacity: 1;
		-o-transform:rotate(410deg);
		-o-animation-timing-function: ease-in-out;
		-o-origin:7%;
	}

	39% {
		opacity: 1;
		-o-transform: rotate(645deg);
		-o-animation-timing-function: linear;
		-o-origin:30%;
	}

	70% {
		opacity: 1;
		-o-transform: rotate(770deg);
		-o-animation-timing-function: ease-out;
		-o-origin:39%;
	}

	75% {
		opacity: 1;
		-o-transform: rotate(900deg);
		-o-animation-timing-function: ease-out;
		-o-origin:70%;
	}

	76% {
	opacity: 0;
		-o-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-o-transform: rotate(900deg);
	}
}

@-ms-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-ms-transform: rotate(180deg);
		-ms-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-ms-transform: rotate(300deg);
		-ms-animation-timing-function: linear;
		-ms-origin:0%;
	}

	30% {
		opacity: 1;
		-ms-transform:rotate(410deg);
		-ms-animation-timing-function: ease-in-out;
		-ms-origin:7%;
	}

	39% {
		opacity: 1;
		-ms-transform: rotate(645deg);
		-ms-animation-timing-function: linear;
		-ms-origin:30%;
	}

	70% {
		opacity: 1;
		-ms-transform: rotate(770deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:39%;
	}

	75% {
		opacity: 1;
		-ms-transform: rotate(900deg);
		-ms-animation-timing-function: ease-out;
		-ms-origin:70%;
	}

	76% {
	opacity: 0;
		-ms-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-ms-transform: rotate(900deg);
	}
}

@-webkit-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-webkit-transform: rotate(180deg);
		-webkit-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-webkit-transform: rotate(300deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:0%;
	}

	30% {
		opacity: 1;
		-webkit-transform:rotate(410deg);
		-webkit-animation-timing-function: ease-in-out;
		-webkit-origin:7%;
	}

	39% {
		opacity: 1;
		-webkit-transform: rotate(645deg);
		-webkit-animation-timing-function: linear;
		-webkit-origin:30%;
	}

	70% {
		opacity: 1;
		-webkit-transform: rotate(770deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:39%;
	}

	75% {
		opacity: 1;
		-webkit-transform: rotate(900deg);
		-webkit-animation-timing-function: ease-out;
		-webkit-origin:70%;
	}

	76% {
	opacity: 0;
		-webkit-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-webkit-transform: rotate(900deg);
	}
}

@-moz-keyframes orbit {
	0% {
		opacity: 1;
		z-index:99;
		-moz-transform: rotate(180deg);
		-moz-animation-timing-function: ease-out;
	}

	7% {
		opacity: 1;
		-moz-transform: rotate(300deg);
		-moz-animation-timing-function: linear;
		-moz-origin:0%;
	}

	30% {
		opacity: 1;
		-moz-transform:rotate(410deg);
		-moz-animation-timing-function: ease-in-out;
		-moz-origin:7%;
	}

	39% {
		opacity: 1;
		-moz-transform: rotate(645deg);
		-moz-animation-timing-function: linear;
		-moz-origin:30%;
	}

	70% {
		opacity: 1;
		-moz-transform: rotate(770deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:39%;
	}

	75% {
		opacity: 1;
		-moz-transform: rotate(900deg);
		-moz-animation-timing-function: ease-out;
		-moz-origin:70%;
	}

	76% {
	opacity: 0;
		-moz-transform:rotate(900deg);
	}

	100% {
	opacity: 0;
		-moz-transform: rotate(900deg);
	}
}

.upload-fone{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(75, 0, 130,0.2);
	width: 100%;
	height: 100%;
	z-index:999999999;
}

.clear-filter {
    display: none;
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #2c105e;
}
.clear-filter.is-open {
    display: block
}
.clear-filter .text-box {
    position: relative;
    padding: 5px 48px 5px 12px;
    border-radius: 50px;
    background-color: #f2c94c;
}
.clear-filter .close-btn {
    right: 8px;
    width: 12px;
}
.clear-filter .close-btn:before,
.clear-filter .close-btn:after {
    background-color: #2c105e;
}


.btn-category-projects {
	width: 50px;
	display: inline-block;
	background-color: #2c105e;
	padding: 7px 2px;
	border-radius: 4px;
	position: relative;
	/*transition: .2s all linear;*/
	text-align: center;
	/*flex-shrink: 0;
	flex-grow: 1;*/
	margin: 0 3px;
	cursor: pointer;
	color: white;
	border: 1px solid white;
}
 .active-bcp, .btn-category-projects:hover {
	background-color: white;
	color: black;
}

.blink {
	/*-webkit-animation: blink 1s linear infinite;
	animation: blink 1s linear infinite;*/
	color: red;
}
/*
@keyframes blink {
	from { opacity: 1; }
	to { opacity: 0; }
}*/
/*.tableFloatingHeaderOriginal {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 2;
}*/

/* end styles for icopointer comments */