@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;
}
.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;
  }
}
[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 !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;
}
.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;
}
.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;
  }
}
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-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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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;
}
.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: 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);
}
@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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
}
.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%;
  }
}
.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;
  }
}
.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;
  }
}
.footer {
  background: #171940;
  height: 100%;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .footer {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .footer .logo-block {
    margin-bottom: 20px;
  }
}
.footer .logo-block img {
  padding: 0;
}
.footer .logo-block .text {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .footer .logo-block .text {
    font-size: 20px;
  }
}
.footer .block-footer {
  color: #ffffff;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .footer .block-footer {
    flex-direction: column;
    align-items: baseline;
  }
}
.footer .block-footer > div:not(:first-child) {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .footer .block-footer > div:not(:first-child) {
    margin-left: 0px;
    margin-top: 15px;
  }
}
.footer .block-footer a {
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #FFFFFF;
  opacity: 0.6;
  transition: 0.2s;
}
.footer .block-footer a:hover {
  opacity: 1;
}
.footer .block-footer .absolute-desktop-footer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 80px;
  white-space: nowrap;
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .footer .block-footer .absolute-desktop-footer {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .footer .block-footer .absolute-desktop-footer {
    top: 0;
    position: relative;
    left: 0;
    transform: none;
    white-space: normal;
  }
}
.footer .block-footer .absolute-desktop-footer a {
  font-size: 12px;
  text-transform: none;
  text-decoration: underline;
}
.footer .footer-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .footer-block {
    flex-direction: column;
    align-items: baseline;
  }
}
.main-page-slider {
  margin: -15px;
}
@media (max-width: 460px) {
  .main-page-slider {
    margin: -5px;
  }
}
.main-page-slider .flickity-slider {
  display: flex;
}
.main-page-slider .flickity-slider > div {
  padding: 15px;
  min-height: 100%;
  height: unset;
}
@media (max-width: 460px) {
  .main-page-slider .flickity-slider > div {
    padding: 5px;
  }
}
.main-page-slider.main-slider-cards .flickity-slider > div {
  display: flex;
  width: 25%;
}
.main-page-slider.main-slider-cards .flickity-slider > div > div {
  height: unset;
  width: 100%;
}
@media (max-width: 1300px) {
  .main-page-slider.main-slider-cards .flickity-slider > div {
    width: 33.333%;
  }
}
@media (max-width: 991px) {
  .main-page-slider.main-slider-cards .flickity-slider > div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .main-page-slider.main-slider-cards .flickity-slider > div {
    width: 80%;
  }
}
.main-page-slider.slider-partners .flickity-slider {
  display: flex;
}
.main-page-slider.slider-partners .flickity-slider > div {
  width: 16.666%;
}
@media (max-width: 991px) {
  .main-page-slider.slider-partners .flickity-slider > div {
    width: 20%;
  }
}
@media (max-width: 767px) {
  .main-page-slider.slider-partners .flickity-slider > div {
    width: 33.333%;
  }
}
.switch-login-separator {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #525F7F;
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
  display: flex;
  justify-content: center;
}
.switch-login-separator:before,
.switch-login-separator:after {
  content: '';
  position: absolute;
  width: calc(50% - 70px);
  height: 1px;
  background: #CBD2E0;
  opacity: 0.6;
  top: 50%;
  transform: translateY(50%);
}
.switch-login-separator:before {
  left: 0;
}
.switch-login-separator:after {
  right: 0;
}
.has-error .help-block:before {
  content: '!';
  font-size: 16px;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #DA1414;
  color: white;
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.password-input input {
  padding-right: 40px;
}
.password-input .visibility-btn:before {
  background: linear-gradient(white 50%, #CBD2E0 50%);
}
.pass-meter-blk + .help-block {
  padding-top: 20px !important;
}
input:autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: transparent;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  background-color: transparent;
}
.google-authenticator-img {
  padding: 15px;
  border: 1px solid #CBD2E0;
  border-radius: 5px;
}
.kv-password .kv-verdict .label {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.kv-password .kv-verdict .label.label-default {
  background-image: url(/images/pass-meter/default.png);
}
.kv-password .kv-verdict .label.label-danger {
  background-image: url(/images/pass-meter/danger.png);
}
.kv-password .kv-verdict .label.label-warning {
  background-image: url(/images/pass-meter/warning.png);
}
.kv-password .kv-verdict .label.label-info {
  background-image: url(/images/pass-meter/info.png);
}
.kv-password .kv-verdict .label.label-primary {
  background-image: url(/images/pass-meter/primary.png);
}
.kv-password .kv-verdict .label.label-success {
  background-image: url(/images/pass-meter/success.png);
}
html {
  font-size: 14px;
}
.body,
.wrap {
  background: #ffffff !important;
}
.wrap {
  padding: 60px 0 0px;
  display: flex;
  flex-direction: column;
}
.main {
  flex: 1 1 0;
}
a,
a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1301px) {
  .container {
    width: 1270px;
  }
}
.rb-title-regular {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #171940;
}
@media (max-width: 767px) {
  .rb-title-regular {
    font-size: 28px;
    line-height: 36px;
  }
}
.rb-text-regular {
  font-size: 18px;
  line-height: 26px;
  color: #525F7F;
}
@media (max-width: 1300px) {
  .rb-text-regular {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .rb-text-regular {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .rb-text-regular {
    width: 70%;
  }
}
.rb-section-margin-top {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .rb-section-margin-top {
    margin-top: 70px;
  }
}
.rb-section-margin-bottom {
  margin-bottom: 100px;
}
section.realbig {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  section.realbig {
    padding: 50px 0;
    margin-bottom: -100px;
  }
}
@media (max-width: 767px) {
  section.realbig {
    padding: 40px 0;
    padding-bottom: 60px;
    margin-bottom: 0px;
  }
}
section.realbig:before {
  content: url(/images/main-page-img/realbig-bg2.png);
  display: block;
  position: absolute;
  top: 0;
  right: 0px;
}
@media (max-width: 1600px) {
  section.realbig:before {
    right: -10%;
  }
}
@media (max-width: 1300px) {
  section.realbig:before {
    right: -20%;
  }
}
@media (max-width: 991px) {
  section.realbig:before {
    content: url(/images/main-page-img/realbig-bg-tablet.png);
    right: 0;
    top: 15%;
  }
}
@media (max-width: 767px) {
  section.realbig:before {
    width: 50%;
    top: 20%;
  }
}
section.realbig .realbig-name-title {
  font-weight: 600;
  font-size: 56px;
  line-height: 67px;
  letter-spacing: 0.015em;
  color: #171940;
  margin-bottom: 30px;
}
@media (max-width: 1300px) {
  section.realbig .realbig-name-title {
    font-size: 46px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  section.realbig .realbig-name-title {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }
}
.realbig-content {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .realbig-content {
    align-items: baseline;
    flex-direction: column;
  }
}
.realbig-content .rb-left-side {
  width: 53%;
}
@media (min-width: 768px) {
  .realbig-content .rb-left-side {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .realbig-content .rb-left-side {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .realbig-content .rb-left-side {
    width: 100%;
    margin-bottom: 30px;
  }
}
.realbig-content .rb-right-side {
  width: 47%;
}
@media (max-width: 1300px) {
  .realbig-content .rb-right-side {
    right: -25px;
  }
}
@media (max-width: 991px) {
  .realbig-content .rb-right-side {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    right: 0;
  }
}
.card-animation-parent {
  transform: perspective(800px);
  transform-style: preserve-3d;
  cursor: pointer;
}
@media (max-width: 991px) {
  .realbig-cards {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .realbig-cards {
    width: 100%;
  }
}
.realbig-cards .realbig-card-wrap {
  position: absolute;
  margin: 10px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .realbig-cards .realbig-card-wrap {
    position: relative;
  }
}
@media (max-width: 767px) {
  .realbig-cards .realbig-card-wrap {
    position: unset;
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }
}
.realbig-cards .realbig-card-wrap:first-child {
  left: 20px;
  top: -160px;
}
@media (max-width: 1300px) {
  .realbig-cards .realbig-card-wrap:first-child {
    left: -80px;
  }
}
@media (max-width: 991px) {
  .realbig-cards .realbig-card-wrap:first-child {
    left: 0;
    top: -10%;
  }
}
.realbig-cards .realbig-card-wrap:nth-child(2) {
  right: 0;
  bottom: 15px;
}
@media (max-width: 1300px) {
  .realbig-cards .realbig-card-wrap:nth-child(2) {
    bottom: 0;
  }
}
@media (max-width: 991px) {
  .realbig-cards .realbig-card-wrap:nth-child(2) {
    bottom: 40%;
  }
}
.realbig-cards .realbig-card-wrap:last-child {
  right: 20px;
  top: 15px;
}
@media (max-width: 1300px) {
  .realbig-cards .realbig-card-wrap:last-child {
    right: 0px;
    top: 0;
  }
}
@media (max-width: 991px) {
  .realbig-cards .realbig-card-wrap:last-child {
    right: 0px;
    top: -40%;
  }
}
.realbig-cards .realbig-card-item {
  background: #FFFFFF;
  border-radius: 20px;
  width: 230px;
  height: 220px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0px 25.6px 55px rgba(205, 212, 222, 0.5);
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media (max-width: 767px) {
  .realbig-cards .realbig-card-item {
    height: 100px;
    width: 100%;
    padding: 20px;
  }
}
.realbig-cards .realbig-card-item .card-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  position: absolute;
  bottom: 0;
  transform: translateY(10%);
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 768px) {
  .realbig-cards .realbig-card-item .card-info {
    position: unset;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    transform: none;
  }
}
.realbig-cards .realbig-card-item .text {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #171940;
  margin-top: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .realbig-cards .realbig-card-item .text {
    font-size: 15px;
    line-height: 14px;
    margin: 0;
    margin-right: 15px;
    order: -1;
  }
}
.realbig-cards .realbig-card-item .hint-text {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  color: #525F7F;
  margin-top: 10px;
  opacity: 0;
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media (max-width: 767px) {
  .realbig-cards .realbig-card-item .hint-text {
    display: none;
  }
}
@media (max-width: 767px) {
  .realbig-cards .realbig-card-item .card-svg {
    display: flex;
    justify-content: flex-end;
  }
  .realbig-cards .realbig-card-item .card-svg svg {
    width: 70%;
  }
}
.realbig-cards .realbig-card-item:hover {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 2s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0px 25.6px 55px rgba(177, 185, 196, 0.5);
}
.realbig-cards .realbig-card-item:hover .card-info {
  transform: translateY(0);
}
.realbig-cards .realbig-card-item:hover .card-info .hint-text {
  opacity: 1;
}
.rb-partners .partner-title {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #8D9CBA;
}
@media (max-width: 991px) {
  .rb-partners .partners-wrap {
    margin: 0 -15px;
  }
}
.rb-partners .partner-item-wrap {
  padding: 0 20px;
  display: flex;
}
@media (max-width: 1300px) {
  .rb-partners .partner-item-wrap {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .rb-partners .partner-item-wrap {
    padding: 0 10px;
  }
}
.rb-partners .partner-item-wrap .partner-item {
  outline: 0;
  margin: auto;
  width: 80px;
  height: 80px;
}
.rb-partners .partner-item-wrap .partner-item img {
  transition: filter 0.3s ease-in-out;
  max-width: 100%;
}
.rb-partners .partner-item-wrap .partner-item:not(:hover) img {
  filter: grayscale(1) brightness(1) contrast(0.9) opacity(0.9);
}
.wp-plugin-block-wrap {
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  display: flex;
}
.wp-plugin-block-wrap:after {
  content: '';
  background: url(/images/main-page-img/wordpress-logo.png) #F5F6FA no-repeat;
  background-position: right -10px;
  width: calc(50% - 15px);
  height: 100%;
  position: absolute;
  right: 0;
  border-radius: 30px 0 0 30px;
}
@media (max-width: 991px) {
  .wp-plugin-block-wrap {
    border-radius: 0;
  }
  .wp-plugin-block-wrap:after {
    width: 100%;
    max-height: 480px;
  }
}
@media (max-width: 767px) {
  .wp-plugin-block-wrap {
    position: relative;
    margin-left: 0;
    margin-right: 0;
  }
}
.wp-plugin-block {
  max-height: 560px;
  overflow-y: auto;
  padding: 60px;
  direction: rtl;
  z-index: 2;
  scrollbar-color: #8D9CBA transparent;
  scrollbar-width: thin;
}
.wp-plugin-block::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.wp-plugin-block::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
.wp-plugin-block::-webkit-scrollbar-thumb {
  background: #8D9CBA;
  border-radius: 4px;
}
.wp-plugin-block:after {
  content: '';
  position: absolute;
  right: 0;
  width: 50%;
  height: 25%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  opacity: 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .wp-plugin-block:after {
    display: none;
  }
}
.wp-plugin-block.bottom-side:after {
  top: 0;
  opacity: 1;
}
.wp-plugin-block.top-side:after {
  bottom: 0;
  transform: matrix(1, 0, 0, -1, 0, 0);
  opacity: 1;
}
@media (max-width: 991px) {
  .wp-plugin-block {
    width: 100%;
    padding: 30px;
    max-height: 480px;
  }
  .wp-plugin-block:after {
    width: 100%;
    height: 15%;
  }
}
.wp-plugin-block .wp-list-item {
  direction: ltr;
}
.wp-plugin-block .wp-list-item .wp-list-item-body {
  transition: 0.2s;
}
.wp-plugin-block .wp-list-item .wp-list-item-body:hover {
  transform: translate(10px, 0px);
}
.wp-plugin-block .wp-list-item:not(:first-child) {
  padding-top: 30px;
}
.wp-plugin-block .wp-list-item .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #171940;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .wp-plugin-block .wp-list-item .title {
    font-size: 18px;
    line-height: 26px;
  }
}
.wp-plugin-block .wp-list-item .text {
  font-size: 16px;
  line-height: 24px;
  color: #525F7F;
}
@media (max-width: 767px) {
  .wp-plugin-block .wp-list-item .text {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 1300px) {
  .digit-section {
    margin-bottom: 50px;
  }
}
.digit-section .digit-card {
  position: relative;
  padding: 30px;
  background-color: #F5F6FA;
  border-radius: 16px;
  overflow: hidden;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.digit-section .digit-card:hover {
  transition: 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0px 10px 45px rgba(205, 212, 222, 0.4);
  background-color: #ffffff;
}
.digit-section .digit-card .digit-card-bg {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 20px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  transition: 1s cubic-bezier(0.445, 0.05, 0.55, 0.95), opacity 5s 1s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  pointer-events: none;
  background-position: right bottom;
}
.digit-section .digit-card .digit-card-bg[data-bg=digit-bg-1] {
  background-image: url(/images/main-page-img/cards/digit-bg1.png);
}
.digit-section .digit-card .digit-card-bg[data-bg=digit-bg-2] {
  background-image: url(/images/main-page-img/cards/digit-bg2.png);
}
.digit-section .digit-card .digit-card-bg[data-bg=digit-bg-3] {
  top: -15px;
  background-image: url(/images/main-page-img/cards/digit-bg3.png);
  background-position: right top;
}
.digit-section .digit-card .title {
  font-weight: bold;
  font-size: 32px;
  line-height: 42px;
  color: #171940;
  margin-bottom: 8px;
  opacity: 0;
}
@media (max-width: 767px) {
  .digit-section .digit-card .title {
    font-size: 28px;
    line-height: 42px;
  }
}
.digit-section .digit-card .text {
  font-size: 16px;
  line-height: 24px;
  color: #525F7F;
}
@media (max-width: 767px) {
  .digit-section .digit-card .text {
    font-size: 14px;
    line-height: 22px;
  }
}
.digit-section .digit-card .title,
.digit-section .digit-card .text {
  position: relative;
}
.category-section {
  padding: 200px 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 1601px) {
  .category-section#statistic .statistic-content {
    width: 70%;
  }
}
@media (min-width: 1301px) {
  .category-section#statistic {
    margin: -100px 0;
  }
}
@media (max-width: 1300px) {
  .category-section {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .category-section {
    flex-direction: column;
    align-items: flex-end;
    padding: 30px 0;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .category-section#statistic {
    align-items: flex-start;
  }
}
.category-section .container {
  z-index: 1;
}
.category-section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.category-section-bg.statistic-bg {
  justify-content: flex-start;
  left: 0;
}
@media (max-width: 1600px) {
  .category-section-bg {
    height: 90%;
  }
}
@media (max-width: 991px) {
  .category-section-bg {
    position: relative;
  }
}
@media (max-width: 767px) {
  .category-section-bg img {
    width: 90%;
  }
}
.section-news,
.section-shop {
  padding: 100px 0;
  background: #F5F6FA;
}
@media (max-width: 767px) {
  .section-news,
  .section-shop {
    padding: 40px 0;
  }
}
.section-shop .slick-list,
.section-news .slick-list {
  padding: 0;
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .section-shop .slick-list,
  .section-news .slick-list {
    margin: 0 -10px;
  }
}
.section-shop .slick-track,
.section-news .slick-track {
  display: flex;
  height: 100%;
}
.section-shop .item-block-wrap,
.section-news .item-block-wrap,
.section-shop .news-item,
.section-news .news-item {
  padding: 15px;
  height: 100%;
}
@media (max-width: 991px) {
  .section-shop .item-block-wrap,
  .section-news .item-block-wrap,
  .section-shop .news-item,
  .section-news .news-item {
    padding: 10px;
  }
}
.section-news .news-blocks > div {
  width: auto;
  padding: 0;
}
.section-news .news-blocks .title-news {
  font-weight: 600;
  margin-top: 15px;
  display: block;
  outline: 0;
}
.section-news .news-blocks p {
  margin-top: 15px;
}
.section-user-info {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.section-user-info:before {
  content: '';
  display: block;
  position: absolute;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(34, 82, 236, 0.8);
  left: -55px;
  top: 30px;
}
@media (max-width: 767px) {
  .section-user-info {
    padding: 40px 0;
  }
  .section-user-info:before {
    width: 55px;
    height: 55px;
    top: 0px;
    left: auto;
    right: -13px;
  }
}
.section-user-info .user-info-wrap {
  display: flex;
  justify-content: center;
  margin: -30px;
}
@media (max-width: 1300px) {
  .section-user-info .user-info-wrap {
    margin: -15px;
  }
}
@media (max-width: 991px) {
  .section-user-info .user-info-wrap {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .section-user-info .user-info-wrap {
    align-items: baseline;
  }
}
.section-user-info .user-info-item {
  padding: 30px;
}
@media (max-width: 1300px) {
  .section-user-info .user-info-item {
    padding: 15px;
  }
}
@media (max-width: 1300px) {
  .section-user-info .user-info-item {
    padding: 7px 15px;
  }
}
.section-user-info .user-info-item .title {
  font-weight: 600;
  font-size: 26px;
  line-height: 42px;
  color: #171940;
  margin-left: 15px;
}
@media (max-width: 1300px) {
  .section-user-info .user-info-item .title {
    font-size: 22px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .section-user-info .user-info-item .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-user-info .user-info-item .svg-wrap {
    width: 40px;
  }
  .section-user-info .user-info-item .svg-wrap svg {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .section-user-info .rb-text-regular {
    text-align: center;
  }
}
.section-user-info .btn {
  min-width: 165px;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 24px;
  color: #171940;
}
.section-user-info .btn:before {
  border: 1px solid #525F7F;
}
.section-user-info .btn:hover:before,
.section-user-info .btn:focus:before,
.section-user-info .btn:hover {
  border: 1px solid #3761EA;
}
@media (max-width: 460px) {
  .section-user-info .btn {
    min-width: 100%;
  }
}
