@charset "UTF-8";
.page-register-body .wrapper,
.page-login-body .wrapper {
  /*overflow-x: scroll;*/
  width: 100%;
}
.page-register-body .main-content-wrapper,
.page-login-body .main-content-wrapper {
  padding-top: 58px;
}

.page-register-body .container,
.page-login-body .container {
  max-width: auto;
  width: 100%;
}

/*min desktop / tablet*/
@media (max-width: 768px) {
  .container {
    max-width: 750px;
    width: 100%;
  }

  .instructions .panel-title {
    font-size: 30px;
  }

  .admission-form {
    margin-left: 20%;
  }
}

@media (min-width: 1366px) {
  .container {
    max-width: 1260px;
    width: 100%;
  }

  .instructions .panel-title {
    font-size: 30px;
  }

  .admission-form {
    margin-left: 20%;
  }
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.pl-0 {
  padding-left: 0;
}

.pr-6 {
  padding-right: 6px;
}

/*lessonFilter Css*/
.navbar.navbar-filter {
  background: none;
  margin: 0 0 15px;
}

.navbar.navbar-filter a {
  color: #000;
}

.navbar.navbar-filter li.active a {
  color: #de3200;
}

.navbar.navbar-filter .panel-default.dropdown-menu {
  padding-bottom: 0;
}

.navbar.navbar-filter .panel-footer {
  background-color: #fff;
  border-top: none;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #d4b170 !important;
}

.nav-pills > li > a {
  color: #000000;
}

#form_limits .checkbox,
#form_coaches .checkbox {
  display: block;
}

.profile-user-table tr td,
.profile-bonus-table tr td {
  text-align: left;
  word-break: break-all;
}

.shop-filtered-content {
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}

.shop-filtered-content.spin-loader {
  opacity: 0.1;
}

/* Межблочные расстояния */
.main-content-wrapper {
  padding-top: 50px;
  padding-bottom: 104px; /*95px*/
}

.shop-front-page .main-content-wrapper {
  padding-top: 0;
}

/* Front page Banner */
.zdream-banner {
  background: url(../img/zdream_fon_4b.jpg) no-repeat center;
  background-size: cover;
  box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.33) inset;
  height: 100vh;
  width: 100vw;
}

/* Front page Banner */
.zdream-promo-banner {
  background: url(../img/Cover.png) no-repeat top;
  /*background-size: cover;*/
  /*height: 100vh;*/
  /*width: 100vw;*/
  background-size: 1920px 768px;
  height: 768px;
  margin-top: -50px;
}

.dollar-20px {
  background: url(../img/z-dream/dollar_small.svg) no-repeat center;
  background-size: cover;
  height: 20px;
  width: 20px;
  display: inline-block;
}

.dollar-16px {
  background: url(../img/z-dream/dollar_small.svg) no-repeat center;
  background-size: cover;
  height: 16px;
  width: 16px;
  display: inline-block;
}

.dollar-10px {
  background: url(../img/z-dream/dollar_small.svg) no-repeat center;
  background-size: cover;
  height: 10px;
  width: 10px;
  display: inline-block;
}

.limit-100 {
  background: url(../img/z-dream/limit100.png) no-repeat center;
  background-size: cover;
  height: 64px;
  width: 64px;
  display: inline-block;
  position: relative;
  top: 1.2em;
}

.limit-60 {
  background: url(../img/z-dream/limit60.png) no-repeat center;
  background-size: cover;
  height: 64px;
  width: 64px;
  display: inline-block;
  position: relative;
  top: 1.2em;
}

.limit-30 {
  background: url(../img/z-dream/limit30.png) no-repeat center;
  background-size: cover;
  height: 64px;
  width: 64px;
  display: inline-block;
  position: relative;
  top: 1.2em;
}

.coach-card-nickname {
  position: relative;
  top: 2.1em;
  font-size: 18px; /*20px*/
  font-weight: 700;
}

.block-header {
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
  text-align: center;
}

.block-subheader {
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
}

.training-type-label {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.025em;
  font-weight: bold;
  color: #d4b170;
  text-transform: uppercase;
  position: relative;
  top: 24px;
}

#lesson_request_submit {
  height: 48px;
  width: 160px;
}

.show-more-cards {
  font-size: 16px;
  font-weight: bold;
  background: #fff;
  color: #d4b170;
  position: relative;
  left: 29%;
  height: 48px;
  width: 160px;
  margin-top: 1em;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
}

.show-more-cards:hover {
  background: #fff;
  color: #d4b170;
  box-shadow: 1px 1px 16px rgba(0, 0, 0, 0.3);
}

.zdream-banner__in {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  position: relative;
  padding-top: 20px;
}

@media (min-width: 768px) {
  .zdream-banner__in {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .zdream-banner__in {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .zdream-banner__in {
    width: 1170px;
  }
}

@media (min-width: 600px) {
  .zdream-banner__in {
    bottom: 40px;
  }
}

@media (min-width: 767px) {
  .zdream-banner__in {
    padding-top: 80px;
  }
}

.zdream-banner__cwrapper {
  text-align: center;
  color: #ffffff;
  width: 100%;
}

.zdream-banner__logo {
  margin-bottom: 1em;
}

.zdream-banner__title {
  color: rgba(255, 255, 255, 0.77);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 0.7em;
}

.zdream-banner__heading {
  color: #fff;
  font-size: 36px;
  line-height: 1.23;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1em;
}

.zdream-banner__content {
  font-family: 'Roboto', sans-serif;
}

.zdream-banner__arrow {
  position: absolute;
  margin-left: -20px;
  left: 50%;
  bottom: 20px;
}

@media (min-width: 600px) {
  .zdream-banner__arrow {
    bottom: 40px;
  }
}

@media (min-width: 767px) {
  .zdream-banner__arrow {
    bottom: 220px;
  }
}

/* Instructions styles */
.instructions-banner {
  position: relative;
  background: url(../img/instruction_bg.png) no-repeat center;
  background-size: cover;
  height: 584px; /*100vh*/
  width: 100vw;
  color: #fff;
}

.partypoker-logo {
  background: url(../img/partypokerLogo.png) no-repeat center;
  height: 160px;
  width: 260px;
  border-radius: 4px;
}

.pokerstars-logo {
  background: url(../img/pokerstarsLogo.png) no-repeat center;
  height: 160px;
  width: 260px;
  border-radius: 4px;
}

.instructions-panel-title {
  font-size: 30px;
}

.instructions-heading {
  /*margin-left: 40px;*/
  min-height: 160px;
}

.instructions-heading p {
  font-size: 24px;
}

.instructions-heading h1 {
  font-size: 36px;
  line-height: 42px;
  font-weight: normal;
}

.instructions-panel-text {
  padding-left: 100px;
  padding-right: 100px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #000000;
}

#partyPoker .panel-body {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 40px;
}

#partyPoker ul {
  color: #cccccc;
  padding-left: 15px;
  margin: 0;
}

#partyPoker ul p {
  color: #000;
}

#partyPoker li {
  padding-left: 40px;
  font-size: 18px;
}

#partyPoker li:before {
  padding-left: 0px;
}

#partyPoker a {
  color: #ff8562;
}

#partyPoker a:hover {
  cursor: pointer;
}

a:hover {
  cursor: pointer;
}

.instructions-tabs {
  display: inline-block;
  width: 138px;
  height: 48px;
  background: transparent;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}

.admission-form-tabs {
  display: inline-block;
  width: 180px;
  height: 48px;
  background: transparent;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  border: 2px solid #d4b170;
  border-radius: 2px;
  color: #d4b170;
}

.admission-form-tabs.active-btn {
  background-color: #d4b170;
  color: #ffffff;
}

.active-btn {
  color: #d4b170;
  border: 2px solid #d4b170;
  border-radius: 2px;
}

.instructions-tabs .active-btn {
  color: #d4b170;
}

#partyPoker .panel {
  border: none;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.05), 0px 5px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
}

#partyPoker .panel-heading {
  border: none;
  box-shadow: 0px -1px 5px rgba(0, 0, 0, 0.05), 0px 5px 5px rgba(0, 0, 0, 0.05);
  height: 80px;
  vertical-align: middle;
}

#partyPoker .panel-title {
  margin-top: 6px;
}

#partyPoker .bs-callout a {
  font-size: 16px;
  line-height: 22px;
}

.instructions-bg {
  background: url(../img/instruction_bg.png) no-repeat top;
  background-size: 1920px 584px;
}

.numberCircle {
  border-radius: 50%;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  padding: 6px;
  box-sizing: initial;
  border: 3px solid #fff;
  color: #fff;
  text-align: center;
  display: inline-block !important;
  font: 22px Roboto, sans-serif;
  font-weight: 900;
}

.rotate135 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cardStack60-100 {
  background: url(../img/z-dream/60-100cardStack.png) no-repeat;
  background-position: 49px 7px;
  height: 390px;
  position: relative;
  left: 6%;
}

.cardStack7-30 {
  background: url(../img/z-dream/7-30cardStack.png) no-repeat;
  background-position: 49px 7px;
  height: 390px;
  position: relative;
  left: 6%;
}

.active-limit {
  font-weight: 700;
}

/*Callouts */
.bs-callout {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  margin: 40px 0;
  border: 0px solid #eee;
  border-left-width: 5px;
  /*border-radius: 3px;*/
}

.instructions-highlight {
  background-color: #fff7e8;
  height: 368px;
  padding-top: 1px;
  margin-bottom: 24px;
  padding-bottom: 1px;
}

#bonusScreen {
  background: url(../img/page.partypoker.hyper.png) no-repeat center;
  height: 368px;
}

.bs-callout-danger {
  border-left-color: #d9534f;
}

.bs-callout-warning {
  border-left-color: #f0ad4e;
}

.bs-callout-orange {
  border-left-color: #ff8562;
}

.bs-callout-gray {
  border-left-color: #a8a8a8;
}

.bs-callout-white {
  border-left-color: #ffffff;
}

.bs-callout-info {
  border-left-color: #5bc0de;
}

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.bs-callout-danger h4 {
  color: #d9534f;
}

.bs-callout-warning h4 {
  color: #f0ad4e;
}

.bs-callout-info h4 {
  color: #5bc0de;
}

.bs-head {
  color: #929292;
  font-size: 12px;
  font-family: Roboto;
  font-weight: lighter;
}

/*end*/

/*PROMO MENU*/
/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel {
  border: none; /*1px solid #eee;*/
  padding: 10px;
}

#promo .nav li a {
  padding: 10px 0px;
  font-size: 14px;
  font-family: 'Roboto';
  font-weight: 500;
}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
  text-align: left;
}

.tabbable-line > .nav-tabs > li {
  margin-right: 13px;
  float: left;
  display: inline-block;
  zoom: 1;
  letter-spacing: 0.025em;
}

.tabbable-line > .nav-tabs > li.last {
  margin-right: 0px;
}

.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}

.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
  border-bottom: 8px solid #d4b170;
}

.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background: none !important;
  color: #d4b170;
}

.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
  border-bottom: 8px solid #d4b170;
  position: relative;
  background-color: transparent; /*#f9f9f9;*/
}

.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #d4b170;
}

.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}

.tabbable-line > .nav-tabs > li.active > a,
.tabbable-line > .nav-tabs > li.active > a:hover,
.tabbable-line > .nav-tabs > li.active > a:focus {
  cursor: default;
  background-color: transparent; /*#f9f9f9;*/
  border-bottom-color: transparent;
}

.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: transparent; /*#f9f9f9;*/
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}

.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}

.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}

.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;
  border-top: 4px solid #fbcdcf;
}

.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;
  border-top: 4px solid #f3565d;
}

.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

#zdream-promo .tab-pane {
  margin-top: 49px;
}

button :focus {
  outline: 0;
}

a:active,
a:hover {
  text-decoration: none;
}

/* The Modal (background) */
#chartViewModal.modal {
  display: none;
  position: fixed;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999999;
}

/* Modal Content */
#chartViewModal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1170px;
}

/* The Close Button */
#chartViewModal .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

#chartViewModal .close:hover,
#chartViewModal .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

#chartViewModal .chartSlides {
  display: none;
}

#chartViewModal .cursor {
  cursor: pointer;
}

/* Next & previous buttons */
#chartViewModal .prev,
#chartViewModal .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
#chartViewModal .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
#chartViewModal .prev:hover,
#chartViewModal .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
#chartViewModal .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

#chartViewModal img {
  margin-bottom: -4px;
}

#chartViewModal .caption-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 1);
  padding: 2px 16px;
  color: white;
}

#chartViewModal .demo {
  opacity: 0.6;
}

#chartViewModal .active,
#chartViewModal .demo:hover {
  opacity: 1;
}

.cursor {
  cursor: pointer;
}

/*#chartViewModal*/
img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5);
}

.item:hover .overlay {
  opacity: 1;
}

.lightbox-text {
  color: white;
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.btn,
.btn-circle :focus {
  outline: none;
  border: none;
}

.btn,
.btn-circle :active {
  outline: none;
  border: none;
}

.no-bottom-border {
  border-bottom: none !important;
}

#coaches-filter .dropdown-menu {
  min-width: 300px;
  max-width: 460px;
  width: 100%;
}

#coaches-filter .btn-default:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

#coaches-filter .btn-default {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #dddddd;
}

#coaches-filter .btn-default:active {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom: none;
}

/**/

.filter-line {
  height: 64px;
}

.filter-element {
}

/*checkbox & radio*/
#coaches-filter input {
  float: right;
}

/*dropdown filters*/

#coaches-filter .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 0px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd; /*ccc*/
  border-right: 1px solid #dddddd;
  border-top: none !important;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 6px 0px rgba(0, 0, 0, 0);
}

/**/
#card .panel-heading {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom: none;
}

.button-black {
  display: inline-block;
  background: #000000;
  border: 1px solid #000;
  min-height: 1.5em;
  border-radius: 100px;
  color: #fff;
  padding: 0px 13px;
  text-align: center;
}

.button-black:hover,
.button-black:focus {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  text-decoration: none;
}

.button-black.button-black__hov:hover,
.button-black.button-black__hov:focus {
  border: 1px solid #000;
  background: #ffffff;
  color: #000;
  text-decoration: none;
}

.button-black.button-black__reversed {
  background: #fff;
  color: #000;
  border-color: #000;
}

.button-black.button-black__reversed:hover,
.button-black__reversed:focus {
  background: #000;
  color: #fff;
  border-color: #000;
}

.button-black.button-black__padded {
  padding: 0 2.1em;
}

.button-text,
.button-text:focus {
  color: #000;
  text-decoration: none;
  transition: color 150ms ease-in-out;
}

.button-text:hover {
  color: #ff0000;
}

/*circle button*/
.btn-circle {
  min-width: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 20px;
  background-color: #fff;
  color: #000;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  outline: 0;
}

.btn-circle :hover {
  /*color: #d4b170;*/
  outline: 0;
}

.cardSwitch {
  /*width: 33%;*/
  position: relative;
  left: 37%;
}

.pageSwitch {
  /*width: 33%;*/
  position: relative;
  left: 13%;
}

.infinity {
  background: url('../img/z-dream/Infinity.svg') no-repeat center;
  width: 40px;
  height: 49px;
  display: block;
  position: relative;
  left: 44%;
}

.points {
  font-size: 36px;
  font-weight: 500;
  color: #d4b170;
  display: inline-block;
}

.sale {
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  width: 80px;
  height: 40px;
  background-color: #d4b170;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.025em;
}

.btn-filter-reset {
  background-color: transparent; /*#ececec;*/
  color: #000;
  width: 140px;
  height: 56px;
  margin-left: -20%;
  font-size: 14px;
  display: inline-block;
}

.btn-filter-reset:hover,
.btn-filter-reset:focus,
.btn-filter-reset:active {
  background-color: #ebebeb;
  color: #000;
}

#card {
  margin-left: 49px;
  margin-top: 33px;
  max-width: 360px;
  min-width: 215px;
  border-radius: 2px !important;
}

.cardsRow .panel {
  border: none;
  border-radius: 2px !important;
}

.coach-card {
  max-width: 360px;
  min-width: 215px;
  min-height: 480px;
  max-height: 480px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}

.coach-card-minimal {
  max-width: 360px;
  min-width: 215px;
  min-height: 376px;
  max-height: 376px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}

.order-coach-card {
  max-width: 360px;
  min-width: 215px;
  min-height: 438px;
  max-height: 440px;
  box-shadow: none;
  border-radius: 2px;
}

.coach-card .panel-heading,
.order-coach-card .panel-heading {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.coach-card .panel-footer,
.coach-card-minimal .panel-footer,
.order-coach-card .panel-footer {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.coach-card-modal {
  max-width: 311px;
  min-width: 215px;
  min-height: 480px;
  max-height: 984px;
  height: 100%;
}

.order-button {
  border-radius: 2px;
  width: 160px;
}

.order-button:hover,
.order-button:focus {
  background-color: #b8995f;
  color: #fff;
}

.order-button:active {
  background-color: #b8995f;
  color: #fff;
}

#coachInfo .modal-body {
  padding: 0px;
}

#coachInfo button .close {
  margin-top: 4px;
  z-index: 9999;
  padding-right: 10px;
}

#coachInfo .panel {
  border: none;
}

.switch-tab {
  display: block;
  float: left;
  margin-right: 11%;
  cursor: pointer;
}

.table-right-col {
  text-align: right;
}

.table-full-width {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.table-full-width tr {
  border-bottom: none; /*1px solid lightgrey;*/
  height: 29px;
}

.carousel-indicators li {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 1px;
  text-indent: 0px;
  margin-right: 16px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #d4b170;
  border-radius: 16px;
}

.carousel-indicators {
  display: block;
  margin-bottom: -15%;
  margin-left: -28%;
}

.carousel-indicators .active {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 3px solid #d4b170;
  border-radius: 16px;
  margin: 1px;
  margin-right: 16px;
}

.carousel-indicators li span.indicator-inner {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  position: relative;
  background-color: transparent;
  left: 1px;
  top: 1px;
  display: block;
}

.carousel-indicators .active .indicator-inner {
  background-color: #d4b170;
}

.coach-card-modal .panel-heading {
  height: 208px;
}

.coach-card-modal .panel-body {
  max-height: 680px;
  height: 100%;
}

.coach-card .panel-heading,
.order-coach-card .panel-heading {
  height: 208px;
}

.coach-card-minimal .panel-heading {
  height: 152px;
}

.coach-card .panel-body,
.order-coach-card .panel-body {
  height: 128px;
}

.coach-card-minimal .panel-body {
  height: 216px;
}

.coach-card .panel-footer,
.coach-card-minimal .panel-footer,
.order-coach-card .panel-footer {
  height: 144px;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
}

.coach-card button {
  height: 48px;
}

.coach-card-btn {
  height: 48px;
  width: 160px;
}

.coach-card-controls {
  top: 30.1%;
  position: relative;
  vertical-align: middle;
  font-size: 16px;
}

.modal-card {
  max-width: 260px;
  width: 100%;
  max-height: 280px;
  margin-top: 12px;
}

.switch-header {
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.switch-header .active {
  color: #d4b170;
}

#card .panel-footer {
  background-color: #fff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/**/

/*modal-panel trainer carousel*/
#trainers .carousel-inner {
  margin: auto;
  width: 90%;
  margin-top: 2px;
}

#trainers .carousel-control {
  width: 4%;
}

#trainers .carousel-control.left,
#trainers .carousel-control.right {
  background-image: none;
  font-size: 20px;
}

#trainers .carousel-control.left i,
#trainers .carousel-control.right i {
  /*background-image: none;*/
  font-size: 20px;
  opacity: 1;
  color: transparent /*#000*/;
}

#trainers .glyphicon-chevron-left,
#trainers .carousel-control .glyphicon-chevron-right,
#trainers .arrow-left,
#trainers .arrow-right {
  margin-top: -17px;
  margin-left: -10px;
  color: #444;
}

/*multi carusel*/
.multi-item-carousel .carousel-inner > .item {
  -webkit-transition: 200ms ease-in-out left;
  transition: 200ms ease-in-out left;
}

.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}

.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}

.multi-item-carousel .carousel-inner .next {
  left: 33%;
}

.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    -webkit-transition: 200ms ease-in-out left;
    transition: 200ms ease-in-out left;
    -webkit-transition: 200ms ease-in-out all;
    transition: 200ms ease-in-out all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: none !important;
    transform: none !important;
    /*-webkit-transform: translate3D(0, 0, 0);
        transform: translate3D(0, 0, 0);*/
  }
}

.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
  font-size: 20px;
}

.rounded-img {
  position: relative;
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  margin-top: 10px;
}

.carousel-coach-name {
  -webkit-backface-visibility: hidden;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
  transform: translate3D(0, 0, 0);
}

.carousel-coach-name :hover {
  color: #10023c;
}

.curr-coach .rounded-img {
  background-image: linear-gradient(to bottom right, rgba(212, 177, 112, 0.5), rgba(212, 177, 112, 0.5));
}

.curr-coach .carousel-coach-name {
  color: #d4b170;
}

/*end multi */
.faq-response {
  margin-bottom: 18px;
  font-size: 16px;
}

.faq-response a {
  color: #d4b170;
  cursor: pointer;
}

/*select list*/
.btn-select {
  position: relative;
  padding: 0;
  min-width: 236px;
  width: 100%;
  border-radius: 0;
  margin-bottom: 20px;
  color: #000;
  border: 1px solid grey;
  background-color: #fff !important;
}

.btn-select .btn-select-value {
  padding: 6px 12px;
  display: block;
  position: absolute;
  left: 0;
  right: 34px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
}

.btn-select .btn-select-arrow {
  float: right;
  line-height: 20px;
  padding: 6px 10px;
  top: 0;
}

.btn-select ul {
  display: none;
  background-color: white;
  color: black;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: none !important;
  position: absolute;
  left: -1px;
  right: -1px;
  top: 33px;
  z-index: 999;
}

.btn-select ul li {
  padding: 3px 6px;
  text-align: left;
}

.btn-select ul li:hover {
  background-color: #f4f4f4;
}

.btn-select ul li.selected {
  color: white;
}

/* Default Start */
.btn-select.btn-default:hover,
.btn-select.btn-default:active,
.btn-select.btn-default.active {
  border-color: #ccc;
}

.btn-select.btn-default ul li.selected {
  background-color: #ccc;
}

.btn-select.btn-default ul,
.btn-select.btn-default .btn-select-value {
  background-color: white;
  border: #ccc 1px solid;
}

.btn-select.btn-default:hover,
.btn-select.btn-default.active {
  background-color: #e6e6e6;
}

/* Default End */

/* Primary Start */
.btn-select.btn-primary:hover,
.btn-select.btn-primary:active,
.btn-select.btn-primary.active {
  border-color: #286090;
}

.btn-select.btn-primary ul li.selected {
  background-color: #2e6da4;
  color: white;
}

.btn-select.btn-primary ul {
  border: #2e6da4 1px solid;
}

.btn-select.btn-primary .btn-select-value {
  background-color: #428bca;
  border: #2e6da4 1px solid;
}

.btn-select.btn-primary:hover,
.btn-select.btn-primary.active {
  background-color: #286090;
}

/* Primary End */

/* Success Start */
.btn-select.btn-success:hover,
.btn-select.btn-success:active,
.btn-select.btn-success.active {
  border-color: #4cae4c;
}

.btn-select.btn-success ul li.selected {
  background-color: #4cae4c;
  color: white;
}

.btn-select.btn-success ul {
  border: #4cae4c 1px solid;
}

.btn-select.btn-success .btn-select-value {
  background-color: #5cb85c;
  border: #4cae4c 1px solid;
}

.btn-select.btn-success:hover,
.btn-select.btn-success.active {
  background-color: #449d44;
}

/* Success End */

/* info Start */
.btn-select.btn-info:hover,
.btn-select.btn-info:active,
.btn-select.btn-info.active {
  border-color: #46b8da;
}

.btn-select.btn-info ul li.selected {
  background-color: #46b8da;
  color: white;
}

.btn-select.btn-info ul {
  border: #46b8da 1px solid;
}

.btn-select.btn-info .btn-select-value {
  background-color: #5bc0de;
  border: #46b8da 1px solid;
}

.btn-select.btn-info:hover,
.btn-select.btn-info.active {
  background-color: #269abc;
}

/* info End */

/* warning Start */
.btn-select.btn-warning:hover,
.btn-select.btn-warning:active,
.btn-select.btn-warning.active {
  border-color: #eea236;
}

.btn-select.btn-warning ul li.selected {
  background-color: #eea236;
  color: white;
}

.btn-select.btn-warning ul {
  border: #eea236 1px solid;
}

.btn-select.btn-warning .btn-select-value {
  background-color: #f0ad4e;
  border: #eea236 1px solid;
}

.btn-select.btn-warning:hover,
.btn-select.btn-warning.active {
  background-color: #d58512;
}

/* warning End */

/* danger Start */
.btn-select.btn-danger:hover,
.btn-select.btn-danger:active,
.btn-select.btn-danger.active {
  border-color: #d43f3a;
}

.btn-select.btn-danger ul li.selected {
  background-color: #d43f3a;
  color: white;
}

.btn-select.btn-danger ul {
  border: #d43f3a 1px solid;
}

.btn-select.btn-danger .btn-select-value {
  background-color: #d9534f;
  border: #d43f3a 1px solid;
}

.btn-select.btn-danger:hover,
.btn-select.btn-danger.active {
  background-color: #c9302c;
}

/* danger End */

.btn-select.btn-select-light .btn-select-value {
  background-color: white;
  color: black;
}

/*end select list*/
/*modals on z-dream page*/
#coachInfo .modal-dialog {
  width: 100%;
  position: relative;
  right: 0.4%;
  max-width: 1160px;
  max-height: 984px;
}

#coachInfo .modal-content {
  border-radius: 0px;
}

/*end modals*/

/*  Training links in profile */
.page-profile-body .container h1 {
  font-size: 2.25em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 2.2em;
}

.currentChargedBonus {
  margin-top: 34px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #d4b170;
}

/* Coach avatar in shop */
.coach-avatar {
  margin-bottom: 1em;
}

.coach-avatar img {
  width: 60%;
  margin: 0 auto;
  display: block;
  border-radius: 50%;
  border: 1px solid #ebebeb;
}

.training {
  text-align: center;
}

.hs-ev-block {
  display: block;
  width: 100%;
  background: url('../img/cashback5.jpg') no-repeat center;
  background-size: cover;
  height: 400px;
  max-width: 400px;
  margin: 0 auto 20px;
}

@media (min-width: 991px) {
  .hs-ev-block {
    height: 280px;
  }
}

@media (min-width: 1199px) {
  .hs-ev-block {
    height: 370px;
  }
}

.menu-logo {
  background: url('../img/home/logo_black.svg') no-repeat center;
  display: inline-block;
  cursor: pointer;
  background-size: 44px auto;
  height: 44px;
  width: 44px;
}

@media (min-width: 767px) {
  .menu-logo {
    /* background-size: 60px auto; */
    height: 60px;
    width: 60px;
  }
}

.btn-hollow,
.btn.btn-default.login-btn {
  display: inline-block;
  background: none;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  /* color: #d4b170; */
  color: #000;
  /* border: 2px solid #d4b170; */
  border: 2px solid #000;
  border-radius: 2px;
  transition: all 200ms ease-in-out;
}

.btn-hollow:hover,
.btn-hollow:active,
.btn-hollow:focus,
.btn.btn-default.login-btn:hover,
.btn.btn-default.login-btn:active,
.btn.btn-default.login-btn:focus {
  /* background-color: #d4b170; */
  /* border: 2px solid #d4b170; */
  background-color: #000;
  color: #fff;
}

.btn.btn-default.login-btn {
  text-transform: uppercase;
  font-size: 13px;
  padding: 0;
  min-width: 87px !important;
  height: 37px;
}

#user-login {
  /*area-link*/
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  color: #000;
}

.popover .user-avatar img {
  width: 40px;
  height: 40px;
}

.popover .user-avatar span {
  font-size: 18px;
}

.popover .user-avatar span:hover {
  color: #000;
}

.popover a,
.popover span {
  font-size: 14px;
  font-weight: 500;
  color: #000;
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
}
.nav a::before,
.popover a::before {
  font-family: 'Glyphicons Halflings';
}

.popover a:hover,
:not(.custom-popover).popover span:hover {
  /* color: #d4b170; */
  color: #f00;
  cursor: pointer;
  text-decoration: none;
}
.custom-popover-table span {
  line-height: 20px !important;
  color: inherit;
  font-weight: 400;
}
.nav a.logout,
.popover a.logout {
  display: flex;
  align-items: center;
  /* font-size: 20px!important; */
}

.nav a.logout::before,
.popover a.logout::before {
  font-size: 20px;
  margin-right: 20px;
  top: -2px;
  position: relative;
}

.popover-title {
  background: #fff;
}

.popover {
  border-radius: 2px;
  padding: 0px;
}

#profile .panel-title {
  font-size: 16px;
}

.cover-icon-labels {
  font-size: 22px;
  line-height: 30px;
}

.arrow-left {
  background: url('../img/arr_l.png') no-repeat center;
  display: block;
  width: 10px;
  height: 16px;
}

.arrow-right {
  background: url('../img/arr_r.png') no-repeat center;
  display: block;
  width: 10px;
  height: 16px;
}

.dbl-arrow-up {
  transform: rotate(180deg);
}

textarea {
  resize: none;
}

input[type='checkbox'].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type='checkbox'].css-checkbox + label.css-label {
  padding-left: 22px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
}

input[type='checkbox'].css-checkbox:checked + label.css-label {
  background-position: 0 -16px;
}

input[type='checkbox'].css-checkbox:hover + label.css-label:hover {
  background-position: 0 -16px;
  opacity: 0.9;
}

label.css-label {
  background-image: url(../img/csscheckbox16.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.navbar-dark {
  background-color: #161616;
  color: #ffffff;
}

.navbar-dark .navbar-nav li > a {
  color: #ffffff;
}

.coaching-cover {
  padding-top: 0;
  background: url('../img/coaching_bg.png') no-repeat top;
  background-size: 1920px 664px;
}

#coachingCover .tabbable-line > .nav-tabs > li > a {
  /* color: #ffffff;*/
}

#coachingCover,
#formDark {
  color: #ffffff;
}

.coaching-controls {
  font-size: 16px;
  padding-top: 40px;
}

.coaching-cover-number {
  font-size: 40px;
  font-weight: 600;
  line-height: 42px;
  color: #ffffff;
  text-align: center;
  padding-top: 22px;
}

.coaching-numbers-text {
  padding-top: 12px;
}

.coaching-numbers-panel {
  /*display: inline-flex;*/
  height: 184px;
  max-width: 760px;
  background-color: #262626;
  box-shadow: 0 0 26px 4px rgba(0, 0, 0, 0.4);
  text-align: center;
}

.vertical-line {
  width: 1px;
  background-color: #3d3d3d;
  height: 120px;
}

.nav-tabs-flex {
  display: inline-flex;
  justify-content: space-between;
}

.coaching-round-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: #d4b170;
}

.icon-hat {
  background: url('../img/conf_hat_icon.png') no-repeat center;
  width: 40px;
  height: 40px;
}

.icon-board {
  background: url('../img/board_icon.png') no-repeat center;
  width: 40px;
  height: 40px;
}

.icon-label {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 500;
}

.coaching-card-list {
  height: 248px;
  width: 466px;
  margin: 20px;
}

.info-card {
  line-height: 24px;
  margin-left: 32px;
}

.info-card li {
  color: rgba(0, 0, 0, 0.4);
  font-size: 20px;
}

.info-card li span {
  font-size: 16px;
  color: #000000;
  line-height: 36px;
}

.icon-graph {
  background: url('../img/Graph.svg') no-repeat center;
  width: 40px;
  height: 60px;
}

.coaching-info-panel {
  height: 136px;
  width: 360px;
}

.coaching-info-panel .panel-body {
  height: 100%;
  width: 100%;
  font-size: 16px;
  color: black;
  text-align: left;
  padding-left: 40px;
  padding-top: 48px;
}

.review {
  padding-top: 40px;
  padding-bottom: 50px;
}

.block-label_20px {
  font-size: 20px;
  font-weight: 500;
}

.dark-container-bg {
  max-width: 960px;
  width: 100%;
  background: #262626;
  border: none;
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.4);
  padding-bottom: 96px;
  margin-top: 30px;
}

.table-clear > tbody > tr > td {
  border: none;
}

.insurance-table {
  font-size: 14px;
}

.insurance-table th {
  border-top: none;
}

.calc-inputs {
  padding-bottom: 2px;
  font-weight: normal;
  font-size: 18px;
}

#evBiSlider .slider-selection {
  background: #d4b170;
}

#evBiSlider .slider-track {
  background-image: linear-gradient(to bottom, #9a9a9a 0%, #9a9a9a 100%);
}

.page-rates-body .container {
  width: auto;
}
@media (min-width: 767px) {
  .page-rates-body .container {
    width: 750px;
  }
}
@media (min-width: 991px) {
  .page-rates-body .container {
    width: 944px;
  }
}
@media (min-width: 1199px) {
  .page-rates-body .container {
    width: 1100px;
  }
}

.page-rates-body {
  background: #282829;
  color: #fff;
}

.page-rates-body .btn-send-request {
  background: #c7a05e;
  transition: all 70ms ease-in-out;
  padding: 12px 0;
  width: 200px;
  text-align: center;
}
.page-rates-body .btn-send-request:hover {
  background: #ad8c52;
}

.page-rates-body .page-rates-headings {
  margin-bottom: 75px;
}

.page-rates-body .page-rates-headings h1 {
  font-weight: 400;
  margin-bottom: 10px;
}

.page-rates-body .page-rates-headings h2 {
  margin-top: 0;
  line-height: 0.8;
}
.page-rates-body .page-rates-headings h2 small {
  color: #c2c2c2;
  font-size: 18px;
  font-weight: 400;
}

.page-rates-body .rates-element.thumbnail {
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  transition: border-color 200ms ease-in-out;
  width: 100%;
}

.page-rates-body .rates-element.thumbnail:hover {
  border: 1px solid #c7a05e;
}

.page-rates-body .rates-element {
  padding: 15px 25px 80px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
}

.page-rates-body .rates-element h3 {
  font-weight: 400;
  margin-bottom: 30px;
}

.page-rates-body .rates-element .row {
  margin-bottom: 10px;
}

.page-rates-body .rates-element .row.row-no-bottom {
  margin-bottom: 0;
}

.page-rates-body .row.row-double-bottom {
  margin-bottom: 20px;
}

.page-rates-body .rates-element p {
  color: #aca1a5;
  font-size: 18px;
  margin-bottom: 0;
}

.page-rates-body .rates-element p small {
  color: #757575;
  font-size: 16px;
}

.page-rates-body .rates-element p strong {
  color: #fff;
  font-weight: 400;
}

.page-rates-body .rates-element .rates-element__extra-info {
  margin-top: auto;
}
.page-rates-body .rates-element .rates-element__extra-info p {
  color: #c2c2c2;
  font-size: 15px;
}

.page-rates-body .rate-articles {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  justify-content: center;
}

.page-rates-body .rate-article {
  margin-bottom: 60px;
  margin-right: 0;
  flex: 0 1 439px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 767px) {
  .page-rates-body .rate-articles {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .page-rates-body .rate-article {
    margin-right: 15px;
  }
}
@media (min-width: 1199px) {
  .page-rates-body .rate-article {
    margin-right: 45px;
  }
}

.page-rates-body .rate-article:last-of-type {
  margin-right: 0;
}

.page-rates-body h3 {
  margin-top: 10px;
  margin-bottom: 23px;
}

.page-rates-body .rate-article__image {
  margin-bottom: 15px;
}

.page-rates-body .rate-article__content {
  margin-bottom: 33px;
  font-size: 18px;
  line-height: 1.5;
}

.page-rates-body .rate-article__date,
.page-rates-body .rate-article__content {
  color: #c2c2c2;
}

.page-rates-body .rate-article__links {
  margin-top: auto;
}

.page-rates-body .rate-article__links a {
  margin-right: 15px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.page-rates-body .rate-article__links a:last-of-type {
  margin-right: 0;
}

.page-rates-body .rate-article__links a:not(.btn) {
  text-decoration: none;
  transition: all 70ms ease-in-out;
  border-bottom: 1px solid #c7a05e;
}

.page-rates-body .rate-article__links a:not(.btn):hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.page-rates-body .rate-article__links .btn {
  color: #fff;
  font-weight: 400;
  padding: 10px 0;
  transition: all 70ms ease-in-out;
  width: 200px;
  text-align: center;
}

.rates-elements {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  justify-content: center;

  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;

  max-width: 850px;
}
.rates-elements__element {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 0 1 294px;
  min-width: 240px;
  /* margin-right: 20px; */
  margin-bottom: 10px;
}

.page-rates .page-rates-send-request {
  margin-bottom: 105px;
}

@media (min-width: 1200px) {
  .rates-elements {
    max-width: 100%;
  }
}

@media (min-width: 991px) {
  .rates-elements__element {
    margin-right: 6px;
    margin-bottom: 0;
  }
}
.user-login-collapse,
.user-avatar {
  display: flex;
  align-items: center;
}
.home-header__loginbox .security,
.user-login-collapse .security,
.user-avatar .security {
  background-image: url('/img/user_secure.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  position: relative;
}
.home-header__loginbox .security .tooltiptext,
.user-login-collapse .security .tooltiptext,
.user-avatar .security .tooltiptext {
  visibility: hidden;
  text-align: center;
  border-radius: 6px;
  padding: 5px 15px;
  width: 180px;
  top: 105%;
  left: -90%;
  margin-left: -60px;
  position: absolute;
  z-index: 1;
  font-size: 12px;
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  color: #787878;
  line-height: 16px;
  white-space: pre-wrap;
}

@media (min-width: 991px) {
  .home-header__loginbox .security {
    display: none;
  }
  .home-header__loginbox .lb-usermenu__header .security {
    display: block;
  }
}

.home-header__loginbox .security:hover .tooltiptext,
.user-login-collapse .security:hover .tooltiptext,
.user-avatar .security:hover .tooltiptext {
  visibility: visible;
}
.home-header__loginbox .security .tooltiptext:hover,
.user-login-collapse .security .tooltiptext:hover,
.user-avatar .security .tooltiptext:hover {
  color: #787878;
}

.user-avatar img {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  margin-right: 0.8em;
}
.user-avatar.user-avatar__big img {
  width: 50px;
  height: 50px;
}
.user-avatar.user-avatar__big span {
  font-weight: 500;
  font-size: 1em;
}

[v-cloak] {
  display: none;
}

.hs-modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.hs-modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.hs-modal-container {
  width: 16em;
  margin: 0px auto;
  padding: 28px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
}

.hs-modal-body {
  margin-bottom: 48px;
}

.hs-modal-body h4 {
  margin-top: 0;
  margin-bottom: 1.1em;
  font-size: 1em;
  font-weight: bold;
}

.hs-modal-wrapper input[type='text'] {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  outline: none;
  padding: 1em;
}

.hs-modal-footer__buttons a {
  font-size: 0.875em;
  margin-right: 2.8em;
}

.hs-modal-footer__buttons a:last-of-type {
  margin-right: 0;
}

.hs-modal-default-button {
  float: right;
}

.home-pool__blocks,
.home-pool-more__whom-blocks {
  color: #c4c4c4;
}

.lb-usermenu__header .top, .user-avatar .top {
  display: flex;
  align-items: center;
}

.lb-usermenu__header .bottom, .user-avatar .bottom {
  color: #787878;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}
