.block-white-little {
  background: #FFF;
  height: 58px;
  padding: 0 30px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  color: #171940;
  font-size: 18px;
}
.block-white-little.little-text {
  font-size: 14px;
}
.block-white-little.min-height {
  height: auto;
  min-height: 58px;
}
.block-white-little.little-padding {
  padding: 0 20px;
}
.block-white-little.no-padding {
  padding: 0;
}
.block-white-little.blue-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #518EF7;
}
html,
body {
  height: 100%;
  font-family: ProximaNova, serif;
  color: #525F7F;
  font-weight: 400;
  background: #F5F6FA;
}
.wrap {
  padding: 60px 0 110px;
  min-height: 100%;
  transition: padding-top 0.15s linear;
  background: #F5F6FA;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .wrap {
    padding-bottom: 120px;
  }
}
a {
  color: #3761EA;
  transition: 0.2s;
}
a:hover {
  color: #518EF7;
}
.container-fluid {
  padding: 0 30px;
}
.table {
  display: table;
  width: 100%;
  margin: 0;
}
.box-shadow-blk {
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.03);
}
.little-text-date {
  color: #8D9CBA;
  font-size: 12px;
  padding-top: 2px;
}
.little-text-date.text-color {
  color: #525F7F;
}
.little-text-date.more-padding {
  padding-top: 10px;
}
.little-text-date.greater-text {
  font-size: 14px;
}
.row-vertical-little {
  margin: -10px;
}
.row-vertical-little > div {
  padding: 10px;
}
@media (max-width: 1200px) {
  .row-vertical-little.little-mobile {
    margin: -5px;
  }
}
@media (max-width: 1200px) {
  .row-vertical-little.little-mobile > div {
    padding: 5px;
  }
}
.display-block {
  display: block;
}
.flex {
  display: flex;
}
@media (max-width: 991px) {
  .flex.no-flex-little-desctop {
    display: block;
  }
}
.inline-flex {
  display: inline-flex;
  vertical-align: middle;
}
.rotate-svg-btn svg {
  transform: rotate(-90deg);
}
.flex-grow {
  flex-grow: 1;
}
.align-normal {
  align-self: normal;
}
.no-flex {
  flex: none;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.little-width {
  width: 1px;
}
.height-50 {
  height: 50px;
}
.height-75 {
  height: 75px;
}
.height-36 {
  height: 36px;
}
.width-36 {
  width: 36px;
}
.min-half-width {
  min-width: 50%;
}
.min-width {
  min-width: 320px;
}
.min-width-little {
  min-width: 140px;
}
.min-height {
  min-height: 300px;
}
.max-width-for-mobile {
  max-width: 320px;
}
.max-width200 {
  max-width: 200px;
}
.max-width250 {
  max-width: 250px;
}
.max-width420 {
  max-width: 420px;
}
.between-spc {
  display: flex;
  justify-content: space-between;
}
.flex-column-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1-2 {
  line-height: 1.2;
}
.bottom-flex {
  display: flex;
  align-items: flex-end;
}
.center-valign-block {
  margin-left: auto;
  margin-right: auto;
}
.block-top-15 {
  position: relative;
  top: -15px;
}
.center-flex {
  display: flex;
  align-items: center;
}
.center-flex-vertical {
  display: flex;
  justify-content: center;
}
.center-all-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-flex {
  display: flex;
  justify-content: flex-end;
}
.baseline {
  align-items: baseline;
}
.first-flex {
  order: -1;
}
.left-side {
  display: block;
  margin-left: auto;
}
.left-side.flex {
  display: flex;
}
.half-width {
  width: 50%;
}
.third-width {
  width: 33.333%;
}
.margin-padding-vertical {
  margin: -10px 0;
  padding: 10px 0;
}
.margin-padding-horizontal {
  margin: 0 -10px;
  padding: 0 10px;
}
.width-all-left {
  margin-left: -30px;
}
@media (max-width: 991px) {
  .width-all-left.change-margin {
    margin-left: -15px;
  }
}
.width-all-right {
  margin-right: -30px;
}
@media (max-width: 991px) {
  .width-all-right.change-margin {
    margin-right: -15px;
  }
}
.width-all {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 991px) {
  .width-all.change-margin {
    margin-left: -15px;
  }
}
@media (max-width: 991px) {
  .width-all.change-margin {
    margin-left: -15px;
  }
}
@media (max-width: 991px) {
  .width-all.change-margin {
    margin-right: -15px;
  }
}
@media (max-width: 991px) {
  .width-all.change-margin {
    margin-right: -15px;
  }
}
.width-10-perc {
  width: 10%;
}
.width-whole {
  width: 100%;
}
.width-auto {
  width: auto !important;
}
.little-width-field {
  width: 64px;
  padding-left: 12px;
  padding-right: 12px;
}
.min-width-whole {
  min-width: 100%;
}
.width-third {
  width: 33.333%;
}
.width-quarter {
  width: 25%;
}
.width-fifth {
  width: 20%;
}
.width-six {
  width: 16.666%;
}
.width-three-quater {
  width: 75%;
}
.width-two-third {
  width: 66.6667%;
}
.height-whole {
  height: 100%;
}
@media (max-width: 1199px) {
  .height-whole.desctop {
    height: auto;
  }
}
.max-width {
  max-width: 100%;
}
.width-left-cell {
  width: 100px;
}
.left-teaser-blk {
  max-width: 425px;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap > a.blocks-space,
.flex-wrap > button.blocks-space,
.flex-wrap > div.blocks-space {
  margin-top: 5px;
  margin-bottom: 5px;
}
.no-margin-important {
  margin: 0 !important;
}
.modal-open {
  padding-right: 0 !important;
}
.no-padding-important {
  padding: 0 !important;
}
a {
  color: #3761EA;
}
a:hover,
a:focus {
  color: #3761EA;
}
.grid-view {
  overflow-y: hidden;
  overflow-x: auto;
}
.inline {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.timeTd {
  display: block;
  font-size: 10px;
}
.glyphicon {
  font-size: 0.75em;
}
.push-fields {
  padding-right: 60px;
  width: 100%;
}
.block-separator:before,
.block-separator:after {
  content: "";
  display: table;
}
.block-separator:after {
  clear: both;
}
.label.label-primary {
  background: #70AEEF;
}
.top-block {
  position: relative;
  top: -10px;
}
.top-block + .top-block {
  margin-top: -10px;
}
.center-text {
  text-align: center;
}
.nowrap {
  white-space: nowrap;
  word-break: normal;
  word-wrap: normal;
}
.break-wrap {
  word-break: break-all;
  word-wrap: break-word;
}
.break-word-all {
  word-wrap: break-word;
  white-space: normal;
}
#copy {
  transition: background-color 0.2s;
}
.href-block {
  color: #70AEEF;
}
.vertical-row {
  margin: -15px;
}
.col-vertical {
  padding: 15px;
}
.row-little {
  margin-right: -10px;
  margin-left: -10px;
}
.col-little {
  padding-right: 10px;
  padding-left: 10px;
}
.position-relative {
  position: relative;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.overflow-visible {
  overflow: visible;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.radius-circle {
  border-radius: 50%;
}
.with-loader {
  position: relative;
  z-index: 3;
}
.small-index {
  z-index: 1;
}
.image-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 80px;
  background: url('/images/loading2.gif') no-repeat center;
  background-size: 80px;
}
.update-btn {
  cursor: pointer;
}
.update-btn img {
  width: 20px;
  height: 20px;
  display: block;
}
.loader-image-absolute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 15px;
}
a[type="a"] {
  cursor: pointer;
}
.no-style {
  display: block;
  min-width: 18px;
  min-height: 18px;
  background: url("/images/icons/no-style.svg") no-repeat center center;
}
.tooltip-toggle {
  font-size: 14px;
  line-height: 17px;
  color: #525F7F;
}
.white-block {
  background: #FFFFFF;
  border-radius: 3px;
  padding: 30px;
}
.white-block.no-padding {
  padding: 0;
}
@media (max-width: 991px) {
  .white-block {
    padding: 15px;
  }
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.strike {
  text-decoration: line-through;
}
a.text-color-dark:hover,
a.text-color-dark:focus {
  color: #171940;
  text-decoration: underline;
}
.strike-up {
  text-decoration: overline;
}
.text-color-dark {
  color: #171940;
}
.text-color-green {
  color: #27AE60;
}
.text-color-red {
  color: #E85E5E;
}
.text-color-blue {
  color: #3761EA;
}
.rounded-border {
  border-radius: 3px;
  overflow: hidden;
}
.block-border-separator {
  height: 1px;
  background: #CBD2E0;
}
.block-border-separator.with-opacity {
  opacity: 0.4;
}
.right-border {
  border-right: 1px solid #CBD2E0;
}
.bottom-block {
  margin: auto 0 0;
}
.visibility-hidden {
  visibility: hidden;
}
@media (max-width: 1439px) {
  .width-half-desktop {
    width: 50%;
  }
  .flex-grow-middle-desktop {
    flex-grow: 1;
  }
  .no-padding-middle-desktop {
    padding: 0;
  }
  .few-blocks > .no-padding-middle-desktop {
    padding: 0;
  }
  .text-color-middle-desktop {
    color: #525F7F !important;
  }
  .text-color-middle-desktop:hover,
  .text-color-middle-desktop:focus {
    color: #525F7F !important;
  }
}
@media (max-width: 1439px) {
  .width-third-desktop {
    width: 33.333%;
  }
}
@media (max-width: 1439px) {
  .width-whole-desktop {
    width: 100%;
  }
  .width-half-desktop {
    width: 50%;
  }
  .flex-desktop-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .width-whole-small-desctop {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .width-whole-little-desktop {
    width: 100%;
  }
  .flex-grow-little-desktop {
    flex-grow: 1;
  }
  .width-half-little-desktop {
    width: 50%;
  }
  .width-third-little-desktop {
    width: 33.333%;
  }
}
@media (max-width: 991px) {
  .width-whole-little-desctop {
    width: 100%;
  }
  .flex-grow-tablet {
    flex-grow: 1;
  }
  .overflow-hidden-tablet {
    overflow: hidden;
  }
  .no-flex-tablet {
    display: initial;
  }
  .flex-tablet-wrap {
    flex-wrap: wrap;
  }
  .display-tablet-inline {
    display: inline-block;
  }
  .width-whole-tablet {
    width: 100%;
  }
  .no-width-whole-tablet {
    width: auto;
  }
  .max-width-tablet {
    max-width: 100%;
    min-width: 0;
  }
}
@media (max-width: 991px) {
  .width-half-little-desctop {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .width-whole-mobile {
    width: 100%;
  }
  .no-flex-mobile {
    display: initial;
  }
  .flex-mobile-wrap {
    flex-wrap: wrap;
  }
  .flex-grow-mobile {
    flex-grow: 1;
  }
  .text-color-dark-mobile {
    color: #171940;
  }
  .text-color-dark-mobile:hover,
  .text-color-dark-mobile:focus {
    color: #171940;
  }
}
@media (max-width: 399px) {
  .no-flex-little-mobile {
    display: initial;
  }
  .flex-little-mobile-wrap {
    flex-wrap: wrap;
  }
  .flex-little-grow-mobile {
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .desktop-half-width {
    width: 50%;
  }
}
@media (min-width: 1201px) {
  .large-desktop-half-width {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .tablet-half-width {
    width: 50%;
  }
}
@media (min-width: 461px) {
  .mobile-half-width {
    width: 50%;
  }
}
@media (max-width: 460px) {
  .little-tablet-full-width {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .little-tablet-half-width {
    width: 50%;
  }
}
@media (max-width: 1200px) and (min-width: 690px) {
  .range-half-width {
    width: 50%;
  }
}
.line-separator {
  width: 100%;
  position: relative;
}
.line-separator:before {
  content: '';
  position: absolute;
  background: #CBD2E0;
  height: 1px;
  left: 7px;
  right: 7px;
}
.line-separator-vertical {
  width: 1px;
  background: #E3F0FF;
}
.code-blk {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #CBD2E0;
  border-radius: 3px;
  background: #FFF;
  padding: 10px 15px;
  margin: 15px 0;
  word-break: break-all;
}
.copy-btn {
  padding: 0;
  background: none;
  border: none;
  display: flex;
  margin-left: 10px;
}
.copy-btn svg {
  width: auto;
  height: 20px;
}
.copy-btn svg path {
  transition: 0.2s;
}
.copy-btn:focus,
.copy-btn:hover {
  outline: none;
}
.copy-btn:focus svg path,
.copy-btn:hover svg path {
  fill: #3761EA;
}
.copy-btn.no-margin {
  margin-left: 0;
}
.copy-btn.copy-input {
  position: absolute;
  right: 12px;
  top: 12px;
}
.block-white {
  background: #FFF;
}
.little-title-text {
  font-size: 16px;
}
.little-title-text.gray {
  color: #525F7F;
}
.little-text {
  font-size: 14px;
  color: #525F7F;
}
.little-text.less-font {
  font-size: 12px;
}
@media (max-width: 767px) {
  .little-text.less-font-mobile {
    font-size: 12px;
  }
}
.line-height-1 {
  line-height: 1;
}
.pointer-none {
  pointer-events: none;
}
.border-dashed {
  border: 1px dashed #8D9CBA;
  border-radius: 3px;
}
.blocks-row {
  margin: 15px -15px;
}
.blocks-row > * {
  margin: 0 15px;
}
.file-download-block {
  width: 270px;
  height: 62px;
  display: flex;
  align-items: center;
  padding: 15px;
  color: #525F7F;
  transition: 0.3s;
}
.file-download-block:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/images/icons/file-download.svg) no-repeat center;
  margin-right: 10px;
}
@media (max-width: 359px) {
  .file-download-block {
    padding: 12px;
    font-size: 13px;
  }
  .file-download-block:before {
    margin-right: 5px;
  }
}
.links-list {
  padding-inline-start: 15px;
}
.links-list li:not(:last-child) {
  padding-bottom: 5px;
}
.links-list li a {
  color: #525F7F;
  word-break: break-all;
}
.links-list li a:hover {
  color: #3761EA;
  text-decoration: underline;
}
.cke_dialog_container {
  z-index: 10010 !important;
}
.cke_dialog_background_cover {
  display: none;
}
.text-less {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: -3px;
}
#toTop {
  position: relative;
  width: 54px;
  height: 54px;
  background-color: #3761EA;
  border: 7px solid rgb(222 230 255);
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  #toTop {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #toTop {
    right: 15px;
    bottom: 60px;
  }
}
#toTop span {
  position: absolute;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  width: 8px;
  height: 8px;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
  z-index: 1;
  margin-top: 2px;
}
.push-profit.detail-item {
  display: block;
  padding: 2px 0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .push-profit.detail-item.special-width-mobile {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.calendar-select {
  max-width: 240px;
  width: 100%;
}
@media (min-width: 1201px) {
  .calendar-select.block-margin-left {
    margin-left: 60px;
  }
}
@media (max-width: 991px) and (min-width: 501px) {
  .calendar-select.block-margin-left {
    margin-left: auto;
    margin-right: 20px;
  }
}
@media (max-width: 500px) {
  .calendar-select.block-margin-left {
    margin: 0;
    margin-top: 30px;
  }
}
.calendar-select div {
  padding: 8px 15px;
  padding-right: 30px;
  height: 40px;
  border: 1px solid #CBD2E0;
  background: url(/images/icons/arrow_down.svg) 95% center #FFFFFF no-repeat;
  border-radius: 3px;
  color: #171940;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.calendar-select div span {
  display: block;
  margin-left: 10px;
}
.calendar-select div.active svg * {
  fill: #3761EA;
}
@media all and (max-width: 500px) {
  .calendar-select {
    max-width: none;
  }
}
.img-network {
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
}
.img-network.width-all {
  margin: -2px;
}
.img-network.big-size {
  width: 54px;
  height: 54px;
}
.img-network.middle-size {
  width: 36px;
  height: 36px;
}
.img-network.less-middle-size {
  width: 32px;
  height: 32px;
}
.img-network.little-size {
  width: 26px;
  height: 26px;
}
.img-network.less-size {
  width: 16px;
  height: 16px;
}
.img-network span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 800% auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.center-margin {
  margin: auto;
}
.opacity {
  opacity: 0.5;
}
.hide-block {
  display: none;
}
.block-size.size-big {
  width: 42px;
  height: 42px;
  position: relative;
}
.block-size.size-big .plus-svg svg {
  width: 21px;
  height: 21px;
}
.block-size.size-big .clock-svg svg {
  width: 15px;
  height: 15px;
  margin-left: -3px;
  margin-top: -4px;
}
.block-size .size-middle {
  width: 22px;
  height: 22px;
  position: relative;
}
.block-size.size-small {
  width: 18px;
  height: 18px;
  position: relative;
}
.block-size.size-small .clock-svg .svg {
  width: 13px;
  height: 13px;
  margin-left: -3px;
  margin-top: -4px;
}
.block-size .settings svg {
  width: 18px;
  height: 18px;
}
.block-size .plus-svg svg {
  width: 11px;
  height: 11px;
}
.plus-svg svg,
.clock-svg svg {
  position: absolute;
  top: 50%;
  left: 50%;
}
.plus-svg svg {
  transform: translate(-50%, -50%);
}
.clock-svg svg {
  transform: translateY(-50%);
  margin-top: -2px;
}
.clock-svg.clock-svg-small {
  width: 16px;
  height: 16px;
}
.clock-svg.clock-svg-small svg {
  width: 5px;
  height: 7px;
}
.border-blk {
  border: 1.5px solid;
}
.border-blk.wide-border {
  border-width: 3px;
}
.diagonal-line {
  border-top: 1px solid;
  width: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
  position: absolute;
}
.diagonal-line.wide-border {
  border-width: 3px;
}
.nine-blocks-blk {
  background: #525F7F;
  position: relative;
}
.nine-blocks-blk .vertical::before,
.nine-blocks-blk .horizontal::before,
.nine-blocks-blk .vertical::after,
.nine-blocks-blk .horizontal::after {
  content: '';
  position: absolute;
  background: #FFF;
}
.nine-blocks-blk .vertical::before,
.nine-blocks-blk .vertical::after {
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 10%;
}
.nine-blocks-blk .vertical::before {
  left: 32%;
}
.nine-blocks-blk .vertical::after {
  left: 68%;
}
.nine-blocks-blk .horizontal::before,
.nine-blocks-blk .horizontal::after {
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 10%;
}
.nine-blocks-blk .horizontal::before {
  top: 32%;
}
.nine-blocks-blk .horizontal::after {
  top: 68%;
}
.info-icon {
  position: relative;
  width: 20px;
  overflow: hidden;
  flex: none;
}
.info-icon span {
  height: 100%;
  width: 2px;
  background: #8D9CBA;
  display: block;
  margin: auto;
  margin-top: 25px;
}
.info-icon:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #8D9CBA;
  position: absolute;
}
.info-icon:after {
  content: 'i';
  font-size: 15px;
  color: #8D9CBA;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  font-weight: 600;
  line-height: 21px;
}
.edit-input {
  position: absolute;
  right: 0;
  margin-right: 15px !important;
  top: 50%;
  transform: translateY(-50%);
}
.form-icon-absolute {
  position: absolute;
  left: 0;
  border-right: 1px solid #CBD2E0;
  width: 43px;
  height: calc(100% - 12px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-icon-absolute > svg * {
  fill: #525F7F;
}
.form-icon-absolute.right-side {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid #CBD2E0;
  padding-right: 0;
}
.form-icon-absolute.right-side + input {
  padding-right: 55px;
}
.form-icon-absolute.right-side svg {
  width: 13px;
}
@media (max-width: 767px) {
  .img-width-mobile {
    width: 90px;
  }
  .img-width-mobile img {
    width: 100%;
  }
}
.blocks-border-separated > *:not(:last-child) {
  border-bottom: 1px solid #CBD2E0;
}
@media (max-width: 500px) {
  .little-mobile-center-flex {
    display: flex;
    justify-content: center;
  }
  .little-mobile-center {
    text-align: center;
  }
}
.dark-color-block {
  color: #171940 !important;
}
.dark-color-block svg path {
  fill: #171940 !important;
}
.dark-color-block svg circle {
  stroke: #171940 !important;
}
.dark-color-block:hover,
.dark-color-block:focus {
  color: #171940 !important;
}
.dark-color-block svg path {
  fill: #171940 !important;
}
.dark-color-block svg circle {
  stroke: #171940 !important;
}
.dark-color-block:hover,
.dark-color-block:focus {
  color: #171940 !important;
}
.green-color-block {
  color: #5ECBA1 !important;
}
.green-color-block svg path {
  fill: #5ECBA1 !important;
}
.green-color-block svg circle {
  stroke: #5ECBA1 !important;
}
.green-color-block:hover,
.green-color-block:focus {
  color: #5ECBA1 !important;
}
.green-color-block svg path {
  fill: #5ECBA1 !important;
}
.green-color-block svg circle {
  stroke: #5ECBA1 !important;
}
.green-color-block:hover,
.green-color-block:focus {
  color: #5ECBA1 !important;
}
.gray-color-block {
  color: #CBD2E0 !important;
}
.gray-color-block svg path {
  fill: #CBD2E0 !important;
}
.gray-color-block svg circle {
  stroke: #CBD2E0 !important;
}
.gray-color-block:hover,
.gray-color-block:focus {
  color: #CBD2E0 !important;
}
.gray-color-block svg path {
  fill: #CBD2E0 !important;
}
.gray-color-block svg circle {
  stroke: #CBD2E0 !important;
}
.gray-color-block:hover,
.gray-color-block:focus {
  color: #CBD2E0 !important;
}
.light-gray-color-block {
  color: #8D9CBA !important;
}
.light-gray-color-block svg path {
  fill: #8D9CBA !important;
}
.light-gray-color-block svg circle {
  stroke: #8D9CBA !important;
}
.light-gray-color-block:hover,
.light-gray-color-block:focus {
  color: #8D9CBA !important;
}
.light-gray-color-block svg path {
  fill: #8D9CBA !important;
}
.light-gray-color-block svg circle {
  stroke: #8D9CBA !important;
}
.light-gray-color-block:hover,
.light-gray-color-block:focus {
  color: #8D9CBA !important;
}
.text-color-block {
  color: #525F7F !important;
}
.text-color-block svg path {
  fill: #525F7F !important;
}
.text-color-block svg circle {
  stroke: #525F7F !important;
}
.text-color-block:hover,
.text-color-block:focus {
  color: #525F7F !important;
}
.text-color-block svg path {
  fill: #525F7F !important;
}
.text-color-block svg circle {
  stroke: #525F7F !important;
}
.text-color-block:hover,
.text-color-block:focus {
  color: #525F7F !important;
}
.red-color-block {
  color: #FE6B69 !important;
}
.red-color-block svg path {
  fill: #FE6B69 !important;
}
.red-color-block svg circle {
  stroke: #FE6B69 !important;
}
.red-color-block:hover,
.red-color-block:focus {
  color: #FE6B69 !important;
}
.red-color-block svg path {
  fill: #FE6B69 !important;
}
.red-color-block svg circle {
  stroke: #FE6B69 !important;
}
.red-color-block:hover,
.red-color-block:focus {
  color: #FE6B69 !important;
}
.center-hint:before {
  right: 50%;
  left: auto;
  margin-right: -15px;
}
.center-hint:after {
  right: 50%;
  margin-right: -5px;
}
*[data-title] {
  position: relative;
}
*[data-title].bottom-hint:before {
  top: calc(100% + 10px);
  bottom: auto;
}
*[data-title].bottom-hint:after {
  top: calc(100% - 5px);
  bottom: auto;
  border-bottom-color: #ffffff;
  border-top-color: transparent;
}
*[data-title].right-hint:before {
  left: -10px;
  right: auto;
}
*[data-title].right-hint:after {
  left: 0;
}
*[data-title].left-hint:before {
  right: calc(100% + 10px);
  top: 0;
  bottom: auto;
}
*[data-title].left-hint:after {
  bottom: 10px;
  right: calc(100% - 5px);
  border-top-color: transparent;
  border-left-color: white;
}
*[data-title].right-side-hint:before {
  left: calc(100% + 10px);
  bottom: 8px;
}
*[data-title].right-side-hint:after {
  bottom: 17px;
  left: calc(100% - 5px);
  border-top-color: transparent;
  border-right-color: white;
}
*[data-title].center-hint:before {
  right: 50%;
  left: auto;
  margin-right: -15px;
}
*[data-title].center-hint:after {
  right: 50%;
  margin-right: -5px;
}
*[data-title].center-hint:before {
  right: 50%;
  left: auto;
  margin-right: 0;
  transform: translateX(50%);
}
*[data-title].center-hint:after {
  right: 50%;
  margin-right: -5px;
}
*[data-title].header-hint:before {
  top: calc(100% - 5px);
  bottom: auto;
  right: 5px;
}
@media (max-width: 1400px) {
  *[data-title].header-hint:before {
    right: 0;
  }
}
*[data-title].header-hint:after {
  top: calc(100% - 20px);
  right: 18px;
  bottom: auto;
  border-bottom-color: #ffffff;
  border-top-color: transparent;
}
@media (max-width: 1400px) {
  *[data-title].header-hint:after {
    right: 8px;
  }
}
@media (max-width: 1200px) {
  *[data-title].header-hint:before,
  *[data-title].header-hint:after {
    display: none;
  }
}
*[data-title]:before,
*[data-title]:after {
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
*[data-title]:before {
  content: attr(data-title);
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  color: #525F7F;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px 15px;
  bottom: calc(100% + 10px);
  right: -10px;
  box-shadow: 0 0 19px 2px rgba(0, 0, 0, 0.1);
  max-width: 200px;
  min-width: -moz-max-content;
  min-width: max-content;
  word-break: normal;
  white-space: pre-line;
}
*[data-title]:after {
  bottom: calc(100% - 5px);
  right: 0px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 8px;
}
*[data-title].specific-size:before {
  max-width: 200px;
  min-width: unset;
  width: -moz-max-content;
  width: max-content;
}
*[data-title].mobile-max-size:before {
  max-width: unset;
  min-width: unset;
  width: 200px;
}
*[data-title]:hover:before,
*[data-title]:hover:after {
  visibility: visible;
  opacity: 1;
}
.daterangepicker *[data-title]::before,
.no-title *[data-title]::before,
.daterangepicker *[data-title]::after,
.no-title *[data-title]::after {
  content: none;
}
.absolute-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.tooltip.in {
  opacity: 1;
}
.tooltip .tooltip-inner {
  padding: 5px 20px 15px;
  text-align: left;
  font-size: 14px;
  background: #FFF;
  border: 1px solid #F3F4F5;
  box-shadow: 0 5px 10px 0 rgba(76, 119, 165, 0.08);
  color: #282828;
  max-width: -moz-min-content;
  max-width: min-content;
}
.tooltip .tooltip-arrow {
  z-index: 1;
}
.tooltip.top .tooltip-arrow {
  bottom: 1px;
  border-top-color: #FFF;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #e4e4e4;
}
.tooltip .geo-header {
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.tooltip .geo-header.allow {
  color: #6FA270;
}
.tooltip .geo-header.deny {
  color: #E68D8D;
}
.checkbox .tooltip .tooltip-inner {
  min-width: 200px;
  max-width: 200px;
}
.icon-in-border {
  background: #FFFFFF;
  border: 1px solid #525F7F;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  flex: none;
  cursor: pointer;
  transition: 0.2s;
  outline: 0;
}
.icon-in-border.bg-transparent {
  background: transparent;
}
.icon-in-border svg {
  transition: 0.3s linear;
}
.icon-in-border.rotation svg {
  transform: rotate(180deg);
}
@media (max-width: 460px) {
  .icon-in-border:not(:last-child) {
    margin-right: 15px;
  }
  .icon-in-border.no-margin-mobile {
    margin: 0 !important;
  }
}
.icon-in-border:not(.no-background) svg path:not(.stroke):not(.no-fill),
.icon-in-border:not(.no-background) svg .fill {
  fill: #525F7F;
}
.icon-in-border:not(.no-background) svg .stroke {
  stroke: #525F7F;
}
.icon-in-border:not(.no-background) svg * {
  transition: 0.2s;
}
.icon-in-border:not(.no-background):hover,
.icon-in-border:not(.no-background).active-filter,
.icon-in-border:not(.no-background).active {
  background: #171940;
}
.icon-in-border:not(.no-background):hover svg path:not(.stroke):not(.no-fill),
.icon-in-border:not(.no-background).active-filter svg path:not(.stroke):not(.no-fill),
.icon-in-border:not(.no-background).active svg path:not(.stroke):not(.no-fill),
.icon-in-border:not(.no-background):hover svg .fill,
.icon-in-border:not(.no-background).active-filter svg .fill,
.icon-in-border:not(.no-background).active svg .fill {
  fill: #FFFFFF;
}
.icon-in-border:not(.no-background):hover svg .stroke,
.icon-in-border:not(.no-background).active-filter svg .stroke,
.icon-in-border:not(.no-background).active svg .stroke {
  stroke: #FFFFFF;
}
.icon-in-border.blue-background:hover,
.icon-in-border.blue-background.active-filter {
  background: #3761EA;
  border: 1px solid #3761EA;
}
.icon-in-border.red-background:hover,
.icon-in-border.red-background.active-filter {
  background: #FE6B69;
  border: 1px solid #FE6B69;
}
.icon-in-border svg {
  width: 18px;
  height: 18px;
}
.icon-in-border.middle-svg svg {
  width: 24px;
  height: 24px;
}
.icon-in-border.light-border:not(:hover):not(.active-filter) {
  border: 1px solid #3761EA;
}
.icon-in-border.light-border:not(:hover):not(.active-filter) svg path:not(.stroke):not(.no-fill),
.icon-in-border.light-border:not(:hover):not(.active-filter) svg .fill {
  fill: #3761EA;
}
.icon-in-border.light-border:not(:hover):not(.active-filter) svg .stroke {
  stroke: #3761EA;
}
.clear-filter-btn {
  font-size: 14px;
  line-height: 20px;
  color: #525F7F;
  transition: 0.2s;
}
.clear-filter-btn:before {
  content: '+';
  color: #8D9CBA;
  display: block;
  transform: rotate(45deg);
  margin-right: 10px;
  font-size: 28px;
  font-weight: bold;
  transition: 0.2s;
}
.clear-filter-btn:hover {
  color: #171940;
}
.clear-filter-btn:hover:before {
  color: #F62B37;
}
.border-none-top {
  border-top: none;
}
.border-radius-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.border-radius-bottom-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.info-hint {
  display: block;
}
.info-hint svg * {
  fill: #525F7F;
  transition: 0.2s;
}
.info-hint:hover svg * {
  fill: #3761EA;
}
.new-counts {
  position: absolute;
  top: 6px;
  left: 0;
  right: 20px;
}
@media (max-width: 1600px) {
  .new-counts.admin-left {
    left: -4px;
  }
}
.new-counts.admin-left .show-message-circle {
  left: 0;
}
@media (max-width: 1600px) {
  .new-counts.admin-right {
    right: 15px;
  }
}
.new-counts.news-count {
  top: 14px;
  left: auto;
  right: 7px;
}
.new-counts.bottom {
  top: auto;
  bottom: 15px;
}
.new-counts .message-new-count {
  position: relative;
  display: inline-block;
  margin-top: 0;
  left: 0;
  min-width: 12px;
  line-height: 12px;
  font-size: 10px;
  padding: 0;
}
.message-new-count {
  border-radius: 50%;
  background: #E85E5E;
  min-width: 18px;
  padding: 1px 1px 0;
  line-height: 17px;
  display: block;
  font-size: 12px;
  color: #FAFBFC;
  text-align: center;
  z-index: 1;
  margin: -17px 0 0;
  position: absolute;
  left: 25px;
}
.message-new-count:not(:last-child) {
  margin-left: 1px;
}
.message-new-count.zero {
  visibility: collapse;
}
.pagination > li > a,
.pagination > li > span {
  margin-left: 10px;
  margin-top: 10px;
  color: #171940;
  border: none;
  background: #FFFFFF;
  border-radius: 5px !important;
  box-shadow: 0px 4px 8px #E0E4ED;
  padding: 0 2px;
  width: 32px;
  height: 32px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s linear;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: #DEDFEB;
  color: #171940;
}
.pagination > li.prev > a,
.pagination > li.next > a,
.pagination > li.prev > span,
.pagination > li.next > span {
  width: 51px;
  font-size: 134%;
  font-family: sans-serif;
}
.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
  background: #171940;
  box-shadow: 0 0 0 rgba(224, 228, 237, 0);
  color: #FFF;
}
.pagination > li.disabled > a,
.pagination > li.disabled > span,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > span:hover,
.pagination > li.disabled > a:focus,
.pagination > li.disabled > span:focus {
  color: #171940;
  background: #FFFFFF;
}
@media (max-width: 1199px) {
  .user-block {
    float: right;
    padding: 12px 0;
  }
  .no-flex-little-desktop {
    display: initial;
  }
  #support-container .support-arrow {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
  #support-container .support-arrow #support-vars {
    position: relative;
    order: 1;
    top: 0;
    left: 0;
    transform: none;
    height: 100px;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  }
  #support-container .support-arrow .text-block {
    height: 45px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  #support-container .support-arrow #supp-arrow {
    height: 100%;
    width: 45px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #support-container.opened .support-arrow {
    height: 145px;
  }
  #support-container.opened + li > a {
    box-shadow: inset 0px 5px 5px -5px rgba(0, 0, 0, 0.15);
  }
  .new-counts {
    left: 9px;
    right: auto;
    top: 5px;
  }
  .text-push-profit {
    text-align: left;
  }
  .width-all-little-desktop {
    margin-left: -30px;
    margin-right: -30px;
  }
  .max-width-little-desktop {
    max-width: 100%;
  }
  .nav > li.little-desktop-inline {
    display: inline-block;
  }
  .nav > li.little-desktop-block {
    display: block;
  }
  .nav > li.no-little-desktop {
    display: none;
  }
  .pushsiterequestsettingsform-srtype .radio label div {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 20px;
  }
  .block-margin-tablet-top {
    margin-top: 20px;
  }
  .block-double-margin-tablet-top {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 15px;
  }
}
.svg {
  display: inline-block;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.svg.block {
  display: block;
}
.svg.filter {
  -webkit-mask-image: url("/images/icons/svg/filter.svg");
          mask-image: url("/images/icons/svg/filter.svg");
  width: 22px;
  height: 22px;
}
.svg.settings {
  -webkit-mask-image: url("/images/icons/svg/settings.svg");
          mask-image: url("/images/icons/svg/settings.svg");
  width: 22px;
  height: 22px;
}
.svg.delete {
  -webkit-mask-image: url("/images/icons/svg/actions/delete.svg");
          mask-image: url("/images/icons/svg/actions/delete.svg");
  width: 16px;
  height: 16px;
}
.svg.add {
  -webkit-mask-image: url("/images/icons/svg/actions/add.svg");
          mask-image: url("/images/icons/svg/actions/add.svg");
  width: 16px;
  height: 16px;
}
.svg.edit {
  -webkit-mask-image: url("/images/icons/svg/actions/edit.svg");
          mask-image: url("/images/icons/svg/actions/edit.svg");
  width: 16px;
  height: 16px;
}
.svg.restore {
  -webkit-mask-image: url("/images/icons/svg/actions/restore.svg");
          mask-image: url("/images/icons/svg/actions/restore.svg");
  width: 22px;
  height: 22px;
}
.svg.refresh {
  -webkit-mask-image: url("/images/icons/svg/actions/refresh.svg");
          mask-image: url("/images/icons/svg/actions/refresh.svg");
  width: 19px;
  height: 19px;
}
.svg.code {
  -webkit-mask-image: url("/images/icons/svg/actions/code.svg");
          mask-image: url("/images/icons/svg/actions/code.svg");
  width: 22px;
  height: 22px;
}
.svg.comment {
  -webkit-mask-image: url("/images/icons/svg/actions/comment.svg");
          mask-image: url("/images/icons/svg/actions/comment.svg");
  width: 22px;
  height: 22px;
}
.svg.copy {
  -webkit-mask-image: url("/images/icons/svg/actions/copy.svg");
          mask-image: url("/images/icons/svg/actions/copy.svg");
  width: 13px;
  height: 16px;
}
.svg.copied {
  -webkit-mask-image: url("/images/icons/svg/actions/copied.svg");
          mask-image: url("/images/icons/svg/actions/copied.svg");
  width: 13px;
  height: 16px;
}
.svg.push-web {
  -webkit-mask-image: url("/images/icons/svg/push/web.svg");
          mask-image: url("/images/icons/svg/push/web.svg");
  width: 18px;
  height: 18px;
}
.svg.push-ios {
  -webkit-mask-image: url("/images/icons/svg/push/ios.svg");
          mask-image: url("/images/icons/svg/push/ios.svg");
  width: 18px;
  height: 18px;
}
.svg.wallet {
  -webkit-mask-image: url("/images/icons/wallet.svg");
          mask-image: url("/images/icons/wallet.svg");
  width: 42px;
  height: 42px;
}
.svg.money {
  -webkit-mask-image: url("/images/icons/money.svg");
          mask-image: url("/images/icons/money.svg");
  width: 42px;
  height: 42px;
}
.svg.mobile-device {
  -webkit-mask-image: url("/images/icons/sites/mobile.svg");
          mask-image: url("/images/icons/sites/mobile.svg");
  width: 12px;
  height: 20px;
}
.svg.tablet-device {
  -webkit-mask-image: url("/images/icons/sites/tablet.svg");
          mask-image: url("/images/icons/sites/tablet.svg");
  width: 18px;
  height: 20px;
}
.svg.desktop-device {
  -webkit-mask-image: url("/images/icons/sites/desktop.svg");
          mask-image: url("/images/icons/sites/desktop.svg");
  width: 20px;
  height: 18px;
}
.svg.mobile-device.big-icon,
.svg.tablet-device.big-icon,
.svg.desktop-device.big-icon {
  height: 36px;
  width: 40px;
}
.svg.plus {
  -webkit-mask-image: url("/images/icons/plus.svg");
          mask-image: url("/images/icons/plus.svg");
  width: 22px;
  height: 22px;
}
.svg.plus.small-size {
  width: 16px;
  height: 16px;
}
.svg.minus {
  -webkit-mask-image: url("/images/icons/minus.svg");
          mask-image: url("/images/icons/minus.svg");
  width: 22px;
  height: 3px;
}
.svg.minus.small-size {
  width: 16px;
  height: 4px;
}
.svg.add-allow {
  -webkit-mask-image: url("/images/icons/add-allow.svg");
          mask-image: url("/images/icons/add-allow.svg");
  width: 18px;
  height: 18px;
}
.svg.moderate {
  -webkit-mask-image: url("/images/icons/moderate.svg");
          mask-image: url("/images/icons/moderate.svg");
  width: 7px;
  height: 9px;
}
.svg.download {
  -webkit-mask-image: url("/images/icons/download.svg");
          mask-image: url("/images/icons/download.svg");
}
.svg.delete-secondary {
  -webkit-mask-image: url("/images/icons/sites/delete.svg");
          mask-image: url("/images/icons/sites/delete.svg");
  width: 20px;
  height: 22px;
}
.svg.copy-secondary {
  -webkit-mask-image: url("/images/icons/sites/copy.svg");
          mask-image: url("/images/icons/sites/copy.svg");
  width: 19px;
  height: 22px;
}
.svg.code-secondary {
  -webkit-mask-image: url("/images/icons/sites/code.svg");
          mask-image: url("/images/icons/sites/code.svg");
  width: 19px;
  height: 19px;
}
.svg.edits {
  -webkit-mask-image: url("/images/icons/sites/edits.svg");
          mask-image: url("/images/icons/sites/edits.svg");
  width: 19px;
  height: 19px;
}
.svg.goto {
  -webkit-mask-image: url("/images/icons/goto.svg");
          mask-image: url("/images/icons/goto.svg");
  width: 22px;
  height: 22px;
}
.svg.send {
  -webkit-mask-image: url("/images/icons/send.svg");
          mask-image: url("/images/icons/send.svg");
  width: 18px;
  height: 18px;
}
.svg.view {
  -webkit-mask-image: url("/images/icons/view.svg");
          mask-image: url("/images/icons/view.svg");
  width: 18px;
  height: 18px;
}
.svg.clicking {
  -webkit-mask-image: url("/images/icons/clicking.svg");
          mask-image: url("/images/icons/clicking.svg");
  width: 18px;
  height: 18px;
}
.svg.bar-chart {
  -webkit-mask-image: url("/images/chart/bar-chart.svg");
          mask-image: url("/images/chart/bar-chart.svg");
  width: 31px;
  height: 18px;
}
.svg.area-chart {
  -webkit-mask-image: url("/images/chart/area-chart-fill.svg");
          mask-image: url("/images/chart/area-chart-fill.svg");
  width: 30px;
  height: 18px;
}
.svg.load-file {
  -webkit-mask-image: url("/images/report/load_file.svg");
          mask-image: url("/images/report/load_file.svg");
  width: 12px;
  height: 15px;
}
.svg.filter-secondary {
  -webkit-mask-image: url("/images/report/filter_icon.svg");
          mask-image: url("/images/report/filter_icon.svg");
  width: 22px;
  height: 22px;
}
.svg.calendar {
  -webkit-mask-image: url("/images/icons/calendar.svg");
          mask-image: url("/images/icons/calendar.svg");
  width: 18px;
  height: 18px;
}
.svg.image {
  -webkit-mask-image: url("/images/icons/image.svg");
          mask-image: url("/images/icons/image.svg");
  width: 22px;
  height: 20px;
}
.svg.reload {
  -webkit-mask-image: url("/images/icons/sites/reload.svg");
          mask-image: url("/images/icons/sites/reload.svg");
  width: 22px;
  height: 19px;
}
.svg.restore-secondary {
  -webkit-mask-image: url("/images/icons/sites/restore.svg");
          mask-image: url("/images/icons/sites/restore.svg");
  width: 22px;
  height: 22px;
}
.svg.archive {
  -webkit-mask-image: url("/images/icons/sites/archive.svg");
          mask-image: url("/images/icons/sites/archive.svg");
  width: 21px;
  height: 22px;
}
.svg.news {
  -webkit-mask-image: url("/images/icons/news.svg");
          mask-image: url("/images/icons/news.svg");
  width: 18px;
  height: 18px;
}
.svg.bell {
  -webkit-mask-image: url("/images/icons/bell.svg");
          mask-image: url("/images/icons/bell.svg");
  width: 24px;
  height: 23px;
}
.svg.shield {
  -webkit-mask-image: url("/images/icons/admin1.svg");
          mask-image: url("/images/icons/admin1.svg");
  width: 20px;
  height: 22px;
}
.svg.shop {
  -webkit-mask-image: url("/images/icons/shop.svg");
          mask-image: url("/images/icons/shop.svg");
  width: 14px;
  height: 19px;
}
.svg.faq {
  -webkit-mask-image: url("/images/icons/faq.svg");
          mask-image: url("/images/icons/faq.svg");
  width: 18px;
  height: 18px;
}
.svg.telegram {
  -webkit-mask-image: url("/images/icons/telegram-icon.svg");
          mask-image: url("/images/icons/telegram-icon.svg");
  width: 23px;
  height: 18px;
}
.svg.users {
  -webkit-mask-image: url("/images/icons/users.svg");
          mask-image: url("/images/icons/users.svg");
  width: 23px;
  height: 23px;
}
.svg.manage-sites {
  -webkit-mask-image: url("/images/icons/manage-site.svg");
          mask-image: url("/images/icons/manage-site.svg");
  width: 18px;
  height: 18px;
}
.svg.exit {
  -webkit-mask-image: url("/images/icons/exit.svg");
          mask-image: url("/images/icons/exit.svg");
  width: 14px;
  height: 20px;
}
.svg.telegram-secondary {
  -webkit-mask-image: url("/images/tg-icon.svg");
          mask-image: url("/images/tg-icon.svg");
  width: 14px;
  height: 20px;
}
.svg.support {
  -webkit-mask-image: url("/images/icons/support1.svg");
          mask-image: url("/images/icons/support1.svg");
  width: 14px;
  height: 20px;
}
.svg.arrow {
  -webkit-mask-image: url("/images/icons/arrow.svg");
          mask-image: url("/images/icons/arrow.svg");
  width: 10px;
  height: 6px;
}
.svg.arrow.arrow-top {
  transform: rotate(180deg);
}
.svg.clear-settings {
  -webkit-mask-image: url("/images/icons/teaser/clear-settings.svg");
          mask-image: url("/images/icons/teaser/clear-settings.svg");
  width: 24px;
  height: 24px;
}
.svg.align-icon-center {
  -webkit-mask-image: url("/images/icons/teaser/align/center.svg");
          mask-image: url("/images/icons/teaser/align/center.svg");
  width: 26px;
  height: 26px;
}
.svg.align-icon-justify {
  -webkit-mask-image: url("/images/icons/teaser/align/justify.svg");
          mask-image: url("/images/icons/teaser/align/justify.svg");
  width: 26px;
  height: 26px;
}
.svg.align-icon-left {
  -webkit-mask-image: url("/images/icons/teaser/align/left.svg");
          mask-image: url("/images/icons/teaser/align/left.svg");
  width: 26px;
  height: 26px;
}
.svg.align-icon-right {
  -webkit-mask-image: url("/images/icons/teaser/align/right.svg");
          mask-image: url("/images/icons/teaser/align/right.svg");
  width: 26px;
  height: 26px;
}
.svg.info {
  -webkit-mask-image: url("/images/icons/info_icon.svg");
          mask-image: url("/images/icons/info_icon.svg");
  width: 24px;
  height: 24px;
}
.svg.close-block {
  -webkit-mask-image: url("/images/close-popup.svg");
          mask-image: url("/images/close-popup.svg");
  width: 14px;
  height: 14px;
}
.svg.clock {
  -webkit-mask-image: url("/images/icons/clock.svg");
          mask-image: url("/images/icons/clock.svg");
  width: 18px;
  height: 18px;
}
.svg.visibility-on {
  -webkit-mask-image: url("/images/icons/visibility_on.svg");
          mask-image: url("/images/icons/visibility_on.svg");
  width: 18px;
  height: 18px;
}
.svg.visibility-on-thin {
  -webkit-mask-image: url("/images/icons/visibility_on_thin.svg");
          mask-image: url("/images/icons/visibility_on_thin.svg");
  width: 18px;
  height: 18px;
}
.svg.unlock {
  -webkit-mask-image: url("/images/icons/unlock.svg");
          mask-image: url("/images/icons/unlock.svg");
  width: 18px;
  height: 18px;
}
.svg.currency-rub {
  -webkit-mask-image: url("/images/icons/currency/rub_icon.svg");
          mask-image: url("/images/icons/currency/rub_icon.svg");
  width: 8px;
  height: 10px;
}
.svg.confirm {
  -webkit-mask-image: url("/images/icons/confirm.svg");
          mask-image: url("/images/icons/confirm.svg");
  width: 20px;
  height: 20px;
}
.svg.close-mini {
  -webkit-mask-image: url("/images/icons/close_mini.svg");
          mask-image: url("/images/icons/close_mini.svg");
  width: 14px;
  height: 14px;
}
.svg.image-select {
  -webkit-mask-image: url("/images/icons/image-select.svg");
          mask-image: url("/images/icons/image-select.svg");
  width: 24px;
  height: 24px;
}
.svg.video {
  -webkit-mask-image: url("/images/icons/videocam.svg");
          mask-image: url("/images/icons/videocam.svg");
  width: 18px;
  height: 18px;
}
.svg.save {
  -webkit-mask-image: url("/images/icons/save.svg");
          mask-image: url("/images/icons/save.svg");
  width: 24px;
  height: 24px;
}
.svg.clipboard-text {
  -webkit-mask-image: url("/images/icons/clipboard-text.svg");
          mask-image: url("/images/icons/clipboard-text.svg");
  width: 24px;
  height: 24px;
}
.svg.info-sign {
  -webkit-mask-image: url("/images/icons/info_sign.svg");
          mask-image: url("/images/icons/info_sign.svg");
  width: 18px;
  height: 18px;
}
.svg.format-size {
  -webkit-mask-image: url("/images/icons/format_size.svg");
          mask-image: url("/images/icons/format_size.svg");
  width: 18px;
  height: 18px;
}
.svg.link {
  -webkit-mask-image: url("/images/icons/link.svg");
          mask-image: url("/images/icons/link.svg");
  width: 18px;
  height: 18px;
}
.svg.profit {
  -webkit-mask-image: url("/images/icons/profit.svg");
          mask-image: url("/images/icons/profit.svg");
  width: 18px;
  height: 18px;
}
.svg.enter {
  -webkit-mask-image: url("/images/icons/enter.svg");
          mask-image: url("/images/icons/enter.svg");
  width: 18px;
  height: 18px;
}
.svg.less {
  width: 18px;
  height: 18px;
}
.svg.little {
  width: 16px;
  height: 16px;
}
.svg.api {
  -webkit-mask-image: url("/images/icons/left-menu/api.svg");
          mask-image: url("/images/icons/left-menu/api.svg");
  width: 22px;
  height: 22px;
}
.svg.banners {
  -webkit-mask-image: url("/images/icons/left-menu/banners.svg");
          mask-image: url("/images/icons/left-menu/banners.svg");
  width: 22px;
  height: 19px;
}
.svg.construct-teas {
  -webkit-mask-image: url("/images/icons/left-menu/construct-teas.svg");
          mask-image: url("/images/icons/left-menu/construct-teas.svg");
  width: 22px;
  height: 20px;
}
.svg.feedback {
  -webkit-mask-image: url("/images/icons/left-menu/feedback.svg");
          mask-image: url("/images/icons/left-menu/feedback.svg");
  width: 22px;
  height: 22px;
}
.svg.finances {
  -webkit-mask-image: url("/images/icons/left-menu/finances.svg");
          mask-image: url("/images/icons/left-menu/finances.svg");
  width: 22px;
  height: 21px;
}
.svg.home {
  -webkit-mask-image: url("/images/icons/left-menu/home.svg");
          mask-image: url("/images/icons/left-menu/home.svg");
  width: 22px;
  height: 22px;
}
.svg.network {
  -webkit-mask-image: url("/images/icons/left-menu/network.svg");
          mask-image: url("/images/icons/left-menu/network.svg");
  width: 22px;
  height: 22px;
}
.svg.posts {
  -webkit-mask-image: url("/images/icons/left-menu/posts.svg");
          mask-image: url("/images/icons/left-menu/posts.svg");
  width: 22px;
  height: 22px;
}
.svg.push {
  -webkit-mask-image: url("/images/icons/left-menu/push.svg");
          mask-image: url("/images/icons/left-menu/push.svg");
  width: 22px;
  height: 22px;
}
.svg.service {
  -webkit-mask-image: url("/images/icons/left-menu/service.svg");
          mask-image: url("/images/icons/left-menu/service.svg");
  width: 22px;
  height: 16px;
}
.svg.sites {
  -webkit-mask-image: url("/images/icons/left-menu/sites.svg");
          mask-image: url("/images/icons/left-menu/sites.svg");
  width: 22px;
  height: 21px;
}
.svg.stats {
  -webkit-mask-image: url("/images/icons/left-menu/stats.svg");
          mask-image: url("/images/icons/left-menu/stats.svg");
  width: 22px;
  height: 22px;
}
.svg.tracker {
  -webkit-mask-image: url("/images/icons/left-menu/tracker.svg");
          mask-image: url("/images/icons/left-menu/tracker.svg");
  width: 22px;
  height: 22px;
}
.svg.wallet {
  -webkit-mask-image: url("/images/icons/left-menu/wallet.svg");
          mask-image: url("/images/icons/left-menu/wallet.svg");
  width: 22px;
  height: 22px;
}
.svg.wp-plugin {
  -webkit-mask-image: url("/images/icons/left-menu/wp-plugin.svg");
          mask-image: url("/images/icons/left-menu/wp-plugin.svg");
  width: 22px;
  height: 22px;
}
.svg.search {
  -webkit-mask-image: url("/images/icons/search.svg");
          mask-image: url("/images/icons/search.svg");
  width: 16px;
  height: 16px;
}
.svg.tools {
  -webkit-mask-image: url("/images/icons/left-menu/tools.svg");
          mask-image: url("/images/icons/left-menu/tools.svg");
  width: 19px;
  height: 19px;
}
.svg.log-in {
  -webkit-mask-image: url("/images/icons/left-menu/log-in.svg");
          mask-image: url("/images/icons/left-menu/log-in.svg");
  width: 14px;
  height: 14px;
}
.svg.language {
  -webkit-mask-image: url("/images/icons/language.svg");
          mask-image: url("/images/icons/language.svg");
  width: 22px;
  height: 22px;
}
@keyframes opacity-anim {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.instruction-popup:not(.hidden) ~ .button-action {
  background: #FFF;
}
.button-action {
  padding: 7px 0;
  display: block;
  position: relative;
}
.button-action.with-border {
  width: 34px;
  height: 21px;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-action.with-border > .currency-icon:not(:first-child) {
  margin-left: 3px !important;
}
.button-action.with-border:not(:first-child) {
  border-left: 1px solid #CBD2E0;
}
.button-action[data-title]:before {
  right: 50%;
  left: auto;
  margin-right: -15px;
}
.button-action[data-title]:after {
  right: 50%;
  margin-right: -5px;
}
.button-action[data-title]:before {
  right: 50%;
  left: auto;
  margin-right: 0;
  transform: translateX(50%);
}
.button-action[data-title]:after {
  right: 50%;
  margin-right: -5px;
}
.button-action:not(:last-child),
.button-action.with-padding {
  padding-right: 15px;
}
.button-action:not(:first-child),
.button-action.with-padding {
  padding-left: 15px;
}
.button-action.more-half-margin:not(:last-child),
.button-action.with-padding {
  padding-right: 10px;
}
.button-action.more-half-margin:not(:first-child),
.button-action.with-padding {
  padding-left: 10px;
}
.button-action.half-margin:not(:last-child),
.button-action.with-padding {
  padding-right: 7px;
}
.button-action.half-margin:not(:first-child),
.button-action.with-padding {
  padding-left: 7px;
}
.button-action.little-margin:not(:last-child),
.button-action.with-padding {
  padding-right: 5px;
}
.button-action.little-margin:not(:first-child),
.button-action.with-padding {
  padding-left: 5px;
}
.button-action.no-padding {
  padding: 0;
}
.button-action .action-icon-wrap {
  width: 24px;
  height: 24px;
  background: #F5F6FA;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button-action .action-icon-wrap > .currency-icon:not(:first-child) {
  margin-left: 3px !important;
}
.block-buttons-actions {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.block-buttons-actions > .currency-icon:not(:first-child) {
  margin-left: 3px !important;
}
.block-buttons-actions.min-width20 > * {
  min-width: 20px;
}
.tablet-inline .button-action {
  margin-right: 17px;
}
.button-action {
  cursor: pointer;
}
.button-action .svg {
  display: block;
  background-color: #525F7F;
}
.button-action svg {
  display: block;
}
.button-action svg path:not(.stroke) {
  fill: #525F7F;
  transition: 0.2s;
}
.button-action svg circle,
.button-action svg path.stroke {
  stroke: #525F7F;
  transition: 0.2s;
}
.button-action:hover .svg {
  background-color: #518EF7;
}
.button-action:hover svg path:not(.stroke) {
  fill: #518EF7;
}
.button-action:hover svg circle,
.button-action:hover svg path.stroke {
  stroke: #518EF7;
}
.button-action.stroke-edit .svg {
  background-color: #525F7F;
}
.button-action.stroke-edit svg path {
  fill: none;
  stroke: #525F7F;
  transition: 0.2s;
}
.button-action.stroke-edit:hover .svg {
  background-color: #518EF7;
}
.button-action.stroke-edit:hover svg path {
  stroke: #518EF7;
}
.button-action.delete:hover .svg {
  background-color: #FE6B69;
}
.button-action.delete:hover svg path:not(.stroke) {
  fill: #FE6B69;
}
.button-action.delete:hover svg circle,
.button-action.delete:hover svg path.stroke {
  stroke: #FE6B69;
}
.button-action.archive:hover .svg {
  background-color: #F6881F;
}
.button-action.archive:hover svg path:not(.stroke) {
  fill: #F6881F;
}
.button-action.archive:hover svg circle,
.button-action.archive:hover svg path.stroke {
  stroke: #F6881F;
}
@media (max-width: 1439px) {
  .button-action:not(.no-padding):not(:last-child),
  .button-action:not(.no-padding).with-padding {
    padding-right: 10px;
  }
  .button-action:not(.no-padding):not(:first-child),
  .button-action:not(.no-padding).with-padding {
    padding-left: 10px;
  }
  .button-action.little-margin:not(:last-child),
  .button-action.with-padding {
    padding-right: 5px;
  }
  .button-action.little-margin:not(:first-child),
  .button-action.with-padding {
    padding-left: 5px;
  }
}
@media (max-width: 1199px) {
  .button-action:not(.no-padding):not(:last-child),
  .button-action:not(.no-padding).with-padding {
    padding-right: 5px;
  }
  .button-action:not(.no-padding):not(:first-child),
  .button-action:not(.no-padding).with-padding {
    padding-left: 5px;
  }
}
.dropzone {
  border: 1px dashed #8D9CBA;
  position: relative;
  background: #ffffff;
  padding: 30px;
  border-radius: 5px;
}
.dropzone .dz-message {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  color: #525F7F;
  padding: 0;
  margin: 18px 0;
}
.dropzone .dz-message svg {
  display: block;
  margin: 0 auto 15px;
  width: 47px;
  height: auto;
}
.dropzone .dz-message svg path {
  fill: #CBD2E0;
}
.dropzone .dz-preview {
  margin: 2px 11px;
}
.dropzone .dz-inline svg {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.dropzone .dz-inline p {
  display: inline-block;
  color: #C3C9D4;
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
  margin: auto;
  vertical-align: middle;
}
.dropzone .dz-inline p span {
  display: block;
}
.dropzone .dz-inline.dz-message {
  margin: 0px 0;
}
.insert-image {
  position: relative;
  cursor: pointer;
}
.insert-image > div:first-child {
  border: 1px dashed #8D9CBA;
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  width: 200px;
  height: 135px;
  transition: 0.15s linear;
}
.insert-image > div:first-child svg {
  display: block;
  width: 47px;
  height: auto;
  position: absolute;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
}
.insert-image > div:first-child svg path {
  fill: #CBD2E0;
  transition: fill 0.15s linear;
}
.insert-image:hover > div:first-child {
  background: #F2F8FF;
  border-color: #518EF7;
}
.insert-image:hover > div:first-child svg path {
  fill: #518EF7;
}
.insert-image img {
  height: 100%;
  display: block;
}
.hover-dropzone {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  min-height: unset;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
.hover-dropzone .dz-message svg * {
  transition: 0.2s;
}
img ~ .hover-dropzone {
  background: rgba(23, 25, 64, 0.6);
}
img ~ .hover-dropzone .dz-message {
  color: #FFF;
}
img ~ .hover-dropzone .dz-message svg path {
  fill: #FFF;
}
.push-dropzone {
  width: 192px;
  max-width: 100%;
  padding-top: 100%;
  cursor: pointer;
  background: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  transition: background 0.15s linear;
  position: relative;
  color: #525F7F;
}
.push-dropzone .dz-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 30px 0 15px;
  border: 1px dashed #8D9CBA;
  transition: border-color 0.15s linear;
}
.push-dropzone .img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  border: 1px solid #CBD2E0;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}
.push-dropzone .img img {
  width: 100%;
}
.push-dropzone .img-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.push-dropzone .img-plus svg * {
  transition: 0.15s linear;
}
.push-dropzone .img-plus svg circle {
  stroke: #8D9CBA;
}
.push-dropzone .img-plus svg path {
  fill: #8D9CBA;
}
.push-dropzone .back-img svg {
  display: block;
  margin: 0 auto 15px;
  width: 47px;
  height: auto;
}
.push-dropzone .back-img svg path {
  fill: #CBD2E0;
  transition: fill 0.15s linear;
}
.push-dropzone .size-img {
  font-size: 17px;
  line-height: 22px;
  color: #282828;
}
.push-dropzone .img-ext {
  font-size: 14px;
  line-height: 22px;
  color: #8D9CBA;
}
.push-dropzone .img-desc {
  font-size: 12px;
  line-height: 17px;
  color: #8D9CBA;
  width: 245px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5px;
}
.push-dropzone.middle-image {
  width: 227px;
}
.push-dropzone.more-image {
  width: 360px;
  padding-top: 66.6667%;
}
.push-dropzone.more-image .dz-message {
  padding: 30px 0;
}
.push-dropzone.with-img .dz-message {
  display: none;
}
.push-dropzone.with-img .img {
  display: flex;
}
.push-dropzone:not(.with-img):hover {
  background: #F2F8FF;
}
.push-dropzone:not(.with-img):hover .dz-message {
  border-color: #518EF7;
}
.push-dropzone:not(.with-img):hover .img-plus svg circle {
  stroke: #518EF7;
  fill: #518EF7;
}
.push-dropzone:not(.with-img):hover .img-plus svg path {
  fill: #FFFFFF;
}
.push-dropzone:not(.with-img):hover .back-img svg path {
  fill: #518EF7;
}
.img-control {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  overflow: hidden;
  text-align: right;
  z-index: 1;
}
.img-control span {
  width: 19px;
  height: 19px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  align-items: center;
}
.img-control svg path {
  transition: fill 0.15s linear;
  fill: #525F7F;
}
.img-control .crop-img:hover svg path {
  fill: #518EF7;
}
.img-control .delete-img:hover svg path {
  fill: #FE6B69;
}
.dropzone-product-section {
  width: 360px;
}
.dropzone-product-wrap {
  height: 310px;
}
.dropzone-product-wrap .select-images {
  overflow: hidden;
  position: relative;
  display: flex;
  width: 100%;
}
.dropzone-product-wrap .select-images .dropzone-img-wrap {
  border: 2px solid #3761EA;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.dropzone-product-wrap .select-images .dropzone-img-wrap + .dropzone {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  background-color: white;
  z-index: 2;
}
.dropzone-product-wrap .select-images .dropzone-img-wrap .edit-img {
  width: 35px;
  height: 35px;
  background: #3761EA;
  border-radius: 0px 7px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropzone-product-wrap .select-images:hover .dropzone,
.dropzone-product-wrap .select-images.active .dropzone {
  display: block;
}
.dropzone-product-wrap .product-dropzone {
  border: 3px dashed #3761EA;
  border-radius: 8px;
  width: 100%;
}
.dropzone-product-wrap .product-dropzone .dz-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  margin: 0;
}
.dropzone-product-wrap .product-dropzone .dz-message svg {
  width: auto;
}
.dropzone-product-wrap .product-dropzone .dz-message svg * {
  fill: #CBD2E0;
  transition: 0.2s;
}
.dropzone-product-wrap .product-dropzone span {
  font-size: 22px;
  line-height: 27px;
  color: #525F7F;
}
.dropzone-product-wrap .product-dropzone:hover .dz-message svg * {
  fill: #3761EA;
}
@media (max-width: 767px) {
  .dropzone .dz-message {
    font-size: 12px;
  }
  .push-dropzone .dz-message {
    padding: 10px 0;
  }
  .push-dropzone .size-img {
    line-height: 17px;
  }
  .push-dropzone .img-desc {
    line-height: 14px;
  }
  .push-dropzone.more-image .dz-message {
    padding: 10px 0;
  }
}
/* MAD-RIPPLE EFFECT */
.ripple {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  transform: translateZ(0);
  border-radius: inherit;
  /* inherit from parent (rounded buttons etc) */
  pointer-events: none;
  /* allow user interaction */
  animation: ripple-shadow 0.4s forwards;
}
.rippleWave {
  backface-visibility: hidden;
  position: absolute;
  border-radius: 50%;
  transform: scale(0.7);
  background: #ffffff;
  opacity: 0.45;
  animation: ripple 1.5s forwards;
}
@keyframes ripple-shadow {
  0% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  20% {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  }
  100% {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes ripple {
  to {
    transform: scale(24);
    opacity: 0;
  }
}
.slider-finance-cards.flickity-enabled {
  padding-bottom: 26px;
}
.slider-finance-cards .flickity-viewport {
  width: 100%;
}
.slider-finance-cards .flickity-page-dots {
  bottom: 0;
}
.slider-finance-cards .flickity-page-dots .dot {
  margin: 0 4px;
  opacity: 1;
  background-color: #CBD2E0;
  transition: background-color 0.2s linear;
}
.slider-finance-cards .flickity-page-dots .dot.is-selected {
  background-color: #518EF7;
}
.notifications-blocks {
  background: #F5F6FA;
  margin-bottom: 30px;
}
.notification {
  padding: 20px 30px 5px;
  position: relative;
}
.header-notification {
  word-break: break-word;
}
.notification-text {
  line-height: 24px;
  word-break: break-word;
}
.notification-nav {
  padding-top: 20px;
}
.notification-pagination {
  color: #9F9F9F;
  font-size: 12px;
  padding: 8px 0 0;
}
.notification-pagination div {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.my-timepicker-div {
  position: absolute;
  z-index: 5;
  text-align: center;
  border: 0;
  background-color: white;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 7px rgba(0, 0, 0, 0.03);
}
.my-timepicker-div span {
  padding-right: 0.1rem;
  padding-left: 0.1rem;
}
.my-timepicker-div .ampm-button {
  width: 3rem;
  height: 3rem;
}
.my-timepicker-div .row {
  display: flex;
  margin: 0;
}
.my-timepicker-div .hour-select,
.my-timepicker-div .min-select {
  height: 186px !important;
  overflow: auto;
  width: 70px;
  border: 0;
  padding: 0;
  scrollbar-color: #8D9CBA rgba(0, 0, 0, 0.04);
  scrollbar-width: thin;
}
.my-timepicker-div .hour-select::-webkit-scrollbar,
.my-timepicker-div .min-select::-webkit-scrollbar {
  width: 4px;
}
.my-timepicker-div .hour-select::-webkit-scrollbar-track,
.my-timepicker-div .min-select::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.04);
  border-radius: 0px;
}
.my-timepicker-div .hour-select::-webkit-scrollbar-thumb,
.my-timepicker-div .min-select::-webkit-scrollbar-thumb {
  background: #8D9CBA;
}
.my-timepicker-div button {
  min-width: unset;
  min-height: 36px;
}
.my-timepicker-div .hour-select div,
.my-timepicker-div .min-select div {
  position: relative;
  font-family: ProximaNova;
  font-size: 14px;
  line-height: 17px;
  padding: 7px;
  cursor: pointer;
  transition: 0.2s;
}
.my-timepicker-div .hour-select div:hover,
.my-timepicker-div .min-select div:hover {
  background: #E3F0FF;
}
.my-timepicker-div .hour-select div.active,
.my-timepicker-div .min-select div.active {
  background: #3761EA !important;
  color: #ffffff;
}
.my-timepicker-div button {
  padding: 6px 20px;
  font-weight: normal;
}
.my-timepicker-div .cancel-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  order: -1;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #525F7F;
  padding: 0;
  margin-right: 10px;
}
.my-timepicker-div .button-block {
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.popover {
  font-size: 12px;
  line-height: 15px;
  color: #525F7F;
  border: none;
  padding: 0 !important;
  background: #ffffff;
  border-radius: 5px;
  max-width: 280px;
  box-shadow: 0px 9px 28px 8px rgba(103, 119, 134, 0.05), 0px 3px 6px -4px rgba(103, 119, 134, 0.12);
  filter: drop-shadow(0px 6px 16px rgba(103, 119, 134, 0.08));
}
.popover > .arrow {
  border-width: 3px;
}
.popover > .arrow:after {
  content: none !important;
}
.popover.left > .arrow {
  margin-top: -3px;
  right: -3px;
  border-left-color: #ffffff;
}
.popover.right > .arrow {
  margin-top: -3px;
  left: -3px;
  border-right-color: #ffffff;
}
.popover.top > .arrow {
  margin-left: -3px;
  bottom: -3px;
  border-top-color: #ffffff;
}
.popover.bottom > .arrow {
  margin-left: -3px;
  top: -3px;
  border-bottom-color: #ffffff;
}
.popover .popover-content {
  padding: 10px;
  color: #525F7F;
  font-size: 12px;
  line-height: 15px;
}
.popover .popover-content .table-cell {
  padding: 0;
}
.popover .popover-content .name {
  font-weight: 700;
  font-size: 12px;
}
.popover .popover-content .name:not(:last-child) {
  padding-right: 13px;
}
.popover .error-item:not(:last-child):after {
  content: '';
  height: 1px;
  background: rgba(203, 210, 224, 0.4);
  margin: 5px -10px;
  display: block;
}
.popover .geo-header {
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
}
.popover .geo-header.allow {
  color: #6FA270;
}
.popover .geo-header.deny {
  color: #E68D8D;
}
.error-cell + .popover {
  max-width: 375px;
}
.left-menu-items .popover .popover-content {
  white-space: nowrap;
}
.wrap.mini-left .popover.left > .arrow {
  top: 50%;
  right: auto;
  left: -6px;
  border-right-width: 6px;
  border-left-width: 0;
  border-right-color: #FFF;
}
.table.table-schedule {
  max-width: none;
  min-width: 100%;
  width: 660px;
}
.table > tbody.TimeSheet {
  border: none;
  font-size: 14px;
  display: inherit;
  width: 100%;
}
.table > tbody.TimeSheet > tr.TimeSheet-row {
  background-color: #E5E7EC;
}
.table > tbody.TimeSheet > tr > td {
  background: transparent;
  padding: 0;
  line-height: 1.1;
  width: 27px;
  height: 25px;
  border: none;
}
.table > tbody.TimeSheet > tr > td.TimeSheet-head {
  padding: 0;
  background-color: #FFF;
  position: sticky;
  left: 0;
}
.table > tbody.TimeSheet > tr > td.TimeSheet-colHead {
  text-align: center;
  font-size: 13px;
  color: #525F7F;
  padding-bottom: 10px;
}
.table > tbody.TimeSheet > tr > td.TimeSheet-rowHead {
  width: 30px;
  background-color: #FFF;
  position: sticky;
  left: 0;
}
.table > tbody.TimeSheet > tr > td.TimeSheet-cell {
  border: 1px solid #fff !important;
}
.table > tbody.TimeSheet > tr > td.TimeSheet-cell-selected {
  background: #171940;
}
.table > tbody.TimeSheet > tr > td.TimeSheet-cell-selecting {
  position: relative;
  background: none;
}
.table > tbody.TimeSheet > tr > td.TimeSheet-cell-selecting:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #171940;
}
.cke_chrome {
  border: 0 !important;
}
.cke_chrome .cke_inner {
  display: flex;
}
@media (max-width: 991px) {
  .cke_chrome .cke_inner {
    flex-direction: column;
  }
}
.cke_chrome .cke_inner .cke_top,
.cke_chrome .cke_inner .cke_contents {
  background: #FFFFFF;
  border: 1px solid #CBD2E0 !important;
  border-radius: 3px;
}
.cke_chrome .cke_inner .cke_top {
  padding: 20px;
  max-width: 360px;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .cke_chrome .cke_inner .cke_top {
    max-width: unset;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .cke_chrome .cke_inner .cke_top {
    min-width: 300px;
  }
}
@media (max-width: 460px) {
  .cke_chrome .cke_inner .cke_top {
    padding: 10px;
  }
}
.cke_chrome .cke_inner .cke_contents {
  width: 100%;
}
.cke_chrome .cke_inner .cke_bottom {
  border: 0 !important;
  display: none;
}
.cke_toolgroup a.cke_button:last-child:after,
.cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
  display: none;
}
.cke_toolbar {
  width: 100% !important;
}
.cke_toolgroup {
  margin: 0 !important;
  padding: 6px 0 !important;
  width: 100% !important;
  position: relative !important;
}
.cke_toolgroup:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #CBD2E0;
  opacity: 0.5;
}
.cke_toolgroup a.cke_button {
  padding: 5px 8px !important;
  transition: 0.2s;
}
.cke_toolgroup a.cke_button:not(:last-child) {
  margin-right: 5px;
}
.cke_toolgroup a.cke_button:not(.cke_button_disabled) {
  cursor: pointer;
}
.cke_toolgroup a.cke_button_disabled:hover,
.cke_toolgroup a.cke_button_disabled:focus,
.cke_toolgroup a.cke_button_disabled:active {
  padding: 7px 10px;
}
.cke_toolgroup a.cke_button_off:hover,
.cke_toolgroup a.cke_button_off:focus,
.cke_toolgroup a.cke_button_off:active,
.cke_toolgroup a.cke_button_on {
  padding: 7px 10px;
  background: #E3F0FF;
  border-radius: 2px;
  border: 0;
}
.cke_toolgroup .cke_button__image,
.cke_toolgroup .cke_button__source {
  float: right;
}
.cke_toolgroup .cke_button_label {
  display: none;
}
.cke_toolbar {
  display: flex;
  flex-wrap: wrap;
}
.cke_toolbar .cke_combo {
  width: 50% !important;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 5px;
}
.cke_toolbar .cke_combo:after {
  display: none;
}
.cke_toolbar .cke_combo .cke_combo_label {
  line-height: 14px;
  margin-bottom: 5px;
  display: block !important;
  color: #525F7F;
}
.cke_toolbar .cke_combo a.cke_combo_button {
  width: 95%;
  border: 1px solid #CBD2E0;
  border-radius: 3px;
  margin: 0 !important;
  padding: 0 !important;
  transition: 0.2s;
}
.cke_toolbar .cke_combo a.cke_combo_button:hover,
.cke_toolbar .cke_combo a.cke_combo_button:focus {
  background: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid #40a9ff !important;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2) !important;
}
.cke_toolbar .cke_combo a.cke_combo_button .cke_combo_text {
  width: auto;
}
.cke_toolbar .cke_combo a.cke_combo_button .cke_combo_open {
  float: right;
}
.cke_toolbar .cke_combo a.cke_combo_button .cke_combo_arrow {
  border-top: 3px solid #525F7F;
}
.cke_toolbar .cke_combo.cke_combo_on a.cke_combo_button {
  border: 1px solid #40a9ff !important;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2) !important;
}
.cke_panel {
  border: 0 !important;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 7px rgba(0, 0, 0, 0.03) !important;
}
.cke_panel_frame {
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
}
.cke_panel_frame::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.cke_panel_frame::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.cke_panel_frame::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
.cke_panel_listItem a {
  transition: 0.2s;
}
.cke_panel_listItem.cke_selected a,
.cke_panel_listItem a:hover,
.cke_panel_listItem a:focus,
.cke_panel_listItem a:active {
  background-color: #E3F0FF !important;
}
div[data-block="accordion"] {
  margin: 15px 0 15px 0;
  border: 2px solid #e7e1e1;
  position: relative;
}
div[data-block="accordion"]:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #d5d3d38c;
}
div[data-block="accordion"]:after {
  content: "Аккордеон";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  overflow: hidden;
  font-size: 18px;
  color: #f9f9f9;
  text-align: right;
  text-shadow: 0px 0px 2px black;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  padding-right: 5px;
}
div[data-block="accordion"] div[data-block="item"] {
  margin: 5px;
}
.cke_dialog_container {
  background: rgba(40, 40, 40, 0.5) !important;
}
.cke_dialog_container .cke_dialog_body {
  margin: 10px 0;
  background: #F5F6FA;
}
.cke_dialog_container .cke_dialog_body label {
  line-height: 17px;
  color: #525F7F;
}
.cke_dialog_container .cke_dialog_close_button {
  top: 25px;
}
.cke_dialog_container .cke_dialog_title {
  background: #FFFFFF;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.07);
  border-radius: 3px 3px 0px 0px;
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  color: #171940;
  border: 0;
  padding: 20px 30px;
}
.cke_dialog_container .cke_dialog_tabs {
  margin: 30px 30px 0 30px;
  display: flex;
  position: unset;
  height: auto;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.03);
  border-radius: 3px 3px 0px 0px;
}
.cke_dialog_container .cke_dialog_tabs a.cke_dialog_tab {
  border: 0;
  height: auto;
  margin: 0;
  background: rgba(203, 210, 224, 0.4);
}
.cke_dialog_container .cke_dialog_tabs a.cke_dialog_tab:focus {
  padding: 4px 8px;
}
.cke_dialog_container .cke_dialog_tabs a.cke_dialog_tab.cke_dialog_tab_selected {
  background: #FFFFFF;
}
.cke_dialog_container .cke_dialog_contents {
  margin: 0;
  border: 0;
}
.cke_dialog_container .cke_dialog_contents .cke_dialog_contents_body {
  padding: 30px;
  background-color: #FFFFFF;
}
.cke_dialog_container .cke_dialog_footer {
  background: #F5F6FA;
  border: 0;
}
.cke_dialog_container .cke_dialog_footer .cke_dialog_footer_buttons {
  margin: 15px;
}
.cke_dialog_container .cke_dialog_footer a.cke_dialog_ui_button {
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  background: rgba(203, 210, 224, 0.4);
  color: #525F7F;
  border: 0;
}
.cke_dialog_container .cke_dialog_footer a.cke_dialog_ui_button:active {
  padding: 4px 1px;
}
.cke_dialog_container .cke_dialog_footer a.cke_dialog_ui_button_ok {
  background: #3761EA;
  color: #FFFFFF;
}
.blocks-sites {
  position: relative;
}
.max-height-sites {
  max-height: 134px;
}
.sites {
  background: #FFFFFF;
  border-radius: 3px;
  padding: 20px 30px 30px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 9px 28px 8px rgba(103, 119, 134, 0.05), 0px 6px 16px rgba(103, 119, 134, 0.08), 0px 3px 6px -4px rgba(103, 119, 134, 0.12);
}
.sites .filter-actions_title {
  font-size: 18px;
  line-height: 1;
  color: #171940;
}
.sites.less-padding-bottom {
  padding-bottom: 20px;
}
.sites.no-shadow {
  box-shadow: none;
}
.sites .form-group {
  display: flex;
  align-items: center;
}
.sites .form-group.no-flex {
  display: inherit;
}
.sites .show-all-sites {
  padding: 10px;
  margin: 10px auto;
  text-align: center;
  cursor: pointer;
  max-width: 300px;
  color: #525F7F;
  transition: 0.2s linear;
}
.sites .show-all-sites::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 6px;
  margin-left: 10px;
  background: url('/images/icons/arrow.svg') no-repeat center;
  transition: 0.2s linear;
}
.sites .show-all-sites:hover {
  color: #171940;
}
.sites .show-all-sites.active::after {
  transform: scale(-1);
}
.sites .close-btn {
  position: relative;
  margin-right: 5px;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 5px;
}
.sites .close-btn:before,
.sites .close-btn:after {
  content: '';
  width: 10px;
  height: 1px;
  background: #8D9CBA;
  display: inline-block;
}
.sites .close-btn:before {
  transform: rotate(45deg);
}
.sites .close-btn:after {
  transform: rotate(-45deg);
  margin-left: -10px;
}
.sites .close-btn:hover:before,
.sites .close-btn:hover:after {
  background: #171940;
}
.sites .filters-line {
  margin: 30px -30px;
  border: none;
  border-top: 1px solid #CBD2E0;
  opacity: 0.4;
  flex-basis: 100%;
  flex-grow: 1;
}
.sites .filters-line.little-top {
  margin-top: 20px;
}
.form-group .background-blocks,
.background-blocks {
  all: inherit;
  max-height: unset;
  overflow: auto;
  margin: -5px;
  min-height: 10px;
  display: flex;
  padding: 0;
  box-shadow: none;
}
.form-group .background-blocks:not(.nowrap-flex),
.background-blocks:not(.nowrap-flex) {
  flex-wrap: wrap;
}
.form-group .background-blocks.no-overflow,
.background-blocks.no-overflow {
  overflow: unset;
}
.form-group .background-blocks input[type="checkbox"],
.background-blocks input[type="checkbox"],
.form-group .background-blocks input[type="radio"],
.background-blocks input[type="radio"] {
  display: none !important;
}
.form-group .background-blocks input[type="checkbox"][disabled] + label,
.background-blocks input[type="checkbox"][disabled] + label,
.form-group .background-blocks input[type="radio"][disabled] + label,
.background-blocks input[type="radio"][disabled] + label {
  border-color: #525F7F;
  color: #525F7F;
}
.form-group .background-blocks input[type="checkbox"][disabled] + *:not(.empty-sites),
.background-blocks input[type="checkbox"][disabled] + *:not(.empty-sites),
.form-group .background-blocks input[type="radio"][disabled] + *:not(.empty-sites),
.background-blocks input[type="radio"][disabled] + *:not(.empty-sites) {
  cursor: not-allowed;
  opacity: 0.6;
}
.form-group .background-blocks > *,
.background-blocks > * {
  outline: none;
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  border-radius: 3px;
  margin: 5px;
  transition: 0.2s;
  padding: 8px;
  background: #FFF;
  position: relative;
  line-height: 1;
  border: 1px solid #525F7F;
  color: #525F7F;
  font-size: 14px;
  font-weight: 400;
}
.form-group .background-blocks > * img,
.background-blocks > * img {
  margin-right: 13px;
  display: inline-block;
  transition: 0.3s;
}
.form-group .background-blocks > *:hover,
.background-blocks > *:hover,
.form-group .background-blocks > *:focus,
.background-blocks > *:focus {
  border-color: #171940;
  color: #171940;
  text-decoration: none;
}
.form-group .background-blocks.brown > *,
.background-blocks.brown > * {
  border-color: #9C9EB0;
  color: #9C9EB0;
}
.form-group .background-blocks.gray > *,
.background-blocks.gray > * {
  border-color: #E5E7EC;
  background: #E5E7EC;
  color: #171940;
}
.form-group .background-blocks.gray > *:hover,
.background-blocks.gray > *:hover,
.form-group .background-blocks.gray > *:focus,
.background-blocks.gray > *:focus {
  background: #E5E7EC;
  border-color: #171940;
}
.form-group .background-blocks.gray > *.active,
.background-blocks.gray > *.active,
.form-group .background-blocks.gray > *.selected,
.background-blocks.gray > *.selected,
.form-group .background-blocks.gray > input:checked + *,
.background-blocks.gray > input:checked + * {
  background: #171940;
  border-color: #171940;
}
.form-group .background-blocks > *.active,
.background-blocks > *.active,
.form-group .background-blocks > *.selected,
.background-blocks > *.selected,
.form-group .background-blocks > input:checked + *,
.background-blocks > input:checked + * {
  background: #171940;
  border-color: #525F7F;
  z-index: 1;
  color: #FFF;
}
.form-group .background-blocks > *.active:hover,
.background-blocks > *.active:hover,
.form-group .background-blocks > *.selected:hover,
.background-blocks > *.selected:hover,
.form-group .background-blocks > input:checked + *:hover,
.background-blocks > input:checked + *:hover,
.form-group .background-blocks > *.active:focus,
.background-blocks > *.active:focus,
.form-group .background-blocks > *.selected:focus,
.background-blocks > *.selected:focus,
.form-group .background-blocks > input:checked + *:focus,
.background-blocks > input:checked + *:focus {
  color: #ffffff;
}
.form-group .background-blocks > *.active .close-btn:before,
.background-blocks > *.active .close-btn:before,
.form-group .background-blocks > *.selected .close-btn:before,
.background-blocks > *.selected .close-btn:before,
.form-group .background-blocks > input:checked + * .close-btn:before,
.background-blocks > input:checked + * .close-btn:before,
.form-group .background-blocks > *.active .close-btn:after,
.background-blocks > *.active .close-btn:after,
.form-group .background-blocks > *.selected .close-btn:after,
.background-blocks > *.selected .close-btn:after,
.form-group .background-blocks > input:checked + * .close-btn:after,
.background-blocks > input:checked + * .close-btn:after {
  background: #ffffff;
}
.form-group .background-blocks.little-margin,
.background-blocks.little-margin {
  margin: -2px;
}
.form-group .background-blocks.little-margin > *,
.background-blocks.little-margin > * {
  margin: 2px;
}
.form-group .background-blocks.more-margin,
.background-blocks.more-margin {
  margin: -10px;
}
.form-group .background-blocks.more-margin > *,
.background-blocks.more-margin > * {
  margin: 10px;
}
.show-groups {
  padding-right: 45px;
  position: relative;
}
.show-groups::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 45px;
  background: #3761EA;
  -webkit-mask-image: url("/images/select-arrow.svg");
          mask-image: url("/images/select-arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: 0.2s linear;
}
.show-groups.active-item::after {
  transform: scale(1, -1);
}
.sites-groups .max-width-input {
  width: 100%;
  max-width: 220px;
}
@media (max-width: 1439px) {
  .bottom-margin-middle-desktop {
    margin-bottom: 20px !important;
  }
  .right-margin-middle-desktop {
    margin-right: 15px !important;
  }
}
@media (max-width: 1199px) {
  .bottom-margin-little-desktop {
    margin-bottom: 20px !important;
  }
  .right-margin-little-desktop {
    margin-right: 15px !important;
  }
}
@media (max-width: 991px) {
  .sites {
    padding: 20px;
  }
  .sites .filter-actions_title {
    font-size: 16px;
  }
  .sites .bottom-margin-tablet {
    margin-bottom: 20px;
  }
  .sites .filters-line {
    margin: 20px -20px;
  }
  .form-group .background-blocks:not(.no-change-margin),
  .background-blocks:not(.no-change-margin) {
    margin: -4px;
  }
  .form-group .background-blocks:not(.no-change-margin) > *:not(.empty-sites),
  .background-blocks:not(.no-change-margin) > *:not(.empty-sites) {
    margin: 4px;
  }
}
@media (max-width: 767px) {
  .sites {
    padding: 15px;
  }
  .sites .bottom-margin-tablet {
    margin-bottom: 15px;
  }
  .sites .filters-line {
    margin: 15px -15px;
  }
  .form-group .background-blocks.little-font-mobile,
  .background-blocks.little-font-mobile {
    font-size: 12px;
    line-height: 1.1;
  }
}
@media (max-width: 499px) {
  .form-group .background-blocks:not(.no-change-margin),
  .background-blocks:not(.no-change-margin) {
    margin: -3px;
  }
  .form-group .background-blocks:not(.no-change-margin) > *:not(.empty-sites),
  .background-blocks:not(.no-change-margin) > *:not(.empty-sites) {
    margin: 3px;
  }
  .form-group .background-blocks .table,
  .background-blocks .table {
    width: 100%;
  }
  .sites-groups .max-width-input {
    max-width: unset;
  }
}
.instruction-block {
  margin-top: 30px;
  padding: 22px 10px 20px 30px;
  border-left: 4px solid #3761EA;
  font-size: 14px;
  line-height: 24px;
  color: #808080;
  background: #fff;
}
.instruction-block.margin-bottom {
  margin-top: 0;
  margin-bottom: 45px;
}
.instruction-block.no-border {
  border: 0!important;
}
.instruction-block img {
  max-width: 100%;
}
.instruction-block p {
  margin: 30px 0;
}
.instruction-block ol,
.instruction-block ul {
  margin: 30px 0;
}
.instruction-block ol li,
.instruction-block ul li {
  line-height: 30px;
}
.col-md-3 .instruction-popup,
.col-md-5 .instruction-popup {
  left: 15px;
}
.col-md-3 .instruction-popup.right,
.col-md-5 .instruction-popup.right {
  right: 15px;
  left: auto;
}
.instruction-popup {
  position: absolute;
  z-index: 10;
  left: 0;
  top: 100%;
  background: #F5F6FA;
  padding: 10px;
  width: 460px;
  color: #333;
  margin-top: 8px;
  text-align: left;
  white-space: normal;
  box-shadow: 0px 4px 4px rgba(153, 153, 155, 0.25), 0px 9px 28px 8px rgba(103, 119, 134, 0.05), 0px 6px 16px rgba(103, 119, 134, 0.08), 0px 3px 6px -4px rgba(103, 119, 134, 0.12);
  border-radius: 10px;
  cursor: default;
}
.instruction-popup .instruction-popup-inside::before {
  content: '';
  position: absolute;
  top: 4px;
  right: 10px;
  border-width: 0 6px 6px;
  border-color: #FFF transparent;
  border-style: solid;
}
.instruction-popup .instruction-popup-inside {
  background: #fff url('/images/instruction/info.png') no-repeat 15px 15px;
  padding: 15px;
  padding-left: 81px;
}
.instruction-popup.right {
  right: 0;
  left: auto;
}
.instruction-popup.right::before {
  right: 114px;
  left: auto;
}
.instruction-popup.top {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 16px;
}
.instruction-popup.top::before {
  top: auto;
  bottom: -6px;
  border-width: 6px 6px 0;
}
.instruction-popup .instruction-title {
  margin-top: -3px;
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #171940;
}
.instruction-popup .instruction-text {
  font-size: 14px;
  line-height: 20px;
  color: #525F7F;
}
.instruction-popup .close-instruction {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  cursor: pointer;
  opacity: 0.75;
}
.instruction-popup .close-instruction:hover,
.instruction-popup .close-instruction:focus {
  opacity: 1;
}
.instruction-popup .close-instruction img {
  display: block;
  opacity: 1 !important;
}
.instruction-popup .instruction-close {
  margin-top: 20px;
}
.instruction-popup-slider .slick-slider {
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
}
.instruction-popup-slider .slick-slide {
  margin: 0 10px;
}
.instruction-popup-slider .slick-list {
  margin: 0 -10px;
}
.instruction-popup-slider .slick-prev,
.instruction-popup-slider .slick-next {
  top: unset;
  bottom: 0;
  margin: 0;
}
.instruction-popup-slider .slick-prev:before,
.instruction-popup-slider .slick-next:before {
  font-size: 10px;
}
.instruction-popup-slider .slick-prev:before {
  content: url(/images/popup/ad-network/instruction/yandex_rtb/arrow_prev.svg);
}
.instruction-popup-slider .slick-next:before {
  content: url(/images/popup/ad-network/instruction/yandex_rtb/arrow_next.svg);
}
.instruction-popup-slider .slick-prev {
  margin-right: 30px;
}
.instruction-popup-slider .slick-next {
  margin-left: 30px;
}
.instruction-popup-slider .slick-dots {
  bottom: -12px;
}
.instruction-popup-slider .slick-dots li {
  margin: 0;
}
.instruction-popup-slider .slick-dots li.slick-active button:before {
  color: #3761EA;
}
.instruction-popup-slider .slick-dots li button {
  height: 25px;
}
.instruction-popup-slider .slick-dots li button:before {
  font-size: 8px;
  width: 20px;
  height: 20px;
  color: #8D9CBA;
  opacity: 1;
  transition: 0.2s;
}
.instruction-popup-slider .controls {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: -45px;
}
.instruction-popup-slider .controls-arrows,
.instruction-popup-slider .controls-dots {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.instruction-popup-slider .controls-dots .slick-dots {
  position: relative;
  bottom: auto;
  margin: 0;
}
.instruction-popup-slider .slick-arrow.slick-disabled:before {
  opacity: 0.5;
}
.instruction-popup-slider .controls-arrows .slick-prev,
.instruction-popup-slider .controls-arrows .slick-next {
  position: relative;
  left: auto;
  right: auto;
  display: inline-block;
  top: auto;
  transform: none;
  vertical-align: middle;
}
.instruction-popup-slider .controls-arrows .slick-prev:before,
.instruction-popup-slider .controls-arrows .slick-next:before {
  color: #919191;
}
@media (max-width: 991px) {
  .instruction-popup-slider .item img {
    width: 100%;
  }
}
.device-block-wrap .white-items {
  display: flex;
  flex-direction: column;
  border: 1px solid #8D9CBA;
  transition: 0.2s;
  border-radius: 8px;
  margin: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.device-block-wrap .white-items img {
  flex-grow: 1;
}
.device-block-wrap .device-title {
  font-weight: bold;
  font-size: 21px;
  line-height: 29px;
  color: #525F7F;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .device-block-wrap .device-title {
    font-size: 16px;
    padding-bottom: 10px;
  }
}
.device-block-wrap input:checked + .white-items {
  color: #3761EA;
  border-style: solid;
  border-color: #3761EA;
}
.device-block-wrap input:checked + .white-items .device-title {
  color: #171940;
}
g.line-chart-tooltip {
  display: none;
}
.line-chart-tooltip .highcharts-tooltip-box:not(.highcharts-tooltip-header) span {
  text-align: center;
  border-radius: 5px;
  top: 0px !important;
  padding: 4px 12px;
  font-size: 18px !important;
  line-height: 22px;
  background: #CBD2E0;
  color: #171940 !important;
}
@media (max-width: 767px) {
  .line-chart-tooltip .highcharts-tooltip-box:not(.highcharts-tooltip-header) span {
    padding: 4px 12px;
  }
}
.line-chart-tooltip .highcharts-tooltip-box.highcharts-tooltip-header span {
  border-radius: 5px;
  top: 2px !important;
  padding: 4px 8px;
  font-size: 12px !important;
  line-height: 15px;
  background: #171940;
  color: #fff !important;
}
.line-chart-tooltip .tooltip-line {
  width: 1px;
  background: black;
  position: absolute;
  display: block;
}
b,
strong,
.bold {
  font-weight: bold !important;
}
.block-little {
  height: 58px;
  padding: 0 30px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  color: #171940;
  font-size: 18px;
}
.block-little.white {
  background: #FFF;
}
.block-little.no-overflow {
  overflow: visible;
}
.block-little.little-text {
  font-size: 14px;
}
.block-little.min-height {
  height: auto;
  min-height: 58px;
}
.block-little.little-height {
  height: 32px;
}
.block-little.little-padding {
  padding: 0 20px;
}
.block-little.half-padding {
  padding: 0 15px;
}
.block-little.no-padding {
  padding: 0;
}
.block-little.red-light-bg {
  background: rgba(254, 107, 105, 0.05);
}
.block-little.blue-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #518EF7;
}
.block-little.red-border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #FE6B69;
}
@media (max-width: 991px) {
  .block-little.tablet-right-arrow {
    cursor: pointer;
    padding-right: 60px;
    background-image: url('/images/select-arrow.svg');
    background-position: right 25px center;
    background-repeat: no-repeat;
  }
}
html,
body {
  height: 100%;
  font-family: ProximaNova, serif;
  color: #525F7F;
  font-weight: 400;
  background: #F5F6FA;
}
.wrap {
  padding: 60px 0 110px;
  min-height: 100%;
  transition: padding-top 0.15s linear;
  background: #F5F6FA !important;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .wrap {
    padding-bottom: 120px;
  }
}
a {
  color: #3761EA;
  transition: 0.2s;
}
a:hover {
  color: #518EF7;
}
.container-fluid {
  padding: 0 30px;
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 15px;
  }
}
.box-shadow-blk {
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.03);
}
.little-text-date {
  color: #8D9CBA;
  font-size: 12px;
  padding-top: 2px;
}
.little-text-date.text-color {
  color: #525F7F;
}
.little-text-date.more-padding {
  padding-top: 10px;
}
.little-text-date.greater-text {
  font-size: 14px;
}
.row-vertical-little {
  margin: -10px;
}
.row-vertical-little > div {
  padding: 10px;
}
@media (max-width: 1200px) {
  .row-vertical-little.little-mobile {
    margin: -5px;
  }
}
@media (max-width: 1200px) {
  .row-vertical-little.little-mobile > div {
    padding: 5px;
  }
}
.display-block {
  display: block;
}
.flex {
  display: flex;
}
@media (max-width: 1439px) {
  .flex.no-flex-middle-desktop {
    display: block;
  }
}
@media (max-width: 991px) {
  .flex.no-flex-little-desctop {
    display: block;
  }
}
.flex-important {
  display: flex !important;
}
.inline-flex {
  display: inline-flex;
  vertical-align: middle;
}
.rotate-svg-btn svg {
  transform: rotate(-90deg);
}
.flex-grow {
  flex-grow: 1;
}
.align-normal {
  align-self: normal;
}
.align-self-center {
  align-self: center;
}
.no-flex {
  flex: none;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.little-width {
  width: 1px;
}
.max-height-560 {
  max-height: 560px;
}
.height-50 {
  height: 50px;
}
.height-75 {
  height: 75px;
}
.height-42 {
  height: 42px;
}
.height-40-important {
  height: 40px !important;
}
.width-40 {
  width: 40px;
}
.height-36 {
  height: 36px;
}
.width-36 {
  width: 36px;
}
.size-36 {
  height: 36px;
  width: 36px;
}
.min-half-width {
  min-width: 50%;
}
.min-width {
  min-width: 320px;
}
.min-width250 {
  min-width: 250px;
}
.min-width-little {
  min-width: 140px;
}
@media (min-width: 425px) {
  .min-width376 {
    min-width: 376px;
  }
}
.min-height {
  min-height: 300px;
}
.min-height-100 {
  min-height: 100px;
}
.max-width420 {
  max-width: 420px;
}
.max-width400 {
  max-width: 400px;
}
.max-width-for-mobile {
  max-width: 320px;
}
.max-width250 {
  max-width: 250px;
}
.max-width150 {
  max-width: 150px;
}
.between-spc {
  display: flex;
  justify-content: space-between;
}
.flex-column-end {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1-2 {
  line-height: 1.2;
}
.bottom-flex {
  display: flex;
  align-items: flex-end;
}
.center-valign-block {
  margin-left: auto;
  margin-right: auto;
}
.block-top-15 {
  position: relative;
  top: -15px;
}
.center-flex {
  display: flex;
  align-items: center;
}
.start-flex {
  display: flex;
  align-items: flex-start;
}
.center-flex-vertical {
  display: flex;
  justify-content: center;
}
.center-all-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.right-flex {
  display: flex;
  justify-content: flex-end;
}
.baseline {
  align-items: baseline;
}
.first-flex {
  order: -1;
}
.left-side {
  display: block;
  margin-left: auto;
}
.left-side.flex {
  display: flex;
}
.white-space-pre {
  white-space: pre;
}
.half-width {
  width: 50%;
}
.third-width {
  width: 33.333%;
}
.half-width-important {
  width: 50% !important;
}
@media (min-width: 1199px) {
  .margin-auto-horizontal-little-desktop {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.margin-padding-vertical {
  margin: -10px 0;
  padding: 10px 0;
}
.margin-padding-horizontal {
  margin: 0 -10px;
  padding: 0 10px;
}
.width-all-left {
  margin-left: -30px;
}
@media (max-width: 991px) {
  .width-all-left.change-margin {
    margin-left: -15px;
  }
}
.width-all-right {
  margin-right: -30px;
}
@media (max-width: 991px) {
  .width-all-right.change-margin {
    margin-right: -15px;
  }
}
.width-all {
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 991px) {
  .width-all.change-margin {
    margin-left: -15px;
  }
}
@media (max-width: 991px) {
  .width-all.change-margin {
    margin-left: -15px;
  }
}
@media (max-width: 991px) {
  .width-all.change-margin {
    margin-right: -15px;
  }
}
@media (max-width: 991px) {
  .width-all.change-margin {
    margin-right: -15px;
  }
}
.width-10-perc {
  width: 10%;
}
.width-auto {
  width: auto !important;
}
.width-fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.width-whole {
  width: 100%;
}
.width-whole-important {
  width: 100% !important;
}
.width-auto-important {
  width: auto !important;
}
.max-width-unset {
  max-width: unset !important;
}
.max-width-245 {
  max-width: 245px;
}
.little-width-field {
  width: 64px;
  padding-left: 12px;
  padding-right: 12px;
}
.min-width-whole {
  min-width: 100%;
}
.width-third {
  width: 33.333%;
}
.width-quarter {
  width: 25%;
}
.width-fifth {
  width: 20%;
}
.width-three-quater {
  width: 75%;
}
.width-two-third {
  width: 66.6667%;
}
.height-whole {
  height: 100%;
}
@media (max-width: 1199px) {
  .height-whole.desctop {
    height: auto;
  }
}
.height-auto {
  height: auto !important;
}
.height-420 {
  height: 420px;
}
.height-280 {
  height: 280px;
}
.max-width {
  max-width: 100%;
}
.width-left-cell {
  width: 100px;
}
.left-teaser-blk {
  max-width: 425px;
  min-height: 350px;
}
.templates-blk {
  max-width: calc(100% - 630px);
}
.preview-blk {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  min-height: 70px;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap > a.blocks-space,
.flex-wrap > button.blocks-space,
.flex-wrap > div.blocks-space {
  margin-top: 5px;
  margin-bottom: 5px;
}
.no-margin-important {
  margin: 0 !important;
}
.modal-open {
  padding-right: 0 !important;
}
.no-padding-important {
  padding: 0 !important;
}
a {
  color: #3761EA;
}
a:hover,
a:focus {
  color: #3761EA;
}
.grid-view {
  overflow-y: hidden;
  overflow-x: auto;
}
.inline {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.timeTd {
  display: block;
  font-size: 10px;
}
.glyphicon {
  font-size: 0.75em;
}
.currency-icon {
  height: 0.67em !important;
  vertical-align: baseline;
  display: inline-block !important;
  width: auto !important;
  margin: 0 !important;
}
.center-flex > .currency-icon:not(:first-child),
.flex > .currency-icon:not(:first-child),
.center-all-flex > .currency-icon:not(:first-child) {
  margin-left: 3px !important;
}
.push-fields {
  padding-right: 60px;
  width: 100%;
}
.block-separator:before,
.block-separator:after {
  content: "";
  display: table;
}
.block-separator:after {
  clear: both;
}
.label.label-primary {
  background: #70AEEF;
}
.top-block {
  position: relative;
  top: -10px;
}
.top-block + .top-block {
  margin-top: -10px;
}
.center-text {
  text-align: center;
}
.right-text {
  text-align: right;
}
.nowrap {
  white-space: nowrap;
  word-break: normal;
  word-wrap: normal;
}
.break-wrap {
  word-break: break-all;
  word-wrap: break-word;
}
.break-word {
  word-break: break-word;
  word-wrap: break-word;
  white-space: normal;
}
#copy {
  transition: background-color 0.2s;
}
.href-block {
  color: #70AEEF;
}
.vertical-row {
  margin: -15px;
}
.col-vertical {
  padding: 15px;
}
.row-little {
  margin-right: -10px;
  margin-left: -10px;
}
.col-little {
  padding-right: 10px;
  padding-left: 10px;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-auto {
  overflow: auto;
}
.overflow-visible {
  overflow: visible;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.radius-circle {
  border-radius: 50%;
}
.with-loader {
  position: relative;
  z-index: 3;
}
.small-index {
  z-index: 1;
}
.image-loader,
.image-loader-ajax,
.image-loader-inline {
  background: url('/images/spinner.gif') no-repeat center;
  min-width: 80px;
  min-height: 80px;
  background-size: 80px;
}
.image-loader.little,
.image-loader-ajax.little,
.image-loader-inline.little,
.image-loader.less,
.image-loader-ajax.less,
.image-loader-inline.less {
  background-image: url("/images/spinner.gif");
}
.image-loader.little,
.image-loader-ajax.little,
.image-loader-inline.little {
  min-width: 24px;
  min-height: 24px;
  background-size: 24px;
}
.image-loader.less,
.image-loader-ajax.less,
.image-loader-inline.less {
  min-width: 18px;
  min-height: 18px;
  background-size: 18px;
}
.image-loader.middle,
.image-loader-ajax.middle,
.image-loader-inline.middle {
  min-width: 50px;
  min-height: 50px;
  background-size: 50px;
}
.image-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-loader-inline {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 1px;
}
.image-loader-ajax {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(82, 95, 127, 0.3);
}
.loader-image-absolute {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 15px;
}
a[type="a"] {
  cursor: pointer;
}
.no-style {
  display: block;
  min-width: 18px;
  min-height: 18px;
  background: url("/images/icons/no-style.svg") no-repeat center center;
}
.tooltip-toggle {
  font-size: 14px;
  line-height: 17px;
  color: #525F7F;
}
.white-block {
  background: #FFFFFF;
  border-radius: 3px;
  padding: 30px;
}
.white-block.no-padding {
  padding: 0;
}
@media (max-width: 991px) {
  .white-block {
    padding: 15px;
  }
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.bold {
  font-weight: bold;
}
.strike {
  text-decoration: line-through;
}
a.text-color-dark:hover,
a.text-color-dark:focus {
  color: #171940;
  text-decoration: underline;
}
.strike-up {
  text-decoration: overline;
}
.text-color-dark {
  color: #171940;
}
.text-color-green {
  color: #27AE60;
}
.text-color-red {
  color: #E85E5E;
}
.text-color-blue {
  color: #3761EA;
}
.bg-color-dark {
  background-color: #171940;
}
.bg-text-color {
  background-color: #525F7F;
}
.bg-white-color {
  background-color: #ffffff;
}
.bg-grey-color {
  background-color: #CBD2E0;
}
.bg-green-light-color {
  background-color: #5ECBA1;
}
.bg-red-color {
  background-color: #FE6B69;
}
.bg-light-grey-color {
  background-color: #8D9CBA;
}
.bg-blue-color {
  background-color: #3761EA;
}
.bg-red-color-svg .svg {
  background-color: #FE6B69;
}
.bg-green-light-color-svg .svg {
  background-color: #5ECBA1;
}
.rounded-border {
  border-radius: 3px;
  overflow: hidden;
}
.rounded-border.radius-5px {
  border-radius: 5px;
}
.block-border-separator {
  height: 1px;
  background: #CBD2E0;
}
.block-border-separator.with-opacity {
  opacity: 0.4;
}
.right-border {
  border-right: 1px solid #CBD2E0;
}
.bottom-block {
  margin: auto 0 0;
}
.visibility-hidden {
  visibility: hidden;
}
@media (max-width: 1439px) {
  .width-half-desktop {
    width: 50%;
  }
  .flex-grow-middle-desktop {
    flex-grow: 1;
  }
  .no-padding-middle-desktop {
    padding: 0;
  }
  .few-blocks > .no-padding-middle-desktop {
    padding: 0;
  }
  .text-color-middle-desktop {
    color: #525F7F;
  }
  .text-color-middle-desktop:hover,
  .text-color-middle-desktop:focus {
    color: #525F7F;
  }
}
@media (max-width: 1599px) {
  .width-whole-big-desktop {
    width: 100%;
  }
}
@media (max-width: 1439px) {
  .width-whole-desktop {
    width: 100%;
  }
  .width-half-desktop {
    width: 50%;
  }
  .width-third-desktop {
    width: 33.333%;
  }
  .width-quarter-desktop {
    width: 25%;
  }
  .flex-desktop-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .width-whole-small-desctop {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .width-whole-little-desktop {
    width: 100%;
  }
  .flex-grow-little-desktop {
    flex-grow: 1;
  }
  .no-flex-grow-little-desktop {
    flex-grow: unset;
  }
  .width-half-little-desktop {
    width: 50%;
  }
  .width-third-little-desktop {
    width: 33.333%;
  }
  .flex-little-desktop-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .width-whole-little-desctop {
    width: 100%;
  }
  .flex-grow-tablet {
    flex-grow: 1;
  }
  .overflow-hidden-tablet {
    overflow: hidden;
  }
  .no-flex-tablet {
    display: initial;
  }
  .flex-tablet-wrap {
    flex-wrap: wrap;
  }
  .display-tablet-inline {
    display: inline-block;
  }
  .width-whole-tablet {
    width: 100%;
  }
  .no-width-whole-tablet {
    width: auto;
  }
  .max-width-tablet {
    max-width: 100%;
    min-width: 0;
  }
}
@media (max-width: 991px) {
  .width-half-little-desctop {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .width-whole-mobile {
    width: 100%;
  }
  .width-third-mobile {
    width: 33.333%;
  }
  .no-flex-mobile {
    display: initial;
  }
  .flex-mobile-wrap {
    flex-wrap: wrap;
  }
  .flex-grow-mobile {
    flex-grow: 1;
  }
  .text-color-dark-mobile {
    color: #171940;
  }
  .text-color-dark-mobile:hover,
  .text-color-dark-mobile:focus {
    color: #171940;
  }
}
@media (max-width: 499px) {
  .no-flex-mini-mobile {
    display: initial;
  }
  .flex-mini-mobile-wrap {
    flex-wrap: wrap;
  }
  .flex-mini-grow-mobile {
    flex-grow: 1;
  }
  .width-whole-mini-mobile {
    width: 100%;
  }
}
@media (max-width: 399px) {
  .no-flex-little-mobile {
    display: initial;
  }
  .flex-little-mobile-wrap {
    flex-wrap: wrap;
  }
  .flex-little-grow-mobile {
    flex-grow: 1;
  }
  .width-whole-little-mobile {
    width: 100%;
  }
  .width-auto-little-mobile {
    width: auto;
  }
}
@media (min-width: 992px) {
  .desktop-half-width {
    width: 50%;
  }
}
@media (min-width: 1201px) {
  .large-desktop-half-width {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .tablet-half-width {
    width: 50%;
  }
}
@media (min-width: 461px) {
  .mobile-half-width {
    width: 50%;
  }
}
@media (max-width: 460px) {
  .little-tablet-full-width {
    width: 100% !important;
  }
}
@media (max-width: 460px) {
  .little-tablet-half-width {
    width: 50%;
  }
}
@media (max-width: 1200px) and (min-width: 690px) {
  .range-half-width {
    width: 50%;
  }
}
.line-separator {
  width: 100%;
  position: relative;
}
.line-separator:before {
  content: '';
  position: absolute;
  background: #CBD2E0;
  height: 1px;
  left: 7px;
  right: 7px;
}
.line-separator-vertical {
  width: 1px;
  background: #E3F0FF;
}
.code-blk {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #CBD2E0;
  border-radius: 3px;
  background: #FFF;
  padding: 10px 15px;
  margin: 15px 0;
  word-break: break-all;
}
.copy-btn {
  padding: 0;
  background: none;
  border: none;
  display: flex;
  margin-left: 10px;
  cursor: pointer;
}
.copy-btn svg {
  width: auto;
  height: 20px;
}
.copy-btn svg path {
  transition: 0.2s;
}
.copy-btn .svg {
  width: 18px;
  height: 20px;
}
.copy-btn:focus,
.copy-btn:hover {
  outline: none;
}
.copy-btn:focus svg path,
.copy-btn:hover svg path {
  fill: #3761EA;
}
.copy-btn:focus .svg,
.copy-btn:hover .svg {
  background-color: #3761EA;
}
.copy-btn.no-margin {
  margin-left: 0;
}
.copy-btn.copy-input {
  position: absolute;
  right: 12px;
  top: 12px;
}
.block-white {
  background: #FFF;
}
.line-height-1 {
  line-height: 1;
}
.pointer-none {
  pointer-events: none;
}
.scale-x-1 {
  transform: scale(-1, 1);
}
.scale-y-1 {
  transform: scale(1, -1);
}
.border-dashed {
  border: 1px dashed #8D9CBA;
  border-radius: 3px;
}
.blocks-row {
  margin: 15px -15px;
}
.blocks-row > * {
  margin: 0 15px;
}
.file-download-block {
  width: 270px;
  height: 62px;
  display: flex;
  align-items: center;
  padding: 15px;
  color: #525F7F;
  transition: 0.3s;
}
.file-download-block:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url(/images/icons/file-download.svg) no-repeat center;
  margin-right: 10px;
}
@media (max-width: 359px) {
  .file-download-block {
    padding: 12px;
    font-size: 13px;
  }
  .file-download-block:before {
    margin-right: 5px;
  }
}
.links-list {
  padding-inline-start: 15px;
}
.links-list li:not(:last-child) {
  padding-bottom: 5px;
}
.links-list li a {
  color: #525F7F;
  word-break: break-all;
}
.links-list li a:hover {
  color: #3761EA;
  text-decoration: underline;
}
.cke_dialog_container {
  z-index: 10010 !important;
}
.cke_dialog_background_cover {
  display: none;
}
.text-less {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: -3px;
}
#toTop {
  width: 54px;
  height: 54px;
  background-color: #3761EA;
  border: 7px solid rgb(222 230 255);
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  cursor: pointer;
  display: none;
}
@media (max-width: 991px) {
  #toTop {
    right: 20px;
  }
}
@media (max-width: 767px) {
  #toTop {
    right: 15px;
    bottom: 60px;
  }
}
#toTop span {
  position: absolute;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  border-radius: 1px;
  width: 8px;
  height: 8px;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(225deg);
  z-index: 1;
  margin-top: 2px;
}
.push-profit.detail-item {
  display: block;
  padding: 2px 0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .push-profit.detail-item.special-width-mobile {
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.calendar-select {
  max-width: 240px;
  width: 100%;
}
@media (min-width: 1201px) {
  .calendar-select.block-margin-left {
    margin-left: 60px;
  }
}
@media (max-width: 991px) and (min-width: 500px) {
  .calendar-select.block-margin-left {
    margin-left: auto;
    margin-right: 20px;
  }
}
@media (max-width: 499px) {
  .calendar-select.block-margin-left {
    margin: 0;
    margin-top: 30px;
  }
}
.calendar-select div {
  padding: 8px 15px;
  padding-right: 30px;
  height: 40px;
  border: 1px solid #CBD2E0;
  background: url(/images/icons/arrow_down.svg) 93% center #FFFFFF no-repeat;
  border-radius: 3px;
  color: #171940;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.calendar-select div span:not(.svg) {
  display: block;
  margin-left: 10px;
}
.calendar-select div.active svg * {
  fill: #3761EA;
}
.calendar-select div.active .svg {
  background-color: #3761EA;
}
.calendar-select div span.del-calendar {
  display: block;
  margin-left: auto;
  margin-right: 10px;
}
@media all and (max-width: 499px) {
  .calendar-select {
    max-width: none;
  }
}
.img-network {
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: none;
}
.img-network.inline {
  display: inline-flex;
}
.img-network.width-all {
  margin: -2px;
}
.img-network.big-size {
  width: 54px;
  height: 54px;
}
.img-network.middle-size {
  width: 36px;
  height: 36px;
}
.img-network.less-middle-size {
  width: 32px;
  height: 32px;
}
.img-network.little-size {
  width: 26px;
  height: 26px;
}
.img-network.less-size {
  width: 16px;
  height: 16px;
}
.img-network span {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 800% auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.img-network img {
  max-width: 100%;
  max-height: 100%;
}
.center-margin {
  margin: auto;
}
.opacity {
  opacity: 0.5;
}
.hide-block {
  display: none;
}
.block-size.size-big {
  width: 42px;
  height: 42px;
  position: relative;
}
.block-size.size-big .plus-svg .svg {
  width: 21px;
  height: 21px;
}
.block-size.size-big .clock-svg .svg {
  width: 15px;
  height: 15px;
  margin-left: -3px;
  margin-top: -4px;
}
.block-size .size-middle {
  width: 22px;
  height: 22px;
  position: relative;
}
.block-size.size-small {
  width: 18px;
  height: 18px;
  position: relative;
}
.block-size.size-small .clock-svg .svg {
  width: 13px;
  height: 13px;
  margin-left: -3px;
  margin-top: -4px;
}
.block-size .settings .svg {
  width: 18px;
  height: 18px;
}
.block-size .plus-svg .svg {
  width: 11px;
  height: 11px;
}
.plus-svg .svg,
.clock-svg .svg {
  position: absolute;
  top: 50%;
  left: 50%;
}
.plus-svg .svg {
  transform: translate(-50%, -50%);
}
.clock-svg .svg {
  transform: translateY(-50%);
  margin-top: -2px;
}
.clock-svg.clock-svg-small {
  width: 16px;
  height: 16px;
}
.clock-svg.clock-svg-small .svg {
  width: 5px;
  height: 7px;
}
.border-blk {
  border: 1.5px solid;
}
.border-blk.wide-border {
  border-width: 3px;
}
.diagonal-line {
  border-top: 1px solid;
  width: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
  position: absolute;
}
.diagonal-line.wide-border {
  border-width: 3px;
}
.nine-blocks-blk {
  background: #525F7F;
  position: relative;
}
.nine-blocks-blk .vertical::before,
.nine-blocks-blk .horizontal::before,
.nine-blocks-blk .vertical::after,
.nine-blocks-blk .horizontal::after {
  content: '';
  position: absolute;
  background: #FFF;
}
.nine-blocks-blk .vertical::before,
.nine-blocks-blk .vertical::after {
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 10%;
}
.nine-blocks-blk .vertical::before {
  left: 32%;
}
.nine-blocks-blk .vertical::after {
  left: 68%;
}
.nine-blocks-blk .horizontal::before,
.nine-blocks-blk .horizontal::after {
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 10%;
}
.nine-blocks-blk .horizontal::before {
  top: 32%;
}
.nine-blocks-blk .horizontal::after {
  top: 68%;
}
.info-icon {
  position: relative;
  width: 20px;
  overflow: hidden;
  flex: none;
}
.info-icon span {
  height: 100%;
  width: 2px;
  background: #8D9CBA;
  display: block;
  margin: auto;
  margin-top: 25px;
}
.info-icon:before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #8D9CBA;
  position: absolute;
}
.info-icon:after {
  content: 'i';
  font-size: 15px;
  color: #8D9CBA;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 0;
  font-weight: 600;
  line-height: 21px;
}
.edit-input {
  position: absolute;
  right: 0;
  margin-right: 15px !important;
  top: 50%;
  transform: translateY(-50%);
}
.form-icon-absolute {
  position: absolute;
  left: 0;
  border-right: 1px solid #CBD2E0;
  width: 43px;
  height: calc(100% - 12px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-icon-absolute > svg * {
  fill: #525F7F;
}
.form-icon-absolute.right-side {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid #CBD2E0;
  padding-right: 0;
}
.form-icon-absolute.right-side + input {
  padding-right: 55px;
}
.form-icon-absolute.right-side svg {
  width: 13px;
}
@media (max-width: 767px) {
  .img-width-mobile {
    width: 90px;
  }
  .img-width-mobile img {
    width: 100%;
  }
}
.blocks-border-separated > *:not(:last-child) {
  border-bottom: 1px solid #CBD2E0;
}
@media (max-width: 499px) {
  .mini-mobile-center-flex {
    display: flex;
    justify-content: center;
  }
  .mini-mobile-center {
    text-align: center;
  }
}
.dark-color-block {
  color: #171940 !important;
}
.dark-color-block svg path {
  fill: #171940 !important;
}
.dark-color-block svg circle {
  stroke: #171940 !important;
}
.dark-color-block:hover,
.dark-color-block:focus {
  color: #171940 !important;
}
.dark-color-block svg path {
  fill: #171940 !important;
}
.dark-color-block svg circle {
  stroke: #171940 !important;
}
.dark-color-block:hover,
.dark-color-block:focus {
  color: #171940 !important;
}
.green-color-block {
  color: #5ECBA1 !important;
}
.green-color-block svg path {
  fill: #5ECBA1 !important;
}
.green-color-block svg circle {
  stroke: #5ECBA1 !important;
}
.green-color-block:hover,
.green-color-block:focus {
  color: #5ECBA1 !important;
}
.green-color-block svg path {
  fill: #5ECBA1 !important;
}
.green-color-block svg circle {
  stroke: #5ECBA1 !important;
}
.green-color-block:hover,
.green-color-block:focus {
  color: #5ECBA1 !important;
}
.gray-color-block {
  color: #CBD2E0 !important;
}
.gray-color-block svg path {
  fill: #CBD2E0 !important;
}
.gray-color-block svg circle {
  stroke: #CBD2E0 !important;
}
.gray-color-block:hover,
.gray-color-block:focus {
  color: #CBD2E0 !important;
}
.gray-color-block svg path {
  fill: #CBD2E0 !important;
}
.gray-color-block svg circle {
  stroke: #CBD2E0 !important;
}
.gray-color-block:hover,
.gray-color-block:focus {
  color: #CBD2E0 !important;
}
.light-gray-color-block {
  color: #8D9CBA !important;
}
.light-gray-color-block svg path {
  fill: #8D9CBA !important;
}
.light-gray-color-block svg circle {
  stroke: #8D9CBA !important;
}
.light-gray-color-block:hover,
.light-gray-color-block:focus {
  color: #8D9CBA !important;
}
.light-gray-color-block svg path {
  fill: #8D9CBA !important;
}
.light-gray-color-block svg circle {
  stroke: #8D9CBA !important;
}
.light-gray-color-block:hover,
.light-gray-color-block:focus {
  color: #8D9CBA !important;
}
.text-color-block {
  color: #525F7F !important;
}
.text-color-block svg path {
  fill: #525F7F !important;
}
.text-color-block svg circle {
  stroke: #525F7F !important;
}
.text-color-block:hover,
.text-color-block:focus {
  color: #525F7F !important;
}
.text-color-block svg path {
  fill: #525F7F !important;
}
.text-color-block svg circle {
  stroke: #525F7F !important;
}
.text-color-block:hover,
.text-color-block:focus {
  color: #525F7F !important;
}
.red-color-block {
  color: #FE6B69 !important;
}
.red-color-block svg path {
  fill: #FE6B69 !important;
}
.red-color-block svg circle {
  stroke: #FE6B69 !important;
}
.red-color-block:hover,
.red-color-block:focus {
  color: #FE6B69 !important;
}
.red-color-block svg path {
  fill: #FE6B69 !important;
}
.red-color-block svg circle {
  stroke: #FE6B69 !important;
}
.red-color-block:hover,
.red-color-block:focus {
  color: #FE6B69 !important;
}
.center-hint:before {
  right: 50%;
  left: auto;
  margin-right: 0;
  transform: translateX(50%);
}
.center-hint:after {
  right: 50%;
  margin-right: -5px;
}
*[data-title] {
  position: relative;
}
*[data-title].bottom-hint:before {
  top: calc(100% + 10px);
  bottom: auto;
}
*[data-title].bottom-hint:after {
  top: calc(100% - 5px);
  bottom: auto;
  border-bottom-color: #ffffff;
  border-top-color: transparent;
}
*[data-title].right-hint:before {
  left: -10px;
  right: auto;
  transform: none;
}
*[data-title].right-hint:after {
  left: 0;
}
*[data-title].left-hint:before {
  right: calc(100% + 10px);
  top: 0;
  bottom: auto;
}
*[data-title].left-hint:after {
  bottom: 10px;
  right: calc(100% - 5px);
  border-top-color: transparent;
  border-left-color: white;
}
*[data-title].right-side-hint:before {
  left: calc(100% + 10px);
  bottom: 8px;
}
*[data-title].right-side-hint:after {
  bottom: 17px;
  left: calc(100% - 5px);
  border-top-color: transparent;
  border-right-color: white;
}
*[data-title].center-hint:before {
  right: 50%;
  left: auto;
  margin-right: -15px;
}
*[data-title].center-hint:after {
  right: 50%;
  margin-right: -5px;
}
*[data-title].center-hint:before {
  right: 50%;
  left: auto;
  margin-right: 0;
  transform: translateX(50%);
}
*[data-title].center-hint:after {
  right: 50%;
  margin-right: -5px;
}
*[data-title].header-hint:before {
  top: calc(100% - 5px);
  bottom: auto;
  right: 5px;
}
@media (max-width: 1400px) {
  *[data-title].header-hint:before {
    right: 0;
  }
}
*[data-title].header-hint:after {
  top: calc(100% - 20px);
  right: 18px;
  bottom: auto;
  border-bottom-color: #ffffff;
  border-top-color: transparent;
}
@media (max-width: 1400px) {
  *[data-title].header-hint:after {
    right: 8px;
  }
}
@media (max-width: 1200px) {
  *[data-title].header-hint:before,
  *[data-title].header-hint:after {
    display: none;
  }
}
*[data-title]:before,
*[data-title]:after {
  position: absolute;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
}
*[data-title]:before {
  content: attr(data-title);
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  line-height: 15px;
  color: #525F7F;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px 15px;
  bottom: calc(100% + 10px);
  right: -10px;
  box-shadow: 0 0 19px 2px rgba(0, 0, 0, 0.1);
  max-width: 200px;
  min-width: -moz-max-content;
  min-width: max-content;
  word-break: normal;
  white-space: pre-line;
}
*[data-title]:after {
  bottom: calc(100% - 5px);
  right: 0px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 8px;
}
*[data-title].specific-size:before {
  max-width: 200px;
  min-width: unset;
  width: -moz-max-content;
  width: max-content;
}
*[data-title].mobile-max-size:before {
  max-width: unset;
  min-width: unset;
  width: 200px;
}
*[data-title]:hover:before,
*[data-title]:hover:after {
  visibility: visible;
  opacity: 1;
}
.daterangepicker *[data-title]::before,
.no-title *[data-title]::before,
.daterangepicker *[data-title]::after,
.no-title *[data-title]::after {
  content: none;
}
.absolute-button {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.tooltip.in {
  opacity: 1;
}
.tooltip .tooltip-inner {
  padding: 5px 20px 15px;
  text-align: left;
  font-size: 14px;
  background: #FFF;
  border: 1px solid #F3F4F5;
  box-shadow: 0 5px 10px 0 rgba(76, 119, 165, 0.08);
  color: #282828;
  max-width: -moz-min-content;
  max-width: min-content;
}
.tooltip .tooltip-arrow {
  z-index: 1;
}
.tooltip.top .tooltip-arrow {
  bottom: 1px;
  border-top-color: #FFF;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #e4e4e4;
}
.checkbox .tooltip .tooltip-inner {
  min-width: 200px;
  max-width: 200px;
}
.icon-in-border {
  background: #FFFFFF;
  border: 1px solid #525F7F;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  flex: none;
  cursor: pointer;
  transition: 0.2s;
  outline: 0;
  opacity: 1;
}
.icon-in-border[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
  background: #FFFFFF !important;
  border: 1px solid #525F7F !important;
}
.icon-in-border.bg-transparent {
  background: transparent;
}
.icon-in-border.bg-transparent[disabled] {
  background: transparent !important;
}
.icon-in-border .svg {
  width: 18px;
  height: 18px;
}
.icon-in-border.middle-svg .svg {
  width: 24px;
  height: 24px;
}
.icon-in-border.rotation .svg {
  transform: rotate(180deg);
}
@media (max-width: 460px) {
  .icon-in-border:not(:last-child) {
    margin-right: 15px;
  }
  .icon-in-border.no-margin-mobile {
    margin: 0 !important;
  }
}
.icon-in-border:not(.no-background) .svg {
  background: #525F7F;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% auto;
          mask-size: 100% auto;
}
.icon-in-border:not(.no-background)[disabled] .svg {
  background: #525F7F !important;
  animation: none !important;
}
.icon-in-border:not(.no-background):hover,
.icon-in-border:not(.no-background).active-filter,
.icon-in-border:not(.no-background).active {
  background: #171940;
}
.icon-in-border:not(.no-background):hover .svg,
.icon-in-border:not(.no-background).active-filter .svg,
.icon-in-border:not(.no-background).active .svg {
  background: #FFF;
  animation: opacity-anim 0.2s;
}
.icon-in-border.blue-background:hover,
.icon-in-border.blue-background.active-filter {
  background: #3761EA;
  border: 1px solid #3761EA;
}
.icon-in-border.red-background:hover,
.icon-in-border.red-background.active-filter {
  background: #FE6B69;
  border: 1px solid #FE6B69;
}
.icon-in-border.light-border:not(:hover):not(.active-filter) {
  border: 1px solid #3761EA;
}
.icon-in-border.light-border:not(:hover):not(.active-filter) .svg {
  background: #3761EA;
}
.clear-filter-btn {
  font-size: 14px;
  line-height: 20px;
  color: #525F7F;
  transition: 0.2s;
}
.clear-filter-btn:before {
  content: '+';
  color: #8D9CBA;
  display: block;
  transform: rotate(45deg);
  margin-right: 10px;
  font-size: 28px;
  font-weight: bold;
  transition: 0.2s;
}
.clear-filter-btn:hover {
  color: #171940;
}
.clear-filter-btn:hover:before {
  color: #F62B37;
}
.border-none-top {
  border-top: none;
}
.border-radius-top-0 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.border-radius-bottom-0 {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.info-hint {
  display: block;
}
.info-hint svg * {
  fill: #525F7F;
  transition: 0.2s;
}
.info-hint .svg {
  background-color: #525F7F;
}
.info-hint:hover svg * {
  fill: #3761EA;
}
.info-hint:hover .svg {
  background-color: #3761EA;
}
.textarea-clean-btn {
  width: 24px;
  height: 24px;
  background: url("/images/icons/textarea-clean.svg") no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  border: none;
  padding: 0;
}
.textarea-clean-btn:hover {
  opacity: 0.8;
}
.dark-bg-block-item {
  background: #171940;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.12), 0px 3px 1px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding: 4px 10px;
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  display: block;
  margin: 4px;
}
.dark-bg-block-item.less-border-radius {
  border-radius: 3px;
}
.view-all-btn {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 1.143rem;
  line-height: 1.625;
  color: #171940;
}
.view-all-btn svg {
  margin-left: 12px;
  transition: 0.3s;
}
.view-all-btn:hover,
.view-all-btn:focus {
  color: #171940;
  text-decoration: none;
}
.view-all-btn:hover svg,
.view-all-btn:focus svg {
  transform: translateX(5px);
}
.max-image-block {
  display: flex;
}
@media (max-width: 991px) {
  .max-image-block {
    flex-direction: column;
  }
}
.absolute-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.absolute-img.with-border:before {
  content: '';
  position: absolute;
  border: 1px dashed #8D9CBA;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 5px;
}
img + .dropzone {
  display: none;
}
.select-images {
  width: 100%;
  max-width: 227px;
}
@media (max-width: 991px) {
  .select-images {
    margin: auto;
  }
}
.select-images .select-image-blk {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.select-images:hover .dropzone,
.select-images.active .dropzone {
  display: block;
}
.select-images:hover .dropzone.hover-dropzone,
.select-images.active .dropzone.hover-dropzone {
  display: flex;
}
.all-images {
  overflow: auto;
  margin-top: 20px;
  margin-bottom: -10px;
  height: 237px;
}
@media (min-width: 992px) {
  .all-images {
    margin-top: -10px;
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .all-images {
    height: 200px;
  }
}
#image-list {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 991px) {
  #image-list {
    flex-direction: column;
    margin: 0 -5px;
  }
}
#image-list .li-image {
  width: 12.5%;
  padding: 10px;
  position: relative;
  height: 50%;
}
@media (max-width: 1600px) {
  #image-list .li-image {
    width: 16.666%;
  }
}
@media (max-width: 1400px) {
  #image-list .li-image {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  #image-list .li-image {
    width: 33.333%;
  }
}
@media (max-width: 991px) {
  #image-list .li-image {
    width: 25%;
    padding: 5px;
  }
}
@media (max-width: 460px) {
  #image-list .li-image {
    width: 33.333%;
  }
}
#image-list .li-image img {
  width: 100%;
  display: block;
  cursor: pointer;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid #CBD2E0;
  border-radius: 2px;
}
@media (max-width: 991px) {
  #image-list .li-image img {
    flex-direction: column;
  }
}
#image-list .li-image .close-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  line-height: 20px;
  text-align: center;
  font-size: 18px;
  transform: rotate(45deg);
  color: #525F7F;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s;
}
#image-list .li-image .close-image:hover {
  color: #FFFFFF;
  background: #FE6B69;
}
.min-width-templates {
  min-width: 185px;
}
.radio-tb-position {
  max-width: 195px;
}
.templates-wrap.cut-block {
  height: 52px;
  overflow: hidden;
}
.radio label.position-tb-blk {
  padding-left: 0;
  transition: color 0.2s linear;
  display: block;
}
.radio label.position-tb-blk svg {
  display: block;
  margin-bottom: 12px;
  width: 100%;
  height: auto;
}
.radio label.position-tb-blk svg rect,
.radio label.position-tb-blk svg circle,
.radio label.position-tb-blk svg path,
.radio label.position-tb-blk svg line {
  opacity: 0.5;
}
.radio label.position-tb-blk svg rect,
.radio label.position-tb-blk svg circle,
.radio label.position-tb-blk svg path {
  fill: #CBD2E0;
}
.radio label.position-tb-blk svg line {
  stroke: #CBD2E0;
}
.radio label.position-tb-blk svg .active,
.radio label.position-tb-blk svg .white,
.radio label.position-tb-blk svg .border,
.radio label.position-tb-blk svg .christ {
  opacity: 1;
}
.radio label.position-tb-blk svg .active {
  fill: #171940;
}
.radio label.position-tb-blk svg .white {
  fill: white;
}
.radio label.position-tb-blk svg .christ {
  fill: #8D9CBA;
}
.radio label.position-tb-blk svg .christ-stroke {
  stroke: #8D9CBA;
}
.radio label.position-tb-blk svg .border {
  fill: #FFF;
  stroke-width: 1px;
  stroke: #CBD2E0;
  transition: 0.2s linear;
  x: 0.5px;
  y: 0.5px;
  width: 151px;
  height: 151px;
}
.radio label.position-tb-blk.mobile svg rect,
.radio label.position-tb-blk.mobile svg circle,
.radio label.position-tb-blk.mobile svg path {
  opacity: 1;
}
.radio label.position-tb-blk.mobile svg .unfill {
  fill: unset;
}
.radio label.position-tb-blk.mobile svg .fill-opacity {
  fill: #00000040;
}
.radio label.position-tb-blk.mobile svg .border {
  width: 136px;
  height: 136px;
}
input:checked + .position-tb-blk {
  color: #171940;
}
input:checked + .position-tb-blk svg .border {
  stroke-width: 2px;
  stroke: #3761EA;
  x: 1px;
  y: 1px;
  width: 150px;
  height: 150px;
}
.table-height-limit {
  max-height: 400px;
  overflow-y: auto;
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
}
.table-height-limit::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.table-height-limit::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.table-height-limit::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
.ui-sortable-handle {
  cursor: all-scroll;
}
.count-items {
  min-width: 14px;
  display: inline-block;
  text-align: right;
}
.blk-site,
.blocks-list,
.blockAd-block {
  background: #FFF;
  border: 1px solid #FFF;
  box-shadow: none;
  transition: 0.2s linear;
  border-radius: 5px;
}
.blk-site:hover:not(.active),
.blocks-list:hover:not(.active),
.blockAd-block:hover:not(.active) {
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.1);
}
.blk-site.active,
.blocks-list.active,
.blockAd-block.active {
  box-shadow: none;
  border-color: #CBD2E0;
}
.blk-site.active > .blk-header-list .blk-name,
.blocks-list.active > .blk-header-list .blk-name,
.blockAd-block.active > .blk-header-list .blk-name {
  font-weight: 600;
}
.blk-site.active > .blk-header-list .blk-name:not(.without-arrow):before,
.blocks-list.active > .blk-header-list .blk-name:not(.without-arrow):before,
.blockAd-block.active > .blk-header-list .blk-name:not(.without-arrow):before {
  transform: translate(0, -50%) scale(1, -1);
  border-color: #171940 transparent;
}
.blk-site:not(:first-child),
.blocks-list:not(:first-child),
.blockAd-block:not(:first-child) {
  margin-top: 10px !important;
}
.blockAd-block {
  border: none;
}
.blockAd-block.with-progress-bottom {
  min-height: 78px;
}
.blockAd-block.with-progress-bottom .advertisement-handle {
  max-height: 58px;
}
.blocks-list {
  background: #F5F6FA;
  border-color: #F5F6FA;
}
.blockList,
.advertisementList {
  border-top: 1px solid #CBD2E0;
}
.blk-header-list {
  padding: 0 20px 0 30px;
  overflow: visible !important;
}
.site-handle,
.block-handle,
.advertisement-handle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.site-handle img,
.block-handle img,
.advertisement-handle img {
  margin-left: 10px;
  opacity: 0;
  transition: 0.2s linear;
}
.site-handle .popover-text,
.block-handle .popover-text,
.advertisement-handle .popover-text {
  width: 100%;
  height: 100%;
}
.graph-icon-animate {
  display: inline-flex;
  align-items: flex-end;
  height: 14px;
}
.graph-icon-animate::before,
.graph-icon-animate::after,
.graph-icon-animate > span {
  content: '';
  display: block;
  width: 2px;
  background: #8D9CBA;
  border-radius: 2px;
  transition: 0.2s linear;
}
.graph-icon-animate::before,
.graph-icon-animate > span {
  margin-right: 3px;
}
.graph-icon-animate::before {
  height: 6.5px;
}
.graph-icon-animate > span {
  height: 14px;
}
.graph-icon-animate::after {
  height: 9.5px;
}
.graph-icon-animate:hover::before {
  height: 10.5px;
}
.graph-icon-animate:hover > span {
  height: 8px;
}
.graph-icon-animate:hover::after {
  height: 12.5px;
}
.stat-profit-blk {
  width: 135px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.stat-profit-blk > div {
  position: relative;
}
.popover-content .stat-click-view {
  margin: -10px;
  padding: 6px 0;
  height: 38px;
}
.popover-content .stat-click-view > span {
  background: #FFF;
}
.adBlock-item {
  width: 45px;
  text-align: center;
  line-height: 1.2143;
}
.adBlock-item img {
  margin: 0 auto 3px;
}
.stat-click-view {
  display: flex;
  line-height: 1;
  overflow: hidden;
  color: #525F7F;
  white-space: nowrap;
  height: 40px;
  border-radius: 3px;
  position: relative;
  align-items: center;
  margin-left: 10px;
}
.stat-click-view:hover,
.stat-click-view:focus {
  color: #525F7F;
}
.stat-click-view > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 100%;
  background: rgba(245, 246, 250, 0.6);
}
.stat-click-view > span:not(:first-child) {
  border-left: 1px solid rgba(203, 210, 224, 0.18);
}
.stat-click-view > span img,
.stat-click-view > span span {
  margin-right: 10px;
}
.stat-click-view > span.shows {
  width: 120px;
}
.stat-click-view > span.click {
  width: 100px;
}
.stat-click-view > span.ctr {
  width: 88px;
}
@media (max-width: 1699px) and (min-width: 1200px) {
  .stat-click-view > span img,
  .stat-click-view > span span {
    margin-right: 5px;
  }
}
.stat-click-view.dark > span {
  background: #EDEFF4;
  border-left-color: rgba(203, 210, 224, 0.26);
}
.stat-click-view .text-stat {
  color: #8D9CBA;
}
.span-stat-profit[data-profit*="cpm"] > span,
.span-stat-profit [data-profit="cpm"] {
  color: #525F7F !important;
}
.span-stat-profit[data-profit*="cpm"] > span svg path,
.span-stat-profit [data-profit="cpm"] svg path {
  fill: #525F7F !important;
}
.span-stat-profit[data-profit*="cpm"] > span svg circle,
.span-stat-profit [data-profit="cpm"] svg circle {
  stroke: #525F7F !important;
}
.span-stat-profit[data-profit*="cpm"] > span:hover,
.span-stat-profit [data-profit="cpm"]:hover,
.span-stat-profit[data-profit*="cpm"] > span:focus,
.span-stat-profit [data-profit="cpm"]:focus {
  color: #525F7F !important;
}
.span-stat-profit[data-profit*="cpm"] > span svg path,
.span-stat-profit [data-profit="cpm"] svg path {
  fill: #525F7F !important;
}
.span-stat-profit[data-profit*="cpm"] > span svg circle,
.span-stat-profit [data-profit="cpm"] svg circle {
  stroke: #525F7F !important;
}
.span-stat-profit[data-profit*="cpm"] > span:hover,
.span-stat-profit [data-profit="cpm"]:hover,
.span-stat-profit[data-profit*="cpm"] > span:focus,
.span-stat-profit [data-profit="cpm"]:focus {
  color: #525F7F !important;
}
.span-stat-profit[data-profit*="cpm"] > span svg path,
.span-stat-profit [data-profit="cpm"] svg path {
  fill: #525F7F !important;
}
.span-stat-profit[data-profit*="cpm"] > span svg circle,
.span-stat-profit [data-profit="cpm"] svg circle {
  stroke: #525F7F !important;
}
.span-stat-profit[data-profit*="cpm"] > span:hover,
.span-stat-profit [data-profit="cpm"]:hover,
.span-stat-profit[data-profit*="cpm"] > span:focus,
.span-stat-profit [data-profit="cpm"]:focus {
  color: #525F7F !important;
}
.span-stat-profit[data-profit*="cpm"] > span svg path,
.span-stat-profit [data-profit="cpm"] svg path {
  fill: #525F7F !important;
}
.span-stat-profit[data-profit*="cpm"] > span svg circle,
.span-stat-profit [data-profit="cpm"] svg circle {
  stroke: #525F7F !important;
}
.span-stat-profit[data-profit*="cpm"] > span:hover,
.span-stat-profit [data-profit="cpm"]:hover,
.span-stat-profit[data-profit*="cpm"] > span:focus,
.span-stat-profit [data-profit="cpm"]:focus {
  color: #525F7F !important;
}
.span-stat-profit[data-profit*="cpm"] > span b,
.span-stat-profit [data-profit="cpm"] b {
  color: #171940;
  font-weight: 400;
}
.blk-name-site {
  max-width: 245px;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-right: 20px !important;
}
.blk-name-site > .currency-icon:not(:first-child) {
  margin-left: 3px !important;
}
.blk-name-block {
  max-width: 235px;
  display: flex;
  width: 100%;
  margin-right: 10px !important;
}
@media (max-width: 991px) {
  .blk-name-block.no-flex-little-desctop {
    display: block;
  }
}
@media (max-width: 1439px) {
  .blk-name-block.no-flex-middle-desktop {
    display: block;
  }
}
@media (max-width: 991px) {
  .blk-name-block.no-flex-little-desctop {
    display: block;
  }
}
.blk-name-block > .currency-icon:not(:first-child) {
  margin-left: 3px !important;
}
.blk-name-blurb {
  max-width: 220px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 10px !important;
}
.blk-name-blurb > .currency-icon:not(:first-child) {
  margin-left: 3px !important;
}
.blk-name-blurb .img-network {
  width: 42px;
  height: 42px;
  margin-right: 8px;
}
.blk-name {
  font-weight: 600;
  max-height: 2.4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.2;
}
.blk-name:not(.without-arrow) {
  padding-left: 18px;
}
.blk-name:not(.without-arrow):before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  border-width: 4px 4px 0;
  border-style: solid;
  border-color: #8D9CBA transparent;
  transition: transform 0.3s linear, border-color 0.3s linear;
}
.blk-name-block .blk-name,
.blk-name-blurb .blk-name {
  font-weight: 400;
}
.blk-header-list.active .blk-name:not(.without-arrow):before {
  transform: translate(0, -50%) scale(1, -1);
}
.blk-header-list:hover .site-handle img,
.blk-header-list:hover .block-handle img,
.blk-header-list:hover .advertisement-handle img {
  opacity: 1;
}
.side-height-blk {
  position: absolute;
  top: 2px;
  bottom: 2px;
  width: 1px;
  background: #525F7F;
}
.side-height-blk::before,
.side-height-blk::after {
  content: '';
  position: absolute;
  background: #525F7F;
  width: 5px;
  height: 5px;
  left: -2px;
  border-radius: 50%;
}
.side-height-blk::before {
  top: -2px;
}
.side-height-blk::after {
  bottom: -2px;
}
.side-height-blk.left-side-blk {
  left: 0;
}
.side-height-blk.right-side-blk {
  right: 0;
}
.ad-icons {
  width: 147px;
  text-align: right;
  margin-right: 20px !important;
}
.ad-icons img {
  position: relative;
}
.ad-icons img:not(:last-of-type) {
  margin-right: 6px;
}
.error-cell {
  margin-top: 5px !important;
  margin-right: 15px !important;
}
.siteList {
  max-width: 1200px;
}
.siteList .disabled.blk-header-list .opacity-dis-blk {
  opacity: 0.2;
}
.siteList .disabled.blk-header-list > *:not(.no-opacity) {
  opacity: 0.2;
}
.priority-block {
  position: absolute;
  top: -9px;
  left: -3px;
  font-size: 10px;
  background: #FFF;
  color: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-weight: 600;
  border: 2px solid #FFF;
  z-index: 1;
}
.priority-block.success-priority {
  background: #27AE60;
}
.priority-block.warning-priority {
  background: #F6881F;
}
.priority-block.error-priority {
  background: #F53838;
}
.line-border {
  border-top: 1px solid #CBD2E0;
}
.progress-blkad-bottom {
  flex-grow: 1;
  margin: 0 -20px 0 -30px;
  width: 100%;
  border-top: 1px solid rgba(203, 210, 224, 0.4);
  min-height: 20px;
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.progress-blkad-bottom .progress-bar {
  flex-grow: 1;
  background: #EFF1F5;
  border-radius: 10px;
  height: 3px;
  margin: 0 5px;
  box-shadow: none;
  float: none;
}
.progress-blkad-bottom .progress-bar > span {
  display: block;
  height: 100%;
  background: #27AE60;
}
.progress-blkad-bottom .progress-bar > span.warning {
  background: #F6881F;
}
.progress-blkad-bottom .progress-bar > span.danger {
  background: #F53838;
}
.info-id {
  color: #171940;
}
.info-id .copy-btn {
  display: inline;
  margin: 0;
  cursor: pointer;
}
.info-id .copy-btn:hover .svg:not(.copied) {
  background: #171940;
  animation: opacity-anim 0.2s;
}
.info-id .svg {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  width: 14px;
  height: 14px;
  background: #8D9CBA;
}
.info-id .svg.copied {
  background: #3761EA;
  height: 11px;
  margin-top: 2px;
}
.info-time {
  margin-left: 8px;
  color: #8D9CBA;
}
@keyframes beta-text {
  25% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  75% {
    transform: scale(1);
  }
}
.beta-color {
  color: #F53838;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  animation: beta-text 2s infinite;
  text-align: center;
}
@media (max-width: 1499px) {
  .blk-name-blurb {
    max-width: 148px;
  }
}
@media (max-width: 1439px) {
  .blk-name-site {
    max-width: 165px;
    font-size: 14px;
  }
  .blk-name-block {
    max-width: 184px;
  }
  .stat-profit-blk {
    width: 110px;
    font-size: 13px;
  }
  .stat-click-view {
    font-size: 13px;
  }
  .stat-click-view > span {
    width: 64px;
  }
  .popover-content .stat-click-view {
    font-size: 11px;
  }
}
@media (max-width: 1339px) {
  .blk-name-blurb {
    max-width: 108px;
  }
}
@media (max-width: 1299px) {
  .blk-name-block {
    max-width: 194px;
  }
  .blk-name-blurb {
    max-width: 135px;
  }
}
@media (max-width: 1199px) {
  .blk-name-site,
  .blk-name-block,
  .blk-name-blurb {
    margin-left: 10px !important;
    width: 5%;
    flex-grow: 999;
  }
  .blk-name-site {
    max-width: 245px;
  }
  .blk-name-block {
    max-width: 235px;
  }
  .blk-name-blurb {
    max-width: 220px;
  }
  .stat-click-view {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .blk-header-list {
    padding: 0 0 0 40px;
  }
  .site-handle,
  .block-handle,
  .advertisement-handle {
    max-width: 40px;
    justify-content: center;
    border-right: 1px solid #CBD2E0;
  }
  .site-handle img,
  .block-handle img,
  .advertisement-handle img {
    margin: 0;
    opacity: 1;
  }
  .blockAd-block.with-progress-bottom .advertisement-handle {
    max-height: none;
  }
  .priority-block {
    top: -6px;
    left: 40px;
  }
  .progress-blkad-bottom {
    margin: 0;
    border-top-color: #CBD2E0;
  }
}
@media (max-width: 1199px) {
  .ad-icons {
    margin-right: 15px;
  }
  .checkbox-items {
    display: flex;
    align-items: center;
    min-height: 24px;
  }
  .checkbox-items > .currency-icon:not(:first-child) {
    margin-left: 3px !important;
  }
  .checkbox-items .checkbox + .checkbox {
    margin-top: 0;
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .box-all-block .blk-header-list {
    padding: 0 20px 20px 20px;
  }
  .adBlock-item {
    margin-right: 15px !important;
  }
}
@media (max-width: 849px) {
  .blk-name {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .box-all-block .blk-header-list {
    padding: 0 15px 15px 15px;
  }
  .blk-name-blurb .img-network {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 589px) {
  .blk-name-site {
    margin-right: 10px;
  }
  .blk-name-block {
    margin-right: 0;
  }
  .stat-profit-blk {
    margin-right: 0;
  }
}
@media (max-width: 499px) {
  .blk-header-list {
    padding-left: 0;
  }
  .site-handle,
  .block-handle,
  .advertisement-handle {
    height: 46px;
    position: relative;
  }
  .adBlock-item {
    margin-right: 0;
  }
  .stat-profit-blk {
    width: 100%;
    margin-right: 10px;
  }
  .stat-click-view {
    margin-right: 10px;
    width: 100%;
  }
  .stat-click-view > span {
    width: 100%;
  }
  .popover-content .stat-click-view {
    width: 80vw;
    width: calc(100vw - 50px);
    max-width: 280px;
  }
  .ad-icons {
    margin-left: 10px !important;
    margin-right: 5px !important;
    width: 133px;
    flex-direction: row-reverse;
    min-height: 24px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .ad-icons img:not(:last-of-type) {
    margin-right: 0;
    margin-left: 4px;
  }
  .blockAd-block .error-cell {
    margin-right: 5px !important;
  }
}
.toggle-hide-block {
  padding-left: 12px;
  padding-right: 25px;
  min-height: 40px;
  display: flex;
  align-items: center;
  background: #E3F0FF;
  position: relative;
  color: #171940;
  border-radius: 3px;
  cursor: pointer;
}
.toggle-hide-block::after {
  content: '';
  width: 7px;
  height: 7px;
  border: solid #171940;
  border-width: 2px 2px 0 0;
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
}
.toggle-hide-block.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.toggle-hide-block.active::after {
  transform: translateY(-50%) rotate(315deg);
}
.toggle-hide-content {
  display: none;
}
#ad-network-panel {
  border: 1px solid #CBD2E0;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  padding: 20px;
}
#ad-network-panel .red-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #FE6B69;
  margin-bottom: 5px;
}
#ad-network-panel .title {
  font-size: 14px;
  line-height: 17px;
  color: #525F7F;
  margin-bottom: 10px;
}
#ad-network-panel #ad-network-block #ad-network-id {
  display: flex;
  align-items: center;
}
#ad-network-panel #ad-network-block .radio {
  margin: 0;
}
#ad-network-panel #ad-network-block .radio .radio-inline {
  display: flex;
  align-items: center;
}
#ad-network-panel #ad-network-block .radio .radio-inline input {
  margin-top: 5px;
}
#ad-network-panel #ad-network-block .radio .radio-inline input:before,
#ad-network-panel #ad-network-block .radio .radio-inline input:after {
  top: auto;
  transform: unset;
  margin: 0;
}
#ad-network-panel #ad-network-block .radio .radio-inline input:after {
  margin-top: 3px;
}
#ad-network-panel #ad-network-block .radio:not(:last-child) {
  margin-right: 25px;
}
#ad-network-panel #ad-network-block .img-network {
  margin-right: 5px;
}
#ad-network-panel #ad-networks-site-code {
  background: rgba(254, 107, 105, 0.05);
  border-radius: 4px;
  border-left: 4px solid #FE6B69;
  padding: 20px;
  padding-left: 16px;
}
#ad-network-panel #ad-networks-site-code textarea.with-copy {
  background: #ffffff;
}
#ad-network-panel #ad-networks-site-code .copy-btn {
  margin: 0;
}
#ad-network-panel #ad-networks-site-code .copy-btn svg {
  width: 13px;
  height: 16px;
}
#ad-network-panel .vertical-row {
  margin: -15px;
  display: flex;
  flex-wrap: wrap;
}
#ad-network-panel .vertical-row .col-vertical {
  width: 50%;
}
#ad-network-panel .edit-ad-block {
  background: transparent;
  color: #3761EA;
  border: solid 1px #3761EA;
  transition: 0s;
  position: relative;
  width: 100%;
  border-radius: 5px;
  height: 38px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
#ad-network-panel .edit-ad-block svg {
  width: 10px;
  height: 10px;
}
#ad-network-panel .edit-ad-block svg path {
  fill: #3761EA;
}
#ad-network-panel .edit-ad-block:not([disabled]):hover,
#ad-network-panel .edit-ad-block:not([disabled]):focus {
  color: #3761EA;
  border: solid 2px #3761EA;
  outline: 0;
  box-shadow: none;
}
.priority-blk .popover {
  right: 60px;
}
@media (min-width: 768px) {
  .date-comment {
    position: absolute;
    right: 85px;
    top: 10px;
  }
}
.min-height-comment {
  min-height: 54px;
}
@media (min-width: 768px) {
  .padding-right-comment {
    padding-right: 85px !important;
  }
  .padding-right-comment.with-edit {
    padding-right: 150px !important;
  }
}
.christ-preview.with-height {
  min-height: 130px;
}
.max-width-post {
  max-width: 676px;
  margin: 70px;
}
@media (max-width: 991px) {
  .max-width-post {
    margin: 30px;
  }
}
@media (max-width: 767px) {
  .max-width-post {
    margin: 0;
  }
}
.post-title {
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 45px;
  color: #171940;
  font-weight: normal;
}
.post-text {
  color: #525F7F;
  font-size: 16px;
  line-height: 24px;
}
.post-text h2,
.post-text h3,
.post-text h4 {
  color: #171940;
  margin: 40px 0 20px;
  font-weight: normal;
}
.post-text h2 {
  font-size: 24px;
  line-height: 29px;
}
.post-text ul {
  padding-left: 15px;
  margin: 20px 0;
}
.post-text ul .bb-image {
  margin-left: -15px;
}
.post-text ul ol .bb-image {
  margin-left: -60px;
}
.post-text ol {
  padding-left: 45px;
}
.post-text li {
  margin: 13px 0;
}
.post-text p {
  margin: 20px 0;
}
.post-text .bb-image {
  display: block;
  margin: 20px 0;
}
.post-text .bb-image img {
  width: 100%;
}
.post-text b,
.post-text strong {
  font-weight: normal;
  color: #171940;
}
@media (max-width: 767px) {
  .post-title {
    font-size: 28px;
    line-height: 32px;
  }
  .post-text h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .post-text ol {
    padding-left: 15px;
  }
  .post-text ul ol .bb-image {
    margin-left: -30px;
  }
}
.blocks-between {
  display: flex;
}
.blocks-between > * + * {
  margin-left: 30px;
}
@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(169, 151, 207, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(169, 151, 207, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(169, 151, 207, 0);
  }
}
.equal-height-blocks {
  display: flex;
  height: 100%;
}
.equal-height-blocks > * {
  float: none !important;
}
.equal-height-blocks > * > .block-background {
  height: 100%;
}
.statistic-panel {
  border: 1px solid #EDEEF2;
  border-radius: 2px;
  background: #F5F6FA;
}
.statistic-panel .panel-heading {
  background: #EDEEF2;
  padding: 7px 15px;
}
.statistic-panel .panel-body {
  padding: 7px 2px 2px;
}
.statistic-panel .table > tbody > tr > th,
.statistic-panel .table > tbody > tr > td {
  padding: 13px;
}
.accessBlocks {
  margin-left: -15px;
}
.accessBlocks .accessBlk {
  float: left;
  padding: 0px 15px;
}
.accessBlocks .accessBlk h4 {
  margin-bottom: 25px;
}
.accessBlocks .accessBlk #profit-all-system .system-profit {
  float: none;
  padding-right: 3px;
  color: #282828;
  font-size: 14px;
  font-weight: 300;
  min-width: 261px;
}
.accessBlocks .accessBlk #profit-all-system .system-profit a {
  float: right;
}
.accessBlocks .accessBlk #profit-all-system .system-profit a button {
  padding: 4px;
  min-width: 93px;
  font-size: 12px;
  margin-top: -1px;
  background-color: #70AEEF;
  transition: 0.3s;
}
.accessBlocks .accessBlk #profit-all-system .system-profit a button:hover {
  transition: 0.3s;
  margin-right: 5px;
}
.accessBlocks .accessBlk #profit-all-system .system-profit:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 15px;
}
.accessBlocks .accessBlk.accessBlkRight #profit-all-system .system-profit {
  height: 27px;
  padding-left: 10px;
}
.nav-tabs.wishes-tabs {
  margin-top: 16px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EBEDF2;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0px 30px;
}
.nav-tabs.wishes-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs.wishes-tabs > li a {
  padding: 9px 25px;
  color: #282828;
  font-weight: 600;
}
.nav-tabs.wishes-tabs > li:not(:last-child) {
  margin-right: 1px;
}
.voting-banner {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  align-items: center;
}
.voting-banner--image {
  flex: 1 1 auto;
}
.voting-banner--image img {
  max-width: 1440px;
  width: 100%;
}
@media (max-width: 1400px) {
  .voting-banner {
    border-radius: 10px;
    background: #e7f1fe;
    padding: 20px 0;
    flex-direction: column;
    align-items: stretch;
  }
  .voting-banner--content {
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.banner-title {
  font-size: 2.286rem;
  line-height: 2.857rem;
  font-weight: bold;
  color: #171940;
  max-width: 590px;
}
@media (max-width: 991px) {
  .banner-title {
    font-size: 1.429rem;
    line-height: 2rem;
  }
}
@media (max-width: 599px) {
  .banner-title {
    font-size: 1.286rem;
    line-height: 1.714rem;
  }
}
.banner-text {
  font-size: 1.143rem;
  line-height: 1.714rem;
  color: #525F7F;
  max-width: 380px;
}
@media (max-width: 991px) {
  .banner-text {
    font-size: 1rem;
    line-height: 1.429rem;
  }
}
@media (min-width: 1401px) {
  .voting-tabs {
    width: auto;
  }
  .voting-tabs li {
    width: 160px;
  }
}
.voting-block {
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.voting-block--title {
  font-size: 1.571rem;
  line-height: 1.857rem;
  margin-bottom: 10px;
  color: #171940;
  font-weight: bold;
}
.voting-block--text {
  margin-top: auto;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.voting-block--footer {
  margin: 30px -30px -30px;
  padding: 15px 30px;
  border-top: 1px solid #E3F0FF;
  display: flex;
  justify-content: space-between;
}
.voting-block .price-td {
  display: flex;
  flex-direction: column;
  color: #171940;
}
.voting-block .price-td a {
  font-weight: bold;
  color: #171940;
}
.progress.two-colors {
  height: 4px;
  margin: 6px 0 0;
  box-shadow: none;
  background-color: #F5F6FA;
}
.progress.two-colors .progress-bar {
  background-color: #F6881F;
}
.progress.two-colors .progress-bar.progress-full {
  background-color: #3761EA;
}
.wishes-table table tbody tr td {
  padding: 16px 22px;
}
.wishes-table table tbody tr td p {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.wishes-table table tbody tr td p span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 12px;
  text-align: center;
}
.wishes-table table tbody tr td a button {
  width: 150px;
}
.wishes-table table tbody tr td p.price-td {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.wishes-table table tbody tr td p.price-td span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 12px;
  text-align: center;
}
.wishes-table table tbody tr td p.price-td span.progress {
  width: calc(100% - 38px);
  float: left;
}
.wishes-table table tbody tr td p.price-td span.progress + span {
  float: right;
  font-size: 12px;
}
.wishes-table table tbody tr td p.price-td a {
  color: #282828;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  display: block;
}
.wishes-table table tbody tr td p.price-td.price-progress a {
  font-size: 16px;
}
.wishes-table table tbody tr td .feedback {
  font-size: 12px;
  line-height: 24px;
  color: #888888;
}
.wishes-table table tbody tr td .feedback.feedback-voting {
  color: #70AEEF;
}
.wishes-table table tbody tr td .feedback.feedback-denial {
  color: #E51F13;
}
.wishes-table table.table-detail-click {
  border-top: 0px;
}
.wishes-payment {
  margin: 30px 0px;
  background: rgba(172, 150, 208, 0.1);
  padding: 0px 16px 5px 0px;
  border-radius: 3px;
  position: relative;
}
.wishes-payment .left-blk {
  margin: auto;
  text-align: center;
  float: left;
  background: #F0EDF2 url(/images/icons/sites/payment.png) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 51px;
}
.wishes-payment .right-blk {
  padding-left: 65px;
}
.wishes-payment .right-blk .bg-info {
  background: transparent;
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  padding-top: 10px;
}
.wishes-payment .right-blk .bg-success {
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px dashed #AC96D0;
  padding: 10px;
  color: #4D4D4D;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin: auto;
}
.wishes-payment .right-blk .bg-anon {
  margin: auto;
  padding-top: 5px;
}
.feedback-payment {
  margin-bottom: 30px;
}
.feedback-payment h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 30px;
}
.feedback-users h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 30px;
  margin-top: 0px;
}
.comments-button {
  position: relative;
  top: 6px;
}
.comments-button .push-settings-button {
  background: #D4D6DB;
}
.comments-button .count-comments {
  margin-left: 10px;
}
.wishes-new {
  margin: 30px 0px;
  margin-bottom: 23px;
  background: rgba(172, 150, 208, 0.1);
  padding: 0px 16px 5px 0px;
  border-radius: 3px;
  position: relative;
}
.wishes-new .left-blk {
  margin: auto;
  text-align: center;
  float: left;
  background: #F0EDF2 url(/images/icons/sites/lamp.png) no-repeat center;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 51px;
}
.wishes-new .right-blk {
  padding-left: 65px;
}
.wishes-new .right-blk .bg-info {
  background: transparent;
  color: #282828;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 5px;
}
.wishes-new-form .form-group .control-label {
  margin-bottom: 15px;
}
/*WISHES*/
/*STATISTIC*/
.form-statistic .row-statistic {
  margin-left: -30px;
  margin-right: -30px;
}
.form-statistic .row-statistic .form-group .control-label {
  margin-bottom: 15px;
}
.form-statistic .row-statistic .form-group .form-control {
  color: #282828;
}
.form-statistic .row-statistic .form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFF url(/images/icons/sites/arrow-down.png) no-repeat;
  background-position: 97%;
}
.select2-container .select2-search--dropdown .select2-search__field {
  color: #282828;
}
.select2-container--krajee .select2-container--open .select2-container--below .select2-selection {
  box-shadow: none !important;
}
.daterangepicker.single {
  border: 1px solid #EDEEF2 !important;
  box-shadow: none !important;
  padding: 0px !important;
  width: 264px !important;
}
.daterangepicker.single .calendar {
  margin: auto !important;
  width: 100% !important;
  position: relative;
}
.daterangepicker.single .calendar .calendar-table {
  padding: 0 !important;
}
.daterangepicker.single .calendar .calendar-table table.table-condensed {
  width: 100% !important;
}
.daterangepicker.single .calendar .calendar-table table.table-condensed thead tr .prev .fa {
  color: #808080;
}
.daterangepicker.single .calendar .calendar-table table.table-condensed thead tr .next .fa {
  color: #808080;
}
.daterangepicker.single .calendar .calendar-table table.table-condensed thead tr .month select {
  font-size: 14px;
  padding: 6px 9px;
  border: 1px solid #EDEEF2;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FFF url(/images/icons/sites/arrow-down.png) no-repeat;
  background-position: 90%;
}
.daterangepicker.single .calendar .calendar-table table.table-condensed thead tr .month select.monthselect {
  margin-right: 9px;
}
.daterangepicker.single .calendar .calendar-table table.table-condensed thead tr:first-of-type {
  background: #FAFBFC;
  border-bottom: 1px solid #EDEEF2;
}
.daterangepicker.single .calendar .calendar-table table.table-condensed thead tr:first-of-type th {
  padding: 13px 0px;
  border-bottom: 1px solid #EDEEF2;
}
.daterangepicker.single .calendar .calendar-table table.table-condensed thead tr:first-of-type th.available {
  transition: 0.3s;
}
.daterangepicker.single .calendar .calendar-table table.table-condensed thead tr:first-of-type th.available:hover {
  background: transparent;
  transition: 0.3s;
  transform: scale(1.5);
}
.daterangepicker.single .calendar .calendar-table table.table-condensed tbody tr td {
  z-index: 1;
  position: relative;
  padding: 5px;
}
.daterangepicker.single .calendar .calendar-table table.table-condensed tbody tr td:hover::before {
  width: 28px;
  height: 28px;
  background-color: #EEE;
  margin: auto;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  z-index: -1;
}
.daterangepicker.single .calendar .calendar-table table.table-condensed tbody tr td.active {
  background-color: transparent;
}
.daterangepicker.single .calendar .calendar-table table.table-condensed tbody tr td.active:hover {
  background-color: transparent;
}
.daterangepicker.single .calendar .calendar-table table.table-condensed tbody tr td.active::before {
  width: 28px;
  height: 28px;
  background-color: #FABB88;
  margin: auto;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
  z-index: -1;
}
.daterangepicker.single .calendar .calendar-table table.table-condensed tbody tr td.available:hover {
  background-color: transparent;
}
.daterangepicker.single .calendar::before {
  position: absolute;
  content: "";
  top: -5px;
  left: 9px;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #EDEEF2 transparent;
}
.daterangepicker.single .opensright::after {
  left: 10px;
  border-color: #FAFBFC transparent;
}
/*STATISTIC*/
/*SITE COMMENTS*/
.site_comment_button {
  position: relative;
  display: block;
  background-color: #69C38F;
  color: black;
  border-radius: 5px;
}
.passive_sc {
  display: none;
}
/* Email confirm */
.confirmation-email-block {
  background: #FFFFFF;
  color: #171940;
  font-size: 14px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}
.confirmation-email-block .table {
  height: 50px;
  width: auto;
  margin: 0 auto;
  padding: 0 10px;
}
.confirmation-email-block .table .text-right,
.confirmation-email-block .table .text-left {
  white-space: nowrap;
}
.confirmation-email-block .table .text-center {
  width: 580px;
  padding: 0 25px 0 15px;
}
.confirmation-email-block .table .inline {
  padding-right: 25px;
}
.confirmation-email-block .table .inline img {
  padding-right: 15px;
}
.confirmation-email-block.success-block {
  background: #32DC32;
}
.red-light-button {
  background: #E85E5E;
  border-radius: 20px;
  line-height: 30px;
  color: #FFF;
  cursor: pointer;
  border: none;
  font-size: 14px;
  padding: 0 20px;
}
.red-light-button:active {
  background: #AE5757;
}
/* End of email confirm */
/*TEASERS*/
.teasers-title {
  padding-right: 15px !important;
}
.teasers-title .row-title h3 {
  font-size: 18px;
  line-height: 20px;
  padding: 17px 0;
  margin: 0;
}
.teasers-title .row-title .title {
  padding-right: 20px;
  float: left;
}
.teasers-title .row-title .teasers-btn {
  overflow: hidden;
  padding: 10px 0px;
}
.teasers-redact {
  padding-right: 30px;
}
.teasers-redact .row-title h3 {
  line-height: 20px;
  margin: 0;
}
.teasers-redact .row-title .title {
  padding-right: 20px;
  float: left;
}
.teasers-redact .row-title .teasers-btn {
  overflow: hidden;
  padding: 10px 15px;
}
.teaser-edit .form-input-block {
  float: none;
}
.teasers-upload form {
  min-height: inherit;
}
.teaser-tabs {
  margin-top: 18px;
}
.teaser-tabs > li > a {
  padding: 8px 20px !important;
}
.teaser-tabs > li.active a {
  background: #EF5225 !important;
  color: #FFFFFF;
  border: 0px !important;
}
.teaser-tabs > li.active a:hover {
  color: #FFFFFF !important;
}
.teaser-tabs > li.active a:focus {
  color: #FFFFFF !important;
}
.teaser-tabs > li.active a:active {
  color: #FFFFFF !important;
}
.teaser-tabs > li:not(:last-child) {
  margin-right: 1px !important;
}
.teaser-tab .title {
  margin-bottom: 30px;
}
.teaser-tab .title p {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  margin: auto;
}
.teaser-tab .images-tab {
  background: #FAFBFC;
  padding: 30px;
  overflow: hidden;
}
.teaser-tab .images-tab .form-group {
  margin-bottom: 0px;
}
.teaser-tab .images-tab .form-group .text-position {
  border: 1px dashed #EDEEF2;
  border-radius: 1px;
  background: #FFFFFF;
  filter: grayscale(100%);
}
.teaser-tab .images-tab .form-group .text-position img {
  margin-bottom: 35px;
}
.teaser-tab .images-tab .form-group .text-position p.text {
  color: #AC96D0;
  font-size: 18px;
  font-weight: 700;
  margin: auto;
}
.teaser-tab .images-tab .form-group .text-position p.small {
  color: #AC96D0;
  font-size: 12px;
  font-weight: 700;
  margin: auto;
}
.teaser-tab .images-tab .form-group .text-position.v {
  width: 156px;
  height: 213px;
  padding: 20px;
  padding-top: 43px;
  margin: auto;
  text-align: center;
}
.teaser-tab .images-tab .form-group .text-position.v.little {
  width: 78px;
  height: 78px;
  padding-top: 15px;
}
.teaser-tab .images-tab .form-group .text-position.v.little img {
  margin-bottom: 5px;
  width: 32px;
  height: 30px;
}
.teaser-tab .images-tab .form-group .text-position.h {
  vertical-align: top;
  width: 213px;
  height: 156px;
  padding: 20px;
  padding-top: 43px;
  margin: auto;
  text-align: center;
  background: #FFFFFF;
}
.teaser-tab .images-tab .form-group .text-position.h img {
  margin-bottom: 0px;
  margin-right: 35px;
  display: inline-block;
}
.teaser-tab .images-tab .form-group .text-position.h p.text {
  display: inline-block;
}
.teaser-tab .images-tab .form-group .text-position.h p.small {
  display: inline-block;
}
.teaser-tab .images-tab .form-group .text-position.h.little {
  width: 105px;
  height: 78px;
  padding-top: 20px;
}
.teaser-tab .images-tab .form-group .text-position.h.little img {
  margin-bottom: 5px;
  margin-right: 10px;
  width: 32px;
  height: 30px;
}
.teaser-tab .images-tab .form-group .text-position.h.large {
  width: 192px;
  height: 78px;
  padding-top: 20px;
}
.teaser-tab .images-tab .form-group .text-position.h.large img {
  margin-bottom: 5px;
  width: 32px;
  height: 30px;
}
.teaser-tab .images-tab .form-group input:checked + .text-position {
  position: relative;
  background: #EBEDF2;
  filter: none;
}
.teaser-tab .images-tab .form-group input:checked + .text-position img {
  border: 0px;
}
.teaser-tab .images-tab .form-group input:checked + .text-position::before {
  position: absolute;
  content: "";
  border: 2px dashed #AC96D0;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
}
.teaser-tab .images-tab .form-group .radio {
  margin-right: 0px;
  margin-top: 0px;
  vertical-align: top;
}
.teaser-tab .images-tab .form-group .radio:last-of-type {
  float: right;
  overflow: hidden;
}
.teaser-tab .images-tab .form-group .radio:first-of-type {
  float: left;
  overflow: hidden;
}
.teaser-tab .images-tab .form-group .radio label {
  padding-left: 0px;
}
.teaser-tab .images-tab .form-group label {
  margin-bottom: 15px;
  text-align: left;
}
.teaser-tab .images-tab.image-tiz {
  background: #FFF;
  padding: 0px;
  text-align: center;
}
.teaser-tab .form-block-bottom {
  margin-top: 5px;
  background: transparent;
}
.teaser-tab .form-block-bottom .buttons-control {
  padding-top: 10px;
}
.teaser-tab .form-block-bottom .buttons-control .btn-save {
  display: inline-block;
  float: right;
  overflow: hidden;
}
.teaser-tab h3 {
  font-size: 18px;
  margin-bottom: 30px;
}
.teaser-tab .radio-line .form-group #tizerblockform-blockframetype,
.teaser-tab .radio-line .form-group #tizerblockform-teaserframetype,
.teaser-tab .radio-line .form-group #tizerblockform-teaserhoverframetype {
  text-align: center;
  overflow: hidden;
}
.teaser-tab .radio-line .form-group #tizerblockform-blockframetype .radio-inline,
.teaser-tab .radio-line .form-group #tizerblockform-teaserframetype .radio-inline,
.teaser-tab .radio-line .form-group #tizerblockform-teaserhoverframetype .radio-inline {
  display: inline-block;
}
.teaser-tab .radio-line .form-group #tizerblockform-blockframetype .radio-inline:first-of-type,
.teaser-tab .radio-line .form-group #tizerblockform-teaserframetype .radio-inline:first-of-type,
.teaser-tab .radio-line .form-group #tizerblockform-teaserhoverframetype .radio-inline:first-of-type {
  float: left;
}
.teaser-tab .radio-line .form-group #tizerblockform-blockframetype .radio-inline:last-of-type,
.teaser-tab .radio-line .form-group #tizerblockform-teaserframetype .radio-inline:last-of-type,
.teaser-tab .radio-line .form-group #tizerblockform-teaserhoverframetype .radio-inline:last-of-type {
  float: right;
}
#general.teaser-tab .form-group label.control-label {
  margin-bottom: 13px !important;
}
.img-align {
  filter: grayscale(100%);
}
.img-align:hover {
  filter: grayscale(50%);
}
.images-align .form-group .radio label {
  padding-left: 0px;
}
.images-align .form-group .radio label input {
  opacity: 0;
}
.images-align .form-group .radio label input:checked + .img-align {
  filter: none;
}
fieldset[disabled] {
  opacity: 0.5;
}
fieldset[disabled] .form-group .input-group input {
  background-color: #FFF;
}
.slide-place .form-group .inline span.placeholder {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}
.slide-place .form-group #slider-range.ui-slider {
  margin-bottom: 0px;
}
.position-block .position-left {
  width: 450px;
  float: left;
}
.position-block .position-right {
  width: 100%;
  padding-left: 480px;
}
/*TEASERS*/
@media (min-width: 1440px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-12 {
    width: 100%;
  }
}
@media (min-width: 1550px) {
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12 {
    float: left;
  }
  .col-xxl-1 {
    width: 8.33333333%;
  }
  .col-xxl-2 {
    width: 16.66666667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-xxl-4 {
    width: 33.33333333%;
  }
  .col-xxl-5 {
    width: 41.66666667%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-xxl-7 {
    width: 58.33333333%;
  }
  .col-xxl-8 {
    width: 66.66666667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-xxl-10 {
    width: 83.33333333%;
  }
  .col-xxl-11 {
    width: 91.66666667%;
  }
  .col-xxl-12 {
    width: 100%;
  }
}
.wrap.mini-left .popover.left > .arrow {
  top: 50%;
  right: auto;
  left: -3px;
  border-right-width: 3px;
  border-left-width: 0;
  border-right-color: #FABB89;
}
.wrap.mini-left .blockAd-block .popover {
  left: 75px !important;
}
.new-counts {
  position: absolute;
  top: 6px;
  left: 0;
  right: 20px;
}
.new-counts.news-count {
  top: 14px;
  left: auto;
  right: 7px;
}
@media (max-width: 1600px) {
  .new-counts.admin-left {
    left: -4px;
  }
}
.new-counts.admin-left .show-message-circle {
  left: 0;
}
@media (max-width: 1600px) {
  .new-counts.admin-right {
    right: 15px;
  }
}
.new-counts.bottom {
  top: auto;
  bottom: 15px;
}
.new-counts .message-new-count {
  position: relative;
  display: inline-block;
  margin-top: 0;
  left: 0;
  min-width: 12px;
  line-height: 12px;
  font-size: 10px;
  padding: 0;
}
.message-new-count {
  border-radius: 50%;
  background: #E85E5E;
  min-width: 18px;
  padding: 1px 1px 0;
  line-height: 17px;
  display: block;
  font-size: 12px;
  color: #FAFBFC;
  text-align: center;
  z-index: 1;
  margin: -17px 0 0;
  position: absolute;
  left: 25px;
}
.message-new-count:not(:last-child) {
  margin-left: 1px;
}
.message-new-count.zero {
  visibility: collapse;
}
.pagination > li > a,
.pagination > li > span {
  margin-left: 10px;
  margin-top: 10px;
  color: #171940;
  border: none;
  background: #FFFFFF;
  border-radius: 5px !important;
  box-shadow: 0px 4px 8px #E0E4ED;
  padding: 0 2px;
  width: 32px;
  height: 32px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s linear;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: #DEDFEB;
  color: #171940;
}
.pagination > li.prev > a,
.pagination > li.next > a,
.pagination > li.prev > span,
.pagination > li.next > span {
  width: 51px;
  font-size: 134%;
  font-family: sans-serif;
}
.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
  background: #171940;
  box-shadow: 0 0 0 rgba(224, 228, 237, 0);
  color: #FFF;
}
.pagination > li.disabled > a,
.pagination > li.disabled > span,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > span:hover,
.pagination > li.disabled > a:focus,
.pagination > li.disabled > span:focus {
  color: #171940;
  background: #FFFFFF;
}
.col-inline {
  display: inline-block;
  vertical-align: bottom;
  margin-right: -4px;
  float: none;
}
.image-block {
  background: #ECECEC;
  border-radius: 2px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}
.image-block img {
  max-height: 100%;
  max-width: 100%;
}
.select-site-filter {
  border: 2px solid #FE7B79 !important;
}
#site-filter > * .checkbox {
  margin-top: 0px;
}
/*----------------------------- FORM ----------------------------*/
.form-group-nav-tabs {
  border: none;
}
.form-group-nav-tabs > li {
  float: right;
  min-width: inherit;
}
.form-group-nav-tabs > li:not(:last-child) {
  margin: 0;
}
.form-group-nav-tabs > li > a {
  margin: 0;
  border-radius: 2px 2px 0 0;
  line-height: 1;
  font-size: 12px;
  padding: 4px 9px;
  background: #DACFEB;
  color: #FFF;
  border: none;
  cursor: pointer;
}
.form-group-nav-tabs > li > a:hover,
.form-group-nav-tabs > li > a:focus {
  background: #BCACD5;
}
.form-group-nav-tabs > li.active > a,
.form-group-nav-tabs > li.active > a:hover,
.form-group-nav-tabs > li.active > a:focus {
  background: #9E8ABF;
  color: #FFF;
  border: none;
  padding: 7px 9px;
  margin-top: -6px;
}
.background-block-form {
  padding: 30px;
  margin-left: -30px;
  margin-right: -30px;
  background: #FAFBFC;
}
.background-block-form.priority {
  background: #F5F6FA;
}
#supportTypePopup .modal-flex {
  display: flex;
  min-height: 100%;
  margin: 0 auto;
}
#supportTypePopup .modal-dialog {
  display: flex;
  width: 100%;
}
#supportTypePopup .modal-content {
  width: 100%;
  padding: 0;
  background-color: white;
  display: inline-flex !important;
  margin: auto;
}
#supportTypePopup .supp-popup {
  position: relative;
  height: 380px;
  flex-grow: 1;
  margin: 0;
}
#supportTypePopup .supp-popup-image {
  display: none;
  background-color: rgba(200, 219, 254, 0.32);
}
#supportTypePopup .supp-popup-image .image-itself {
  margin: auto;
}
#supportTypePopup .supp-popup-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
#supportTypePopup .supp-popup-form .close-x {
  margin: 8px 10px auto auto;
  position: absolute;
  cursor: pointer;
  right: 0;
  padding: 10px;
  top: 0;
}
#supportTypePopup .supp-popup-form .main-text {
  font-family: 'proxima-nova', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 27px;
  margin-bottom: 31px;
}
#supportTypePopup .supp-popup-form .main-text .little {
  font-weight: normal;
  font-size: 20px;
}
#supportTypePopup .supp-popup-form .additional-text {
  font-family: 'proxima-nova', sans-serif;
  color: #6D7F90;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  margin: 12px 0;
}
#supportTypePopup .supp-popup-form .supp-popup-form-element {
  position: relative;
  display: block;
}
#supportTypePopup .supp-popup-form .icon-button {
  width: 143px;
  height: 36px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 36px;
  color: #FFFFFF;
  padding: 0;
  justify-content: unset;
}
#supportTypePopup .supp-popup-form .icon-button.tg-button {
  background: #3B98E9;
}
#supportTypePopup .supp-popup-form .icon-button.tg-button:hover {
  background-color: #1E88E5;
}
#supportTypePopup .supp-popup-form .icon-button.viber-button {
  background: #9D67C9;
}
#supportTypePopup .supp-popup-form .icon-button.viber-button:hover {
  background-color: #9461be;
}
#supportTypePopup .supp-popup-form .icon-button.viber-button svg {
  width: 100%;
  height: 100%;
}
#supportTypePopup .supp-popup-form .icon-button .tg-image {
  width: 36px;
  height: 36px;
  background: #1E7FD3;
  border-radius: 5px;
}
#supportTypePopup .supp-popup-form .icon-button .tg-image img {
  margin: 11px 9px;
  height: 14px;
  width: 18px;
}
#supportTypePopup .supp-popup-form .ticket-button {
  width: 143px;
  height: 36px;
  background: #9D85C6;
  border-radius: 5px;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  transition: 0.2s;
}
#supportTypePopup .supp-popup-form .ticket-button:hover {
  background-color: #614092;
}
.priority .popover {
  max-width: 588px;
}
.priority .popover .popover-content {
  font-size: 12px;
}
.priority .ui-slider.ui-widget-content {
  margin-top: 25px;
}
.referral-block {
  min-height: 128px;
  padding-bottom: 38px;
  position: relative;
}
.referral-text {
  line-height: 22.5px;
  margin: 0;
}
.is-adblock {
  font-size: 12px;
}
.is-adblock.block {
  color: #D78080;
}
.is-adblock.no-block {
  color: #8CD780;
}
/*--------------------------- END FORM ---------------------------*/
/*----------------------------- INDEX ----------------------------*/
.radio-blocks {
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.radio-blocks .form-group {
  display: inline-block;
  margin: 10px 0;
}
.radio-blocks .form-group .block-group {
  display: inline-block;
  float: left;
  border-radius: 2px;
  margin-right: 10px;
  overflow: hidden;
}
.radio-blocks .form-group .block-group .radio-label {
  float: left;
  padding: 7px 20px;
  background: transparent;
  position: relative;
}
.radio-blocks .form-group .block-group .radio-label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #E9EBF3;
  z-index: -1;
}
.radio-blocks .form-group .radio-label {
  float: left;
  border-radius: 2px;
  padding: 7px 10px;
  line-height: 20px;
  height: 34px;
  box-shadow: none;
  color: #282828;
  position: relative;
  margin: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio-blocks .form-group .radio-label .active {
  display: none;
}
.radio-blocks .form-group .radio-label:hover,
.radio-blocks .form-group .radio-label:focus {
  background: #E3E5F0;
}
.radio-blocks .form-group .radio-label.active {
  color: #FFF;
}
.radio-blocks .form-group .radio-label.active:before {
  background: #AC96D0;
}
.radio-blocks .form-group .radio-label.active .active:not(.mobile-block) {
  display: block;
}
.radio-blocks .form-group .radio-label.active .active:not(.mobile-block) ~ * {
  display: none;
}
.radio-blocks .form-group .radio-label input {
  display: none;
}
.radio-blocks.blue {
  text-align: left;
}
.radio-blocks.blue .form-group .block-group .radio-label {
  padding: 7px 13px;
}
.radio-blocks.blue .form-group .block-group .radio-label:before {
  background: #F2F3F4;
}
.radio-blocks.blue .form-group .block-group .radio-label:hover,
.radio-blocks.blue .form-group .block-group .radio-label:focus {
  background: #E8E9ED;
}
.radio-blocks.blue .form-group .block-group .radio-label.active {
  background: #70AEEF;
}
.daterangepicker {
  box-shadow: 0 0 10px 0 rgba(87, 108, 131, 0.3);
  border: none;
  margin-top: 10px;
}
.daterangepicker:before {
  content: none;
}
.daterangepicker:after {
  border-width: 0 4px 4px;
  top: -4px;
}
.daterangepicker .ranges {
  margin: 0;
}
.daterangepicker .ranges ul {
  width: 100%;
}
.daterangepicker .ranges li {
  margin-bottom: 4px;
  background: transparent;
  border: none;
  border-radius: 2px;
  line-height: 17px;
  font-weight: 200;
  color: #000000;
}
.daterangepicker .ranges li:hover,
.daterangepicker .ranges li:focus {
  color: #000000;
  background: #F5F6FA;
}
.daterangepicker .ranges li.active {
  color: #FFF;
  background: #FABB89;
}
.profit-all {
  font-size: 18px;
  line-height: 22px;
  height: 87px;
  padding: 32px 0;
  position: relative;
}
.profit-all #profit-all-currency {
  font-weight: 700;
}
.profit-all #profit-all-currency:hover ~ #profit-all-system {
  display: block;
}
#profit-all-system,
.all-block-profit {
  padding-bottom: 30px;
  overflow: hidden;
}
#profit-all-system .title-profit,
.all-block-profit .title-profit {
  font-size: 12px;
  font-weight: 200;
  color: #808080;
  display: block;
  padding-bottom: 5px;
}
#profit-all-system .system-profit,
.all-block-profit .system-profit {
  border: 1px solid #ECECEC;
  background: #FFF;
  border-radius: 2px;
  font-size: 12px;
  line-height: 25px;
  float: left;
  margin-bottom: 6px;
  margin-right: 7px;
}
#profit-all-system .system-profit:before,
.all-block-profit .system-profit:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 150px;
  border-width: 0 4px 5px;
  border-style: solid;
  border-color: #FFF transparent;
}
#profit-all-system .system-profit img,
.all-block-profit .system-profit img {
  height: 25px;
  padding-right: 5px;
}
#profit-all-system .system-profit > span,
.all-block-profit .system-profit > span {
  padding-right: 5px;
}
#profit-all-system .system-profit.no-image,
.all-block-profit .system-profit.no-image {
  padding-left: 10px;
}
.all-block-profit .system-profit {
  font-size: 14px;
}
.template-items {
  padding: 26px 0;
}
.template-item {
  font-size: 14px;
  line-height: 18px;
  padding: 8px 0;
  width: 34px;
  color: #C3C9D4;
  font-weight: 700;
  border-radius: 2px;
  background: #F5F6FA;
  text-align: center;
  display: inline-block;
  position: relative;
}
.template-item .remove-template {
  position: absolute;
  bottom: 100%;
  right: -4px;
  padding: 4px;
  display: none;
}
.template-item .remove-template img {
  display: block;
}
.template-item .remove-template:hover,
.template-item .remove-template:focus {
  display: block;
}
.template-item:hover,
.template-item:focus {
  color: #C3C9D4;
  text-decoration: none;
  background: #F0F1F5;
}
.template-item:hover .remove-template,
.template-item:focus .remove-template {
  display: block;
}
/*--------------------------- END INDEX --------------------------*/
/*----------------------------- STAT -----------------------------*/
.stat-block-title {
  margin: 0 0 20px;
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}
.stat-block-title + .detail-panel-table {
  padding-top: 0;
}
.detail-click-link {
  background: #70AEEF;
  border-radius: 2px;
  line-height: 23px;
  margin: 10px auto 40px;
  width: 100%;
  max-width: 155px;
  display: block;
  text-align: center;
  font-size: 14px;
  color: #FFF;
  font-weight: 200;
}
.detail-click-link:hover,
.detail-click-link:focus {
  text-decoration: none;
  color: #FFF;
  background: #6B96D6;
}
.detail-panel-table.desktop-detail {
  margin-left: -30px;
}
.detail-panel-table.desktop-detail .table {
  border: none;
  border-right: 1px solid #EDEEF2;
}
.detail-panel-table.desktop-detail .table tbody tr:last-child td:not(.block-input) {
  border-bottom: 1px solid #EDEEF2;
}
.detail-panel-table.desktop-detail .table .block-input {
  background: #FFF;
  border: none;
  border-right: 1px solid #EDEEF2;
  padding: 8px !important;
  width: 30px;
  text-align: center;
}
.detail-panel-table.desktop-detail .table.table-list {
  border: none;
}
.detail-panel-table.desktop-detail .table.table-list thead .block-input {
  border: none;
}
/*--------------------------- END STAT ---------------------------*/
/*---------------------------- PROFIT ----------------------------*/
.profit-block-all {
  margin: 10px 0;
  font-size: 12px;
  color: #808080;
  line-height: 1;
}
.profit-block-all-value {
  color: #282828;
  font-size: 24px;
  font-weight: 700;
}
/*-------------------------- END PROFIT --------------------------*/
/*--------------------------- BANNERS ----------------------------*/
/*------------------------- END BANNERS --------------------------*/
/*----------------------------- PUSH -----------------------------*/
.push-settings-button {
  padding: 0px;
  width: 30px;
  height: 30px;
  display: inline-flex;
  background: #F3F4F5;
  border-radius: 2px;
  margin-top: -1px;
}
.push-settings-button img {
  margin: auto;
  transform: scale(1, -1);
  transition: transform 0.5s;
}
.push-settings-button.settings-show img {
  transform: scale(1, 1);
}
.additionalSettings-message {
  color: red;
  font-size: 15px;
  margin-bottom: 30px;
  line-height: 1;
}
.filter-block-parent {
  position: relative;
}
.filter-block {
  display: inline-block;
  font-size: 14px;
  margin-left: 30px;
  background: #AC96D0;
  border-radius: 2px;
  color: #FFF;
  padding: 5px 10px 5px 7px;
  line-height: 20px;
  cursor: pointer;
}
.filter-block img {
  padding-right: 10px;
}
.filter-block-form {
  position: absolute;
  top: 51px;
  left: 0;
  right: 0;
  display: none;
  z-index: 100;
}
.filter-block-form.active {
  display: block;
}
.image-block-push-network {
  width: 25px;
  height: 25px;
  padding: 5px;
  background: #FFF;
  border-radius: 2px;
}
.image-block-push-network img {
  max-width: 100%;
  max-height: 100%;
}
.text-push-profit {
  text-align: center;
}
.push-image-input input {
  float: left;
}
.circle-block {
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  margin-right: 5px;
  border-radius: 50%;
}
.push-window {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 360px;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.3);
  font-family: 'Segoe UI', 'Lucida Sans Unicode', sans-serif;
}
.bg-chrome {
  background: #474747;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  padding-bottom: 0;
}
.mac-os {
  height: 60px;
  width: 350px;
  border-radius: 6px;
  background-color: #efeaeb;
  font-size: 12px;
}
.push-window .push-table-cell {
  display: table-cell;
  vertical-align: top;
  margin: 10px;
}
.push-window .big-image {
  text-align: center;
}
.push-window .big-image img {
  max-width: 300px;
  max-height: 170px;
  margin: 10px auto;
}
.push-window .big-image-mac {
  width: 52px;
  vertical-align: middle;
  padding-right: 8px;
  padding-top: 3px;
  border-right: 1px solid #D4CED0;
}
.push-window .big-image-mac img {
  width: 100%;
}
.push-window .message-block {
  position: relative;
  margin: 10px;
  margin-top: 0;
}
.push-window .close-push {
  position: absolute;
  right: 12px;
  top: 10px;
  width: 10px;
}
.push-window .aroow-up {
  position: absolute;
  right: 11px;
  top: 34px;
  width: 12px;
}
.push-window .push-setup {
  position: absolute;
  right: 10px;
  top: 54px;
  width: 13px;
}
.push-window .setup-firefox {
  right: 6px;
  top: 0px;
  width: 13px;
  position: relative;
  float: right;
  margin-right: 4px;
}
.push-window .title-img {
  position: relative;
  width: 85px;
  padding: 10px;
}
.push-window .title-img-firefox {
  padding-top: 20px;
  vertical-align: middle;
}
.push-window .title-img-mac {
  width: 38px;
  padding: 5px 8px 0px 8px;
  vertical-align: middle;
}
.push-window .push-message {
  padding: 10px 5px;
  position: relative;
  width: 256px;
}
.push-window .push-title {
  font-size: 12px;
  margin-bottom: 5px;
  max-height: 38px;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  color: #FFF;
  font-weight: 700;
}
.push-window .title-firefox {
  padding: 5px 15px 0px 12px;
  margin-bottom: 0px;
  color: #000;
}
.push-window .title-mac {
  color: black;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 5px 2px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 190px;
  white-space: nowrap;
}
.push-window .content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  max-height: 72px;
  margin-right: 25px;
  box-orient: vertical;
  font-size: 13px;
  color: #acacab;
}
.push-window .content-firefox {
  color: #191919;
  font-size: 13px;
  margin-right: 10px;
}
.push-window .content-mac {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 190px;
  padding-top: 4px;
}
.push-window .site-url {
  position: absolute;
  bottom: 2px;
  font-size: 12px;
  color: #7F7F7F;
}
.push-window .site-url-firefox {
  color: #191919;
  padding-left: 90px;
  width: 100%;
  bottom: 5px;
}
.push-window .push-btn-block {
  padding: 0px 10px;
  text-align: right;
}
.push-window .btn-block-mac {
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
}
.push-window .push-btn-block .push-btn {
  display: inline-block;
  padding: 8px 10px;
  margin: 5px 7px;
  overflow: hidden;
  width: 152px;
  max-height: 34px;
  font-size: 14px;
  background-color: #5b5b5b;
  color: #FFF;
  text-align: center;
  line-height: 1.5;
}
.push-window .push-btn-block .push-btn img {
  width: 15px;
  height: 15px;
  position: relative;
  margin-right: 5px;
}
.push-window .btn-block-mac .push-btn {
  padding: 6px 6px;
  font-weight: bold;
}
.push-window .btn-block-mac .btn-line {
  border-bottom: 1px solid #D4CED0;
}
.preview-message-push {
  margin-left: auto;
  margin-right: auto;
  width: 360px;
  overflow: hidden;
  position: relative;
  background: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.preview-message-push img {
  max-width: 100%;
}
.preview-message-push .close-message {
  top: 5px;
  font-weight: 700;
  font-size: 17px;
  color: #777;
}
.preview-message-push .preview-icon-message {
  display: table-cell;
  vertical-align: top;
  width: 82px;
}
.preview-message-push .preview-message {
  display: table-cell;
  vertical-align: top;
  padding: 10px 15px;
  position: relative;
  width: 278px;
}
.preview-message-push .preview-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.preview-message-push .preview-site {
  color: #7F7F7F;
}
.preview-message-push .settings-icon,
.preview-message-push .close-message {
  position: absolute;
  right: 10px;
}
.preview-message-push .settings-icon {
  bottom: 10px;
}
/*--------------------------- END PUSH ---------------------------*/
/*--------------------------- MEDIA ---------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-4-5 {
    float: left;
  }
  .col-sm-4-5 {
    width: 37.5%;
  }
  .col-sm-pull-4-5 {
    right: 37.5%;
  }
  .col-sm-push-4-5 {
    left: 37.5%;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    float: left;
  }
  .col-md-1-5 {
    width: 12.5%;
  }
  .little-desktop-padding-left {
    padding-left: 20px;
  }
  .block-margin-no-tablet-top {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .little-desktop-padding-left {
    padding-left: 60px;
  }
}
@media (min-width: 1440px) {
  .panel-settings {
    float: right;
  }
  #preview-parent {
    padding: 0 30px 0 0;
  }
}
@media (min-width: 1715px) {
  .row-title.landing .col-md-2 {
    max-width: 270px;
  }
  .row-title.landing .col-md-2.col-md-push-6 {
    left: 0;
    float: right;
  }
  .row-title.landing .radio-blocks {
    text-align: right;
    max-width: 1170px;
    width: 100%;
    float: none;
    right: 0;
  }
}
@media (max-width: 1439px) {
  .no-flex-desktop {
    display: inherit;
  }
  .block-margin-desktop-top {
    margin-top: 30px;
  }
  .block-half-margin-desktop-top {
    margin-top: 15px;
  }
  .push-fields {
    padding-right: 0;
  }
  .blockAd-block .ad-buttons-cell {
    width: 1px;
    padding: 0;
  }
  .blockAd-block .ad-buttons-action {
    margin: 0 0 0 auto;
    width: 50px;
    height: 38px;
    cursor: pointer;
    background: #EDEEF2 url("/images/icons/actions-ad.png") no-repeat center;
    position: relative;
  }
  .blockAd-block .ad-buttons-action.active .buttons-block {
    display: block;
  }
  .blockAd-block .buttons-block {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 5;
    background: #FAFBFC;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  }
  .blockAd-block .buttons-block .action-button-ad {
    cursor: pointer;
    display: block;
    color: #828282;
    text-decoration: none;
    position: relative;
    line-height: 18px;
    padding: 9px 20px 9px 45px;
    width: auto;
    float: none;
  }
  .blockAd-block .buttons-block .action-button-ad:not(:first-child) {
    margin: 0;
  }
  .blockAd-block .buttons-block .action-button-ad img {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
  }
  .blockAd-block .buttons-block .action-button-ad span {
    display: inherit;
  }
  .blockAd-block .buttons-block .action-button-ad .count-comment {
    left: 23px;
    right: auto;
    top: 12px;
  }
  .blockAd-block .buttons-block .action-button-ad:first-child:before {
    position: absolute;
    top: -4px;
    right: 20px;
    content: '';
    border-width: 0 5px 4px;
    border-style: solid;
    border-color: #FAFBFC transparent;
  }
  .blockAd-block .buttons-block .action-button-ad:hover,
  .blockAd-block .buttons-block .action-button-ad:focus {
    background: #F5F6FA;
  }
  .blockAd-block .buttons-block .action-button-ad:hover:first-child:before,
  .blockAd-block .buttons-block .action-button-ad:focus:first-child:before {
    border-color: #F5F6FA transparent;
  }
}
@media (max-width: 1199px) {
  .no-flex-little-desktop {
    display: inherit;
  }
  #support-container .support-arrow {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
  #support-container .support-arrow #support-vars {
    position: relative;
    order: 1;
    top: 0;
    left: 0;
    transform: none;
    height: 100px;
    padding: 0;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  }
  #support-container .support-arrow .text-block {
    height: 45px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  #support-container .support-arrow #supp-arrow {
    height: 100%;
    width: 45px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #support-container.opened .support-arrow {
    height: 145px;
  }
  #support-container.opened + li > a {
    box-shadow: inset 0px 5px 5px -5px rgba(0, 0, 0, 0.15);
  }
  .new-counts {
    left: 9px;
    right: auto;
    top: 5px;
  }
  .text-push-profit {
    text-align: left;
  }
  .width-all-little-desktop {
    margin-left: -30px;
    margin-right: -30px;
  }
  .max-width-little-desktop {
    max-width: 100%;
  }
  .nav > li.little-desktop-inline {
    display: inline-block;
  }
  .nav > li.little-desktop-block {
    display: block;
  }
  .nav > li.no-little-desktop {
    display: none;
  }
  .pushsiterequestsettingsform-srtype .radio label div {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .container-fluid {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  #supportTypePopup .modal-dialog {
    max-width: 678px;
  }
  #supportTypePopup .supp-popup-image {
    display: flex;
  }
}
@media (max-width: 767px) {
  .referral-block {
    min-height: inherit;
    padding-bottom: 0;
  }
  .accessBlocks .accessBlk #profit-all-system .system-profit {
    float: left;
    min-width: 190px;
    width: 47%;
    margin: 0 2%;
  }
  .accessBlocks .accessBlk {
    float: none;
  }
  /*TABLE-MOBILE*/
  .accessBlocks {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  .push .button-action.little-margin:not(:first-child) {
    margin-right: 5px;
  }
  .logo-block img {
    float: none;
    padding: 0;
    display: block;
    margin: 0 auto;
  }
  .logo-block .text {
    padding: 6px 0 0;
    font-size: 14px;
    line-height: 1;
  }
  .container-fluid {
    padding: 0 15px;
  }
  .ticket-message {
    padding-left: 35px;
    padding-right: 35px;
  }
  .row-title .form-group .form-control {
    max-width: none;
  }
  .detail-panel-table .table,
  .detail-panel-table.desktop-detail .table {
    border: none;
  }
  .detail-panel-table .table tbody tr:last-child td:not(.block-input),
  .detail-panel-table.desktop-detail .table tbody tr:last-child td:not(.block-input) {
    border-bottom: 1px solid #EDEEF2;
  }
  .detail-panel-table .table .block-input,
  .detail-panel-table.desktop-detail .table .block-input {
    background: #FFF;
    border: none;
    border-right: 1px solid #EDEEF2;
    padding: 8px;
    width: 35px;
    text-align: center;
  }
  .detail-panel-table .table.table-list,
  .detail-panel-table.desktop-detail .table.table-list {
    border: none;
  }
  .detail-panel-table .table.table-list thead .block-input,
  .detail-panel-table.desktop-detail .table.table-list thead .block-input {
    border: none;
  }
}
.ticket-create {
  background: #FFFFFF;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
  border-radius: 3px;
  padding: 30px 20px;
  display: flex;
  align-items: center;
}
.ticket-create button {
  border: 0;
  outline: 0;
  border-radius: 5px;
}
.ticket-create .ticket-btn {
  background: #7952B3;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  padding: 10px 30px;
  margin-right: 15px;
}
.ticket-create .tg-btn {
  background: #1E7FD3;
  padding: 10px;
}
@media (max-width: 550px) {
  .confirmation-email-block .table {
    padding: 10px;
    display: block;
    height: auto;
  }
  .confirmation-email-block .table .text-right {
    display: none;
  }
  .confirmation-email-block .table .text-center {
    display: block;
    width: 100%;
    padding: 0 0 10px;
  }
  .confirmation-email-block .table .text-left {
    display: block;
    text-align: center;
  }
  .wrap.confirm-email.no-confirm {
    padding-top: 160px;
  }
  .wrap.confirm-email.no-confirm .navbar {
    top: 100px;
  }
  .position-block .position-left {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
  .position-block .position-right {
    width: 100%;
    padding-left: 0px;
  }
  .teaser-tab .images-tab .form-group .radio:first-of-type {
    float: none;
    display: block;
  }
  .teaser-tab .images-tab .form-group .radio:last-of-type {
    float: none;
    display: block;
  }
}
@media (max-width: 499px) {
  .accessBlocks .accessBlk #profit-all-system .system-profit {
    float: none;
    width: 100%;
    margin: auto;
  }
  /*WISHES*/
  .wishes-table table tbody tr td {
    display: block;
  }
  .wishes-table table tbody tr td a {
    margin: auto;
    text-align: center;
    display: block;
  }
  .nav-tabs.wishes-tabs > li a {
    padding: 9px 5px;
  }
  .nav-tabs.wishes-tabs > li {
    width: 100%;
  }
  .wishes-table table tbody tr td:first-of-type {
    border-bottom: 0px;
  }
  .wishes-table table tbody tr td:last-of-type {
    border-top: 0px;
  }
  .nav-tabs.wishes-tabs {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0px 35px;
  }
  .feedback-payment {
    margin-left: -15px;
    margin-right: -15px;
  }
  .feedback-payment h4 {
    padding-left: 35px;
  }
  .feedback-users {
    margin-left: -15px;
    margin-right: -15px;
  }
  .feedback-users h3 {
    padding-left: 35px;
  }
  /*WISHES*/
  .teaser-edit .form-input-block {
    padding: 15px;
    float: left;
  }
  .buttons-control {
    overflow: hidden;
    text-align: center;
  }
  .buttons-control .btn-save {
    float: none !important;
    margin: 10px 0px;
    width: 100%;
  }
  .buttons-control .btn-save button {
    max-width: 151px;
    width: 100%;
  }
  .buttons-control .btn-preview {
    display: block;
    margin: auto;
  }
  .nav-tabs.teaser-tabs > li {
    width: 100%;
    margin: 0px;
  }
  .col-fx-12 {
    float: left;
  }
  .col-fx-12 {
    width: 100%;
  }
  .col-fx-pull-0 {
    right: 0;
  }
  .col-fx-push-0 {
    left: 0;
  }
  .ticket-message .img-logo {
    margin-right: 15px;
  }
  .ticket-message .img-logo > div {
    width: 30px;
    height: 30px;
  }
  .ticket-message .img-logo > span {
    width: 30px;
  }
  .ticket-message .message-text .user-info {
    display: block;
  }
  .ticket-message .message-text .date {
    text-align: left;
    margin-top: 5px;
  }
}
@media (max-width: 450px) {
  .row-title .radio-blocks .form-group .block-group .radio-label {
    font-size: 12px;
    padding: 7px 8px;
  }
  .instruction-popup {
    background-image: none;
    padding-left: 30px;
  }
}
@media (max-width: 399px) {
  .all-block-profit .system-profit {
    float: none;
  }
  .all-block-profit .system-profit:not(:last-child) {
    margin-right: 0;
  }
  .table.mobile-padding thead tr th,
  .table.mobile-padding tbody tr th,
  .table.mobile-padding thead tr td,
  .table.mobile-padding tbody tr td {
    padding: 8px 5px;
  }
  .table.mobile-padding thead tr th.no-padding,
  .table.mobile-padding tbody tr th.no-padding,
  .table.mobile-padding thead tr td.no-padding,
  .table.mobile-padding tbody tr td.no-padding {
    padding: 0;
  }
}
@media (max-width: 319px) {
  .profit-all {
    font-size: 16px;
    line-height: 23px;
  }
  .row-title .radio-blocks .form-group .block-group {
    margin-right: 5px;
  }
  .row-title .radio-blocks .form-group .block-group .radio-label {
    padding: 7px 4px;
  }
  .row-title .radio-blocks .form-group .radio-label {
    padding: 7px 4px;
  }
}
@media (max-width: 305px) {
  .wrap.confirm-email.no-confirm {
    padding-top: 180px;
  }
}
.system-time-input .form-group {
  margin-bottom: 0px;
}
.system-time-input .form-control {
  padding: 4px 15px;
}
.section-creative .reklama {
  border-radius: 3px;
  position: relative;
  background-color: #FFF;
  color: #000;
  border: 2px solid #DFDFDF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.section-creative .reklama .top-block {
  padding: 19px;
  overflow: hidden;
  min-height: 140px;
}
.section-creative .reklama .top-block .left {
  float: left;
  width: 85px;
}
.section-creative .reklama .top-block .left img {
  width: 100%;
}
.section-creative .reklama .top-block .right {
  padding-left: 100px;
}
.section-creative .reklama .top-block .right .title {
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-creative .reklama .top-block .right .text {
  font-size: 14px;
  line-height: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section-creative .reklama .bottom-block {
  padding: 19px;
  padding-top: 0px;
}
.section-creative .reklama .bottom-block .link {
  background: #F2F2F2;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  padding: 3px 0px;
  padding-left: 6px;
}
.section-creative .reklama .bottom-block .link a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: underline;
  width: 350px;
  display: block;
}
.section-creative .reklama .bottom-block .link .copy {
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 10px;
}
.section-creative .reklama .bottom-block .link .copy:hover {
  cursor: pointer;
}
.section-creative .reklama .bottom-block .big-image-block {
  height: 100%;
  min-height: 240px;
  position: relative;
  max-height: 240px;
  margin-bottom: 10px;
  overflow: hidden;
}
.section-creative .reklama .bottom-block .big-image-block .image-inner {
  position: absolute;
  width: 100%;
}
.section-creative .reklama .bottom-block .big-image-block .image-inner img {
  width: 100%;
}
.section-creative .reklama .bottom-block .hr-line {
  background: #E5E5E5;
  margin: 0px 0px;
  margin-bottom: 10px;
}
.section-creative .reklama .bottom-block .down {
  font-size: 14px;
}
.section-creative .reklama .bottom-block .down .link-ip {
  overflow: hidden;
  margin-bottom: 3px;
}
.section-creative .reklama .bottom-block .down .link-ip a {
  float: left;
}
.section-creative .reklama .bottom-block .down .link-ip span {
  display: block;
  float: right;
  color: #5C0BB7;
}
.section-creative .reklama .bottom-block .down .country {
  overflow: hidden;
  margin-bottom: 3px;
}
.section-creative .reklama .bottom-block .down .country span.left {
  float: left;
  display: block;
}
.section-creative .reklama .bottom-block .down .country span.right {
  float: right;
  display: block;
}
.section-creative .reklama .bottom-block .down .country span.right.active {
  color: #33B70B;
}
.section-creative .reklama .bottom-block .down .country span.right.not-active {
  color: tomato;
}
.section-creative .reklama .bottom-block .down .os {
  margin-bottom: 3px;
}
.section-creative .reklama .bottom-block .down .os span {
  display: block;
}
.section-creative .reklama .bottom-block .down .show span {
  display: block;
}
.section-creative .list-view .pagination {
  display: block;
  clear: both;
}
.wpPlugin .wpPlugin-top {
  margin-bottom: 28px;
}
.wpPlugin .wpPlugin-top .wpPlugin-button {
  overflow: hidden;
}
.wpPlugin .wpPlugin-top .wpPlugin-button label {
  padding-left: 200px;
  display: block;
  font-weight: 600;
}
.wpPlugin .wpPlugin-top .wpPlugin-token {
  padding: 25px 30px;
  border-bottom: 1px solid #F5F6FA;
  border-top: 1px solid #F5F6FA;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 30px;
}
.wpPlugin .wpPlugin-top .wpPlugin-token p {
  color: #808080;
  font-size: 14px;
  font-weight: 300;
}
.wpPlugin .wpPlugin-top .wpPlugin-token p label {
  margin-bottom: 15px;
}
.wpPlugin .wpPlugin-top .wpPlugin-token p span {
  display: block;
  padding: 6px 11px;
  border: 1px solid #EDEEF2;
  background: #FFFFFF;
  border-radius: 3px;
  width: 100%;
}
.row-sites-btn {
  display: flex;
}
.row-sites-btn > *:not(:first-child) {
  margin-left: 15px;
}
.elementSet-settings-blk .elementSet-tabs .tab-item {
  text-align: center;
  padding: 15px;
  max-width: 200px;
  width: 100%;
  color: #525F7F;
  font-size: 16px;
  background: rgba(223, 227, 235, 0.8);
  border-radius: 5px 5px 0px 0px;
  margin-right: 20px;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.03);
  transition: 0.2s;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .elementSet-settings-blk .elementSet-tabs .tab-item {
    font-size: 14px;
  }
}
.elementSet-settings-blk .elementSet-tabs .tab-item:last-child {
  margin: 0;
}
.elementSet-settings-blk .elementSet-tabs .tab-item:hover {
  color: #191919;
  background: #dfe3eb;
}
.elementSet-settings-blk .elementSet-tabs .tab-item.clicked {
  background: #FFFFFF;
  color: #171940;
}
.elementSet-settings-blk .info-row-item {
  width: 16.666%;
  display: none;
}
.elementSet-settings-blk .info-row-item.show-blk,
.elementSet-settings-blk .info-row-item.display-block {
  display: block;
}
@media (max-width: 1600px) {
  .elementSet-settings-blk .info-row-item {
    width: 20%;
  }
}
@media (max-width: 1440px) {
  .elementSet-settings-blk .info-row-item {
    width: 25%;
  }
}
@media (max-width: 1200px) {
  .elementSet-settings-blk .info-row-item {
    width: 33.333%;
  }
}
@media (max-width: 991px) {
  .elementSet-settings-blk .info-row-item {
    width: 50%;
  }
}
.elementSet-settings-blk .info-row-item .justify-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.elementSet-settings-blk .info-row-item .justify-title label {
  margin-bottom: 0px;
}
@media (max-width: 991px) and (min-width: 541px) {
  .elementSet-settings-blk .info-row-item .justify-title label {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) and (min-width: 541px) {
  .elementSet-settings-blk .info-row-item .justify-title {
    flex-direction: column;
    align-items: baseline;
  }
}
.elementSet-settings-blk .info-row-item.more-width {
  width: 33.333%;
}
@media (max-width: 1440px) {
  .elementSet-settings-blk .info-row-item.more-width {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .elementSet-settings-blk .info-row-item.more-width {
    width: 100%;
  }
}
.elementSet-settings-blk .info-row-item.more-width .radio-wrap {
  margin: unset;
}
.elementSet-settings-blk .info-row-item.location {
  width: auto;
}
.elementSet-settings-blk .info-row-item.location .radio-wrap {
  margin: unset;
}
.elementSet-settings-blk .elementSet {
  border: 0;
  background: #FFFFFF;
  position: relative;
}
.elementSet-settings-blk .elementSet .elementSet-inside {
  width: 100%;
}
@media (max-width: 460px) {
  .elementSet-settings-blk .elementSet .elementSet-inside .form-group {
    margin-bottom: 15px;
  }
}
.elementSet-settings-blk .elementSet .simple-tabs-block.show-blk ~ [class*='simple'] label {
  visibility: hidden;
}
@media (max-width: 991px) {
  .elementSet-settings-blk .elementSet .block-half-margin-top {
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .elementSet-settings-blk .elementSet .control-label {
    margin-top: 7px;
  }
}
.elementSet-settings-blk .elementSet .info-row .location-wrap {
  display: flex;
  justify-content: space-between;
}
.elementSet-settings-blk .elementSet .info-row .location-wrap .location-block {
  border: 1px solid #CBD2E0;
  border-radius: 3px;
  width: 80px;
  height: 80px;
  margin-right: 30px;
  margin-left: 0;
  padding: 5px;
  position: relative;
}
@media (max-width: 991px) {
  .elementSet-settings-blk .elementSet .info-row .location-wrap .location-block {
    margin-right: 15px;
  }
}
@media (max-width: 460px) {
  .elementSet-settings-blk .elementSet .info-row .location-wrap .location-block {
    margin-right: 5px;
  }
}
.elementSet-settings-blk .elementSet .info-row .location-wrap .location-block:last-child {
  margin-right: 0;
}
.elementSet-settings-blk .elementSet .info-row .location-wrap .location-block .element {
  width: 16px;
  height: 16px;
  position: absolute;
}
.elementSet-settings-blk .elementSet .info-row .location-wrap .location-block .element.square {
  background: #8D9CBA;
  border-radius: 1px;
  margin-top: 20px;
}
.elementSet-settings-blk .elementSet .info-row .location-wrap .location-block.center .square {
  right: 50%;
  margin-right: -8px;
}
.elementSet-settings-blk .elementSet .info-row .location-wrap .location-block.right .square {
  right: 5px;
}
.elementSet-settings-blk .elementSet .info-row .location-wrap .location-block input {
  margin: 0;
  bottom: 5px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}
.elementSet-settings-blk .elementSet .info-row .location-wrap .location-block.animate:before {
  margin-left: -8px;
  bottom: 5px;
  top: auto;
  left: 50%;
}
.elementSet-settings-blk .elementSet .deleteBlockButtonDiv {
  position: absolute;
  right: -20px;
  top: 50%;
  margin: auto;
  outline: none;
}
.elementSet-settings-blk .elementSet .deleteBlockButtonDiv button {
  outline: none;
}
.elementSet-settings-blk .elementSet .wpPlugin-active {
  padding: 0 15px;
  margin-bottom: 30px;
}
.elementSet-settings-blk .elementSet .wpPlugin-active .help-block {
  margin: 0;
}
.elementSet-settings-blk .elementSet .wpPlugin-active .wpPlugin-check label {
  margin-bottom: 0px;
  padding-left: 0;
  position: relative;
}
.elementSet-settings-blk .elementSet .wpPlugin-active .wpPlugin-check label > span {
  color: #E68D8D;
}
.elementSet-settings-blk .elementSet .wpPlugin-active .wpPlugin-check label .checked {
  display: none;
}
.elementSet-settings-blk .elementSet .wpPlugin-active .wpPlugin-check label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  margin: auto;
  vertical-align: middle;
  margin-right: 17px;
}
.elementSet-settings-blk .elementSet .wpPlugin-active .wpPlugin-check label input:checked ~ span .checkmark {
  background: transparent url(/images/icons/sites/green-check.png) no-repeat center;
}
.elementSet-settings-blk .elementSet .wpPlugin-active .wpPlugin-check label input:checked ~ span .checkmark::after {
  display: none;
}
.elementSet-settings-blk .elementSet .wpPlugin-active .wpPlugin-check label input:checked ~ span .checked {
  display: inherit;
}
.elementSet-settings-blk .elementSet .wpPlugin-active .wpPlugin-check label input:checked ~ span .no-checked {
  display: none;
}
.elementSet-settings-blk .elementSet .wpPlugin-active .wpPlugin-check label input:checked ~ span {
  color: #6FA270;
}
.elementSet-settings-blk .elementSet .wpPlugin-active .wpPlugin-check label input:checked ~ .background {
  background: rgba(111, 162, 112, 0.1);
}
.elementSet-settings-blk .elementSet .wpPlugin-active .wpPlugin-check label .checkmark {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  height: 18px;
  width: 20px;
  margin: auto;
}
.elementSet-settings-blk .elementSet .wpPlugin-active .wpPlugin-check label .checkmark::after {
  background: transparent url(/images/icons/sites/red-check.png) no-repeat center;
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 13px;
  bottom: 3px;
  left: 2px;
  margin: auto;
}
.elementSet-settings-blk .elementSet .wpPlugin-active .wpPlugin-check label .background {
  cursor: pointer;
  display: block;
  background: rgba(230, 141, 141, 0.1);
  width: 140px;
  padding: 9px 12px;
  padding-left: 43px;
  border-radius: 3px;
}
.wpPlugin .wpPlugin-top .wpPlugin-token {
  margin-left: 0px;
  margin-right: 0px;
  padding: 0;
  border: 0;
}
.wpPlugin .wpPlugin-bottom {
  margin: 0;
  background-color: unset;
  box-shadow: none;
  padding: 0;
}
.row-block {
  display: flex;
}
.row-block:not(.no-flex-wrap) {
  flex-wrap: wrap;
}
.wpPlugin-info {
  background: #FFFFFF;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  padding: 30px;
}
@media (max-width: 767px) {
  .wpPlugin-info {
    padding: 15px;
  }
}
.wpPlugin-info .wpPlugin-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .wpPlugin-info .wpPlugin-title .toggle-button-cover {
    width: 100%;
    justify-content: space-between;
  }
}
.wpPlugin-info .wpPlugin-title .toggle-button-cover .toggle-button-body {
  display: flex;
  align-items: center;
}
.wpPlugin-info .hide-info {
  display: none;
}
.wpPlugin-info .wpPlugin-token label {
  font-size: 12px;
  line-height: 15px;
  color: #9497A7;
}
.wpPlugin-info .wpPlugin-token span {
  border: 1px solid #CBD2E0;
  border-radius: 3px;
  display: block;
  padding: 12px;
}
.wpPlugin-info .checkbox {
  display: inline-block;
  margin-right: 30px;
}
.wpPlugin-info .checkbox:hover input:before,
.wpPlugin-info .checkbox:hover label.checkbox-inline input:before {
  border: 1px solid #9F9F9F;
}
.wpPlugin-info .control-label,
.wpPlugin-info .gray-scale.checkbox-label {
  color: #282828;
  font-size: 16px;
}
.elementSetHeader {
  min-height: 90%;
  cursor: move;
  z-index: 10;
  background-repeat: no-repeat;
  background-image: url("/images/icons/sites/draggable.svg");
  background-position: center;
  width: 40px;
  height: 40px;
  transition: background-color 0.2s;
  background-color: rgba(112, 174, 239, 0.2);
  margin-right: 60px;
}
@media (max-width: 1440px) {
  .elementSetHeader {
    margin-right: 30px;
  }
}
@media (max-width: 1200px) {
  .elementSetHeader {
    margin-right: 0px;
  }
}
.elementSetHeader:hover {
  background-color: #334162;
  background-image: url("/images/icons/sites/draggable_active.svg");
}
@media (max-width: 991px) {
  .elementSetHeader {
    display: none;
  }
}
.elementSet-wrap {
  margin: 15px 0;
}
@media (max-width: 767px) {
  .elementSet-wrap {
    margin: 10px 0;
  }
}
.elementSet-wrap .elementSet-body {
  display: none;
  padding: 1px 0;
}
.elementSet-wrap .elementSet-body .elementSet-settings-blk {
  box-shadow: 0px 25.6px 40px rgba(205, 212, 222, 0.4);
}
.elementSet-wrap .elementSet-top {
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  position: relative;
}
.elementSet-wrap .elementSet-top .toggle-menu-blk {
  top: 0;
}
.elementSet-wrap .elementSet-top .elementSet-sides {
  display: flex;
  width: 100%;
  padding: 9px;
}
@media (max-width: 991px) {
  .elementSet-wrap .elementSet-top .elementSet-sides {
    padding: 0px;
  }
}
.elementSet-wrap .elementSet-top .elementSet-top-right,
.elementSet-wrap .elementSet-top .elementSet-top-left {
  display: flex;
  align-items: center;
  padding: 0px 15px;
}
.elementSet-wrap .elementSet-top .elementSet-top-right > div,
.elementSet-wrap .elementSet-top .elementSet-top-left > div {
  font-size: 14px;
  line-height: 17px;
  color: #525F7F;
}
.elementSet-wrap .elementSet-top .elementSet-top-right .bold,
.elementSet-wrap .elementSet-top .elementSet-top-left .bold {
  font-weight: 600;
}
.elementSet-wrap .elementSet-top .elementSet-top-right .toggle-button-cover,
.elementSet-wrap .elementSet-top .elementSet-top-left .toggle-button-cover {
  margin-left: 50px;
}
@media (max-width: 991px) {
  .elementSet-wrap .elementSet-top .elementSet-top-right .toggle-button-cover,
  .elementSet-wrap .elementSet-top .elementSet-top-left .toggle-button-cover {
    display: block;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .elementSet-wrap .elementSet-top .elementSet-top-right .toggle-button-cover .button,
  .elementSet-wrap .elementSet-top .elementSet-top-left .toggle-button-cover .button {
    margin-right: 0px;
  }
}
.elementSet-wrap .elementSet-top .elementSet-top-right .toggle-button-cover.mobile,
.elementSet-wrap .elementSet-top .elementSet-top-left .toggle-button-cover.mobile {
  display: none;
}
@media (max-width: 991px) {
  .elementSet-wrap .elementSet-top .elementSet-top-right .toggle-button-cover.mobile,
  .elementSet-wrap .elementSet-top .elementSet-top-left .toggle-button-cover.mobile {
    display: block;
    margin: auto;
    margin-right: 15px;
    margin-bottom: 5px;
  }
}
.elementSet-wrap .elementSet-top .elementSet-top-left > div:not(.row-block),
.elementSet-wrap .elementSet-top .elementSet-top-left .row-block > div:not(.toggle-button-cover) {
  margin-right: 25px;
}
@media (max-width: 991px) {
  .elementSet-wrap .elementSet-top .elementSet-top-left > div:not(.row-block),
  .elementSet-wrap .elementSet-top .elementSet-top-left .row-block > div:not(.toggle-button-cover) {
    margin-right: 20px;
  }
}
.elementSet-wrap .elementSet-top .elementSet-top-left > div:not(.row-block).range,
.elementSet-wrap .elementSet-top .elementSet-top-left .row-block > div:not(.toggle-button-cover).range {
  font-size: 18px;
  color: #8D9CBA;
}
.elementSet-wrap .elementSet-top .elementSet-top-left > div:not(.row-block).on-off-set,
.elementSet-wrap .elementSet-top .elementSet-top-left .row-block > div:not(.toggle-button-cover).on-off-set {
  display: flex;
}
.elementSet-wrap .elementSet-top .elementSet-top-left > div:not(.row-block).on-off-set span,
.elementSet-wrap .elementSet-top .elementSet-top-left .row-block > div:not(.toggle-button-cover).on-off-set span {
  margin-right: 10px;
}
.elementSet-wrap .elementSet-top .elementSet-top-left > div:not(.row-block):last-child,
.elementSet-wrap .elementSet-top .elementSet-top-left .row-block > div:not(.toggle-button-cover):last-child {
  margin: 0;
}
.elementSet-wrap .elementSet-top .elementSet-top-right {
  width: 50%;
}
@media (max-width: 1440px) {
  .elementSet-wrap .elementSet-top .elementSet-top-right {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .elementSet-wrap .elementSet-top .elementSet-top-right {
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .elementSet-wrap .elementSet-top .elementSet-top-right .block-name {
    padding: 12px;
    width: 100%;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 45px;
  }
}
@media (max-width: 991px) {
  .elementSet-wrap .elementSet-top .elementSet-top-right .bottom-mobile-block {
    padding: 15px;
  }
}
@media (max-width: 460px) {
  .elementSet-wrap .elementSet-top .elementSet-top-right .bottom-mobile-block > * {
    width: auto;
  }
}
@media (max-width: 991px) {
  .elementSet-wrap .elementSet-top .elementSet-top-left {
    display: none;
  }
}
#blocksLines {
  min-height: inherit;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 767px) {
  #blocksLines {
    margin-top: 30px;
  }
}
#blocksLines .elementSet-settings-blk .elementSet {
  border-radius: 0px 0px 3px 3px;
}
#blocksLines > .blocks > .elementSet-wrap {
  margin: 0;
  padding: 3px 0;
}
.add-new-item .white-btn .no-mini-mobile {
  padding-left: 5px;
}
@media (max-width: 460px) {
  .add-new-item .white-btn {
    width: auto;
  }
}
.form-group .checkbox .hint-block:not(:empty),
.form-group .radio .hint-block:not(:empty),
.form-group .checkbox .help-block:not(:empty),
.form-group .radio .help-block:not(:empty) {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .wpPlugin-button .button-form {
    float: none;
    margin-bottom: 20px;
    width: 166px;
  }
  .wpPlugin-button label {
    padding-left: 0px !important;
  }
}
.main-left {
  padding-right: 325px;
}
.wrap.confirm-email .liders {
  top: 111px;
}
.liders {
  width: 325px;
  max-width: 93%;
  background: #feffff;
  border: 1px solid #eaeaea;
  padding-top: 30px;
  position: fixed;
  right: 0;
  z-index: 2;
  top: 62px;
  bottom: 0;
  border-bottom: 0px;
  border-right: 0px;
  transition: width 0.3s ease-in-out, top 0.15s linear;
}
.liders .toggle-liders {
  display: none;
  position: absolute;
  right: 100%;
  top: 165px;
  word-break: break-all;
  font-size: 8px;
  line-height: 1.3;
  width: 20px;
  padding: 10px 7px;
  background: #AC96D0;
  border-radius: 2px 0 0 2px;
  font-weight: 700;
  color: #FFF;
  text-transform: uppercase;
  cursor: pointer;
  animation: pulse 2s infinite;
}
.liders .toggle-liders::before,
.liders .toggle-liders::after {
  content: '';
  position: absolute;
  left: 2px;
  border-left: 18px solid transparent;
}
.liders .toggle-liders::before {
  border-bottom: 4px solid #AC96D0;
  top: -4px;
}
.liders .toggle-liders::after {
  border-top: 4px solid #AC96D0;
  bottom: -4px;
}
.liders .liders-inset {
  min-width: 325px;
  height: 100%;
}
.liders .title {
  margin-bottom: 20px;
  text-align: center;
}
.liders .title p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.liders .title p span {
  display: block;
  font-weight: 700;
  font-size: 22px;
  padding-top: 15px;
  margin: 0;
}
.liders .button-competition {
  padding: 0 30px;
  position: relative;
}
.liders .button-competition + .lider-block {
  height: 100%;
  margin-top: -129px;
  padding-top: 129px;
}
.liders .lider-block {
  height: 100%;
  margin-top: -75px;
  padding-top: 75px;
}
.liders ol.lider {
  height: 100%;
  overflow: auto;
  padding: 0 33px;
  margin-bottom: 0px;
  list-style-type: none;
}
.liders ol.lider li {
  counter-increment: step-counter;
  position: relative;
  padding: 23px 0px;
  display: block;
}
.liders ol.lider li::after {
  position: absolute;
  content: "";
  height: 1px;
  background: #f5f6fa;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.liders ol.lider li::before {
  content: counter(step-counter);
  position: absolute;
  right: 5px;
  bottom: 25px;
  width: 28px;
  text-align: center;
  font-size: 24px;
  color: #adadad;
}
.liders ol.lider li:nth-of-type(-n+5)::before {
  font-size: 30px;
  color: #6db345;
}
.liders ol.lider li .lider-img {
  float: left;
  border-radius: 3px;
}
.liders ol.lider li .lider-img + p {
  padding-left: 52px;
  padding-top: 3px;
}
.liders ol.lider li p {
  font-weight: 600;
  font-size: 14px;
  color: #282828;
  margin: auto;
  line-height: 1;
  padding-right: 40px;
}
.liders ol.lider li p span {
  font-size: 12px;
  font-weight: 400;
  color: #737373;
  display: block;
  padding-top: 3px;
}
@media (max-width: 1650px) {
  .main .main-left {
    padding-right: 0;
  }
  .main .liders {
    top: 0 !important;
    z-index: 1030;
    border: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    width: 0;
  }
  .main .liders.active {
    width: 325px;
  }
  .main .liders.active .toggle-liders {
    animation: none;
  }
  .main .liders .toggle-liders {
    display: block;
  }
}
@media (max-width: 1199px) {
  .main-left {
    padding-right: 0;
  }
  .liders {
    top: 0 !important;
    z-index: 1030;
    border: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    width: 0;
  }
  .liders.active {
    width: 325px;
  }
  .liders.active .toggle-liders {
    animation: none;
  }
  .liders .toggle-liders {
    display: block;
  }
}
@media (max-width: 767px) {
  .main .liders {
    bottom: 53px;
  }
}
@media (max-width: 350px) {
  .liders .liders-inset {
    min-width: 295px;
  }
}
@media (max-width: 319px) {
  .liders .liders-inset {
    min-width: 240px;
  }
}
.wrap.table-grid {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wrap.table-grid main {
  height: 1px;
  flex-grow: 1;
}
.wrap.table-grid main > div {
  height: 100%;
}
.wrap.table-grid #blocks-content {
  height: 100%;
}
.wrap.table-grid #blocks-content > .container-fluid {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wrap.table-grid .grid-table {
  height: 1px;
  flex-grow: 1;
}
.wrap.table-grid .grid-view {
  height: 100%;
  overflow: auto;
  min-height: 300px;
}
@media (max-width: 767px) {
  .wrap.table-grid .grid-view {
    margin-bottom: 50px;
  }
}
.wrap.table-grid .grid-view > .table > thead > tr > th,
.wrap.table-grid .grid-view > .table > tfoot > tr > td {
  position: sticky;
  z-index: 1;
}
.wrap.table-grid .grid-view > .table > thead > tr > th {
  top: 0;
  background: #EDEEF2;
}
.wrap.table-grid .grid-view > .table > tfoot > tr > td {
  bottom: 0;
  background: #FFF;
  padding: 5px 18px;
}
/** WEBMONEY **/
/** ЯНДЕКС ДЕНЬГИ **/
/** QIWI **/
/** CAPITALIST **/
/** USDT **/
.cards-items {
  margin: -15px;
  display: flex;
}
@media (max-width: 991px) {
  .cards-items {
    margin: -10px;
  }
}
@media (max-width: 767px) {
  .cards-items {
    margin: -7px;
  }
}
.card-item {
  width: 255px;
  height: 150px;
  border-radius: 10px;
  padding: 20px;
  margin: 15px;
  position: relative;
}
.card-item .button-action .svg {
  background-color: rgba(255, 255, 255, 0.5);
}
.card-item .button-action svg path {
  fill: rgba(255, 255, 255, 0.5);
}
.card-item .button-action:hover .svg {
  background-color: #FFF;
}
.card-item .button-action:hover svg path {
  fill: #FFF;
}
.card-item .toggle-button-cover .layer {
  background: rgba(255, 255, 255, 0.3) !important;
}
.card-item .toggle-button-cover .checkbox {
  width: 45px;
  background: rgba(255, 255, 255, 0.3);
}
.card-item .toggle-button-cover .checkbox:after {
  content: 'Off';
  position: absolute;
  color: white;
  display: block;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  opacity: 1;
  width: auto;
  left: auto;
  height: auto;
  font-size: 12px;
}
.card-item .toggle-button-cover .checkbox:checked {
  background: rgba(255, 255, 255, 0.7);
}
.card-item .toggle-button-cover .checkbox:checked:before {
  left: 26px;
}
.card-item .toggle-button-cover .checkbox:checked:after {
  content: 'On';
  right: auto;
  left: 5px;
}
.card-item.webmoney {
  background: linear-gradient(to bottom, #0293CA 0%, #1C4A81 100%);
}
.card-item.webmoney .toggle-button-cover .checkbox:before {
  background: #1B4B82;
}
.card-item.webmoney .toggle-button-cover .checkbox:after {
  color: #1B4B82;
}
.card-item.webmoney .toggle-button-cover .checkbox:checked:before {
  background: #166ACA;
}
.card-item.ya-dengi {
  background: linear-gradient(to bottom, #EEDA23 0%, #F18A07 100%);
}
.card-item.ya-dengi .toggle-button-cover .checkbox:not(:checked) ~ .knobs {
  background: #F18B07;
}
.card-item.qiwi {
  background: linear-gradient(to bottom, #FEA238 0%, #F46000 100%);
}
.card-item.qiwi .toggle-button-cover .checkbox:before {
  background: #CF5D03;
}
.card-item.qiwi .toggle-button-cover .checkbox:after {
  color: #CF5D03;
}
.card-item.qiwi .toggle-button-cover .checkbox:checked:before {
  background: #FB6F00;
}
.card-item.capitalist {
  background: linear-gradient(to bottom, #d6b45e 0%, #21ba8d 100%);
}
.card-item.capitalist .toggle-button-cover.button .checkbox:before {
  background: #8a6b4b;
}
.card-item.capitalist .toggle-button-cover.button .checkbox:after {
  color: #8a6b4b;
}
.card-item.capitalist .toggle-button-cover.button .checkbox:checked:before {
  background: #75ae3b;
}
.card-item.usdt {
  background: linear-gradient(to bottom, #16a5a5 0%, #3fc6c6 100%);
}
.card-item.usdt .toggle-button-cover.button .checkbox:before {
  background: #006666;
}
.card-item.usdt .toggle-button-cover.button .checkbox:after {
  color: #006666;
}
.card-item.usdt .toggle-button-cover.button .checkbox:checked:before {
  background: #009393;
}
@media (max-width: 991px) {
  .card-item {
    margin: 10px;
  }
}
@media (max-width: 767px) {
  .card-item {
    margin: 7px;
  }
}
.add-card {
  cursor: pointer;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 1px dashed #518EF7;
  flex-direction: column;
  color: #8D9CBA;
  background-color: #FFF;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.add-card svg {
  display: block;
  margin-bottom: 10px;
}
.add-card svg path {
  fill: #518EF7;
}
.add-card:hover {
  background-color: #EFF5FF;
  color: #171940;
}
.card-logo {
  height: 34px;
}
.card-logo span {
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  color: #FFF;
  padding-left: 3px;
  letter-spacing: 0.2px;
  font-weight: 600;
}
.card-number {
  padding-top: 20px;
  letter-spacing: 0.2px;
  color: #FFF;
  opacity: 0.6;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}
.card-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: end;
  align-items: end;
}
.card-controls svg {
  height: 16px;
  vertical-align: bottom;
}
.yesterday-blk {
  height: 120px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.yesterday-blk .title {
  color: #525F7F;
  line-height: 18px;
  margin-bottom: 8px;
}
.yesterday-blk .text {
  color: #171940;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .yesterday-blk {
    height: 100px;
  }
  .yesterday-blk .text {
    font-size: 16px;
    line-height: 20px;
  }
}
.max-balance-pay-width {
  max-width: 300px;
}
.balance-pay-block {
  background: #EEF6FF;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  width: 290px;
  max-width: 100%;
}
.balance-pay-block::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: #D6E3F2;
}
.balance-pay-block .text-title {
  color: #171940;
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.2px;
}
.balance-pay-block .text-balance {
  color: #8D9CBA;
  font-size: 12px;
  line-height: 1.25;
}
.balance-pay-block .text-balance > span {
  font-size: 16px;
  line-height: 1.1875;
  color: #171940;
}
.balance-pay-block .text-balance > span.glyphicon {
  font-size: 12px;
}
.balance-pay-block .text-balance .amount-balance {
  margin-left: 10px;
}
.pay-revert {
  width: 48px;
  height: 48px;
  margin: -10px;
  background: #fff;
  position: relative;
  z-index: 1;
  border: 3px solid #E3F0FF;
  border-radius: 50%;
  cursor: pointer;
}
.pay-revert svg {
  display: block;
}
.pay-revert svg path {
  fill: #518EF7;
}
.advertiser-balance-up .title {
  font-size: 20px;
  line-height: 24px;
  color: #171940;
}
.advertiser-balance-up-sum {
  background: #F5F6FA;
  border-radius: 10px;
  padding: 10px;
  font-size: 15px;
  line-height: 18px;
  color: #171940;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
}
.advertiser-balance-up-sum:hover,
.advertiser-balance-up-sum.active {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(219, 226, 237, 0.7);
}
.bonuses-block .bonuses-block-svg {
  width: 30px;
}
@media (max-width: 991px) {
  .pay-revert {
    margin-left: auto;
    margin-right: auto;
  }
}
.add-text-finance {
  color: #525F7F;
}
.balance-block img {
  width: 24px;
  display: block;
}
.balance-block .coins-block {
  margin-left: -30px;
  margin-right: -30px;
  display: flex;
  align-items: center;
}
.balance-block .coins-block > * {
  margin-left: 30px;
  margin-right: 30px;
}
.balance-block .coins-block.with-wrap {
  margin-top: -30px;
  margin-bottom: -30px;
}
.balance-block .coins-block.with-wrap > * {
  margin-top: 30px;
  margin-bottom: 30px;
}
.balance-block .coins-block .btn-few {
  max-width: 185px;
}
.balance-block .coins-block > .currency-icon:not(:first-child) {
  margin-left: 3px !important;
}
.balance-block .coins-block > span {
  display: flex;
  align-items: center;
}
.balance-block .coins-block > span > .currency-icon:not(:first-child) {
  margin-left: 3px !important;
}
.balance-block .coins-block > span img {
  margin-right: 15px;
  display: block;
}
.balance-block a {
  color: #3761EA;
  font-size: 16px;
  transition: color 0.2s linear;
}
.balance-block a > div {
  margin-top: 2px;
}
.balance-block a svg {
  display: block;
}
.balance-block a svg path {
  fill: #3761EA;
}
.balance-block a:hover,
.balance-block a:focus {
  color: #213a80;
}
.balance-block a:hover svg path,
.balance-block a:focus svg path {
  fill: #213a80;
}
@media (max-width: 767px) {
  .balance-block {
    font-size: 16px;
  }
  .balance-block .coins-block {
    margin-left: -15px;
    margin-right: -15px;
  }
  .balance-block .coins-block > * {
    margin-left: 15px;
    margin-right: 15px;
  }
  .balance-block .coins-block.with-wrap {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .balance-block .coins-block.with-wrap > * {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .balance-block .coins-block .btn-few {
    max-width: 155px;
  }
  .balance-block .coins-block > span img {
    margin-right: 10px;
  }
  .balance-block.little-mobile {
    padding: 0 20px;
  }
}
.max-width-text-wallet {
  max-width: 540px;
}
.max-width-title-wallet {
  max-width: 460px;
}
.max-width-wallet-form {
  max-width: 690px;
}
.finance-banner .banner-bg {
  padding: 100px 0;
  position: relative;
}
@media (max-width: 1400px) {
  .finance-banner .banner-bg {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .finance-banner .banner-bg {
    padding: 30px 0;
  }
}
@media (max-width: 460px) {
  .finance-banner .banner-bg {
    padding: 15px 0;
    padding-bottom: 25px;
  }
}
.finance-banner .banner-bg:before {
  content: '';
  display: block;
  width: 90%;
  height: 270%;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  transform: translate(0, -65%);
}
.finance-banner .banner-bg.reject:before {
  background: rgba(246, 107, 107, 0.1);
}
.finance-banner .banner-bg.success:before {
  background: rgba(39, 190, 103, 0.1);
}
.finance-banner .banner-svg {
  width: 167px;
}
@media (max-width: 1400px) {
  .finance-banner .banner-svg {
    width: 100px;
  }
}
@media (max-width: 991px) {
  .finance-banner .banner-svg {
    width: 60px;
  }
}
.finance-banner .banner-svg svg {
  width: 100%;
}
.finance-banner h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 65px;
  color: #171940;
  margin: 0;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .finance-banner h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 991px) {
  .finance-banner h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
.finance-banner h2 {
  font-size: 34px;
  line-height: 43px;
  text-align: center;
  color: #525F7F;
  font-weight: 400;
  margin: 0;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .finance-banner h2 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .finance-banner h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
.finance-banner .btn {
  font-size: 26px;
  line-height: 65px;
}
@media (max-width: 1400px) {
  .finance-banner .btn {
    font-size: 18px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  .finance-banner .btn {
    font-size: 16px;
    line-height: 42px;
  }
}
.title-block .row-title h4 {
  font-size: 18px;
  line-height: 22px;
  color: #525F7F;
  font-weight: normal;
  margin: 0;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .title-block .row-title h4 {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 5px;
  }
}
.report-filter {
  padding: 30px;
  background: #FFFFFF;
  border-radius: 3px;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .report-filter {
    padding: 15px;
  }
}
.report-filter .report-filter-item-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.report-filter .report-filter-item {
  padding: 0 15px;
  width: 20%;
  position: relative;
}
@media (max-width: 1400px) and (min-width: 992px) {
  .report-filter .report-filter-item {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .report-filter .report-filter-item {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .report-filter .report-filter-item {
    width: 98%;
  }
}
.report-filter .report-filter-item.invisible-block {
  display: none;
}
.report-filter .report-filter-item .remove-btn {
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  width: 10px;
  height: 10px;
  display: block;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.report-filter .report-filter-item .remove-btn:hover:before,
.report-filter .report-filter-item .remove-btn:hover:after {
  background: #171940;
}
.report-filter .report-filter-item .remove-btn:before,
.report-filter .report-filter-item .remove-btn:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 1px;
  background: #525F7F;
  display: block;
}
.report-filter .report-filter-item .remove-btn:after {
  width: 1px;
  height: 9px;
}
.report-filter .report-filter-item select.form-control {
  height: 42px;
}
.report-filter .report-filter-item.button-block {
  width: 100%;
}
.report-filter .report-filter-item.button-block .btn-primary {
  background: #3761EA;
  border-radius: 5px;
  margin-right: 20px;
  outline: 0;
}
.report-filter .report-filter-item.button-block .btn-success {
  width: 40px;
  height: 40px;
  padding: 0;
  min-width: unset;
  min-height: unset;
  border: 1px solid #171940;
  border-radius: 5px;
  background: #ffffff;
  outline: 0;
  transition: 0.2s;
}
.report-filter .report-filter-item.button-block .btn-success svg {
  animation: opacity-anim 0.2s;
}
.report-filter .report-filter-item.button-block .btn-success .svg {
  background-color: #171940;
  animation: opacity-anim 0.2s;
}
.report-filter .report-filter-item.button-block .btn-success:hover {
  background: #171940;
}
.report-filter .report-filter-item.button-block .btn-success:hover svg * {
  fill: #ffffff;
}
.report-filter .report-filter-item.button-block .btn-success:hover .svg {
  background-color: #fff;
}
.report-filter .report-additional-filter {
  display: none;
  width: 100%;
}
.report-filter .report-additional-filter.show-filter-block {
  display: block;
}
.report-filter .report-additional-filter .report-additional-filter-inside {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 15px;
}
.show-filter {
  background: #E3F0FF;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: center;
  margin-left: 15px;
  margin-bottom: 5px;
  transition: 0.2s;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .show-filter {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .show-filter {
    margin-bottom: 20px;
  }
}
.show-filter:hover {
  background: #3761EA;
}
.show-filter:hover:before,
.show-filter:hover:after {
  background: #FFFFFF;
}
.show-filter:before,
.show-filter:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background: #3761EA;
  display: block;
}
.show-filter:after {
  width: 2px;
  height: 10px;
}
.show-additional-filter {
  display: flex;
  align-items: center;
  align-self: center;
  margin-left: 15px;
  margin-bottom: 5px;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .show-additional-filter {
    margin-bottom: 20px;
  }
}
@media (max-width: 1400px) and (min-width: 992px) {
  .show-additional-filter {
    width: 100%;
  }
}
.show-additional-filter span {
  font-size: 12px;
  line-height: 15px;
  color: #525F7F;
  padding-left: 10px;
  animation: opacity-anim 0.2s;
}
.show-additional-filter svg path {
  fill: #525F7F;
  animation: opacity-anim 0.2s;
}
.show-additional-filter .svg {
  background-color: #525F7F;
}
.show-additional-filter:hover span,
.show-additional-filter.active-btn span {
  color: #171940;
}
.show-additional-filter:hover svg path,
.show-additional-filter.active-btn svg path {
  fill: #3761EA;
}
.show-additional-filter:hover .svg,
.show-additional-filter.active-btn .svg {
  background-color: #3761EA;
}
.title-block .row-block .left-title-block {
  margin-left: auto;
}
.title-block .row-block .left-title-block .btn-primary {
  background: #3761EA !important;
  margin: 0;
  color: #fff;
  text-transform: none;
  box-shadow: none;
}
@media (max-width: 460px) {
  .title-block .row-block .left-title-block .btn-primary {
    width: 40px;
    min-width: unset;
  }
}
.title-block .row-block .left-title-block .btn-primary:before {
  content: '';
  color: #fff;
}
@media (max-width: 991px) {
  .title-block .row-block .left-title-block .btn-primary:before {
    content: '+';
    font-size: 22px;
  }
}
.title-block .row-block .left-title-block .btn-primary span {
  padding-left: 5px;
}
@media (max-width: 460px) {
  .title-block .row-block .left-title-block .btn-primary span {
    display: none;
  }
}
.title-block .row-block .left-title-block .btn-primary {
  border: 0;
  outline: 0;
}
.count {
  font-size: 14px;
  line-height: 17px;
  color: #525F7F;
  font-weight: 400;
}
.count span {
  font-size: 14px;
  padding: 0 5px;
  color: #171940;
}
.filter-block-parent .stat-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-block-parent .stat-block-title h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #171940;
}
.filter-block-parent .right-content {
  display: flex;
  align-items: center;
}
.filter-block-parent .right-content #delete-selected-messages {
  float: none !important;
  outline: 0;
  border: 0;
  background: transparent;
  padding: 0;
  margin-left: 30px;
}
.filter-block-parent .right-content #delete-selected-messages .svg {
  background-color: #525F7F;
}
.filter-block-parent .right-content #delete-selected-messages svg path {
  fill: #525F7F;
  transition: 0.2s;
}
.filter-block-parent .right-content #delete-selected-messages:hover svg path {
  fill: #FE6B69;
}
.filter-block-parent .right-content #delete-selected-messages:hover .svg {
  background-color: #FE6B69;
}
.message-form .form-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .message-form .row:not(:first-child) {
    margin-top: 15px;
  }
}
.message-form .flex-row {
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .message-form .flex-row {
    flex-direction: column;
  }
}
.message-form .flex-row .flex-row-item {
  flex-grow: 1;
  padding: 0 15px;
}
.message-form .flex-row .flex-row-item.edit-image {
  max-width: 612px;
}
@media (max-width: 1199px) {
  .message-form .flex-row .flex-row-item.edit-image {
    margin-bottom: 30px;
  }
}
.message-form .edit-image-wrap {
  display: flex;
}
@media (max-width: 991px) {
  .message-form .edit-image-wrap {
    flex-direction: column;
  }
}
.message-form .edit-image-wrap .max-width {
  width: 192px;
}
.message-form .edit-image-wrap .max-width:first-child {
  margin-right: 30px;
}
@media (max-width: 991px) {
  .message-form .edit-image-wrap .max-width:first-child {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.message-form .edit-image-wrap .max-width.max-photo {
  width: 360px;
}
.message-form .additional-settings .checkbox span {
  font-size: 16px;
  line-height: 19px;
  color: #171940;
}
.message-form .additional-settings .checkbox .check-edit-button {
  margin: 0;
}
.message-form .calendar-block-filter {
  height: 42px;
  line-height: 26px;
}
.messages-table .statistic-wrap {
  background: transparent;
  display: flex;
}
.messages-table .statistic-wrap div {
  display: flex;
  align-items: center;
  font-size: 14px !important;
  line-height: 17px;
  color: #171940 !important;
}
.messages-table .statistic-wrap div svg,
.messages-table .statistic-wrap div .svg {
  margin-right: 10px;
  flex: none;
}
.messages-table .statistic-wrap div:before {
  display: none;
}
.messages-table .statistic-wrap div:not(:first-child) {
  margin-left: 20px;
}
@media (max-width: 1400px) {
  .messages-table .statistic-wrap div:not(:first-child) {
    margin-left: 5px;
  }
}
@media (max-width: 991px) {
  .messages-table .tablet-cell {
    vertical-align: middle;
  }
}
@media (max-width: 991px) {
  .messages-table .tablet-cell.justify-row .value {
    display: flex;
    justify-content: space-between;
  }
}
img.logo-site {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .push-edit-site-content .subscribe-panels-block {
    width: 1px;
    flex-grow: 1;
  }
}
.push-edit-site-content .push-edit-table {
  display: flex;
}
@media (max-width: 1199px) {
  .push-edit-site-content .push-edit-table {
    flex-direction: column;
  }
}
.push-edit-site-content #nav-subscribe {
  width: 100%;
  background: transparent;
  box-shadow: none;
  overflow: auto;
}
.push-edit-site-content #nav-subscribe.padding-top {
  padding-top: 55px;
}
@media (min-width: 1200px) {
  .push-edit-site-content #nav-subscribe {
    width: 316px;
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .push-edit-site-content #nav-subscribe {
    margin-bottom: 30px;
    max-height: 400px;
  }
}
.push-edit-site-content #nav-subscribe li {
  width: auto;
  border-left: none;
}
.pushsiterequestsettingsform-srtype {
  margin: -12px;
  overflow: hidden;
}
.pushsiterequestsettingsform-srtype .radio {
  float: left;
  padding: 12px;
  width: 16.66666667%;
}
@media (max-width: 1484px) {
  .pushsiterequestsettingsform-srtype .radio {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .pushsiterequestsettingsform-srtype .radio {
    width: 50%;
  }
}
@media (max-width: 459px) {
  .pushsiterequestsettingsform-srtype .radio {
    width: 100%;
  }
}
.pushsiterequestsettingsform-srtype .radio + .radio {
  margin: 0;
}
.pushsiterequestsettingsform-srtype .radio label {
  padding: 0;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pushsiterequestsettingsform-srtype .radio label img {
  margin-bottom: 20px;
  filter: grayscale(1);
}
.pushsiterequestsettingsform-srtype .radio label div {
  color: #282828;
  margin: 0 -12px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pushsiterequestsettingsform-srtype .radio label input:checked ~ img {
  filter: grayscale(0);
}
.request-preview {
  background: rgba(23, 25, 64, 0.25);
  position: relative;
  border-radius: 3px;
  min-height: 400px;
  padding: 30px;
}
.request-preview > h4 {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  font-weight: normal;
  text-align: center;
  margin-top: 30px;
}
.push-button {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  vertical-align: top;
  font-size: 18px;
  line-height: 1;
  text-decoration: none !important;
  font-weight: 200;
}
.push-button > .currency-icon:not(:first-child) {
  margin-left: 3px !important;
}
.push-button span.svg {
  width: 15px;
  height: 15px;
}
.push-button:not(:first-of-type) {
  margin-left: 9px !important;
}
.push-button.push-off {
  background: #F5F6FA;
  color: #8D9CBA !important;
}
.push-button.push-off span.svg {
  background: #8D9CBA !important;
}
.push-button.push-off svg path:not(.stroke):not(.no-fill),
.push-button.push-off svg .fill {
  fill: #8D9CBA;
}
.push-button.push-off svg .stroke {
  stroke: #8D9CBA;
}
.push-button.push-off::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('/images/icons/sites/push-off.svg') no-repeat center;
}
.push-button.push-on {
  background: rgba(55, 97, 234, 0.08);
  color: #3761EA !important;
}
.push-button.push-on span.svg {
  background: #3761EA !important;
}
.push-button.push-on svg path:not(.stroke):not(.no-fill),
.push-button.push-on svg .fill {
  fill: #FFFFFF;
}
.push-button.push-on svg .stroke {
  stroke: #FFFFFF;
}
.push-button.push-on svg .off {
  opacity: 0 !important;
}
.btn .hover-dropzone {
  padding: 0;
  border: none;
}
.push-logo-text {
  font-weight: 200;
  font-size: 12px;
  line-height: 17px;
  color: #8D9CBA;
  min-height: 90px;
  padding-bottom: 45px;
  position: relative;
}
.push-logo-text .title {
  color: #282828;
  font-size: 18px;
  padding-bottom: 7px;
  line-height: 1;
}
.push-logo-text .btn {
  position: absolute;
  left: 115px;
  bottom: 0;
  overflow: hidden;
}
.push-logo-image,
.push-big-image {
  position: relative;
  width: 90px;
  height: 90px;
  margin-right: 25px;
  float: left;
  z-index: 1;
}
.push-logo-image img,
.push-big-image img {
  border: 1px dashed #8D9CBA;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}
.push-logo-image .dropzone,
.push-big-image .dropzone {
  border: 1px dashed #8D9CBA;
  border-radius: 5px;
  transition: 0.2s;
}
.push-logo-image .dropzone svg,
.push-big-image .dropzone svg {
  width: 39px;
  margin: 0;
}
.push-logo-image .dropzone svg *,
.push-big-image .dropzone svg * {
  transition: 0.2s;
}
.push-logo-image:hover .dropzone,
.push-big-image:hover .dropzone {
  background: #F2F8FF;
  border-color: #518EF7;
}
.push-logo-image:hover .dropzone svg *,
.push-big-image:hover .dropzone svg * {
  fill: #518EF7;
}
#edit-site {
  max-height: 240px;
  overflow-y: auto;
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
}
#edit-site::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
#edit-site::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
#edit-site::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .push-logo-image,
  .push-big-image {
    margin-right: 20px;
  }
  .push-logo-text .btn {
    left: 110px;
  }
}
@media (max-width: 767px) {
  .push-logo-image,
  .push-big-image {
    margin-right: 15px;
  }
}
@media (max-width: 499px), (min-width: 992px) and (max-width: 1260px) {
  .push-logo-text {
    min-height: 140px;
  }
  .push-logo-text .btn {
    left: 0;
  }
}
.max-width-push {
  max-width: 880px;
}
.subscriber-sites .row-subscriber-btn .show-more-sites {
  margin: auto;
  width: 10px;
  height: 10px;
  border: solid #8D9CBA;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
}
.push-stat-block {
  margin: -15px;
}
@media (max-width: 1600px) {
  .push-stat-block {
    margin: -5px;
  }
}
.push-stat-block .push-stat-wrap {
  padding: 15px;
  width: 25%;
}
@media (max-width: 1600px) {
  .push-stat-block .push-stat-wrap {
    padding: 5px;
  }
}
@media (max-width: 1400px) {
  .push-stat-block .push-stat-wrap {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .push-stat-block .push-stat-wrap {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .push-stat-block.width-full .push-stat-wrap {
    width: 100%;
  }
}
.push-stat-block.little-space {
  margin: -5px;
}
.push-stat-block.little-space .push-stat-wrap {
  padding: 5px;
}
.push-stat-block.space {
  margin-right: 25px;
}
@media (max-width: 991px) {
  .push-stat-block.space {
    margin-right: -5px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .push-stat-block.max-width-desctop {
    width: 280px;
  }
}
@media (min-width: 1601px) {
  .push-stat-block.max-width-desctop {
    width: 320px;
  }
}
.push-stat-block.hover-effect .push-stat {
  position: relative;
  transition: 0.2s linear;
}
.push-stat-block.hover-effect .push-stat:before {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  transition: width 0.2s linear;
}
.push-stat-block.hover-effect .push-stat.count-total:before {
  background: linear-gradient(0deg, #88FBEB 0%, #7597FD 100%);
}
.push-stat-block.hover-effect .push-stat.count-mobile:before {
  background: linear-gradient(0deg, #c200cc 0%, #590892 100%);
}
.push-stat-block.hover-effect .push-stat.count-tablet:before {
  background: linear-gradient(0deg, #8EC43B 0%, #218A42 100%);
}
.push-stat-block.hover-effect .push-stat.count-desctop:before {
  background: linear-gradient(0deg, #FEC867 0%, #F72C61 100%);
}
.push-stat-block.hover-effect .push-stat:hover,
.push-stat-block.hover-effect .push-stat.active {
  box-shadow: 0px 35px 30px -35px rgba(73, 83, 119, 0.2);
}
.push-stat-block.hover-effect .push-stat:hover:before,
.push-stat-block.hover-effect .push-stat.active:before {
  width: 4px;
}
.push-stat {
  background: #FFFFFF;
  border-radius: 3px;
  padding: 12px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 100%;
}
.push-stat.less-padding {
  padding: 18px;
}
@media (min-width: 580px) and (max-width: 1600px) {
  .push-stat {
    padding: 10px;
    padding-left: 15px;
  }
}
.push-stat .subscriber-statistic {
  margin-right: 10px;
}
.push-stat .subscriber-statistic p {
  font-size: 14px;
  color: #525F7F;
  margin: 0 0 7px;
}
.push-stat .subscriber-statistic .inside-block {
  display: block;
  font-weight: bold;
  font-size: 24px;
  color: #171940;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .push-stat .subscriber-statistic .inside-block {
    font-size: 20px;
  }
}
.push-stat .subscriber-statistic .svg {
  width: 12px;
  height: 14px;
}
.push-stat .push-stat-circle.little-circle .count-subscriber {
  font-size: 12px;
}
.push-stat-circle:hover + .custom-hint-block {
  visibility: visible;
  opacity: 1;
}
.desc-subscriber {
  font-family: ProximaNova, serif;
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
  width: 88px;
  position: relative;
}
.desc-subscriber .count-subscriber {
  color: #525F7F;
  font-size: 14px;
  line-height: 42px;
}
.stat-block .stat-block-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #171940;
}
.stat-block .stat-block-body {
  background: #FFFFFF;
  border-radius: 3px;
  padding: 30px;
}
@media (max-width: 991px) {
  .stat-block .stat-block-body {
    padding: 15px;
  }
}
.detail-click-panel > div .overlay {
  background: #E9EBF1;
  border-radius: 3px;
  position: relative;
  height: 388px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail-click-panel .head-block {
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  padding-left: 15px;
}
.detail-click-panel .head-block.more-space {
  padding: 15px;
}
.detail-click-panel .head-block .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #171940;
}
.detail-click-panel .widget-panel .detail-click-link {
  margin: 0;
  background: #3761EA;
  border-radius: 5px;
  padding: 18px 10px;
  max-width: 70px;
  display: flex;
  justify-content: center;
}
.detail-click-panel .widget-panel .detail-click-link:hover span {
  margin-left: 10px;
}
.detail-click-panel .widget-panel .detail-click-link span {
  position: relative;
  width: 20px;
  height: 2px;
  background: #ffffff;
  display: block;
  transition: 0.3s ease-in-out;
}
.detail-click-panel .widget-panel .detail-click-link span:after {
  content: '';
  border: solid #ffffff;
  border-width: 2px 2px 0 0;
  transform: rotate(45deg);
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 0;
  top: -3px;
}
.detail-click-panel .widget-panel .table-cls {
  box-shadow: none;
}
.detail-click-panel .widget-panel .table-cls > thead {
  display: table-header-group;
}
.detail-click-panel .widget-panel .table-cls > tbody > tr {
  display: table-row;
  box-shadow: none;
  border-radius: unset;
  margin-bottom: 0;
}
.detail-click-panel .widget-panel .table-cls > tbody > tr > td {
  display: table-cell !important;
  padding: 10px 15px;
}
@media (max-width: 991px) {
  .detail-click-panel .widget-panel .table-cls > tbody > tr {
    height: 49px;
  }
}
.total-profit-section {
  flex-grow: 1;
}
@media (min-width: 1440px) {
  .total-profit-section {
    background: #fff;
    display: flex;
  }
  .total-profit-section > div:first-child {
    width: calc(100% - 390px);
  }
}
@media (min-width: 1440px) {
  .total-profit-table {
    width: 390px;
  }
}
.detail-total-profit {
  background: #FFFFFF;
  box-shadow: 0px 1.23px 9.22px rgba(82, 95, 127, 0.2);
  border-radius: 3px 0px 0px 3px;
  display: flex;
  align-items: center;
  padding: 10px;
}
.detail-total-profit span {
  margin-top: 2px;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #171940;
}
@media (min-width: 1440px) {
  .profit-charts-section {
    background: #fff;
    padding: 30px;
  }
}
.detail-profit-charts .chart-container:hover > .highcharts-container {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s;
}
.detail-profit-charts .chart-container > .highcharts-container {
  background: #fff;
  border-radius: 5px;
}
.dashboard-page .form-group {
  margin-bottom: 0px;
}
.dashboard-page .form-group.block-margin-bottom {
  margin-bottom: 30px;
}
.dashboard-page .sites {
  overflow: unset;
  box-shadow: none;
}
.dashboard-statistic .push-stat-wrap {
  width: 33.333%;
}
@media (max-width: 1400px) {
  .dashboard-statistic .push-stat-wrap {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .dashboard-statistic .push-stat-wrap {
    width: 100%;
  }
}
.dashboard-widget {
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .dashboard-widget {
    padding: 20px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .dashboard-widget {
    padding: 15px;
    padding-top: 20px;
  }
}
.widget-dashboard .char-container {
  background: #FFFFFF;
  border-radius: 3px;
  padding: 15px;
}
.widget-dashboard .push-stat {
  padding: 12px 30px;
}
@media (max-width: 460px) {
  .widget-dashboard .push-stat {
    padding: 10px;
  }
}
.title-profit {
  padding-bottom: 15px;
  display: block;
  color: #525F7F;
}
.all-block-profit {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 991px) {
  .all-block-profit {
    margin: -5px;
  }
}
.all-block-profit .system-profit-wrap {
  width: 14.28%;
  padding: 7px;
}
@media (max-width: 1600px) {
  .all-block-profit .system-profit-wrap {
    width: 16.666%;
  }
}
@media (max-width: 1400px) {
  .all-block-profit .system-profit-wrap {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  .all-block-profit .system-profit-wrap {
    width: 25%;
  }
}
@media (max-width: 991px) {
  .all-block-profit .system-profit-wrap {
    width: 33.333%;
    padding: 5px;
  }
}
@media (max-width: 550px) {
  .all-block-profit .system-profit-wrap {
    width: 50%;
  }
}
.all-block-profit .system-profit {
  float: none;
  border-radius: 5px;
  padding: 15px;
  border: 0;
  display: flex;
  align-items: center;
  margin: 0;
}
.all-block-profit .system-profit.less-padding {
  padding: 10px;
}
@media (max-width: 767px) {
  .all-block-profit .system-profit {
    padding: 10px;
  }
}
.all-block-profit .system-profit .img-wrap {
  width: 43px;
  height: 43px;
}
@media (max-width: 767px) {
  .all-block-profit .system-profit .img-wrap {
    width: 32px;
    height: 32px;
  }
}
.all-block-profit .system-profit .unit-block {
  margin-left: 10px;
  overflow: hidden;
}
.all-block-profit .system-profit .name {
  font-size: 14px;
  line-height: 17px;
  color: #525F7F;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.all-block-profit .system-profit span {
  font-weight: 600;
  font-size: 16px;
  color: #171940;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .all-block-profit .system-profit span {
    font-size: 14px;
  }
}
.all-block-profit .system-profit span.glyphicon {
  font-size: 12px;
}
@media (max-width: 991px) {
  .stat-site-item {
    margin-bottom: 30px;
  }
}
.stat-site-summary {
  padding: 0;
}
@media (max-width: 991px) {
  .stat-site-summary {
    margin-bottom: -25px;
  }
}
@media (max-width: 991px) {
  .stat-site-summary .all-profit {
    display: none;
  }
}
.stat-site-summary .all-profit span.profit {
  font-size: 14px;
  color: #525F7F;
  line-height: 18px;
}
.stat-site-summary .all-profit p {
  font-weight: 600;
  font-size: 20px;
  color: #171940;
  margin-left: 5px;
}
.stat-site-summary .top-site-block {
  padding: 20px 30px;
  border-radius: 3px 3px 0 0;
}
@media (max-width: 991px) {
  .stat-site-summary .top-site-block {
    padding: 15px;
  }
}
.stat-site-summary .site-logo p {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #171940;
}
.stat-site-summary .site-logo .logo-site-img {
  margin-right: 10px;
  width: 37px;
  max-height: 37px;
}
.stat-site-summary .site-logo .logo-site-img img,
.stat-site-summary .site-logo .logo-site-img svg {
  width: 100%;
  height: 100%;
}
.stat-site-summary .stat-site-block-wrap {
  width: 25%;
}
.stat-site-summary .stat-site-block-wrap .stat-site-block {
  flex-direction: column;
  padding: 10px;
  background: #F5F6FA;
}
.stat-site-summary .stat-site-block-wrap .stat-site-block .name {
  color: #525F7F;
  margin-bottom: 3px;
}
.stat-site-summary .summary-block {
  padding: 30px;
  padding-top: 20px;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #E3F0FF;
}
@media (max-width: 991px) {
  .stat-site-summary .summary-block {
    display: none;
  }
}
.stat-site-summary .summary-block > div:first-of-type {
  margin-bottom: 10px;
}
.stat-site-summary .summary-block > p {
  font-size: 16px;
  color: #171940;
  margin-bottom: 15px;
}
.stat-site-summary .details-show {
  cursor: pointer;
}
.stat-site-summary .details-show span {
  font-size: 14px;
  color: #525F7F;
}
.stat-site-summary .details-show img {
  transform: scale(1, 1);
  transition: transform 0.2s;
  margin-left: 5px;
  margin-top: 1px;
}
.stat-site-summary .details-show.active-arrow img {
  transform: scale(1, -1);
}
.widget-dashboard-table {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .widget-dashboard-table.widget-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .widget-dashboard-table h3 {
    display: none;
  }
}
@media (min-width: 992px) {
  .widget-dashboard-table .head-mobile {
    display: none;
  }
}
@media (max-width: 991px) {
  .widget-dashboard-table .tab-content-mobile {
    display: none;
  }
}
.widget-dashboard-table .tab-content-mobile.block-selected {
  display: block;
}
.widget-dashboard-table .mobile-tabs {
  display: flex;
  padding-bottom: 35px;
}
.widget-dashboard-table .mobile-tabs .tab-item {
  position: relative;
  width: 33.333%;
  background: #FFFFFF;
  border-radius: 3px;
  padding: 10px;
  cursor: pointer;
}
.widget-dashboard-table .mobile-tabs .tab-item:not(:last-child) {
  margin-right: 10px;
}
.widget-dashboard-table .mobile-tabs .tab-item p {
  font-size: 14px;
  color: #525F7F;
  margin: 0;
  margin-bottom: 2px;
  text-align: center;
}
.widget-dashboard-table .mobile-tabs .tab-item .count {
  font-weight: 600;
  font-size: 14px;
  color: #171940;
  display: block;
  text-align: center;
}
.widget-dashboard-table .mobile-tabs .tab-item .details-show {
  width: 55px;
  height: 24px;
  right: 50%;
  margin-right: -27px;
}
.widget-dashboard-table .mobile-tabs .tab-item .details-show {
  top: unset;
  bottom: -20px;
  background: url(/images/icons/arrow_image.png) center top no-repeat;
}
.widget-dashboard-table .mobile-tabs .tab-item.active {
  background: #171940;
}
.widget-dashboard-table .mobile-tabs .tab-item.active p,
.widget-dashboard-table .mobile-tabs .tab-item.active .count {
  color: #ffffff;
}
.widget-dashboard-table .mobile-tabs .tab-item.active .details-show {
  background: url(/images/icons/arrow_image_selected.png) center top no-repeat;
}
.widget-dashboard-table .details-show {
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 60px;
  height: 37px;
  background: url(/images/icons/arrow_image_desctop.png) center bottom no-repeat;
  cursor: pointer;
}
@media (min-width: 992px) {
  .widget-dashboard-table .main-site-table {
    padding-bottom: 30px;
  }
}
.widget-dashboard-table .main-site-table .table-cls > thead > tr > td,
.widget-dashboard-table .main-site-table .table-cls > tbody > tr > td,
.widget-dashboard-table .main-site-table .table-cls > thead > tr > th,
.widget-dashboard-table .main-site-table .table-cls > tbody > tr > th {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .widget-dashboard-table .main-site-table .table-cls > thead > tr > td,
  .widget-dashboard-table .main-site-table .table-cls > tbody > tr > td,
  .widget-dashboard-table .main-site-table .table-cls > thead > tr > th,
  .widget-dashboard-table .main-site-table .table-cls > tbody > tr > th {
    padding-left: 10px;
  }
}
.percent {
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.percent:after {
  content: '';
  width: 5px;
  height: 5px;
  display: block;
  margin-left: 2px;
}
.percent.minus {
  color: #FE6B69;
}
.percent.minus:after {
  background: url(/images/icons/arrow_red.png);
}
.percent.plus {
  color: #5ECBA1;
}
.percent.plus:after {
  background: url(/images/icons/arrow_green.png);
}
.report-block {
  background: #FFFFFF;
  border-radius: 3px;
  padding: 30px;
}
.report-block h3 {
  font-size: 20px;
  line-height: 24px;
  color: #171940;
  margin-bottom: 30px;
}
.report-block .button-title {
  font-size: 14px;
  line-height: 17px;
  color: #171940;
}
.report-block .form-group {
  max-width: 315px;
}
.dashboard-settings .left-side-block {
  width: 65%;
}
.dashboard-settings .right-side-block {
  width: 35%;
}
.dashboard-settings .widget-filter-wrap.unactive {
  display: none;
}
/*--------------------------- LANDINGS ---------------------------*/
.landing-block {
  position: relative;
  padding: 15px;
  margin: 0;
  transition: all 0.2s;
  display: block;
  max-width: none;
  border-radius: 5px;
  overflow: hidden;
  background: #ffffff;
  cursor: pointer;
}
.landing-block span {
  display: block;
}
.landing-block span.landing-check {
  padding-top: 30px;
}
.landing-block .landing-image {
  margin: -15px;
  background: #DDD !important;
}
.landing-block .landing-image .empty-img {
  width: 100%;
  height: 0;
  padding-top: 50%;
}
.landing-block img {
  width: 100%;
}
.landing-block:hover {
  background: rgba(23, 25, 64, 0.06);
  box-shadow: 0px 35px 30px -35px rgba(73, 83, 119, 0.2);
}
/*------------------------- END LANDINGS -------------------------*/
.network-site-block-wrap {
  max-height: 655px;
  overflow-y: auto;
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
}
.network-site-block-wrap::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.network-site-block-wrap::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.network-site-block-wrap::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
.network-site-block {
  cursor: pointer;
}
.network-site-block:not(:first-child) {
  margin-top: 3px;
}
.network-site-block .img-wrap {
  width: 46px;
  height: 46px;
  flex: none;
}
.network-site-block .img-wrap img {
  background: white;
  border: 3px solid white;
}
.network-site-block .img-wrap svg {
  width: 100%;
  height: 100%;
}
.network-site-block .title {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #171940;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.network-site-block.active {
  background: #3761EA;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.03);
}
.network-site-block.active .title {
  color: #ffffff;
}
.competition-info-block h1,
.competition-info-block h2 {
  margin: 0;
}
.competition-info-block h2 {
  font-size: 38px;
  font-weight: normal;
  margin-bottom: 5px;
}
@media (max-width: 1600px) {
  .competition-info-block h2 {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .competition-info-block h2 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .competition-info-block h2 {
    font-size: 22px;
    line-height: 27px;
  }
}
.competition-info-block h1 {
  font-weight: 600;
  font-size: 52px;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .competition-info-block h1 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .competition-info-block h1 {
    font-size: 32px;
    line-height: 39px;
  }
}
@media (max-width: 767px) {
  .competition-info-block h1 {
    font-size: 24px;
    line-height: 29px;
  }
}
.competition-info-block .little-title-text {
  line-height: 24px;
}
@media (max-width: 991px) {
  .competition-info-block .little-title-text {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .competition-info-block .little-title-text {
    font-size: 13px;
    line-height: 18px;
  }
}
.competition-info-block .text-color-blue {
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}
@media (max-width: 991px) {
  .competition-info-block .text-color-blue {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
  }
}
@media (min-width: 1609px) {
  .competition-info-block .desctop-padding {
    padding-left: 60px;
  }
}
.competition-timer .timer-item {
  background: #FFFFFF;
  box-shadow: 0px 9.73747px 14.1767px rgba(185, 187, 200, 0.113451), 0px 6.92017px 6.94968px rgba(185, 187, 200, 0.0857709), 0px 3.80835px 2.74791px rgba(185, 187, 200, 0.0551504);
  border-radius: 3px;
  padding: 15px;
  width: 75px;
}
@media (max-width: 991px) {
  .competition-timer .timer-item {
    padding: 10px;
    width: 50px;
  }
}
.competition-timer .timer-item span {
  font-weight: 600;
  font-size: 40px;
  line-height: 24px;
  color: #171940;
  display: block;
  text-align: center;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .competition-timer .timer-item span {
    font-size: 27px;
    margin-bottom: 0;
  }
}
.competition-timer .timer-separator {
  padding: 0 5px;
  font-weight: bold;
  font-size: 18px;
}
.competition-timer .little-text-date {
  text-align: center;
}
@media (max-width: 991px) {
  .competition-timer .little-text-date {
    font-size: 10px;
  }
}
.competition-conditions-block {
  background: #171940;
  position: relative;
}
@media (min-width: 1609px) {
  .competition-conditions-block {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.competition-conditions-block h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .competition-conditions-block h2 {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .competition-conditions-block h2 {
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 15px;
  }
}
.competition-conditions-block .condition-item {
  background: rgba(255, 255, 255, 0.04);
}
.competition-conditions-block .condition-item .number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.competition-conditions-block .condition-item .number span {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #FFFFFF;
  position: absolute;
}
@media (max-width: 1199px) {
  .competition-conditions-block .condition-item .number span {
    font-size: 22px;
  }
}
.competition-conditions-block .condition-item .number:before {
  content: '';
  width: 54px;
  height: 54px;
  background: #313355;
  border-radius: 6px;
  transform: rotate(45deg);
}
@media (max-width: 1199px) {
  .competition-conditions-block .condition-item .number:before {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .competition-conditions-block .condition-item .number:before {
    width: 45px;
    height: 45px;
  }
}
.competition-conditions-block .condition-item .number:after {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transform: rotate(70deg);
  position: absolute;
  z-index: -1;
}
@media (max-width: 1199px) {
  .competition-conditions-block .condition-item .number:after {
    width: 56px;
    height: 56px;
  }
}
@media (max-width: 767px) {
  .competition-conditions-block .condition-item .number:after {
    width: 51px;
    height: 51px;
  }
}
.competition-conditions-block .condition-item .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .competition-conditions-block .condition-item .title {
    font-size: 16px;
  }
}
.competition-conditions-block .condition-item .text {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #FFFFFF;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .competition-conditions-block .condition-item .text {
    font-size: 12px;
  }
}
.competition-conditions-block .white-text {
  font-size: 14px;
  line-height: 22px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .competition-conditions-block .white-text {
    font-size: 12px;
  }
}
.competition-conditions-block .absolute-coin-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin: 60px 0 0 40px;
}
@media (max-width: 1199px) {
  .competition-conditions-block .absolute-coin-img img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .competition-conditions-block .absolute-coin-img img {
    width: 50%;
  }
}
@media (max-width: 1600px) {
  .competition-conditions-block .absolute-coin-img {
    margin: 30px 0 0 20px;
  }
}
@media (max-width: 1199px) {
  .competition-conditions-block .absolute-coin-img {
    margin-top: 70px;
  }
}
@media (max-width: 1199px) {
  .competition-conditions-block .absolute-coin-img.left-top-pos {
    margin: 45px 0 0 -10px;
    transform: rotate(90deg);
  }
}
@media (max-width: 767px) {
  .competition-conditions-block .absolute-coin-img.left-top-pos {
    margin: 60px 0 0 -30px;
  }
}
.competition-conditions-block .absolute-coin-img.right-bottom-pos {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  margin: 0 40px 60px 0;
}
@media (max-width: 1600px) {
  .competition-conditions-block .absolute-coin-img.right-bottom-pos {
    margin: 0px 5px 160px 0px;
  }
}
@media (max-width: 767px) {
  .competition-winner-info .title-text.big {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .competition-winner-info .competition-winner-info-item {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .competition-winner-info .competition-winner-info-item .competition-side-img {
    max-width: 70px;
    margin: 0;
    margin-bottom: 10px;
  }
}
.competition-winner-info .competition-winner-info-item .competition-side-img img {
  width: 100%;
}
.request-panel {
  background: #fff;
  border-radius: 5px;
  padding: 30px;
}
@media (max-width: 1199px) {
  .request-panel {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .request-panel {
    padding: 15px;
  }
}
.request-status {
  border: 1px solid #3761EA;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 30px;
}
.request-status--progress {
  flex-grow: 1;
  margin-right: 30px;
}
.request-status--progress .progress {
  display: block;
}
@media (max-width: 1199px) {
  .request-status {
    flex-direction: column;
    padding: 20px;
  }
  .request-status--progress {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .request-status {
    padding: 15px;
  }
}
.request-description {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: auto;
}
.request-description--title {
  grid-area: 2 / 1 / 3 / 2;
  font-size: 1.429rem;
  line-height: 1.857rem;
  color: #171940;
  margin-top: 0px;
  margin-bottom: 15px;
}
.request-description--text {
  grid-area: 3 / 1 / 4 / 2;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #525F7F;
  margin-bottom: 20px;
  max-width: 940px;
}
.request-description--time {
  grid-area: 1 / 1 / 2 / 2;
  color: #171940;
  margin-bottom: 15px;
}
.request-description--rating {
  grid-area: 1 / 2 / 4 / 3;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .request-description--title {
    grid-area: 1 / 1 / 2 / 3;
  }
  .request-description--text {
    grid-area: 2 / 1 / 3 / 3;
  }
  .request-description--time {
    grid-area: 3 / 1 / 4 / 2;
    margin-bottom: 0;
  }
  .request-description--rating {
    grid-area: 3 / 2 / 4 / 3;
  }
}
@media (min-width: 992px) {
  .credit-cards {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
  }
  .credit-cards > * {
    padding: 15px;
  }
}
.credit-cards .flickity-slider > *:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 599px) {
  .credit-cards .flickity-slider > *:not(:last-child) {
    margin-right: 15px;
  }
}
.credit-card {
  display: flex;
  flex-direction: column;
  min-width: 253px;
  height: 151px;
  border-radius: 10px;
  padding: 20px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.214rem;
  letter-spacing: 0.5px;
  border: none;
  text-align: left;
}
.credit-card:before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-size: contain;
}
.credit-card.webmoney-card {
  background: linear-gradient(180deg, #0293CA 0%, #1C4A81 100%);
  color: rgba(255, 255, 255, 0.5);
}
.credit-card.webmoney-card:before {
  width: 170px;
  height: 34px;
  background-image: url(/images/cards/webmoney.png);
  content: "wmr";
  text-align: right;
  text-transform: uppercase;
  color: #fff;
  background-position-x: left;
  padding-top: 10px;
  font-weight: normal;
  margin-bottom: 20px;
}
.credit-card.yandex-card {
  background: linear-gradient(180deg, #EEDA23 0%, #F18A07 100%);
  color: rgba(255, 255, 255, 0.7);
}
.credit-card.yandex-card:before {
  width: 119px;
  height: 24px;
  background-image: url("/images/cards/yandex.png");
  margin-bottom: 31px;
}
.credit-card.qiwi-card {
  background: linear-gradient(180deg, #FEA238 0%, #F46000 100%);
  color: rgba(255, 255, 255, 0.6);
}
.credit-card.qiwi-card:before {
  width: 72px;
  height: 27px;
  background-image: url("/images/cards/qiwi.png");
  margin-bottom: 22px;
}
.credit-card b {
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: #fff;
}
.top-rating {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.top-rating > * {
  padding: 15px;
  width: 25%;
}
@media (max-width: 1199px) {
  .top-rating {
    margin: -10px;
  }
  .top-rating > * {
    padding: 10px;
    width: 50%;
  }
}
@media (max-width: 459px) {
  .top-rating {
    margin: -5px;
  }
  .top-rating > * {
    padding: 5px;
    width: 100%;
  }
}
.rating-block {
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.rating-block--title {
  display: flex;
  align-items: center;
  font-size: 1.143rem;
  line-height: 1.357rem;
  color: #525F7F;
  margin-bottom: 10px;
}
.rating-block--title:before {
  content: "";
  display: block;
  background: url("/images/icons/star.svg") no-repeat center;
  width: 15px;
  height: 14px;
  margin-right: 8px;
}
.rating-block--value {
  font-weight: bold;
  font-size: 1.714rem;
  line-height: 2.071rem;
  color: #171940;
}
.price-radioes {
  display: flex;
  flex-wrap: wrap;
  margin: -12px;
}
.price-radioes > * {
  width: 16.66%;
}
@media (min-width: 460px) and (max-width: 991px) {
  .price-radioes > * {
    width: 25%;
  }
  .price-radioes > *:nth-child(n + 5) {
    display: none;
  }
}
@media (max-width: 459px) {
  .price-radioes > * {
    width: 33.33%;
  }
}
.price-radio {
  position: relative;
  padding: 12px;
}
.price-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  margin: 0;
}
.price-radio input[type="radio"]:checked + .price-radio--label {
  background: #fff;
  box-shadow: 0px 4px 10px rgba(219, 226, 237, 0.7);
}
.price-radio--label {
  width: 100%;
  margin: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F6FA;
  border-radius: 3px;
  font-size: 1.071rem;
  line-height: 1.286rem;
  color: #171940;
  padding: 12px;
  position: relative;
  transition: 0.2s;
}
.transfer-funds {
  background: url(/images/comment/money.svg) 98% no-repeat #ffffff;
  background-size: 200px;
  padding-right: 220px;
}
@media (max-width: 991px) {
  .transfer-funds {
    background: white;
    padding-right: 20px;
  }
}
.comments .c-comment {
  display: grid;
  grid-template-columns: 1fr 50% 1fr;
  grid-template-rows: auto;
  background: #fff;
  color: #171940;
  padding: 30px;
}
.comments .c-comment .c-user {
  display: flex;
  flex-direction: column;
  grid-area: 1 / 1 / 2 / 2;
  margin-bottom: 20px;
}
.comments .c-comment .c-user .c-username {
  font-size: 1.286rem;
  line-height: 1.857rem;
  color: #171940;
  font-weight: bold;
}
.comments .c-timestamp {
  grid-area: 1 / 3 / 4 / 4;
  justify-content: flex-end;
  color: #171940;
}
.comments .c-text {
  grid-area: 1 / 2 / 4 / 3;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #525F7F;
}
.comments .c-like {
  grid-area: 2 / 1 / 3 / 2;
}
.comments .c-like .c-like-select {
  float: none;
  display: flex;
  align-items: center;
}
.comments .c-like .c-like-icon {
  margin-right: 6px;
  display: flex;
}
.comments .c-like .c-like-icon svg path:not(.stroke):not(.no-fill),
.comments .c-like .c-like-icon svg .fill {
  fill: #8D9CBA;
}
.comments .c-like .c-like-icon svg .stroke {
  stroke: #8D9CBA;
}
.comments .c-like .c-like-count {
  margin-right: 20px;
}
.comments .c-like .c-like-count,
.comments .c-like .c-dislike-count {
  float: none;
  padding: 0;
  min-width: auto;
  color: #171940;
  font-size: 0.857rem;
}
.comments .c-comment-hide {
  grid-area: 3 / 1 / 4 / 2;
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .comments .c-comment {
    grid-template-columns: auto;
    padding: 20px;
  }
  .comments .c-comment .c-user {
    grid-area: 1 / 1 / 2 / 3;
    margin-bottom: 10px;
  }
  .comments .c-timestamp {
    grid-area: 3 / 1 / 4 / 2;
    justify-content: flex-start;
  }
  .comments .c-text {
    grid-area: 2 / 1 / 3 / 3;
    margin-bottom: 20px;
  }
  .comments .c-like {
    grid-area: 3 / 2 / 4 / 3;
    display: flex;
    justify-content: flex-end;
  }
  .comments .c-comment-hide {
    grid-area: 4 / 1 / 5 / 2;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .comments .c-comment {
    padding: 15px;
  }
  .comments .c-comment .c-user {
    height: auto;
    margin: 0 0 10px;
    padding-bottom: 0;
  }
  .comments .c-text {
    margin-bottom: 15px;
  }
}
.rating-responsive {
  display: flex;
}
.rating-responsive--item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rating-responsive--item:first-child {
  margin-right: 20px;
}
.rating-responsive--item .like-icon,
.rating-responsive--item .dislike-icon {
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .rating-responsive--item {
    flex-direction: row;
  }
  .rating-responsive .like-icon,
  .rating-responsive .dislike-icon {
    margin-bottom: 0;
    margin-right: 8px;
  }
}
.like-icon,
.dislike-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: 0.3s;
}
.like-icon svg path:not(.stroke):not(.no-fill),
.dislike-icon svg path:not(.stroke):not(.no-fill),
.like-icon svg .fill,
.dislike-icon svg .fill {
  fill: #fff;
}
.like-icon svg .stroke,
.dislike-icon svg .stroke {
  stroke: #fff;
}
.like-icon:hover,
.dislike-icon:hover {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .like-icon,
  .dislike-icon {
    width: 34px;
    height: 34px;
  }
}
.like-icon svg,
.dislike-icon svg {
  transition: 0.15s;
}
.like-icon {
  background: #27AE60;
}
.like-icon:active svg {
  transform: translateY(-4px);
}
.dislike-icon {
  background: #F62B37;
}
.dislike-icon:active svg {
  transform: translateY(4px);
}
.time-icon {
  display: flex;
  font-size: 0.857rem;
  line-height: 1.143rem;
}
.time-icon:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("/images/icons/clock.svg") no-repeat center;
  margin-right: 8px;
}
.feedback-denial {
  color: red;
}
.feedback-in_progress,
.feedback-voting {
  color: #00aa00;
}
.feedback-comments .comments {
  border: 0;
  padding: 0;
}
.feedback-comments .comments .c-comment-list:not(:first-child) {
  border-top: 2px solid #DDDDDD;
}
.feedback-comments .comments .c-comment {
  padding: 20px 0;
  margin: 0;
}
.feedback-comments .comments .c-comment .c-timestamp {
  padding: 0;
  color: #525F7F;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
}
.feedback-comments .comments .c-comment .c-timestamp:before {
  content: '';
  width: 17px;
  height: 17px;
  display: block;
  background: url(/images/icons/mini-clock.svg);
  background-size: contain;
  margin-right: 5px;
}
.feedback-comments .comments .c-comment .c-text {
  grid-area: 1 / 2 / 4 / 4;
}
@media (max-width: 991px) {
  .feedback-comments .comments .c-comment .c-text {
    grid-area: 2 / 1 / 5 / 3;
  }
}
.feedback-comments .comments .c-comment .c-like {
  margin-top: 10px;
}
.feedback-comments .comments .c-comment .c-like .like-block {
  background: #FFFFFF;
  box-shadow: 0px 0px 4.60046px rgba(0, 0, 0, 0.25);
  border-radius: 56px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.feedback-comments .comments .c-comment .c-like .like-block.active {
  pointer-events: none;
  animation: like-effect 0.4s;
}
.feedback-comments .comments .c-comment .c-like .like-block.active[data-id="like"] {
  box-shadow: 0px 0px 4.60046px #27AE60;
}
.feedback-comments .comments .c-comment .c-like .like-block.active[data-id="like"] svg * {
  fill: #27AE60;
}
.feedback-comments .comments .c-comment .c-like .like-block.active[data-id="dislike"] {
  box-shadow: 0px 0px 4.60046px #FE6B69;
}
.feedback-comments .comments .c-comment .c-like .like-block.active[data-id="dislike"] svg * {
  fill: #FE6B69;
}
.feedback-comments .comments .c-comment .c-like .c-like-count {
  margin: 0 10px;
  font-size: 14px;
}
.feedback-comments .comments .c-block {
  background: #E1E8F6;
  padding: 30px;
}
@media (min-width: 992px) {
  .feedback-comments .comments .c-block {
    background-image: url(/images/comment/comment-img.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 45%;
  }
}
@keyframes like-effect {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.ticket-message {
  position: relative;
  padding-top: 20px;
  padding-bottom: 35px;
  padding-left: 110px;
}
.ticket-message.message-admin {
  background-image: linear-gradient(to left, #E8F2FC 0%, rgba(232, 242, 252, 0) 100%);
}
.ticket-message:not(.is-status) {
  min-height: 137px;
}
.ticket-message .img-logo {
  position: absolute;
  width: 82px;
  height: 82px;
  left: 15px;
  top: 50%;
  margin-top: -41px;
  border-radius: 50%;
  overflow: hidden;
  background: #C4C4C4;
}
.ticket-message .img-logo img {
  width: 100%;
}
.ticket-message .user-info {
  display: flex;
  align-items: center;
}
.ticket-message .user-info:not(:last-of-type) {
  padding-bottom: 15px;
}
.ticket-message .user-name {
  font-size: 16px;
  font-weight: bold;
  color: #525F7F;
}
.ticket-message .date {
  position: absolute;
  bottom: 7px;
  right: 15px;
  line-height: 16px;
  padding-left: 21px;
  background: url('/images/icons/svg/clock.svg') no-repeat 0 center;
  background-size: 15px;
  color: #525F7F;
}
.ticket-message .text p {
  margin: 0;
}
@media (max-width: 991px) {
  .ticket-message {
    padding-left: 100px;
  }
  .ticket-message:not(.is-status) {
    min-height: auto;
  }
  .ticket-message .img-logo {
    width: 72px;
    height: 72px;
    left: 15px;
    top: 10px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .ticket-message {
    padding-left: 15px;
  }
  .ticket-message .user-info:not(:last-of-type) {
    padding-bottom: 6px;
  }
  .ticket-message .img-logo {
    position: relative;
    left: 0;
    top: 0;
    width: 41px;
    height: 41px;
    margin-right: 7px;
  }
}
.flex-content-ticket {
  display: flex;
  padding: 10px 20px;
  justify-content: space-between;
  text-align: right;
  line-height: 1;
}
.flex-content-ticket > div {
  align-self: center;
}
.flex-content-ticket > div:first-of-type {
  font-size: 15px;
}
.index-blk {
  position: absolute;
  border-radius: 50%;
  background-color: #ac96d0;
  width: 16px;
  height: 16px;
  display: flex;
  font-size: 8px;
  line-height: 10px;
  left: -8px;
  top: 35px;
  color: #FFF;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.service-image.center {
  align-self: center;
}
.select-days {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.select-days a {
  padding: 7px 15px;
  display: block;
  background: #fff;
  border: 1px solid;
  border-color: #ac96d0 #F3F4F5;
  border-right-width: 0;
  color: #8d9cba;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  transition: all 0.3s ease;
  text-decoration: none;
}
.select-days a:last-of-type {
  border-right-width: 1px;
}
.select-days a.active {
  border-color: #ac96d0;
  background: #ac96d0;
  color: #ffffff;
}
.select-days a.active + a {
  border-left-color: #ac96d0;
}
.select-days a:hover:not(.active) {
  border-color: #ac96d0;
}
.select-days a:hover:not(.active) + a {
  border-left-color: #ac96d0;
}
.select-days a:first-of-type {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border-left-color: #ac96d0;
}
.select-days a:last-of-type {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-right-color: #ac96d0;
}
@media all and (max-width: 485px) {
  .select-days a {
    flex-basis: 100%;
  }
}
.service-logo {
  width: 153px;
  background-color: #fff;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-logo img {
  max-width: 100%;
  max-height: 100%;
}
.block-margin-top {
  margin-top: 30px;
}
.service-main {
  display: flex;
}
.service-link-blk {
  align-self: center;
  margin-right: 10px;
}
.service-header-blk {
  display: flex;
  justify-content: space-between;
}
.service-cpm-header {
  margin-bottom: 5px;
}
.services-block {
  margin-top: 30px;
}
.services-block .pagination {
  display: block;
  margin: 15px 0;
}
.service-block {
  margin: 10px 0;
  position: relative;
}
.service-block.bonus-block .service-text {
  padding-left: 30px;
  max-width: 1020px;
}
.service-block.first .index-blk {
  width: 24px;
  height: 20px;
  background: url('/images/icons/service-first.png') no-repeat center;
  border-radius: 0;
  color: #282828;
  align-items: end;
  left: -12px;
  top: 35px;
}
.service-text {
  padding: 0 30px;
  flex-grow: 1;
  color: #8D9CBA;
  line-height: 24px;
}
.service-title,
.service-header {
  color: #8D9CBA;
}
.service-title {
  font-size: 24px;
  font-weight: 700;
  color: #525F7F;
}
.service-header {
  font-weight: 700;
  font-size: 16px;
}
.service-time {
  padding-top: 5px;
  font-size: 12px;
  color: #ac96d0;
}
.service-hint {
  color: #8D9CBA;
  margin-top: 10px;
}
.service-left-bonus {
  max-width: 200px;
  width: 100%;
  border-right: 1px solid #CBD2E0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
}
.buttons-blk {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  flex-wrap: wrap;
  font-size: 14px;
}
.buttons-blk > div:not([class]) {
  display: flex;
  flex-wrap: wrap;
}
.new-user-blk {
  order: 1;
  padding-left: 20px;
  align-self: center;
  background: url('/images/icons/service-new-user.png') no-repeat top left;
  line-height: 18px;
  color: #cbcdd6;
}
.service-promocode {
  margin-right: 10px;
  display: block;
  border: 1px solid #AC96D0;
  border-radius: 15px;
  min-width: 150px;
  text-align: center;
  line-height: 26px;
  color: #3d3c3c;
  text-decoration: none;
}
.service-promocode span {
  color: #ac96d0;
}
.service-block:not(.bonus-block) .service-block-inside {
  justify-content: space-between;
}
.service-cpm {
  padding-right: 30px;
}
.service-cpm .service-cpm-text {
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
  align-self: center;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 1199px) {
  .service-block.bonus-block .service-text {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .service-block {
    flex-direction: column;
  }
  .service-block.bonus-block .service-text {
    padding: 0;
  }
  .service-block.bonus-block .service-text:after {
    content: '';
    max-width: 275px;
    width: 100%;
    display: block;
    height: 1px;
    background-color: #CBD2E0;
    margin: 20px auto;
  }
  .service-block .right-side {
    width: 100%;
    justify-content: space-between;
    padding-top: 20px;
  }
  .service-block .left-side-service {
    position: relative;
    width: 100%;
  }
  .service-block .left-side-service:after {
    content: '';
    display: block;
    height: 1px;
    background-color: #CBD2E0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .service-block-inside {
    flex-direction: column;
    align-items: center;
  }
  .service-left-bonus {
    padding: 0;
    border: 0;
    max-width: unset;
  }
  .service-left-bonus:after {
    content: '';
    max-width: 275px;
    width: 100%;
    display: block;
    height: 1px;
    background-color: #CBD2E0;
    margin: 20px auto;
  }
  .service-logo {
    width: 100%;
  }
  .index-blk {
    top: 77px;
  }
  .service-main {
    flex-wrap: wrap;
  }
  .left-side-service {
    flex-grow: 1;
  }
  .left-side-service > div {
    background: none;
  }
  .service-cpm-header {
    font-size: 12px;
    padding: 0 5px 0 0;
    white-space: nowrap;
    align-self: center;
  }
}
.title-block.big-height .row-title h3 {
  padding: 37px 0;
}
.title-block.big-height .row-title .block {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .new-user-blk {
    order: 0;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 519px) {
  .buttons-blk > div:not([class]) {
    width: 100%;
  }
  .service-promocode {
    width: 100%;
    margin: 0 0 10px;
  }
  .left-side-service {
    flex-direction: column;
  }
  .service-text {
    padding: 0;
    padding-top: 10px;
    width: 100%;
    padding-bottom: 15px;
  }
  .service-text .service-title {
    text-align: center;
    padding-bottom: 5px;
  }
  .service-block .right-side {
    flex-direction: column;
    justify-content: center;
  }
  .service-block .service-cpm {
    padding: 0;
    padding-bottom: 15px;
  }
}
@media (max-width: 319px) {
  .nav-tabs.service-tabs > li {
    width: 100%;
  }
  .right-side-service .select-days a {
    padding: 7px 10px;
  }
}
.all-th-profit .system-profit {
  font-size: 12px;
  text-align: center;
}
.all-th-profit .system-profit .img-network span {
  height: 23px;
  width: 23px;
}
.all-th-profit .system-profit .th-profit-name {
  display: block;
  padding-top: 3px;
  line-height: 12px;
  font-size: 12px;
  line-height: 15px;
  color: #525F7F;
  transition: 0.2s;
  font-weight: 300;
}
.all-th-profit .system-profit .th-profit-name:hover {
  color: #3761EA;
}
.network-cell .settings-site-network {
  display: block;
  margin-left: 5px;
}
.settings-network-sites {
  padding: 10px;
}
.settings-network-sites .settings-network-sites-item {
  background: rgba(245, 246, 250, 0.8);
  border-radius: 3px;
  padding: 10px;
  min-height: 40px;
  font-size: 14px;
  line-height: 17px;
  color: #171940;
}
@media (max-width: 767px) {
  .settings-network-sites .settings-network-sites-item {
    font-size: 12px;
  }
}
.settings-network-sites .settings-network-sites-item .active-count {
  color: #525F7F;
  margin-left: 5px;
}
.settings-network-sites .settings-network-sites-item .site-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.settings-network-sites .settings-network-sites-item:not(:last-child) {
  margin-bottom: 8px;
}
.left-side-sticky {
  position: sticky;
  left: 0px;
  z-index: 1;
  background: #F5F6FA;
  width: 100%;
  max-width: 320px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .left-side-sticky {
    max-width: 280px;
    margin-right: 15px;
  }
}
@media (max-width: 460px) {
  .left-side-sticky {
    max-width: 180px;
    margin-right: 5px;
  }
}
.field-campaignsearch-visible {
  position: relative;
}
.campaignsearch-btn {
  height: 38px;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(205, 212, 222, 0.5);
  border-radius: 3px;
  background: #ffffff url(/images/icons/dots.svg) no-repeat center center;
  cursor: pointer;
}
#campaignsearch-visible {
  max-height: 400px;
  position: absolute;
  width: 100%;
  margin-top: 10px;
  z-index: 2;
  background: #FFFFFF;
  padding: 10px;
  display: none;
  overflow: auto;
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 7px rgba(0, 0, 0, 0.03);
}
#campaignsearch-visible::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
#campaignsearch-visible::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
#campaignsearch-visible::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
#campaignsearch-visible.active {
  margin-bottom: 75px;
  display: block;
}
.panel {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.panel .panel-body {
  padding: 0;
  padding-left: 15px;
  padding-top: 37px;
}
@media (max-width: 1200px) {
  .panel .panel-body {
    padding: 15px;
  }
}
.panel .panel-path .panel-body-absolute {
  position: absolute;
  top: 0;
  right: 0;
  padding-bottom: 60px;
}
@media (min-width: 1201px) {
  .panel .panel-path .panel-body-absolute {
    top: 0 !important;
  }
}
@media (max-width: 1200px) {
  .panel .panel-path .panel-body-absolute {
    position: unset;
    padding: 0px;
    padding-top: 15px;
    margin-bottom: 30px !important;
  }
}
.panel .panel-heading {
  background-color: transparent;
  border: 0;
  padding: 0;
}
.panel .panel-heading .panel-heading-inside {
  background: #FFFFFF;
  border-radius: 3px;
  font-size: 14px;
  line-height: 17px;
  color: #171940;
  padding: 10px;
  padding-right: 45px;
  padding-left: 15px;
  position: relative;
  cursor: pointer;
}
.panel .panel-heading .panel-heading-inside:after {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  border: solid #8D9CBA;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg) translateY(-4px);
  position: absolute;
  right: 20px;
  top: 50%;
}
.panel .panel-heading .panel-content-toggle.active {
  background: #E3F0FF;
}
.panel .delete-block {
  border: 0;
  background: transparent;
  outline: 0;
}
.panel.panel-landing,
.panel.panel-rule,
.panel.panel-criterion,
.panel .path-inside-rule .panel-path {
  margin-top: 20px;
}
.panel.panel-landing .panel-body,
.panel.panel-rule .panel-body,
.panel.panel-criterion .panel-body,
.panel .path-inside-rule .panel-path .panel-body {
  padding: 0;
}
.panel.panel-landing .panel-heading,
.panel.panel-rule .panel-heading,
.panel.panel-criterion .panel-heading,
.panel .path-inside-rule .panel-path .panel-heading {
  padding: 0;
  border: 1px solid #CBD2E0;
  margin-bottom: 15px;
}
.panel .path-inside-rule .few-blocks .width-quarter,
.panel .path-inside-rule .few-blocks-padding .width-quarter,
.panel .path-inside-rule .few-blocks .width-three-quater,
.panel .path-inside-rule .few-blocks-padding .width-three-quater {
  width: 100%;
}
.panel .path-inside-rule .few-blocks .width-third,
.panel .path-inside-rule .few-blocks-padding .width-third {
  width: 50%;
}
.panel .path-inside-rule .few-blocks .block-background,
.panel .path-inside-rule .few-blocks-padding .block-background {
  padding: 0;
}
.panel .path-inside-rule .panel-path {
  margin-left: 0;
  margin-right: 0;
}
.panel .path-inside-rule .panel-body-absolute {
  position: unset;
}
.panel .path-inside-rule .panel-heading,
.panel .path-inside-rule .panel-body,
.panel .path-inside-rule .landing-group,
.panel .path-inside-rule .offer-group {
  width: 100%;
}
.panel .path-inside-rule .xsmall-title {
  font-size: 16px;
  font-weight: 600 !important;
  margin-top: 30px;
}
.error-wrap {
  height: 100%;
  padding-bottom: 0px;
}
.error-wrap main {
  height: 100%;
}
.error-wrap main > div {
  height: 100%;
}
.error-wrap #blocks-content {
  height: 100%;
}
.error-wrap .container-fluid {
  height: 100%;
  padding: 30px;
}
.error-page {
  background: #fff;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.error-page h1 {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 10rem;
  font-weight: bold;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.error-page h1:after {
  content: attr(data-h1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: transparent;
  /* webkit only for graceful degradation to IE */
  background: -webkit-repeating-linear-gradient(-45deg, #71b7e6, #69a6ce, #b98acc, #ee8176, #b98acc, #69a6ce, #9b59b6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 400%;
  text-shadow: 1px 1px 2px transparentize(#fff, 0.75);
  animation: animateTextBackground 10s ease-in-out infinite;
}
.error-page h1 + p {
  font-size: 1.286rem;
  line-height: 1.222;
  letter-spacing: 0.015em;
  color: #8D9CBA;
  position: relative;
}
.error-page h1 + p:after {
  content: attr(data-p);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: transparent;
  text-shadow: 1px 1px 2px transparentize(#fff, 0.5);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
}
#particles-js {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-touch-callout: none;
}
@keyframes animateTextBackground {
  0% {
    background-position: 0 0;
  }
  25% {
    background-position: 100% 0;
  }
  50% {
    background-position: 100% 100%;
  }
  75% {
    background-position: 0 100%;
  }
  100% {
    background-position: 0 0;
  }
}
@media (max-width: 991px) {
  .error-wrap .container-fluid {
    padding: 20px;
  }
  .error-page h1 {
    font-size: 8rem;
  }
  .error-page h1 + p {
    font-size: 1.143rem;
    line-height: 1.1875;
  }
}
@media (max-width: 767px) {
  .error-wrap .container-fluid {
    padding: 20px 20px 74px;
  }
}
@media (max-width: 599px) {
  .error-wrap .container-fluid {
    padding: 15px 15px 69px;
  }
  .error-page h1 {
    font-size: 6rem;
  }
  .error-page h1 + p {
    font-size: 1rem;
    line-height: 1.214;
  }
}
:root {
  --banner-height: 108px;
  --banner-height-tablet: 190px;
  --banner-height-mobile: 220px;
}
.save-ukraine {
  height: var(--banner-height);
  overflow: hidden;
  display: flex;
  width: 100%;
  background-color: #930009;
  align-items: center;
}
.save-ukraine * {
  color: #fff !important;
}
.confirm-email .save-ukraine {
  top: 110px;
}
.save-ukraine--form {
  display: flex;
  flex: 1;
}
.save-ukraine--radios {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.save-ukraine--title {
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.775px;
  margin-bottom: 4px;
}
.save-ukraine--radio {
  flex: 1;
}
.save-ukraine--radio:not(:last-child) {
  margin-left: 10px;
}
.save-ukraine--radio input {
  display: none;
}
.save-ukraine--radio input:checked + label {
  background-color: #171940;
  border-color: #171940;
}
.save-ukraine--radio label {
  cursor: pointer;
  border: 1px solid #fff;
  padding: 8px;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.save-ukraine--btn {
  border: 1px solid #fff;
  padding: 9px 30px;
  border-radius: 4px;
  text-align: center;
  margin-left: auto;
  background: inherit;
}
.save-ukraine--percent {
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0.775px;
}
.save-ukraine--form-cancel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.save-ukraine--desc {
  line-height: 17px;
}
.save-ukraine--form-main {
  flex: 1;
  display: flex;
  align-items: center;
}
.navbar-fixed-bottom,
.navbar-fixed-top {
  z-index: 1041;
}
.modal-backdrop {
  z-index: 1041;
}
@media (max-width: 1600px) {
  .save-ukraine > img {
    display: none;
  }
  .save-ukraine--text {
    padding-left: 30px;
    padding-right: 30px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .save-ukraine {
    z-index: 1040;
    position: fixed;
    top: 60px;
  }
  .wrap.login-user {
    padding-top: calc(var(--banner-height) + 60px) !important;
  }
  .wrap.login-user.index-wrap {
    padding: calc(var(--banner-height) + 60px) 0 30px !important;
  }
  .wrap.login-user.confirm-email {
    padding-top: calc(var(--banner-height) + 110px) !important;
  }
  .wrap.login-user.confirm-email .left-menu-block-shop,
  .wrap.login-user.confirm-email .left-menu-block {
    top: calc(var(--banner-height) + 110px) !important;
  }
  .wrap.login-user .left-menu-block-shop,
  .wrap.login-user .left-menu-block {
    top: calc(var(--banner-height) + 60px) !important;
  }
  .wrap.login-user .block-support-left-items,
  .wrap.login-user .block-support-right-items {
    top: calc(var(--banner-height) + 90px) !important;
  }
  .wrap.login-user .block-support-left-items .left-menu-items {
    max-height: calc(calc(100vh - 90px - var(--banner-height))) !important;
  }
  .wrap.login-user .block-support-right-items .block-support-overflow {
    max-height: calc(100vh - 160px - var(--banner-height)) !important;
  }
  .wrap.login-user .sticky-anchor-menu--overflow {
    top: calc(var(--banner-height) + 90px) !important;
    max-height: calc(100vh - 160px - var(--banner-height)) !important;
  }
  .save-ukraine--text {
    flex: 2.1;
  }
  .save-ukraine--form {
    padding: 0 40px;
    border-left: 1px solid #fff;
    margin-left: 14px;
  }
}
@media (max-width: 1199px) {
  .save-ukraine {
    flex-direction: column;
    height: var(--banner-height-tablet) !important;
  }
  .save-ukraine--text {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }
  .save-ukraine--form {
    width: 100%;
    padding: 5px 30px;
  }
  .save-ukraine--form-main .form-group label.margin {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .wrap.login-user.confirm-email .left-menu-block {
    top: calc(var(--banner-height-tablet) + 110px);
  }
  .wrap.login-user .left-menu-block {
    top: calc(var(--banner-height-tablet) + 60px);
    transition: none;
  }
}
@media (max-width: 767px) {
  .save-ukraine {
    height: var(--banner-height-mobile) !important;
  }
  .save-ukraine--text {
    padding-left: 15px;
    padding-right: 15px;
  }
  .save-ukraine--title {
    font-size: 20px;
    line-height: 24px;
  }
  .save-ukraine--desc {
    font-size: 12px;
    line-height: 14px;
  }
  .save-ukraine--form {
    padding: 5px 15px;
  }
  .save-ukraine--btn {
    padding: 9px 15px;
  }
  .save-ukraine--form-main .form-group label.margin {
    font-size: 12px;
  }
}
.btn-few {
  width: 100%;
}
.btn-few .btn,
.btn-few.btn {
  min-width: auto;
  width: 100%;
  max-width: 125px;
  padding: 0 5px;
}
.btn {
  border-radius: 5px;
  padding: 0 20px;
  min-width: 125px;
  font-size: 14px;
  line-height: 17px;
  border: 0;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  min-height: 40px;
  white-space: normal;
  transition: 0.2s ease;
}
.btn .plus-btn {
  padding-right: 10px;
  font-size: 21px;
  font-weight: 400;
}
.btn.less-height {
  min-height: 36px;
}
.btn.less-width {
  min-width: 119px;
}
.btn.unset-width {
  min-width: unset;
}
.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: none;
  outline: 0 !important;
}
.btn:not(.light-btn):not(.white-btn):not(.btn-instruction):active {
  transform: scale(0.95);
}
.little-btn {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  outline: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  white-space: normal;
  transition: 0.2s ease;
}
.little-btn .plus-btn {
  width: 11px;
}
.little-btn.plus-btn svg {
  width: 10px;
  height: 10px;
}
.little-btn.plus-btn svg * {
  fill: #3761EA;
}
.little-btn.plus-btn .svg {
  width: 10px;
  height: 10px;
  background: #3761EA;
}
.blue-btn {
  background: #3761EA;
  color: #FFFFFF;
}
.blue-btn:hover {
  background: #3F6CFF;
  color: #FFFFFF;
}
.blue-btn:active {
  background: #2650DA;
  color: #FFFFFF;
}
.blue-btn:focus {
  color: #FFFFFF;
}
.blue-btn.plus:before {
  content: '+';
  color: #fff;
  font-size: 20px;
}
.blue-btn.plus span {
  padding-left: 10px;
}
@media (max-width: 991px) {
  .blue-btn.plus span {
    display: none;
  }
}
@media (max-width: 991px) {
  .blue-btn.plus {
    width: 40px;
    min-width: unset;
  }
}
.blue-btn svg * {
  fill: #ffffff;
}
.blue-btn.only-label {
  min-width: auto;
  padding: 5px 10px;
  min-height: auto;
  pointer-events: none;
}
.btn-border-blue {
  background: transparent;
  color: #3761EA;
  border: 1px solid #3761EA;
}
.btn-border-blue:hover,
.btn-border-blue:active {
  border-color: #3F6CFF;
  color: #3F6CFF;
}
.btn-border-blue:focus {
  color: #3F6CFF;
}
.btn-border-red {
  background: transparent;
  color: #FE6B69;
  border: 1px solid #FE6B69;
}
.btn-border-red:hover,
.btn-border-red:active {
  border-color: #FE7B79;
  color: #FE7B79;
}
.btn-border-red:focus {
  color: #FE7B79;
}
.gray-btn {
  background: rgba(203, 210, 224, 0.4);
  color: #525F7F;
}
.gray-btn:hover {
  background: rgba(203, 210, 224, 0.5);
  color: #525F7F;
}
.gray-btn:focus {
  color: #525F7F;
}
.green-btn {
  background: #5ECBA1;
  color: #FFFFFF;
}
.green-btn:hover {
  background: #4CA683;
  color: #FFFFFF;
}
.green-btn:focus {
  color: #FFFFFF;
}
.red-btn,
.btn-danger {
  background: #FE6B69;
  color: #FFFFFF;
}
.red-btn:hover,
.btn-danger:hover {
  background: #FE7B79;
  color: #FFFFFF;
}
.red-btn:focus,
.btn-danger:focus {
  color: #FFFFFF;
}
.light-btn {
  background: #E3F0FF;
  color: #518EF7;
  border: 1px solid transparent;
  font-weight: 400;
}
.light-btn:hover {
  border-color: #70AEEF;
  color: #518EF7;
}
.light-btn:focus {
  color: #518EF7;
}
.white-btn {
  background: transparent;
  color: #3761EA;
  transition: color 0.2s;
  position: relative;
}
.white-btn.with-background {
  background: #ffffff;
}
.white-btn:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #3761EA;
  border-radius: 5px;
}
.white-btn svg path {
  fill: #3761EA;
}
.white-btn .svg {
  background-color: #3761EA;
}
.white-btn:not([disabled]):hover,
.white-btn:not([disabled]):focus {
  color: #3761EA;
}
.white-btn:not([disabled]):hover:before,
.white-btn:not([disabled]):focus:before {
  border: 2px solid #3761EA;
}
.white-btn .plus-btn {
  color: #3761EA;
  font-weight: 600;
}
.white-btn.blue-text {
  color: #3761EA;
}
.white-btn.black-border {
  color: #171940;
}
.white-btn.black-border:before {
  border: 1px solid #171940;
}
.btn-instruction {
  border: 1px dashed #8D9CBA;
  color: #525F7F;
  background-color: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  background-position: center;
  transition: background 0.4s;
}
@media (max-width: 991px) {
  .btn-instruction {
    width: 40px;
    height: 40px;
    padding: 8px;
    min-width: auto;
  }
}
.btn-instruction:hover {
  border: 1px dashed #FFFFFF;
  color: #FFFFFF;
  background: #171940;
}
.btn-instruction:hover::after {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .btn-instruction:hover::after {
    filter: brightness(3);
  }
}
@media (max-width: 991px) {
  .btn-instruction:after {
    content: '';
    background: url(/images/instruction.svg) no-repeat;
    width: 20px;
    height: 22px;
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .btn-instruction {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .btn.no-mobile-text {
    min-width: auto;
    padding: 0 13px;
  }
  .btn.no-mobile-text .plus-btn {
    padding: 0;
    font-size: 26px;
  }
  .btn.no-mobile-text .text-btn {
    display: none;
  }
}
.border-icon-btn {
  position: relative;
  padding: 1px;
  border: 1px solid #CBD2E0;
  background: #fff;
  border-radius: 2px;
  font-size: 14px;
  display: flex;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.border-icon-btn:hover,
.border-icon-btn:focus,
.border-icon-btn.active {
  text-decoration: none;
}
.border-icon-btn:hover .title,
.border-icon-btn:focus .title,
.border-icon-btn.active .title {
  color: #fff;
  transition: 0.3s color ease-in-out, 0.05s 0.25s box-shadow ease-in-out;
}
.border-icon-btn:hover .title .fill-background,
.border-icon-btn:focus .title .fill-background,
.border-icon-btn.active .title .fill-background {
  width: 100%;
  transform: translateX(calc(0% + 33px));
}
@media (max-width: 1199px) {
  .border-icon-btn:hover .title .fill-background,
  .border-icon-btn:focus .title .fill-background,
  .border-icon-btn.active .title .fill-background {
    transform: translateX(0%);
  }
}
.border-icon-btn.full-fill:hover .title .fill-background,
.border-icon-btn.full-fill:focus .title .fill-background,
.border-icon-btn.full-fill.active .title .fill-background {
  transform: translateX(0%);
}
.border-icon-btn:not(:focus):not(.active) {
  border-color: #CBD2E0 !important;
}
.border-icon-btn .img-wrap {
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 2;
  width: 32px;
  height: 32px;
  transition: 0.3s ease-in-out;
}
.border-icon-btn .title {
  font-size: 14px;
  line-height: 16px;
  padding: 8px 9px 8px 42px;
  z-index: 1;
  position: relative;
  color: #171940;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  overflow: hidden;
  transition: 0.3s color ease-in-out;
}
@media (max-width: 1199px) {
  .border-icon-btn .title {
    width: 0;
    font-size: 0;
    padding: 8px 16px;
  }
}
.border-icon-btn .title .fill-background {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  background: #fff;
  transform: translateX(100%);
  transition: 0.25s ease-in-out;
}
.view-all-table {
  background: #FFFFFF;
  box-shadow: 0px 2px 6px rgba(72, 72, 99, 0.1), 0px 2px 8px rgba(72, 72, 99, 0.1);
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #525F7F;
  padding-left: 30px;
  padding-right: 10px;
}
.view-all-table:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/images/icons/arrow-right-text-color.svg") no-repeat center;
}
.view-all-table.small-shadow {
  box-shadow: 0px 2px 6px rgba(72, 72, 99, 0.03), 0px 2px 8px rgba(72, 72, 99, 0.03);
}
.view-all-table.large-size {
  max-width: 535px;
  justify-content: space-around;
}
@media (max-width: 991px) {
  .view-all-table.large-size {
    justify-content: space-between;
  }
}
.ui.dropdown:not(.button) > .text {
  color: #525F7F;
}
.ui.dropdown:not(.button) > .text.default {
  color: #CBD2E0;
}
.ui.dropdown.active.search > input.search:focus + .text,
.ui.dropdown > input.search:focus + .text {
  color: #CBD2E0 !important;
}
.ui.dropdown.selection {
  border-color: #CBD2E0;
  border-radius: 3px;
  transition: 0.2s linear;
  padding: 0.85714286em 2.1em 0.85714286em 1.07142857em;
}
.ui.dropdown.selection.little-height {
  padding: 0.478em 2.1em 0.313em 1.07142857em;
  min-height: 30px;
}
.ui.dropdown.selection.little-height .dropdown.icon {
  padding: 8px;
}
.ui.dropdown.selection .text {
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  display: block;
  padding-right: 5px;
  line-height: 1;
}
.ui.dropdown.selection > .dropdown.icon {
  color: #CBD2E0;
  padding: 1.14305417em;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 1;
}
.ui.dropdown.selection > .dropdown.icon.clear {
  opacity: 1;
  color: #ffffff;
  background: #CBD2E0 url("/images/icons/close.svg") no-repeat center center;
  width: 21px;
  height: 21px !important;
  border-radius: 50%;
  right: 10px;
  top: 9px;
  padding: 0 !important;
  display: block;
  transition: 0.2s;
  cursor: pointer;
}
.ui.dropdown.selection > .dropdown.icon.clear:hover {
  background-color: #FE6B69;
  opacity: 1;
}
.ui.dropdown.selection > .dropdown.icon.clear:before,
.ui.dropdown.selection > .dropdown.icon.clear:after {
  content: none;
}
.ui.dropdown.selection.search:not(.no-icon) {
  padding-left: 3em;
  position: relative;
}
.ui.dropdown.selection.search:not(.no-icon)::before {
  content: '';
  background: url('/images/icons/search.svg');
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.07142857em;
  width: 1em;
  height: 1em;
  font-size: 14px;
}
.ui.dropdown.selection.search:not(.no-icon) > input.search {
  padding: 0.82142857em 2.1em 0.82142857em 3em;
}
.ui.dropdown.selection:hover {
  border-color: #40a9ff;
}
.ui.dropdown.selection:focus,
.ui.dropdown.selection.active,
.ui.dropdown.selection.active:hover {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ui.dropdown.selection.upward.active:hover .menu,
.ui.dropdown.selection.active:hover .menu {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 7px rgba(0, 0, 0, 0.03);
}
.ui.dropdown.selection:not(.upward) .menu {
  top: calc(100% + 1px);
  bottom: auto;
  border: 0;
}
.ui.dropdown.selection .menu {
  border: 0;
}
.ui.dropdown.selection .menu.visible {
  border: 0;
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 7px rgba(0, 0, 0, 0.03);
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
}
.ui.dropdown.selection .menu.visible::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ui.dropdown.selection .menu.visible::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.ui.dropdown.selection .menu.visible::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
@media (min-width: 992px) {
}
.ui.dropdown.selection .menu.visible.upward .menu {
  top: auto;
  bottom: calc(100% + 1px);
}
.ui.dropdown.selection.upward,
.ui.dropdown.selection.upward.visible {
  border-radius: 0 0 3px 3px !important;
}
.ui.dropdown.selection.upward .menu {
  border-radius: 3px 3px 0 0;
}
.ui.dropdown.active.selection > .dropdown.icon {
  transform: rotate(180deg);
}
.ui.dropdown .menu {
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
}
.ui.dropdown .menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ui.dropdown .menu::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.ui.dropdown .menu::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
.ui.dropdown .menu > .item {
  color: #525F7F;
  border: none;
  border-top: 0 !important;
}
.ui.dropdown .menu > .item:hover {
  background: #E3F0FF;
  color: #525F7F;
}
.ui.dropdown .menu > .item.active,
.ui.dropdown .menu > .item.selected {
  background: #3761EA;
  color: #fff;
  font-weight: normal;
}
.ui.dropdown.multiple > .label {
  font-weight: normal;
  background: #E3F0FF;
  box-shadow: none;
  border-radius: 3px;
  color: #525F7F;
  font-size: 14px;
  padding: 0 20px 0 13px;
  line-height: 24px;
}
.ui.dropdown.multiple > .label > .delete.icon {
  float: left;
  margin: 0 12px 0 0;
  color: #8D9CBA;
  opacity: 1;
}
.ui.dropdown.no-border:not(.button) > .text,
.ui.dropdown.no-border:not(.button) > .text.default {
  color: #171940;
}
.ui.dropdown.no-border.selection {
  border: 1px solid transparent;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
}
.ui.dropdown.no-border.selection:hover,
.ui.dropdown.no-border.selection:focus {
  border-color: #40a9ff;
}
.ui.dropdown.no-border.selection:focus {
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2) !important;
}
.ui.dropdown.no-border.selection .menu {
  border: none;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 7px rgba(0, 0, 0, 0.03);
  border-radius: 0px 0px 3px 3px;
  margin: 0px;
  min-width: 100%;
  width: 100%;
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
}
.ui.dropdown.no-border.selection .menu::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.ui.dropdown.no-border.selection .menu::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.ui.dropdown.no-border.selection .menu::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
.ui.dropdown.no-border.selection.upward,
.ui.dropdown.no-border.selection.upward.visible {
  border-radius: 0 0 3px 3px !important;
}
.ui.dropdown.no-border.selection.upward .menu {
  border-radius: 3px 3px 0 0;
  box-shadow: 0px -2px 7px rgba(0, 0, 0, 0.03);
}
.ui.dropdown.with-left-icon {
  padding-left: 55px;
}
.ui.dropdown.with-left-icon:before {
  content: url(/images/icons/credit-card.svg);
  line-height: 8px;
  position: absolute;
  left: 0;
  border-right: 1px solid #CBD2E0;
  width: 43px;
  height: calc(100% - 12px);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
}
.block-item-dropdown {
  display: flex;
}
.block-item-dropdown .image-blk img {
  margin-right: 10px;
}
.block-item-dropdown .text-blk {
  max-height: 3.12em;
  overflow: hidden;
}
.select2.select2-container .select2-selection,
.select2.select2-container--krajee .select2-selection {
  height: 42px;
  min-height: 42px;
  transition: 0.2s linear;
  border: 1px solid #CBD2E0;
  border-radius: 3px;
  padding: 8px 30px 8px 15px;
  box-shadow: none;
}
.select2.select2-container .select2-selection:hover,
.select2.select2-container--krajee .select2-selection:hover {
  border-color: #40a9ff;
}
.select2.select2-container .select2-selection.select2-selection--multiple,
.select2.select2-container--krajee .select2-selection.select2-selection--multiple {
  padding: 5px;
  padding-right: 22px;
  height: auto;
}
@media (max-width: 1199px) {
  .select2.select2-container .select2-selection.select2-selection--multiple,
  .select2.select2-container--krajee .select2-selection.select2-selection--multiple {
    padding-right: 5px;
  }
}
.select2.select2-container .select2-selection .select2-selection__rendered,
.select2.select2-container--krajee .select2-selection .select2-selection__rendered {
  color: #787C84;
  margin: -3px !important;
  display: block;
  white-space: normal !important;
}
.select2.select2-container .select2-selection .select2-selection__rendered .select2-selection__placeholder,
.select2.select2-container--krajee .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #CBD2E0;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-overflow: ellipsis;
  display: block;
}
.select2.select2-container .select2-selection .select2-selection__rendered > li,
.select2.select2-container--krajee .select2-selection .select2-selection__rendered > li {
  margin: 3px;
  padding: 5px 12px;
  background: #E3F0FF;
  border-radius: 2px;
  border: none;
  color: #525F7F;
}
.select2.select2-container .select2-selection .select2-selection__rendered > li span,
.select2.select2-container--krajee .select2-selection .select2-selection__rendered > li span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.select2.select2-container .select2-selection .select2-selection__arrow,
.select2.select2-container--krajee .select2-selection .select2-selection__arrow {
  top: 0;
  height: 100%;
  border: none;
  width: 32px;
  background: url('/images/icons/arrow_down.svg') no-repeat center;
}
.select2.select2-container .select2-selection .select2-selection__arrow b,
.select2.select2-container--krajee .select2-selection .select2-selection__arrow b {
  display: none;
}
.select2.select2-container .select2-selection .select2-selection__clear ~ .select2-selection__arrow,
.select2.select2-container--krajee .select2-selection .select2-selection__clear ~ .select2-selection__arrow {
  display: none;
}
.select2.select2-container .select2-selection .select2-search--inline,
.select2.select2-container--krajee .select2-selection .select2-search--inline {
  display: block;
  margin-top: 6px;
}
.select2.select2-container .select2-selection .select2-search--inline textarea.select2-search__field,
.select2.select2-container--krajee .select2-selection .select2-search--inline textarea.select2-search__field {
  line-height: 18px;
  padding-top: 6px;
  height: 30px;
  color: #171940;
  font-family: 'ProximaNova', serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.select2.select2-container .select2-selection .select2-search--inline textarea.select2-search__field::-moz-placeholder, .select2.select2-container--krajee .select2-selection .select2-search--inline textarea.select2-search__field::-moz-placeholder {
  color: #525F7F;
}
.select2.select2-container .select2-selection .select2-search--inline textarea.select2-search__field::placeholder,
.select2.select2-container--krajee .select2-selection .select2-search--inline textarea.select2-search__field::placeholder {
  color: #525F7F;
}
.select2.select2-container .select2-selection .select2-search--inline textarea.select2-search__field:focus::-moz-placeholder, .select2.select2-container--krajee .select2-selection .select2-search--inline textarea.select2-search__field:focus::-moz-placeholder {
  color: #CBD2E0;
}
.select2.select2-container .select2-selection .select2-search--inline textarea.select2-search__field:focus::placeholder,
.select2.select2-container--krajee .select2-selection .select2-search--inline textarea.select2-search__field:focus::placeholder {
  color: #CBD2E0;
}
.select2.select2-container .select2-selection .select2-selection__choice__remove,
.select2.select2-container--krajee .select2-selection .select2-selection__choice__remove {
  float: left;
  color: #8D9CBA;
  margin: 0 10px 0 0;
  transition: color 0.15s linear;
  opacity: 1;
  background: transparent;
  border: none;
  padding: 0;
}
.select2.select2-container .select2-selection .select2-selection__choice__remove:hover,
.select2.select2-container--krajee .select2-selection .select2-selection__choice__remove:hover {
  color: #FE6B69;
  opacity: 1;
}
.select2.select2-container .select2-selection .select2-selection__clear,
.select2.select2-container--krajee .select2-selection .select2-selection__clear {
  opacity: 1;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background: #CBD2E0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 5px;
  top: 10px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  cursor: pointer;
}
.select2.select2-container .select2-selection .select2-selection__clear::after,
.select2.select2-container--krajee .select2-selection .select2-selection__clear::after {
  content: '';
  visibility: visible;
}
.select2.select2-container .select2-selection .select2-selection__clear:hover,
.select2.select2-container--krajee .select2-selection .select2-selection__clear:hover {
  background: #FE6B69;
  opacity: 1;
}
@media (max-width: 1199px) {
  .select2.select2-container .select2-selection .select2-selection__clear,
  .select2.select2-container--krajee .select2-selection .select2-selection__clear {
    top: 5px;
    bottom: 100%;
    font-size: 12px;
    line-height: 15px;
    right: 5px;
    transform: none;
    margin-bottom: 8px;
  }
}
.select2.select2-container .select2-selection--single .select2-selection__rendered,
.select2.select2-container--krajee .select2-selection--single .select2-selection__rendered {
  line-height: 18px;
  padding-top: 6px;
  height: 30px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  white-space: nowrap !important;
}
.select2.select2-container.select2-container--open .select2-selection,
.select2.select2-container--krajee.select2-container--open .select2-selection {
  border-bottom-color: #40a9ff !important;
}
.select2.select2-container.select2-container--open .select2-selection .select2-selection__arrow,
.select2.select2-container--krajee.select2-container--open .select2-selection .select2-selection__arrow {
  background: url('/images/icons/arrow_down.svg') no-repeat center;
  transform: scale(1, -1);
}
.select2.select2-container.select2-container--open .select2-selection,
.select2.select2-container--krajee.select2-container--open .select2-selection,
.select2.select2-container .select2-selection:focus,
.select2.select2-container--krajee .select2-selection:focus {
  border: 1px solid #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.select2.select2-container .s2-togall-button,
.select2.select2-container--krajee .s2-togall-button {
  display: block;
  background: #FFF;
  border-bottom: 1px solid rgba(203, 210, 224, 0.3);
  padding: 12px 15px;
  line-height: 19px;
  color: #525F7F;
}
.select2.select2-container .s2-togall-button:hover,
.select2.select2-container--krajee .s2-togall-button:hover {
  text-decoration: none;
}
.select2.select2-container .s2-togall-button .s2-select-label,
.select2.select2-container--krajee .s2-togall-button .s2-select-label,
.select2.select2-container .s2-togall-button .s2-unselect-label,
.select2.select2-container--krajee .s2-togall-button .s2-unselect-label {
  font-size: 14px;
}
.select2.select2-container .s2-togall-button .s2-select-label i,
.select2.select2-container--krajee .s2-togall-button .s2-select-label i,
.select2.select2-container .s2-togall-button .s2-unselect-label i,
.select2.select2-container--krajee .s2-togall-button .s2-unselect-label i {
  width: 16px;
  height: 16px;
  border: 1px solid #8D9CBA;
  border-radius: 2px;
  vertical-align: top;
  margin: 0 9px 0 0;
}
.select2.select2-container .s2-togall-button .s2-select-label i::before,
.select2.select2-container--krajee .s2-togall-button .s2-select-label i::before,
.select2.select2-container .s2-togall-button .s2-unselect-label i::before,
.select2.select2-container--krajee .s2-togall-button .s2-unselect-label i::before {
  content: none;
}
select.no-border + .select2-container .select2-selection {
  border: 1px solid transparent;
}
select.no-border + .select2-container .select2-selection:hover {
  border-color: #40a9ff;
}
select.no-border + .select2-container.select2-container--open .select2-selection,
select.no-border + .select2-container .select2-selection:focus {
  border: 1px solid #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
select.little-height + .select2-container .select2-selection {
  height: 30px;
  min-height: unset;
  padding: 7px 30px 8px 15px;
}
select.little-height + .select2-container .select2-selection__clear {
  top: 5px !important;
}
.select2-dropdown.no-search .select2-search {
  display: none;
}
.select2-container--krajee .select2-dropdown {
  margin: 0;
  border: 0;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 7px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  z-index: 1029;
}
.select2-container--krajee .select2-dropdown.select2-dropdown--below {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 0;
}
.select2-container--krajee .select2-dropdown.select2-dropdown--above {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.select2-container--krajee .select2-dropdown li.select2-results__option {
  background: #FFF;
  color: #333;
  padding: 8px 15px;
  line-height: 19px;
  transition: 0.2s;
}
.select2-container--krajee .select2-dropdown li.select2-results__option--highlighted {
  background-color: #E3F0FF !important;
}
.select2-container--krajee .select2-dropdown li.select2-results__option--selected {
  background-color: #3761EA !important;
  color: #fff !important;
}
.select2-container--krajee .select2-dropdown li.select2-results__option--selected .svg.edit {
  background-color: #F5F6FA !important;
}
.select2-container--krajee .select2-dropdown li.select2-results__option--disabled {
  display: none;
}
.select2-container--krajee .select2-search--dropdown {
  padding: 0;
  border-bottom: 1px solid #FFFFFF;
  background: #FFF;
}
.select2-container--krajee .select2-search--dropdown .select2-search__field {
  height: 34px;
  border-radius: 0;
  border: none;
  background: #FFF url('/images/icons/search.svg') no-repeat 15px center;
  padding-left: 42px;
}
.select2-results__options {
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
}
.select2-results__options::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.select2-results__options::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.select2-results__options::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
.has-success .select2-container .select2-selection,
.has-success .select2-container.select2-container--focus .select2-selection {
  border: 1px solid #CBD2E0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
.has-success .select2-container .select2-selection:hover,
.has-success .select2-container.select2-container--focus .select2-selection:hover {
  border-color: #40a9ff;
}
.has-success .select2-container.select2-container--open .select2-selection,
.has-success .select2-container .select2-selection:focus {
  border: 1px solid #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.has-error .select2-container .select2-selection {
  border-color: #D78080;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
.has-error .select2-container.select2-container--open .select2-selection,
.has-error .select2-container .select2-selection:focus {
  border-color: #D78080;
  border-bottom-color: #D78080 !important;
  box-shadow: 0 0 8px rgba(215, 128, 128, 0.6);
}
.dropdown-side .dropdown-title {
  background-color: #FFF;
  height: 54px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s linear;
  cursor: pointer;
}
.dropdown-side .dropdown-title label {
  cursor: pointer;
}
@media (max-width: 1200px) {
  .dropdown-side .dropdown-title label {
    font-size: 14px;
  }
}
.dropdown-side .dropdown-title .arrow {
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.dropdown-side .dropdown-body {
  display: none;
}
.dropdown-side .dropdown-body .form-group:last-child {
  margin-bottom: 0;
}
.dropdown-side.open .dropdown-title {
  background-color: #E3F0FF;
}
.dropdown-side.open .dropdown-title .arrow {
  transform: scale(1, -1);
}
.dropdown-side.open .dropdown-body {
  display: block;
}
[hidden],
.hidden-type {
  display: none !important;
}
.primary-scrollbar {
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
}
.primary-scrollbar::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.primary-scrollbar::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.primary-scrollbar::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
.btn-wrap,
.btn-filter {
  display: flex;
  position: relative;
  z-index: 1;
  height: 100%;
  min-height: 40px;
  align-items: center;
}
@media (max-width: 460px) {
  .btn-wrap:not(.btn-filter),
  .btn-filter:not(.btn-filter) {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (min-width: 992px) {
  .btn-wrap.tablet,
  .btn-filter.tablet {
    display: none;
  }
}
@media (min-width: 1200px) {
  .btn-wrap.little-desktop,
  .btn-filter.little-desktop {
    display: none;
  }
}
.btn-wrap button,
.btn-filter button {
  border: 0;
  font-size: 16px;
  line-height: 19px;
  outline: 0;
  border-radius: 0px;
  padding: 0;
  min-width: 50px;
  background: transparent;
}
.btn-wrap .hide-sites,
.btn-filter .hide-sites {
  color: #FFFFFF;
  padding: 10px 15px;
  min-width: 130px;
  background: #171940;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
}
.btn-wrap .hide-sites:not(.no-margin),
.btn-filter .hide-sites:not(.no-margin) {
  margin-right: 30px;
}
@media (max-width: 460px) {
  .btn-wrap .hide-sites,
  .btn-filter .hide-sites {
    order: 1;
    margin-top: 30px;
  }
}
.btn-wrap .hide-sites.active:after,
.btn-filter .hide-sites.active:after {
  transform: rotate(-135deg);
}
.btn-wrap .hide-sites:after,
.btn-filter .hide-sites:after {
  content: '';
  width: 8px;
  height: 8px;
  border: solid #8D9CBA;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  transition: 0.3s;
  display: inline-block;
  margin-left: 15px;
}
.btn-wrap .btn-item,
.btn-filter .btn-item {
  color: #6D7F90;
  margin-right: 20px;
  font-size: 16px;
  transition: 0.2s;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
  text-align: center;
  min-height: 40px;
}
.btn-wrap .btn-item.big-margin,
.btn-filter .btn-item.big-margin {
  margin-right: 30px;
}
@media (max-width: 1199px) {
  .btn-wrap .btn-item,
  .btn-filter .btn-item {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .btn-wrap .btn-item.big-margin,
  .btn-filter .btn-item.big-margin {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .btn-wrap .btn-item,
  .btn-filter .btn-item {
    margin-right: 10px;
    font-size: 13px;
  }
  .btn-wrap .btn-item,
  .btn-filter .btn-item,
  .btn-wrap .btn-item.big-margin,
  .btn-filter .btn-item.big-margin {
    margin-right: 10px;
  }
}
.btn-wrap .btn-item:before,
.btn-filter .btn-item:before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0%;
  right: 100%;
  margin: auto;
  height: 2px;
  background: #518EF7;
  transition: all 0.3s ease-out;
  z-index: 100;
}
.btn-wrap .btn-item.active:before,
.btn-filter .btn-item.active:before {
  left: 0;
  right: 0;
}
.btn-wrap .btn-item:last-child,
.btn-filter .btn-item:last-child {
  margin: 0;
}
.btn-wrap .btn-item:hover,
.btn-filter .btn-item:hover,
.btn-wrap .btn-item.active,
.btn-filter .btn-item.active {
  color: #171940;
}
.btn-wrap .btn-item.active,
.btn-filter .btn-item.active {
  font-weight: 600;
}
.custom-hint-block {
  font-size: 12px;
  line-height: 15px;
  color: #525F7F;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 10;
  box-shadow: 0 0 19px 2px rgba(0, 0, 0, 0.1);
  max-width: 255px;
  transition: 0.2s;
  visibility: hidden;
  opacity: 0;
}
.custom-hint-block.right {
  bottom: calc(100% + 12px);
  right: -10px;
}
.custom-hint-block.right:after {
  margin-right: 10px;
}
.custom-hint-block.less-margin:after {
  margin-right: 43px;
}
@media (min-width: 580px) and (max-width: 1600px) {
  .custom-hint-block.change-margin:after {
    margin-right: 50px;
  }
}
@media (max-width: 460px) {
  .custom-hint-block.change-margin-mob:after {
    margin-right: 50px;
  }
}
.custom-hint-block:after {
  top: 100%;
  right: 0;
  border: 8px solid rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-right: 70px;
}
.custom-hint-block.show {
  visibility: visible;
  opacity: 1;
}
.comeback-arrow {
  color: #525F7F;
  display: inline-block;
  transform: rotate(90deg);
  vertical-align: middle;
  padding: 10px;
  margin-left: -10px;
  margin-top: -3px;
}
.comeback-arrow svg {
  width: 14px;
  height: 8px;
  display: block;
}
.comeback-arrow svg * {
  transition: 0.2s linear;
}
.comeback-arrow svg path:not(.stroke):not(.no-fill),
.comeback-arrow svg .fill {
  fill: #525F7F;
}
.comeback-arrow svg .stroke {
  stroke: #525F7F;
}
.comeback-arrow:hover,
.comeback-arrow:active {
  color: #171940;
}
.comeback-arrow:hover svg path:not(.stroke):not(.no-fill),
.comeback-arrow:active svg path:not(.stroke):not(.no-fill),
.comeback-arrow:hover svg .fill,
.comeback-arrow:active svg .fill {
  fill: #171940;
}
.comeback-arrow:hover svg .stroke,
.comeback-arrow:active svg .stroke {
  stroke: #171940;
}
.tooltip-block {
  display: inline-block;
  margin-left: 5px;
  width: 16px;
  height: 16px;
  background: #C6CEDD;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  transition: 0.2s;
}
.tooltip-block:before {
  content: '?';
  font-size: 12px;
  color: white;
}
.tooltip-block:hover {
  background: #518EF7;
}
.loader-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/images/load.gif') no-repeat center;
  z-index: 2000;
}
.loader-circle.absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-circle > * {
  animation: loader 2s infinite linear;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.row-vertical {
  margin: -15px !important;
}
.row-vertical.three-col-max > div {
  width: 33.333%;
}
@media (max-width: 991px) {
  .row-vertical.three-col-max > div {
    width: 50%;
  }
}
@media (max-width: 460px) {
  .row-vertical.three-col-max > div {
    width: 100%;
  }
}
.row-vertical > div {
  padding: 15px;
}
.row-vertical.row-little {
  margin: -10px !important;
}
.row-vertical.row-little > div {
  padding: 10px;
}
.progress {
  border-radius: 3px;
  overflow: visible;
  margin: 17px 0 0;
  height: 3px;
}
.progress .progress-bar {
  background-color: #70AEEF;
  position: relative;
}
.progress .progress-bar span {
  position: absolute;
  top: -17px;
  color: #171940;
  font-size: 12px;
  line-height: 15px;
}
.progress .progress-bar span.left {
  left: 0;
}
.progress .progress-bar span.right {
  right: 0;
}
.progress .progress-bar:first-child {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.progress .progress-bar:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.progress .progress-bar.progress-bar-info {
  background: #518EF7;
}
.progress .progress-bar.progress-bar-danger {
  background: #FE6B69;
}
.progress.width-state {
  width: 115px;
}
.delete-absolute-circle {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border-radius: 50%;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: 0.2s;
}
.delete-absolute-circle svg {
  width: 8px;
}
.delete-absolute-circle svg path {
  fill: #525F7F;
  transition: 0.2s;
}
.delete-absolute-circle .svg.close-block {
  width: 8px;
  background-color: #525F7F;
}
@media (max-width: 767px) {
  .delete-absolute-circle {
    width: 26px;
    height: 26px;
  }
}
.delete-absolute-circle:hover {
  background: #525F7F;
}
.delete-absolute-circle:hover svg path {
  fill: #ffffff;
}
.delete-absolute-circle:hover .svg {
  background-color: #fff;
}
.show-message-circle {
  position: absolute;
  z-index: 1;
  top: -8px;
  background: #F62B37;
  line-height: 0.9;
  min-width: 20px;
  border-radius: 10px;
  left: 100%;
  margin-left: 1px;
  font-size: 12px;
  color: #FFF;
  font-weight: normal;
  height: 20px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.show-message-circle > .currency-icon:not(:first-child) {
  margin-left: 3px !important;
}
.show-message-circle.for-site {
  background: #F53838;
  min-width: 18px;
  height: 18px;
  margin-left: 0;
  left: auto;
  right: -8px;
  top: -8px;
}
.show-message-circle.blue {
  background: #518EF7;
}
.show-message-circle.white-border {
  border: 2px solid #FFF;
}
.show-message-circle.gray-border {
  border: 2px solid #F5F6FA;
}
.show-message-circle.center {
  margin-left: 0;
  left: 50%;
  transform: translateX(-50%);
  top: -13px;
}
.show-message-circle.less-right {
  margin-left: 0;
  left: auto;
  right: 0;
  top: 5px;
}
.show-message-circle.right {
  margin-left: 0;
  left: auto;
  right: -13px;
  top: -8px;
}
.show-message-circle.less-top-right {
  z-index: 1;
  margin-left: 0;
  left: auto;
  right: -3px;
  top: -13px;
}
.show-message-circle.messages {
  left: auto;
  right: 5px;
  top: 10px;
}
.show-message-circle.less-font {
  font-size: 10px;
}
@media (max-width: 1200px) {
  .show-message-circle.messages,
  .show-message-circle.less-right {
    right: 10px;
    top: 13px;
  }
}
.show-message-circle.dark-relative {
  display: inline-flex;
  background-color: #F62B37;
  position: relative;
  border-radius: 40px;
  height: 20px;
  line-height: 1.25;
  padding: 3px 5px;
}
.show-message-circle.zero {
  display: none;
}
.admin-navbar .show-message-circle.dark-relative,
.line-trigger .show-message-circle.dark-relative {
  left: auto;
  top: auto;
  margin-left: 5px;
}
@media (min-width: 1200px) {
  #support-button .show-message-circle {
    top: -13px;
    margin-left: -3px;
  }
}
.no-input input {
  display: none;
}
@media (max-width: 1439px) {
  .background-none-middle-desktop {
    background: none !important;
  }
}
.visibility-collapse {
  visibility: collapse;
  opacity: 0;
}
/* FEW BLOCKS MARGIN*/
.form-group-no-margin .form-group {
  margin: 0 !important;
}
.width-six {
  width: 16.666%;
}
.few-blocks {
  margin-left: -15px;
  margin-right: -15px;
}
.few-blocks > * {
  margin-left: 15px;
  margin-right: 15px;
}
.few-blocks.with-wrap {
  margin-top: -15px;
  margin-bottom: -15px;
}
.few-blocks.with-wrap > * {
  margin-top: 15px;
  margin-bottom: 15px;
}
.few-blocks .btn-few {
  max-width: 155px;
}
.few-blocks > .few-blocks {
  margin: 0;
}
.few-blocks > .width-six {
  width: 15%;
  flex-grow: 1;
}
.few-blocks > .width-fifth {
  width: 18%;
  flex-grow: 1;
}
.few-blocks > .width-quarter {
  width: 22%;
  flex-grow: 1;
}
.few-blocks > .width-third {
  width: 30%;
  flex-grow: 1;
}
.few-blocks > .half-width {
  width: 35%;
  flex-grow: 1;
}
.few-blocks > .width-two-third {
  width: 60%;
  flex-grow: 1;
}
.few-blocks > .width-three-quater {
  width: 70%;
  flex-grow: 1;
}
@media (max-width: 1849px) {
  .few-blocks > .width-third-whole-desktop {
    width: 30%;
    flex-grow: 1;
  }
}
@media (max-width: 1439px) {
  .few-blocks > .width-whole-desktop {
    width: 100%;
  }
}
@media (max-width: 1439px) {
  .few-blocks > .width-quarter-desktop {
    width: 22%;
    flex-grow: 1;
  }
}
@media (max-width: 1199px) {
  .few-blocks > .width-whole-little-desktop {
    width: 100%;
  }
}
@media (max-width: 1439px) {
  .few-blocks > .width-half-desktop {
    width: 35%;
    flex-grow: 1;
  }
}
@media (max-width: 1199px) {
  .few-blocks > .width-whole-little-desktop {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .few-blocks > .width-half-little-desktop {
    width: 35%;
    flex-grow: 1;
  }
}
@media (max-width: 991px) {
  .few-blocks > .width-whole-little-desctop {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .few-blocks > .width-whole-mobile {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .few-blocks > .width-third-mobile {
    flex-grow: 1;
    width: 30%;
  }
}
@media (max-width: 460px) {
  .few-blocks > .width-whole-little-mobile {
    width: 100%;
  }
}
.few-blocks-padding {
  margin-left: -15px;
  margin-right: -15px;
}
.few-blocks-padding > * {
  padding-left: 15px;
  padding-right: 15px;
}
.few-blocks-padding.with-wrap {
  margin-top: -15px;
  margin-bottom: -15px;
}
.few-blocks-padding.with-wrap > * {
  padding-top: 15px;
  padding-bottom: 15px;
}
.few-blocks-padding .btn-few {
  max-width: 155px;
}
.few-blocks-padding > * {
  padding-left: 15px;
  padding-right: 15px;
}
.few-blocks-padding.with-wrap {
  margin-top: -15px;
  margin-bottom: -15px;
}
.few-blocks-padding.with-wrap > * {
  padding-top: 15px;
  padding-bottom: 15px;
}
.few-blocks-padding .btn-few {
  max-width: 155px;
}
.few-blocks-padding.little-padding {
  margin-left: -10px;
  margin-right: -10px;
}
.few-blocks-padding.little-padding > * {
  padding-left: 10px;
  padding-right: 10px;
}
.few-blocks-padding.little-padding.with-wrap {
  margin-top: -10px;
  margin-bottom: -10px;
}
.few-blocks-padding.little-padding.with-wrap > * {
  padding-top: 10px;
  padding-bottom: 10px;
}
.few-blocks-padding.little-padding .btn-few {
  max-width: 145px;
}
.few-blocks-padding.half-padding {
  margin-left: -7px;
  margin-right: -7px;
}
.few-blocks-padding.half-padding > * {
  padding-left: 7px;
  padding-right: 7px;
}
.few-blocks-padding.half-padding.with-wrap {
  margin-top: -7px;
  margin-bottom: -7px;
}
.few-blocks-padding.half-padding.with-wrap > * {
  padding-top: 7px;
  padding-bottom: 7px;
}
.few-blocks-padding.half-padding .btn-few {
  max-width: 139px;
}
.few-blocks-padding.half-padding.padding-no-margin {
  margin: 0;
  padding: 7px;
}
.few-blocks-padding.half-little-padding {
  margin-left: -5px;
  margin-right: -5px;
}
.few-blocks-padding.half-little-padding > * {
  padding-left: 5px;
  padding-right: 5px;
}
.few-blocks-padding.half-little-padding.with-wrap {
  margin-top: -5px;
  margin-bottom: -5px;
}
.few-blocks-padding.half-little-padding.with-wrap > * {
  padding-top: 5px;
  padding-bottom: 5px;
}
.few-blocks-padding.half-little-padding .btn-few {
  max-width: 135px;
}
.few-blocks-padding.maxwidth-unset .btn-few {
  max-width: unset;
  width: 100%;
}
.few-blocks.more-little-margin {
  margin-left: -12px;
  margin-right: -12px;
}
.few-blocks.more-little-margin > * {
  margin-left: 12px;
  margin-right: 12px;
}
.few-blocks.more-little-margin.with-wrap {
  margin-top: -12px;
  margin-bottom: -12px;
}
.few-blocks.more-little-margin.with-wrap > * {
  margin-top: 12px;
  margin-bottom: 12px;
}
.few-blocks.more-little-margin .btn-few {
  max-width: 145px;
}
.few-blocks.little-margin {
  margin-left: -10px;
  margin-right: -10px;
}
.few-blocks.little-margin > * {
  margin-left: 10px;
  margin-right: 10px;
}
.few-blocks.little-margin.with-wrap {
  margin-top: -10px;
  margin-bottom: -10px;
}
.few-blocks.little-margin.with-wrap > * {
  margin-top: 10px;
  margin-bottom: 10px;
}
.few-blocks.little-margin .btn-few {
  max-width: 145px;
}
.few-blocks.half-margin {
  margin-left: -7px;
  margin-right: -7px;
}
.few-blocks.half-margin > * {
  margin-left: 7px;
  margin-right: 7px;
}
.few-blocks.half-margin.with-wrap {
  margin-top: -7px;
  margin-bottom: -7px;
}
.few-blocks.half-margin.with-wrap > * {
  margin-top: 7px;
  margin-bottom: 7px;
}
.few-blocks.half-margin .btn-few {
  max-width: 139px;
}
.few-blocks.half-margin.padding-no-margin {
  margin: 0;
  padding: 7px;
}
.few-blocks.half-little-margin {
  margin-left: -5px;
  margin-right: -5px;
}
.few-blocks.half-little-margin > * {
  margin-left: 5px;
  margin-right: 5px;
}
.few-blocks.half-little-margin.with-wrap {
  margin-top: -5px;
  margin-bottom: -5px;
}
.few-blocks.half-little-margin.with-wrap > * {
  margin-top: 5px;
  margin-bottom: 5px;
}
.few-blocks.half-little-margin .btn-few {
  max-width: 135px;
}
.few-blocks.half-less-margin {
  margin-left: -2px;
  margin-right: -2px;
}
.few-blocks.half-less-margin > * {
  margin-left: 2px;
  margin-right: 2px;
}
.few-blocks.half-less-margin.with-wrap {
  margin-top: -2px;
  margin-bottom: -2px;
}
.few-blocks.half-less-margin.with-wrap > * {
  margin-top: 2px;
  margin-bottom: 2px;
}
.few-blocks.half-less-margin .btn-few {
  max-width: 129px;
}
.few-blocks.double-margin {
  margin-left: -30px;
  margin-right: -30px;
}
.few-blocks.double-margin > * {
  margin-left: 30px;
  margin-right: 30px;
}
.few-blocks.double-margin.with-wrap {
  margin-top: -30px;
  margin-bottom: -30px;
}
.few-blocks.double-margin.with-wrap > * {
  margin-top: 30px;
  margin-bottom: 30px;
}
.few-blocks.double-margin .btn-few {
  max-width: 185px;
}
.few-blocks.double-little-margin {
  margin-left: -25px;
  margin-right: -25px;
}
.few-blocks.double-little-margin > * {
  margin-left: 25px;
  margin-right: 25px;
}
.few-blocks.double-little-margin.with-wrap {
  margin-top: -25px;
  margin-bottom: -25px;
}
.few-blocks.double-little-margin.with-wrap > * {
  margin-top: 25px;
  margin-bottom: 25px;
}
.few-blocks.double-little-margin .btn-few {
  max-width: 155px;
}
.few-blocks.maxwidth-unset .btn-few {
  max-width: unset;
  width: 100%;
}
.few-blocks.no-grow > * {
  flex-grow: 0;
}
@media (min-width: 1700px) {
  .few-blocks.double-little-margin-no-largest-desktop {
    margin-left: -25px;
    margin-right: -25px;
  }
  .few-blocks.double-little-margin-no-largest-desktop > * {
    margin-left: 25px;
    margin-right: 25px;
  }
  .few-blocks.double-little-margin-no-largest-desktop.with-wrap {
    margin-top: -25px;
    margin-bottom: -25px;
  }
  .few-blocks.double-little-margin-no-largest-desktop.with-wrap > * {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .few-blocks.double-little-margin-no-largest-desktop .btn-few {
    max-width: 155px;
  }
}
@media (max-width: 1699px) {
  .few-blocks.little-margin-largest-desktop {
    margin-left: -10px;
    margin-right: -10px;
  }
  .few-blocks.little-margin-largest-desktop > * {
    margin-left: 10px;
    margin-right: 10px;
  }
  .few-blocks.little-margin-largest-desktop.with-wrap {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .few-blocks.little-margin-largest-desktop.with-wrap > * {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .few-blocks.little-margin-largest-desktop .btn-few {
    max-width: 145px;
  }
  .few-blocks.half-margin-largest-desktop {
    margin-left: -7px;
    margin-right: -7px;
  }
  .few-blocks.half-margin-largest-desktop > * {
    margin-left: 7px;
    margin-right: 7px;
  }
  .few-blocks.half-margin-largest-desktop.with-wrap {
    margin-top: -7px;
    margin-bottom: -7px;
  }
  .few-blocks.half-margin-largest-desktop.with-wrap > * {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .few-blocks.half-margin-largest-desktop .btn-few {
    max-width: 139px;
  }
  .few-blocks.half-margin-largest-desktop.padding-no-margin {
    margin: 0;
    padding: 7px;
  }
}
@media (max-width: 1699px) and (min-width: 1200px) {
  .few-blocks.half-margin-larger-desktop {
    margin-left: -7px;
    margin-right: -7px;
  }
  .few-blocks.half-margin-larger-desktop > * {
    margin-left: 7px;
    margin-right: 7px;
  }
  .few-blocks.half-margin-larger-desktop.with-wrap {
    margin-top: -7px;
    margin-bottom: -7px;
  }
  .few-blocks.half-margin-larger-desktop.with-wrap > * {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .few-blocks.half-margin-larger-desktop .btn-few {
    max-width: 139px;
  }
  .few-blocks.half-margin-larger-desktop.padding-no-margin {
    margin: 0;
    padding: 7px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .few-blocks.half-little-margin-only-ld {
    margin-left: -5px;
    margin-right: -5px;
  }
  .few-blocks.half-little-margin-only-ld > * {
    margin-left: 5px;
    margin-right: 5px;
  }
  .few-blocks.half-little-margin-only-ld.with-wrap {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .few-blocks.half-little-margin-only-ld.with-wrap > * {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .few-blocks.half-little-margin-only-ld .btn-few {
    max-width: 135px;
  }
  .few-blocks.little-margin-only-ld {
    margin-left: -10px;
    margin-right: -10px;
  }
  .few-blocks.little-margin-only-ld > * {
    margin-left: 10px;
    margin-right: 10px;
  }
  .few-blocks.little-margin-only-ld.with-wrap {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .few-blocks.little-margin-only-ld.with-wrap > * {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .few-blocks.little-margin-only-ld .btn-few {
    max-width: 145px;
  }
}
@media (max-width: 1199px) {
  .few-blocks.change-margin {
    margin-left: -10px;
    margin-right: -10px;
  }
  .few-blocks.change-margin > * {
    margin-left: 10px;
    margin-right: 10px;
  }
  .few-blocks.change-margin.with-wrap {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .few-blocks.change-margin.with-wrap > * {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .few-blocks.change-margin .btn-few {
    max-width: 145px;
  }
  .few-blocks.margin-half-little-desktop {
    margin-left: -7px;
    margin-right: -7px;
  }
  .few-blocks.margin-half-little-desktop > * {
    margin-left: 7px;
    margin-right: 7px;
  }
  .few-blocks.margin-half-little-desktop.with-wrap {
    margin-top: -7px;
    margin-bottom: -7px;
  }
  .few-blocks.margin-half-little-desktop.with-wrap > * {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .few-blocks.margin-half-little-desktop .btn-few {
    max-width: 139px;
  }
  .few-blocks.margin-half-little-desktop.padding-no-margin {
    margin: 0;
    padding: 7px;
  }
  .few-blocks.few-blocks-no-margin-little-desktop,
  .few-blocks.few-blocks-no-margin-little-desktop > *,
  .few-blocks.few-blocks-no-margin-little-desktop.with-wrap,
  .few-blocks.few-blocks-no-margin-little-desktop.with-wrap > * {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .few-blocks.margin-half-little-tablet {
    margin-left: -5px;
    margin-right: -5px;
  }
  .few-blocks.margin-half-little-tablet > * {
    margin-left: 5px;
    margin-right: 5px;
  }
  .few-blocks.margin-half-little-tablet.with-wrap {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .few-blocks.margin-half-little-tablet.with-wrap > * {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .few-blocks.margin-half-little-tablet .btn-few {
    max-width: 135px;
  }
  .few-blocks.margin-little-tablet {
    margin-left: -10px;
    margin-right: -10px;
  }
  .few-blocks.margin-little-tablet > * {
    margin-left: 10px;
    margin-right: 10px;
  }
  .few-blocks.margin-little-tablet.with-wrap {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .few-blocks.margin-little-tablet.with-wrap > * {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .few-blocks.margin-little-tablet .btn-few {
    max-width: 145px;
  }
  .few-blocks.margin-half-tablet {
    margin-left: -7px;
    margin-right: -7px;
  }
  .few-blocks.margin-half-tablet > * {
    margin-left: 7px;
    margin-right: 7px;
  }
  .few-blocks.margin-half-tablet.with-wrap {
    margin-top: -7px;
    margin-bottom: -7px;
  }
  .few-blocks.margin-half-tablet.with-wrap > * {
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .few-blocks.margin-half-tablet .btn-few {
    max-width: 139px;
  }
  .few-blocks.margin-half-tablet.padding-no-margin {
    margin: 0;
    padding: 7px;
  }
}
@media (max-width: 767px) {
  .few-blocks.change-margin {
    margin-left: -5px;
    margin-right: -5px;
  }
  .few-blocks.change-margin > * {
    margin-left: 5px;
    margin-right: 5px;
  }
  .few-blocks.change-margin.with-wrap {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .few-blocks.change-margin.with-wrap > * {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .few-blocks.change-margin .btn-few {
    max-width: 135px;
  }
  .few-blocks.margin-mobile {
    margin-left: -15px;
    margin-right: -15px;
  }
  .few-blocks.margin-mobile > * {
    margin-left: 15px;
    margin-right: 15px;
  }
  .few-blocks.margin-mobile.with-wrap {
    margin-top: -15px;
    margin-bottom: -15px;
  }
  .few-blocks.margin-mobile.with-wrap > * {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .few-blocks.margin-mobile .btn-few {
    max-width: 155px;
  }
  .few-blocks.margin-little-mobile {
    margin-left: -10px;
    margin-right: -10px;
  }
  .few-blocks.margin-little-mobile > * {
    margin-left: 10px;
    margin-right: 10px;
  }
  .few-blocks.margin-little-mobile.with-wrap {
    margin-top: -10px;
    margin-bottom: -10px;
  }
  .few-blocks.margin-little-mobile.with-wrap > * {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .few-blocks.margin-little-mobile .btn-few {
    max-width: 145px;
  }
}
/* END FEW BLOCKS MARGIN */
/* FEW BLOCKS PADDING */
.few-blocks-padding {
  margin-left: -15px;
  margin-right: -15px;
}
.few-blocks-padding > * {
  padding-left: 15px;
  padding-right: 15px;
}
.few-blocks-padding.with-wrap {
  margin-top: -15px;
  margin-bottom: -15px;
}
.few-blocks-padding.with-wrap > * {
  padding-top: 15px;
  padding-bottom: 15px;
}
.few-blocks-padding .btn-few {
  max-width: 155px;
}
.few-blocks-padding.little-padding {
  margin-left: -10px;
  margin-right: -10px;
}
.few-blocks-padding.little-padding > * {
  padding-left: 10px;
  padding-right: 10px;
}
.few-blocks-padding.little-padding.with-wrap {
  margin-top: -10px;
  margin-bottom: -10px;
}
.few-blocks-padding.little-padding.with-wrap > * {
  padding-top: 10px;
  padding-bottom: 10px;
}
.few-blocks-padding.little-padding .btn-few {
  max-width: 145px;
}
.few-blocks-padding.half-padding {
  margin-left: -7px;
  margin-right: -7px;
}
.few-blocks-padding.half-padding > * {
  padding-left: 7px;
  padding-right: 7px;
}
.few-blocks-padding.half-padding.with-wrap {
  margin-top: -7px;
  margin-bottom: -7px;
}
.few-blocks-padding.half-padding.with-wrap > * {
  padding-top: 7px;
  padding-bottom: 7px;
}
.few-blocks-padding.half-padding .btn-few {
  max-width: 139px;
}
.few-blocks-padding.half-padding.padding-no-margin {
  margin: 0;
  padding: 7px;
}
.few-blocks-padding.half-little-padding {
  margin-left: -5px;
  margin-right: -5px;
}
.few-blocks-padding.half-little-padding > * {
  padding-left: 5px;
  padding-right: 5px;
}
.few-blocks-padding.half-little-padding.with-wrap {
  margin-top: -5px;
  margin-bottom: -5px;
}
.few-blocks-padding.half-little-padding.with-wrap > * {
  padding-top: 5px;
  padding-bottom: 5px;
}
.few-blocks-padding.half-little-padding .btn-few {
  max-width: 135px;
}
.few-blocks-padding.maxwidth-unset .btn-few {
  max-width: unset;
  width: 100%;
}
/* END FEW BLOCKS PADDING */
.status-blk {
  font-size: 14px;
  line-height: 17px;
  height: 17px;
  position: relative;
  padding-left: 10px;
  color: #171940;
}
.status-blk::before {
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  background: #171940;
}
.status-blk.right-side {
  padding-left: 0;
  padding-right: 10px;
}
.status-blk.right-side:before {
  left: auto;
  right: 0;
}
.status-blk.big-dot::before {
  width: 10px;
  height: 10px;
  left: -5px;
}
.status-blk.not_confirmed::before {
  background: #BB6BD9;
}
.status-blk.published::before {
  background: #56CCF2;
}
.status-blk.moderate::before,
.status-blk.create::before,
.status-blk.new::before,
.status-blk.notification-type-simple::before,
.status-blk.notification-type-news::before,
.status-blk.started::before,
.status-blk.showed::before {
  background: #518EF7;
}
.status-blk.active::before,
.status-blk.in_progress::before,
.status-blk.confirmed::before,
.status-blk.finished::before,
.status-blk.money-on::before,
.status-blk.success::before,
.status-blk.post-list.published::before {
  background: #27AE60;
}
.status-blk.error::before,
.status-blk.denial::before,
.status-blk.notification-type-system::before,
.status-blk.notification-type-important::before,
.status-blk.money-off::before,
.status-blk.broken::before,
.status-blk.danger::before,
.status-blk.admin-messages.new::before {
  background: #FE6B69;
}
.status-blk.paused::before,
.status-blk.pause::before,
.status-blk.primary::before,
.status-blk.default::before {
  background: #8D9CBA;
}
.status-blk.notification-type-support::before {
  background-color: #FFC34E;
}
.status-blk.money-off {
  color: #FE6B69;
}
.status-blk.money-on {
  color: #27AE60;
}
.status-blk.unfinished::before,
.status-blk.in_progress.ticket::before,
.status-blk.in_progress.product::before,
.status-blk.post-list.moderate::before {
  background: #F6881F;
}
.status-blk.fail::before {
  background: #F62B37;
}
.status-blk.empty_success::before,
.status-blk.info::before {
  background: #8D9CBA;
}
.parser-table-wrap .status-blk.in_progress::before {
  background: #F2994A;
}
.parser-table-wrap .status-blk.new::before {
  background: #3761EA;
}
.status-blk-right-top {
  padding-right: 7px;
}
.status-blk-right-top::after {
  left: auto;
  right: 0;
  top: calc(50% - 10px);
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  background: #171940;
}
.status-blk-right-top.notification-type-simple::after,
.status-blk-right-top.notification-type-news::after {
  background: #518EF7;
}
.status-blk-right-top.notification-type-system::after,
.status-blk-right-top.notification-type-important::after {
  background: #FE6B69;
}
.status-blk-right-top.notification-type-support::after {
  background-color: #FFC34E;
}
.block-padding-bottom {
  padding-bottom: 30px;
}
.block-padding-bottom20 {
  padding-bottom: 20px;
}
.block-padding-bottom15 {
  padding-bottom: 15px;
}
.block-padding-bottom10 {
  padding-bottom: 10px !important;
}
.block-padding-bottom5 {
  padding-bottom: 5px;
}
.block-double-margin-left {
  margin-left: 60px !important;
}
.block-margin-left {
  margin-left: 30px !important;
}
.block-margin-left-auto {
  margin-left: auto;
}
.block-margin-left-inline {
  margin-left: 3px !important;
}
.block-little-margin-left {
  margin-left: 20px !important;
}
.block-half-margin-left {
  margin-left: 15px !important;
}
.block-half-little-margin-left {
  margin-left: 10px !important;
}
.block-half-less-margin-left {
  margin-left: 5px !important;
}
.block-double-margin-right {
  margin-right: 60px !important;
}
.block-margin-right {
  margin-right: 30px !important;
}
.block-little-margin-right {
  margin-right: 20px !important;
}
.block-half-margin-right {
  margin-right: 15px !important;
}
.block-half-little-margin-right {
  margin-right: 10px !important;
}
.block-half-less-margin-right {
  margin-right: 5px !important;
}
.block-margin-right-auto {
  margin-right: auto;
}
@media (max-width: 1199px) {
  .block-half-margin-left-little-desktop {
    margin-left: 15px !important;
  }
}
@media (max-width: 991px) {
  .block-half-margin-right.change-margin {
    margin-right: 10px !important;
  }
  .block-little-margin-right-tablet {
    margin-right: 20px !important;
  }
}
.block-half-less-margin-top {
  margin-top: 5px !important;
}
.block-margin-left5 {
  margin-left: 5px !important;
}
.block-margin-right5 {
  margin-right: 5px !important;
}
.block-margin-bottom5 {
  margin-bottom: 5px !important;
}
.block-margin-bottom20 {
  margin-bottom: 20px !important;
}
.block-half-little-margin-top {
  margin-top: 10px !important;
}
.block-half-margin-top {
  margin-top: 15px !important;
}
.block-little-margin-top {
  margin-top: 20px !important;
}
.block-margin-top25 {
  margin-top: 25px !important;
}
.block-margin-top {
  margin-top: 30px !important;
}
.block-margin-top24 {
  margin-top: 24px;
}
.margin-not-last > *:not(:last-child) {
  margin-right: 20px;
}
.half-margin-not-last > *:not(:last-child) {
  margin-right: 15px !important;
}
.little-margin-not-last > *:not(:last-child) {
  margin-right: 10px;
}
.padding-bottom-not-last > *:not(:last-child) {
  padding-bottom: 30px;
}
.block-padding-top {
  padding-top: 30px;
}
.block-padding-top25 {
  padding-top: 25px;
}
.block-half-padding-top {
  padding-top: 15px !important;
}
.block-half-little-padding-top {
  padding-top: 10px;
}
.block-half-padding-right {
  padding-right: 15px;
}
@media (max-width: 991px) {
  .block-half-padding-right.no-tablet-padding {
    padding: 0;
  }
}
.block-padding-right5 {
  padding-right: 5px;
}
.block-half-little-padding-right {
  padding-right: 10px;
}
.block-padding-left-opti {
  padding-left: 30px;
}
.block-padding-right {
  padding-right: 30px !important;
}
.block-padding-left {
  padding-left: 55px;
}
.block-padding-top20 {
  padding-top: 20px !important;
}
.block-padding-top5 {
  padding-top: 5px;
}
.block-padding-bottom10 {
  padding-bottom: 10px;
}
.block-padding-top10 {
  padding-top: 10px;
}
.block-padding-bottom20 {
  padding-bottom: 20px;
}
.block-padding-right {
  padding-right: 30px;
}
.block-padding-right5 {
  padding-right: 5px;
}
.block-double-padding-left {
  padding-left: 60px;
}
.block-padding-left {
  padding-left: 30px;
}
.block-little-padding-left {
  padding-left: 20px;
}
.block-half-padding-left {
  padding-left: 15px;
}
.block-padding-left5 {
  padding-left: 5px;
}
.block-half-little-padding-left {
  padding-left: 10px;
}
.block-left-right-padding-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.block-double-margin-top {
  margin-top: 60px !important;
}
.block-double-margin-bottom {
  margin-bottom: 60px !important;
}
.block-double-margin-right {
  margin-right: 60px !important;
}
.block-margin-bottom {
  margin-bottom: 30px !important;
}
.block-margin15-bottom {
  margin-bottom: 15px !important;
}
.block-margin25-bottom {
  margin-bottom: 25px !important;
}
.block-half-margin-bottom {
  margin-bottom: 15px !important;
}
.block-little-margin-bottom {
  margin-bottom: 20px !important;
}
.block-margin-big-top {
  margin-top: 50px !important;
}
.remove-bottom-block {
  margin-bottom: -30px !important;
}
.remove-double-bottom-block {
  margin-bottom: -45px !important;
}
.remove-double-top-block {
  margin-top: -45px !important;
}
.remove-half-top-block {
  margin-top: -15px !important;
}
.remove-half-bottom-block {
  margin-bottom: -15px !important;
}
.form-group-margin-top {
  margin-top: 25px !important;
}
.form-margin-bottom0 .form-group {
  margin-bottom: 0;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .block-margin-bottom-mobile {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 991px) {
  .block-margin-bottom-mobile20 {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 991px) {
  .block-margin-top-mobile20 {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  .block-margin-bottom-mobile15 {
    margin-bottom: 15px !important;
  }
}
@media (min-width: 991px) {
  .block-margin-top-desctop {
    margin-top: 20px !important;
  }
}
@media (min-width: 991px) {
  .block-margin-right-desctop {
    margin-right: 10px !important;
  }
}
@media (max-width: 991px) {
  .block-padding-left-mobile {
    padding-left: 55px !important;
  }
}
.block-half-little-margin-bottom {
  margin-bottom: 10px !important;
}
.block-half-little-margin-vertical {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.block-half-margin-vertical {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}
.block-little-margin-between {
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.block-margin-between {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.block-half-less-margin {
  margin: 5px !important;
}
.block-half-little-padding {
  padding-top: 10px;
  padding-bottom: 10px !important;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 1439px) {
  .block-none-margin-top-desktop {
    margin-top: 0 !important;
  }
  .block-none-margin-right-desktop {
    margin-right: 0 !important;
  }
  .block-little-padding-left-desktop {
    padding-left: 20px;
  }
  .block-half-margin-bottom-desktop {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 1299px) {
  .no-margin-left-less-desktop {
    margin-left: 0 !important;
  }
}
@media (max-width: 1199px) {
  .block-little-margin-top-little-desktop {
    margin-top: 20px !important;
  }
  .block-margin15-bottom-little-desktop {
    margin-bottom: 15px !important;
  }
  .no-margin-right-little-desktop {
    margin-right: 0 !important;
  }
  .no-margin-little-desctop {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .block-half-margin-right.change-margin {
    margin-right: 10px !important;
  }
  .no-margin-left-tablet {
    margin-left: 0 !important;
  }
  .no-margin-right-tablet {
    margin-right: 0 !important;
  }
  .block-half-little-padding-left-tablet {
    padding-left: 10px;
  }
  .block-margin-top.change-margin,
  .block-margin-tablet-top {
    margin-top: 20px !important;
  }
  .block-margin-top-tablet {
    margin-top: 30px;
    margin-top: 30px !important;
  }
  .block-margin-bottom.change-margin,
  .block-margin-tablet-bottom {
    margin-bottom: 20px !important;
  }
  .block-double-margin-top.change-margin,
  .block-double-margin-tablet-top {
    margin-top: 40px !important;
  }
}
@media (max-width: 767px) {
  .max-width-mobile {
    max-width: 100%;
  }
  .block-margin-bottom.change-margin,
  .block-margin-mobile-bottom {
    margin-bottom: 15px !important;
  }
  .block-margin-top.change-margin,
  .block-margin-mobile-top {
    margin-top: 15px !important;
  }
  .block-double-margin-top.change-margin,
  .block-double-margin-mobile-top {
    margin-top: 30px !important;
  }
  .block-half-little-margin-mobile-bottom {
    margin-bottom: 10px !important;
  }
  .width-all,
  .width-all-little-desktop,
  .width-all-tablet,
  .width-all-mobile {
    margin-left: -15px;
    margin-right: -15px;
  }
  .no-mobile-margin-top {
    margin-top: 0 !important;
  }
}
@media (max-width: 499px) {
  .block-half-little-margin-left-mini-mobile {
    margin-left: 10px !important;
  }
  .block-half-little-margin-right-mini-mobile {
    margin-right: 10px !important;
  }
  .block-half-little-margin-vertical-mini-mobile {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 460px) {
  .block-little-margin-top-mobile {
    margin-top: 20px !important;
  }
  .block-half-little-margin-top-mobile {
    margin-top: 10px !important;
  }
}
.border-block {
  border: 1px solid #CBD2E0;
  padding: 25px;
  border-radius: 3px;
}
.border-block.more-radius {
  border-radius: 5px;
}
.border-block.blue-border {
  border: 1px solid #3761EA;
}
.border-block.half-margin {
  padding: 15px;
}
.border-block.little-margin {
  padding: 10px;
}
.border-block.little-margin-horizontal {
  padding: 4px 10px;
}
@media (max-width: 991px) {
  .border-block.change-margin {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .border-block.change-margin {
    padding: 15px;
  }
}
.border-block .header-border {
  margin: 0 -15px 15px;
  padding: 0 15px 15px;
  border-bottom: 1px solid #CBD2E0;
  max-width: none;
  font-weight: 600;
  color: #171940;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 991px) {
  .border-block.little-margin-mobile {
    padding: 10px;
  }
}
.border-bottom {
  border-bottom: 1px solid #CBD2E0;
}
@media (max-width: 767px) {
  .text-left-mobile {
    text-align: left;
  }
}
@media (min-width: 1201px) {
  .block-background-white-desctop {
    background: #FFF;
  }
}
@media (max-width: 767px) {
  .border-block-mobile {
    border: 1px solid #CBD2E0;
    padding: 25px;
    border-radius: 3px;
  }
  .border-block-mobile.more-radius {
    border-radius: 5px;
  }
  .border-block-mobile.blue-border {
    border: 1px solid #3761EA;
  }
  .border-block-mobile.half-margin {
    padding: 15px;
  }
  .border-block-mobile.little-margin {
    padding: 10px;
  }
  .border-block-mobile.little-margin-horizontal {
    padding: 4px 10px;
  }
  .border-block-mobile .header-border {
    margin: 0 -15px 15px;
    padding: 0 15px 15px;
    border-bottom: 1px solid #CBD2E0;
    max-width: none;
    font-weight: 600;
    color: #171940;
    font-size: 18px;
    line-height: 1;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .border-block-mobile.change-margin {
    padding: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .border-block-mobile.change-margin {
    padding: 15px;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .border-block-mobile.little-margin-mobile {
    padding: 10px;
  }
}
.block-background {
  padding: 30px;
  border-radius: 3px;
}
.block-background .width-all-left {
  margin-left: -30px;
  padding-left: 30px;
}
.block-background .width-all-right {
  margin-right: -30px;
  padding-right: 30px;
}
.block-background .width-all {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
.block-background.more-border-radius {
  border-radius: 5px;
}
.block-background.big-border-radius {
  border-radius: 10px;
}
.block-background.border-radius15 {
  border-radius: 15px;
}
.block-background.with-shadow {
  box-shadow: 0px 2px 10px rgba(140, 140, 175, 0.03), 0px 2px 12px rgba(140, 140, 175, 0.03);
}
.block-background.big-shadow {
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.1);
}
.block-background.white {
  background: #FFF;
}
.block-background.position-relative {
  position: relative;
}
.block-background.blue {
  background: #E3F0FF;
}
.block-background.light-blue {
  background: rgba(227, 240, 255, 0.4);
}
.block-background.light-blue-more {
  background: rgba(227, 240, 255, 0.3);
}
.block-background.light-grey {
  background: #F5F6FA;
}
.block-background.gray {
  background: #CBD2E0;
}
.block-background.hover-blue {
  background: #E3F0FF;
  transition: background 0.2s linear;
}
.block-background.hover-blue:hover,
.block-background.hover-blue[disabled] {
  background: #518EF7;
}
.block-background.no-margin {
  padding: 0;
}
.block-background.no-margin .width-all-left {
  margin-left: 0;
  padding-left: 0;
}
.block-background.no-margin .width-all-right {
  margin-right: 0;
  padding-right: 0;
}
.block-background.no-margin .width-all {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.block-background.no-border-radius {
  border-radius: 0;
}
.block-background.little-margin {
  padding: 20px;
}
.block-background.little-margin .width-all-left {
  margin-left: -20px;
  padding-left: 20px;
}
.block-background.little-margin .width-all-right {
  margin-right: -20px;
  padding-right: 20px;
}
.block-background.little-margin .width-all {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
}
.block-background.less-margin {
  padding: 10px;
}
.block-background.less-margin .width-all-left {
  margin-left: -10px;
  padding-left: 10px;
}
.block-background.less-margin .width-all-right {
  margin-right: -10px;
  padding-right: 10px;
}
.block-background.less-margin .width-all {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
}
.block-background.opti-margin {
  padding: 15px;
}
.block-background.opti-margin .width-all-left {
  margin-left: -15px;
  padding-left: 15px;
}
.block-background.opti-margin .width-all-right {
  margin-right: -15px;
  padding-right: 15px;
}
.block-background.opti-margin .width-all {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.block-background.half-little-margin {
  padding: 8px;
}
.block-background.half-little-margin .width-all-left {
  margin-left: -8px;
  padding-left: 8px;
}
.block-background.half-little-margin .width-all-right {
  margin-right: -8px;
  padding-right: 8px;
}
.block-background.half-little-margin .width-all {
  margin-left: -8px;
  margin-right: -8px;
  padding-left: 8px;
  padding-right: 8px;
}
.block-background.least-margin {
  padding: 5px;
}
.block-background.least-margin .width-all-left {
  margin-left: -5px;
  padding-left: 5px;
}
.block-background.least-margin .width-all-right {
  margin-right: -5px;
  padding-right: 5px;
}
.block-background.least-margin .width-all {
  margin-left: -5px;
  margin-right: -5px;
  padding-left: 5px;
  padding-right: 5px;
}
.block-background.padding-vertical20 {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .block-background.change-margin {
    padding: 20px;
  }
  .block-background.change-margin .width-all-left {
    margin-left: -20px;
    padding-left: 20px;
  }
  .block-background.change-margin .width-all-right {
    margin-right: -20px;
    padding-right: 20px;
  }
  .block-background.change-margin .width-all {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .block-background.change-margin {
    padding: 20px 15px;
  }
  .block-background.change-margin .width-all-left {
    margin-left: -15px;
    padding-left: 15px;
  }
  .block-background.change-margin .width-all-right {
    margin-right: -15px;
    padding-right: 15px;
  }
  .block-background.change-margin .width-all {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .block-background.change-margin.little-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }
  .block-background.change-margin.little-mobile .width-all-left {
    margin-left: -10px;
    padding-left: 10px;
  }
  .block-background.change-margin.little-mobile .width-all-right {
    margin-right: -10px;
    padding-right: 10px;
  }
  .block-background.change-margin.little-mobile .width-all {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .block-background.change-margin.less-padding-bottom {
    padding-bottom: 5px;
  }
}
.block-background.no-padding {
  padding: 0;
}
.block-background.no-padding .width-all-left {
  margin-left: 0;
  padding-left: 0;
}
.block-background.no-padding .width-all-right {
  margin-right: 0;
  padding-right: 0;
}
.block-background.no-padding .width-all {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.block-background.no-padding-vertical {
  padding-top: 0;
  padding-bottom: 0;
}
.block-background.less-padding-bottom {
  padding-bottom: 15px;
}
.block-background.no-padding-top {
  padding-top: 0;
}
.block-background.no-padding-bottom {
  padding-bottom: 0;
}
.block-background.padding-bottom {
  padding-bottom: 30px;
}
.block-background.padding-bottom20 {
  padding-bottom: 20px;
}
.block-background.with-border {
  border: 1px solid #3761EA;
}
.block-background.user-pays-block {
  background-image: url("/images/user-pays.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: calc(100% - 10px);
  padding-right: 180px;
}
.error-validate,
.success-validate {
  border-radius: 5px;
  padding: 20px;
  background: #FFF;
  font-size: 14px;
  line-height: 17px;
  color: #171940;
  display: block;
  border: 1px solid;
  font-weight: 600;
}
.error-validate .title,
.success-validate .title {
  font-size: 16px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .error-validate,
  .success-validate {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .error-validate,
  .success-validate {
    padding: 10px;
  }
}
.error-validate {
  border-color: #FE6B69;
  color: #FE6B69;
}
.success-validate {
  border-color: #5ECBA1;
  color: #5ECBA1;
}
.danger-alert {
  border-radius: 5px;
  padding: 20px;
  background: #FFF;
  font-size: 14px;
  line-height: 17px;
  color: #171940;
  display: block;
  position: relative;
  overflow: hidden;
}
.danger-alert .title {
  font-size: 16px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .danger-alert {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .danger-alert {
    padding: 10px;
  }
}
.danger-alert::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
}
.danger-alert .title {
  display: block;
  color: #FE6B69;
}
.danger-alert::before {
  background: #FE6B69;
}
.danger-alert.red-background {
  background: rgba(254, 107, 105, 0.05);
}
.danger-alert p:not(:last-child) {
  margin-bottom: 5px;
}
.notification-block {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  width: 400px;
  max-width: 100vw;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 0px 4px 4px 0px;
  box-shadow: 0px 1px 8px rgba(82, 95, 127, 0.2);
  font-size: 16px;
  line-height: 22px;
  color: #525F7F;
  left: 0px;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
.notification-block::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
}
.notification-block:before {
  border-radius: 0px 4px 4px 0px;
}
.notification-block .title {
  font-weight: 600;
  display: block;
  font-size: 18px;
}
.notification-block--close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: 0.3s;
}
.notification-block--close .svg {
  background-color: #8D9CBA;
}
.notification-block--close:hover {
  transform: rotate(-90deg);
}
.notification-block.success-notification {
  background-color: #E6FCEE;
}
.notification-block.success-notification:after {
  content: "";
  background: url("/images/icons/checked_circle.svg") center no-repeat;
  width: 38px;
  height: 38px;
  display: block;
  order: -1;
  margin-right: 15px;
}
.notification-block.success-notification:before {
  background-color: #27AE60;
}
.notification-block.success-notification .title {
  color: #27AE60;
}
.add-allow {
  height: 36px;
  width: 36px;
  margin: 0 7px;
  border-radius: 5px;
}
.add-allow svg path {
  fill: #518EF7;
  transition: 0.2s linear;
}
.add-allow .svg {
  background-color: #518EF7;
}
.add-allow:hover svg path,
.add-allow[disabled] svg path {
  fill: #FFF;
}
.add-allow:hover .svg,
.add-allow[disabled] .svg {
  background-color: #fff;
}
.add-allow.plus svg,
.add-allow.plus .svg {
  width: 15px;
  height: 15px;
}
.add-allow[disabled] {
  cursor: not-allowed;
}
.add-allow[disabled] svg path.no-allow {
  opacity: 0;
}
.add-allow[disabled] svg path.allow {
  opacity: 1;
}
.one-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.overflow-text {
  overflow: hidden;
  text-overflow: ellipsis;
}
.pointer {
  cursor: pointer;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
@media (max-width: 1439px) {
  .order-1-middle-desktop {
    order: 1;
  }
  .order-2-middle-desktop {
    order: 2;
  }
  .order-3-middle-desktop {
    order: 3;
  }
  .order-4-middle-desktop {
    order: 4;
  }
}
@media (max-width: 1299px) {
  .order-1-less-desktop {
    order: 1;
  }
  .order-2-less-desktop {
    order: 2;
  }
  .order-3-less-desktop {
    order: 3;
  }
  .order-4-less-desktop {
    order: 4;
  }
}
@media (max-width: 1199px) {
  .order-1-little-desktop {
    order: 1;
  }
  .order-2-little-desktop {
    order: 2;
  }
  .order-3-little-desktop {
    order: 3;
  }
  .order-4-little-desktop {
    order: 4;
  }
}
@media (max-width: 991px) {
  .order-1-tablet {
    order: 1;
  }
  .order-2-tablet {
    order: 2;
  }
  .order-3-tablet {
    order: 3;
  }
  .order-4-tablet {
    order: 4;
  }
}
@media (max-width: 767px) {
  .order-1-mobile {
    order: 1;
  }
  .order-2-mobile {
    order: 2;
  }
  .order-3-mobile {
    order: 3;
  }
  .order-4-mobile {
    order: 4;
  }
}
@media (max-width: 499px) {
  .order-1-mini-mobile {
    order: 1;
  }
  .order-2-mini-mobile {
    order: 2;
  }
  .order-3-mini-mobile {
    order: 3;
  }
  .order-4-mini-mobile {
    order: 4;
  }
}
.fa-refresh {
  width: 32px;
  height: 32px;
  display: block;
}
.fa-refresh.little {
  width: 16px;
  height: 16px;
}
.fa-refresh.half {
  width: 20px;
  height: 20px;
}
.fa-refresh::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url('/images/loading.png') no-repeat center;
  background-size: 100%;
}
.position-sticky {
  position: sticky;
  top: 90px;
  z-index: 1;
}
.position-sticky.higher-index {
  z-index: 9;
}
.right-flex {
  display: flex;
  justify-content: flex-end;
}
.center-all-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
*:not(.no-background).notification-type-simple,
*:not(.no-background).notification-type-news {
  background-color: #518EF7;
}
*:not(.no-background).notification-type-system,
*:not(.no-background).notification-type-important {
  background-color: #FE6B69;
}
*:not(.no-background).notification-type-support {
  background-color: #FFC34E;
}
.checked-circle {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #3761EA;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checked-circle:after {
  content: '';
  display: block;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -1px;
}
.search-block {
  display: inline-block;
  position: relative;
  font-weight: 200;
}
.search-block.table-width {
  min-width: 100px;
  max-width: 120px;
}
.search-block .get-filters {
  position: absolute;
  box-shadow: 0 0 10px 0 rgba(75, 121, 134, 0.19);
  min-width: 56px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
  padding: 2px 2px;
  border-radius: 2px;
  background: #FFF;
  z-index: 1;
}
.search-block .get-filters:before {
  content: '';
  position: absolute;
  border-width: 3px;
  border-style: solid;
  border-color: transparent #FFF;
  top: 50%;
  transform: translate(0, -50%);
}
.search-block .get-filters.left {
  left: 25px;
}
.search-block .get-filters.left:before {
  border-left: 0;
  left: -3px;
}
.search-block .get-filters.right {
  right: 25px;
}
.search-block .get-filters.right:before {
  border-right: 0;
  right: -3px;
}
.search-block .get-filters.bottom {
  top: 36px;
  left: 50%;
  height: auto;
  max-width: 400px;
  border-radius: 3px;
  transform: translate(-50%, 0);
}
.search-block .get-filters.bottom:before {
  border-right: 0;
  top: 0;
  left: 50%;
  margin-left: -3px;
}
.search-block .get-filters input {
  height: 20px;
  width: 100%;
  min-width: 170px;
  border: 1px solid #EDEEF2;
  border-radius: 2px;
  color: #363636;
  font-size: 10px;
  padding: 0 5px;
}
.search-block .get-filters .filter-currency {
  text-align: center;
}
.search-block .get-filters .filter-currency .currency-filter-item {
  border: 1px solid #EDEEF2;
  border-radius: 3px;
  margin-bottom: 3px;
  background: #FFF;
  color: #ADADAD;
  transition: 0.3s;
  padding: 0 5px;
}
.search-block .get-filters .filter-currency .currency-filter-item:hover {
  background: #FABB88;
  color: #FFFFFF;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid #FABB88;
}
.search-block .get-filters .filter-currency .currency-filter-item:last-of-type {
  margin: auto;
}
.search-block .get-filters .filter-currency .currency-filter-item.active {
  background: #FABB88;
  color: #FFFFFF;
  border: 1px solid #FABB88;
}
#profit-all-currency:hover + #profit-all-system,
#profit-all-system.active {
  display: block;
}
#profit-all-system {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 2px;
  width: 100%;
  max-width: 290px;
  z-index: 2;
  background: #FFF;
  box-shadow: 0px 9px 28px 8px rgba(103, 119, 134, 0.05), 0px 6px 16px rgba(103, 119, 134, 0.08), 0px 3px 6px -4px rgba(103, 119, 134, 0.12);
  border-radius: 5px;
  padding: 15px;
}
#profit-all-system .img-network {
  margin-right: 10px;
}
#profit-all-system .system-profit {
  display: flex;
  align-items: center;
  background: #F5F6FA;
  border-radius: 2px;
  font-size: 14px;
  padding: 2px 10px 2px 2px;
}
#profit-all-system .system-profit:not(:last-of-type) {
  margin-bottom: 4px;
}
#profit-all-system .system-profit > span {
  flex-grow: 1;
  text-align: right;
}
.all-block-profit {
  padding-bottom: 30px;
  overflow: hidden;
}
.all-block-profit .title-profit {
  font-size: 12px;
  font-weight: 200;
  color: #808080;
  display: block;
  padding-bottom: 5px;
}
.all-block-profit .system-profit {
  border: 1px solid #ECECEC;
  background: #FFF;
  border-radius: 2px;
  font-size: 12px;
  line-height: 25px;
  float: left;
  margin-bottom: 6px;
  margin-right: 7px;
}
.all-block-profit .system-profit:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 150px;
  border-width: 0 4px 5px;
  border-style: solid;
  border-color: #FFF transparent;
}
.all-block-profit .system-profit > span {
  padding-right: 5px;
}
.all-block-profit .system-profit.no-image {
  padding-left: 10px;
}
.limit-height-block {
  max-height: 282px;
  border: 1px solid #CBD2E0;
  padding: 10px;
  overflow-y: auto;
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
}
.limit-height-block::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.limit-height-block::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.limit-height-block::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
.pay-status {
  border: 1px solid;
  border-radius: 5px;
  position: relative;
  max-width: 480px;
}
.pay-status:before {
  content: "";
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  right: -1px;
  top: -1px;
}
.pay-status.not-active {
  border-color: transparent;
}
.pay-status.not-active:before {
  background-image: url("/images/icons/pay-status/not-active.svg");
}
.pay-status.in-progress {
  border-color: #F2994A;
}
.pay-status.in-progress:before {
  background-image: url("/images/icons/pay-status/in-progress.svg");
}
.pay-status.error {
  border-color: #F66B6B;
}
.pay-status.error:before {
  background-image: url("/images/icons/pay-status/error.svg");
}
.pay-status.complete {
  border-color: #27BE67;
}
.pay-status.complete:before {
  background-image: url("/images/icons/pay-status/complete.svg");
}
.sticky-anchor-menu {
  width: 360px;
  max-width: 360px;
  flex-shrink: 0;
}
@media (max-width: 1599px) {
  .sticky-anchor-menu {
    width: 280px;
  }
}
@media (max-width: 1199px) {
  .sticky-anchor-menu {
    width: 100%;
    max-width: none;
  }
}
.sticky-anchor-menu--overflow {
  max-height: calc(100vh - 164px);
  overflow-y: auto;
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
  position: sticky;
  top: 90px;
}
.sticky-anchor-menu--overflow::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.sticky-anchor-menu--overflow::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.sticky-anchor-menu--overflow::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
@media (max-width: 1199px) {
  .sticky-anchor-menu--overflow {
    max-height: none;
  }
}
.sticky-anchor-menu .menu-title {
  color: #171940;
  font-size: 24px;
  margin-bottom: 20px;
}
.sticky-anchor-menu .menu-list {
  padding-left: 15px;
  border-left: 3px solid #DFE0E7;
}
.sticky-anchor-menu .menu-list .contents {
  line-height: 18px;
}
.sticky-anchor-menu .menu-list .contents a {
  padding-top: 9px;
  padding-bottom: 9px;
  display: block;
  margin-left: -18px;
  padding-left: 15px;
  border-left: 3px solid transparent;
  color: #525F7F;
  text-decoration: none;
  font-size: 14px;
}
.sticky-anchor-menu .menu-list .contents > ul {
  padding: 0;
  list-style: none;
}
.sticky-anchor-menu .menu-list .contents > ul > li > a {
  font-size: 16px;
  border-left-color: #fff;
  color: #171940;
  padding-left: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sticky-anchor-menu .menu-list .contents > ul > li > a.active,
.sticky-anchor-menu .menu-list .contents > ul > li > a:hover,
.sticky-anchor-menu .menu-list .contents > ul > li > a:focus {
  text-decoration: underline;
}
.sticky-anchor-menu .menu-list .contents > ul > li > ul {
  padding: 0;
  list-style: none;
}
.sticky-anchor-menu .menu-list .contents > ul > li > ul a.active,
.sticky-anchor-menu .menu-list .contents > ul > li > ul a:hover,
.sticky-anchor-menu .menu-list .contents > ul > li > ul a:focus {
  color: #333333;
}
.sticky-anchor-menu .menu-list .contents > ul > li > ul a.active {
  border-left-color: #171940;
}
.filter-block-form {
  display: none;
  position: absolute;
  z-index: 4;
  right: 0;
  left: 0;
  top: auto;
  padding: 0;
  margin: 30px;
}
@media (max-width: 991px) {
  .filter-block-form {
    margin: 30px 20px;
  }
}
@media (max-width: 767px) {
  .filter-block-form {
    margin: 30px 15px;
  }
}
.filter-block-form.no-margin {
  margin: 0;
}
@media (min-width: 768px) {
  .filter-block-form.with-menu {
    left: 290px;
    right: 30px;
  }
}
.filter-block-form-inner {
  background: #ffffff;
  box-shadow: 0px 25.6px 55px rgba(205, 212, 222, 0.5);
  border-radius: 5px;
  padding: 30px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .filter-block-form-inner {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .filter-block-form-inner {
    margin-bottom: 90px;
  }
}
.filter-block-form-inner .form-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 30px;
}
.password-input {
  position: relative;
}
.password-input .visibility-btn {
  display: block;
  border: none;
  background: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
  margin-top: 2px;
  cursor: pointer;
}
.password-input .visibility-btn:before {
  content: "";
  width: 24px;
  height: 4px;
  display: block;
  background: linear-gradient(white 50%, #525F7F 50%);
  transform: rotate(45deg) translate(-12px, 4px);
  position: absolute;
  top: 50%;
  left: 50%;
}
.password-input .visibility-btn path {
  fill: #525F7F;
}
.password-input .visibility-btn.visibility--off path {
  fill: #525F7F;
}
.password-input .visibility-btn.visibility--off:before {
  content: none;
}
.referral-block {
  min-height: 128px;
  padding-bottom: 38px;
  position: relative;
}
.referral-text {
  line-height: 22.5px;
  margin: 0;
}
.referral-label {
  margin: 0;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #525F7F;
}
#referral-link {
  color: #3761EA;
}
.is-adblock {
  font-size: 12px;
  font-weight: bold;
}
.is-adblock.block {
  color: #D78080;
}
.is-adblock.no-block {
  color: #8CD780;
}
.question-block {
  position: relative;
  display: flex;
  align-items: center;
}
.question-block > span {
  cursor: pointer;
}
.question-block > span:hover {
  text-decoration: underline;
}
.question-block__no {
  display: flex;
  align-items: center;
}
.question-block__no:before {
  content: "";
  display: block;
  width: 1px;
  height: 25px;
  background-color: #8D9CBA;
  margin-right: 12px;
  margin-left: 12px;
}
.domains-wrap-block {
  height: 33px;
  overflow: hidden;
}
.open-hide-block {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #525F7F;
  margin-top: 5px;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}
.open-hide-block.rotate:after {
  transform: scale(1, -1);
}
.open-hide-block:after {
  content: '';
  background: url(/images/icons/little-arrow.svg) center no-repeat;
  width: 10px;
  height: 6px;
  display: inline-block;
  margin-left: 10px;
  pointer-events: all;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.small-text {
  font-size: 12px !important;
}
.arrow-check {
  width: 18px;
  height: 18px;
  border: 1px solid #3761EA;
  border-radius: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrow-check:before {
  content: '';
  width: 10px;
  height: 5px;
  display: block;
  border: solid #3761EA;
  border-width: 0 0 2px 2px;
  margin-top: -2px;
  margin-left: 1px;
  transform: rotate(-41deg);
}
.arrow-back {
  width: 8px;
  height: 8px;
  border: solid black;
  border-width: 1px 1px 0 0;
  transform: rotate(-135deg);
  display: block;
}
.add-new-category {
  padding: 10px 15px;
  display: block;
  text-decoration: none;
}
.add-new-category span:not(.svg) {
  border: 1px dashed #3761EA;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 15px;
  color: #525F7F;
  transition: 0.2s;
  display: flex;
  align-items: center;
}
.add-new-category span:not(.svg):hover {
  color: #3761EA;
}
.no-default-btn-styles {
  border: 0;
  background: transparent;
}
.confirm-block {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10002;
  background: rgba(40, 40, 40, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  animation: confirm-show-outer 0.3s;
}
.confirm-block.hide-confirm .confirm-modal {
  animation: confirm-hide 0.5s forwards;
}
.confirm-animation {
  animation: confirm-show 0.6s;
}
@keyframes confirm-show {
  0% {
    transform: translate(0, -15px);
    opacity: 0;
  }
  45% {
    transform: translate(0, -10px);
    opacity: 0.3;
  }
  80% {
    transform: translate(0, -5px);
    opacity: 0.7;
  }
  100% {
    transform: translate(0, 0px);
    opacity: 1;
  }
}
@keyframes confirm-show-outer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes confirm-hide {
  0% {
    transform: translate(0, 0px);
    opacity: 1;
  }
  100% {
    transform: translate(0, -15px);
    opacity: 0;
  }
}
.confirm-modal {
  border-radius: 10px;
  color: #525F7F;
  padding: 20px !important;
  max-width: 475px;
  display: flex;
  align-items: flex-start;
  margin: 0 15px;
  width: 100%;
  background: #F5F6FA;
  max-height: 100%;
}
.confirm-modal.more-width {
  max-width: 785px;
}
.confirm-modal .confirm-inner-block {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  overflow: auto;
  background: #ffffff;
}
.confirm-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 10px;
  cursor: pointer;
}
.confirm-modal-close svg {
  display: block;
}
.confirm-modal-close svg path {
  fill: rgba(141, 156, 186, 0.5);
  transition: 0.2s;
}
.confirm-modal-close:hover svg path {
  fill: #525F7F;
}
.confirm-modal-close:active svg path {
  fill: #171940;
}
.confirm-modal-icon,
.confirm-with-image {
  content: '';
  position: absolute;
  display: flex;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  left: 20px;
  background: no-repeat center center;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .confirm-modal-icon,
  .confirm-with-image {
    left: 16px;
  }
}
.confirm-modal-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #171940;
  margin-bottom: 6px;
}
.confirm-modal-text {
  font-size: 16px;
  line-height: 22px;
}
.confirm-modal-buttons {
  display: flex;
  justify-content: flex-end;
}
.confirm-modal-button {
  padding: 0 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  border-radius: 5px;
  background: rgba(203, 210, 224, 0.4);
  transition: background-color 0.2s linear;
  height: 40px;
  border: none;
  color: #525F7F;
  outline: 0;
}
.confirm-modal-button:hover,
.confirm-modal-button:focus {
  background: rgba(203, 210, 224, 0.5);
}
.confirm-modal-button + .confirm-modal-button {
  margin-left: 10px;
}
.confirm-modal-button.dropdown-btn {
  font-weight: normal;
  padding: 11px;
  background: transparent;
  border: 1px solid #CBD2E0;
  color: #171940;
  display: flex;
  align-items: center;
}
.confirm-modal-button.dropdown-btn::after {
  content: '';
  display: inline-block;
  margin-left: 11px;
  border-width: 4px 4px 0 4px;
  border-color: #CBD2E0 transparent;
  border-style: solid;
  width: 0;
  height: 0;
}
.confirm-modal.confirm__alert {
  display: flex;
  margin: 0 15px;
  padding: 0;
}
.confirm-modal.confirm__alert .confirm-inner-block {
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  background: #ffffff;
  min-height: 153px;
}
.confirm-modal.confirm__alert .confirm-inner-block .confirm-image-wrap {
  padding-left: 85px;
}
.confirm-modal.confirm__alert .confirm-inner-block .confirm-image-wrap::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  margin-right: -87px;
  width: 216px;
  height: 216px;
  border-radius: 100%;
  opacity: 0.1;
}
.confirm-modal.confirm__alert .confirm-modal-title {
  font-size: 24px;
  margin-bottom: 4px;
}
.confirm-modal.confirm__alert .confirm-modal-text {
  line-height: 22px;
}
.confirm-modal.confirm_success .confirm-modal-icon {
  background-color: #5ECBA1;
  box-shadow: inset -3px -4px 0 0 #3FB98A;
  background-image: url("/images/icons/alert-success.svg");
}
.confirm-modal.confirm_success .confirm-button_submit {
  background: #5ECBA1;
  color: #FFF;
}
.confirm-modal.confirm_success .confirm-button_submit:hover,
.confirm-modal.confirm_success .confirm-button_submit:focus {
  background: #4CA683;
}
.confirm-modal.confirm_success .confirm-inner-block .confirm-image-wrap::before {
  background-color: #27BE67;
}
.confirm-modal.confirm_info .confirm-inner-block .confirm-image-wrap::before {
  background-color: #525F7F;
}
.confirm-modal.confirm_error .confirm-modal-icon {
  background-color: #FE6B69;
  box-shadow: inset -3px -4px 0 0 #E85E5E;
  background-image: url("/images/icons/alert-error.svg");
}
.confirm-modal.confirm_error .confirm-button_submit {
  background: #FE6B69;
  color: #FFF;
}
.confirm-modal.confirm_error .confirm-button_submit:hover,
.confirm-modal.confirm_error .confirm-button_submit:focus {
  background: #FE7B79;
}
.confirm-modal.confirm_error .confirm-inner-block .confirm-image-wrap::before {
  background-color: #F66B6B;
}
.confirm-block .blocks-select-noshow {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100%;
  max-width: 144px;
  left: 0;
  box-shadow: 0 25.6px 55px rgba(205, 212, 222, 0.5);
  margin-left: 40px;
  margin-top: -40px;
}
.confirm-block .blocks-select-noshow span {
  display: block;
  cursor: pointer;
  padding: 8px 11px;
  background-color: #fff;
  transition: 0.2s linear;
}
.confirm-block .blocks-select-noshow span:hover {
  background: #eee;
}
@media (max-width: 767px) {
  .confirm-icon {
    left: 16px;
  }
  .confirm-modal.confirm__alert .confirm-inner-block {
    padding: 20px;
  }
  .confirm-modal.confirm__alert .confirm-inner-block .confirm-image-wrap {
    padding-left: 75px;
  }
  .confirm-modal.confirm__alert .confirm-inner-block .confirm-image-wrap::before {
    margin-right: -81px;
  }
  .confirm-modal.confirm__alert .confirm-inner-block .confirm-modal-title {
    font-size: 20px;
  }
  .confirm-modal.confirm__alert .confirm-inner-block .confirm-modal-text {
    font-size: 14px;
    line-height: 18px;
  }
}
.middle-desktop-block,
.little-desktop-inline,
.little-desktop-block,
.tablet-inline,
.tablet-block,
.mobile-inline,
.mobile-block,
.mini-mobile-block,
.little-mobile-inline,
.little-mobile-block {
  display: none;
}
.desktop {
  display: block;
}
@media (max-width: 1599px) {
  .big-desktop-block {
    display: block !important;
  }
}
@media (min-width: 1500px) {
  .large-desktop-inherit {
    display: none;
  }
}
@media (max-width: 1499px) {
  .large-desktop-inline {
    display: inline-block;
  }
  .large-desktop-block {
    display: block;
  }
  .no-large-desktop {
    display: none;
  }
}
@media (min-width: 1440px) {
  .middle-desktop-inherit {
    display: none;
  }
}
@media (max-width: 1439px) {
  .middle-desktop-inline {
    display: inline-block;
  }
  .middle-desktop-block {
    display: block !important;
  }
  .no-middle-desktop {
    display: none;
  }
}
@media (min-width: 1300px) {
  .less-desktop-inherit {
    display: none;
  }
}
@media (max-width: 1299px) {
  .less-desktop-inline {
    display: inline-block;
  }
  .less-desktop-block {
    display: block;
  }
  .no-less-desktop {
    display: none;
  }
}
@media (min-width: 1200px) {
  .little-desktop-inherit {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .little-desktop-inline {
    display: inline-block;
  }
  .little-desktop-block {
    display: block;
  }
  .little-desktop-block-important {
    display: block !important;
  }
  .no-little-desktop {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .tablet-inherit {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .no-tablet {
    display: none !important;
  }
  .tablet-inline {
    display: inline-block;
  }
  .tablet-block {
    display: block !important;
  }
  .tablet-flex {
    display: flex !important;
  }
  .width-all-tablet {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media (min-width: 768px) {
  .mobile-inherit {
    display: none;
  }
}
@media (max-width: 767px) {
  .no-mobile {
    display: none !important;
  }
  .mobile-block {
    display: block;
  }
  .mobile-inline {
    display: inline;
  }
  .mobile-inline-block {
    display: inline-block;
  }
}
@media (min-width: 500px) {
  .mini-mobile-inherit {
    display: none;
  }
}
@media (max-width: 499px) {
  .no-mini-mobile {
    display: none;
  }
  .mini-mobile-block {
    display: block;
  }
  .mini-mobile-inline {
    display: inline-block;
  }
}
@media (min-width: 400px) {
  .little-mobile-inherit {
    display: none;
  }
}
@media (max-width: 399px) {
  .no-little-mobile {
    display: none;
  }
  .little-mobile-block {
    display: block;
  }
  .little-mobile-inline {
    display: inline-block;
  }
}
.title-block {
  margin: 0 -30px;
  padding: 0 30px;
  background-color: white;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.03);
}
@media (max-width: 991px) {
  .title-block {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.title-block .row-title .row-block {
  min-height: 80px;
  align-items: center;
  padding: 20px 0;
}
.title-block .row-title .row-block .btn-filter {
  margin-left: 70px;
}
@media (max-width: 1199px) {
  .title-block .row-title .row-block .btn-filter {
    margin-left: 30px;
  }
}
@media (max-width: 991px) {
  .title-block .row-title .row-block .btn-filter {
    display: none;
  }
}
@media (max-width: 1199px) {
  .title-block .row-title .row-block .btn-filter.little-desktop {
    display: none;
  }
}
.title-block .row-title .row-block .btn-filter .btn-item:before {
  bottom: -20px;
}
.title-block .row-title h3 {
  line-height: 1;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #171940;
}
.title-block .row-title h3.flex {
  display: flex;
}
@media (max-width: 767px) {
  .title-block .row-title h3 {
    font-size: 20px;
  }
}
@media (max-width: 460px) {
  .title-block .row-title h3 {
    font-size: 18px;
  }
}
.title-block .row-title .block {
  margin: 10px 0;
  max-width: 150px;
}
.title-block .row-title .btn-right {
  margin: auto;
  margin-right: 0;
}
.title-block.wishes-title {
  padding-right: 20px;
}
.title-block.wishes-title .row-title .title {
  float: left;
}
.title-block.wishes-title .row-title .wishes-btn {
  padding: 10px 0px;
}
.title-block.wishes-title .row-title .btn {
  max-width: 151px;
  margin: 0px 8px;
}
.regular-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #171940;
}
@media (max-width: 1199px) {
  .regular-title.responsive-size {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .regular-title.responsive-size {
    font-size: 18px;
  }
}
.medium-title {
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  color: #171940;
}
@media (max-width: 1199px) {
  .medium-title.responsive-size {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .medium-title.responsive-size {
    font-size: 18px;
  }
}
.small-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #171940;
}
.small-title.weight-normal {
  font-weight: normal;
}
.xsmall-title {
  font-size: 18px;
  line-height: 22px;
  color: #171940;
}
.little-title-text {
  font-size: 16px;
}
.little-title-text.gray {
  color: #525F7F;
}
.little-title-text.dark {
  color: #171940;
}
@media (max-width: 767px) {
  .little-title-text.less-font-mobile {
    font-size: 14px;
  }
}
.little-text {
  font-size: 14px;
  color: #525F7F;
}
.little-text.less-font {
  font-size: 12px;
}
.little-text.light-gray-color {
  color: #8D9CBA;
}
.little-text.dark-color {
  color: #171940;
}
@media (max-width: 767px) {
  .little-text.less-font-mobile {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .title-block {
    margin: 0 -15px;
    padding: 0 15px;
  }
}
@media (max-width: 499px) {
  .title-block.wishes-title .row-title .btn {
    float: none;
    display: block;
    margin: auto;
  }
  .title-block.wishes-title .row-title .wishes-btn {
    text-align: center;
  }
  .title-block.wishes-title .row-title .wishes-btn a:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .title-block.wishes-title .row-title .title {
    float: none;
    text-align: center;
  }
  .title-block.wishes-title .row-title .title h3 {
    padding: 7px 0px;
  }
}
.nav-tabs,
.nav-tabs-line {
  margin: 0;
  list-style: none;
  display: inline-flex;
  width: 100%;
  border: none;
}
.nav-tabs.flex,
.nav-tabs-line.flex {
  display: flex;
}
.nav-tabs > li,
.nav-tabs-line > li {
  text-align: center;
  margin: 0;
  display: block;
}
.nav-tabs > li > a,
.nav-tabs-line > li > a {
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  transition: 0.2s linear;
  position: relative;
  line-height: 1.1;
}
.nav-tabs.bold-active > li.active > a,
.nav-tabs-line.bold-active > li.active > a {
  font-weight: 600;
}
.nav-tabs.with-border-bottom,
.nav-tabs-line.with-border-bottom {
  border-bottom: 1px solid #F0F0F0;
}
.nav-tabs.with-padding-link > li > a,
.nav-tabs-line.with-padding-link > li > a {
  padding: 0 15px;
}
.nav-tabs.auto-width,
.nav-tabs-line.auto-width {
  width: auto;
  max-width: 100%;
}
.nav-tabs.auto-width > li,
.nav-tabs-line.auto-width > li {
  width: 220px;
}
.nav-tabs.auto-width > li.less-auto,
.nav-tabs-line.auto-width > li.less-auto {
  width: 185px;
}
@media (max-width: 1400px) {
  .nav-tabs.less-desctop-three-column,
  .nav-tabs-line.less-desctop-three-column {
    flex-wrap: wrap;
  }
  .nav-tabs.less-desctop-three-column > li,
  .nav-tabs-line.less-desctop-three-column > li {
    width: 33.3334%;
  }
  .nav-tabs.less-desctop-three-column > li:nth-child(3n),
  .nav-tabs-line.less-desctop-three-column > li:nth-child(3n) {
    border-right: none;
  }
  .nav-tabs.less-desctop-three-column > li:nth-last-child(-n+3),
  .nav-tabs-line.less-desctop-three-column > li:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
@media (max-width: 1400px) {
  .nav-tabs.less-desctop-four-column,
  .nav-tabs-line.less-desctop-four-column {
    flex-wrap: wrap;
  }
  .nav-tabs.less-desctop-four-column > li,
  .nav-tabs-line.less-desctop-four-column > li {
    width: 25%;
  }
  .nav-tabs.less-desctop-four-column > li:nth-child(4n),
  .nav-tabs-line.less-desctop-four-column > li:nth-child(4n) {
    border-right: none;
  }
  .nav-tabs.less-desctop-four-column > li:nth-last-child(-n+4),
  .nav-tabs-line.less-desctop-four-column > li:nth-last-child(-n+4) {
    border-bottom: none;
  }
}
@media (max-width: 1199px) {
  .nav-tabs.little-desctop-three-column,
  .nav-tabs-line.little-desctop-three-column {
    flex-wrap: wrap;
  }
  .nav-tabs.little-desctop-three-column > li,
  .nav-tabs-line.little-desctop-three-column > li {
    width: 33.3334%;
  }
  .nav-tabs.little-desctop-three-column > li:nth-child(3n),
  .nav-tabs-line.little-desctop-three-column > li:nth-child(3n) {
    border-right: none;
  }
  .nav-tabs.little-desctop-three-column > li:nth-last-child(-n+3),
  .nav-tabs-line.little-desctop-three-column > li:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
@media (max-width: 991px) {
  .nav-tabs.tablet-three-column,
  .nav-tabs-line.tablet-three-column {
    flex-wrap: wrap;
  }
  .nav-tabs.tablet-three-column > li,
  .nav-tabs-line.tablet-three-column > li {
    width: 33.3334%;
  }
  .nav-tabs.tablet-three-column > li:nth-child(3n),
  .nav-tabs-line.tablet-three-column > li:nth-child(3n) {
    border-right: none;
  }
  .nav-tabs.tablet-three-column:not(.seven-items) > li:nth-last-child(-n+3),
  .nav-tabs-line.tablet-three-column:not(.seven-items) > li:nth-last-child(-n+3) {
    border-bottom: none;
  }
}
@media (max-width: 767px) {
  .nav-tabs.mobile-two-column,
  .nav-tabs-line.mobile-two-column {
    flex-wrap: wrap;
  }
  .nav-tabs.mobile-two-column > li,
  .nav-tabs-line.mobile-two-column > li {
    width: 50%;
  }
  .nav-tabs.mobile-two-column > li:nth-child(2n),
  .nav-tabs-line.mobile-two-column > li:nth-child(2n) {
    border-right: none;
  }
  .nav-tabs.mobile-two-column > li:nth-last-child(-n+2),
  .nav-tabs-line.mobile-two-column > li:nth-last-child(-n+2) {
    border-bottom: none !important;
  }
}
@media (min-width: 992px) {
  .nav-tabs.desktop-half,
  .nav-tabs-line.desktop-half {
    width: 50%;
  }
}
.nav-tabs {
  padding: 0;
  border: 1px solid rgba(23, 25, 64, 0.2);
  box-shadow: 0px 1.35976px 4.75918px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  --tab-height: 54px;
  --active-tab-height: calc(var(--tab-height) + 2px);
}
.nav-tabs > li {
  flex-grow: 1;
  width: 1px;
  font-size: 13px;
  padding: 0;
  position: relative;
  height: var(--tab-height);
  transition: 0.2s linear;
}
.nav-tabs > li:not(:first-child) {
  border-left: 1px solid rgba(23, 25, 64, 0.2);
}
.nav-tabs > li > a,
.nav-tabs > li .nav-label {
  padding: 0 2px;
  color: rgba(23, 25, 64, 0.4);
  background: rgba(255, 255, 255, 0);
  height: var(--tab-height);
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0;
  box-shadow: 0px 2px 15px rgba(82, 95, 127, 0);
  transition: color 0.2s linear;
}
.nav-tabs > li > a.with-absolute,
.nav-tabs > li .nav-label.with-absolute {
  padding-right: 40px;
}
.nav-tabs > li > a.with-absolute .absolute-nav-tab,
.nav-tabs > li .nav-label.with-absolute .absolute-nav-tab {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .nav-tabs > li > a.with-absolute,
  .nav-tabs > li .nav-label.with-absolute {
    padding-right: 35px;
  }
  .nav-tabs > li > a.with-absolute .absolute-nav-tab,
  .nav-tabs > li .nav-label.with-absolute .absolute-nav-tab {
    right: 5px;
  }
}
.nav-tabs > li > a:hover,
.nav-tabs > li .nav-label:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li .nav-label:focus {
  background: #FFF;
  border: none;
  color: #171940;
}
.nav-tabs > li > a:not(.no-svg-color) svg path:not(.stroke):not(.no-fill),
.nav-tabs > li .nav-label:not(.no-svg-color) svg path:not(.stroke):not(.no-fill),
.nav-tabs > li > a:not(.no-svg-color) svg .fill,
.nav-tabs > li .nav-label:not(.no-svg-color) svg .fill {
  fill: #A2A3B3;
}
.nav-tabs > li > a:not(.no-svg-color) svg .stroke,
.nav-tabs > li .nav-label:not(.no-svg-color) svg .stroke {
  stroke: #A2A3B3;
}
.nav-tabs > li > a .svg,
.nav-tabs > li .nav-label .svg {
  background-color: #A2A3B3;
}
.nav-tabs > li .nav-label {
  max-width: unset;
  font-size: 14px;
  cursor: pointer;
}
.nav-tabs > li.svg-stroke > a svg * {
  fill: none;
  stroke: #A2A3B3;
}
.nav-tabs > li:first-child > a {
  border-radius: 5px 0 0 5px;
}
.nav-tabs > li:last-child > a {
  border-radius: 0 5px 5px 0;
}
.nav-tabs > li input:checked + .nav-label {
  height: var(--active-tab-height);
  cursor: default;
  background-color: #fff;
  box-shadow: 0px 0.876133px 6.571px rgba(82, 95, 127, 0.2);
}
.nav-tabs > li input:checked + .nav-label,
.nav-tabs > li input:checked + .nav-label:hover,
.nav-tabs > li input:checked + .nav-label:focus {
  color: #171940;
  border: none;
  opacity: 1;
  z-index: 1;
}
.nav-tabs > li.active > a {
  height: var(--active-tab-height);
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #171940;
  border: none;
  opacity: 1;
  z-index: 1;
}
.nav-tabs > li.active.nav-tab > a,
.nav-tabs > li.active.nav-tab > a:hover,
.nav-tabs > li.active.nav-tab > a:focus {
  height: var(--active-tab-height);
  margin: -1px;
  background: #FFF;
  box-shadow: 0px 2px 15px rgba(82, 95, 127, 0.2);
}
.nav-tabs > li.active.nav-tab > a:not(.no-svg-color) svg path:not(.stroke):not(.no-fill),
.nav-tabs > li.active.nav-tab > a:hover:not(.no-svg-color) svg path:not(.stroke):not(.no-fill),
.nav-tabs > li.active.nav-tab > a:focus:not(.no-svg-color) svg path:not(.stroke):not(.no-fill),
.nav-tabs > li.active.nav-tab > a:not(.no-svg-color) svg .fill,
.nav-tabs > li.active.nav-tab > a:hover:not(.no-svg-color) svg .fill,
.nav-tabs > li.active.nav-tab > a:focus:not(.no-svg-color) svg .fill {
  fill: #171940;
}
.nav-tabs > li.active.nav-tab > a:not(.no-svg-color) svg .stroke,
.nav-tabs > li.active.nav-tab > a:hover:not(.no-svg-color) svg .stroke,
.nav-tabs > li.active.nav-tab > a:focus:not(.no-svg-color) svg .stroke {
  stroke: #171940;
}
.nav-tabs > li.active.nav-tab > a .svg,
.nav-tabs > li.active.nav-tab > a:hover .svg,
.nav-tabs > li.active.nav-tab > a:focus .svg {
  background-color: #171940;
}
.nav-tabs > li.active.nav-tab.svg-stroke > a svg * {
  fill: none;
  stroke: #171940;
}
.nav-tabs > li.active.more-shadow > a {
  box-shadow: 0px 0.876133px 6.571px rgba(82, 95, 127, 0.2);
}
.nav-tabs.absolute-nav {
  position: absolute;
  bottom: 100%;
  left: 30px;
}
.nav-tabs.nav-height {
  height: 1px;
  flex-grow: 1;
}
.nav-tabs.left-nav {
  border: none;
  display: block;
  overflow: auto;
}
.nav-tabs.left-nav li {
  margin: 0 0 8px;
  float: none;
  text-align: left;
  height: auto;
}
.nav-tabs.left-nav li.box-shadow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  box-shadow: inset -9px 0 9px -9px rgba(37, 69, 102, 0.2);
  right: -1px;
}
.nav-tabs.left-nav li a {
  padding: 0 15px;
  margin: 0;
  border-radius: 3px;
  display: flex;
  justify-content: left;
  width: 100%;
  height: 47px;
  line-height: 16px;
  background: #FFF;
  color: #171940;
  font-weight: 600;
  box-shadow: none;
}
.nav-tabs.left-nav li a:first-child {
  border-top: none;
}
.nav-tabs.left-nav li a span {
  display: table-cell;
  vertical-align: middle;
}
.nav-tabs.left-nav li:not:last-child a {
  border-bottom: none;
}
.nav-tabs.left-nav li.tabs2-li-add {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-bottom: 0;
}
.nav-tabs.left-nav li.tabs2-li-add a {
  background: #FFF;
  border: 1px solid #3761EA;
  text-align: center;
  justify-content: center;
}
.nav-tabs.left-nav li.tabs2-li-add a:hover,
.nav-tabs.left-nav li.tabs2-li-add a:focus {
  border-width: 2px;
}
.nav-tabs.left-nav li.tabs2-li-add a svg,
.nav-tabs.left-nav li.tabs2-li-add a .svg {
  width: 14px;
}
.nav-tabs.left-nav li.tabs2-li-add a svg path:not(.stroke):not(.no-fill),
.nav-tabs.left-nav li.tabs2-li-add a svg .fill {
  fill: #3761EA;
}
.nav-tabs.left-nav li.tabs2-li-add a svg .stroke {
  stroke: #3761EA;
}
.nav-tabs.left-nav li.tabs2-li-add a .svg {
  background-color: #3761EA;
}
.nav-tabs.left-nav li.active a {
  background: #E3F0FF;
  position: relative;
  z-index: 1;
}
.nav-tabs.left-nav li.with-errors a {
  background: #F66B6B;
  color: #FFF;
}
.nav-tabs.left-nav li.with-errors.active a {
  background: #FE6B69;
}
@media (max-width: 1400px) {
  .nav-tabs.less-desctop-four-column > li {
    border-left: 0;
    border-right: 1px solid rgba(23, 25, 64, 0.2);
    border-bottom: 1px solid rgba(23, 25, 64, 0.2);
  }
  .nav-tabs.less-desctop-four-column > li:nth-child(4n+4) {
    border-right: 0;
  }
}
@media (max-width: 1400px) {
  .nav-tabs.less-desctop-three-column > li {
    border-left: 0;
    border-right: 1px solid rgba(23, 25, 64, 0.2);
    border-bottom: 1px solid rgba(23, 25, 64, 0.2);
  }
  .nav-tabs.less-desctop-three-column > li:nth-child(3n+3) {
    border-right: 0;
  }
}
@media (max-width: 1199px) {
  .nav-tabs.nav-height.desktop-no-height {
    height: auto;
  }
  .nav-tabs.little-desctop-three-column > li {
    border-left: 0;
    border-right: 1px solid rgba(23, 25, 64, 0.2);
    border-bottom: 1px solid rgba(23, 25, 64, 0.2);
  }
  .nav-tabs.little-desctop-three-column > li:nth-child(3n+3) {
    border-right: 0;
  }
}
@media (max-width: 991px) {
  .nav-tabs > li {
    height: 40px;
  }
  .nav-tabs > li > a {
    box-shadow: 0px 1.34139px 10.0604px rgba(82, 95, 127, 0);
    height: 40px;
    font-size: 13px;
  }
  .nav-tabs > li.active > a {
    box-shadow: 0px 1.34139px 10.0604px rgba(82, 95, 127, 0.2);
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active.nav-tab > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active.nav-tab > a:hover,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active.nav-tab > a:focus {
    height: 42px;
  }
  .nav-tabs.tablet-three-column > li {
    border-left: 0;
    border-right: 1px solid rgba(23, 25, 64, 0.2);
    border-bottom: 1px solid rgba(23, 25, 64, 0.2);
  }
  .nav-tabs.tablet-three-column > li:nth-child(3n+3) {
    border-right: 0;
  }
  .nav-tabs.tablet-three-column.seven-items > li:last-child {
    border-right: 0;
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .nav-tabs > li > a {
    font-size: 12px;
    box-shadow: 0px 0.876133px 6.571px rgba(82, 95, 127, 0);
  }
  .nav-tabs > li.active > a {
    box-shadow: 0px 0.876133px 6.571px rgba(82, 95, 127, 0.2);
  }
  .nav-tabs.mobile-two-column {
    width: 100%;
  }
  .nav-tabs.mobile-two-column > li {
    border-bottom: 1px solid rgba(23, 25, 64, 0.2) !important;
    border-left: none;
    border-right: 0;
  }
  .nav-tabs.mobile-two-column > li:nth-child(2n) {
    border-right: none;
    border-left: 1px solid rgba(23, 25, 64, 0.2);
  }
}
.nav-tabs.little-margin-remove > li.active > a {
  margin: -1px;
}
.nav-tabs.little-margin-remove li input:checked + .nav-label {
  margin: -1px;
}
.nav-tabs.small-tabs {
  --tab-height: 42px;
}
.nav-tabs.small-tabs > li > a {
  font-size: 14px;
}
.nav-tabs.small-size {
  --height: 36px;
  --active-height: calc(var(--height) + 2px);
  width: auto;
}
.nav-tabs.small-size > li {
  width: auto;
  height: var(--height);
}
.nav-tabs.small-size > li > a {
  font-size: 14px;
  padding: 0 30px;
  height: var(--height);
}
.nav-tabs.small-size > li.active > a,
.nav-tabs.small-size > li.active > a:focus,
.nav-tabs.small-size > li.active > a:hover {
  height: var(--active-height);
}
@media (max-width: 600px) {
  .nav-tabs.mobile-column {
    width: 100%;
    flex-direction: column;
  }
  .nav-tabs.mobile-column > li {
    width: 100%;
  }
  .nav-tabs.mobile-column > li:not(:first-child) {
    border: none;
  }
  .nav-tabs.mobile-column > li > a {
    border-radius: 5px;
  }
}
.nav-tabs-line > li > a {
  padding-bottom: 7px;
  color: #525F7F;
  font-size: 18px;
}
.nav-tabs-line > li > a::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  max-width: 42px;
  bottom: 0;
  left: 0;
  background: #518EF7;
  transition: width 0.2s linear;
}
.nav-tabs-line > li > a:hover {
  color: #171940;
  background: transparent;
}
.nav-tabs-line > li > a:focus {
  background: transparent;
}
.nav-tabs-line > li.active > a {
  color: #171940;
}
.nav-tabs-line > li.active > a::before {
  width: 100%;
}
.nav-tabs-line.center-underline > li > a::before {
  max-width: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.nav-tabs-line.with-height > li > a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-tabs-line.with-height > li > a > .currency-icon:not(:first-child) {
  margin-left: 3px !important;
}
.nav-tabs-line.less-font > li > a {
  font-size: 16px;
}
.table {
  display: table;
  width: 100%;
  margin: 0;
}
.primary-table-set th,
.primary-table-set td {
  padding: 10px;
}
.primary-table-set th {
  font-size: 16px;
  font-weight: 400;
  padding-left: 0;
}
@media (max-width: 767px) {
  .primary-table-set th {
    font-size: 14px;
  }
}
.table-cls {
  border: none;
  background: #FFF;
  border-radius: 3px;
  border-collapse: unset;
  position: relative;
}
.table-cls .checkbox-wrap.animate:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  margin-top: -1px;
  border: 1px solid #525F7F;
  border-radius: 3px;
  opacity: 0;
  top: 50%;
  margin-top: -9px;
  animation: antCheckboxEffect 0.36s ease-in-out;
}
.table-cls.with-shadow {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
}
.table-cls.height {
  height: 1px;
}
.table-cls.height-all {
  height: 100%;
}
.table-cls.no-header > thead {
  display: none;
}
.table-cls.with-border {
  border: 1px solid #CBD2E0;
}
.table-cls.big-head-font > thead > tr > th {
  font-size: 18px;
  font-weight: 600;
}
.table-cls.big-head-font > thead > tr > th a:not(.label):not(.no-table) {
  font-size: 18px;
}
.table-cls.wrap-name tr td .tablet-cell.name {
  white-space: normal;
}
.table-cls > tfoot > tr > td {
  border-top: 1px solid #E3F0FF;
  font-weight: 600;
}
.table-cls > thead > tr,
.table-cls > tbody > tr,
.table-cls > tfoot > tr {
  color: #171940;
}
.table-cls > thead > tr.disabled-row,
.table-cls > tbody > tr.disabled-row,
.table-cls > tfoot > tr.disabled-row {
  color: rgba(128, 128, 128, 0.5);
}
.table-cls > thead > tr.disabled-row > td img,
.table-cls > tbody > tr.disabled-row > td img,
.table-cls > tfoot > tr.disabled-row > td img,
.table-cls > thead > tr.disabled-row > th img,
.table-cls > tbody > tr.disabled-row > th img,
.table-cls > tfoot > tr.disabled-row > th img {
  opacity: 0.5;
}
.table-cls > thead > tr > td,
.table-cls > tbody > tr > td,
.table-cls > tfoot > tr > td,
.table-cls > thead > tr > th,
.table-cls > tbody > tr > th,
.table-cls > tfoot > tr > th {
  padding: 10px 15px;
  line-height: 15px;
  position: relative;
}
.table-cls > thead > tr > td:first-child::before,
.table-cls > tbody > tr > td:first-child::before,
.table-cls > tfoot > tr > td:first-child::before,
.table-cls > thead > tr > th:first-child::before,
.table-cls > tbody > tr > th:first-child::before,
.table-cls > tfoot > tr > th:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  opacity: 0;
  height: 100%;
  background: #518EF7;
  transition: 0.2s linear;
}
@media (max-width: 991px) {
  .table-cls > thead > tr > td .empty:not(.checkbox),
  .table-cls > tbody > tr > td .empty:not(.checkbox),
  .table-cls > tfoot > tr > td .empty:not(.checkbox),
  .table-cls > thead > tr > th .empty:not(.checkbox),
  .table-cls > tbody > tr > th .empty:not(.checkbox),
  .table-cls > tfoot > tr > th .empty:not(.checkbox) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
}
.table-cls > thead > tr > td.less-padding,
.table-cls > tbody > tr > td.less-padding,
.table-cls > tfoot > tr > td.less-padding,
.table-cls > thead > tr > th.less-padding,
.table-cls > tbody > tr > th.less-padding,
.table-cls > tfoot > tr > th.less-padding {
  padding: 10px 7.5px;
}
.table-cls > thead > tr > td > td,
.table-cls > tbody > tr > td > td,
.table-cls > tfoot > tr > td > td,
.table-cls > thead > tr > th > td,
.table-cls > tbody > tr > th > td,
.table-cls > tfoot > tr > th > td {
  display: block;
}
.table-cls > thead > tr > td:first-child,
.table-cls > tbody > tr > td:first-child,
.table-cls > tfoot > tr > td:first-child,
.table-cls > thead > tr > th:first-child,
.table-cls > tbody > tr > th:first-child,
.table-cls > tfoot > tr > th:first-child {
  padding-left: 30px;
}
.table-cls > thead > tr > td:last-child,
.table-cls > tbody > tr > td:last-child,
.table-cls > tfoot > tr > td:last-child,
.table-cls > thead > tr > th:last-child,
.table-cls > tbody > tr > th:last-child,
.table-cls > tfoot > tr > th:last-child {
  padding-right: 30px;
}
.table-cls > thead > tr > td.checkbox-blk,
.table-cls > tbody > tr > td.checkbox-blk,
.table-cls > tfoot > tr > td.checkbox-blk,
.table-cls > thead > tr > th.checkbox-blk,
.table-cls > tbody > tr > th.checkbox-blk,
.table-cls > tfoot > tr > th.checkbox-blk {
  padding-right: 0;
}
@media (min-width: 992px) {
  .table-cls > thead > tr > td.padding-right-desctop,
  .table-cls > tbody > tr > td.padding-right-desctop,
  .table-cls > tfoot > tr > td.padding-right-desctop,
  .table-cls > thead > tr > th.padding-right-desctop,
  .table-cls > tbody > tr > th.padding-right-desctop,
  .table-cls > tfoot > tr > th.padding-right-desctop {
    padding-right: 60px;
  }
}
.table-cls > thead > tr > td .toggle-button-cover .button,
.table-cls > tbody > tr > td .toggle-button-cover .button,
.table-cls > tfoot > tr > td .toggle-button-cover .button,
.table-cls > thead > tr > th .toggle-button-cover .button,
.table-cls > tbody > tr > th .toggle-button-cover .button,
.table-cls > tfoot > tr > th .toggle-button-cover .button {
  margin: 0;
}
.table-cls > thead > tr > td.name-block,
.table-cls > tbody > tr > td.name-block,
.table-cls > tfoot > tr > td.name-block,
.table-cls > thead > tr > th.name-block,
.table-cls > tbody > tr > th.name-block,
.table-cls > tfoot > tr > th.name-block {
  font-weight: 600;
  padding-left: 40px;
  color: #282828;
}
.table-cls > thead > tr > td.status-header,
.table-cls > tbody > tr > td.status-header,
.table-cls > tfoot > tr > td.status-header,
.table-cls > thead > tr > th.status-header,
.table-cls > tbody > tr > th.status-header,
.table-cls > tfoot > tr > th.status-header {
  padding-left: 25px;
}
.table-cls > thead > tr > td.image-block-cell,
.table-cls > tbody > tr > td.image-block-cell,
.table-cls > tfoot > tr > td.image-block-cell,
.table-cls > thead > tr > th.image-block-cell,
.table-cls > tbody > tr > th.image-block-cell,
.table-cls > tfoot > tr > th.image-block-cell {
  padding: 6px 10px;
  width: 1px;
}
.table-cls > thead > tr > td.no-padding-top-bottom,
.table-cls > tbody > tr > td.no-padding-top-bottom,
.table-cls > tfoot > tr > td.no-padding-top-bottom,
.table-cls > thead > tr > th.no-padding-top-bottom,
.table-cls > tbody > tr > th.no-padding-top-bottom,
.table-cls > tfoot > tr > th.no-padding-top-bottom {
  padding-top: 0;
  padding-bottom: 0;
}
.table-cls > thead > tr > td.notifications-text .bb-image,
.table-cls > tbody > tr > td.notifications-text .bb-image,
.table-cls > tfoot > tr > td.notifications-text .bb-image,
.table-cls > thead > tr > th.notifications-text .bb-image,
.table-cls > tbody > tr > th.notifications-text .bb-image,
.table-cls > tfoot > tr > th.notifications-text .bb-image {
  display: none;
}
.table-cls > thead > tr > td.notifications-text .value,
.table-cls > tbody > tr > td.notifications-text .value,
.table-cls > tfoot > tr > td.notifications-text .value,
.table-cls > thead > tr > th.notifications-text .value,
.table-cls > tbody > tr > th.notifications-text .value,
.table-cls > tfoot > tr > th.notifications-text .value {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 57px;
  font-size: 14px;
}
@media (min-width: 992px) {
  .table-cls > thead > tr > td.notifications-text .value .central-text,
  .table-cls > tbody > tr > td.notifications-text .value .central-text,
  .table-cls > tfoot > tr > td.notifications-text .value .central-text,
  .table-cls > thead > tr > th.notifications-text .value .central-text,
  .table-cls > tbody > tr > th.notifications-text .value .central-text,
  .table-cls > tfoot > tr > th.notifications-text .value .central-text {
    height: 57px;
    display: table-cell;
    vertical-align: middle;
  }
}
.table-cls > thead > tr > td p,
.table-cls > tbody > tr > td p,
.table-cls > tfoot > tr > td p,
.table-cls > thead > tr > th p,
.table-cls > tbody > tr > th p,
.table-cls > tfoot > tr > th p {
  margin: 0;
}
@media (max-width: 991px) {
  .table-cls > thead > tr > td.left-absolute-elem-mobile,
  .table-cls > tbody > tr > td.left-absolute-elem-mobile,
  .table-cls > tfoot > tr > td.left-absolute-elem-mobile,
  .table-cls > thead > tr > th.left-absolute-elem-mobile,
  .table-cls > tbody > tr > th.left-absolute-elem-mobile,
  .table-cls > tfoot > tr > th.left-absolute-elem-mobile {
    position: absolute;
    left: 0;
    padding: 0 !important;
    width: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 0;
  }
}
.table-cls > thead > tr > td a:not(.label):not(.no-table),
.table-cls > tbody > tr > td a:not(.label):not(.no-table),
.table-cls > tfoot > tr > td a:not(.label):not(.no-table),
.table-cls > thead > tr > th a:not(.label):not(.no-table),
.table-cls > tbody > tr > th a:not(.label):not(.no-table),
.table-cls > tfoot > tr > th a:not(.label):not(.no-table) {
  font-weight: 600;
  font-size: 14px;
  transition: 0.2s;
}
.table-cls > thead > tr > td a:not(.label):not(.no-table):hover,
.table-cls > tbody > tr > td a:not(.label):not(.no-table):hover,
.table-cls > tfoot > tr > td a:not(.label):not(.no-table):hover,
.table-cls > thead > tr > th a:not(.label):not(.no-table):hover,
.table-cls > tbody > tr > th a:not(.label):not(.no-table):hover,
.table-cls > tfoot > tr > th a:not(.label):not(.no-table):hover,
.table-cls > thead > tr > td a:not(.label):not(.no-table):focus,
.table-cls > tbody > tr > td a:not(.label):not(.no-table):focus,
.table-cls > tfoot > tr > td a:not(.label):not(.no-table):focus,
.table-cls > thead > tr > th a:not(.label):not(.no-table):focus,
.table-cls > tbody > tr > th a:not(.label):not(.no-table):focus,
.table-cls > tfoot > tr > th a:not(.label):not(.no-table):focus {
  color: #518EF7;
}
.table-cls > thead > tr > td a:not(.label):not(.no-table).link-site,
.table-cls > tbody > tr > td a:not(.label):not(.no-table).link-site,
.table-cls > tfoot > tr > td a:not(.label):not(.no-table).link-site,
.table-cls > thead > tr > th a:not(.label):not(.no-table).link-site,
.table-cls > tbody > tr > th a:not(.label):not(.no-table).link-site,
.table-cls > tfoot > tr > th a:not(.label):not(.no-table).link-site {
  font-size: 12px;
}
.table-cls > thead > tr > td a:not(.label):not(.no-table)[href]:hover,
.table-cls > tbody > tr > td a:not(.label):not(.no-table)[href]:hover,
.table-cls > tfoot > tr > td a:not(.label):not(.no-table)[href]:hover,
.table-cls > thead > tr > th a:not(.label):not(.no-table)[href]:hover,
.table-cls > tbody > tr > th a:not(.label):not(.no-table)[href]:hover,
.table-cls > tfoot > tr > th a:not(.label):not(.no-table)[href]:hover {
  text-decoration: underline;
}
.table-cls > thead > tr > td a:not(.label):not(.no-table).text-color-blue,
.table-cls > tbody > tr > td a:not(.label):not(.no-table).text-color-blue,
.table-cls > tfoot > tr > td a:not(.label):not(.no-table).text-color-blue,
.table-cls > thead > tr > th a:not(.label):not(.no-table).text-color-blue,
.table-cls > tbody > tr > th a:not(.label):not(.no-table).text-color-blue,
.table-cls > tfoot > tr > th a:not(.label):not(.no-table).text-color-blue {
  color: #3761EA;
}
.table-cls > thead > tr > td .asc::after,
.table-cls > tbody > tr > td .asc::after,
.table-cls > tfoot > tr > td .asc::after,
.table-cls > thead > tr > th .asc::after,
.table-cls > tbody > tr > th .asc::after,
.table-cls > tfoot > tr > th .asc::after,
.table-cls > thead > tr > td .desc::after,
.table-cls > tbody > tr > td .desc::after,
.table-cls > tfoot > tr > td .desc::after,
.table-cls > thead > tr > th .desc::after,
.table-cls > tbody > tr > th .desc::after,
.table-cls > tfoot > tr > th .desc::after {
  content: '';
  display: inline-block;
  background: url("/images/sort-arrow.png") no-repeat center;
  width: 5px;
  height: 12px;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
}
.table-cls > thead > tr > td .asc::after,
.table-cls > tbody > tr > td .asc::after,
.table-cls > tfoot > tr > td .asc::after,
.table-cls > thead > tr > th .asc::after,
.table-cls > tbody > tr > th .asc::after,
.table-cls > tfoot > tr > th .asc::after {
  transform: scale(1, -1);
}
.table-cls > thead > tr > td input[type="checkbox"]:not(.checkbox),
.table-cls > tbody > tr > td input[type="checkbox"]:not(.checkbox),
.table-cls > tfoot > tr > td input[type="checkbox"]:not(.checkbox),
.table-cls > thead > tr > th input[type="checkbox"]:not(.checkbox),
.table-cls > tbody > tr > th input[type="checkbox"]:not(.checkbox),
.table-cls > tfoot > tr > th input[type="checkbox"]:not(.checkbox) {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 13px;
  height: 13px;
}
.table-cls > thead > tr > td input[type="checkbox"]:not(.checkbox)::before,
.table-cls > tbody > tr > td input[type="checkbox"]:not(.checkbox)::before,
.table-cls > tfoot > tr > td input[type="checkbox"]:not(.checkbox)::before,
.table-cls > thead > tr > th input[type="checkbox"]:not(.checkbox)::before,
.table-cls > tbody > tr > th input[type="checkbox"]:not(.checkbox)::before,
.table-cls > tfoot > tr > th input[type="checkbox"]:not(.checkbox)::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #DBDBDB;
  border-radius: 3px;
  background: #FFFFFF;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: none;
}
.table-cls > thead > tr > td input[type="checkbox"]:not(.checkbox):checked::after,
.table-cls > tbody > tr > td input[type="checkbox"]:not(.checkbox):checked::after,
.table-cls > tfoot > tr > td input[type="checkbox"]:not(.checkbox):checked::after,
.table-cls > thead > tr > th input[type="checkbox"]:not(.checkbox):checked::after,
.table-cls > tbody > tr > th input[type="checkbox"]:not(.checkbox):checked::after,
.table-cls > tfoot > tr > th input[type="checkbox"]:not(.checkbox):checked::after {
  position: absolute;
  content: "";
  background: url(/images/checkbox-active.png) no-repeat center;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: grayscale(100%);
  width: 14px;
  height: 14px;
  transform: none;
}
.table-cls > thead > tr > td input[type="checkbox"]:not(.checkbox)[disabled]::before,
.table-cls > tbody > tr > td input[type="checkbox"]:not(.checkbox)[disabled]::before,
.table-cls > tfoot > tr > td input[type="checkbox"]:not(.checkbox)[disabled]::before,
.table-cls > thead > tr > th input[type="checkbox"]:not(.checkbox)[disabled]::before,
.table-cls > tbody > tr > th input[type="checkbox"]:not(.checkbox)[disabled]::before,
.table-cls > tfoot > tr > th input[type="checkbox"]:not(.checkbox)[disabled]::before {
  background: #EBEBEB;
}
.table-cls > thead > tr > td.actions,
.table-cls > tbody > tr > td.actions,
.table-cls > tfoot > tr > td.actions,
.table-cls > thead > tr > th.actions,
.table-cls > tbody > tr > th.actions,
.table-cls > tfoot > tr > th.actions {
  text-align: right;
}
.table-cls > thead > tr > td.actions a,
.table-cls > tbody > tr > td.actions a,
.table-cls > tfoot > tr > td.actions a,
.table-cls > thead > tr > th.actions a,
.table-cls > tbody > tr > th.actions a,
.table-cls > tfoot > tr > th.actions a {
  display: inline-block;
}
.table-cls > thead > tr > td.actions a:not(:last-child),
.table-cls > tbody > tr > td.actions a:not(:last-child),
.table-cls > tfoot > tr > td.actions a:not(:last-child),
.table-cls > thead > tr > th.actions a:not(:last-child),
.table-cls > tbody > tr > th.actions a:not(:last-child),
.table-cls > tfoot > tr > th.actions a:not(:last-child) {
  margin-right: 10px;
}
.table-cls > thead > tr > td .image-block,
.table-cls > tbody > tr > td .image-block,
.table-cls > tfoot > tr > td .image-block,
.table-cls > thead > tr > th .image-block,
.table-cls > tbody > tr > th .image-block,
.table-cls > tfoot > tr > th .image-block {
  width: 60px;
  height: 60px;
  overflow: visible;
  border-radius: 5px;
  background: #ECECEC;
}
@media (max-width: 991px) {
  .table-cls > thead > tr > td .image-block,
  .table-cls > tbody > tr > td .image-block,
  .table-cls > tfoot > tr > td .image-block,
  .table-cls > thead > tr > th .image-block,
  .table-cls > tbody > tr > th .image-block,
  .table-cls > tfoot > tr > th .image-block {
    width: 44px;
    height: 44px;
    margin: 5px 0;
  }
}
.table-cls > thead > tr > td .image-block a,
.table-cls > tbody > tr > td .image-block a,
.table-cls > tfoot > tr > td .image-block a,
.table-cls > thead > tr > th .image-block a,
.table-cls > tbody > tr > th .image-block a,
.table-cls > tfoot > tr > th .image-block a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.table-cls > thead > tr > td .image-block a img,
.table-cls > tbody > tr > td .image-block a img,
.table-cls > tfoot > tr > td .image-block a img,
.table-cls > thead > tr > th .image-block a img,
.table-cls > tbody > tr > th .image-block a img,
.table-cls > tfoot > tr > th .image-block a img {
  width: 100%;
  border-radius: 5px;
}
.table-cls > thead > tr > td .image-circle,
.table-cls > tbody > tr > td .image-circle,
.table-cls > tfoot > tr > td .image-circle,
.table-cls > thead > tr > th .image-circle,
.table-cls > tbody > tr > th .image-circle,
.table-cls > tfoot > tr > th .image-circle {
  width: 32px;
  height: 32px;
  border-radius: 3px;
  overflow: hidden;
}
.table-cls > thead > tr > td .image-circle:empty,
.table-cls > tbody > tr > td .image-circle:empty,
.table-cls > tfoot > tr > td .image-circle:empty,
.table-cls > thead > tr > th .image-circle:empty,
.table-cls > tbody > tr > th .image-circle:empty,
.table-cls > tfoot > tr > th .image-circle:empty {
  background: #ECECEC;
}
.table-cls > thead > tr > td .image-circle img,
.table-cls > tbody > tr > td .image-circle img,
.table-cls > tfoot > tr > td .image-circle img,
.table-cls > thead > tr > th .image-circle img,
.table-cls > tbody > tr > th .image-circle img,
.table-cls > tfoot > tr > th .image-circle img {
  width: 100%;
  height: 100%;
  background: white;
  -o-object-fit: contain;
     object-fit: contain;
}
.table-cls > thead > tr > td.no-padding,
.table-cls > tbody > tr > td.no-padding,
.table-cls > tfoot > tr > td.no-padding,
.table-cls > thead > tr > th.no-padding,
.table-cls > tbody > tr > th.no-padding,
.table-cls > tfoot > tr > th.no-padding {
  padding: 0;
}
.table-cls > thead > tr > td.middle,
.table-cls > tbody > tr > td.middle,
.table-cls > tfoot > tr > td.middle,
.table-cls > thead > tr > th.middle,
.table-cls > tbody > tr > th.middle,
.table-cls > tfoot > tr > th.middle {
  vertical-align: middle;
}
.table-cls > thead > tr > td.top,
.table-cls > tbody > tr > td.top,
.table-cls > tfoot > tr > td.top,
.table-cls > thead > tr > th.top,
.table-cls > tbody > tr > th.top,
.table-cls > tfoot > tr > th.top {
  vertical-align: top;
}
.table-cls > thead > tr > td.width,
.table-cls > tbody > tr > td.width,
.table-cls > tfoot > tr > td.width,
.table-cls > thead > tr > th.width,
.table-cls > tbody > tr > th.width,
.table-cls > tfoot > tr > th.width {
  width: 1px;
}
.table-cls > thead > tr > td .push-button,
.table-cls > tbody > tr > td .push-button,
.table-cls > tfoot > tr > td .push-button,
.table-cls > thead > tr > th .push-button,
.table-cls > tbody > tr > th .push-button,
.table-cls > tfoot > tr > th .push-button {
  margin: 0;
}
.table-cls > thead > tr > td .little-text,
.table-cls > tbody > tr > td .little-text,
.table-cls > tfoot > tr > td .little-text,
.table-cls > thead > tr > th .little-text,
.table-cls > tbody > tr > th .little-text,
.table-cls > tfoot > tr > th .little-text {
  font-size: 10px;
  line-height: 1;
}
.table-cls > thead > tr > td .medium-text,
.table-cls > tbody > tr > td .medium-text,
.table-cls > tfoot > tr > td .medium-text,
.table-cls > thead > tr > th .medium-text,
.table-cls > tbody > tr > th .medium-text,
.table-cls > tfoot > tr > th .medium-text {
  font-size: 12px;
  line-height: 1;
  color: #808080;
}
.table-cls > thead > tr > td .block-little-text:not(:last-child),
.table-cls > tbody > tr > td .block-little-text:not(:last-child),
.table-cls > tfoot > tr > td .block-little-text:not(:last-child),
.table-cls > thead > tr > th .block-little-text:not(:last-child),
.table-cls > tbody > tr > th .block-little-text:not(:last-child),
.table-cls > tfoot > tr > th .block-little-text:not(:last-child) {
  margin-bottom: 15px;
}
.table-cls > thead > tr > td h4,
.table-cls > tbody > tr > td h4,
.table-cls > tfoot > tr > td h4,
.table-cls > thead > tr > th h4,
.table-cls > tbody > tr > th h4,
.table-cls > tfoot > tr > th h4 {
  color: #282828;
  font-size: 18px;
  font-weight: 400;
}
.table-cls > thead > tr > td h3,
.table-cls > tbody > tr > td h3,
.table-cls > tfoot > tr > td h3,
.table-cls > thead > tr > th h3,
.table-cls > tbody > tr > th h3,
.table-cls > tfoot > tr > th h3 {
  color: #282828;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.table-cls > thead > tr > td.name-push,
.table-cls > tbody > tr > td.name-push,
.table-cls > tfoot > tr > td.name-push,
.table-cls > thead > tr > th.name-push,
.table-cls > tbody > tr > th.name-push,
.table-cls > tfoot > tr > th.name-push {
  color: #282828;
  font-weight: 700;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.table-cls > thead > tr > td.black,
.table-cls > tbody > tr > td.black,
.table-cls > tfoot > tr > td.black,
.table-cls > thead > tr > th.black,
.table-cls > tbody > tr > th.black,
.table-cls > tfoot > tr > th.black {
  color: #282828;
}
.table-cls > thead > tr > td.vertical-top,
.table-cls > tbody > tr > td.vertical-top,
.table-cls > tfoot > tr > td.vertical-top,
.table-cls > thead > tr > th.vertical-top,
.table-cls > tbody > tr > th.vertical-top,
.table-cls > tfoot > tr > th.vertical-top {
  vertical-align: top;
}
.table-cls > thead > tr .last-td,
.table-cls > tbody > tr .last-td,
.table-cls > tfoot > tr .last-td {
  border-left: 1px dashed #EDEEF2 !important;
  width: 1px;
  white-space: nowrap;
  padding: 10px 10px;
}
.table-cls > thead > tr .last-td a.edit-token,
.table-cls > tbody > tr .last-td a.edit-token,
.table-cls > tfoot > tr .last-td a.edit-token,
.table-cls > thead > tr .last-td a.del-token,
.table-cls > tbody > tr .last-td a.del-token,
.table-cls > tfoot > tr .last-td a.del-token,
.table-cls > thead > tr .last-td a.refresh-token,
.table-cls > tbody > tr .last-td a.refresh-token,
.table-cls > tfoot > tr .last-td a.refresh-token {
  padding: 10px 5px;
}
.table-cls > thead > tr .last-td a.edit-token:hover,
.table-cls > tbody > tr .last-td a.edit-token:hover,
.table-cls > tfoot > tr .last-td a.edit-token:hover {
  background: url(/images/icons/sites/site-edit-blue.png) no-repeat;
  background-position: 50%;
}
.table-cls > thead > tr .last-td a.edit-token:hover img,
.table-cls > tbody > tr .last-td a.edit-token:hover img,
.table-cls > tfoot > tr .last-td a.edit-token:hover img {
  opacity: 0;
}
.table-cls > thead > tr .last-td a.del-token:hover,
.table-cls > tbody > tr .last-td a.del-token:hover,
.table-cls > tfoot > tr .last-td a.del-token:hover {
  background: url(/images/icons/sites/del-blue.png) no-repeat;
  background-position: 50%;
}
.table-cls > thead > tr .last-td a.del-token:hover img,
.table-cls > tbody > tr .last-td a.del-token:hover img,
.table-cls > tfoot > tr .last-td a.del-token:hover img {
  opacity: 0;
}
.table-cls > thead > tr .last-td a.refresh-token:hover,
.table-cls > tbody > tr .last-td a.refresh-token:hover,
.table-cls > tfoot > tr .last-td a.refresh-token:hover {
  background: url(/images/icons/sites/refresh-token.png) no-repeat;
  background-position: 50%;
}
.table-cls > thead > tr .last-td a.refresh-token:hover img,
.table-cls > tbody > tr .last-td a.refresh-token:hover img,
.table-cls > tfoot > tr .last-td a.refresh-token:hover img {
  opacity: 0;
}
.table-cls > thead > tr td,
.table-cls > tbody > tr td,
.table-cls > tfoot > tr td {
  vertical-align: middle;
}
.table-cls > thead > tr td .access-error,
.table-cls > tbody > tr td .access-error,
.table-cls > tfoot > tr td .access-error {
  display: block;
  padding-left: 20px;
  position: relative;
  color: #808080;
  font-size: 14px;
  font-weight: 400;
}
.table-cls > thead > tr td .access-error::before,
.table-cls > tbody > tr td .access-error::before,
.table-cls > tfoot > tr td .access-error::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: url(/images/icons/close-red.png) no-repeat;
  top: -2px;
  bottom: 0;
  margin: auto;
  left: 0;
}
.table-cls > thead > tr td .access-yes,
.table-cls > tbody > tr td .access-yes,
.table-cls > tfoot > tr td .access-yes {
  display: block;
  padding-left: 20px;
  position: relative;
  color: #808080;
  font-size: 14px;
  font-weight: 400;
}
.table-cls > thead > tr td .access-yes::before,
.table-cls > tbody > tr td .access-yes::before,
.table-cls > tfoot > tr td .access-yes::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 7px;
  background: url(/images/icons/check-green.png) no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.table-cls > thead > tr td .nameTd,
.table-cls > tbody > tr td .nameTd,
.table-cls > tfoot > tr td .nameTd {
  color: #282828;
  font-size: 14px;
  font-weight: 400;
}
.table-cls > thead > tr td .timeTd,
.table-cls > tbody > tr td .timeTd,
.table-cls > tfoot > tr td .timeTd {
  display: block;
  font-size: 12px;
}
.table-cls > thead > tr.background,
.table-cls > tbody > tr.background,
.table-cls > tfoot > tr.background {
  background-color: #F5F6FA;
}
.table-cls > thead > tr.background .last-td,
.table-cls > tbody > tr.background .last-td,
.table-cls > tfoot > tr.background .last-td {
  border-color: #D3D3D3 !important;
}
.table-cls > thead > tr.big-padding > td,
.table-cls > tbody > tr.big-padding > td,
.table-cls > tfoot > tr.big-padding > td,
.table-cls > thead > tr.big-padding > th,
.table-cls > tbody > tr.big-padding > th,
.table-cls > tfoot > tr.big-padding > th {
  padding: 15px;
}
.table-cls > thead > tr.big-left-padding > td,
.table-cls > tbody > tr.big-left-padding > td,
.table-cls > tfoot > tr.big-left-padding > td,
.table-cls > thead > tr.big-left-padding > th,
.table-cls > tbody > tr.big-left-padding > th,
.table-cls > tfoot > tr.big-left-padding > th {
  padding-left: 15px;
}
.table-cls > thead > tr.new-messages,
.table-cls > tbody > tr.new-messages,
.table-cls > tfoot > tr.new-messages {
  background: rgba(137, 147, 174, 0.1) !important;
}
.table-cls > thead > tr.blue-background,
.table-cls > tbody > tr.blue-background,
.table-cls > tfoot > tr.blue-background {
  background: rgba(81, 142, 247, 0.08) !important;
}
.table-cls > thead > tr.disabled,
.table-cls > tbody > tr.disabled,
.table-cls > tfoot > tr.disabled {
  background-color: #b6e3ff !important;
}
.table-cls thead tr {
  font-size: 14px;
  color: #525F7F;
  height: 49px;
  background: #E3F0FF;
}
.table-cls thead tr th,
.table-cls thead tr td {
  border: none;
  line-height: 1;
  vertical-align: middle;
  font-weight: normal;
}
.table-cls.thead-no-background thead tr {
  background: none;
}
.table-cls > tbody > tr {
  height: 61px;
}
.table-cls > tbody > tr > td,
.table-cls > tbody > tr > th {
  border: none;
  border-bottom: 1px solid #E3F0FF;
}
.table-cls > tbody > tr > td .full-height,
.table-cls > tbody > tr > th .full-height {
  height: 61px;
}
.table-cls > tbody > tr:last-child > td,
.table-cls > tbody > tr:last-child > th {
  border-bottom: none;
}
.table-cls.border-inline-dashed {
  border: none;
}
.table-cls.border-inline-dashed > .table-row > .table-cell:not(:first-child),
.table-cls.border-inline-dashed > tbody > tr > .table-cell:not(:first-child),
.table-cls.border-inline-dashed > thead > tr > .table-cell:not(:first-child),
.table-cls.border-inline-dashed > .table-row > td:not(:first-child),
.table-cls.border-inline-dashed > tbody > tr > td:not(:first-child),
.table-cls.border-inline-dashed > thead > tr > td:not(:first-child),
.table-cls.border-inline-dashed > .table-row > th:not(:first-child),
.table-cls.border-inline-dashed > tbody > tr > th:not(:first-child),
.table-cls.border-inline-dashed > thead > tr > th:not(:first-child) {
  border-left: 1px dashed;
}
.table-cls.border-inline-dashed > .table-row:not(:first-child) > .table-cell,
.table-cls.border-inline-dashed > tbody > tr:not(:first-child) > .table-cell,
.table-cls.border-inline-dashed > thead > tr:not(:first-child) > .table-cell,
.table-cls.border-inline-dashed > .table-row:not(:first-child) > td,
.table-cls.border-inline-dashed > tbody > tr:not(:first-child) > td,
.table-cls.border-inline-dashed > thead > tr:not(:first-child) > td,
.table-cls.border-inline-dashed > .table-row:not(:first-child) > th,
.table-cls.border-inline-dashed > tbody > tr:not(:first-child) > th,
.table-cls.border-inline-dashed > thead > tr:not(:first-child) > th {
  border-top: 1px dashed;
}
.table-cls .table {
  background: transparent;
}
.table-cls.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #FAFBFC;
}
.table-cls.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #FFF;
}
.table-cls.table-head-striped > thead > tr {
  background-color: #FFF;
  color: #171940;
}
.table-cls.table-head-striped > tbody > tr:nth-of-type(odd) {
  background-color: #F5F6FA;
}
.table-cls.table-head-striped > tbody > tr:nth-of-type(even) {
  background-color: #FFF;
}
.table-cls.table-double-striped > tbody:nth-of-type(even) {
  background-color: #FAFBFC;
}
.table-cls.table-double-striped > tbody:nth-of-type(odd) {
  background-color: #FFF;
}
.table-cls.table-double-striped > tbody > tr {
  background: none;
}
.table-cls.no-border tbody tr td,
.table-cls.no-border tbody tr th {
  border: none;
}
.table-cls.line-height > tbody > tr > td,
.table-cls.line-height > tbody > tr > th {
  line-height: 30px;
}
.table-cls .block-input {
  width: 1px;
}
.table-cls.push thead tr td,
.table-cls.push thead tr th {
  padding: 15px;
}
.table-cls.push > tbody > tr > td,
.table-cls.push > tbody > tr > th {
  padding: 10px 15px;
}
.table-cls.table-double-striped > tbody > tr:not(:first-of-type) > td,
.table-cls.table-double-striped > tbody > tr:not(:first-of-type) > th {
  border-top: none;
}
.table-cls.less-height thead tr {
  height: 40px;
}
.table-cls.less-height thead tr th:first-child {
  padding-left: 15px;
}
@media (max-width: 1439px) {
  .table-cls.less-height thead tr th:first-child {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .table-cls.less-height thead tr th:first-child {
    padding-left: 10px;
  }
}
.table-cls.less-height > tbody > tr {
  height: 48px;
}
.table-cls.less-height > tbody > tr > td,
.table-cls.less-height > tbody > tr > th {
  padding: 0px 15px;
}
@media (max-width: 1199px) {
  .table-cls.less-height > tbody > tr > td,
  .table-cls.less-height > tbody > tr > th {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  .table-cls.less-height > tbody > tr > td,
  .table-cls.less-height > tbody > tr > th {
    height: 48px;
  }
  .table-cls.less-height > tbody > tr > td .tablet-cell,
  .table-cls.less-height > tbody > tr > th .tablet-cell {
    padding: 0 15px;
    vertical-align: middle;
  }
}
.table-cls.big-padding-bordered-header > thead > tr > th {
  border-bottom: 1px solid #E3F0FF;
}
.table-cls.small-tbody-height thead tr {
  height: 52px;
}
.table-cls.small-tbody-height > tbody > tr {
  height: 46px;
}
.table-cls.mini-height thead tr {
  height: 24px;
}
.table-cls.mini-height > tbody > tr {
  height: 34px;
}
.table-cls.light-style thead {
  display: none;
}
.table-cls.light-style > tbody > tr {
  height: 40px;
}
.table-cls.light-style > tbody > tr > td,
.table-cls.light-style > tbody > tr > th {
  padding: 0px 15px;
}
.table-cls.light-style > tbody > tr > td:first-child,
.table-cls.light-style > tbody > tr > th:first-child {
  padding-left: 0;
}
.table-cls.light-style > tbody > tr > td:last-child,
.table-cls.light-style > tbody > tr > th:last-child {
  padding-right: 0;
}
.table-cls.light-style > tbody > tr > td.align-right,
.table-cls.light-style > tbody > tr > th.align-right {
  text-align: right;
}
.table-cls.light-style > tbody > tr > td.counter,
.table-cls.light-style > tbody > tr > th.counter {
  font-weight: bold;
}
@media (max-width: 1199px) {
  .table-cls.light-style > tbody > tr > td,
  .table-cls.light-style > tbody > tr > th {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (max-width: 991px) {
  .table-cls.light-style > tbody > tr > td,
  .table-cls.light-style > tbody > tr > th {
    height: 40px;
  }
  .table-cls.light-style > tbody > tr > td .tablet-cell,
  .table-cls.light-style > tbody > tr > th .tablet-cell {
    padding: 0 15px;
    vertical-align: middle;
  }
}
.table-cls.celled-table thead tr {
  background: unset;
}
.table-cls.celled-table thead tr th {
  padding: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-cls.celled-table thead tr th:first-child {
  padding-left: 10px;
}
.table-cls.celled-table thead tr th:last-child {
  padding-right: 10px;
}
.table-cls.celled-table thead tr th > * {
  width: 80px;
  height: 45px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
  border-radius: 5px;
}
.table-cls.celled-table > tbody > tr > td,
.table-cls.celled-table > tbody > tr > th {
  border: none;
  padding: 3px;
}
.table-cls.celled-table > tbody > tr > td:first-child,
.table-cls.celled-table > tbody > tr > th:first-child {
  padding-left: 10px;
}
.table-cls.celled-table > tbody > tr > td:last-child,
.table-cls.celled-table > tbody > tr > th:last-child {
  padding-right: 10px;
}
.table-cls.celled-table > tbody > tr > td > * {
  width: 80px;
  height: 40px;
  background: #F7F8FB;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: 0.2s;
}
.table-cls.celled-table > tbody > tr > td > *:hover {
  border-color: #3761EA;
}
.table-cls.celled-table > tbody > tr:last-child td {
  padding-bottom: 10px;
}
.table-cls.empty-center .empty {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #525F7F;
}
.table-background {
  background: #F5F6FA;
  border-radius: 2px;
  padding: 10px 5px;
}
.table-background .table-cls.table tr td,
.table-background .table-cls.table tr th {
  padding: 5px 10px;
}
.table-background .table-cls.table tr td.id,
.table-background .table-cls.table tr th.id {
  width: 1px;
  padding-right: 0;
}
.table-row {
  display: table-row;
  height: 100%;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.table-cell.vertical-top {
  vertical-align: top;
}
.table-cell.vertical-bottom {
  vertical-align: bottom;
}
.table-cell.width {
  width: 1px;
}
.table-mobile {
  display: none;
}
.toggle-menu-blk {
  cursor: pointer;
  padding: 0 20px !important;
  height: 46px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  width: auto;
}
.toggle-menu-blk.relative {
  position: relative;
  margin-right: -20px;
}
@media (max-width: 1199px) {
  .toggle-menu-blk.margin-right-little-desktop {
    margin-right: 0;
    padding: 0 15px !important;
  }
}
@media (max-width: 991px) {
  .toggle-menu-blk.margin-right-tablet {
    margin-right: -20px;
  }
}
.toggle-block {
  display: flex;
  height: 100%;
  width: 4px;
  align-items: center;
}
.toggle-block.svg {
  background: #525F7F;
}
.toggle-block span,
.toggle-block span::before,
.toggle-block span::after {
  background: #525F7F;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  transition: 0.2s linear;
  position: absolute;
  display: block;
}
.toggle-block span::before,
.toggle-block span::after {
  content: '';
}
.toggle-block span::before {
  margin-top: -7px;
}
.toggle-block span::after {
  margin-top: 7px;
}
.toggle-block.open span {
  animation: toggleToOpen 0.2s linear;
}
.toggle-block.open span,
.toggle-block.open span::before,
.toggle-block.open span::after {
  width: 3px;
  height: 3px;
  margin: 0;
}
.toggle-block.open span::before,
.toggle-block.open span::after {
  width: 20px;
  margin-left: -9px;
}
.toggle-block.open span::before {
  animation: toggleToOpenBefore 0.2s linear;
  transform: rotate(45deg);
}
.toggle-block.open span::after {
  animation: toggleToOpenAfter 0.2s linear;
  transform: rotate(-45deg);
}
.toggle-menu {
  cursor: default;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #FFFFFF;
  box-shadow: 0px 9px 28px 8px rgba(103, 119, 134, 0.05), 0px 3px 6px -4px rgba(103, 119, 134, 0.12);
  filter: drop-shadow(0px 6px 16px rgba(103, 119, 134, 0.08));
  border-radius: 8px;
  width: 100vw;
  max-width: 210px;
  z-index: 2;
  white-space: normal;
}
.toggle-menu.large {
  max-width: 250px;
}
.toggle-menu > * {
  padding: 7px 15px !important;
}
.toggle-menu svg * {
  transition: 0.2s;
  fill: #525F7F;
}
.toggle-menu > a {
  display: flex;
  color: #525F7F !important;
  text-decoration: none !important;
  transition: 0.2s;
  line-height: 22px;
}
.toggle-menu > a:hover {
  color: #171940 !important;
}
.toggle-menu > a .svg {
  margin-right: 15px;
}
.toggle-menu > a.button-action {
  width: auto;
  height: auto;
  padding: 7px 15px !important;
  justify-content: flex-start;
  border: none;
}
@media (min-width: 1300px) {
  .toggle-menu-less-desktop.block-buttons-actions {
    height: auto !important;
    display: flex !important;
  }
}
@media (max-width: 1299px) {
  .toggle-menu-blk-less-desktop {
    cursor: pointer;
    padding: 0 20px !important;
    height: 46px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    width: auto;
  }
  .toggle-menu-blk-less-desktop.relative {
    position: relative;
    margin-right: -20px;
  }
  .toggle-menu-less-desktop {
    cursor: default;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #FFFFFF;
    box-shadow: 0px 9px 28px 8px rgba(103, 119, 134, 0.05), 0px 3px 6px -4px rgba(103, 119, 134, 0.12);
    filter: drop-shadow(0px 6px 16px rgba(103, 119, 134, 0.08));
    border-radius: 8px;
    width: 100vw;
    max-width: 210px;
    z-index: 2;
    white-space: normal;
  }
  .toggle-menu-less-desktop.large {
    max-width: 250px;
  }
  .toggle-menu-less-desktop > * {
    padding: 7px 15px !important;
  }
  .toggle-menu-less-desktop svg * {
    transition: 0.2s;
    fill: #525F7F;
  }
  .toggle-menu-less-desktop > a {
    display: flex;
    color: #525F7F !important;
    text-decoration: none !important;
    transition: 0.2s;
    line-height: 22px;
  }
  .toggle-menu-less-desktop > a:hover {
    color: #171940 !important;
  }
  .toggle-menu-less-desktop > a .svg {
    margin-right: 15px;
  }
  .toggle-menu-less-desktop > a.button-action {
    width: auto;
    height: auto;
    padding: 7px 15px !important;
    justify-content: flex-start;
    border: none;
  }
}
@media (max-width: 1299px) and (max-width: 1199px) {
  .toggle-menu-blk-less-desktop.margin-right-little-desktop {
    margin-right: 0;
    padding: 0 15px !important;
  }
}
@media (max-width: 1299px) and (max-width: 991px) {
  .toggle-menu-blk-less-desktop.margin-right-tablet {
    margin-right: -20px;
  }
}
@media (min-width: 992px) {
  .table-cls:not(.no-hover) tbody tr {
    position: relative;
    box-shadow: 0 0 0 rgba(166, 166, 166, 0.5);
    transition: box-shadow 0.15s ease-in-out;
  }
  .table-cls:not(.no-hover) tbody tr:hover {
    box-shadow: 0px 0px 20px rgba(120, 120, 120, 0.18);
  }
  .table-cls:not(.no-hover) tbody tr:hover td:first-child::before,
  .table-cls:not(.no-hover) tbody tr:hover th:first-child::before {
    width: 4px;
    opacity: 1;
  }
  .table-cls:not(.no-hover).table-hover tbody tr:hover {
    background: transparent;
  }
  .table-cls:not(.no-hover).table-double-striped tbody {
    box-shadow: 0 0 0 rgba(166, 166, 166, 0.5);
    transition: box-shadow 0.15s ease-in-out;
  }
  .table-cls:not(.no-hover).table-double-striped tbody:hover {
    box-shadow: 0 0 18px 0 rgba(166, 166, 166, 0.5);
  }
  .table-cls:not(.no-hover).table-double-striped tbody:hover + tbody {
    box-shadow: inset 0px 20px 18px -20px rgba(166, 166, 166, 0.5);
  }
  .table-cls:not(.no-hover).table-double-striped tbody tr {
    box-shadow: none;
  }
  .table-cls:not(.no-hover).table-double-striped tbody tr + tr {
    box-shadow: none;
  }
  .table-cls:not(.no-hover).mobile-hide-block > tbody > tr > td:nth-child(2)::before,
  .table-cls:not(.no-hover).mobile-hide-block > tbody > tr > th:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #518EF7;
    transition: 0.2s linear;
  }
  .table-cls:not(.no-hover).mobile-hide-block > tbody > tr:hover > td:nth-child(2)::before,
  .table-cls:not(.no-hover).mobile-hide-block > tbody > tr:hover > th:nth-child(2)::before {
    width: 4px;
  }
}
@media (max-width: 1439px) {
  .table-cls > thead > tr > td,
  .table-cls > tbody > tr > td,
  .table-cls > tfoot > tr > td,
  .table-cls > thead > tr > th,
  .table-cls > tbody > tr > th,
  .table-cls > tfoot > tr > th {
    padding-left: 10px;
    padding-right: 10px;
  }
  .table-cls > thead > tr > td:first-child,
  .table-cls > tbody > tr > td:first-child,
  .table-cls > tfoot > tr > td:first-child,
  .table-cls > thead > tr > th:first-child,
  .table-cls > tbody > tr > th:first-child,
  .table-cls > tfoot > tr > th:first-child {
    padding-left: 20px;
  }
  .table-cls > thead > tr > td:last-child,
  .table-cls > tbody > tr > td:last-child,
  .table-cls > tfoot > tr > td:last-child,
  .table-cls > thead > tr > th:last-child,
  .table-cls > tbody > tr > th:last-child,
  .table-cls > tfoot > tr > th:last-child {
    padding-right: 20px;
  }
  .table-cls > thead > tr > td.status-header,
  .table-cls > tbody > tr > td.status-header,
  .table-cls > tfoot > tr > td.status-header,
  .table-cls > thead > tr > th.status-header,
  .table-cls > tbody > tr > th.status-header,
  .table-cls > tfoot > tr > th.status-header {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .table-cls > thead > tr > td,
  .table-cls > tbody > tr > td,
  .table-cls > tfoot > tr > td,
  .table-cls > thead > tr > th,
  .table-cls > tbody > tr > th,
  .table-cls > tfoot > tr > th {
    padding-left: 5px;
    padding-right: 5px;
  }
  .table-cls > thead > tr > td:first-child,
  .table-cls > tbody > tr > td:first-child,
  .table-cls > tfoot > tr > td:first-child,
  .table-cls > thead > tr > th:first-child,
  .table-cls > tbody > tr > th:first-child,
  .table-cls > tfoot > tr > th:first-child {
    padding-left: 10px;
  }
  .table-cls > thead > tr > td:last-child,
  .table-cls > tbody > tr > td:last-child,
  .table-cls > tfoot > tr > td:last-child,
  .table-cls > thead > tr > th:last-child,
  .table-cls > tbody > tr > th:last-child,
  .table-cls > tfoot > tr > th:last-child {
    padding-right: 10px;
  }
  .table-cls > thead > tr > td.status-header,
  .table-cls > tbody > tr > td.status-header,
  .table-cls > tfoot > tr > td.status-header,
  .table-cls > thead > tr > th.status-header,
  .table-cls > tbody > tr > th.status-header,
  .table-cls > tfoot > tr > th.status-header {
    padding-left: 15px;
  }
  .table-cls.push > thead > tr > th:not(.text),
  .table-cls.push > thead > tr > td:not(.text) {
    width: 1px;
  }
  .table-cls.push > thead > tr > td,
  .table-cls.push > tbody > tr > td,
  .table-cls.push > thead > tr > th,
  .table-cls.push > tbody > tr > th {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 991px) {
  .table-cls:not(.no-change) {
    background: transparent;
    box-shadow: none;
  }
  .table-cls:not(.no-change) > thead {
    display: none;
  }
  .table-cls:not(.no-change) > tbody > tr,
  .table-cls:not(.no-change) > tfoot > tr {
    display: table;
    background: #FFF;
    border-radius: 3px;
    margin-bottom: 15px;
    width: 100%;
    position: relative;
  }
  .table-cls:not(.no-change) > tbody > tr > td:not(.no-cell):not(.no-tablet),
  .table-cls:not(.no-change) > tfoot > tr > td:not(.no-cell):not(.no-tablet),
  .table-cls:not(.no-change) > tbody > tr > th:not(.no-cell):not(.no-tablet),
  .table-cls:not(.no-change) > tfoot > tr > th:not(.no-cell):not(.no-tablet) {
    display: table-row !important;
  }
  .table-cls:not(.no-change) > tbody > tr > td:not(.no-cell):not(.no-tablet)::before,
  .table-cls:not(.no-change) > tfoot > tr > td:not(.no-cell):not(.no-tablet)::before,
  .table-cls:not(.no-change) > tbody > tr > th:not(.no-cell):not(.no-tablet)::before,
  .table-cls:not(.no-change) > tfoot > tr > th:not(.no-cell):not(.no-tablet)::before {
    content: none;
  }
  .table-cls:not(.no-change) > tbody > tr > td.center-text,
  .table-cls:not(.no-change) > tfoot > tr > td.center-text,
  .table-cls:not(.no-change) > tbody > tr > th.center-text,
  .table-cls:not(.no-change) > tfoot > tr > th.center-text {
    text-align: unset;
  }
  .table-cls:not(.no-change) > tbody > tr > td.no-border-tablet,
  .table-cls:not(.no-change) > tfoot > tr > td.no-border-tablet,
  .table-cls:not(.no-change) > tbody > tr > th.no-border-tablet,
  .table-cls:not(.no-change) > tfoot > tr > th.no-border-tablet {
    border: none;
  }
  .table-cls:not(.no-change) > tbody > tr > td.name-block,
  .table-cls:not(.no-change) > tfoot > tr > td.name-block,
  .table-cls:not(.no-change) > tbody > tr > th.name-block,
  .table-cls:not(.no-change) > tfoot > tr > th.name-block {
    font-weight: 400;
  }
  .table-cls:not(.no-change) > tbody > tr > td.name-block .tablet-cell.value,
  .table-cls:not(.no-change) > tfoot > tr > td.name-block .tablet-cell.value,
  .table-cls:not(.no-change) > tbody > tr > th.name-block .tablet-cell.value,
  .table-cls:not(.no-change) > tfoot > tr > th.name-block .tablet-cell.value {
    font-weight: 600;
  }
  .table-cls:not(.no-change) > tbody > tr > td:not(:first-child):not(.no-border-children) .tablet-cell:not(.no-border),
  .table-cls:not(.no-change) > tfoot > tr > td:not(:first-child):not(.no-border-children) .tablet-cell:not(.no-border),
  .table-cls:not(.no-change) > tbody > tr > th:not(:first-child):not(.no-border-children) .tablet-cell:not(.no-border),
  .table-cls:not(.no-change) > tfoot > tr > th:not(:first-child):not(.no-border-children) .tablet-cell:not(.no-border),
  .table-cls:not(.no-change) > tbody > tr > td:not(:first-child):not(.no-border-children) .border-cell,
  .table-cls:not(.no-change) > tfoot > tr > td:not(:first-child):not(.no-border-children) .border-cell,
  .table-cls:not(.no-change) > tbody > tr > th:not(:first-child):not(.no-border-children) .border-cell,
  .table-cls:not(.no-change) > tfoot > tr > th:not(:first-child):not(.no-border-children) .border-cell {
    border-top: 1px solid #E3F0FF;
  }
  .table-cls:not(.no-change) > tbody > tr > td.btn-row-tablet,
  .table-cls:not(.no-change) > tfoot > tr > td.btn-row-tablet,
  .table-cls:not(.no-change) > tbody > tr > th.btn-row-tablet,
  .table-cls:not(.no-change) > tfoot > tr > th.btn-row-tablet {
    height: 40px;
    position: relative;
  }
  .table-cls:not(.no-change) > tbody > tr > td.btn-row-tablet.more-height,
  .table-cls:not(.no-change) > tfoot > tr > td.btn-row-tablet.more-height,
  .table-cls:not(.no-change) > tbody > tr > th.btn-row-tablet.more-height,
  .table-cls:not(.no-change) > tfoot > tr > th.btn-row-tablet.more-height {
    height: 70px;
  }
  .table-cls:not(.no-change) > tbody > tr > td.btn-row-tablet.more-more-height,
  .table-cls:not(.no-change) > tfoot > tr > td.btn-row-tablet.more-more-height,
  .table-cls:not(.no-change) > tbody > tr > th.btn-row-tablet.more-more-height,
  .table-cls:not(.no-change) > tfoot > tr > th.btn-row-tablet.more-more-height {
    height: 80px;
  }
  .table-cls:not(.no-change) > tbody > tr > td.btn-row-tablet.more-more-height .border-cell,
  .table-cls:not(.no-change) > tfoot > tr > td.btn-row-tablet.more-more-height .border-cell,
  .table-cls:not(.no-change) > tbody > tr > th.btn-row-tablet.more-more-height .border-cell,
  .table-cls:not(.no-change) > tfoot > tr > th.btn-row-tablet.more-more-height .border-cell {
    padding: 20px 0;
  }
  .table-cls:not(.no-change) > tbody > tr > td.btn-row-tablet > .all-width-btn,
  .table-cls:not(.no-change) > tfoot > tr > td.btn-row-tablet > .all-width-btn,
  .table-cls:not(.no-change) > tbody > tr > th.btn-row-tablet > .all-width-btn,
  .table-cls:not(.no-change) > tfoot > tr > th.btn-row-tablet > .all-width-btn {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
  }
  .table-cls:not(.no-change) > tbody > tr > td.btn-row-tablet > .center-btn,
  .table-cls:not(.no-change) > tfoot > tr > td.btn-row-tablet > .center-btn,
  .table-cls:not(.no-change) > tbody > tr > th.btn-row-tablet > .center-btn,
  .table-cls:not(.no-change) > tfoot > tr > th.btn-row-tablet > .center-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .table-cls:not(.no-change) > tbody > tr > td.no-padding-left > div,
  .table-cls:not(.no-change) > tfoot > tr > td.no-padding-left > div,
  .table-cls:not(.no-change) > tbody > tr > th.no-padding-left > div,
  .table-cls:not(.no-change) > tfoot > tr > th.no-padding-left > div {
    padding-left: 0;
  }
  .table-cls:not(.no-change).table-vertical-name .tablet-cell {
    display: block;
  }
  .table-cls:not(.no-change).table-vertical-name .tablet-cell.name {
    font-size: 12px;
  }
  .table-cls:not(.no-change).table-vertical-name .tablet-cell.value {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .table-cls.no-footer-tablet > tfoot {
    display: none;
  }
  .table-cls.show-last-th > thead {
    display: table-header-group;
  }
  .table-cls.show-last-th th:not(:last-child) {
    display: none;
  }
  .tablet-with-scroll {
    background: unset;
    display: block;
  }
  .tablet-with-scroll > thead {
    display: none;
  }
  .tablet-with-scroll > tbody {
    display: block;
  }
  .tablet-with-scroll > tbody > tr {
    display: block;
    height: auto;
    overflow: auto;
    position: relative;
    width: 100%;
    padding-top: 15px;
    scrollbar-color: #8D9CBA transparent;
    scrollbar-width: thin;
  }
  .tablet-with-scroll > tbody > tr::-webkit-scrollbar {
    height: 6px;
  }
  .tablet-with-scroll > tbody > tr::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
  }
  .tablet-with-scroll > tbody > tr::-webkit-scrollbar-thumb {
    background: #8D9CBA;
    border-radius: 4px;
  }
  .tablet-with-scroll > tbody > tr > td {
    display: table-cell;
    padding: 0 !important;
    background: white;
  }
  .tablet-with-scroll > tbody > tr > td.sticky-block {
    width: 100%;
    position: sticky;
    left: 0;
    z-index: 1;
    box-shadow: 5px 0px 10px rgba(82, 95, 127, 0.1);
  }
  .tablet-with-scroll > tbody > tr > td.absolute-separate {
    position: sticky;
    top: 0;
    display: flex;
    left: 0;
    align-items: center;
    width: 100%;
    height: 50px;
    background: transparent;
  }
  .tablet-with-scroll > tbody > tr > td.absolute-separate .name {
    background: transparent;
    height: unset;
  }
  .tablet-with-scroll > tbody > tr > td.absolute-separate .value {
    min-height: unset;
  }
  .tablet-with-scroll > tbody > tr > td .tablet-cell {
    display: block;
  }
  .tablet-with-scroll > tbody > tr > td .name {
    font-size: 14px;
    color: #525F7F;
    height: 49px;
    background: #E3F0FF;
  }
  .tablet-with-scroll > tbody > tr > td .value {
    padding: 15px;
  }
  .tablet-cell {
    display: table-cell;
    padding: 15px;
  }
  .tablet-cell.no-padding {
    padding: 0;
  }
  .tablet-cell.name {
    color: #525F7F;
    vertical-align: middle;
  }
  .tablet-cell.value {
    width: 100%;
    font-size: 16px;
    padding: 5px 15px;
    min-height: 49px;
    vertical-align: middle;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .tablet-with-scroll > tbody > tr > td.absolute-separate.no-tablet-block {
    display: none;
  }
}
.commment-table-btn {
  color: #525F7F;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
  cursor: pointer;
}
.commment-table-btn svg * {
  fill: #8D9CBA;
  transition: 0.2s;
}
.commment-table-btn:hover svg * {
  fill: #3761EA;
}
.commment-table-btn:hover + .comment-table-block {
  visibility: visible;
  opacity: 1;
}
.comment-table-block {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 15px;
  min-width: 250px;
  background-color: #ffffff;
}
.comment-table-block.tablet-inherit {
  bottom: 10px;
  right: 25px;
  top: auto;
}
.comment-table-block .comment-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: initial;
}
@media (max-width: 767px) {
  .table-cls:not(.no-change) > tbody > tr {
    margin-bottom: 10px;
  }
  .tablet-cell.value {
    font-size: 14px;
  }
}
.left-menu-block {
  position: fixed;
  z-index: 1030;
  top: 60px;
  bottom: 0;
  left: 0;
  width: 260px;
  border-right: 0;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
  background-color: white;
  transition: width 0.3s ease-in-out, top 0.15s linear;
}
.left-menu-block .left-menu-items {
  overflow: auto;
  height: 100%;
  list-style: none;
  padding: 0;
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
}
@media (max-width: 991px) {
  .left-menu-block .left-menu-items {
    touch-action: auto !important;
  }
}
.left-menu-block .left-menu-items::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.left-menu-block .left-menu-items::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.left-menu-block .left-menu-items::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
.left-menu-block .left-menu-items > li > a {
  min-width: 200px;
  font-weight: normal;
  color: #282828;
  padding: 5px 20px;
  display: block;
  text-decoration: none;
}
.left-menu-block .left-menu-items > li > a .table {
  height: 44px;
  display: flex;
  align-items: center;
}
.left-menu-block .left-menu-items > li > a .table .table-cell {
  height: auto;
  display: flex;
}
.left-menu-block .left-menu-items > li > a .menu-img {
  width: 35px;
}
.left-menu-block .left-menu-items > li > a .menu-img svg path {
  fill: #171940;
}
.left-menu-block .left-menu-items > li > a .menu-img svg circle {
  stroke: #171940;
}
.left-menu-block .left-menu-items > li > a .menu-img .svg {
  background-color: #171940;
}
.left-menu-block .left-menu-items > li.service-menu > a {
  background-color: #F6F7FB;
}
.left-menu-block .left-menu-items > li:hover {
  background: #E3F0FF;
}
.left-menu-block .left-menu-items > li.active > a,
.left-menu-block .left-menu-items > li:focus > a {
  background: #3761EA;
  color: #FFF;
}
.left-menu-block .left-menu-items > li.active > a .menu-img svg path,
.left-menu-block .left-menu-items > li:focus > a .menu-img svg path {
  fill: #FFF;
}
.left-menu-block .left-menu-items > li.active > a .menu-img svg circle,
.left-menu-block .left-menu-items > li:focus > a .menu-img svg circle {
  stroke: #FFF;
}
.left-menu-block .left-menu-items > li.active > a .menu-img .svg,
.left-menu-block .left-menu-items > li:focus > a .menu-img .svg {
  background-color: #fff;
}
@media (max-width: 767px) {
  .left-menu-block .left-menu-items > li.active,
  .left-menu-block .left-menu-items > li:focus {
    background-color: #3761EA;
  }
}
.left-menu-block .left-menu-items > li:hover:not(.active) > a,
.left-menu-block .left-menu-items > li:focus:not(.active) > a {
  background: #E3F0FF;
}
.left-menu-block .left-menu-items > li .children {
  transition: height 0.3s ease-in-out;
  height: 0;
  overflow: hidden;
}
.left-menu-block .left-menu-items > li ul {
  padding: 28px 0;
  background: #ffffff;
}
.left-menu-block .left-menu-items > li ul li a {
  color: #525F7F;
  padding: 7px 20px 7px 40px;
  line-height: 16px;
  display: block;
  text-decoration: none;
  font-weight: normal;
  position: relative;
  transition: 0.2s;
}
.left-menu-block .left-menu-items > li ul li:hover > a,
.left-menu-block .left-menu-items > li ul li:active > a,
.left-menu-block .left-menu-items > li ul li.active > a {
  color: #171940;
  font-weight: 600;
  margin-left: 5px;
}
.left-menu-block .left-menu-items > li ul li:hover > a:before,
.left-menu-block .left-menu-items > li ul li:active > a:before,
.left-menu-block .left-menu-items > li ul li.active > a:before {
  border-color: #70AEEF;
}
.left-menu-block .left-menu-items > li ul li.active-drop > a {
  background: #E3F0FF;
}
.left-menu-block .left-menu-items > li.dropdown > a {
  position: relative;
  padding-right: 0;
  overflow: hidden;
  display: flex;
}
.left-menu-block .left-menu-items > li.dropdown > a .dropdown-array {
  position: absolute;
  right: 0;
  top: 0;
  width: 55px;
  height: 100%;
  content: "";
  background: url('/images/select-arrow.svg') no-repeat center;
  transition: transform 0.3s ease-in-out;
}
.left-menu-block .left-menu-items > li.dropdown.active-drop > a .dropdown-array {
  transform: rotate(180deg);
}
.left-menu-block .left-menu-items > li.dropdown.active-drop .children {
  height: auto;
}
.left-menu-block .left-menu-items > li.dropdown.active-drop:not(.active) > a {
  background: #E3F0FF;
}
.left-menu-block .left-menu-items > li.dropdown.active > a .dropdown-array {
  filter: brightness(9);
}
@media (min-width: 768px) {
  .wrap.mini-left .left-menu-block {
    width: 72px;
  }
}
.wrap.mini-left .left-menu-items > li > a {
  min-width: auto;
}
.wrap.mini-left .left-menu-items > li > a .menu-img {
  justify-content: center;
}
.wrap.mini-left .left-menu-items > li > a .menu-img ~ div {
  display: none;
}
@media (min-width: 768px) {
  .wrap.mini-left .left-menu-items > li.dropdown > a {
    padding-right: 20px;
  }
}
.wrap.mini-left .left-menu-items > li.dropdown > a .dropdown-array {
  display: none;
}
.wrap.mini-left .left-menu-items > li.dropdown .children {
  height: 0 !important;
}
.wrap.confirm-email .left-menu-block {
  top: 110px;
}
@media (max-width: 991px) {
  .left-menu-block {
    width: 248px;
  }
}
@media (min-width: 768px) {
  .left-menu-block .left-menu-items > li.dropdown:not(.active-drop) .children {
    height: 0 !important;
  }
}
.left-menu-block.no-change .left-menu-items > li.dropdown:not(.active-drop) .children {
  height: 0 !important;
}
@media (max-width: 767px) {
  .wrap.confirm-email .left-menu-block {
    top: auto;
  }
  .left-menu-block:not(.no-change) {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 53px;
    background: #FFF;
  }
  .left-menu-block:not(.no-change) .left-menu-items {
    box-shadow: 0px -5px 10px 0px rgba(172, 150, 208, 0.22);
    overflow: unset !important;
  }
  .left-menu-block:not(.no-change) .left-menu-items > li {
    position: relative;
    float: left;
    width: 20%;
  }
  .left-menu-block:not(.no-change) .left-menu-items > li > a {
    min-width: 0;
    padding: 5px;
  }
  .left-menu-block:not(.no-change) .left-menu-items > li > a .table {
    justify-content: center;
  }
  .left-menu-block:not(.no-change) .left-menu-items > li > a .menu-img {
    text-align: center;
    width: auto;
  }
  .left-menu-block:not(.no-change) .left-menu-items > li > a .menu-img ~ div {
    display: none!important;
  }
  .left-menu-block:not(.no-change) .left-menu-items > li.dropdown {
    position: unset;
  }
  .left-menu-block:not(.no-change) .left-menu-items > li.dropdown > a {
    z-index: 1;
    overflow: inherit;
    padding-right: 5px;
  }
  .left-menu-block:not(.no-change) .left-menu-items > li.dropdown > a .dropdown-array {
    display: none;
  }
  .left-menu-block:not(.no-change) .left-menu-items > li.dropdown .children {
    bottom: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    box-shadow: rgba(172, 150, 208, 0.22) 0px -5px 10px 0px;
    background: #fafbfc none repeat scroll 0 0;
  }
  .left-menu-block:not(.no-change) .left-menu-items > li.dropdown.active-drop > a {
    background-color: transparent;
  }
  .left-menu-block:not(.no-change) .left-menu-items > li.dropdown.active-drop-mobile > a {
    background-color: #E3F0FF;
  }
  .left-menu-block:not(.no-change) .left-menu-items > li.dropdown:not(.active-drop-mobile) .children {
    height: 0 !important;
  }
  .left-menu-block:not(.no-change) .left-menu-items > li.dropdown.active-drop-mobile .children {
    height: auto;
  }
  .left-menu-block:not(.no-change) .left-menu-items > li.active > a:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-style: solid;
    border-color: #AC96D0 transparent;
  }
}
.form-group {
  margin-bottom: 30px;
}
.form-group.half-more-margin {
  margin-bottom: 20px;
}
.form-group.no-margin {
  margin-bottom: 0;
}
.form-group.half-margin {
  margin-bottom: 15px;
}
.form-group.more-half-margin {
  margin-bottom: 20px;
}
.form-group.more-margin {
  margin-bottom: 40px;
}
.form-group.less-margin {
  margin-bottom: 10px;
}
.form-group.little-margin {
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  .form-group.half-more-margin-little-desktop {
    margin-bottom: 20px;
  }
}
.form-group label {
  font-size: 14px;
  margin-bottom: 8px;
  color: #525F7F;
  min-height: 15px;
  line-height: 17px;
  transition: color 0.2s linear;
}
.form-group label.display {
  display: block;
}
.form-group label.bigger-font {
  font-size: 13px;
}
.form-group label.dark-color {
  color: #171940;
}
.form-group label.label-title {
  font-size: 18px;
  line-height: 22px;
  color: #171940;
  margin-bottom: 15px;
}
.form-group label.no-margin {
  margin-bottom: 0;
}
.form-group label.margin {
  margin-bottom: 15px;
}
.form-group label.margin-more {
  margin-bottom: 20px;
}
.form-group label.light {
  color: #B0B5BF;
}
.form-group input + label:hover,
.form-group input:checked + label {
  color: #171940;
}
.form-group .white-items {
  padding: 0 2px;
  line-height: 1.1;
  transition: color 0.2s linear, border 0.2s linear;
  font-size: 14px;
  background: #FFFFFF;
  border-radius: 5px;
  min-height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #FFF;
  cursor: pointer;
}
.form-group .white-items svg path {
  fill: #8D9CBA;
}
.form-group .white-items .svg {
  background-color: #8D9CBA;
}
.form-group .white-items.with-border {
  border: 1px dashed #CBD2E0;
}
.form-group .white-items:not(.width-whole) {
  width: 138px;
}
.form-group .white-items:not(.width-whole).little-label {
  width: 42px;
}
.form-group input:checked + .white-items {
  color: #3761EA;
  border-style: solid;
  border-color: #3761EA;
}
.form-group input:checked + .white-items svg path {
  fill: #3761EA;
}
.form-group input:checked + .white-items .svg {
  background-color: #3761EA;
}
.form-group .border-items p {
  transition: color 0.2s linear;
}
.form-group .border-items span {
  display: block;
  height: 62px;
  border: 1px solid #525F7F;
  border-radius: 3px;
  margin-bottom: 10px;
  transition: border-color 0.2s linear;
  cursor: pointer;
}
.form-group .border-items span.border-dotted {
  border-style: dotted;
}
.form-group .border-items span.border-dashed {
  border-style: dashed;
}
.form-group .border-items span.border-none {
  background: url("/images/icons/no-style.svg") no-repeat center center;
}
.form-group .border-items span:not(:empty) {
  border-color: rgba(141, 156, 186, 0.5);
}
.form-group .border-items span.border-all:empty {
  border-width: 3px;
}
.form-group .border-items span span {
  margin: -1px;
}
.form-group .border-items .one-border:empty {
  border-width: 0;
}
.form-group .border-items .one-border:empty.border-top {
  border-top-width: 3px;
}
.form-group .border-items .one-border:empty.border-bottom {
  border-bottom-width: 3px;
}
.form-group .border-items .one-border:empty.border-left {
  border-left-width: 3px;
}
.form-group .border-items .one-border:empty.border-right {
  border-right-width: 3px;
}
.form-group .border-items:hover span:empty {
  border-color: #3761EA;
}
.form-group.frame-type ~ .frame-block {
  display: none;
}
.form-group.frame-type.show-frame ~ .frame-block {
  display: block;
}
.form-group input:checked + .border-items span:empty {
  border-color: #3761EA;
}
.form-group input:checked + .border-items p {
  color: #3761EA;
}
.form-group .hover-items {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: rgba(227, 240, 255, 0);
  transition: background-color 0.2s linear, color 0.2s linear, border-color 0.2s linear;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.2;
}
.form-group .hover-items.with-border {
  border: 1px solid #CBD2E0;
}
.form-group .hover-items.middle-radio {
  width: 38px;
  height: 38px;
}
.form-group .hover-items.big-radio {
  width: 44px;
  height: 44px;
}
.form-group .hover-items:hover {
  border-color: #E3F0FF;
  background-color: #E3F0FF;
}
.form-group input:checked + .hover-items {
  border-color: #3761EA;
  background-color: #3761EA;
  color: #FFF;
}
.form-group input:checked + .hover-items svg path:not(.stroke):not(.no-fill),
.form-group input:checked + .hover-items svg .fill {
  fill: #FFF;
}
.form-group input:checked + .hover-items svg .stroke {
  stroke: #FFF;
}
.form-group input:checked + .hover-items .svg {
  background-color: #fff;
}
.form-group .hint-block,
.form-group .help-block {
  font-size: 12px;
  line-height: 16px;
  color: #525F7F;
  padding: 0;
  margin: 0;
  display: block;
}
.form-group .hint-block.more-font,
.form-group .help-block.more-font {
  font-size: 14px;
}
.form-group .hint-block.margin-top,
.form-group .help-block.margin-top {
  margin-top: 5px;
}
.form-group .hint-block:not(:empty),
.form-group .help-block:not(:empty) {
  padding-top: 10px;
}
.form-group .hint-block.no-padding,
.form-group .help-block.no-padding {
  padding: 0;
}
.form-group .hint-block.margin-bottom,
.form-group .help-block.margin-bottom {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .form-group .hint-block.desktop-absolute,
  .form-group .help-block.desktop-absolute {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    padding: 0;
  }
}
.form-group .checkbox .hint-block:not(:empty),
.form-group .radio .hint-block:not(:empty),
.form-group .checkbox .help-block:not(:empty),
.form-group .radio .help-block:not(:empty) {
  padding-top: 3px;
}
.form-group.hint-padding-little .hint-block,
.form-group.hint-padding-little .help-block {
  padding-top: 8px;
  padding-bottom: 7px;
}
.form-group.hint-padding .hint-block,
.form-group.hint-padding .help-block {
  padding-top: 8px;
  padding-bottom: 12px;
}
.form-group.no-hint-padding .hint-block,
.form-group.no-hint-padding .help-block {
  padding: 0;
}
.form-group .calendar-block-filter {
  margin: 0;
  padding: 9px 10px;
  height: 42px;
  line-height: 24px;
}
.max-text-width {
  max-width: 535px;
}
.title-text {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #171940;
}
.title-text.no-margin {
  margin-bottom: 0;
}
.title-text.margin-top-bottom {
  margin-top: 40px;
  margin-bottom: 20px;
}
.title-text.half-margin {
  margin-bottom: 15px;
}
.title-text.big {
  font-size: 24px;
}
.title-text.bigger {
  font-size: 22px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .title-text.change-font {
    font-size: 14px;
    line-height: 16px;
  }
}
.header-text {
  font-size: 17px;
  line-height: 22px;
  color: #282828;
  margin-bottom: 5px;
}
.toggle-button-cover {
  position: relative;
  display: flex;
  align-items: center;
}
.toggle-button-cover > .currency-icon:not(:first-child) {
  margin-left: 3px !important;
}
.toggle-button-cover.margin {
  margin-top: 8px;
}
@media (max-width: 499px) {
  .toggle-button-cover.mini-mobile-margin {
    margin-top: 8px;
  }
}
.toggle-button-cover.mobile {
  display: none;
}
.toggle-button-cover.settings {
  background: #171940;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.toggle-button-cover.settings:not(:first-child) {
  margin-left: 30px;
}
.toggle-button-cover.settings.rotation svg {
  transform: rotate(180deg);
}
.toggle-button-cover.settings svg {
  transition: 0.5s linear;
}
.toggle-button-cover.settings svg path {
  fill: #FFFFFF;
}
.toggle-button-cover.settings .svg {
  background-color: #fff;
}
.toggle-button-cover.settings.light {
  background: #FFFFFF;
  border: 1px solid #171940;
}
.toggle-button-cover.settings.light svg * {
  fill: #171940;
}
.toggle-button-cover .button-title {
  color: #171940;
}
.toggle-button-cover .button-title:not(:last-child) {
  margin-right: 15px;
}
.toggle-button-cover .button-title:not(:first-child) {
  margin-left: 15px;
}
.toggle-button-cover.button .checkbox {
  position: relative;
  width: 41px;
  height: 22px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: none;
  border-radius: 100px;
  background: rgba(141, 156, 186, 0.3);
  transition: 0.3s ease all;
}
.toggle-button-cover.button .checkbox::after {
  content: none;
}
.toggle-button-cover.button .checkbox::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  opacity: 1;
  animation: none;
  border: none;
}
.toggle-button-cover.button .checkbox:active::before {
  width: 32px;
  border-radius: 100px;
}
.toggle-button-cover.button .checkbox:checked:active::before {
  margin-left: -18px;
}
.toggle-button-cover.button .checkbox:checked::before {
  left: 22px;
}
.toggle-button-cover.button .checkbox:checked {
  background-color: #3761EA;
}
.social-checkbox-block {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}
.social-checkbox-block input[type="checkbox"],
.social-checkbox-block input[type="radio"] {
  display: none;
}
.social-checkbox-block > * {
  text-decoration: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  margin: 5px !important;
}
.social-checkbox-block > *:hover,
.social-checkbox-block > *:focus {
  text-decoration: none;
}
.social-checkbox-block > * svg rect {
  transition: 0.2s;
}
.social-checkbox-block > input:not(:checked) + * svg rect {
  fill: #BBC4D6;
}
.calendar-block-filter,
.calendar-block-little {
  position: relative;
  z-index: 2;
  background: #FFF;
  cursor: pointer;
  border-radius: 3px;
}
.calendar-block-filter:not(.no-margin),
.calendar-block-little:not(.no-margin) {
  margin-left: 10px;
}
.calendar-block-filter.none-float,
.calendar-block-little.none-float {
  float: none;
  max-width: none;
}
.calendar-block-filter span,
.calendar-block-little span {
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.calendar-block-filter.no-margin,
.calendar-block-little.no-margin {
  margin: 0;
}
.calendar-block-little {
  height: 48px;
  font-size: 16px;
  line-height: 19px;
  padding: 0 30px;
  background: #FFF;
  color: #171940;
}
.calendar-block-little > .few-blocks {
  height: 100%;
}
.calendar-block-little svg,
.calendar-block-little img {
  display: block;
}
.calendar-block-filter {
  font-size: 14px;
  line-height: 22px;
  width: 235px;
  padding: 10px 25px 10px 10px;
  color: #171940;
  background: url("/images/icons/arrow_down.svg") calc(100% - 12px) center no-repeat, url("/images/icons/calendar.svg") no-repeat 10px center;
  background-color: #FFF;
  border: 1px solid #CBD2E0;
  height: 42px;
}
.calendar-block-filter.no-border {
  border: none;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.03);
}
.calendar-block-filter img {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translate(0, -50%);
}
.calendar-block-filter span {
  padding-left: 28px;
}
.calendar-block-filter span.del-calendar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1, 0.8);
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  text-align: center;
  font-size: 18px;
  opacity: 0.75;
  transition: 0.2s;
}
.calendar-block-filter span.del-calendar:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .calendar-block-little {
    padding: 0 15px;
  }
}
label {
  font-weight: 400;
}
.filter-item {
  width: 100%;
  max-width: 300px;
}
.filter-item .input-wrap.find-wrap {
  max-width: 100%;
}
.input-wrap .add-blocks.ui.search.selection.dropdown {
  background: #FFFFFF url("/images/icons/search.svg") no-repeat 14px center;
  outline: 0;
  display: block;
  width: 290px;
}
@media (max-width: 460px) {
  .input-wrap .add-blocks.ui.search.selection.dropdown {
    width: auto;
  }
}
.input-wrap .add-blocks.ui.search.selection.dropdown::after {
  right: 10px;
}
.input-wrap .add-blocks.ui.search.selection.dropdown,
.input-wrap .add-blocks.ui.search.selection.dropdown > input.search {
  padding: 10px 30px 10px 40px;
  line-height: 20px;
  height: 40px;
}
.input-wrap.find-wrap {
  max-width: 350px;
  width: 100%;
  position: relative;
}
.input-wrap.find-wrap.for-filter {
  width: 15%;
  flex-grow: 1;
}
.input-wrap.find-wrap input {
  max-width: unset;
  width: 100%;
  background: #FFF url("/images/icons/search.svg") no-repeat 14px center;
  display: flex;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  margin-left: 0;
  padding-left: 42px;
  padding-right: 30px;
  border: 1px solid transparent;
  box-shadow: 0px 3px 0 rgba(81, 142, 247, 0);
  transition: 0.15s linear;
  height: 40px;
  position: relative;
}
.input-wrap.find-wrap input:autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background-color: transparent;
}
.input-wrap.find-wrap input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background-color: transparent;
}
.input-wrap.find-wrap input:hover,
.input-wrap.find-wrap input:focus {
  border: 1px solid #40a9ff !important;
}
.input-wrap.find-wrap input:focus {
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2) !important;
}
.input-wrap.find-wrap img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  left: 15px;
  z-index: 1;
}
.input-wrap.find-wrap.border input {
  border: 1px solid #CBD2E0;
}
.form-control {
  height: auto;
  color: #171940;
  border: 1px solid #CBD2E0;
  border-radius: 3px;
  padding: 9px 15px;
  transition: border-color 0.2s linear, box-shadow 0.2s linear;
  box-shadow: none;
  line-height: 1.42857143;
}
.form-control.no-border {
  border: 1px solid transparent;
}
.form-control.padding-equals {
  padding: 10px;
}
.form-control.with-copy {
  padding-right: 35px;
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
}
.form-control.with-copy::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.form-control.with-copy::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.form-control.with-copy::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
.form-control.padding-left {
  padding-left: 55px;
}
.form-control[type=time] {
  padding: 9px 15px;
}
.form-control.less-height {
  padding: 7px 15px;
}
.form-control.little-height {
  padding: 4px 15px;
}
.form-control.find {
  max-width: 280px;
  background: #FFFFFF;
  border-radius: 0px;
  height: 100%;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.form-control.black {
  color: #4C4C4C;
}
.form-control:hover {
  border-color: #40a9ff;
}
.form-control.find {
  box-shadow: none !important;
}
.form-control:not(.find):focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.form-control[disabled],
.form-control[readonly] {
  background-color: #F5F6FA;
}
.form-control[disabled]:hover,
.form-control[readonly]:hover {
  border: 1px solid #CBD2E0;
  box-shadow: none;
}
.form-control.calendar-input {
  background: url(/images/icons/calendar.svg) no-repeat 15px center;
  padding-left: 45px;
}
.form-control.time-input {
  background: url(/images/icons/time.svg) no-repeat 15px center;
  padding-left: 45px;
}
.form-control.time-input.white-bg {
  background-color: #ffffff;
}
.form-control::-moz-placeholder {
  font-size: 14px;
  color: #CBD2E0;
}
.form-control:-ms-input-placeholder {
  font-size: 14px;
  color: #CBD2E0;
}
.form-control::-webkit-input-placeholder {
  font-size: 14px;
  color: #CBD2E0;
}
.form-control.user-pays-input {
  font-weight: bold;
  font-size: 24px;
  color: #525F7F;
  border-radius: 5px;
}
textarea.form-control {
  line-height: 1.2;
  resize: vertical;
}
textarea.form-control.less-height-area {
  height: 114px;
}
select.form-control {
  height: 42px;
}
.form-control:not(:-moz-placeholder-shown) + .clear-input-btn {
  opacity: 1;
  z-index: 1;
}
.form-control:not(:placeholder-shown) + .clear-input-btn {
  opacity: 1;
  z-index: 1;
}
.clear-input-btn {
  position: absolute;
  top: 11px;
  right: 11px;
  width: 19px;
  height: 19px;
  background: #CBD2E0;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s linear;
  opacity: 0;
  z-index: -5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.clear-input-btn > .currency-icon:not(:first-child) {
  margin-left: 3px !important;
}
.clear-input-btn::before {
  content: '';
  width: 7px;
  height: 7px;
  background: #FFF;
  -webkit-mask-image: url('/images/close-popup.svg');
          mask-image: url('/images/close-popup.svg');
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.clear-input-btn:hover {
  background: #FE6B69;
}
.form-group label,
.has-error label,
.has-success label,
.form-group .control-label,
.has-error .control-label,
.has-success .control-label,
.form-group .radio-inline,
.has-error .radio-inline,
.has-success .radio-inline,
.form-group .checkbox-inline,
.has-error .checkbox-inline,
.has-success .checkbox-inline,
.form-group .radio,
.has-error .radio,
.has-success .radio,
.form-group .checkbox,
.has-error .checkbox,
.has-success .checkbox {
  color: #525F7F;
}
.no-margin-radio .radio,
.no-margin-radio .checkbox {
  margin: 0;
}
.no-margin-radio .radio + .radio,
.no-margin-radio .checkbox + .checkbox {
  margin: 0;
}
.has-success .form-control {
  border-color: #CBD2E0;
  box-shadow: none;
}
.has-success .form-control:hover {
  border-color: #40a9ff;
}
.has-success .form-control:focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.has-success .input-group-addon {
  border-color: #CBD2E0;
  background: #FFF;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
.has-complete .form-control {
  border-color: #27BE67;
  box-shadow: none;
}
.has-complete .help-block {
  color: #27BE67;
}
.has-error .form-control {
  border-color: #FE6B69;
}
.has-error .form-control:focus {
  border-color: #FE6B69;
  box-shadow: 0 0 8px rgba(215, 128, 128, 0.6);
}
.has-error .input-group-addon {
  border-color: #FE6B69;
  background: #FFF;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
.has-error .help-block {
  color: #FE6B69;
}
.input-group {
  border-radius: 3px;
  display: flex;
  border: 1px solid #CBD2E0;
}
@-moz-document url-prefix() {
  .input-group .form-control {
    min-width: 1px;
  }
}
.input-group .form-control {
  border: none !important;
  box-shadow: none !important;
}
.input-group .form-control:not(:last-child) {
  padding-right: 0;
}
.input-group .form-control:not(:first-child) {
  padding-left: 0;
}
.input-group .select-colors {
  padding: 7px;
  border: none;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
.input-group .select-colors svg {
  padding: 7px;
  width: 26px;
  height: 26px;
  display: block;
  border-radius: 50%;
  cursor: pointer;
}
.input-group .select-colors svg path {
  fill: #525F7F;
}
.input-group .dropdown-menu {
  width: 250px;
  padding: 0;
}
.input-group .dropdown-menu.top-menu {
  top: auto;
  bottom: 100%;
}
.input-group .dropdown-menu.top-menu::before {
  border-bottom: none;
  border-top: 7px solid rgba(0, 0, 0, 0.2);
}
.input-group .dropdown-menu .colorpicker-saturation {
  width: 250px;
  height: 250px;
  float: none;
  margin-bottom: 15px;
}
.input-group .dropdown-menu .colorpicker-hue,
.input-group .dropdown-menu .colorpicker-alpha {
  width: auto;
  float: none;
  margin: 0 15px 15px 60px;
  height: 12px;
  border-radius: 5px;
  background-size: 100% auto;
}
.input-group .dropdown-menu .colorpicker-hue {
  margin-bottom: 10px;
}
.input-group .dropdown-menu .colorpicker-color {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 34px;
  height: 34px;
  background-size: auto 0.01%;
  margin: 0;
  border-radius: 50%;
  overflow: hidden;
}
.input-group .dropdown-menu .colorpicker-color > div {
  display: none;
}
.colorpicker-element .input-group-addon i {
  width: 26px;
  height: 26px;
  border: 1px solid #CBD2E0;
  border-radius: 3px;
}
.input-group-addon:not(.btn) {
  padding: 7px;
  border: none;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  width: auto;
}
.item-palette {
  border: 1px solid #CBD2E0;
  border-radius: 50%;
  padding: 3px;
  cursor: pointer;
  transition: 0.2s linear;
}
.item-palette > span {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
}
.item-palette.active {
  border-color: #171940;
}
.form-group.disable-input .colorpicker-element {
  cursor: not-allowed;
}
.form-group.disable-input .colorpicker-element .input-group-addon {
  pointer-events: none;
  background-color: #F5F6FA;
}
.datetime-picker .input-group-addon {
  padding-left: 10px;
}
.datetime-picker .input-group-addon:first-child {
  border-left: 1px solid #EDEEF2;
}
.datetime-picker .input-group-addon span {
  width: 16px;
  height: 16px;
}
.datetime-picker .input-group .form-control {
  border-right: 1px solid #EDEEF2;
  border-left: none;
  color: #B0B5BF;
}
.datetime-picker .glyphicon-calendar {
  top: 4px;
}
.datetime-picker .glyphicon-calendar:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url('/images/icons/calendar.svg') no-repeat center;
  display: block;
}
.form-group.new-checkbox .radio label.control-label,
.form-group.new-checkbox .checkbox label.control-label {
  padding: 0;
  display: block;
}
.form-group.little-checkbox .radio label.control-label,
.form-group.little-checkbox .checkbox label.control-label {
  float: left;
  width: 95px;
  font-size: 10px;
  line-height: 1;
  margin: 8px 0;
  padding: 0;
  font-weight: 200;
}
.form-group.center-input {
  margin-top: 28px;
  line-height: 1.2;
  max-width: 300px;
}
.form-group.center-input label {
  font-size: 12px;
  color: #B0B5BF;
  margin: 0;
}
.form-group.center-input input {
  margin-top: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.radio,
.checkbox {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: 10px;
}
.checkbox + .checkbox.little-margin,
.radio + .radio.little-margin {
  margin-top: 6px;
}
label.no-input input {
  display: none;
}
.form-group .row-direction {
  display: flex;
  align-items: center;
}
.form-group .row-direction > * {
  margin-top: 0;
}
.form-group .row-direction > *:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .form-group .row-direction.column-direction-mobile {
    flex-direction: column;
    align-items: unset;
  }
  .form-group .row-direction.column-direction-mobile > * {
    margin: 0px;
  }
  .form-group .row-direction.column-direction-mobile > *:not(:last-child) {
    margin-bottom: 10px;
  }
}
.input-center > div > div {
  margin: 0;
  line-height: 1;
  height: 42px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.flex-input {
  position: relative;
  margin: 0 4px;
}
.flex-input input {
  padding: 10px;
}
.flex-input .hint {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  color: #9497A7;
}
.flex-input .hint + input {
  padding-right: 41px;
}
.flex-input .hint + input.limit-hour {
  padding-right: 49px;
}
@media (max-width: 767px) {
  .flex-input .hint + input {
    padding-right: 33px !important;
  }
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
input.checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin-left: -26px;
  top: 0;
  margin-top: 1px;
  border: 1px solid #8D9CBA;
  transition: 0.2s;
  outline: none;
  border-radius: 3px;
}
input.checkbox[disabled] {
  cursor: not-allowed;
  background: rgba(203, 210, 224, 0.4);
}
input.checkbox:checked:before {
  content: '';
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #525F7F;
  animation: antCheckboxEffect 0.36s ease-in-out;
  margin-top: 0;
}
input.checkbox:after {
  content: '';
  position: absolute;
  top: 50%;
  transition: linear 150ms;
  margin-top: 0;
}
input.checkbox:hover,
input.checkbox:checked {
  border: 1px solid #525F7F;
}
input.checkbox:checked:before {
  border-radius: 3px;
}
input.checkbox:after {
  left: 3px;
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
}
input.checkbox:focus {
  outline: none;
}
input.checkbox:checked:after {
  transform: rotate(45deg) translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
input.checkbox:checked {
  background: #525F7F;
}
input.checkbox.empty {
  transform: none;
  margin: 0;
}
label.radio-inline,
label.checkbox-inline,
.checkbox label,
.radio label {
  min-height: 16px;
  padding-left: 26px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  color: #525F7F;
  display: inline-block;
}
label.radio-inline.dark,
label.checkbox-inline.dark,
.checkbox label.dark,
.radio label.dark {
  color: #171940;
}
label.radio-inline:not(.control-label):not(.center-checkbox),
label.checkbox-inline:not(.control-label):not(.center-checkbox),
.checkbox label:not(.control-label):not(.center-checkbox),
.radio label:not(.control-label):not(.center-checkbox) {
  margin-bottom: 0 !important;
}
label.radio-inline.block-half-less-margin,
label.checkbox-inline.block-half-less-margin,
.checkbox label.block-half-less-margin,
.radio label.block-half-less-margin {
  margin: 5px !important;
}
label.radio-inline.animate:before,
label.checkbox-inline.animate:before,
.checkbox label.animate:before,
.radio label.animate:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin-left: -26px;
  border: 1px solid #525F7F;
  opacity: 0;
  top: 50%;
  margin-top: -9px;
  animation: antCheckboxEffect 0.36s ease-in-out;
}
label.radio-inline input[type][type="radio"],
label.checkbox-inline input[type][type="radio"],
.checkbox label input[type][type="radio"],
.radio label input[type][type="radio"],
label.radio-inline input[type][type="checkbox"],
label.checkbox-inline input[type][type="checkbox"],
.checkbox label input[type][type="checkbox"],
.radio label input[type][type="checkbox"] {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  margin-left: -26px;
  top: 0;
  margin-top: 1px;
  border: 1px solid #8D9CBA;
  transition: 0.2s;
}
label.radio-inline input[type][type="radio"][disabled],
label.checkbox-inline input[type][type="radio"][disabled],
.checkbox label input[type][type="radio"][disabled],
.radio label input[type][type="radio"][disabled],
label.radio-inline input[type][type="checkbox"][disabled],
label.checkbox-inline input[type][type="checkbox"][disabled],
.checkbox label input[type][type="checkbox"][disabled],
.radio label input[type][type="checkbox"][disabled] {
  cursor: not-allowed;
  background: rgba(203, 210, 224, 0.4);
}
label.radio-inline input[type][type="radio"]:checked:before,
label.checkbox-inline input[type][type="radio"]:checked:before,
.checkbox label input[type][type="radio"]:checked:before,
.radio label input[type][type="radio"]:checked:before,
label.radio-inline input[type][type="checkbox"]:checked:before,
label.checkbox-inline input[type][type="checkbox"]:checked:before,
.checkbox label input[type][type="checkbox"]:checked:before,
.radio label input[type][type="checkbox"]:checked:before {
  content: '';
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #525F7F;
  animation: antCheckboxEffect 0.36s ease-in-out;
  margin-top: 0;
}
label.radio-inline input[type][type="radio"]:after,
label.checkbox-inline input[type][type="radio"]:after,
.checkbox label input[type][type="radio"]:after,
.radio label input[type][type="radio"]:after,
label.radio-inline input[type][type="checkbox"]:after,
label.checkbox-inline input[type][type="checkbox"]:after,
.checkbox label input[type][type="checkbox"]:after,
.radio label input[type][type="checkbox"]:after {
  content: '';
  position: absolute;
  top: 50%;
  transition: linear 150ms;
  margin-top: 0;
}
label.radio-inline input[type][type="radio"]:hover,
label.checkbox-inline input[type][type="radio"]:hover,
.checkbox label input[type][type="radio"]:hover,
.radio label input[type][type="radio"]:hover,
label.radio-inline input[type][type="checkbox"]:hover,
label.checkbox-inline input[type][type="checkbox"]:hover,
.checkbox label input[type][type="checkbox"]:hover,
.radio label input[type][type="checkbox"]:hover,
label.radio-inline input[type][type="radio"]:checked,
label.checkbox-inline input[type][type="radio"]:checked,
.checkbox label input[type][type="radio"]:checked,
.radio label input[type][type="radio"]:checked,
label.radio-inline input[type][type="checkbox"]:checked,
label.checkbox-inline input[type][type="checkbox"]:checked,
.checkbox label input[type][type="checkbox"]:checked,
.radio label input[type][type="checkbox"]:checked {
  border: 1px solid #525F7F;
}
label.radio-inline.center-checkbox,
label.checkbox-inline.center-checkbox,
.checkbox label.center-checkbox,
.radio label.center-checkbox {
  display: inline-block;
}
label.radio-inline.center-checkbox input[type],
label.checkbox-inline.center-checkbox input[type],
.checkbox label.center-checkbox input[type],
.radio label.center-checkbox input[type] {
  position: relative;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
label.radio-inline.center-checkbox.animate:before,
label.checkbox-inline.center-checkbox.animate:before,
.checkbox label.center-checkbox.animate:before,
.radio label.center-checkbox.animate:before {
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
}
label.radio-inline img,
label.checkbox-inline img,
.checkbox label img,
.radio label img {
  max-width: 100%;
}
label.radio-inline:hover,
label.checkbox-inline:hover,
.checkbox label:hover,
.radio label:hover {
  color: #171940;
}
label.radio-inline.little-padding,
label.checkbox-inline.little-padding,
.checkbox label.little-padding,
.radio label.little-padding {
  padding-left: 24px;
}
label.radio-inline.little-padding input[type][type="radio"],
label.checkbox-inline.little-padding input[type][type="radio"],
.checkbox label.little-padding input[type][type="radio"],
.radio label.little-padding input[type][type="radio"],
label.radio-inline.little-padding input[type][type="checkbox"],
label.checkbox-inline.little-padding input[type][type="checkbox"],
.checkbox label.little-padding input[type][type="checkbox"],
.radio label.little-padding input[type][type="checkbox"] {
  margin-left: -24px;
}
.little .checkbox label,
.little label.checkbox-inline,
.little .radio label,
.little label.radio-inline {
  font-size: 12px;
  color: #9497A7;
}
.large .checkbox label,
.large label.checkbox-inline,
.large .radio label,
.large label.radio-inline {
  font-size: 16px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 15px;
}
.checkbox label,
label.checkbox-inline,
.radio label,
label.radio-inline {
  color: #525F7F;
  display: inline-block;
}
.checkbox label.dark,
label.checkbox-inline.dark,
.radio label.dark,
label.radio-inline.dark {
  color: #171940;
}
.checkbox label.gray-scale input[type="radio"]::after,
label.checkbox-inline.gray-scale input[type="radio"]::after,
.radio label.gray-scale input[type="radio"]::after,
label.radio-inline.gray-scale input[type="radio"]::after,
.checkbox label.gray-scale input[type="checkbox"]::after,
label.checkbox-inline.gray-scale input[type="checkbox"]::after,
.radio label.gray-scale input[type="checkbox"]::after,
label.radio-inline.gray-scale input[type="checkbox"]::after {
  background-size: 10px 7px;
  filter: grayscale(1);
}
.checkbox label input[type="radio"],
label.checkbox-inline input[type="radio"],
.checkbox label input[type="checkbox"],
label.checkbox-inline input[type="checkbox"] {
  outline: none;
  border-radius: 3px;
}
.checkbox label input[type="radio"]:checked:before,
label.checkbox-inline input[type="radio"]:checked:before,
.checkbox label input[type="checkbox"]:checked:before,
label.checkbox-inline input[type="checkbox"]:checked:before {
  border-radius: 3px;
}
.checkbox label input[type="radio"]:after,
label.checkbox-inline input[type="radio"]:after,
.checkbox label input[type="checkbox"]:after,
label.checkbox-inline input[type="checkbox"]:after {
  left: 3px;
  width: 5px;
  height: 9px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
}
.checkbox label input[type="radio"]:focus,
label.checkbox-inline input[type="radio"]:focus,
.checkbox label input[type="checkbox"]:focus,
label.checkbox-inline input[type="checkbox"]:focus {
  outline: none;
}
.checkbox label input[type="radio"]:checked:after,
label.checkbox-inline input[type="radio"]:checked:after,
.checkbox label input[type="checkbox"]:checked:after,
label.checkbox-inline input[type="checkbox"]:checked:after {
  transform: rotate(45deg) translate(-50%, -50%) scale(1);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
}
.checkbox label input[type="radio"]:checked,
label.checkbox-inline input[type="radio"]:checked,
.checkbox label input[type="checkbox"]:checked,
label.checkbox-inline input[type="checkbox"]:checked {
  background: #525F7F;
}
.checkbox label input[type="radio"].empty,
label.checkbox-inline input[type="radio"].empty,
.checkbox label input[type="checkbox"].empty,
label.checkbox-inline input[type="checkbox"].empty {
  transform: none;
  margin: 0;
}
.radio label input[type="radio"],
label.radio-inline input[type="radio"],
.radio label input[type="checkbox"],
label.radio-inline input[type="checkbox"] {
  outline: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.radio label input[type="radio"]:checked:before,
label.radio-inline input[type="radio"]:checked:before,
.radio label input[type="checkbox"]:checked:before,
label.radio-inline input[type="checkbox"]:checked:before {
  border-radius: 50%;
}
.radio label input[type="radio"]:after,
label.radio-inline input[type="radio"]:after,
.radio label input[type="checkbox"]:after,
label.radio-inline input[type="checkbox"]:after {
  left: 8px;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #525F7F;
  transform: translate(0, -50%);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.radio label input[type="radio"]:focus,
label.radio-inline input[type="radio"]:focus,
.radio label input[type="checkbox"]:focus,
label.radio-inline input[type="checkbox"]:focus {
  outline: none;
}
.radio label input[type="radio"]:checked:after,
label.radio-inline input[type="radio"]:checked:after,
.radio label input[type="checkbox"]:checked:after,
label.radio-inline input[type="checkbox"]:checked:after {
  left: 3px;
  width: 8px;
  height: 8px;
}
.padding-input {
  margin: -4px;
}
.padding-input .radio,
.padding-input .checkbox,
.padding-input .radio-inline,
.padding-input .checkbox-inline {
  padding: 4px;
}
.button-blocks {
  overflow: hidden;
}
.button-blocks:nth-child(-n+3):not(:last-child) {
  margin-bottom: 30px;
}
.button-form {
  border-radius: 2px;
  min-width: 135px;
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 10px;
  text-align: center;
  border: none;
  float: left;
}
.button-form:hover,
.button-form:focus {
  text-decoration: none;
}
.button-form:not(:last-child) {
  margin-right: 30px;
}
.submit-button {
  background: #70AEEF;
  color: #FFF;
}
.submit-button:hover,
.submit-button:focus {
  background: #6DA3E1;
  color: #FFF;
}
.close-button {
  background: #EBEDF2;
  color: #282828;
}
.close-button:hover,
.close-button:focus {
  background: #DEE0E5;
  color: #282828;
}
.remove-button {
  background: #D9534F;
  color: #FFF;
}
.remove-button:hover,
.remove-button:focus {
  background: #C45551;
  color: #FFF;
}
.ui-slider {
  margin-top: 30px;
}
.ui-slider.ui-widget-content {
  height: 9px;
  background: #F0F0F0;
  border-radius: 2px;
  border: none;
}
.ui-slider .ui-slider-range {
  background: #3761ea;
  border-radius: 2px 0 0 2px;
}
.ui-slider .ui-slider-handle {
  top: -20px;
  margin-left: 0;
  transform: translateX(-50%);
  border: none;
  outline: none;
  font-weight: 200;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
  color: #525F7F;
  width: auto;
  height: 18px;
  background: none;
}
.ui-slider .ui-slider-handle:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 11px;
  background: #171940;
}
.ui-slider .label-slider {
  position: absolute;
  top: 10px;
  color: #808080;
  font-weight: 200;
  line-height: 1;
  font-size: 14px;
}
.ui-slider .label-slider.left {
  left: 0;
}
.ui-slider .label-slider.right {
  right: 0;
}
.choose-all-label {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.choose-all-label .checked-img {
  position: absolute;
  left: 0;
}
.choose-all-label .checked-img svg * {
  transition: 0.2s;
}
.choose-all-label[data-checked=true] {
  color: #8D9CBA;
  cursor: not-allowed;
}
.choose-all-label .choose-all[disabled] + .checked-img svg * {
  fill: #C4C4C4;
}
.delete.disabled,
.delete.disabled .pointer {
  cursor: not-allowed;
}
.delete.disabled span {
  color: #8D9CBA;
}
.delete.disabled svg * {
  fill: #C4C4C4;
}
textarea.clearable,
textarea.clearable-popup {
  position: relative;
  padding-right: 35px;
}
textarea.clearable + .clear-textarea,
textarea.clearable-popup + .clear-textarea {
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  background: #CBD2E0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  right: 10px;
  top: 10px;
  padding: 0;
  display: block;
  text-align: center;
  transition: 0.2s;
  cursor: pointer;
}
textarea.clearable + .clear-textarea:hover,
textarea.clearable-popup + .clear-textarea:hover {
  background: #FE6B69;
  opacity: 1;
}
textarea.clearable + .clear-textarea:after,
textarea.clearable-popup + .clear-textarea:after {
  content: 'x';
  display: block;
}
@media (max-width: 1199px) {
  textarea.clearable + .clear-textarea,
  textarea.clearable-popup + .clear-textarea {
    top: 5px;
    bottom: 100%;
    font-size: 12px;
    right: 5px;
    transform: none;
    margin-bottom: 8px;
  }
}
@media (min-width: 768px) {
  .wrap.mini-left #blocks-content {
    padding-left: 72px;
  }
}
#blocks-content {
  padding-left: 260px;
  transition: padding-left 0.3s ease-in-out;
}
#blocks-content .container .site-log-reg {
  margin: 0 auto;
  max-width: 500px;
  border: 1px solid #FFD91C;
  border-radius: 9px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin-top: 30px;
}
#blocks-content .container h1 {
  font-size: 22px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  #blocks-content {
    padding-left: 248px;
  }
}
@media (max-width: 767px) {
  #blocks-content {
    padding-left: 0;
  }
}
/*---------------------------- HEADER ----------------------------*/
.table-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.table-cell.four {
  width: 25%;
}
.table-cell.three {
  width: 33.3334%;
}
.table-cell.two {
  width: 50%;
}
.table-cell.one {
  width: 100%;
}
.table-cell.vertical-top {
  vertical-align: top;
}
.table-cell.vertical-bottom {
  vertical-align: bottom;
}
.logo-block {
  color: #FFFFFF;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 20px;
}
.logo-block img {
  padding-right: 20px;
  float: left;
}
.logo-block img.mobile-inline + .text {
  padding: 0;
}
.logo-block .text {
  display: block;
  padding-left: 50px;
}
.logo-block .text b {
  font-weight: 900;
}
.logo-block .support {
  float: right;
}
.logo-block .support img {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .wrap.mini-left .navbar .navbar-brand {
    width: 72px;
    margin-right: 59px;
  }
}
.wrap.mini-left .navbar a.left-menu-show {
  right: -60px;
}
.wrap.mini-left .logo-block img {
  padding-right: 0;
}
.wrap.confirm-email {
  padding-top: 110px;
}
.wrap.confirm-email .navbar {
  top: 50px;
}
.link {
  cursor: pointer;
}
.link:hover {
  text-decoration: underline;
}
.navbar {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
  background: #FFF;
  margin: 0;
  transition: top 0.15s linear;
}
.navbar .navbar-brand {
  width: 260px;
  padding: 0;
  margin: 0;
  height: 60px;
  border-right: 1px solid #F3F4F5;
  position: relative;
  transition: width 0.3s ease-in-out, margin 0.3s ease-in-out;
  background: #FFF;
}
.navbar .navbar-brand.shop-page-header {
  width: auto;
}
@media (max-width: 767px) {
  .navbar .navbar-brand.shop-page-header {
    width: 56px;
  }
}
.navbar .navbar-brand a {
  display: block;
  padding: 20px;
  width: 100%;
  overflow: hidden;
  float: none;
  height: 60px;
}
.navbar .navbar-brand a:hover,
.navbar .navbar-brand a:focus {
  text-decoration: none;
}
.navbar .navbar-brand a.left-menu-show {
  width: 59px;
  position: absolute;
  top: 0;
  right: 0;
  transition: right 0.3s ease-in-out;
}
.navbar .navbar-brand a.left-menu-show .icon-tag {
  border-radius: 2px;
  background: #C3C9D4;
  height: 4px;
  width: 18px;
  margin: 0 auto;
}
.navbar .navbar-brand a.left-menu-show .icon-tag + .icon-tag {
  margin-top: 3px;
}
.navbar .navbar-header .navbar-toggle {
  display: none;
}
.navbar .navbar-toggle {
  display: inline-block;
  float: right;
  border: none;
  margin: 0;
  width: 60px;
  height: 60px;
  background: #F8F8F8;
  border-radius: 0;
}
.navbar .navbar-toggle .icon-bar {
  width: 18px;
  height: 4px;
  margin: 0 auto;
  border-radius: 2px;
  background: #C3C9D4;
}
.navbar .manage-site-user {
  background: #FBEBDE;
}
.navbar .flex-block-manage {
  display: flex;
  height: 60px;
  justify-content: space-between;
  padding: 0 25px;
  align-items: center;
}
.navbar .flex-block-manage .flex-item {
  padding: 0 5px;
}
.navbar .flex-block-manage .flex-item.flex-text {
  font-size: 18px;
}
.navbar .flex-block-manage .flex-item.flex-button {
  width: 140px;
  max-width: 40%;
}
.navbar .navbar-nav.navbar-right {
  margin: 0;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav.navbar-right {
    margin-left: auto !important;
  }
}
.navbar .navbar-nav.navbar-right > li #support-vars {
  display: flex;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: 10px 0 0;
  padding: 30px;
  width: 365px;
  background: #FFF;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
}
.navbar .navbar-nav.navbar-right > li .ticket-button {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 7px;
  text-align: center;
  width: 100%;
  max-width: 143px;
  min-height: 36px;
  background: #518EF7;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  margin-right: 15px;
}
.navbar .navbar-nav.navbar-right > li .ticket-button:hover {
  background-color: #2D78FA;
}
.navbar .navbar-nav.navbar-right > li .tg-button,
.navbar .navbar-nav.navbar-right > li .viber-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-height: 45px;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  padding: 0;
  transition: 0.2s;
}
.navbar .navbar-nav.navbar-right > li .tg-button {
  background: #E3F0FF;
}
.navbar .navbar-nav.navbar-right > li .tg-button:hover {
  filter: drop-shadow(0px 0px 6px #78B7FF);
}
.navbar .navbar-nav.navbar-right > li .viber-button {
  background: #7B519D;
}
.navbar .navbar-nav.navbar-right > li .viber-button:hover {
  filter: drop-shadow(0px 0px 6px #A344F0);
}
.navbar .navbar-nav.navbar-right > li #tg-icon {
  width: 18px;
  height: 14px;
  position: relative;
  display: block;
  margin: 13px auto;
}
.navbar .navbar-nav.navbar-right > li .menu-img svg,
.navbar .navbar-nav.navbar-right > li #supp-arrow svg {
  vertical-align: middle;
}
.navbar .navbar-nav.navbar-right > li .menu-img {
  float: left;
}
.navbar .navbar-nav.navbar-right > li #supp-arrow {
  position: relative;
  margin-left: 5px;
  height: 20px;
  width: 20px;
  text-align: center;
}
.navbar .navbar-nav > li > a {
  color: #282828;
  padding: 0 15px;
  background-color: #FFF;
  transition: color 0.1s, background-color 0.1s;
  height: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .navbar .navbar-nav > li > a {
    padding: 0 7px;
  }
}
.navbar .navbar-nav > li > a img + span {
  padding-left: 15px;
  display: inline-block;
}
.navbar .navbar-nav > li > a.user-block {
  color: #70AEEF;
  background: transparent;
  line-height: 1.1;
  padding: 0px 15px 0px 30px;
  padding-top: 7px;
}
.navbar .navbar-nav > li > a.account-user {
  border: none;
  line-height: 1.2;
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
  height: 60px;
  background: transparent;
}
.navbar .navbar-nav > li > a.account-user .balance {
  padding-left: 15px;
  width: 250px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -15px;
}
.navbar .navbar-nav > li > a.account-user .balance > span {
  display: inline-block;
  padding: 0;
  font-weight: 700;
}
/*-------------------------- END HEADER --------------------------*/
.navbar {
  background: #171940;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
  margin: 0;
  transition: top 0.15s linear;
  border: 0;
  top: 0px;
}
@media (min-width: 1200px) {
  .navbar .navbar-collapse {
    display: flex !important;
  }
}
.navbar .navbar-left,
.navbar .navbar-right {
  padding-left: 15px;
}
@media (max-width: 1400px) {
  .navbar .navbar-left,
  .navbar .navbar-right {
    padding-left: 5px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-left,
  .navbar .navbar-right {
    top: unset !important;
  }
}
.navbar .navbar-left .link-item,
.navbar .navbar-right .link-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #CBD2E0;
  transition: 0.2s;
}
@media (min-width: 1200px) {
  .navbar .navbar-left .link-item.exit,
  .navbar .navbar-right .link-item.exit,
  .navbar .navbar-left .link-item.to-cabinet,
  .navbar .navbar-right .link-item.to-cabinet {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-left .link-item:not(.support-arrow):hover,
  .navbar .navbar-right .link-item:not(.support-arrow):hover {
    color: #e8e8ec;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-left .link-item,
  .navbar .navbar-right .link-item {
    color: #282828;
  }
}
.navbar .navbar-right {
  padding-right: 15px;
}
.navbar .balance {
  display: flex;
  max-width: 195px;
  align-items: flex-end;
}
@media (max-width: 1400px) {
  .navbar .balance {
    width: 150px;
  }
}
.navbar .balance > span {
  font-size: 15px;
  display: inline-block;
  color: #ffffff;
}
@media (max-width: 460px) {
  .navbar .balance > span {
    font-size: 12px;
  }
}
.navbar .balance > span.link:not(.balance) {
  font-size: 12px;
  color: #CBD2E0;
  padding-left: 10px;
  display: flex;
}
.navbar .navbar-brand {
  width: 260px;
  padding: 0;
  margin: 0;
  height: 60px;
  border-right: 1px solid #171940;
  position: relative;
  transition: width 0.3s ease-in-out, margin 0.3s ease-in-out;
  background: #171940;
}
.navbar .navbar-brand .logo-block {
  display: flex;
  align-items: center;
}
.navbar .navbar-brand .logo-block img {
  float: unset;
  padding: 0;
  width: 48px;
}
.navbar .navbar-brand .logo-block .text {
  padding-left: 15px;
}
.navbar .navbar-brand a {
  display: block;
  width: 100%;
  padding: 15px;
  padding-left: 7px;
  overflow: hidden;
  float: none;
  height: 60px;
}
.navbar .navbar-brand a.left-menu-show {
  padding: 20px;
}
.navbar .navbar-brand a:hover,
.navbar .navbar-brand a:focus {
  text-decoration: none;
}
.navbar .navbar-brand a.left-menu-show {
  width: 59px;
  position: absolute;
  top: 0;
  right: 0;
  transition: right 0.3s ease-in-out;
}
.navbar .navbar-brand a.left-menu-show .icon-tag {
  border-radius: 5px;
  background: #8D9CBA;
  height: 2px;
  width: 16px;
  float: right;
  margin: 0 auto;
}
.navbar .navbar-brand a.left-menu-show .icon-tag + .icon-tag {
  margin-top: 5px;
  width: 28px;
}
.navbar .navbar-brand a.left-menu-show .icon-tag:last-child {
  width: 22px;
}
@media (max-width: 1199px) {
  .navbar .navbar-header {
    float: unset;
  }
}
.navbar .navbar-header .navbar-toggle {
  display: block;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .navbar .navbar-header .navbar-toggle {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-header .navbar-toggle {
    padding-right: 15px;
  }
}
.navbar .navbar-toggle {
  display: inline-block;
  float: right;
  border: none;
  margin: 0;
  width: 60px;
  height: 60px;
  background: #171940;
  border-radius: 0;
}
@media (min-width: 1200px) {
  .navbar .navbar-toggle {
    display: none;
  }
}
.navbar .navbar-toggle.mobile-toggle {
  padding-right: 30px;
}
.navbar .navbar-toggle .icon-bar {
  border-radius: 5px;
  background: #8D9CBA;
  height: 2px;
  width: 16px;
  float: right;
  margin: 0 auto;
}
.navbar .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
  width: 28px;
}
.navbar .navbar-toggle .icon-bar:last-child {
  width: 22px;
}
.navbar .flex-block-manage {
  display: flex;
  height: 60px;
  justify-content: space-between;
  padding: 0 25px;
  align-items: center;
}
.navbar .flex-block-manage .flex-item {
  padding: 0 5px;
}
.navbar .flex-block-manage .flex-item.flex-text {
  font-size: 18px;
}
.navbar .flex-block-manage .flex-item.flex-button {
  width: 140px;
  max-width: 40%;
}
.navbar .navbar-nav.navbar-left .menu-img {
  display: none;
}
.navbar .navbar-nav.navbar-right,
.navbar .navbar-nav.navbar-left {
  margin: 0;
}
@media (max-width: 1199px) {
  .navbar .navbar-nav.navbar-right > li a,
  .navbar .navbar-nav.navbar-left > li a {
    background: #fff;
  }
}
.navbar .navbar-nav.navbar-right > li .support-arrow #supp-arrow,
.navbar .navbar-nav.navbar-left > li .support-arrow #supp-arrow {
  display: flex;
}
.navbar .navbar-nav.navbar-right > li #support-vars,
.navbar .navbar-nav.navbar-left > li #support-vars {
  display: flex;
  align-items: center;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: 10px 0 0;
  padding: 30px;
  width: 365px;
  background: #fff;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 10px 20px rgba(0, 0, 0, 0.04);
}
.navbar .navbar-nav.navbar-right > li .ticket-button,
.navbar .navbar-nav.navbar-left > li .ticket-button {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 7px;
  text-align: center;
  width: 100%;
  max-width: 143px;
  min-height: 36px;
  background: #518EF7;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  margin-right: 15px;
  transition: 0.2s;
}
.navbar .navbar-nav.navbar-right > li .ticket-button:hover,
.navbar .navbar-nav.navbar-left > li .ticket-button:hover {
  background-color: #2d78fa;
}
.navbar .navbar-nav.navbar-right > li .tg-button,
.navbar .navbar-nav.navbar-left > li .tg-button,
.navbar .navbar-nav.navbar-right > li .viber-button,
.navbar .navbar-nav.navbar-left > li .viber-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-height: 45px;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  padding: 0;
  transition: 0.2s;
}
.navbar .navbar-nav.navbar-right > li .tg-button,
.navbar .navbar-nav.navbar-left > li .tg-button {
  background: #E3F0FF;
}
.navbar .navbar-nav.navbar-right > li .tg-button:hover,
.navbar .navbar-nav.navbar-left > li .tg-button:hover {
  filter: drop-shadow(0px 0px 6px #78B7FF);
}
.navbar .navbar-nav.navbar-right > li .viber-button,
.navbar .navbar-nav.navbar-left > li .viber-button {
  background: #7B519D;
}
.navbar .navbar-nav.navbar-right > li .viber-button:hover,
.navbar .navbar-nav.navbar-left > li .viber-button:hover {
  filter: drop-shadow(0px 0px 6px #A344F0);
}
.navbar .navbar-nav.navbar-right > li .menu-img svg,
.navbar .navbar-nav.navbar-left > li .menu-img svg,
.navbar .navbar-nav.navbar-right > li #supp-arrow svg,
.navbar .navbar-nav.navbar-left > li #supp-arrow svg {
  vertical-align: middle;
}
.navbar .navbar-nav.navbar-right > li .menu-img svg path,
.navbar .navbar-nav.navbar-left > li .menu-img svg path,
.navbar .navbar-nav.navbar-right > li #supp-arrow svg path,
.navbar .navbar-nav.navbar-left > li #supp-arrow svg path {
  transition: 0.1s;
  fill: #8D9CBA;
  fill-opacity: 1;
}
.navbar .navbar-nav.navbar-right > li .menu-img .svg,
.navbar .navbar-nav.navbar-left > li .menu-img .svg,
.navbar .navbar-nav.navbar-right > li #supp-arrow .svg,
.navbar .navbar-nav.navbar-left > li #supp-arrow .svg {
  background-color: #8D9CBA;
}
@media (min-width: 1199px) {
  .navbar .navbar-nav.navbar-right > li .menu-img .svg,
  .navbar .navbar-nav.navbar-left > li .menu-img .svg,
  .navbar .navbar-nav.navbar-right > li #supp-arrow .svg,
  .navbar .navbar-nav.navbar-left > li #supp-arrow .svg {
    display: block;
  }
}
.navbar .navbar-nav.navbar-right > li .menu-img,
.navbar .navbar-nav.navbar-left > li .menu-img {
  float: left;
}
.navbar .navbar-nav.navbar-right > li .menu-img.stroke-img svg path,
.navbar .navbar-nav.navbar-left > li .menu-img.stroke-img svg path {
  stroke: #8D9CBA;
  fill: none;
}
.navbar .navbar-nav.navbar-right > li #supp-arrow,
.navbar .navbar-nav.navbar-left > li #supp-arrow {
  display: none;
  position: relative;
  width: 20px;
  text-align: center;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.navbar .navbar-nav.navbar-right > li #supp-arrow.rotated svg,
.navbar .navbar-nav.navbar-left > li #supp-arrow.rotated svg {
  transform: rotate(180deg);
}
.navbar .navbar-nav > li > a {
  color: #282828;
  padding: 0 15px;
  transition: color 0.1s, background-color 0.1s;
  height: 60px;
  display: flex;
  background: #171940;
}
@media (max-width: 1600px) {
  .navbar .navbar-nav > li > a {
    padding: 0 5px;
  }
}
.navbar .navbar-nav > li > a.supp-link {
  padding: 0;
  align-items: normal;
}
.navbar .navbar-nav > li > a.supp-link #support-button {
  padding: 0 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .navbar .navbar-nav > li > a.supp-link #support-button {
    padding: 0 5px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav > li > a {
    height: 45px;
  }
}
.navbar .navbar-nav > li > a img + span {
  padding-left: 15px;
  display: inline-block;
}
.navbar .navbar-nav > li > a.user-block {
  color: #ffffff;
  background: transparent;
  line-height: 1.1;
  padding: 0px 15px;
}
@media (max-width: 1200px) {
  .navbar .navbar-nav > li > a.user-block {
    padding: 0 10px;
  }
}
.navbar .navbar-nav > li > a.account-user {
  border: none;
  line-height: 1.2;
  display: table-cell;
  padding: 0 15px;
  vertical-align: middle;
  height: 60px;
  background: transparent;
}
.navbar .navbar-nav > li > a.account-user .balance {
  padding-left: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: -15px;
}
.navbar .navbar-nav > li > a.account-user .balance > span {
  display: inline-block;
  padding: 0;
  font-weight: 700;
  font-size: 15px;
}
.navbar .navbar-nav > li > a:hover .menu-img svg path,
.navbar .navbar-nav > li > a:active .menu-img svg path,
.navbar .navbar-nav > li.active > a .menu-img svg path,
.navbar .navbar-nav > li > a:hover #supp-arrow svg path,
.navbar .navbar-nav > li > a:active #supp-arrow svg path,
.navbar .navbar-nav > li.active > a #supp-arrow svg path {
  fill: #8D9CBA;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav > li > a:hover .menu-img svg path,
  .navbar .navbar-nav > li > a:active .menu-img svg path,
  .navbar .navbar-nav > li.active > a .menu-img svg path,
  .navbar .navbar-nav > li > a:hover #supp-arrow svg path,
  .navbar .navbar-nav > li > a:active #supp-arrow svg path,
  .navbar .navbar-nav > li.active > a #supp-arrow svg path {
    fill: #c9d0de;
  }
}
.navbar .navbar-nav > li > a:hover .menu-img .svg,
.navbar .navbar-nav > li > a:active .menu-img .svg,
.navbar .navbar-nav > li.active > a .menu-img .svg,
.navbar .navbar-nav > li > a:hover #supp-arrow .svg,
.navbar .navbar-nav > li > a:active #supp-arrow .svg,
.navbar .navbar-nav > li.active > a #supp-arrow .svg {
  background-color: #8D9CBA;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav > li > a:hover .menu-img .svg,
  .navbar .navbar-nav > li > a:active .menu-img .svg,
  .navbar .navbar-nav > li.active > a .menu-img .svg,
  .navbar .navbar-nav > li > a:hover #supp-arrow .svg,
  .navbar .navbar-nav > li > a:active #supp-arrow .svg,
  .navbar .navbar-nav > li.active > a #supp-arrow .svg {
    background-color: #c9d0de;
  }
}
.navbar .navbar-nav > li > a:hover .menu-img.stroke-img svg path,
.navbar .navbar-nav > li > a:active .menu-img.stroke-img svg path,
.navbar .navbar-nav > li.active > a .menu-img.stroke-img svg path {
  fill: none;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav > li > a:hover .menu-img.stroke-img svg path,
  .navbar .navbar-nav > li > a:active .menu-img.stroke-img svg path,
  .navbar .navbar-nav > li.active > a .menu-img.stroke-img svg path {
    stroke: #c9d0de;
  }
}
.navbar .navbar-nav > li.tumbler {
  padding: 15px 0;
}
@media (max-width: 1199px) {
  .navbar .navbar-nav > li.tumbler {
    padding: 8px 0;
    display: inline-block;
  }
}
.navbar .navbar-nav > li.tumbler.space-mobile {
  margin-left: 8px;
}
@media (max-width: 1199px) {
  .navbar .navbar-nav > li.tumbler.space-mobile {
    margin-right: -4px;
  }
}
.navbar .navbar-nav > li.tumbler .toggle-button-cover {
  position: relative;
  background: rgba(203, 210, 224, 0.8);
  border-radius: 20px 0 0 20px;
  height: 30px;
  padding: 0;
  padding-left: 3px;
  width: 128px;
}
@media (max-width: 1400px) {
  .navbar .navbar-nav > li.tumbler .toggle-button-cover {
    width: 100px;
  }
}
.navbar .navbar-nav > li.tumbler .toggle-button-cover.border-right {
  border-radius: 0 20px 20px 0;
  padding: 0;
  padding-right: 3px;
}
.navbar .navbar-nav > li.tumbler .toggle-button-cover:hover {
  background: rgba(203, 210, 224, 0.8);
}
.navbar .navbar-nav > li.tumbler .toggle-button-cover > div {
  width: 100%;
  text-align: center;
  color: #282828;
  padding: 2px 0;
}
@media (max-width: 1400px) {
  .navbar .navbar-nav > li.tumbler .toggle-button-cover > div {
    font-size: 12px;
  }
}
.navbar .navbar-nav > li.tumbler .toggle-button-cover > div:hover {
  text-decoration: none;
}
.navbar .navbar-nav > li.tumbler.active a {
  background-color: rgba(203, 210, 224, 0.8) !important;
}
.navbar .navbar-nav > li.tumbler.active div {
  background: #171940;
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.04), 0px 3px 8px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
  color: #FFFFFF;
  font-weight: 600;
}
#support-container {
  display: flex;
}
#support-container .support-arrow {
  overflow: visible;
}
@media (min-width: 1199px) {
  #support-container .support-arrow .text-block,
  #support-container .support-arrow .choised {
    height: 100%;
    display: flex;
    align-items: center;
  }
}
#support-container .support-arrow .choised {
  transition: 0.2s;
}
@media (min-width: 1199px) {
  #support-container .support-arrow .choised:hover {
    color: #e8e8ec;
  }
}
@media (min-width: 1199px) {
  #support-container .support-arrow #supp-arrow:hover svg path {
    fill: #e8e8ec;
  }
}
#support-container .support-arrow #supp-arrow:hover .svg {
  background-color: #e8e8ec;
}
.user-block {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.1;
  text-decoration: none;
  padding: 0px 15px;
  display: none;
  align-items: center;
  height: 60px;
}
@media (max-width: 1199px) {
  .user-block {
    padding: 0 10px;
    display: flex !important;
  }
}
@media (max-width: 767px) {
  .user-block {
    padding: 0px 10px;
  }
}
.user-block .table .table-cell {
  padding: 0 15px;
}
@media (max-width: 1400px) {
  .user-block .table .table-cell {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .user-block .table .table-cell {
    padding: 0 10px;
  }
}
.user-block .table .table-cell a {
  color: #ffffff;
}
.user-block .table .table-cell.exit {
  padding-right: 0;
}
@media (max-width: 1199px) {
  .user-block .table .table-cell.exit {
    display: none;
  }
}
.user-block .name-user {
  font-size: 14px;
  color: #CBD2E0;
  display: block;
  max-width: 100px;
  height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 3px;
}
.user-block .name-user b {
  font-weight: bold !important;
}
.language-toggle {
  cursor: pointer;
  text-transform: uppercase;
}
.language-toggle ~ .dropdown-menu {
  background: #FFF;
  box-shadow: 0px 9px 28px 8px rgba(103, 119, 134, 0.05), 0px 3px 6px -4px rgba(103, 119, 134, 0.12);
  filter: drop-shadow(0px 6px 16px rgba(103, 119, 134, 0.08));
  border-radius: 8px !important;
  min-width: 60px;
  left: 15% !important;
  right: auto !important;
}
.language-toggle ~ .dropdown-menu .active {
  background-color: #171940 !important;
  color: #fff !important;
}
@media (min-width: 1200px) {
  .navbar .navbar-toggle {
    display: none !important;
  }
  .language-toggle {
    color: #DDD !important;
  }
  .language-toggle > .menu-img {
    margin-right: 4px;
  }
  .open > .language-toggle {
    background-color: transparent !important;
  }
  .open > .language-toggle .menu-img .svg {
    background-color: #c9d0de !important;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-collapse {
    z-index: 1;
    position: absolute;
    top: 60px;
    right: 0;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 4px 8px rgba(0, 0, 0, 0.04);
    background: #FFF;
    max-height: 60vh;
    overflow: hidden;
    width: 250px;
    max-width: 100%;
    margin-right: 30px;
    display: flex !important;
    flex-direction: column;
  }
  .navbar .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar .navbar-collapse.collapse.in {
    display: flex !important;
    overflow-y: auto;
    scrollbar-color: #8D9CBA transparent;
    scrollbar-width: thin;
  }
  .navbar .navbar-collapse.collapse.in::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .navbar .navbar-collapse.collapse.in::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
  }
  .navbar .navbar-collapse.collapse.in::-webkit-scrollbar-thumb {
    background: #8D9CBA;
    border-radius: 4px;
  }
  .navbar .navbar-nav.navbar-right {
    order: -1;
  }
  .navbar .navbar-nav.navbar-right,
  .navbar .navbar-nav.navbar-left {
    display: block;
    position: unset;
    box-shadow: none;
    max-height: unset;
    width: unset;
    float: unset !important;
    overflow: unset;
    padding: 0;
  }
  .navbar .navbar-nav.navbar-right.active,
  .navbar .navbar-nav.navbar-left.active {
    display: block;
  }
  .navbar .navbar-nav.navbar-right > li,
  .navbar .navbar-nav.navbar-left > li {
    float: none;
  }
  .navbar .navbar-nav.navbar-right > li > a,
  .navbar .navbar-nav.navbar-left > li > a {
    padding: 15px 15px 15px 0;
    line-height: 20px;
    font-weight: 400;
    width: 100%;
  }
  .navbar .navbar-nav.navbar-right > li > a.supp-link,
  .navbar .navbar-nav.navbar-left > li > a.supp-link {
    padding: 0;
  }
  .navbar .navbar-nav.navbar-right > li > a.supp-link #support-button,
  .navbar .navbar-nav.navbar-left > li > a.supp-link #support-button {
    padding: 0;
    width: 100%;
  }
  .navbar .navbar-nav.navbar-right > li > a .menu-img svg path,
  .navbar .navbar-nav.navbar-left > li > a .menu-img svg path,
  .navbar .navbar-nav.navbar-right > li > a #supp-arrow svg path,
  .navbar .navbar-nav.navbar-left > li > a #supp-arrow svg path {
    fill: #171940;
    fill-opacity: 1;
  }
  .navbar .navbar-nav.navbar-right > li > a .menu-img .svg,
  .navbar .navbar-nav.navbar-left > li > a .menu-img .svg,
  .navbar .navbar-nav.navbar-right > li > a #supp-arrow .svg,
  .navbar .navbar-nav.navbar-left > li > a #supp-arrow .svg {
    background-color: #171940;
  }
  .navbar .navbar-nav.navbar-right > li > a .menu-img.stroke-img svg path,
  .navbar .navbar-nav.navbar-left > li > a .menu-img.stroke-img svg path {
    stroke: #171940;
  }
  .navbar .navbar-nav.navbar-right > li > a:hover,
  .navbar .navbar-nav.navbar-left > li > a:hover {
    background-color: #E3F0FF;
    color: #282828;
  }
  .navbar .navbar-nav.navbar-right > li > a:hover .menu-img svg path,
  .navbar .navbar-nav.navbar-left > li > a:hover .menu-img svg path,
  .navbar .navbar-nav.navbar-right > li > a:hover #supp-arrow svg path,
  .navbar .navbar-nav.navbar-left > li > a:hover #supp-arrow svg path {
    fill: #171940;
    fill-opacity: 1;
  }
  .navbar .navbar-nav.navbar-right > li > a:hover .menu-img.stroke-img svg path,
  .navbar .navbar-nav.navbar-left > li > a:hover .menu-img.stroke-img svg path {
    fill: none;
    stroke: #171940;
  }
  .navbar .navbar-nav.navbar-right > li > a:active,
  .navbar .navbar-nav.navbar-left > li > a:active,
  .navbar .navbar-nav.navbar-right > li.active > a,
  .navbar .navbar-nav.navbar-left > li.active > a,
  .navbar .navbar-nav.navbar-right > li.opened > a,
  .navbar .navbar-nav.navbar-left > li.opened > a {
    background-color: #171940;
    color: #FFF;
  }
  .navbar .navbar-nav.navbar-right > li > a:active .menu-img svg path,
  .navbar .navbar-nav.navbar-left > li > a:active .menu-img svg path,
  .navbar .navbar-nav.navbar-right > li.active > a .menu-img svg path,
  .navbar .navbar-nav.navbar-left > li.active > a .menu-img svg path,
  .navbar .navbar-nav.navbar-right > li.opened > a .menu-img svg path,
  .navbar .navbar-nav.navbar-left > li.opened > a .menu-img svg path {
    fill: #8D9CBA;
  }
  .navbar .navbar-nav.navbar-right > li > a:active .menu-img .svg,
  .navbar .navbar-nav.navbar-left > li > a:active .menu-img .svg,
  .navbar .navbar-nav.navbar-right > li.active > a .menu-img .svg,
  .navbar .navbar-nav.navbar-left > li.active > a .menu-img .svg,
  .navbar .navbar-nav.navbar-right > li.opened > a .menu-img .svg,
  .navbar .navbar-nav.navbar-left > li.opened > a .menu-img .svg {
    background-color: #8D9CBA;
  }
  .navbar .navbar-nav.navbar-right > li > a:active #supp-arrow svg path,
  .navbar .navbar-nav.navbar-left > li > a:active #supp-arrow svg path,
  .navbar .navbar-nav.navbar-right > li.active > a #supp-arrow svg path,
  .navbar .navbar-nav.navbar-left > li.active > a #supp-arrow svg path,
  .navbar .navbar-nav.navbar-right > li.opened > a #supp-arrow svg path,
  .navbar .navbar-nav.navbar-left > li.opened > a #supp-arrow svg path {
    fill: #8D9CBA;
    fill-opacity: 1;
  }
  .navbar .navbar-nav.navbar-right > li > a:active #supp-arrow .svg,
  .navbar .navbar-nav.navbar-left > li > a:active #supp-arrow .svg,
  .navbar .navbar-nav.navbar-right > li.active > a #supp-arrow .svg,
  .navbar .navbar-nav.navbar-left > li.active > a #supp-arrow .svg,
  .navbar .navbar-nav.navbar-right > li.opened > a #supp-arrow .svg,
  .navbar .navbar-nav.navbar-left > li.opened > a #supp-arrow .svg {
    background-color: #8D9CBA;
  }
  .navbar .navbar-nav.navbar-right > li > a:active .menu-img.stroke-img svg path,
  .navbar .navbar-nav.navbar-left > li > a:active .menu-img.stroke-img svg path,
  .navbar .navbar-nav.navbar-right > li.active > a .menu-img.stroke-img svg path,
  .navbar .navbar-nav.navbar-left > li.active > a .menu-img.stroke-img svg path,
  .navbar .navbar-nav.navbar-right > li.opened > a .menu-img.stroke-img svg path,
  .navbar .navbar-nav.navbar-left > li.opened > a .menu-img.stroke-img svg path {
    fill: none;
    stroke: #8D9CBA;
  }
  .navbar .navbar-nav.navbar-right > li .menu-img,
  .navbar .navbar-nav.navbar-left > li .menu-img {
    float: left;
    width: 45px;
    text-align: center;
    height: 20px;
  }
  .navbar .navbar-nav.navbar-right > li .menu-img + span,
  .navbar .navbar-nav.navbar-left > li .menu-img + span {
    padding: 0;
  }
  .navbar .navbar-nav.navbar-left {
    padding: 0;
  }
  .navbar .navbar-nav.navbar-left .menu-img {
    display: block;
  }
  .navbar .navbar-nav.navbar-left .menu-img svg path {
    fill: #171940;
  }
  .navbar .navbar-nav > li > a.user-block.enter-block {
    color: #171940;
    cursor: pointer;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-collapse {
    margin-right: 20px;
  }
  .navbar .navbar-brand {
    width: 248px;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-collapse {
    margin-right: 15px;
  }
  .navbar-header {
    float: unset;
  }
  .navbar-collapse {
    display: block;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
    padding-right: 0;
    padding-left: 0;
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .logo-block img {
    float: none;
    padding: 0;
    display: block;
    margin: 0 auto;
  }
  .logo-block .text {
    padding: 6px 0 0;
    font-size: 14px;
    line-height: 1;
  }
  .navbar .navbar-brand {
    width: 56px;
  }
  .navbar .navbar-brand a {
    padding: 10px 6px;
  }
  .navbar .navbar-brand a.left-menu-show {
    display: none;
  }
}
.modal-open .modal.display-flex,
.modal-open .modal.in {
  display: flex !important;
}
.modal-open .modal.in .modal-content-animate {
  transform: translate(0, 0px);
  opacity: 1;
}
.modal {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding: 30px 15px;
  display: none;
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
}
.modal::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.modal::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.modal::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
.modal .modal-content-animate {
  transform: translate(0, -15px);
  opacity: 0;
  transition: 1s ease-in-out;
}
.modal > .select2-container {
  position: fixed !important;
}
.modal-dialog {
  margin: auto;
}
hr.footer-modal {
  border: none;
  border-top: 1px solid #CBD2E0;
  opacity: 0.4;
}
.modal-dialog.block-edit {
  width: 100%;
  max-width: 1200px;
}
.modal-dialog {
  max-width: 700px;
  width: 100%;
}
.modal-dialog.little {
  max-width: 350px;
}
.modal-dialog.thin {
  max-width: 440px;
}
.modal-dialog.big-width {
  max-width: 950px;
}
.modal-dialog.more-big-width {
  max-width: 1400px;
}
.modal-dialog.width-ad {
  max-width: 785px;
  width: 95%;
}
.modal-dialog.width-all {
  max-width: none;
  width: 100%;
}
.modal-dialog.with-space {
  margin-left: 15px;
  margin-right: 15px;
}
.modal-dialog.modal-dialog-centered {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.modal-dialog.modal-dialog-centered > .modal-content {
  width: 100%;
  pointer-events: auto;
}
.modal-content {
  border-radius: 3px;
  color: #4c4c4c;
  background: #F5F6FA;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.03);
}
.modal-content.rounded {
  border-radius: 15px;
  overflow: hidden;
}
.modal-content.rounded .modal-header {
  border-radius: 15px 15px 0 0;
}
.modal-content.white-background {
  background: #fff;
}
.modal-content.scrollable-body {
  max-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.modal-content.scrollable-body > .modal-header {
  z-index: 1;
}
.modal-content.scrollable-body > .modal-body,
.modal-content.scrollable-body > .modal-content-animate {
  overflow: auto;
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
}
.modal-content.scrollable-body > .modal-body::-webkit-scrollbar,
.modal-content.scrollable-body > .modal-content-animate::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.modal-content.scrollable-body > .modal-body::-webkit-scrollbar-track,
.modal-content.scrollable-body > .modal-content-animate::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.modal-content.scrollable-body > .modal-body::-webkit-scrollbar-thumb,
.modal-content.scrollable-body > .modal-content-animate::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
.modal-content h4 {
  color: #171940;
  margin: 0;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}
.modal-content h4.less-font {
  font-size: 26px;
}
.modal-content h4.left-side-text {
  text-align: left;
}
.modal-content h5 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 600;
  line-height: 27px;
}
.modal-content h5.less-font {
  font-size: 22px;
}
@media (max-width: 991px) {
  .modal-content h4,
  .modal-content h5 {
    font-size: 20px;
  }
}
.modal-content .btn-few .btn {
  max-width: 200px;
  padding: 0 15px;
}
.modal-content .bottom-block {
  padding: 20px 30px;
}
@media (max-width: 767px) {
  .modal-content .bottom-block {
    padding: 20px 15px;
  }
}
.modal-content .notification-pagination {
  font-size: 14px;
  line-height: 17px;
  color: #525F7F;
  padding: 0;
}
.modal-content .notification-arrow {
  position: relative;
}
.modal-content .notification-arrow .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-content .notification-arrow a {
  width: 8px;
  height: 8px;
  border: solid #8D9CBA;
  border-width: 2px 2px 0 0;
  display: block;
  transition: 0.2s;
  position: relative;
}
.modal-content .notification-arrow a:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  top: 50%;
  margin-left: 2px;
  margin-top: -2px;
  transform: translate(-50%, -50%);
  border: 4px solid rgba(47, 128, 237, 0.1);
  border-radius: 50%;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.modal-content .notification-arrow a:not(.disabled):hover {
  border-color: #171940;
}
.modal-content .notification-arrow a:not(.disabled):focus:before {
  width: 36px;
  height: 36px;
  opacity: 1;
}
.modal-content .notification-arrow a:first-child {
  transform: rotate(225deg);
  margin-right: 15px;
}
.modal-content .notification-arrow a:last-child {
  transform: rotate(45deg);
  margin-left: 15px;
}
.modal-content .notification-arrow a.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.modal-content .limit-height {
  max-height: 560px;
  overflow-y: auto;
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
}
.modal-content .limit-height::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.modal-content .limit-height::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.modal-content .limit-height::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
.modal-header {
  border: none;
  padding: 27px 55px 27px 30px;
  position: relative;
  background: #FFFFFF;
  color: #171940;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.07);
}
.modal-header h4 {
  margin: 0;
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
  min-height: 28px;
  text-align: initial;
}
.modal-header .close-modal {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .modal-header {
    padding-left: 20px;
    padding-right: 45px;
  }
  .modal-header .close-modal {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .modal-header {
    padding: 15px 40px 15px 15px;
  }
  .modal-header h4 {
    font-size: 18px;
  }
  .modal-header .close-modal {
    right: 15px;
  }
}
.close-modal {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 5px;
  background: transparent;
  border: none;
  outline: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .close-modal {
    top: 0;
    right: 0;
    padding: 3px;
  }
}
.close-modal.more-space {
  top: 10px;
  right: 10px;
}
.close-modal img {
  display: block;
}
.close-modal svg {
  display: block;
}
.close-modal svg path {
  fill: rgba(141, 156, 186, 0.5);
  transition: 0.2s;
}
.close-modal .svg {
  background-color: rgba(141, 156, 186, 0.5);
}
.close-modal:hover svg path {
  fill: #525F7F;
}
.close-modal:hover .svg {
  background-color: #525F7F;
  animation: opacity-anim 0.2s;
}
.close-modal:active svg path {
  fill: #171940;
}
.close-modal:active .svg {
  background-color: #171940;
}
.modal-body {
  padding: 30px;
}
.modal-body .form-group:not([class*="-margin"]) {
  margin-bottom: 20px;
}
@media (max-width: 460px) {
  .modal-body .form-group:not([class*="-margin"]) {
    margin-bottom: 15px;
  }
}
.modal-body img {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .modal-body {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .modal-body {
    padding: 20px 15px;
  }
}
.color-line {
  height: 4px;
  width: 50%;
  border-radius: 0px 0px 5px 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.color-line.red {
  background: #FE6B69;
}
.color-line.yellow {
  color: #FFC34E;
}
.color-line.blue {
  background: #518EF7;
}
.jcrop-holder {
  margin: 0 auto;
}
.jcrop-holder img {
  max-width: none;
}
.jcrop-holder .jcrop-keymgr {
  display: none !important;
}
.modal-body-title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 30px;
}
.modal-footer {
  border: none;
  padding: 0;
  text-align: left;
}
.form-group.form-modal-change-buttons {
  border-radius: 2px;
  background: #AC96D0;
  overflow: hidden;
}
.form-group.form-modal-change-buttons label {
  margin: 0;
  background: #AC96D0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #e6dcf6;
  padding: 19px 10px 17px;
  text-align: center;
  box-shadow: none;
}
.form-group.form-modal-change-buttons label:not(:last-child) {
  border-right: 1px solid #9E8ABF;
}
.form-group.form-modal-change-buttons label:hover {
  background: #a590c7;
  color: #f3eefb;
}
.form-group.form-modal-change-buttons label.active {
  background: #9E8ABF;
  color: #FFF;
}
.form-group.form-modal-change-buttons input {
  display: none;
}
.select-image-new-modal {
  height: 100%;
}
.select-image-new-modal .b-images {
  height: 100%;
}
.select-image-new-modal .b-images > .item-img-wrap {
  width: 33.333%;
}
@media (max-width: 991px) {
  .select-image-new-modal .b-images > .item-img-wrap {
    width: 50%;
  }
}
@media (max-width: 620px) {
  .select-image-new-modal .b-images > .item-img-wrap {
    width: 100%;
  }
}
.select-image-new-modal .b-images > .item-img-wrap .item-img {
  position: relative;
  box-shadow: 0px 2.00024px 6.00071px rgba(72, 72, 99, 0.03), 0px 2.00024px 8.00094px rgba(72, 72, 99, 0.1);
  transition: 0.3s;
  border: 1px solid transparent;
}
.select-image-new-modal .b-images > .item-img-wrap .item-img img {
  width: 100%;
  height: 200px;
  margin: 0 auto;
  cursor: pointer;
  -o-object-fit: contain;
     object-fit: contain;
  border: 1px solid transparent;
  border-bottom: 0 !important;
  transition: 0.2s;
}
.select-image-new-modal .b-images > .item-img-wrap .item-img .params {
  display: none;
  padding: 10px;
  background: white;
}
.select-image-new-modal .b-images > .item-img-wrap .item-img .img-name {
  background: #ffffff;
  padding: 5px 10px;
  min-height: 65px;
  border: 1px solid transparent;
}
.select-image-new-modal .b-images > .item-img-wrap .item-img .img-name .img-id {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #8D9CBA;
}
.select-image-new-modal .b-images > .item-img-wrap .item-img .img-name .img-slug {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #171940;
  display: flex;
  justify-content: space-between;
}
.select-image-new-modal .b-images > .item-img-wrap .item-img .img-name .img-slug .show-params {
  border: solid black;
  border-width: 1px 1px 0 0;
  width: 7px;
  height: 7px;
  display: block;
  transform: rotate(135deg);
  cursor: pointer;
}
.select-image-new-modal .b-images > .item-img-wrap .item-img.selected {
  border: 1px solid #3761EA;
}
.select-image-new-modal .b-images > .item-img-wrap .item-img.params-dropped {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.select-image-new-modal .b-images > .item-img-wrap .item-img.params-dropped .show-params {
  transform: rotate(-45deg) !important;
}
.select-image-new-modal .dropzone {
  background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: blue; stroke-width: 5; stroke-dasharray: 15 15'/></svg>");
  border: 0;
}
.select-image-new-modal .dropzone .dz-message svg path {
  fill: #3761EA;
}
.select-image-new-modal .dropzone .dz-message span {
  font-size: 21px;
  color: #525F7F;
  font-weight: 400;
}
.select-image-new-modal .all-images .del-image {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  line-height: 23px;
  text-align: center;
  font-size: 20px;
  transform: rotate(45deg);
  color: #ffffff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.2s;
}
.select-image-new-modal .all-images .del-image:hover {
  color: #ffffff;
  box-shadow: 0px 0 5px -2px #000;
  background: #000000;
}
.modal-dialog.poll-modal {
  width: auto;
  max-width: 760px;
  padding-top: 45px;
}
.modal-dialog.poll-modal .modal-content {
  border: 7px solid #3761EA;
}
.modal-dialog.poll-modal .modal-body {
  padding: 80px;
}
.center-poll-head {
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
}
.center-poll-head svg {
  display: block;
}
.title-poll {
  display: flex;
  color: #171940;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
}
.title-poll > div:first-child {
  padding-right: 15px;
}
.title-poll > div:last-child {
  align-self: center;
}
.title-poll svg {
  display: block;
}
.text-poll {
  font-size: 14px;
  line-height: 17px;
  color: #525F7F;
}
.poll-question {
  border: 1px solid transparent;
  transition: border-color 0.2s linear;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
}
.poll-question:hover {
  border-color: #FFFFFF;
}
.poll-question-blk.poll-question__required .poll-question-text::after,
.poll-question-blk.poll-question__required .help-block::before {
  content: '*';
  color: #FE6B69;
}
.poll-question-blk label.poll-question-text {
  font-size: 18px;
  line-height: 24px;
  color: #171940;
  font-weight: 600;
}
.poll-question-blk .help-block {
  padding: 15px 0 0 !important;
}
@media (max-width: 767px) {
  .modal-dialog.poll-modal .modal-body {
    padding: 30px 15px;
  }
  .center-poll-head svg {
    height: 42px;
  }
  .title-poll {
    font-size: 20px;
  }
  .title-poll > div:first-child {
    padding-right: 10px;
  }
  .text-poll {
    font-size: 12px;
    line-height: 15px;
  }
  .poll-question-blk label.poll-question-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.rules-popup .main-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.rules-popup .additional-text {
  color: #525F7F;
  font-size: 14px;
  line-height: 17px;
  margin: 0 auto;
  max-width: 320px;
}
/*------ RPopup ------*/
.RPopup-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(82, 95, 127, 0.3) url('/images/spinner.gif') no-repeat center;
  background-size: 80px;
  top: 0;
}
.RPopup-loader > div:first-child {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.RPopup-loader .btn {
  position: relative;
  top: 90px;
  left: 0;
}
.RPopup {
  width: 101%;
  height: 101%;
  position: fixed;
  z-index: 9999;
  margin: 0;
}
.RPopup .screen {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0;
  z-index: 1001;
  top: 0px;
  left: 0;
}
.RPopup .body {
  width: 930px;
  z-index: 1002;
  height: 400px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px 0px 14px 4px rgba(0, 0, 0, 0.7);
}
.RPopup .body .close {
  width: 22px;
  height: 22px;
  position: absolute;
  cursor: pointer;
  top: -10px;
  right: -10px;
  background: url('') no-repeat 0 0;
}
.RPopup.next-popup {
  z-index: 10001;
}
.modal-backdrop.next-backdrop {
  z-index: 10000;
}
.ui-widget-overlay {
  z-index: 9999 !important;
  background: rgba(40, 40, 40, 0.5);
  opacity: 1;
}
.ui-widget.ui-widget-content:not(.ui-slider) {
  z-index: 10000 !important;
}
.ui-widget.ui-widget-content:not(.ui-slider).tooltip-dialog-confirm {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 500px !important;
}
.ui-widget.ui-widget-content:not(.ui-slider).tooltip-dialog-confirm .ui-dialog-titlebar {
  display: none;
}
.ui-widget.ui-widget-content:not(.ui-slider).tooltip-dialog-confirm .ui-dialog-content {
  padding-top: 15px;
  min-height: auto !important;
  font-size: 14px;
}
.ui-widget.ui-widget-content:not(.ui-slider).tooltip-dialog-confirm .ui-dialog-buttonpane {
  border: none;
  margin: 0;
  padding: 0.3em 1em 0.75em;
}
.ui-widget.ui-widget-content:not(.ui-slider).tooltip-dialog-confirm .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
  position: relative;
}
.ui-widget.ui-widget-content:not(.ui-slider).tooltip-dialog-confirm .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0 0;
  font-size: 13px;
  float: right;
}
.ui-widget.ui-widget-content:not(.ui-slider).tooltip-dialog-confirm .ui-dialog-buttonpane button#select-block {
  float: none;
}
.ui-widget.ui-widget-content:not(.ui-slider).tooltip-dialog-confirm .ui-dialog-buttonpane .blocks-select-noshow {
  position: absolute;
  top: 100%;
  background: #fff;
  border: 1px solid;
  border-top: none;
  width: 100%;
  max-width: 120px;
  margin-top: -1px;
  left: 1px;
  font-size: 13px;
}
.ui-widget.ui-widget-content:not(.ui-slider).tooltip-dialog-confirm .ui-dialog-buttonpane .blocks-select-noshow span {
  display: block;
  cursor: pointer;
  padding: 2px 5px;
}
.ui-widget.ui-widget-content:not(.ui-slider).tooltip-dialog-confirm .ui-dialog-buttonpane .blocks-select-noshow span:hover {
  background: #eee;
}
.feedback-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 46, 25, 0.85);
}
.feedback-popup .table-block {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.feedback-popup .table-block .table-cell-block {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.feedback-popup .table-block .window-feedback {
  width: 410px;
  height: 444px;
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
  background: #F7F7F7;
  display: inline-block;
  position: relative;
}
.feedback-popup .table-block .window-feedback .close-popup {
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  height: 23px;
  padding: 5px;
  cursor: pointer;
}
.feedback-popup .table-block .window-feedback .close-popup img {
  vertical-align: top;
}
.feedback-popup .table-block .window-feedback .title {
  font-family: OpenSansSemibold;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0;
}
.feedback-popup .table-block .window-feedback .blocks {
  overflow: hidden;
  padding: 5px;
}
.feedback-popup .table-block .window-feedback .blocks .block {
  width: calc(50% - 10px);
  height: 175px;
  margin: 5px;
  float: left;
  background: #FFF;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.29);
  padding: 25px 5px 0;
  font-family: OpenSans;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  color: #202E19;
}
.feedback-popup .table-block .window-feedback .blocks .block svg .st0 {
  fill: none;
  stroke: #A1A156;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.feedback-popup .table-block .window-feedback .blocks .block svg .st1 {
  fill: #A1A156;
}
.feedback-popup .table-block .window-feedback .blocks .block .image {
  margin-bottom: 12px;
}
.feedback-popup .table-block .window-feedback .blocks .block:hover {
  background: #E4B649;
  color: #FFF;
}
.feedback-popup .table-block .window-feedback .blocks .block:hover svg .st0 {
  stroke: #FFF;
}
.feedback-popup .table-block .window-feedback .blocks .block:hover svg .st1 {
  fill: #FFF;
}
.feedback-popup .table-block .window-feedback .form {
  padding: 0 15px;
  font-family: OpenSans;
  font-size: 16px;
  text-align: left;
}
.feedback-popup .table-block .window-feedback .form .text-left {
  width: calc(100% - 165px);
  float: left;
}
.feedback-popup .table-block .window-feedback .form .image {
  text-align: center;
  width: 165px;
  float: left;
}
.feedback-popup .table-block .window-feedback .form .image svg {
  display: inline-block;
}
.feedback-popup .table-block .window-feedback .form .image svg .st0 {
  fill: none;
  stroke: #E4B649;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.feedback-popup .table-block .window-feedback .form .image svg .st1 {
  fill: #E4B649;
}
.feedback-popup .table-block .window-feedback .form .form-group {
  margin: 0;
}
.feedback-popup .table-block .window-feedback .form .form-group .form-control {
  border-color: #E4B649;
  color: #E4B649;
  border-radius: 0;
}
.feedback-popup .table-block .window-feedback .form .form-group .form-control:active,
.feedback-popup .table-block .window-feedback .form .form-group .form-control:focus {
  box-shadow: inset 2px 2px 0 0 #D6D4D4;
}
.feedback-popup .table-block .window-feedback .form .form-group .form-control .help-block {
  color: #E4B649;
}
.feedback-popup .table-block .window-feedback .form .form-group .form-control::-moz-placeholder {
  color: #E4B649;
}
.feedback-popup .table-block .window-feedback .form .form-group .form-control::placeholder {
  color: #E4B649;
}
.feedback-popup .table-block .window-feedback .form .form-group .form-control::-moz-placeholder {
  color: #E4B649;
}
.feedback-popup .table-block .window-feedback .form .form-group .form-control:-moz-placeholder {
  color: #E4B649;
}
.feedback-popup .table-block .window-feedback .form .form-group .form-control::-webkit-input-placeholder {
  color: #E4B649;
}
.feedback-popup .table-block .window-feedback .form .form-group .form-control:-ms-input-placeholder {
  color: #E4B649;
}
.feedback-popup .table-block .window-feedback .form .form-group.has-error .form-control {
  border-color: #F00;
  color: #F00;
  border-radius: 0;
}
.feedback-popup .table-block .window-feedback .form .form-group.has-error .form-control .help-block {
  color: #F00;
}
.feedback-popup .table-block .window-feedback .form .form-group.has-error .form-control::-moz-placeholder {
  color: #F00;
}
.feedback-popup .table-block .window-feedback .form .form-group.has-error .form-control::placeholder {
  color: #F00;
}
.feedback-popup .table-block .window-feedback .form .form-group.has-error .form-control::-moz-placeholder {
  color: #F00;
}
.feedback-popup .table-block .window-feedback .form .form-group.has-error .form-control:-moz-placeholder {
  color: #F00;
}
.feedback-popup .table-block .window-feedback .form .form-group.has-error .form-control::-webkit-input-placeholder {
  color: #F00;
}
.feedback-popup .table-block .window-feedback .form .form-group.has-error .form-control:-ms-input-placeholder {
  color: #F00;
}
.feedback-popup .table-block .window-feedback .form .form-group .help-block {
  font-size: 14px;
  line-height: 17px;
  height: 17px;
}
.feedback-popup .table-block .window-feedback .form .form-group #feedbackform-type + .help-block {
  height: auto;
}
.feedback-popup .table-block .window-feedback .form .button-block {
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.feedback-popup .table-block .window-feedback .form .button-block .note {
  width: calc(100% - 200px);
  padding-right: 20px;
  float: left;
}
.feedback-popup .table-block .window-feedback .form .button-block .button {
  width: 200px;
  float: left;
  display: inline-block;
  text-align: center;
  height: 38px;
  line-height: 38px;
  position: relative;
  z-index: 1;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: -1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: none;
}
.feedback-popup .table-block .window-feedback .form .button-block .button:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #F4D659;
  background: linear-gradient(to bottom, #F4D659 23.82%, #EAB631 67.47%);
  z-index: -1;
}
.feedback-popup .table-block .window-feedback .form .button-block .button:after {
  content: '';
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  position: absolute;
  background: #F7F7F7;
  box-shadow: inset -1px 1px 2px 0 rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.feedback-popup .table-block .window-feedback .form .button-block .button:hover {
  background: #F4D659;
  background: linear-gradient(to bottom, #F4D659 23.82%, #EAB631 67.47%);
}
.feedback-popup .table-block .window-feedback .form .button-block .button:hover:before,
.feedback-popup .table-block .window-feedback .form .button-block .button:hover:after {
  content: none;
}
.feedback-popup .table-block .window-feedback .form .button-block .button:focus,
.feedback-popup .table-block .window-feedback .form .button-block .button:active {
  background: #EAB631;
  background: linear-gradient(to top, #F4D659 23.82%, #EAB631 67.47%);
}
.feedback-popup .table-block .window-feedback .form .button-block .button:focus:before,
.feedback-popup .table-block .window-feedback .form .button-block .button:active:before,
.feedback-popup .table-block .window-feedback .form .button-block .button:focus:after,
.feedback-popup .table-block .window-feedback .form .button-block .button:active:after {
  content: none;
}
.modal-block {
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background: rgba(69, 72, 71, 0.8);
  width: 100%;
  height: 100%;
}
.modal-block > .table-cell {
  padding: 0 35px;
}
.modal-window {
  width: 100%;
  max-width: 555px;
  margin: 0 auto;
  background: #FFF;
  position: relative;
  border-radius: 2px;
  z-index: 2;
}
.modal-window h3 {
  background: #F5F6FA;
  border-radius: 2px;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  padding: 16px 23px;
  padding-right: 35px;
}
.modal-window .content {
  position: relative;
  z-index: -1;
  margin-top: -52px;
  display: flex;
  width: 100%;
}
.modal-window .content .content-cell {
  height: 100%;
  width: 100%;
}
.modal-window .content .content-block {
  height: 100%;
  max-height: 100vh;
  padding-top: 52px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.modal-window .content .content-block > div {
  padding: 23px 25px 0;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.modal-window .content .content-block .text {
  padding-bottom: 30px;
}
.modal-window .content .button-login {
  float: left;
}
.modal-window .content .forgot-pass {
  float: right;
  line-height: 34px;
}
.modal-window .content .forgot-pass a {
  color: #282828;
}
.modal-window .content label {
  line-height: 1.2;
  font-weight: 400;
  color: #4c4c4c;
}
.modal-window .content input {
  border: 1px solid #EDEEF2;
  border-radius: 2px;
  height: 32px;
  color: #6c7d9e;
}
.modal-window .content .has-error input {
  border-color: #D78080;
}
.modal-window .content .form-group {
  margin-bottom: 23px;
}
.modal-window .content button {
  border-radius: 2px;
  min-width: 154px;
  height: 34px;
  display: block;
  padding: 0 15px;
  border: none;
}
.modal-window .content .help-block {
  margin: 0;
  line-height: 1.2;
  padding-top: 7px;
  color: #d78080;
}
.close-modal,
.close-modal.old {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.enter-reg {
  overflow: hidden;
  margin-bottom: 35px;
}
.enter-reg a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  width: 50%;
  margin: auto;
  text-align: center;
  padding: 14px 0px;
  border-radius: 1px;
}
.enter-reg a:hover {
  text-decoration: none;
}
.enter-reg a.enter {
  border: 2px solid #171940;
  float: left;
  color: #626262;
  background: #fff;
}
.enter-reg a.enter.active {
  border: 2px solid #171940;
  background: #171940;
  color: #ffffff;
}
/*------------------------- SUPPORT -------------------------*/
.wrap.index-wrap {
  padding: 60px 0 30px;
}
.wrap.index-wrap #toTop {
  display: none !important;
}
#blocks-content.support-block {
  padding-left: 0;
}
.support-block {
  background: #F5F6FA;
}
.support-block + .footer .footer-block {
  border-top: 0;
}
.support-block-wrap {
  display: flex;
  padding: 30px 30px 0;
  max-width: 1920px;
  margin: 0 auto;
}
.support-block-content {
  display: flex;
  padding: 30px;
  background: #fff;
  align-items: flex-start;
}
.block-support-left-items,
.block-support-right-items {
  width: 360px;
  flex-shrink: 0;
  position: sticky;
  top: 90px;
}
.block-support-left-items {
  left: 30px;
  margin-right: 30px;
  z-index: auto;
}
@media (max-width: 1599px) {
  .block-support-left-items {
    width: 320px;
    margin-right: 15px;
  }
}
.block-support-right-items {
  margin-left: 30px;
}
.block-support-right-items .block-support-overflow {
  max-height: calc(100vh - 164px);
  overflow-y: auto;
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
}
.block-support-right-items .block-support-overflow::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.block-support-right-items .block-support-overflow::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.block-support-right-items .block-support-overflow::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
@media (max-width: 1599px) {
  .block-support-right-items {
    width: 260px;
    margin-left: 15px;
  }
}
@media (max-width: 1400px) {
  .block-support-right-items {
    width: 220px;
  }
}
@media (max-width: 1199px) {
  .block-support-right-items {
    display: none;
  }
}
.block-support-items {
  background: #fff;
  font-size: 14px;
}
.block-support-items:not(:first-child) {
  margin-top: 2px;
}
.block-support-items .block-children-item {
  position: absolute;
  width: 30px;
  top: 0;
  right: 20px;
  height: 100%;
  cursor: pointer;
}
.block-support-items .block-children-item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-support-items .block-children-item.translate svg {
  transform: translate(-50%, -50%) rotate(180deg);
}
.block-support-items.opened .block-support-title:not(.active) {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #E3F0FF;
}
.block-support-items.active .block-support-title:not(.active) {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #3761EA;
}
.block-support-items.active .block-support-title:not(.active) > span,
.block-support-items.active .block-support-title:not(.active) > a {
  color: #fff;
}
.block-support-items.active .block-support-title:not(.active) .block-children-item svg path:not(.stroke):not(.no-fill),
.block-support-items.active .block-support-title:not(.active) .block-children-item svg .fill {
  fill: #fff;
}
.block-support-items.active .block-support-title:not(.active) .block-children-item svg .stroke {
  stroke: #fff;
}
.block-support-title {
  padding: 18px 30px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.2px;
  position: relative;
  background: #fff;
}
.block-support-title:hover {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #E3F0FF;
}
.block-support-title.active {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: #3761EA;
}
.block-support-title.active > span,
.block-support-title.active > a {
  color: #fff;
}
.block-support-title.active .block-children-item svg path:not(.stroke):not(.no-fill),
.block-support-title.active .block-children-item svg .fill {
  fill: #fff;
}
.block-support-title.active .block-children-item svg .stroke {
  stroke: #fff;
}
.block-support-title a {
  display: block;
  color: #171940;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.block-support-title a:hover,
.block-support-title a:focus {
  color: #171940;
}
.block-support-text {
  padding: 15px 30px;
  line-height: 1.2;
  list-style: none;
  margin: 0;
}
.block-support-text .block-support-link {
  position: relative;
}
.block-support-text .support-children-show {
  fill: #C0C0C0;
  transition: fill 0.2s ease-in-out;
}
.block-support-text span,
.block-support-text a {
  padding-bottom: 15px;
  display: block;
  position: relative;
  color: #525F7F;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.block-support-text span:hover + .block-children-item .support-children-show,
.block-support-text a:hover + .block-children-item .support-children-show,
.block-support-text span:focus + .block-children-item .support-children-show,
.block-support-text a:focus + .block-children-item .support-children-show {
  fill: #70AEEF;
}
.block-support-text .block-support-text {
  margin-left: 15px;
}
.block-support-text .block-support-text .block-children-item {
  width: 15px;
  left: -15px;
}
.block-support-text li:last-child span,
.block-support-text li:last-child a {
  padding-bottom: 0;
}
.block-support-text li:hover:not(.block-support-text li:hover.active) span,
.block-support-text li:hover:not(.block-support-text li:hover.active) a {
  color: #171940;
  font-weight: 600;
  margin-left: 5px;
}
.block-support-text li.active > .block-support-link span,
.block-support-text li.active > .block-support-link a {
  font-weight: bold;
  color: #171940;
  padding-left: 10px;
}
.block-support-text li.active > .block-support-link .support-children-show {
  fill: #70AEEF;
}
.block-support-item-text {
  font-size: 14px;
  line-height: 24px;
}
.support-text-title {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 60px;
  position: relative;
  padding-left: 13px;
  color: #171940;
}
.support-text-title:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 3px;
  height: 100%;
  border-radius: 3px;
  background: #3761EA;
}
.support-text h1,
.support-text h2,
.support-text h3,
.support-text h4,
.support-text h5,
.support-text h6 {
  margin: 24px 0;
  line-height: 24px;
  font-weight: 600;
  color: #171940;
}
.support-text h2 {
  font-size: 24px;
}
.support-text h3 {
  font-size: 18px;
}
.support-text h4 {
  font-size: 14px;
}
.support-text b,
.support-text strong {
  word-break: break-word;
}
.support-text p {
  margin: 24px 0;
  color: #525F7F;
}
.support-text .bb-video iframe {
  max-width: 100%;
}
.support-text ul,
.support-text ol {
  margin: 24px 0;
}
.support-text ul {
  padding-left: 12px;
}
.support-text ol {
  padding-left: 24px;
}
.support-text a {
  color: #70aeef;
  text-decoration: none;
}
.support-text a.hover,
.support-text a:active {
  color: #719fe1;
}
.support-text .bb-image {
  display: block;
  margin: 24px 0;
}
.support-text .bb-image img {
  max-width: 100%;
}
.support-text .bb-image img[data-full] {
  cursor: pointer;
}
.support-text .bb-image,
.support-text .bb-video {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F6FA;
  border-radius: 3px;
  padding: 30px;
}
@media (max-width: 767px), (min-width: 992px) and (max-width: 1199px) {
  .support-text .bb-image,
  .support-text .bb-video {
    padding: 15px;
  }
}
@media (max-width: 599px) {
  .support-text .bb-image,
  .support-text .bb-video {
    padding: 0;
  }
}
.block-support-content {
  padding-left: 15px;
  border-left: 3px solid #DFE0E7;
}
.block-support-content .contents {
  line-height: 18px;
}
.block-support-content .contents ul {
  padding: 0;
  list-style: none;
}
.block-support-content .contents ul a {
  padding-top: 9px;
  padding-bottom: 9px;
  display: block;
  margin-left: -18px;
  padding-left: 15px;
  border-left: 3px solid transparent;
  color: #525F7F;
  text-decoration: none;
}
.block-support-content .contents ul a.active,
.block-support-content .contents ul a:hover,
.block-support-content .contents ul a:focus {
  color: #333333;
}
.block-support-content .contents ul a.active {
  border-left-color: #171940;
}
.block-support-content-title {
  color: #171940;
  font-size: 24px;
  margin-bottom: 20px;
}
.support-poll-text {
  font-weight: 700;
  float: left;
  line-height: 30px;
}
.support-poll-answer {
  padding-left: 25px;
  float: left;
}
.poll-button {
  width: 102px;
  border: 1px solid;
  border-radius: 2px;
  height: 30px;
  position: relative;
  background: #FFF;
  font-weight: 700;
  padding: 0 0 0 38px;
}
.poll-button:not(:last-child) {
  margin-right: 20px;
}
.poll-button span {
  position: absolute;
  height: 28px;
  top: 0;
  left: 0;
  width: 38px;
  font-size: 10px;
  line-height: 1;
  padding: 9px 0;
}
.poll-button.yes {
  border-color: #E6F4E9;
}
.poll-button.yes span {
  background: #E6F4E9;
  color: #059724;
}
.poll-button.no {
  border-color: #F9E5E5;
}
.poll-button.no span {
  background: #F9E5E5;
  color: #ff3131;
}
.poll-button:not([data]) {
  cursor: default;
}
.poll-button:not([data]):not(.selected) {
  border-color: #F4F4F4;
  color: #d4d4d4;
}
.poll-button:not([data]):not(.selected) span {
  background: #F4F4F4;
  color: #c1c1c1;
}
@media (min-width: 992px) {
  .support-block-wrap {
    align-items: flex-start;
  }
  .block-support-left-items .left-menu-items {
    margin: 0;
    max-height: calc(100vh - 120px);
  }
  .support-text p {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .support-block-wrap {
    flex-direction: column;
  }
  .block-support-items {
    padding: 0;
  }
  .block-support-items:not(:first-child) {
    margin-top: 4px;
  }
  .block-support-left-items {
    position: unset;
    width: auto;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .block-support-left-items .mobile-select a,
  .block-support-left-items .mobile-select span {
    background: none;
    padding: 0;
  }
  .block-support-items {
    padding-top: 0;
  }
  .mobile-select a,
  .mobile-select span {
    display: block;
    background: #EAEAEA;
    padding: 16px 40px 16px 20px;
  }
  .mobile-select .block-mobile-select {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    cursor: pointer;
  }
  .mobile-select .block-mobile-select img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mobile-select + .hidden-select {
    display: none;
  }
  .mobile-select + div {
    margin-top: 60px;
  }
  .support-text-title {
    margin-bottom: 24px;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .support-poll-text {
    float: none;
  }
  .support-poll-answer {
    padding: 0;
    float: none;
  }
  .support-text .bb-video,
  .support-text .bb-image {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 620px) {
  .support-text iframe {
    width: 100%;
    height: calc(65.48387097vw);
  }
}
@media (max-width: 599px) {
  .support-block-wrap {
    padding: 30px 15px 0;
  }
  .support-block-content {
    padding: 30px 15px;
  }
  .block-support-title {
    padding: 18px 15px;
  }
  .block-support-title + .block-support-text {
    padding: 15px;
  }
}
.faq-index {
  width: 100%;
  display: block;
  padding: 0;
  background: none;
}
.faq-index--main-section {
  background: url("/images/faq/main-section.svg") left center no-repeat;
  background-size: cover;
  display: flex;
  padding: 40px 120px 40px 60px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .faq-index--main-section {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .faq-index--main-section {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .faq-index--main-section {
    padding: 15px;
  }
}
.faq-index--main-section > img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .faq-index--main-section > img {
    margin-top: 30px;
    align-self: center;
  }
}
.faq-index--main-section .support-text-title {
  padding: 0;
  font-size: 36px;
  margin-bottom: 20px;
}
.faq-index--main-section .support-text-title:before {
  display: none;
}
.faq-index--main-section .support-text {
  max-width: 440px;
}
.faq-index--wish-section {
  background: url("/images/faq/wish-section.svg") center no-repeat;
  background-size: contain;
  display: flex;
  padding: 60px;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .faq-index--wish-section {
    flex-direction: column;
    padding: 40px 15px;
    background-size: cover;
  }
}
.faq-index--wish-section > a {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  .faq-index--wish-section > a {
    margin-left: 0px;
    margin-top: 30px;
  }
}
.faq-index--wish-section .wish-section--title {
  font-weight: 600;
  font-size: 24px;
  color: #171940;
  margin-bottom: 10px;
}
.faq-index--wish-section .wish-section--text {
  font-size: 16px;
  max-width: 280px;
}
.faq-index--advantage-section {
  overflow-y: hidden;
  margin-bottom: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1200px) {
  .faq-index--advantage-section {
    margin-right: -30px;
  }
}
.faq-index--advantage-section > div {
  max-width: 600px;
  background: #FFF;
  border-radius: 5px;
  padding: 40px 10px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.faq-index--advantage-section > div:before {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #3761EA;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 375px), (min-width: 1200px) and (max-width: 1599px) {
  .faq-index--advantage-section > div:before {
    top: 0;
    width: 60px;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1200px) {
  .faq-index--advantage-section > div {
    margin-right: 30px;
    width: calc(33.33% - 30px);
  }
}
@media (max-width: 375px), (min-width: 1200px) and (max-width: 1599px) {
  .faq-index--advantage-section > div {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .faq-index--advantage-section > div {
    width: 100%;
  }
}
.faq-index--advantage-section > div > img {
  margin-right: 30px;
}
@media (max-width: 375px), (min-width: 1200px) and (max-width: 1599px) {
  .faq-index--advantage-section > div > img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.faq-index--advantage-section .advantage-section--title {
  font-weight: 600;
  font-size: 18px;
  color: #171940;
  margin-bottom: 5px;
}
.faq-index--advantage-section .advantage-section--text {
  color: #525F7F;
  max-width: 224px;
}
.between-spc {
  display: flex;
  justify-content: space-between;
}
#blocks-content.news-page {
  padding-left: 0;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  #blocks-content.news-page {
    padding-left: 0;
  }
}
@media (min-width: 1401px) and (max-width: 1600px), (min-width: 992px) and (max-width: 1199px) {
  #blocks-content.news-page .lots .item-blk .item-block-wrap {
    width: 33.33%;
  }
  #blocks-content.news-page .lots .item-blk .item-block-wrap:nth-child(n + 4) {
    display: none;
  }
}
@media (min-width: 1200px) and (max-width: 1400px), (min-width: 600px) and (max-width: 991px) {
  #blocks-content.news-page .lots .item-blk .item-block-wrap {
    width: 50%;
  }
}
@media (max-width: 375px) {
  #blocks-content.news-page .lots {
    position: relative;
    padding-bottom: 55px;
  }
  #blocks-content.news-page .lots .view-all-btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.title-block {
  font-size: 2.143rem;
  line-height: 1.25;
  padding: 0;
  margin: 0 0 30px;
  background: none;
  box-shadow: none;
}
.title-block:before {
  display: none;
}
@media (max-width: 599px) {
  .title-block {
    font-size: 1.857rem;
    margin-bottom: 20px;
  }
}
.news-list-block {
  margin-bottom: 60px;
}
.news-blocks {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.news-blocks > * {
  padding: 15px;
}
@media (min-width: 1601px) {
  .news-blocks > div {
    width: 20%;
  }
}
@media (min-width: 1201px) and (max-width: 1600px) {
  .news-blocks > div {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .news-blocks > div {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .news-blocks > div {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .news-blocks > div {
    width: 100%;
  }
}
.news-blocks .pagination {
  width: 100%;
}
@media (max-width: 359px) {
  .news-blocks .pagination > li > a,
  .news-blocks .pagination > li > span {
    margin-left: 4px;
  }
}
.news-block {
  border-radius: 3px;
  padding: 0;
  border: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: 0.2s;
}
.news-block:hover {
  box-shadow: 0 5px 20px 1px rgba(55, 97, 234, 0.15);
}
.news-block:before {
  content: "";
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30.21%, #FFFFFF 52.6%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.news-block--image {
  height: 175px;
  overflow: hidden;
}
.news-block--image a {
  outline: 0;
}
.news-block--image img {
  width: 100%;
  min-height: 100%;
}
.news-block--content {
  flex-grow: 1;
  position: relative;
  padding: 20px;
}
.news-block .title-news {
  font-size: 1.571rem;
  line-height: 1.2;
  color: #171940;
  margin-bottom: 15px;
}
.news-block p {
  font-size: 0.929rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-page {
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .post-page {
    padding: 15px;
  }
}
.post-page--image img {
  max-width: 100%;
  min-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-page--wrap {
  display: grid;
  grid-gap: 60px 30px;
}
@media (min-width: 1201px) {
  .post-page .sticky-anchor-menu {
    grid-area: 1 / 2 / 3 / 3;
  }
}
.post-page--title {
  font-size: 36px;
  line-height: 44px;
  color: #171940;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .post-page--title {
    font-size: 32px;
  }
}
.post-page--content .contents {
  line-height: 24px;
}
.post-page--content .contents > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.post-page--content .contents > ul > li {
  margin-bottom: 30px;
}
.post-page--content .contents > ul > li > a {
  pointer-events: none;
  font-size: 24px;
  line-height: 29px;
  color: #171940;
  margin-bottom: 30px;
}
.post-page--content .contents > ul > li > ul {
  background: #F5F6FA;
  padding: 30px;
  list-style-type: disc;
  padding-left: 40px;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.post-page--content .contents > ul > li > ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background: #3761EA;
}
.post-page--content .contents > ul > li > ul a {
  pointer-events: none;
  color: #525F7F;
}
.post-page .bb-image,
.post-page .bb-video {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F6FA;
  border-radius: 3px;
  padding: 30px;
}
.loader-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/images/loading2.gif') no-repeat center;
  background-size: 50px;
  z-index: 2000;
}
#blocks-content-shop {
  padding-left: 390px;
}
@media (max-width: 1200px) {
  #blocks-content-shop {
    padding-left: 0;
  }
}
.left-menu-block-shop {
  position: fixed;
  z-index: 1;
  top: 60px;
  bottom: 0;
  left: 0;
  border-right: 0;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 390px;
}
@media (max-width: 1200px) {
  .left-menu-block-shop {
    position: unset;
    width: auto;
    padding-right: 30px;
    padding-bottom: 0;
  }
}
@media (max-width: 991px) {
  .left-menu-block-shop {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .left-menu-block-shop {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.left-menu-block-shop .more-padding-text {
  padding-right: 65px;
}
.user-social-wrap {
  overflow-y: auto;
  background: #FFF;
  height: 100%;
  width: 100%;
  padding: 15px;
  border-radius: 3px;
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
}
.user-social-wrap::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.user-social-wrap::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.user-social-wrap::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
.user-social-wrap .user-social-item {
  padding: 15px;
}
@media (max-width: 767px) {
  .user-social-wrap .user-social-item {
    padding: 0;
  }
}
.user-social-wrap .support-img {
  position: absolute;
  right: -7px;
  z-index: 1;
  bottom: 0;
}
.coins-block span:not(:last-child) {
  margin-right: 20px;
}
.user-balance {
  border-left: 5px solid #3761EA;
}
.lots .title {
  font-size: 30px;
  line-height: 37px;
  color: #171940;
}
.lots .select-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.lots .select-category .category-blk {
  width: 70%;
}
@media (max-width: 1440px) {
  .lots .select-category .category-blk {
    width: 100%;
    margin-bottom: 0;
    order: -1;
  }
}
.lots .item-blk .item-block-wrap {
  width: 25%;
}
@media all and (max-width: 1600px) {
  .lots .item-blk .item-block-wrap {
    width: 33.333%;
  }
}
@media all and (max-width: 1200px) {
  .lots .item-blk .item-block-wrap {
    width: 50%;
  }
}
@media all and (max-width: 500px) {
  .lots .item-blk .item-block-wrap {
    width: 100%;
  }
}
.lots .item-block {
  height: 100%;
  background: #fff;
  padding: 20px;
  position: relative;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.lots .item-block .text p {
  color: #171940;
  margin: 5px 0px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  position: relative;
  overflow: hidden;
}
.lots .item-block .shop-img {
  display: flex;
  align-items: center;
  justify-content: center;
  order: 1;
  margin: 15px 0px;
  height: 200px;
}
.lots .item-block .shop-img img {
  max-width: 100%;
}
.lots .item-block .shop-button {
  order: 2;
}
.lots .item-block:hover {
  background: #ffffff;
  box-shadow: 0 5px 20px 1px rgba(55, 97, 234, 0.15);
}
#shop-order-modal .modal-header {
  box-shadow: none;
}
#shop-order-modal .shop-order-modal-content {
  display: flex;
}
@media (max-width: 991px) {
  #shop-order-modal .shop-order-modal-content {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  #shop-order-modal .modal-dialog {
    max-width: 640px;
  }
}
@media (max-width: 991px) {
  #shop-order-modal .modal-dialog {
    max-width: 640px;
  }
}
#shop-order-modal .left-side-block {
  max-width: 360px;
  width: 100%;
}
@media (max-width: 991px) {
  #shop-order-modal .left-side-block {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  #shop-order-modal .left-side-block {
    justify-content: flex-start;
  }
}
#shop-order-modal .product-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}
@media (max-width: 767px) {
  #shop-order-modal .product-detail {
    align-items: flex-start;
  }
}
#shop-order-modal .product-detail > * {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #shop-order-modal .product-detail #count-money-shop {
    margin: 0;
  }
}
#shop-order-modal .product-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #171940;
}
#shop-order-modal .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 27px;
  color: #171940;
}
#shop-order-modal .title.less-font {
  font-size: 19px;
}
.slider-shop {
  margin-left: -5px;
  margin-right: -5px;
}
.slider-shop .flickity-slider {
  display: flex;
}
.slider-shop .item {
  width: 100%;
  position: relative;
  background: #fff no-repeat right center;
  background-size: cover;
  z-index: 1;
  outline: 0;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 5px;
}
.slider-shop .item.with-image .title-block-slider {
  font-size: 56px;
  color: #FFF;
}
.slider-shop .item.with-image .text {
  color: #FFF;
}
.slider-shop .item.with-image .name-good {
  color: #FFF;
}
.slider-shop .item:not(.with-image) {
  background: #ffffff;
}
.slider-shop .item:not(.with-image):before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('/images/shop/bg-slider.png') no-repeat bottom;
  background-size: cover;
}
.slider-shop .item .hr-line {
  width: 170px;
  height: 1px;
  background: #525F7F;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .slider-shop .item .hr-line {
    margin-bottom: 30px;
    width: 100px;
  }
}
.slider-shop .image-item-shop-wrap {
  width: 70%;
  display: flex;
}
@media (max-width: 1660px) {
  .slider-shop .image-item-shop-wrap {
    width: 62%;
  }
}
.slider-shop .image-item-shop-wrap img {
  margin-left: auto;
}
@media (max-width: 1660px) {
  .slider-shop .image-item-shop-wrap img {
    width: 85%;
  }
}
.slider-shop .item-inside {
  min-height: 550px;
  padding: 80px 0;
}
@media (max-width: 1660px) {
  .slider-shop .item-inside {
    min-height: 440px;
    padding: 35px 0;
  }
}
@media (max-width: 1400px) {
  .slider-shop .item-inside {
    min-height: 372px;
  }
}
.slider-shop .slider-content {
  margin-left: 77px;
  max-width: 425px;
}
@media (max-width: 1660px) {
  .slider-shop .slider-content {
    margin-left: 40px;
  }
}
.slider-shop .title-block-slider {
  font-weight: 300;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.038em;
  color: #525F7F;
  margin-bottom: 15px;
}
@media (max-width: 1660px) {
  .slider-shop .title-block-slider {
    font-size: 30px;
  }
}
.slider-shop .title-block-slider .extra {
  display: block;
  font-weight: bold;
  font-size: 80px;
  line-height: 95px;
  color: #171940;
  margin-left: 100px;
}
@media (max-width: 1660px) {
  .slider-shop .title-block-slider .extra {
    font-size: 62px;
    line-height: 57px;
    margin-left: 60px;
  }
}
@media (max-width: 1440px) {
  .slider-shop .title-block-slider .extra {
    font-size: 50px;
    line-height: 39px;
  }
}
.slider-shop .text {
  padding-bottom: 30px;
  font-size: 20px;
  line-height: 27px;
  color: #525F7F;
}
@media (max-width: 1440px) {
  .slider-shop .text {
    font-size: 16px;
  }
}
.slider-shop .count-money-shop .coins-block {
  font-size: 16px;
  line-height: 30px;
  color: #171940;
}
.slider-shop .flickity-button {
  border: none;
  border-radius: 50%;
  width: 17px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -33px;
  background: url('/images/shop/slider-arrow.png') no-repeat center;
  z-index: 100;
  outline: 0;
}
@media (max-width: 460px) {
  .slider-shop .flickity-button {
    background-size: 50%;
  }
}
.slider-shop .flickity-button.previous {
  transform: scale(-1, 1);
  left: 30px;
}
@media (max-width: 1660px) {
  .slider-shop .flickity-button.previous {
    left: 15px;
  }
}
@media (max-width: 767px) {
  .slider-shop .flickity-button.previous {
    left: 2px;
  }
}
.slider-shop .flickity-button.next {
  right: 30px;
}
@media (max-width: 1660px) {
  .slider-shop .flickity-button.next {
    right: 15px;
  }
}
@media (max-width: 767px) {
  .slider-shop .flickity-button.next {
    right: 2px;
  }
}
.slider-shop .flickity-button.slick-disabled {
  display: none!important;
}
.slider-shop .flickity-button svg {
  display: none;
}
.slick-dots {
  bottom: -60px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px #E0E4ED;
  border-radius: 50%;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background: #000000;
  box-shadow: none;
}
@media (max-width: 1200px) {
  .slider-shop .slick-dots {
    bottom: -45px;
  }
}
@media (max-width: 991px) {
  .slider-shop .item.with-image {
    text-align: center;
  }
  .slider-shop .item.with-image .title-block-slider {
    font-size: 34px;
  }
  .slider-shop .title-block-slider {
    font-size: 34px;
  }
  .slider-shop .title-block-slider .extra {
    font-size: 56px;
  }
  .slider-arrow {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-size: 9px;
  }
  .slider-arrow.slider-prev {
    left: 0px;
  }
  .slider-arrow.slider-next {
    right: 0px;
  }
}
@media (max-width: 767px) {
  .slider-shop .item {
    overflow: hidden;
  }
  .slider-shop .item.with-image .title-block-slider {
    font-size: 24px;
  }
  .slider-shop .item-inside {
    min-height: 300px;
    max-width: 50%;
  }
  .slider-shop .title-block-slider {
    font-size: 24px;
  }
  .slider-shop .title-block-slider .extra {
    font-size: 40px;
  }
  .slider-shop .text {
    text-shadow: none;
    font-size: 12px;
    line-height: 15px;
  }
  .slider-shop .slider-content {
    margin-left: 20px;
  }
  .slider-shop .title-block-slider {
    line-height: 24px;
  }
  .slider-shop .image-item-shop-wrap {
    align-self: flex-end;
    position: absolute;
    top: 50%;
    right: -150px;
    transform: translate(0, -50%);
    width: 70%;
  }
}
@media (max-width: 460px) {
  .slider-shop .item {
    overflow: hidden;
  }
  .slider-shop .item-inside {
    min-height: 250px;
  }
  .slider-shop .image-item-shop-wrap {
    right: -102px;
    top: calc(50% + 25px);
    width: 70%;
  }
}
@font-face {
  font-family: 'ProximaNova';
  src: local("Proxima Nova Rg"), url('/fonts/ProximaNova-Regular.eot') format("embedded-opentype"), url('/fonts/ProximaNova-Regular.woff2') format("woff2"), url('/fonts/ProximaNova-Regular.woff') format("woff"), url('/fonts/ProximaNova-Regular.ttf') format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNova';
  src: local("Proxima Nova Lt"), url('/fonts/ProximaNova-Light.eot') format("embedded-opentype"), url('/fonts/ProximaNova-Light.woff2') format("woff2"), url('/fonts/ProximaNova-Light.woff') format("woff"), url('/fonts/ProximaNova-Light.ttf') format("truetype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNova';
  src: local("Proxima Nova Rg"), url('/fonts/ProximaNova-Semibold.eot') format("embedded-opentype"), url('/fonts/ProximaNova-Semibold.woff2') format("woff2"), url('/fonts/ProximaNova-Semibold.woff') format("woff"), url('/fonts/ProximaNova-Semibold.ttf') format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNova';
  src: local("Proxima Nova Lt"), url('/fonts/ProximaNova-Bold.eot') format("embedded-opentype"), url('/fonts/ProximaNova-Bold.woff2') format("woff2"), url('/fonts/ProximaNova-Bold.woff') format("woff"), url('/fonts/ProximaNova-Bold.ttf') format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNova';
  src: local("Proxima Nova Th"), url('/fonts/ProximaNova-Extrabld.eot') format("embedded-opentype"), url('/fonts/ProximaNova-Extrabld.woff2') format("woff2"), url('/fonts/ProximaNova-Extrabld.woff') format("woff"), url('/fonts/ProximaNova-Extrabld.ttf') format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'ProximaNova';
  src: local("Proxima Nova Bl"), url('/fonts/ProximaNova-Black.eot') format("embedded-opentype"), url('/fonts/ProximaNova-Black.woff2') format("woff2"), url('/fonts/ProximaNova-Black.woff') format("woff"), url('/fonts/ProximaNova-Black.ttf') format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
