@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600&display=swap");
@import url(plugins/semantic/message.css);
@import url(plugins/semantic/button.css);
@import url(plugins/semantic/icon.css);
@font-face {
  font-family: Roobert;
  font-weight: 400;
  src: url(fonts/Roobert-Regular-400.woff2) format("woff2"), url(fonts/Roobert-Regular-400-set.woff) format("woff"); }
@font-face {
  font-family: Roobert;
  font-weight: 600;
  src: url(fonts/Roobert-SemiBold-600.woff2) format("woff2"), url(fonts/Roobert-SemiBold-600-set.woff) format("woff"); }
@font-face {
  font-family: Roobert;
  font-weight: 700;
  src: url(fonts/Roobert-Bold-700.woff2) format("woff2"), url(fonts/Roobert-Bold-700-set.woff) format("woff"); }
* {
  font-family: 'Roobert', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px; }

h1 {
  font-weight: 500; }

h2 {
  font-weight: 400; }

.ChartLayout {
  display: inline-block;
  overflow: hidden !important; }

@keyframes swipe {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(100%); } }
.chart-filter {
  animation: swipe 1.5s linear infinite forwards; }

.RedInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #fcdfe0;
  color: #d72c30;
  font-weight: 500;
  cursor: pointer;
  font-size: 12px; }
  .RedInfo.MarginLeft {
    margin-left: 5px; }

.VioletInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #eeeaff;
  color: #4425c2;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px; }
  .VioletInfo.MarginLeft {
    margin-left: 5px; }

.GrayInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #f9f9f9;
  color: #555;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px; }
  .GrayInfo.MarginLeft {
    margin-left: 5px; }

.BlueInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #dbe8ff;
  color: #143eea;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px; }
  .BlueInfo.MarginLeft {
    margin-left: 5px; }

.GreenInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  background: #eaf8ea;
  color: #33b934;
  font-weight: 500;
  cursor: pointer;
  font-size: 12px; }
  .GreenInfo.MarginLeft {
    margin-left: 5px; }

.YellowInfo {
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 6px;
  cursor: pointer;
  background: #FFF8E1;
  color: #FF6D00;
  font-weight: 500;
  font-size: 12px; }
  .YellowInfo.MarginLeft {
    margin-left: 5px; }

.spinner {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border: 6px solid rgba(0, 174, 239, 0.15);
  border-radius: 100%; }

.spinner:before {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  height: 100%;
  width: 100%;
  border-top: 6px solid rgba(0, 174, 239, 0.8);
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-radius: 100%; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }
@-moz-keyframes rotation {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(359deg); } }
@-o-keyframes rotation {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(359deg); } }
@keyframes rotation {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(359deg); } }
.spinner-sm {
  height: 16px;
  width: 16px; }

.spinner-md {
  height: 40px;
  width: 40px; }

.spinner-lr {
  height: 150px;
  width: 150px; }

.spinner-red {
  border: 6px solid rgba(216, 27, 34, 0.15); }

.spinner-red:before {
  border-top: 6px solid #d81b22; }

.spinner-green {
  border: 6px solid rgba(40, 183, 121, 0.15); }

.spinner-green:before {
  border-top: 6px solid #28b779; }

.spinner-grey {
  border: 6px solid rgba(139, 146, 154, 0.15); }

.spinner-grey:before {
  border-top: 6px solid #8b929a; }

[data-balloon] {
  position: relative; }

[data-balloon]::before {
  opacity: 0;
  pointer-events: none;
  transition: all .18s ease-out;
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  font-size: 12px;
  padding: .5em 1em;
  position: absolute;
  white-space: nowrap;
  z-index: 10; }

[data-balloon]::after {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all .18s ease-out;
  content: '';
  position: absolute;
  z-index: 10; }

[data-balloon]:hover::before, [data-balloon]:hover::after {
  opacity: 1;
  pointer-events: auto; }

[data-balloon][data-balloon-pos="up"]::before {
  bottom: 100%;
  left: 50%;
  margin-bottom: 11px;
  transform: translate3d(-50%, 10px, 0);
  transform-origin: top; }

[data-balloon][data-balloon-pos="up"]::after {
  bottom: 100%;
  left: 50%;
  margin-bottom: 5px;
  transform: translate3d(-50%, 10px, 0);
  transform-origin: top; }

[data-balloon][data-balloon-pos="up"]:hover::before {
  transform: translate3d(-50%, 0, 0); }

[data-balloon][data-balloon-pos="up"]:hover::after {
  transform: translate3d(-50%, 0, 0); }

[data-balloon][data-balloon-pos='down']::before {
  left: 50%;
  margin-top: 11px;
  top: 100%;
  transform: translate3d(-50%, -10px, 0); }

[data-balloon][data-balloon-pos='down']::after {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 18px;
  height: 6px;
  left: 50%;
  margin-top: 5px;
  top: 100%;
  transform: translate3d(-50%, -10px, 0); }

[data-balloon][data-balloon-pos='down']:hover::before {
  transform: translate3d(-50%, 0, 0); }

[data-balloon][data-balloon-pos='down']:hover::after {
  transform: translate3d(-50%, 0, 0); }

[data-balloon][data-balloon-pos='left']::before {
  margin-right: 11px;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0); }

[data-balloon][data-balloon-pos='left']::after {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  margin-right: 5px;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0); }

[data-balloon][data-balloon-pos='left']:hover::before {
  transform: translate3d(0, -50%, 0); }

[data-balloon][data-balloon-pos='left']:hover::after {
  transform: translate3d(0, -50%, 0); }

[data-balloon][data-balloon-pos='right']::before {
  left: 100%;
  margin-left: 11px;
  top: 50%;
  transform: translate3d(-10px, -50%, 0); }

[data-balloon][data-balloon-pos='right']::after {
  background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
  background-size: 100% auto;
  width: 6px;
  height: 18px;
  left: 100%;
  margin-left: 5px;
  top: 50%;
  transform: translate3d(-10px, -50%, 0); }

[data-balloon][data-balloon-pos='right']:hover::before {
  transform: translate3d(0, -50%, 0); }

[data-balloon][data-balloon-pos='right']:hover::after {
  transform: translate3d(0, -50%, 0); }

[data-balloon][data-balloon-length='small']::before {
  white-space: normal;
  width: 80px; }

[data-balloon][data-balloon-length='medium']::before {
  white-space: normal;
  width: 150px; }

[data-balloon][data-balloon-length='large']::before {
  white-space: normal;
  width: 260px; }

[data-balloon][data-balloon-length='xlarge']::before {
  white-space: normal;
  width: 380px; }

@media screen and (max-width: 768px) {
  [data-balloon][data-balloon-length='xlarge']::before {
    white-space: normal;
    width: 90vw; } }
[data-balloon][data-balloon-length='fit']::before {
  white-space: normal;
  width: 100%; }

.btn--block {
  display: block; }

.btn--block + .btn--block {
  margin-left: 0; }

.btn {
  display: inline-block;
  position: relative;
  margin: 5px 0;
  padding: 10px 31px 11px;
  cursor: pointer;
  outline: 0;
  border: none;
  border-radius: 22px;
  background: transparent;
  transition: background .2s,color .2s;
  text-align: center;
  text-decoration: none;
  font: 1.286em/1.1667 'Poppins',sans-serif;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn.PaddingSmall {
    padding-left: 15px;
    padding-right: 15px; }

.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 22px;
  transition: border 0.1s ease-in-out; }

.btn + .btn {
  margin-left: 7px; }

.btn .b-link {
  border-radius: inherit; }

.btn.tooltip-no-js-wrap:hover > .tooltip {
  display: none !important; }

.btn:disabled > .tooltip, .btn.disabled > .tooltip {
  display: block; }

.btn--static .b-link {
  top: -1000px;
  right: -1000px;
  bottom: -1000px;
  left: -1000px; }

.btn--xsm {
  padding: 3px 15px 4px;
  border-radius: 12px;
  font-size: .929em;
  line-height: 1.308; }

.btn--xsm:before {
  border-radius: 11px; }

.btn--sm {
  padding: 7px 18px 6px;
  border-radius: 16px;
  font-size: 1em;
  line-height: 1.3572; }

.btn--sm:before {
  border-radius: 16px; }

.btn, .btn:hover {
  color: #fff; }

.btn > .icon-svg, .btn > .icon:hover, .btn > .icon-svg:hover {
  color: inherit; }

.btn--red {
  background: #f02139; }

.btn--red:hover, .btn--red:focus {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--red:active, .btn--red.active {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--orange {
  background: #ff8200; }

.btn--orange:hover, .btn--orange:focus {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--orange:active, .btn--orange.active {
  background: #f02139 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--dorange {
  background: #ef5322; }

.btn--dorange:hover, .btn--dorange:focus {
  background: #ef5322 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--dorange:active, .btn--dorange.active {
  background: #ef5322 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--yellow {
  background: #fec309; }

.btn--yellow:hover, .btn--yellow:focus {
  background: #fec309 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--yellow:active, .btn--yellow.active {
  background: #fec309 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--greywhite {
  color: #000;
  background: #f9f9f9; }

.btn--greywhite:hover, .btn--greywhite:focus {
  color: #000;
  background: #fff linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--greywhite:active, .btn--greywhite.active {
  color: #000;
  background: #fff linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--grey {
  background: #738499; }

.btn--grey:hover, .btn--grey:focus {
  background: #738499 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--grey:active, .btn--grey.active {
  background: #738499 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--grass {
  background: #86c313; }

.btn--grass:hover, .btn--grass:focus {
  background: #86c313 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--grass:active, .btn--grass.active {
  background: #86c313 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--lime {
  background: #29cf29; }

.btn--lime:hover, .btn--lime:focus {
  background: #29cf29 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--lime:active, .btn--lime.active {
  background: #29cf29 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--green {
  background: #1ac636; }

.btn--green:hover, .btn--green:focus {
  background: #1ac636 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--green:active, .btn--green.active {
  background: #1ac636 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--aqua {
  background: #00caa8; }

.btn--aqua:hover, .btn--aqua:focus {
  background: #00caa8 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--aqua:active, .btn--aqua.active {
  background: #00caa8 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--sky {
  background: #28c4f6; }

.btn--sky:hover, .btn--sky:focus {
  background: #28c4f6 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--sky:active, .btn--sky.active {
  background: #28c4f6 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--dsky {
  background: #1eb2fc; }

.btn--dsky:hover, .btn--dsky:focus {
  background: #1eb2fc linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--dsky:active, .btn--dsky.active {
  background: #1eb2fc linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--lblue {
  background: #2b8cfc; }

.btn--lblue:hover, .btn--lblue:focus {
  background: #2b8cfc linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--lblue:active, .btn--lblue.active {
  background: #2b8cfc linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--blue {
  background: #2b65f8; }

.btn--blue:hover, .btn--blue:focus {
  background: #2b65f8 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--blue:active, .btn--blue.active, .btn--blue.loading {
  background: #2b65f8 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--dgrey {
  background: #9aa9c5; }

.btn--dgrey:hover, .btn--dgrey:focus {
  background: #9aa9c5 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--dgrey:active, .btn--dgrey.active {
  background: #9aa9c5 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--pink {
  background: #f55280; }

.btn--pink:hover, .btn--pink:focus {
  background: #f55280 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--pink:active, .btn--pink.active {
  background: #f55280 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--laguna {
  background: #2f75c1; }

.btn--laguna:hover, .btn--laguna:focus {
  background: #2f75c1 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--laguna:active, .btn--laguna.active {
  background: #2f75c1 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--vdgrey {
  background: #333844; }

.btn--vdgrey:hover, .btn--vdgrey:focus {
  background: #333844 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--vdgrey:active, .btn--vdgrey.active {
  background: #333844 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--aqua-blue {
  background: #08b5fd; }

.btn--aqua-blue:focus, .btn--aqua-blue:hover {
  background: #069fde; }

.btn--aqua-blue:active, .btn--aqua-blue.active {
  background: #0487bd; }

.btn--facebook {
  background: #3464d4; }

.btn--facebook:hover, .btn--facebook:focus {
  background: #3464d4 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--facebook:active, .btn--facebook.active {
  background: #3464d4 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--twitter {
  background: #1cacff; }

.btn--twitter:hover, .btn--twitter:focus {
  background: #1cacff linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--twitter:active, .btn--twitter.active {
  background: #1cacff linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--google {
  background: #dd4b39; }

.btn--google:hover, .btn--google:focus {
  background: #dd4b39 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--google:active, .btn--google.active {
  background: #dd4b39 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--instagram {
  background: #3674a9; }

.btn--instagram:hover, .btn--instagram:focus {
  background: #3674a9 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--instagram:active, .btn--instagram.active {
  background: #3674a9 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--linkedin {
  background: #006799; }

.btn--linkedin:hover, .btn--linkedin:focus {
  background: #006799 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--linkedin:active, .btn--linkedin.active {
  background: #006799 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--vk {
  background: #2c70b4; }

.btn--vk:hover, .btn--vk:focus {
  background: #2c70b4 linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--vk:active, .btn--vk.active {
  background: #2c70b4 linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--odnoklassniki {
  background: #f7882b; }

.btn--odnoklassniki:hover, .btn--odnoklassniki:focus {
  background: #f7882b linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--odnoklassniki:active, .btn--odnoklassniki.active {
  background: #f7882b linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--yandex {
  background: #ee3a2e; }

.btn--yandex:hover, .btn--yandex:focus {
  background: #ee3a2e linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.btn--yandex:active, .btn--yandex.active {
  background: #ee3a2e linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.btn--transparent {
  background: rgba(0, 0, 0, 0.5); }

.btn--transparent > .ico, .btn--transparent > .icon-svg {
  opacity: 0.8; }

.btn--transparent:hover, .btn--transparent:focus {
  background: rgba(0, 0, 0, 0.7); }

.btn--transparent:hover > .ico, .btn--transparent:focus > .ico, .btn--transparent.active > .ico, .btn--transparent:hover > .icon-svg, .btn--transparent:focus > .icon-svg, .btn--transparent.active > .icon-svg {
  opacity: 1; }

.btn--transparent:active {
  background: rgba(0, 0, 0, 0.9); }

.btn--glass:before {
  content: '';
  border: 2px solid rgba(255, 255, 255, 0.3); }

.btn--glass:hover:before {
  border-color: #fff; }

.btn--glass:active:before, .btn--glass.active:before {
  border-color: rgba(255, 255, 255, 0.3); }

.btn--white {
  background: #fff;
  color: #4d4d4d; }

.btn--white:before {
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.1); }

.btn--white:hover, .btn--white:focus {
  color: #2b65f8; }

.btn--white:hover:before, .btn--white:focus:before {
  border-width: 2px;
  border-color: #2b65f8; }

.btn--white:active, .btn--white.active, .btn--white.loading {
  color: #2058c6; }

.btn--white:active:before, .btn--white.active:before, .btn--white.loading:before {
  border-width: 2px;
  border-color: #2058c6; }

.btn--gold {
  background: #fff;
  color: #4d4d4d; }

.btn--gold:before {
  content: '';
  border: 1px solid rgba(0, 0, 0, 0.1); }

.btn--gold:hover:before, .btn--gold:focus:before {
  border-width: 2px;
  border-color: #fec309; }

.btn--gold:active, .btn--gold.active, .btn--gold.loading {
  background: #fec309; }

.btn--gold:active:before, .btn--gold.active:before, .btn--gold.loading:before {
  border: none; }

.btn--gold.active:hover {
  background: #e4af08; }

.btn-normal {
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important; }
  .btn-normal:before {
    -webkit-border-radius: 6px !important;
    -moz-border-radius: 6px !important;
    border-radius: 6px !important; }

select {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  width: auto;
  color: #000;
  max-width: 100%;
  transition: all 0.2s ease;
  padding-top: 8px;
  padding-right: 35px;
  padding-bottom: 8px;
  padding-left: 10px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #ccc;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f url(../drawable/icons8_triangular_arrow_down_20px_1.png) right 10px center no-repeat;
  background-size: 20px; }
  select.fill {
    width: 100%; }

select:focus {
  background-color: #fff !important;
  border: 1px solid #464649;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(169, 112, 255, 0.6) 0px 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 3px 9px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px; }

select:hover {
  border: 1px solid #5e5e60; }

select::-ms-expand {
  display: none; }

@media screen and (min-width: 0\0 ) {
  select {
    background: none\9;
    padding: 5px\9; } }
textarea {
  background: #282828; }

input[type=text],
input[type=password],
input[type=email],
textarea {
  max-width: 100%;
  outline: none;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 8.5px 14px;
  transition: all 0.2s ease;
  border: 1px solid #ccc;
  background: #fff;
  color: #000; }
  input[type=text].fill,
  input[type=password].fill,
  input[type=email].fill,
  textarea.fill {
    width: 100%; }
  input[type=text].codeType,
  input[type=password].codeType,
  input[type=email].codeType,
  textarea.codeType {
    background: #f9f9f9; }
    input[type=text].codeType:hover, input[type=text].codeType:focus,
    input[type=password].codeType:hover,
    input[type=password].codeType:focus,
    input[type=email].codeType:hover,
    input[type=email].codeType:focus,
    textarea.codeType:hover,
    textarea.codeType:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
  input[type=text].SelectorRight,
  input[type=password].SelectorRight,
  input[type=email].SelectorRight,
  textarea.SelectorRight {
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px; }
  input[type=text]:hover,
  input[type=password]:hover,
  input[type=email]:hover,
  textarea:hover {
    border: 1px solid #5e5e60; }
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  textarea:focus {
    background: #fff !important;
    border: 1px solid #464649;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(169, 112, 255, 0.6) 0px 0px 0px 4px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 3px 9px 0px, rgba(60, 66, 87, 0.12) 0px 2px 5px 0px; }

input[type=checkbox].r_checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  transition: all 0.2s ease; }

input[type=checkbox].r_checkbox + label.label {
  padding-left: 35px;
  transition: all 0.2s ease;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
  margin: 2px;
  line-height: 24px;
  height: 24px; }

input[type=checkbox].r_checkbox:hover + label.label {
  background-position: 0 -24px; }

input[type=checkbox].r_checkbox:checked + label.label {
  background-position: 0 -48px; }

.label {
  background-position: 0 0px; }

.label-blue {
  background-image: url(../drawable/checkbox.png);
  background-size: 23px auto; }

input[type=radio].r_radio {
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0; }

input[type=radio].r_radio + label.label {
  transition: all 0.2s ease;
  padding-left: 35px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 15px;
  vertical-align: middle;
  cursor: pointer;
  margin: 2px;
  line-height: 24px;
  height: 24px; }

input[type=radio].r_radio:hover + label.label {
  background-position: 0 -24px; }

input[type=radio].r_radio:checked + label.label {
  background-position: 0 -48px; }

.InputMultiSelector {
  float: left;
  display: inline-block;
  position: relative;
  width: 100%; }
  .InputMultiSelector input[type=text] {
    background: url(../drawable/icons8_triangular_arrow_down_20px_1.png) right 10px center no-repeat #fff;
    background-size: 20px; }
  .InputMultiSelector .InputMultiSelectorList {
    position: absolute;
    left: 0;
    min-width: 250px;
    max-width: 400px;
    display: none; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box {
      float: left;
      width: 100%;
      padding: 10px 0;
      position: relative;
      background: #fff;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      border: 1px solid #ccc; }
      .InputMultiSelector .InputMultiSelectorList .arrow_box .option {
        float: left;
        width: 100%;
        padding: 5px 20px;
        font-size: 14px; }
        .InputMultiSelector .InputMultiSelectorList .arrow_box .option label {
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden;
          font-size: 14px; }
        .InputMultiSelector .InputMultiSelectorList .arrow_box .option:hover {
          background: #f2f2f2; }
      .InputMultiSelector .InputMultiSelectorList .arrow_box .optgroup {
        float: left;
        width: 100%;
        padding: 5px 20px;
        font-weight: 600;
        font-size: 11px; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box:after, .InputMultiSelector .InputMultiSelectorList .arrow_box:before {
      bottom: 100%;
      left: 12%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 10px;
      margin-left: -10px; }
    .InputMultiSelector .InputMultiSelectorList .arrow_box:before {
      border-color: rgba(204, 204, 204, 0);
      border-bottom-color: #ccc;
      border-width: 11px;
      margin-left: -11px; }

.ic_close {
  display: inline-block;
  width: 16px;
  height: 16px;
  opacity: 0.3; }
  .ic_close:hover {
    opacity: 1;
    cursor: pointer; }

.ic_close:before, .ic_close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 17px;
  width: 2px;
  background-color: #333; }

.ic_close:before {
  transform: rotate(45deg); }

.ic_close:after {
  transform: rotate(-45deg); }

.Toast {
  position: fixed;
  right: 20px;
  z-index: 9900000000000;
  top: 20px; }
  .Toast.Error .Toast-Inner {
    border-left: 5px solid #FC6404; }
    .Toast.Error .Toast-Inner .Toast-Icon {
      color: #fff; }
      .Toast.Error .Toast-Inner .Toast-Icon .Icon-Inner {
        background: #FC6404; }
  .Toast.Info .Toast-Inner {
    border-left: 5px solid #1A3AF8; }
    .Toast.Info .Toast-Inner .Toast-Icon {
      color: #fff; }
      .Toast.Info .Toast-Inner .Toast-Icon .Icon-Inner {
        background: #1A3AF8; }
  .Toast.Success .Toast-Inner {
    border-left: 5px solid #08B62C; }
    .Toast.Success .Toast-Inner .Toast-Icon {
      color: #fff; }
      .Toast.Success .Toast-Inner .Toast-Icon .Icon-Inner {
        background: #08B62C; }
  .Toast .Toast-Inner {
    border-left: 5px solid #ccc;
    border-left: 5px;
    display: flex;
    align-items: center;
    width: 500px;
    max-width: 500px;
    background: #fff;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; }
    .Toast .Toast-Inner .Toast-Close {
      border-left: 1px solid #e2e2e2;
      display: inline-block;
      padding: 15px 20px;
      font-size: 16px; }
      .Toast .Toast-Inner .Toast-Close:hover {
        color: #1A3AF8;
        cursor: pointer; }
    .Toast .Toast-Inner .Toast-Icon {
      display: inline-block;
      padding: 0 20px;
      font-size: 16px;
      font-weight: 900; }
      .Toast .Toast-Inner .Toast-Icon .Icon-Inner {
        display: inline-block;
        background: #ccc;
        width: 30px;
        height: 30px;
        max-height: 30px;
        text-align: center;
        line-height: 32px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        border-radius: 100px; }
    .Toast .Toast-Inner .Toast-Text {
      display: inline-block;
      width: 100%;
      padding: 15px 0; }
      .Toast .Toast-Inner .Toast-Text b {
        display: inline-block;
        width: 100%;
        font-weight: 600;
        font-size: 15px;
        line-height: 24px; }
      .Toast .Toast-Inner .Toast-Text i {
        display: inline-block;
        width: 100%;
        font-weight: 300;
        font-size: 15px;
        font-style: normal;
        color: #666;
        line-height: 24px; }

.switch input {
  display: none; }

.switch * {
  box-sizing: border-box;
  vertical-align: middle; }

.switch {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  cursor: pointer; }

.switch .span {
  display: inline-block;
  width: 48px;
  height: 30px;
  position: relative;
  border-radius: 15px;
  border: 1px solid #cecece;
  transition: all .6s linear; }

.switch input:checked ~ .span {
  background: #4cd964;
  transition: all .2s ease; }

.switch .span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 15px;
  background: #FFF;
  transition: all .4s ease; }

.switch .span:after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 13px;
  background: #FFF;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2), 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 1px;
  left: 1px;
  transition: all .2s linear; }

.switch input:checked ~ .span:after {
  transform: translate3d(18px, 0, 0); }

.switch input:checked ~ .span:before {
  transform: scale3d(0, 0, 0); }

/*
## Themes #############################
*/
.switch[data-tint="red"] input:checked ~ .span {
  background: #ff3b30; }

.switch[data-tint="orange"] input:checked ~ .span {
  background: #ff9500; }

.switch[data-tint="yellow"] input:checked ~ .span {
  background: #ffcc00; }

.switch[data-tint="teal-blue"] input:checked ~ .span {
  background: #5ac8fa; }

.switch[data-tint="blue"] input:checked ~ .span {
  background: #007aff; }

.switch[data-tint="purple"] input:checked ~ .span {
  background: #5856d6; }

.switch[data-tint="pink"] input:checked ~ .span {
  background: #ff2d55; }

/*
## end Themes ###########################
*/
/*
## Stretch effect #######################
*/
.switch input:active ~ .span:after {
  width: 33px; }

.switch input:checked:active ~ .span:after {
  transform: translate3d(11px, 0, 0); }

/*
## end Stretch effect ###################
*/
/*
## Scaling ##############################
*/
.switch-sm .span {
  width: 36px;
  height: 22.5px;
  border-radius: 11.25px; }

.switch-sm .span:before {
  border-radius: 11.25px; }

.switch-sm .span:after {
  width: 19.5px;
  height: 19.5px;
  border-radius: 9.75px; }

.switch-sm input:checked ~ .span:after {
  transform: translate3d(13.5px, 0, 0); }

.switch-sm input:active ~ .span:after {
  width: 24.75px; }

.switch-sm input:checked:active ~ .span:after {
  transform: translate3d(8.25px, 0, 0); }

.switch-lg .span {
  width: 60px;
  height: 37.5px;
  border-radius: 18.75px; }

.switch-lg .span:before {
  border-radius: 18.75px; }

.switch-lg .span:after {
  width: 32.5px;
  height: 32.5px;
  border-radius: 16.25px; }

.switch-lg input:checked ~ .span:after {
  transform: translate3d(22.5px, 0, 0); }

.switch-lg input:active ~ .span:after {
  width: 41.25px; }

.switch-lg input:checked:active ~ .span:after {
  transform: translate3d(13.75px, 0, 0); }

/*
## end Scaling ##########################
*/
/*
## States ###############################
*/
.switch input[disabled] ~ .span:before {
  background: #f2f2f2; }

.switch input[disabled] ~ .span:after {
  background: #f2f2f2; }

/*
## end States ###########################
*/
strong {
  font-weight: 700; }

b {
  font-weight: 600; }

body {
  margin: 0; }

section.Layout {
  border: 0; }

img {
  vertical-align: middle;
  border: 0;
  outline: none; }

a {
  color: #2b65f8;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #2b65f8; }

body, html {
  display: inline-block;
  width: 100%; }

.TitleBar {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px; }
  .TitleBar span:nth-child(1) {
    font-weight: 600;
    font-size: 22px; }

.TabsLayout {
  display: flex;
  align-items: center;
  column-gap: 1em;
  padding-bottom: 10px; }

.TabLinkItem {
  font-weight: 600;
  font-size: 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  padding: 5px 10px;
  background: #f9f9f9; }
  .TabLinkItem:hover, .TabLinkItem.active {
    cursor: pointer;
    color: #fff;
    background: #304FFE; }

table.tableView {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  table.tableView thead tr td {
    background: #fefefe;
    background: linear-gradient(0deg, #fafafa 0%, white 49%);
    border-bottom: 1px solid #e2e2e2;
    padding: 15px;
    font-weight: 600; }
  table.tableView tbody tr:last-child td {
    border-bottom: 0; }
  table.tableView tbody tr:hover td:nth-child(1), table.tableView tbody tr:hover td:nth-child(2) {
    background: #f8fafd; }
  table.tableView tbody tr:hover td:nth-child(3) {
    background: linear-gradient(90deg, #f8fafd 0%, white 100%); }
  table.tableView tbody tr td {
    padding: 15px 15px;
    border-bottom: 1px solid #e2e2e2; }

.Block-Input {
  display: flex;
  width: 100%;
  padding-bottom: 15px;
  align-items: center; }
  .Block-Input span {
    display: inline-block; }
    .Block-Input span:nth-child(1) {
      width: 150px; }
    .Block-Input span:nth-child(2) {
      width: calc(100% - 150px); }
      .Block-Input span:nth-child(2) img {
        width: 100px;
        height: 100px;
        object-fit: cover; }

.LayoutView {
  display: inline-block;
  width: 100%;
  float: left;
  padding-top: 20px; }
  .LayoutView .Center {
    position: relative;
    margin: 0 auto;
    width: 980px; }
    .LayoutView .Center .__ProductItems {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-gap: 1em;
      width: 100%;
      column-gap: 1em; }
      .LayoutView .Center .__ProductItems .__ProductItem {
        display: flex;
        align-items: center;
        width: 100%;
        border: 1px solid #e2e2e2;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px; }
        .LayoutView .Center .__ProductItems .__ProductItem .__Options {
          display: inline-block;
          padding-right: 20px; }
        .LayoutView .Center .__ProductItems .__ProductItem .__Text {
          display: inline-block;
          width: calc(100% - 100px);
          padding-left: 20px; }
        .LayoutView .Center .__ProductItems .__ProductItem .__ImageView {
          display: inline-block;
          width: 100px;
          height: 100px; }
          .LayoutView .Center .__ProductItems .__ProductItem .__ImageView img {
            width: 100%;
            height: 100%;
            object-fit: cover; }

.HeaderLayout {
  display: flex;
  position: sticky;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #e2e2e2;
  z-index: 100; }
  .HeaderLayout .Center {
    position: relative;
    margin: 0 auto;
    width: 980px; }
    .HeaderLayout .Center .__Header {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center; }
      .HeaderLayout .Center .__Header .__Item {
        cursor: pointer;
        display: inline-block;
        padding: 15px 20px;
        font-weight: 500; }
        .HeaderLayout .Center .__Header .__Item:hover {
          background: #f9f9f9; }

/*# sourceMappingURL=style.css.map */
