button, a {
  cursor: pointer;
  opacity: 1;
}

button:disabled, a.btn__page.disabled {
  background-color: #c4c4c4;
  border: 1px solid #c4c4c4;
  pointer-events: none;
}

.success-color {
  color: #087f23;
}

.warning-color {
  color: #ff9800;
}

.error-color {
  color: #f44336;
}

.text-black {
  color: #000;
}

.bg-white {
  background-color: #fff;
}

/* text position */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.padding-left-small {
  padding-left: 10px;
}

.font-bold {
  font-weight: 700;
}

.container-text-black p {
  color: black;
}

.invisible {
  visibility: hidden;
}

.position-relative {
  position: relative;
}

.smaller-margin-bottom {
  margin-bottom: 5px;
}

.small-margin-bottom {
  margin-bottom: 10px;
}

.small-margin-top {
  margin-top: 10px;
}

.regular-margin-top {
  margin-top: 20px;
}

.regular-margin-bottom {
  margin-bottom: 20px;
}

.regular-margin-right {
  margin-right: 20px;
}

.smaller-margin-right {
  margin-right: 5px;
}

.m-auto {
  margin: auto;
}

.w-full {
  width: 100%;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.inline-block {
  display: inline-block;
}

.blue {
  color: #0816ae;
}

.pointer {
  cursor: pointer;
}

#app {
  width: 100%;
  height: auto;
  min-height: 100%;
}

.content {
  padding-bottom: 40px;
}

.catch-block-search-element {
  display: inline-block;
  z-index: 1001;
}

.input-search, .icon_search {
  position: relative;
  z-index: 1;
}

.catch-block-search-element .search-list {
  position: absolute;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: -20px;
  padding: 20px 0 0 0;
  text-align: left;
}

.category_title {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
}

.category_amount_items {
  display: inline-block;
  margin-left: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #516DFF;
}

.main_page_items {
  margin-left: 5px;
  font-size: 18px;
  height: 23px;
}

.feature-items-block {
  margin-bottom: 50px;
}

.search-list-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.search-list-item {
  cursor: pointer;
}

.search-list-title, .search-list-item-link, .search-list-item-link-flex, .search-list-item-empty {
  display: inline-block;
  padding: 5px 10px;
  width: 100%;
  text-decoration: none;
  line-height: 1em;
  color: #B0B2BE;
}

.search-list-title {
  font-size: 1em;
  font-weight: bold;
  color: #0019FB;
}

.search-list-item-empty {
  font-size: 1em;
}

.search-list-item-link, .search-list-item-link-flex {
  font-size: 0.875em;
}

.search-list-item-link-flex {
  display: flex;
  justify-content: space-between;
}

.search-list-item-link:hover, .search-list-item-link-flex:hover {
  color: #0019FB;
}

.search-list-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-list-item-price {
  padding-left: 5px;
  font-weight: bold;
  white-space: nowrap;
}

.search-list-item-breaker {
  border-top: 1px solid #B0B2BE;
  margin: 10px 0;
}

.search-list-item img {
  width: 24px;
  height: 24px;
  margin-top: -5px;
  margin-right: 5px;
}

.search-list-item:hover img {
  filter: brightness(60%) sepia(100%) hue-rotate(-165deg) saturate(600%) contrast(2);
}

.btn_header_position .btn_main {
  vertical-align: middle;
}

.form-block:before {
  background-position: center center, 80% 8%, 73% 15%;
}

.footer-form {
  min-width: 300px;
}

#feedback-email {
  border-radius: 24px;
}

#feedback-message {
  border-radius: 24px;
  resize: none;
}

.pay-systems {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sidebar-menu li.selected a {
  color: #0019FB;
}

.slider_descript.btn__page {
  width: 200px;
  height: 30px;
  border-radius: 5px;
  line-height: 30px;
  font-size: 12px;
}

.servise_item-blue-overlay {
  position: absolute;
  width: 100%;
  height: 0;
  padding-top: 41.7%;
  top: 0;
  background-color: #00F;
  opacity: 0.25;
  border-radius: inherit;
}

.servise_item-slid {
  cursor: pointer;
}

.banner-pager-section {
  margin: 20px 0;
}

.banner_cash-page-container {
  background: none;
  max-width: 1128px;
  padding: 0;
  margin: auto;
}

.banner_cash-page-container .servis_slider .slick-list {
  padding: 0 !important;
}

.banner_cash-page-container .servise_item-slid-block {
  padding: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.banner_cash-page-container .slider_descript.btn__page {
  width: 270px;
  height: 58px;
  line-height: 58px;
  font-size: 14px;
}

.banner_cash-page-container .slider_name {
  font-size: 48px;
  line-height: 48px;
}

.banner_cash-page-container .servis_container .slick-dots {
  padding-top: 10px;
}

.servis_container a {
  text-decoration: none;
}

.comments-wrapper {
  margin-top: 20px;
}

.comments-wrapper .btn_headerb {
  margin: 0;
}

.comment-item {
  line-height: 1.5;
}

.user-comment-rate {
  font-size: 18px;
  line-height: 32px;
}

.user-comment-rate span {
  vertical-align: super;
}

.user-comment-rate ion-icon {
  font-size: 32px;
  cursor: pointer;
}

.user-comment-rate .rate-number {
  width: 30px;
  display: inline-block;
  vertical-align: initial;
}

textarea.user-comment-value {
  height: auto;
  max-width: 540px;
  line-height: 20px;
  font-size: 18px;
  overflow-y: hidden;
  resize: none;
}

.payout_block-container {
  margin-bottom: 50px;
}

.payout_block-title {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 50px;
  color: #000;
  margin-bottom: 20px;
}

.payout_block-content {
  max-width: 450px;
}

.cash_method-images {
  margin-bottom: 20px;
}

.cash_method-card, .cash_method-yandex {
  width: 180px;
  height: 90px;
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 15px;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

.cash_method-card:hover, .cash_method-yandex:hover,
.cash_method-card.active, .cash_method-yandex.active {
  border: 2px solid #444;
}

.cash_method-card {
  background-image: url('img/cash1-00b695c7c53450b45f35cc730fb172ea.png');
}

.cash_method-yandex {
  background-image: url('img/cash5-0ca25908c746be631ba2b921e95e6c35.png');
  margin-left: 20px;
}

.page_elem-block {
  padding: 10px;
  border-bottom: 1px solid #444;
}

.page_elem-block > div {
  display: inline-block;
}

.page_elem-block .table_elem-1 {
  width: 84%;
  text-align: left;
}

.page_elem-block .table_elem-2 {
  width: 15%;
  text-align: right;
}

.page_block-text {
  white-space: pre-line;
}

.form_top-wrapper {
  position: relative;
}

.form_register_link {
  margin-left: 60px;
}

.social-block a,
.catalog-item-block a.catalog-item,
.coupons-item-block a.coupons-item,
.products-item-block a.products-item {
  text-decoration: none;
}

.social-block icon {
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  padding: 8px 6px;
  margin: 0 4px;
  border-radius: 8px;
}

.icon-vkontakte {
  background: #4a76a8;
}

.icon-facebook {
  background: #3578e5;
}

.icon-gplus {
  background: #d34836;
}

.password-field {
  position: relative;
}

#login-email, #login-password {
  padding: 8px 12px 10px;
}

#user-email {
  background-color: #fff;
}

icon.icon-eye-slashed, icon.icon-eye {
  position: absolute;
  display: block;
  width: 24px;
  right: 12px;
  background-size: cover;
}

icon.icon-eye {
  top: 18px;
  height: 18px;
  background: url('img/icons/icon-eye.svg');
}

icon.icon-eye-slashed {
  top: 16px;
  height: 22px;
  background: url('img/icons/icon-eye-slashed.svg');
}

.a-video {
  margin-top: 20px;
}

.a-video .form_deescription {
  max-width: 460px;
  padding-right: 10px;
}

.order_block-item {
  -webkit-justify-content: start;
  -ms-flex-pack: justify;
  justify-content: start;
}

.order_icon-sot {
  width: 30px;
}

.catalog-item {
  cursor: pointer;
}

.agreement {
  display: block;
  width: 900px;
  margin: auto;
  font-size: 18px;
  line-height: 24px;
  margin-top: 124px;
  letter-spacing: 0.15px;
  margin-bottom: 200px;
}

.agreement-head {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #000;
}

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

.what_is-head {
  font-weight: 400;
  font-size: 30px;
  line-height: 43px;
  color: #000;
  font-style: italic;
}

.grid-column-2 {
  grid-column: span 2;
}

.grid-row-2 {
  grid-row: span 2;
}

.grid-block-padding {
  padding-top: 85px;
  padding-left: 10px;
}

.ibv-container {
  grid-column: span 4;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: dense;
  gap: 0;
}

.cookie-modal {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 10;
  background-color: #516DFF;
  padding: 30px;
  display: flex;
  align-items: center;
  color: #fff;
}

.cookie-content {
  font-size: 16px;
}

.cookie-policy-link {
  font-size: 16px;
  color: #fff;
}

.cookie-accept {
  background-color: #FEE501;
  border-radius: 8px;
  border: 1px solid #FEE501;
  display: block;
  text-align: center;
  font-weight: 700;
  color: #000;
  font-size: 14px;
  line-height: 32px;
  width: 120px;
  height: 32px;
  margin-left: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

.form_input_group {
  display: flex;
  align-items: flex-start;
  text-align: left;
}

@media screen and (max-width: 1599px) {
  .catalog-container, .ibv-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .btn_catalog_position, .pagination-container, .ibv-container {
    grid-column: span 3;
  }

  .ibv-container-block--4 {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .banner_cash-page-container .slider_name {
    font-size: 4vw;
    line-height: 4vw;
  }

  .catalog-container, .ibv-container {
    grid-template-columns: 1fr 1fr;
  }

  .btn_catalog_position, .pagination-container, .ibv-container {
    grid-column: span 2;
  }

  .ibv-container-block--3 {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .sidebar {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .agreement { width: 700px; }

  .banner_cash-page-container .slider_descript.btn__page {
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}

@media screen and (max-width: 780px) {
  .agreement { width: 580px; }

  .banner_cash-page-container .slider_name {
    font-size: 4.5vw;
    line-height: 4.5vw;
  }
}

@media screen and (max-width: 767px) {
  .order_block-name {
    width: 100%;
  }

  .cookie-modal {
    padding: 15px;
  }
  
  .cookie-content {
    font-size: 14px;
  }
  
  .cookie-policy-link {
    font-size: 14px;
  }
  
  .cookie-accept {
    border-radius: 5px;
    font-size: 12px;
    line-height: 24px;
    width: 90px;
    height: 24px;
    margin-left: 12px;
  }
}

@media screen and (max-width: 761px) {
  .agreement { width: 500px; }
}

@media screen and (max-width: 679px) {
  .catalog-container, .ibv-container {
    justify-items: center;
    grid-template-columns: 1fr;
  }

  .btn_catalog_position, .pagination-container, .ibv-container {
    grid-column: span 1;
  }

  .ibv-container-block--2 {
    display: none;
  }

  .grid-column-2 {
    grid-column: span 1;
  }
}

@media screen and (max-width: 600px) {
  .agreement { width: 360px; font-size: 14px; margin-top: 84px; }
  .agreement-head { font-size: 32px; }
  .what_is-head { font-size: 24px; }
  .search-list { top: 36px; }
  icon.icon-eye { top: 12px; }
  icon.icon-eye-slashed { top: 10px; }

  .banner_cash-page-container .slider_descript.btn__page, .slider_descript.btn__page {
    width: 180px;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
  }

  .footer-form {
    width: 100%;
  }

  .footer-nav-container {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .cookie-modal {
    padding: 6px;
  }
  
  .cookie-content {
    font-size: 12px;
  }
  
  .cookie-policy-link {
    font-size: 12px;
  }
  
  .cookie-accept {
    border-radius: 3px;
    font-size: 11px;
    line-height: 18px;
    width: 70px;
    height: 18px;
    margin-left: 8px;
  }
}

@media screen and (max-width: 400px) {
  .banner_cash-page-container .slider_descript.btn__page, .slider_descript.btn__page {
    width: 150px;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 10px;
  }
}

@media screen and (max-width: 370px) {
  .agreement { width: 300px; font-size: 14px; }
  .agreement-head { font-size: 26px; }
}



/***** SCROLL BAR *****/
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}



/***** SPINNER *****/
.lds-roller-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(200, 200, 200, 0.2);
}

.lds-roller-container {
  display: inline-block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
}
.lds-roller-search {
  position: absolute;
  width: 64px;
  height: 64px;
  display: block;
  right: -8px;
  top: -8px;
  transform: scale(0.5);
  z-index: 1;
}
.lds-roller {
  width: 100%;
  height: 100%;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
