<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: 'ProximaNova';
  src: url("../fonts/ProximaNova-Bold.eot");
  src: local("☺"), url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Regular.eot");
  src: local("☺"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Medium.eot");
  src: local("☺"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Bold.eot");
  src: local("☺"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  height: 100%;
}

html,
body {
  font-size: 16px;
}

body {
  height: 100%;
  min-width: 320px;
  line-height: 1;
  font-family: 'Inter';
  line-height: 24px;
  color: #fff;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

input,
button,
textarea {
  font-family: 'Inter';
  font-size: inherit;
}

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

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  color: #fff;
text-decoration: underline;
}

a:hover {
  color: #fff;
text-decoration: underline;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&amp;::-webkit-scrollbar {
	display: none;
}
*/
body {
  background: #120439;
}

.wrapper {
  overflow-x: hidden;
  height: 100%;
  padding: 80px 0 0 0;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 40px;
  min-height: 100%;
  width: 100%;
}

@media (max-width: 1300px) {
  .container {
    padding: 0 30px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}

h1 {
  font-family: 'ProximaNova';
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
}

@media (max-width: 600px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

h2 {
  font-family: 'ProximaNova';
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 600px) {
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

h3 {
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 600px) {
  h3 {
    font-size: 16px;
  }
}

.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;
  background: #0055D6;
  border-radius: 4px;
  height: 48px;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
  cursor: pointer;
}

.btn span {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}

.btn:hover {
  background: #0049b6;
}

.btn_b {
  background: transparent;
  border: 2px solid #0055D6;
}

.btn_top {
	color: #fff;
	float: right;
	margin-left: 10px;
}

.table {
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  margin: 24px 0;
  overflow: auto;
  cursor: -webkit-grab;
  cursor: grab;
}

.table::-webkit-scrollbar {
  height: 0px;
  background: transparent;
}

.table::-webkit-scrollbar-thumb {
  background-color: transparent;
}

table {
  min-width: 100%;
  border-collapse: collapse;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}

table th,
table td {
  width: 250px;
  font-weight: 700;
  font-size: 18px;
  border-bottom: 1px solid #3F4C7B;
  border-right: 1px solid #3F4C7B;
}

table tr &gt; th:last-child,
table tr &gt; td:last-child {
  border-right: none;
}

table tr:last-child td {
  border-bottom: none;
}

table th {
  background: rgba(18, 4, 57, 0.4);
}

table td {
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 145, 235, 0.15)), to(rgba(44, 145, 235, 0))), #1B2051;
  background: linear-gradient(180deg, rgba(44, 145, 235, 0.15) 0%, rgba(44, 145, 235, 0) 100%), #1B2051;
}

table a, table span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 15px 30px;
}

table a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-weight: 400;
  color: #56CCF2;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

table a:hover {
  background: #47C6A3;
  color: #fff;
}

input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  background: #FFFFFF;
  border-radius: 4px;
  font-size: 18px;
  color: #060620;
}

input::-webkit-input-placeholder {
  opacity: 0.6;
}

input:-ms-input-placeholder {
  opacity: 0.6;
}

input::-ms-input-placeholder {
  opacity: 0.6;
}

input::placeholder {
  opacity: 0.6;
}

input:focus {
  -webkit-box-shadow: inset 0px 0px 10px #1B2051;
          box-shadow: inset 0px 0px 10px #1B2051;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder {
  opacity: 0;
}

.header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  background: #1B2051;
}

.header__container {
  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;
  height: 80px;
}

.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 80%;
}

.header__logo {
  margin: 0 18px 0 0;
}

.header__title {
  font-family: 'ProximaNova';
  font-size: 20px;
}

.language {
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #3F4A77;
	border-radius: 4px;
	min-width: 48px;
	width: 48px;
	height: 48px;
	text-decoration: none;
}
.language:hover {
	text-decoration: none;
}

@media (max-width: 900px) {
  .header__title {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .header__title {
    font-size: 16px;
    line-height: 20px;
  }
}

.header__subtitle {
  position: relative;
  font-size: 18px;
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
}

.header__subtitle::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 32px;
  background: #3F4A77;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 900px) {
  .header__subtitle {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
  }
}

@media (max-width: 900px) {
  .header__subtitle {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .header__subtitle {
    display: none;
  }
}

.header__menu {
  display: none;
}

@media (max-width: 1100px) {
  .header__menu {
    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;
    border: 1px solid #3F4A77;
    border-radius: 4px;
    min-width: 48px;
    width: 48px;
    height: 48px;
	cursor: pointer;
  }
}

@media (max-width: 400px) {
  .header__menu {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}

.header__burger {
  position: relative;
  width: 24px;
  height: 16px;
}

.header__burger span {
  position: absolute;
  left: 0;
  top: 7px;
  height: 2px;
  width: 100%;
  background: #D9D9D9;
}

.header__burger::before, .header__burger::after {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #D9D9D9;
}

.header__burger::before {
  top: 0;
}

.header__burger::after {
  bottom: 0;
}

.main {
  height: 100%;
}

@media (max-width: 1100px) {
  .main {
    height: auto;
  }
  .main_login {
    height: 100%;
  }
}

.main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1100px) {
  .main__container {
    display: block;
  }
}

.sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18%;
          flex: 0 0 18%;
  max-width: 260px;
  border-right: 1px solid #3F4A77;
  padding: 9px 20px 24px 0;
}

@media (max-width: 1100px) {
  .sidebar {
    position: fixed;
    height: 100%;
    top: 0;
    right: -100%;
    z-index: 60;
    background: #120439;
    border-left: 1px solid #3F4A77;
    padding: 0 40px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    max-width: 310px;
  }
  .sidebar.active {
    right: 0;
  }
  .sidebar.active .sidebar__close {
    right: 309px;
  }
}

@media (max-width: 400px) {
  .sidebar {
    padding: 0 30px;
  }
}

@media (max-width: 374px) {
  .sidebar {
    max-width: 100%;
    width: 100%;
  }
  .sidebar.active {
    right: 0;
  }
  .sidebar.active .sidebar__close {
    right: 10px;
  }
}

.sidebar__close {
  display: none;
}

@media (max-width: 1100px) {
  .sidebar__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 16px;
    right: -100%;
    background: #120439;
    border: 1px solid #3F4A77;
    border-right: 2px solid #120439;
    border-radius: 4px 0 0 4px;
    width: 48px;
    height: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
}

@media (max-width: 400px) {
  .sidebar__close {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 374px) {
  .sidebar__close {
    top: 10px;
    border-right: 1px solid #3F4A77;
    border-radius: 4px;
  }
}

.sidebar__nav {
  font-weight: 500;
  font-size: 16px;
  margin: 30px 0 0 0;
}

.sidebar__nav li {
  margin: 15px 0;
}

.sidebar__nav a {
	text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  padding: 7px 15px 7px 0;
}

.sidebar__nav a span {
  position: relative;
  z-index: 2;
  padding: 0 0 0 25px;
}

.sidebar__nav a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  width: calc(100% + 20px);
  background: #0055D6;
  border-radius: 12px;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

.sidebar__nav a:hover::after {
  opacity: 1;
}

@media (max-width: 1100px) {
  .sidebar__nav a {
    margin: 0;
  }
  .sidebar__nav a::after {
    left: -20px;
    width: calc(100% + 40px);
  }
}

@media (max-width: 600px) {
  .sidebar__nav a {
    padding: 7px;
  }
  .sidebar__nav a span {
    padding: 0 0 0 10px;
  }
}

@media (max-width: 374px) {
  .sidebar__nav {
    margin: 30px 10px 0 0;
  }
}

.sidebar__icon {
  position: relative;
  z-index: 2;
}

.graphs {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 28px 0 24px 40px;
}

@media (max-width: 1300px) {
  .graphs {
    padding: 28px 0 20px 30px;
  }
}

@media (max-width: 1100px) {
  .graphs {
    padding: 20px 0 20px;
  }
}

.graphs.data {
  overflow: hidden;
}

.graphs.data h1 {
  margin: 0 0 15px 0;
}

.graphs__head h1 {
  margin: 0 0 20px 0;
}

.graphs__dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.graphs__dates ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.graphs__dates ul li:first-child a {
  border-radius: 4px 0 0 4px;
  border-left: 1px solid #3F4A77;
}

.graphs__dates ul li:last-child a {
  border-radius: 0 4px 4px 0;
}

.graphs__dates a {
	text-decoration: none;
  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;
  width: 100px;
  height: 32px;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #3F4A77;
  border-left: none;
  border-right: 1px solid #3F4A77;
  color: #fff;
}

.graphs__dates a.active {
  background: #0055D6;
  border-color: #0055D6;
}

.graphs__dates a:hover {
  background: #0055D6;
  border: 1px solid #0055D6;
}

@media (max-width: 767px) {
  .graphs__dates {
    display: block;
  }
  .graphs__dates a {
    width: 80px;
  }
}

@media (max-width: 374px) {
  .graphs__dates {
    display: none;
  }
}

.graphs__quarter {
  margin: 0 24px 0 0;
}

@media (max-width: 767px) {
  .graphs__quarter {
    margin: 0 0 20px 0;
  }
}

.graphs__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

@media (max-width: 1200px) {
  .graphs__row {
    display: block;
    margin: 0;
  }
}

.graphs__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 20px;
  margin: 20px 0;
}

.graphs__column_m {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}

.graphs__column_s {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}

@media (max-width: 1200px) {
  .graphs__column {
    padding: 0;
  }
  .graphs__column_m, .graphs__column_s {
    max-width: 100%;
  }
}

.graphs__item {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 145, 235, 0.15)), to(rgba(44, 145, 235, 0))), #1B2051;
  background: linear-gradient(180deg, rgba(44, 145, 235, 0.15) 0%, rgba(44, 145, 235, 0) 100%), #1B2051;
}

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

.graphs__item h2 {
font-weight: 700;
font-size: 18px;
line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  min-height: 80px;
  background: rgba(18, 4, 57, 0.4);
}

@media (max-width: 1300px) {
  .graphs__item h2 {
    padding: 10px 20px;
  }
}





.graphs__body__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px 30px;
  flex-wrap: wrap;
}

.graphs__body__sum .graphs__value_sum {
  font-family: 'ProximaNova';
  font-size: 64px;
  line-height: 80px;
  white-space: nowrap;
  text-align: center;
  width: 230px;
  margin-top: 120px;
}
.graphs__body__sum .graphs__value_sum span {
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
  display: block;
}

.graphs__body__sum .wrapper_ {
	width: calc(100% - 250px);
}

@media (max-width: 1800px) {
	.graphs__body__sum .graphs__value_sum {
		width: 150px;
	}
	.graphs__body__sum .wrapper_ {
		width: calc(100% - 170px);
	}
}

@media (max-width: 1600px) {
	.graphs__body__sum .graphs__value_sum {
		width: 100%;
		margin: 0px 0px -30px 0px;
	}
	.graphs__body__sum .graphs__value_sum span {
		display: inline;
	}
	.graphs__body__sum .wrapper_ {
		width: 100%;
	}

}

@media (max-width: 800px) {
	.graphs__body__sum .graphs__value_sum {
		margin-bottom: 25px;
		margin-top: 20px;
		line-height: 60px;
	}
	.graphs__body__sum .graphs__value_sum span {
		display: block;
	}
}



.graphs__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px 30px;
}

.graphs__body ul {
  width: 100%;
}

.graphs__body li {
  margin: 0 0 15px 0;
}

.graphs__body li:last-child {
  margin: 0;
}

.graphs__body_row {
  padding: 30px;
}

.graphs__body_row ul {
  max-width: 1170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px;
}

.graphs__body_row ul li {
  padding: 0 20px;
}

@media (max-width: 1300px) {
  .graphs__body_row ul {
    max-width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1200px) {
  .graphs__body_row ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 1100px) {
  .graphs__body_row ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 1023px) {
  .graphs__body_row ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 1300px) {
  .graphs__body {
    padding: 10px 20px 30px;
  }
}

@media (max-width: 1200px) {
  .graphs__body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -30px;
  }
  .graphs__body ul li {
    padding: 0 30px;
  }
}

.graphs__label {
  font-size: 16px;
}

.graphs__value {
  font-family: 'ProximaNova';
  font-size: 64px;
  line-height: 80px;
  white-space: nowrap;
}

.graphs__value span {
  font-weight: 900;
  font-size: 24px;
  line-height: 32px;
}

.graphs__value_block span {
  display: block;
}

@media (max-width: 1400px) {
  .graphs__value {
    font-size: 50px;
  }
}

@media (max-width: 1200px) {
  .graphs__value {
    font-size: 64px;
  }
  .graphs__value_block span {
    display: inline-block;
  }
}

@media (max-width: 600px) {
  .graphs__value {
    font-size: 50px;
    line-height: 50px;
  }
  .graphs__value span {
    font-size: 20px;
  }
}

@media (max-width: 374px) {
  .graphs__value {
    font-size: 40px;
  }
  .graphs__value span {
    font-size: 16px;
  }
}

.graphs__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px -16px 0;
}

@media (max-width: 767px) {
  .graphs__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -7px;
  }
}

.graphs__btn {
  width: 180px;
  margin: 0 16px;
  padding: 0 24px;
}

@media (max-width: 767px) {
  .graphs__btn {
    width: calc(50% - 14px);
    margin: 7px;
  }
}

.select-item {
  display: none;
}

@media (max-width: 374px) {
  .select-item {
    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;
  }
  .select-item .select {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
    margin: 10px 0;
  }
  .select-item .select .select__gap {
    border-radius: 4px;
    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;
    padding: 0 10px;
    height: 32px;
    background: #0055D6;
  }
  .select-item .select .select__list {
    position: relative;
    top: -2px;
    background: #120439;
    border: 1px solid #3F4A77;
    border-radius: 0 0 4px 4px;
  }
  .select-item .select .select__list .select__item {
    height: 30px;
    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;
    border-bottom: 1px solid #3F4A77;
  }
  .select-item .select .select__list .select__item:last-child {
    border: none;
  }
  .select-item .select .select__list .select__item.selected {
    display: none;
  }
}

.login {
  min-height: 100%;
  background: url("../img/bg.jpg") 0 0/cover no-repeat;
  padding: 50px 0;
  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;
}

.login::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #120439;
  opacity: 0.5;
}

.login__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.login__content {
  position: relative;
  z-index: 2;
  width: 587px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 145, 235, 0.15)), to(rgba(44, 145, 235, 0))), #1B2051;
  background: linear-gradient(180deg, rgba(44, 145, 235, 0.15) 0%, rgba(44, 145, 235, 0) 100%), #1B2051;
  border-radius: 12px;
  overflow: hidden;
}

.login__content h2 {
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
  padding: 15px 30px;
  background: rgba(18, 4, 57, 0.4);
}

@media (max-width: 600px) {
  .login__content h2 {
    padding: 15px 20px;
    font-size: 16px;
  }
}

@media (max-width: 600px) {
  .login__content {
    max-width: 100%;
  }
}

.login__form {
  padding: 10px 30px 40px;
}

@media (max-width: 600px) {
  .login__form {
    padding: 10px 20px 30px;
  }
}

.login__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 30px 0;
}

.login__item label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  font-size: 18px;
  color: #FFFFFF;
  opacity: 0.6;
}

.login__item input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

@media (max-width: 600px) {
  .login__item {
    display: block;
    margin: 20px 0;
  }
  .login__item input {
    width: 100%;
    margin: 5px 0 0 0;
  }
}

.login__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.login__btn {
/*  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;*/
  padding: 0 30px;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}

@media (max-width: 400px) {
  .login__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.show {
  cursor: -webkit-grab;
  cursor: grab;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  margin: 30px 0 0 0;
  overflow: auto;
}

.show h2, .show h3 {
	padding: 10px;
}

.show .form-block {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*min-width: 1000px;*/
}
.show .form-block div{
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(44, 145, 235, 0.15)), to(rgba(44, 145, 235, 0))), #1B2051;
  background: linear-gradient(180deg, rgba(44, 145, 235, 0.15) 0%, rgba(44, 145, 235, 0) 100%), #1B2051;
}

.show .form-block::-webkit-scrollbar {
  height: 0px;
  background: transparent;
}

.show .form-block::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.show .form-block:first-child {
  background: #1B2051;
  margin-top: 0;
}

.show .form-block:first-child div {
  /*padding-top: 30px;*/
}

.show .form-block div {
/*  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;*/
		  width: 30%;
  min-width: 120px;
  padding: 10px;
}

@media (max-width: 500px) {
  .show .form-block div {
    min-width: 130px;
  }
}

.show .form-block &gt; div:nth-child(2n) {
/*  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;*/
		  width: 70%;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: none;
}

.show .form-block &gt; div {
  border-bottom: 1px solid #3F4C7B;
}

.show .form-block div div {
  /*width: 130px;*/
	width: 20%;
  padding: 10px;
  border-left: 1px solid #3F4C7B;
  border-bottom: 1px solid #3F4C7B;
  text-align: right;
}

.show p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 20px 20px;
}

.show p .btn {
  color: #fff;
}

form#formcheck {
  margin: 15px 0 0 0;
}

form .form-block {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1023px) {
  form .form-block {
    display: block;
  }
}

form h3 + .form-block div {
  padding: 10px 10px 10px 20%;
}

@media (max-width: 600px) {
  form h3 + .form-block div {
    padding: 10px;
  }
}

form .form-block div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

form .form-block div:nth-child(2n) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 10px 10px 10px 30px;
}

@media (max-width: 1023px) {
  form .form-block div:nth-child(2n) {
    padding: 10px 10px 10px 20%;
  }
}

@media (max-width: 600px) {
  form .form-block div:nth-child(2n) {
    padding: 10px 0;
  }
}

form .form-block input {
  width: 100%;
}

form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -16px;
}

form p .btn {
  color: #fff;
  width: 200px;
  margin: 0 16px;
}

@media (max-width: 600px) {
  form p .btn {
    width: 50%;
    padding: 10px;
    margin: 0 7px;
  }
}

@media (max-width: 600px) {
  form p {
    margin: 0 -7px;
  }
}

.table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
}

.table-header {
  font-weight: bold;
  padding: 10px;
  text-align: center;
  width: 20%;
}

.table-wrap .table-row:first-child .table-header {
  border-bottom: 1px solid #000;
}

.table-wrap .table-row .table-header:first-child {
  border-right: 1px solid #000;
}

.table-cell {
  padding: 10px;
  text-align: center;
  width: 20%;
}

.mo {
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
}
.mo-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  width: calc(25% - 20px);
  margin: 10px;
  opacity: 0;
}
div.mo-item {
	color: #717595;
}
@media (max-width: 1600px) {
	.mo-item {
		width: calc(33% - 20px);
	}
}
@media (max-width: 900px) {
	.mo-item {
		width: calc(50% - 20px);
	}
}
@media (max-width: 600px) {
	.mo-item {
		width: calc(100% - 20px);
	}
}
a.mo-item:hover {
  text-decoration: none;	
}
.mo-item img {
  margin: 0 18px 0 0;
  width: 51px;
}
.mo-item span {
	
}</pre></body></html>