/********************** [ NEW CSS ] ************************/

* {
  margin: 0px;
  padding: 0px;
}

body {
  width: 100%;
  height: 100%;
  min-height: 700px;
  background-color: #FFFFFF;
  z-index: 9999;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Roboto', sans-serif !important;
}

html {
  width: 100%;
  height: 100%;
  min-height: 500px;
  scroll-behavior: smooth;
}

header {}

table {
  margin: 0px;
  padding: 0px;
}

h1 {
  font-family: 'Roboto', sans-serif; 
  /* !important; */
  font-size: 20px;
  font-weight: 100;
  color: #3B3B3B;
  margin: 10px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 300px) and (max-width: 1199.98px) {
  h1 {
    font-size: 20px;
  }
}

ul {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

ul li {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -498px 0;
  }
}

@-moz-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -498px 0;
  }
}

@-webkit-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -498px 0;
  }
}

@-ms-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -498px 0;
  }
}

@-o-keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -498px 0;
  }
}

@keyframes animatedBackgroundInvert {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 498px 0;
  }
}

@-moz-keyframes animatedBackgroundInvert {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 498px 0;
  }
}

@-webkit-keyframes animatedBackgroundInvert {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 498px 0;
  }
}

@-ms-keyframes animatedBackgroundInvert {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 498px 0;
  }
}

@-o-keyframes animatedBackgroundInvert {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 498px 0;
  }
}

.main-h1 {
  margin-left: 20px;
  top: 10px;
  position: relative;
  font-size: 24px;
  color: #818181;
  font-weight: 100;
}

.main-h2 {
  margin-left: 20px;
  top: 10px;
  position: relative;
  font-size: 20px;
  color: #818181;
  font-weight: 100;
}

.inactive-table tr td {
  color: #D8D8D8!important;
  transition: all linear 0.5s!important;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
  /*  background-color: #CE3737 !important;*/
}

.showPc-row {
  background-color: #F4F8FB!important;
}

.city-icon {
  width: 552px;
  margin-bottom: -5px;
}

.houses-url-account-adaptive {
  width: 700px !important; 
  margin-top: -400px !important;
  margin-left: -350px !important;
}

.houses-chat-block-link {
  display: flex;
  justify-content: space-between;
}

.houses-chat-block-link__left-content {
  width: 52%;
}

.houses-chat-block-link__right-content {
  width: 42%;
}

.houses-chat-button-link__content {
  display: flex;
}

/* @media (max-width: 570px)  {
  .houses-url-account-adaptive {
    width: 80% !important;
    margin-top: -333px !important;
    margin-left: -40% !important;
  }
} */

@media (max-width: 750px)  {
  .houses-url-account-adaptive {
    width: 80% !important;
    margin-top: -333px !important;
    margin-left: -40% !important;
  }

  .houses-chat-block-link {
    display: block;
  }

  .houses-chat-block-link__left-content {
    display: none;
  }

  .houses-chat-block-link__right-content {
    width: 100%;
  }

  .houses-chat-button-link__content {
    justify-content: center;
  }
}

.houses-url__header {
  background: #3C74A6 !important;;
  height: 60px !important;;
  display: flex;
  justify-content: center;
  align-items: center;
}

.houses-url__h3 {
  text-align: center;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.houses-url__subtitle {
  text-indent: 0 !important;;
  text-align: center !important;;
  font-weight: bold;
}

.houses-url-fields__input {
  font-family: 'Roboto', sans-serif !important;
  font-size: 17px;
  font-weight: 100;
  color: #333;
  background: #fff;
}

.houses-url-dropdown {
  height: 40px; 
  position: relative;
  background: #fff;
  color: #333;
  text-align: left;
}

.pop-up-adaptive {
  width: 800px !important;;
  margin-top: -300px !important;
  margin-left: -400px !important;
}

@media (min-width: 751px) and (max-width: 1199.98px)  {
  .pop-up-adaptive {
    width: 700px !important;;
    margin-left: -350px !important;
  }
}

@media (max-width: 750px)  {
  .pop-up-adaptive {
    width: 80% !important;
    margin-top: -333px !important;
    margin-left: -40% !important;
  }
}


.welcome-houses-url-header {
  display: none;
}

@media (min-width: 300px) and (max-width: 1199.98px)  {
  .welcome-houses-url-header {
    display: block;
  }
}

.welcome-houses-url-header__ul {
}

@media (max-width: 600px)  {
  .welcome-houses-url-header__ul {
    display: none;
  }
}

.houses-url-img {
  width: 40%;
  float: left;
}

@media (max-width: 600px)  {
  .houses-url-img {
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.houses-url-content {
}

@media (min-width: 300px) and (max-width: 1199.98px)  {
  .houses-url-content {
    display: none;
  }
}

.houses-url-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
  margin-bottom: 0;
}

@media (min-width: 300px) and (max-width: 1199.98px)  {
  .houses-url-block {
    display: block;
    margin-bottom: 40px;
  }
}

.homes-chat-block {
  width: 40px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #3C74A6;
  cursor: pointer;
  transition: all linear 0.5s;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

/* .homes-chat-block:hover {
  background-color: #75BBA1;
} */

.icon-homes-chat {
  width: 25px; 
  height: 25px; 
  transform: rotateY(180deg);
  transition: all linear 0.3s;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.icon-homes-chat:hover {
  scale: 1.2;
}

.city-icon img {
  width: 450px;
  margin-top: 101px;
  margin-left: 50px;
}

.city-icon-bg2 {
  height: 300px;
  background-image: url(../img/bg_2.png);
  background-position: 0px 0px;
  background-size: 500px 300px;
  animation: animatedBackgroundInvert 70s linear infinite;
  -moz-animation: animatedBackgroundInvert 70s linear infinite;
  -webkit-animation: animatedBackgroundInvert 70s linear infinite;
  -ms-animation: animatedBackgroundInvert 70s linear infinite;
  -o-animation: animatedBackgroundInvert 70s linear infinite;
}

.city-icon-bg1 {
  width: 552px;
  height: 300px;
  background-image: url(../img/bg_1.png);
  animation: animatedBackground 40s linear infinite;
  -moz-animation: animatedBackground 40s linear infinite;
  -webkit-animation: animatedBackground 40s linear infinite;
  -ms-animation: animatedBackground 40s linear infinite;
  -o-animation: animatedBackground 40s linear infinite;
  background-position: 0px 0px;
  background-size: 500px 300px;
}

.city-icon {
  width: 552px;
  height: 300px;
  background-color: #7db9e8;
  border-radius: 5px 5px 0px 0px;
}

.loading-receipt {
  transition: all linear 0s!important;
  -ms-transition: all linear 0s!important;
  -moz-transition: all linear 0s!important;
  -webkit-transition: all linear 0s !important;
  padding: 0px !important;
  width: 17px;
  position: relative;
  top: 2px;
  border: 0px!important;
  height: 17px;
}

.loading-receipt:hover {}

.red-adminpanel {}

.no-dec-no-color {
  text-decoration: none !important;
  color: #FFFFFF;
}

.red-adminpanel i {}

.red-adminpanel:hover {}

.red-adminpanel.active {}

.blue {
  color: #4A83B5!important;
}

.user-add-list-null {
  font-size: 12px;
  margin-top: 28px;
  color: #A5A5A5;
}

.lack-of-data p, .lack-of-data ul li {
  margin-bottom: 8px !important;
  line-height: 25px;
}

.lack-of-data ul li {
  font-size: 14px;
  font-weight: 100;
}

.lack-of-data ul {
  color: #8E8E8E;
  font-size: 14px;
  margin-left: 20px;
  line-height: 25px;
}

.user-add-list {
  margin-top: 28px;
  font-size: 14px;
  font-weight: 100;
  width: 280px;
}

.grey-text-info-payment {
  margin-left: 10px;
  font-size: 14px;
  color: #FFFFFF;
}

.delete-add-list {
  float: right;
  color: #FFFFFF;
  font-size: 20px;
  cursor: pointer;
  margin-right: 0px !important;
}

.openInformation {
  cursor: pointer;
  font-size: 12px;
  color: #6F6F6F;
  border-bottom: 1px dashed;
}

.openInformationTop {
  cursor: pointer;
  font-size: 12px;
  margin-right: 40px;
  color: #6F6F6F;
  border-bottom: 1px dashed #8A8A8A;
}

.openInformationMobile {
  cursor: pointer;
  font-size: 16px;
  margin-right: 40px;
  color: #FFF;
}

.user-add-list i {
  margin-right: 10px;
}

.settings-excel-button:hover {
  background-color: #ACE563;
}

.foundUsers {
  background-color: #FFFFFF;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px dashed #EAEAEA;
}

.foundUsers tbody tr td {
  padding: 6px;
  font-size: 12px;
  color: #9C9C9C;
}

.foundUsers thead th {
  padding: 5px;
  font-weight: 100;
  color: #545454;
  font-size: 14px;
  border-bottom: 1px solid #EAEAEA;
  text-align: center;
}

.ul-welcome {
  margin-top: 10px;
}

.ul-welcome li {
  margin-left: 35px;
  margin-bottom: 8px;
  color: #DCEFFF;
  font-weight: 100;
  font-size: 14px;
  text-align: justify;
}

.active-info-btn {
  background-color: #D3E5EE;
}

.pop-up-window-content-wrapper {
  width: 100%;
  height: 415px;
  overflow: auto;
  border-radius: 5px;
  background-color: #FFFFFF;
}

.pop-up-window-content-wrapper-resizable {
  width: 100%;
  overflow: auto;
  min-height: 170px;
}

.pop-up-window-content-wrapper-resizable-addusers {
  width: 100%;
  overflow: auto;
  min-height: 170px;
  color: #FFFFFF;
}


.page_update_time {
  position: relative;
  color: gray;
  font-size: 14px;
  margin-left: 20px;
}

.update-info-block {
  position: relative;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  width: 280px;
}

.gif-loading-style {
  width: 25px;
  height: 25px;
}

.table-pays-info {
  padding: 5px;
}

.table-info-head {
  font-size: 12px;
}

.table-info-head tr th {
  padding: 5px !important;
}

.table-info-body tr td {
  padding-left: 5px !important;
  text-align: left !important;
}

.loading {
  width: 100%;
  margin-left: -10px;
  height: 100%;
  top: 47px;
  /* padding: 50px; */
  position: absolute;
  z-index: 99;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #ffffff;
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
}

.loader-popup {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
}

.loader-popup__content {
  position: relative;
  top: 200px;
  left: 50%;
  margin-left: -150px;
  color: #FFF;
  font-size: 13px;
  text-transform: uppercase;
  width: 300px;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  border: 1px dashed #EDEDED;
  background: #4a83b5;
}

.loader-popup__content p {
  color: #fff;
}

.loader {
  position: relative;
  width: 48px;
  height: 48px;
  margin: 30px auto;
}
.loader::before, .loader::after {
  content: "";
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  border-radius: 50%;
  border: 6px solid transparent;
  box-sizing: border-box;
}
.loader::before {
  border-top-color: #e6eaf0;
  animation: spin1 0.7s linear infinite;
}
.loader::after {
  border-bottom-color: #8cb7e0;
  width: 32px; height: 32px; left: 8px; top: 8px;
  animation: spin2 1.3s linear infinite reverse;
}
@keyframes spin1 { 100% { transform: rotate(360deg);} }
@keyframes spin2 { 100% { transform: rotate(360deg);} }

.pulse {
  animation: pulse 1s linear infinite;
}

@keyframes pulse {
  0% {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  }
  50% {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  }
  100% {
  -webkit-transform: scale(1);
  transform: scale(1);
  }
}

.loading-row {
  background-color: #D3E5EE;
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
}

.loading-popup {
  width: 100%;
  height: 100%;
  top: 46px;
  left: 0px;
  /*height: 386px;*/
  position: absolute;
  z-index: 99;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #ffffff;
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
}

.loading.ng-hide, .loading-popup.ng-hide, .loading-small.ng-hide, .onlinepayfnr__loading.ng-hide {
  opacity: 0;
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
}

.loading.ng-show, .loading-popup.ng-show, .loading-small.ng-show, .onlinepayfnr__loading.ng-show {
  opacity: 1;
  display: block;
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
}

.loading-div, .loading-div-popup, .loading-div-small {
  position: relative;
  top: 200px;
  left: 50%;
  margin-left: -100px;
  color: #D0D0D0;
  font-size: 13px;
  text-transform: uppercase;
  width: 200px;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  border: 1px dashed #EDEDED;
}


.counter-popup-load {
  width: 100%;
  height: 100%;
  /* top: 46px; */
  left: 0px;
  height: 386px;
  position: absolute;
  z-index: 99;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
}

.counter-div-load {
  position: relative;
  left: 50%;
  margin-left: -100px;
  font-size: 16px;
  text-transform: uppercase;
  width: 200px;
  border-radius: 5px;
  text-align: center;
}

.loading-div-small {
  top: 90px;
}

.loading-div-popup {
  top: 100px;
}

.loading-small {
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
  width: 100%;
  height: 400px;
  border-radius: 0px 0px 0px 10px;
  position: absolute;
  z-index: 999;
  top: 0px;
  left: 0px;
  background-color: #FFFFFF;
}

.counters-table-legend {
  font-size: 12px;
  color: #606060;
  font-weight: 100;
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
}

.counters-table-legend img {
  vertical-align: middle;
}

.simple-grey-button {
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  color: #717171;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #E6E6E6;
  transition: 0.1s linear;
}

.simple-grey-button:hover {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 2px 4px 0px inset;
  color: red;
}

.error-code-message {
  position: absolute;
  padding: 10px 10px 5px 10px;
  top: 60px;
  background: #dfdbdb;
  width: 180px;
  text-align: center;
  z-index: 1;
  border-radius: 0 0 4px 4px;
}

.button-holder {
  margin: 20px 10px 10px 10px;
  height: 40px;
}

.show-details-pay {
  font-size: 18px !important;
  margin-right: 10px;
  cursor: pointer;
  color: #638EAC;
}

.show-details-pay-tr {
  cursor: pointer;
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
}

.show-details-pay-tr:hover td {
  background-color: #D3E5EE !important;
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
}

.button-holder button {
  float: right;
  margin-left: 20px;
}

.devidedData {
  background-color: #F6FFE3;
}

/** BONUS **/

.bonus-info_top {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding:10px 0 10px 20px;
}

.bonus-info_feature {
  display: flex;
  align-items: center;
  padding: 20px;
}

.bonus_info_img {
  width: 130px;
  margin-right: 30px;
}

.bonusbox {
  padding: 5px 10px 20px 10px;
  background-color: #F3F3F3;
  border-radius: 15px;
  margin-left: 20px;
}

.bonusmenu__item_menu-active {
  /* border-bottom:2px solid #3787CD!important;*/
}

.bonusmenu {
  margin-left: -10px;
  height: 120px;
  width: 100%;
}

.bonusmenu__item {
  display: inline-block;
  width: 200px;
  text-align: center;
  height: 95px;
  float: left;
  margin-right: 10px;
}

.bonusmenu__item_menu {
  height: 65px;
  margin-top: 25px;
  /*border-bottom: 2px solid #E6E6E6;*/
  cursor: pointer;
  transition: all 0.3s linear;
  -ms-transition: all linear 0.3s!important;
  -moz-transition: all linear 0.3s!important;
  -webkit-transition: all linear 0.3s !important;
}

.bonusmenu__item_menu:hover {
  /* border-bottom: 2px solid #CECECE;*/
  transition: all 0.3s linear;
  -ms-transition: all linear 0.3s!important;
  -moz-transition: all linear 0.3s!important;
  -webkit-transition: all linear 0.3s !important;
}

.bonusmenu__item__icon {
  font-size: 28px;
  top: 15px;
  height: 45px;
  position: relative;
  color: #656565;
}

.bonusmenu__item__text {
  line-height: 20px;
  font-size: 14px;
  font-weight: 100;
  color: #4E4E4E;
}

.bonusmenu__item_menu-active .bonusmenu__item__icon {
  color: #8FC4EC;
}

.bonusmenu__item_menu-active .bonusmenu__item__text {
  color: #76A5C9;
}

.bonusbox__head, .bonusbox__foot {
  width: 100%;
  text-align: center;
  color: #838383;
  font-weight: 100;
  font-size: 16px;
}

.bonusbox__head_phone_icon {
  font-size: 54px;
  color: #A2A2A2;
}

.bonusbox__head_phone {
  width: 100%;
  text-align: center;
  color: #838383;
  font-weight: 100;
  font-size: 14px;
}

.bonusbox__head_phone a, .main-p-middle a {
  color: #838383;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  border-bottom: 1px dashed #818181;
}

.bonusbox__tab_wrapper {
  position: relative;
  width: 100%;
  height: 200px;
}

.bonusbox__tab {
  position: absolute;
  margin-top: 20px;
  transition: all linear 0.3s;
  -ms-transition: all linear 0.3s!important;
  -moz-transition: all linear 0.3s!important;
  -webkit-transition: all linear 0.3s !important;
}

.bonusbox__tab.ng-hide {
  opacity: 0;
}

.bonusbox__tab.ng-show {
  opacity: 1;
  transition: all linear 0.3s;
  -ms-transition: all linear 0.3s!important;
  -moz-transition: all linear 0.3s!important;
  -webkit-transition: all linear 0.3s !important;
}

.bonusbox__head {
  line-height: 35px;
  top: 5px;
  position: relative;
}

.bonusbox__foot {
  font-size: 16px;
  text-align: center;
}

.bonusbox__content {
  width: 100%;
  text-align: center;
  height: 45px;
  line-height: 45px;
  color: #FEC015;
  text-shadow: 0px 0px 10px #FFFFFF;
  font-weight: bold;
  font-size: 30px;
}

/** MAIN STYLES **/

.smallWidth {
  width: 46px !important;
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
}

.bigWidth {
  width: 265px;
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
}

.left-menu {
  width: 265px;
  background-color: #4A83B5;
  height: 100%;
  float: left;
  /*overflow: hidden;*/
  z-index: 9;
  top: 0px;
  /*border-right:1px solid #496C95;*/
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
}

.left-fixed-container {
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
}

.infougrainfo {
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
  width: 265px;
}

.hiddenVisibility {
  visibility: hidden;
  opacity: 0;
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
}

.hidden {
  display: none;
}

.right-grid {
  min-width: 700px;
  z-index: 999;
  width: auto;
  position: relative;
  height: 100%;
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
  margin-top: 40px;
}

.payment-info-table p {
  color: #646464;
  font-weight: 100;
  font-size: 14px;
  margin-bottom: 10px;
}

.payment-info-table-details {
  margin-top: 10px;
}

.payment-info-table-details.ng-hide {
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
  opacity: 0;
}

.payment-info-table-details.ng-show {
  opacity: 1;
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
}

.payment-info-table-details table tr:last-child td {
  border-bottom: 1px solid #E8E8E8 !important;
}

.mobile-account_number {
  padding-left: 10px;
}

@media (min-width: 300px) and (max-width: 1199.98px)  {
  .mobile-account_number {
    text-align: center;
    padding: 0;
  }
}

.grey-color-tr td {
  color: #CCCCCC!important;
}

.payment-info-div {
  padding-top: 30px;
}

.success-icon-payment {
  font-size: 130px !important;
  margin: 0px 20px;
  color: #93C33E;
}

.error-icon-payment {
  font-size: 130px !important;
  margin: 0px 20px;
  color: #DC4925;
}

.success-h2 {
  font-size: 22px;
  font-weight: 100;
  color: #93C31B;
}

.error-h2 {
  font-size: 22px;
  font-weight: 100;
  color: #E27676;
}

.show-details-h2 {
  font-size: 14px;
  font-weight: 100;
  color: #787878;
  border-bottom: 1px dashed #A0A0A0;
  cursor: pointer;
}

.biggerRightGrid {
  transition: all linear 0.5s;
  -ms-transition: all linear 0.5s!important;
  -moz-transition: all linear 0.5s!important;
  -webkit-transition: all linear 0.5s !important;
}

.main-wrapper {
  /*z-index: 99999;*/
  width: 100%;
  height: 100%;
}

.top-right-menu {
  width: 100%;
  height: 40px;
  background-color: #ebebeb;
  position: fixed;
  border-bottom: 1px solid #D8D8D8;
  z-index: 20;
  top: 0px;
}

.right-content {
  min-height: 100%;
  width: 100%;
  position: relative;
  background-color: #fdfdfd;
}

.left-container {
  min-height: 100%;
  margin-bottom: -255px;
  width: 265px;
  /* overflow: hidden; */
}

.left-fixed-container {
  position: fixed;
  width: 265px;
  height: 100%;
  z-index: 9;
  top: 0px;
  left: 0px;
  background-color: #4A83B5;
}

.page-buffer {
  height: 180px;
}

.page-left-buffer {
  height: 180px;
}

.page-footer {
  height: 180px !important;
  /*background-color: #ebebeb;*/
}

.page-left-footer {
  height: 240px;
}

/** GRADIENTS **/

.top-right-blue1 {
  background-color: #207cca;
}

.top-right-blue {
  background: #7db9e8;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #1e5799 0%, #2989d8 61%, #207cca 100%, #7db9e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #1e5799), color-stop(61%, #2989d8), color-stop(100%, #207cca), color-stop(100%, #7db9e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #1e5799 0%, #2989d8 61%, #207cca 100%, #7db9e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #1e5799 0%, #2989d8 61%, #207cca 100%, #7db9e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #1e5799 0%, #2989d8 61%, #207cca 100%, #7db9e8 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #1e5799 0%, #2989d8 61%, #207cca 100%, #7db9e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

.newacc-steps-container {
  width: 100%;
  text-align: center;
  background-color: #4A83B5;
}

.newacc-steps-container div {
  display: inline-block;
  padding: 5px;
}

.new-acc__item__step {
  font-size: 22px;
  font-weight: 100;
}

.new-acc__h2 {
  padding: 0px 10px 15px 5px;
  text-align: center;
  font-size: 24px;
  color: #DCEFFF;
  font-weight: 100;
  background-color: #4A83B5;
}

.new-acc__item__content {
  font-size: 12px;
  margin-right: 10px;
  font-weight: 100;
  text-align: left;
}

.app-acc__formcontent {
  height: 310px;
}

.newacc-step-inactive {
  color: #74A5CF;
}

.newacc-step-active {
  color: #FFFFFF;
}

/** SETTINGS TAB **/

.settings-menu {
  width: 100%;
}

.settings-settings, .settings-accounts, .settings-epd {
  height: 50px;
  display: inline-block;
  cursor: pointer;
  background-color: #E2E2E2;
  font-weight: 100;
  color: #3B3B3B;
  transition: all linear 0.2s;
  -ms-transition: all linear 0.2s!important;
  -moz-transition: all linear 0.2s!important;
  -webkit-transition: all linear 0.2s !important;
}

.settings-active {
  background-color: #FDFDFD;
  color: #3B3B3B;
  transition: all linear 0.2s;
  -ms-transition: all linear 0.2s!important;
  -moz-transition: all linear 0.2s!important;
  -webkit-transition: all linear 0.2s !important;
}

.opened-menu-li {
  display: block;
  transition: all linear 0.2s;
  -ms-transition: all linear 0.2s!important;
  -moz-transition: all linear 0.2s!important;
  -webkit-transition: all linear 0.2s !important;
}

.closed-menu-li {
  display: none;
  transition: all linear 0.2s;
  -ms-transition: all linear 0.2s!important;
  -moz-transition: all linear 0.2s!important;
  -webkit-transition: all linear 0.2s !important;
}

.settings-active i {
  color: #6B6B6B!important;
  transition: all linear 0.2s;
  -ms-transition: all linear 0.2s!important;
  -moz-transition: all linear 0.2s!important;
  -webkit-transition: all linear 0.2s !important;
}

.settings-accounts {
  float: left;
}

.settings-settings {
  float: left;
}

.edited-counter, .edited-counter-updated {
  background-color: #7DCC80!important;
  transition: all linear 0.2s;
  -ms-transition: all linear 0.2s!important;
  -moz-transition: all linear 0.2s!important;
  -webkit-transition: all linear 0.2s !important;
}

.settings-menu-item {
  padding: 10px 20px 10px 10px;
}

.settings-i i {
  font-size: 23px !important;
  color: #CECECE;
  transition: all linear 0.2s;
  -ms-transition: all linear 0.2s!important;
  -moz-transition: all linear 0.2s!important;
  -webkit-transition: all linear 0.2s !important;
}

.settings-i {
  display: inline-block;
  border-radius: 2px;
  float: left;
  padding: 5px;
  margin-right: 5px;
  /*background-color: #ebebeb;*/
}

.settings-menu-item-content {
  display: inline-block;
  height: 100%;
}

.settings-menu-item-content p {
  padding-top: 7px;
  font-size: 14px;
  font-weight: 100;
  border-bottom: 1px dashed #BFBFBF;
}

.settings-list-header {
  padding: 8px 0px 8px 10px;
  font-weight: 100;
  color: #3B3B3B;
  font-size: 16px;
}

.blue-block-counter input[disabled='disabled'] {
  background-color: #F5F5F5;
  border: 1px solid #E7E7E7;
  color: #B7B7B7;
}

.settings-list-item, .settings-list-item-calc {
  font-size: 12px;
  color: #717171;
  font-weight: 100;
  width: 250px;
  padding: 15px 10px 8px 25px;
}

.settings-list-item-calc {
  padding: 5px 10px 5px 25px;
  /*width: 260px;*/
}

.bottom-controls {
  text-align: right;
  padding: 10px;
}

.settings-list-item-content {
  font-size: 14px;
  color: #989898;
}

.settings-list-item-content .batman-link {
  font-size: 14px !important;
  font-weight: 100;
}

.in-progress {
  color: #9DB8CF;
  font-weight: 100;
  margin-left: 20px;
}

.account-epd-email {
  width: 50px;
  text-align: center;
}

.user-email {
  width: 180px;
}

.user-phone {
  width: 180px;
}

#welcome-email.phone-icon {
  background-color: #DDDDDD;
  height: 25.5px;
  float: left;
  padding: 6px 3px 5px 9px;
  border-radius: 3px 0px 0px 3px;
  font-size: 14px!important;
}

.phone-icon {
  background-color: #DDDDDD;
  height: 14.5px;
  width: 20px;
  float: left;
  padding: 6px 3px 5px 9px;
  border-radius: 3px 0px 0px 3px;
  font-size: 14px!important;
}

.descr-control {
  font-size: 20px!important;
  color: #D1D1D1;
  z-index: 999;
  margin-top: 1px;
}

.descr-control.active {
  margin-top: 1px;
  color: #64A065 !important;
  border: 0px !important;
  cursor: pointer;
  background-color: transparent !important;
  padding: 0px !important;
  transition: all 0.2s linear;
  -ms-transition: all linear 0.2s!important;
  -moz-transition: all linear 0.2s!important;
  -webkit-transition: all linear 0.2s !important;
}

.descr-control.active:hover {
  color: #58BC5A !important;
  transition: all 0.2s linear;
  -ms-transition: all linear 0.2s!important;
  -moz-transition: all linear 0.2s!important;
  -webkit-transition: all linear 0.2s !important;
}

input.account-description:focus .descr-controls {
  display: block!important;
}

input {
  padding: 4px 8px;
  border: 0px;
  background-color: #F5F5F5;
  border: 1px solid #E6E6E6;
  text-indent: 5px;
  color: #545454;
  font-size: 13px;
}

input:focus {
  background-color: #FFFFFF;
  border: 1px solid #D7D7D7;
}

.checked-icon {
  background-color: #808080!important;
  color: #FFFFFF!important;
}

.checked-icon i {
  color: #FFFFFF;
}

.default-settings {
  font-size: 12px !important;
  color: #9C9C9C;
  cursor: pointer;
}

.small-hint {
  font-size: 20px;
  font-weight: 300;
}

/*.account-settings-details div{
  display: inline-block;
  padding:2px 8px 4px 8px;
  left:-4px;
  cursor: pointer;
  position: relative;
  border-radius: 2px;
  font-size: 10px;
  background-color: #F3F3F3
}
.account-settings-details div:last-child{
  float:right;
}*/

.small-table-with-users tr td p {
  padding-bottom: 5px;
}

.confirmed-email {
  color: #6BD034;
}

.table-accounts tr td {
  padding: 0px !important;
  border: none !important;
}

.account-settings-table tr td {
  border: none !important;
}

.left-label {
  padding: 25px;
  font-size: 14px!important;
  text-align: right;
  color: #919191!important;
}

.big-text {
  font-size: 20px !important;
  font-weight: bold;
}

.grey-text {
  color: #B4B4B4;
}

.info-link {
  font-size: 12px;
  color: #6F6F6F;
  text-decoration: none;
  border-bottom: 1px dashed #B6B6B6;
  transition: color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: color 0.5s linear, border-color 0.5s linear;
  -moz-transition: color 0.5s linear, border-color 0.5s linear;
  -ms-transition: color 0.5s linear, border-color 0.5s linear;
}

.info-link:hover {
  color: #353535;
  border-bottom: 1px dashed #8E8E8E;
  transition: color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: color 0.5s linear, border-color 0.5s linear;
  -moz-transition: color 0.5s linear, border-color 0.5s linear;
  -ms-transition: color 0.5s linear, border-color 0.5s linear;
}

.batman-link {
  font-size: 14px;
  color: #648FB2;
  text-decoration: none;
  border-bottom: 1px dashed #648FB2;
  transition: color 0.5s linear;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -ms-transition: color 0.5s linear;
}

.batman-link:hover {
  color: #368ACF;
  border-color: #368ACF;
  transition: color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: color 0.5s linear, border-color 0.5s linear;
  -moz-transition: color 0.5s linear, border-color 0.5s linear;
  -ms-transition: color 0.5s linear, border-color 0.5s linear;
}

.info-link-success {
  color: #A1B372!important;
  font-size: 12px;
}

.info-link-success i {
  color: #A1B372!important;
}

.counterimage-counters {
  margin: 2px;
}

.mobile-onlinepay__tfood {
  display: flex;
  justify-content: right;
}

.footer-buttons-block {
  display: flex;
  width: 100%;
  justify-content: end;
  padding-top: 20px;
}

.mario-button {
  padding: 12px 16px;
  background-color: #AEAEAE;
  border: 0px;
  line-height: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
}

.mario-button-main {
  padding: 6px 18px;
  margin-top: 5px;
  background-color: #AEAEAE;
  border: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
}

.button-active:hover {
  background-color: #58D35C;
  transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
}

.button-active {
  background-color: #4CAF50;
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 1px 1px 0px #4A723E;
  border-top: 1px solid #B3EAB5;
  border-left: 1px solid #96CA98;
  transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
}

.button__mobile {
  height: 40px;
  padding: 0 18px;
  width: 240px;
}

@media (max-width: 500px) {
  .button__mobile {
    width: 100%;
    height: 45px;
    font-size: 16px;
  }
}

.button-close {
  position: absolute;
  left: 20px;
}

.submit-line {
  margin: 0px 10px 10px 0px;
}

.submit-line-settings {
  margin: 20px 0px 10px 10px;
}

.account-description {
  width: 380px;
  padding: 5px;
}

.ls-info-tr-head {
  background-color: #f3f3f3;
  height: 70px;
  position: relative;
  border-left: 4px solid #5CAFF3 !important;
}

.ls-info-tr-foot {
  border-left: 4px solid #5CAFF3 !important;
}

.default-account-div {
  float: left;
  position: absolute;
  width: 30px;
  margin-left: 10px;
}

.default-account-div i {
  color: #CBCBCB;
}

.table-calc-gist {
  padding-left: 10px;
}

.table-calc-gist img {
  width: 20px;
  height: 20px;
  margin: 1px 5px 3px 0px;
  vertical-align: middle;
}

.table-calc-gist p {
  color: #828282;
  font-weight: 100;
  font-size: 12px;
  display: inline-block;
  width: 35%;
}

.left-bordered-td {}

.checked-icon-block {
  background-color: #C2DD91!important;
}

.position-relative {
  position: relative;
}

.popup-checkOption {
  position: absolute;
  top: -2px;
  right: -2px;
  border: 0;
  background: none;
  float: right;
  font-size: 15px !important;
  cursor: pointer;
  color: #3A71A2;
  padding: 10px;
}

.popup-option {
  display: flex;
  align-items: center;
  position: absolute;
  top: -62px;
  left: -101px;
  width: 265px;
  height: 40px;
  background: #f5f5f5;
  box-shadow: 1px 1px 2px #A4A4A4;
  text-align: start;
  padding: 5px;
  border-radius: 5px;
  border: 2px solid #3A71A2;
}

.popup-option:after {
  content: '';
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-top: 10px solid #3A71A2;
  top: 50px;
  right: 9px;
}

.social-links {
  display: inline-block;
  font-size: 18px!important;
  text-decoration: none;
  color: #ADADAD;
  margin-right: 5px;
  margin-left: 5px;
  padding: 7px;
}

.social-links-block {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
  padding-bottom: 9px;
}

.social-links-footer__long {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  background: #3c74a6;
  height: 60px;
  width: 100%;

  transition: all 0.3s ease;
}

.mobile-version {
  display: flex;
  flex-direction: column;
  text-align: left;
  background: #3c74a6;
  background-image: url(../img/AppUpdate.png);
  background-position: 93% 403%;
  background-repeat: no-repeat;
  background-size: 44px;
  width: 220px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  cursor: pointer;
  text-decoration: none;
}

.mobile-version__title {
  color: #FFFFFF; 
  font-size: 14px;
  padding:5px;
  font-weight: 200;
}

@media (min-width: 300px) and (max-width: 599.9px) {
  .social-links-footer {
    width: 50px;
    height: 50px;
  }
}

.social-img {
  height: 45px;
  opacity: .9;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

.social-img:hover {
  opacity: 1;
  scale: 1.05;
}

@media (min-width: 300px) and (max-width: 599.9px) {
  .social-img {
    height: 35px;
  }
}

.stors-logo {
  height: 45px;
  width: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.viber-button {
  background: #3c74a6;
  border: none;
  cursor: pointer;
}

.viber-logo {
  color: #7360f2;
  font-size: 45px;
}

@media (min-width: 300px) and (max-width: 599.9px) {
  .viber-logo {
    font-size: 35px;
  }
}

.social-links button {
  background-color: #FDFDFD;
  border: 0px;
  color: #989898;
  cursor: pointer;
  font-size: 18px;
  padding-top: 5px;
  margin-right: 5px;
}

.social-links button:first-child {
  margin-left: 5px;
}

.social-links-active {
  color: #648FB2!important;
}

.banner {
  width: 100%;
  background: #e4f1fd;
  height: 300px;
  display: flex;
  align-items: center;
  padding: 50px 0;
  margin: auto;
  margin-bottom: 50px;
  overflow: hidden;
}

.banner-content {
  width: 85%;
  margin: auto;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
}

.banner-title {
  font-weight: normal;
  line-height: 55px;
  font-size: 42px;
}

.banner-img {
  width: 300px;
  margin-top: -26px;
}

.banner-button {
  font-size: 20px;
  background: #21ba25;
  border: none;
  border-radius: 5px;
  padding: 10px 25px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.download-btn-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 85%;
  max-width: 1000px;
  margin: auto;
}

.download-btn {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  background: #e4f1fd;
  border-radius: 10px;
  padding: 10px 15px;
  transition: .1s linear;
  cursor: pointer;
  margin-bottom: 50px;
  text-decoration: none;
}

.download-btn:hover {
  background: #cce5fd;
}

.download-btn-text {
  font-size: 18px;
  line-height: 25px;
  padding-right: 5px;
}

.download-btn-img {
  width: 50px;
}

.features-block {
  background: #f0f0f0;
  padding: 30px 0;
  margin-bottom: 50px;
}

.features-content {
  display: flex;
  justify-content: space-between;
  width: 85%;
  max-width: 1000px;
  margin: auto;
}

.features-title {
  margin: auto;
  width: 85%;
  max-width: 1000px;
}

.features-text {
  font-size: 16px;
  line-height: 20px;
}

.features-el {
  width: 25%;
}

.documentation-block {
  width: 85%;
  max-width: 1000px;
  margin: auto;
  background: #e4f1fd;
  border-radius: 10px;
  margin-bottom: 50px;
  cursor: pointer;
}

.documentation-title {
  color: #3c74a6;
  font-size: 18px;
}

.link-external-icon {
  width: 18px;
  margin-left: 5px;
  filter: invert(0.6) sepia(1) saturate(2) hue-rotate(165deg);
}

.features-icon {
  width: 25px;
  margin-bottom: 10px;
}

.instruction-block {
  width: 85%;
  max-width: 1000px;
  margin: auto;
  margin-bottom: 50px;
}

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



.instruction-content-el {
  display: flex;
  flex-direction: column;
  width: 45%;
  margin-bottom: 50px;
}

.instruction-content-el-card {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e4f1fd;
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
  border-radius: 15px;
  overflow: hidden;
}

.instruction-content-step {
  background: #3c74a6;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  color: #fff;
}

.page-heaters {
  padding: 50px;
}

.page-heaters {
  color: #333;
}
.list-heaters {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 16;
}
.price-heaters {
  font-weight: bold;
  color: #c73036;
}
.price-heaters-old {
  position: relative;
  color: rgb(162, 161, 161);
  font-weight: bold;
}
.price-heaters-old:before{
  content: "";
  border-bottom: 2px solid #c73036;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.contact-heaters {
  margin-top: 20px;
  background-color: #f4f4f4;
  border-left: 5px solid #0066cc;
  padding: 10px 10px
}
.info-heaters {
  margin-top: 50px;
  margin-bottom: 30px;
}

.mobile-version-card {
  display: flex;
  flex-direction: column;
  background: #3c74a6;
  width: 220px;
  margin-bottom: 100px;
  border-radius: 10px;
  padding: 10px 15px;
  cursor: pointer;
}

.instr-qr-block {
  width: 240px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 15px;
}

@media (max-width: 999px)  {
  .banner-title {
    line-height: 34px;
    font-size: 24px;
  }

  .banner-button {
    font-size: 16px;
    padding: 10px 15px;
  }

  .download-btn-text {
    font-size: 12px;
    line-height: 18px;
  }

  .download-btn-block {
      width: 90%;
  }

  .download-btn {
    width: 40%;
    margin-bottom: 30px;
    padding: 10px 10px;
  }

  .download-btn-text {
    font-size: 14px;
  }

  .download-btn-img {
    width: 35px;
  }

  .features-block {
    margin-bottom: 30px;
  }

  .features-content {
    flex-direction: column;
    width: 90%;
  }

  .features-el {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
  }

  .features-title {
    font-size: 20px;
    width: 90%;
  }

  .features-text {
    font-size: 14px;
  }

  .features-icon {
    margin-right: 5px;
  }

  .documentation-block {
    width: 90%;
  }

  .documentation-title {
    font-size: 16px;
  }

  .instruction-block {
    width: 90%;
    margin-bottom: 30px;
  }
  
  .instruction-title {
    font-size: 20px;
  }

  .instruction-content-el {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 624px)  {
  .banner {
    height: 250px;
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .banner-img {
    width: 200px;
    margin-top: 30px;
  }

  .banner-title {
    width: 100% !important;
  }

  .banner-img {
    display: none;
  }
}

@media (min-width: 625px) and (max-width: 899px) {
  .banner {
    height: 225px;
    margin-bottom: 30px;
    padding: 30px 0;
    background-position: 94% 125%;
    background-size: 214px;
  }
  .banner-img {
    width: 180px;
    margin-top: 20px;
  }
}

@media (min-width: 900px) and (max-width: 1200px) {
  .banner {
    height: 260px;
  }
  .banner-title {
    line-height: 44px;
    font-size: 34px;
  }
  .banner-img {
    width: 220px;
    margin-top: 20px;
  }
  .download-btn {
    padding: 10px 10px;
  }
  .download-btn-text {
    font-size: 14px;
    line-height: 20px;
  }
  .download-btn-img {
    width: 40px;
  }
}

@media (min-width: 1400px) {
  .download-btn {
      padding: 10px 20px;
  }
  .banner {
    background-position: 83% 105%;
  }
}

.trash-settings, .unlink-settings {
  padding: 8px 10px;
  background-color: #E4E4E4;
  cursor: pointer;
  border-radius: 5px;
  color: #AEAEAE;
  margin-right: 20px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.trash-settings:hover {
  color: #BA3D3D;
  background-color: #FF9181;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.unlink-settings:hover {
  color: #3C74A6;
  background-color: #94C8FF;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.account-settings-details {
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin: 5px;
}

.add-account-user-div i {
  color: #4F4F4F;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.add-account-user-div {
  border-bottom: 1px dashed #CECECE;
  cursor: pointer;
  font-weight: 100;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.add-account-user-div:hover {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  color: #747474;
}

.add-account-user-div:hover i {
  color: #747474;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.add-account-user-div.active {
  border: 0px !important;
  padding: 5px !important;
}

.add-account-user-div.active i {
  color: #747474;
}

.account-users-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.account-users-list li {
  margin-left: -5px;
  width: 100%;
  border-bottom: 1px dashed #E2E2E2;
  padding: 5px 5px 3px 5px;
  background-color: #FFFFFF;
  border-radius: 4px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.account-users-list li:hover {
  background-color: #F7F7F7;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.account-users-list li i {
  cursor: pointer;
  font-size: 16px;
  float: right;
  color: #A5A5A5
}

.account-setting-details-active {
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  background-color: #f3f3f3;
}

.status-settings-div {
  display: none;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  float: left;
  width: 259px;
  padding: 5px;
  margin: 5px 0px 0px 0px;
}

.status-settings-div-success {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  background-color: #CEF299;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.status-settings-div-error {
  display: inline-block;
  background-color: #F2BABA;
  border-radius: 3px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.status-settings-div ul li {
  width: 100%;
  text-align: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.current-ls-address {
  text-align: center;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 500;
  text-shadow: 1px 1px 0px #365983;
}

.block-account-list {
  background-color: #4A83B5;
  text-align: center;
  cursor: pointer;
  height: 40px;
  width: 100%;
  border: 1px solid #3C74A6;
  transition: all linear 0.5s;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.houses-chat-button-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
}

.houses-chat-color_Viber {
  background-color: #6a56fb;
}

.houses-chat-color_WhatsApp {
  background-color: #60c376;
}

.houses-chat-color_Telegram {
  background-color: #2ab7ec;
}

.houses-chat-color_standart {
  background-color: #60c376;
  font-weight: bold;
}

.houses-url-fields {
  width: 50%;
  margin-bottom: 30px;
}

@media (max-width: 700px) {
  .houses-url-fields {
    width: 100%;
  }
}

.block-account-list-add {
  position: relative;
  background-color: #4A83B5;
  cursor: pointer;
  border-radius: 3px;
  height: 35px;
  padding: 5px 10px;
  width: 190px;
  margin-top: 5px;
  border: 1px solid #3C74A6;
  transition: background-color linear 0.5s;
  -moz-transition: background-color linear 0.5s;
  -webkit-transition: background-color linear 0.5s;
  -ms-transition: background-color linear 0.5s;
}

.block-account-list:hover .openNav {
  background-color: #75BBA1;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
}

.block-account-list:hover, .block-account-list-add:hover {
  background-color: #75BBA1;
  transition: background-color linear 0.5s;
  -moz-transition: background-color linear 0.5s;
  -webkit-transition: background-color linear 0.5s;
  -ms-transition: background-color linear 0.5s;
}

.ul-account-list, .ul-unified-account-list {
  position: absolute;
  top: 51px;
  max-height: 300px;
  overflow: auto;
  left: 11px;
  width: 243px;
  list-style: none;
  background-color: #5A9D84;
  box-shadow: 0px 1px 2px #2C5F8B;
  border-radius: 0px 0px 4px 4px;
}

.bank-name {
  font-weight: 100;
  text-transform: uppercase;
  font-size: 12px;
}

.li-text {
  background-color: #83C7AE;
  font-size: 13px;
  font-weight: 600;
  text-shadow: 0px 0px 1px #4D8B74;
  text-align: center;
}

.li-text:hover {
  cursor: auto!important;
  background-color: #83C7AE!important;
}

.ul-account-new-account {
  text-align: right;
  font-size: 25px;
  padding: 0px !important;
  font-weight: 600;
  text-shadow: 0px 0px 1px #4D8B74;
}

.ul-account-new-account a {
  color: #DBEE91 !important;
}

.ul-account-new-account a i {
  padding: 6px;
  color: #DBEE91;
}

.ul-account-new-account:hover {
  background-color: #5A9D84!important;
}

.ul-account-list li, .ul-unified-account-list li {
  padding: 10px;
  -ms-transition: background-color linear 0.5s;
  -moz-transition: background-color linear 0.5s;
  -webkit-transition: background-color linear 0.5s;
  transition: background-color linear 0.5s;
  border-bottom: 1px dashed #6EAE96;
}

.ul-account-list li:first-child, .ul-unified-account-list li:first-child {
  border-bottom: 0px;
}

.ul-account-list li:last-child, .ul-unified-account-list li:last-child {
  border-bottom: 0px;
}

.ul-account-list li:hover {
  background-color: #487F6A;
  -ms-transition: background-color linear 0.5s;
  -moz-transition: background-color linear 0.5s;
  -webkit-transition: background-color linear 0.5s;
  transition: background-color linear 0.5s;
}

.block-account-list-expired {
  background-color: #b0b0b0;
}

.block-account-list-expired:hover {
  background-color: #9c9c9c !important;
  -ms-transition: background-color linear 0.5s;
  -moz-transition: background-color linear 0.5s;
  -webkit-transition: background-color linear 0.5s;
  transition: background-color linear 0.5s;
}

.menu-descr {
  font-size: 12px;
  font-weight: 100;
}

.menu-account {
  font-size: 14px;
}

.homeIcon-inactive {
  font-size: 18px !important;
  width: 30px;
  color: #207CCA !important;
}

.homeIcon {
  font-size: 18px !important;
  width: 30px;
}

.openNav {
  font-size: 22px !important;
  padding: 9px 10px 9px 10px;
  background-color: #3C74A6;
  float: right;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
}

.homeIcon-small {
  float: left;
  position: relative;
  margin-right: -20px;
  top: 0px;
  left: 5px;
  font-size: 18px !important;
  color: #5D98CB !important;
}

.chosedateMenu {
  position: relative;
  list-style: none;
  display: block;
  font-size: 14px;
  color: #5C5C5C;
}

.chosedateMenu ul {
  display: none;
  position: absolute;
  list-style: none;
  width: 120px;
  height: 25px;
  left: 6px;
  top: 32px;
  box-shadow: 1px 1px 2px #454545;
}

.chosedateMenu ul a {
  color: #686868;
  font-size: 13px;
  border-bottom: 1px dashed #C7C7C7;
  text-decoration: none;
  text-transform: capitalize;
}

.chosedateMenu:hover>ul {
  display: block;
  z-index: 10;
}

.first-item-ul {
  font-size: 14px;
  width: 140px;
  cursor: pointer;
  /* margin-left: -2px; */
  padding: 8px 12px;
  font-weight: bold;
  border-radius: 4px;
  border: 1px dashed #C7C7C7;
  /* background-color: #E2E2E2; */
  text-transform: capitalize;
  transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
}

.first-item-ul-opened {
  background-color: #DE5151;
  transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
}

.first-item-ul i {
  float: right;
  margin-top: 3px;
}

.submenu {
  width: 140px;
  height: 25px;
  padding: 5px 5px 1px 10px;
  background-color: #B5B5B5;
  position: relative;
}

.right-caret {
  float: right;
  color: #464646;
  position: relative;
  top: 3px;
}

.div-card-block-header {
  width: 100%;
  margin: 15px 0px 10px 0px;
}

.div-card-block-header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.form-card {
  /* border: 1px solid #333; */
  padding: 20px 40px;
  border-radius: 15px;
}

.info-block-content {
  width: 60%;
  background-color: white;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  font-size: 14px;
}

.info-block-content__text {
  padding: 18px;
  width: 100%;
  background-color: #edefec;
  background-color: #f3fbff;
}

@media (max-width: 1400px) {
  .info-block-content {
    width: 100%;
  }

  .info-block-content__text {
    padding: 10px;
  }
}

.form-block-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.form-block-content__nonreg {
  width: 60%;
  height: 440px;
  background: white;
  margin-bottom: 40px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.full-display-background {
  height: 91vh;
}

@media (max-width: 760px) {
  .form-block-content__nonreg {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .full-display-background {
    height: auto;
  }

  .full-display-background_auto {
    height: 91vh;
  }
}

@media (max-width: 1400px) {
  .form-block-content__nonreg {
    width: 100%;
  }
}

.chosedateMenu ul li {
  background-color: #F5F5F5;
  width: 140px;
  height: 25px;
  padding: 5px 5px 1px 10px;
  cursor: pointer;
  box-shadow: 0px 2px 3px #454545;
  transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
}

.chosedateMenu ul li:hover {
  background-color: #CFCFCF;
  transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
}

.submenu ul {
  left: 155px;
  top: 0px;
  list-style: none;
}

.submenu:hover>ul {
  display: block;
  z-index: 20;
}

.active-submenu {
  background-color: #90ABBA!important;
}

.pagination-wrapper {
  background-color: #D3E5EE;
  border-radius: 0px 0px 5px 5px;
  border-top: 1px solid #C1D7EA;
  border-bottom: 1px solid #B2CBE2;
  border-right: 1px solid #9EB6CD;
  border-left: 1px solid #C1D7EA;
  padding: 8px 0px 4px 0px;
}

.pagination-wrapper-popup {}

.pagination-text-popup {
  border: 0px!important;
  padding: 3px 75px 0px 20px;
  color: #6B6B6B;
  font-weight: 200;
  font-size: 12px;
  background-color: #F0F0F0 !important;
}

.pagination li {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 2px;
  margin-right: 2px;
  padding: 2px 8px;
  text-align: center;
  cursor: pointer;
}

.pagination li.active-pagination {
  background-color: #4F84B2;
}

.pagination li.active-pagination a {
  color: #FFFFFF;
}

.pagination a {
  font-size: 13px;
  text-decoration: none;
  color: #474747;
  font-weight: 300;
  position: relative;
}

.pagination-text {
  border: 0px!important;
  padding: 0px 40px 0px 15px;
  background-color: #D3E5EE !important;
  color: #64819D;
  font-weight: bold;
  text-shadow: 1px 1px 0px #EEF4FA;
  font-size: 12px;
}

.undefined-in-table {
  color: #CECECE;
  font-style: italic;
}

.total-sums p {
  font-size:16px;
  text-indent:5px;
  font-weight:100;
}

.tsumtext h4 {
  font-size:16px;
  text-indent: 15px;
  font-weight: bold;
}

.bill-number-color {
  cursor: pointer;
}

.bill-number-color:hover {
  color:#0077B9
}

.measury-in-table, .question-in-table, .bank-in-table, .measury-in-table-calc, .measury-in-table-calc-show, .measury-in-table-counter-show {
  padding: 3px;
  margin-right: 3px;
  margin-left: 3px;
  background-color: transparent;
  border-radius: 3px;
  font-size: 8px;
  color: transparent;
  font-weight: bold;
  text-transform: uppercase;
}

.measury-in-table-counter-show {
  margin-right: 1px;
  margin-left: 1px;
  width: 20px;
  background-color: #FFF6D1;
  color: #C8BD90;
}

.concat_4pay_overpay_res {
  font-weight: 100;
}

.service-name-info {
  float: right;
  font-size: 15px;
  color: #B5CEDB;
}

.service-counter {
  font-size: 16px;
  float: right;
  margin-right: 8px;
  color: #5188BD;
}

.concat-4pay-overpay-res-title {
  position: relative;
  float: left;
  text-align: left;
  width: 35%;
  font-weight: 100;
  margin: 2px 0px 3px 10px;
}

.concat-4pay-overpay-res-value {
  float: right;
  position: relative;
  text-align: right;
  width: 40%;
  margin: 2px 16px 3px 5px;
}

.measury-in-table-calc {
  margin-right: 2px;
  margin-left: 0px;
}

.measury-in-table-calc-show {
  background-color: #FFF6D1;
  color: #C8BD90;
}

.calc-buttons {
  text-align: right;
}

.calc-buttons div {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  transition: all linear 0.5s;
  color: #9B9B9B;
  font-weight: 100;
  border-radius: 4px;
  padding: 5px 10px;
  margin-left: 5px;
  margin-bottom: 10px;
  border: 1px dashed #C7C7C7;
}

.calc-buttons .button-darker {
  font-size: 1.2em;
  color: #787878;
  border-color: #787878;
}

.settings-table-div {
  background-color: #F7F7F7;
  border: 1px solid #EFEFEF;
  margin: 8px 0px;
  border-radius: 4px;
  position: relative;
  padding: 10px 20px 20px 20px;
}

.calc-buttons div:hover {
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  transition: all linear 0.5s;
  color: #7A7A7A;
  background-color: #EDEDED;
}

.calc-buttons div i {
  font-size: 20px;
  position: relative;
  top: 1px;
  color: #9B9B9B;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.receipt-button-block {
  display:flex;
  float: left;
  border: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.get-receipt-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  transition: all linear 0.5s;
  color: #9B9B9B;
  font-weight: 100;
  border-radius: 4px;
  padding: 7px 8px;
  margin-left: 5px;
  margin-bottom: 10px;
  border: 1px dashed #C7C7C7;
}

.left-part-receipt-button {
  border-radius: 4px 0 0 4px;
}

.left-part-receipt-button:hover {
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  transition: all linear 0.5s;
  color: #7A7A7A;
  background-color: #EDEDED;
}

.send-to-mail-popup {
  right: 0px !important;
  top: -46px !important;
  left: auto !important;
  font-size: 12px;
  border-collapse: collapse !important;
  color: #4F4F4F;
  width: auto !important;
}

.send-to-mail-popup::before, .send-to-mail-popup::after {
  content: ''; 
  position: absolute;
  right: 5px; bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #9EB6CD;
 }
 .send-to-mail-popup::after {
  border-top: 10px solid #f5f5f5;
  bottom: -19px; 
 }

.right-part-receipt-button {
  border-left: none;
  cursor: auto;
  margin-left: 0;
  border-radius: 0 4px 4px 0;
}

.bank-in-table {
  background-color: #87AF45;
  color: #495732;
}

.blank-in-table {
  padding: 3px;
  margin-right: 9px;
  margin-left: 5px;
}

.question-in-table {
  background-color: #D0D0D0;
  font-size: 10px;
  padding-right: 4px;
  color: #626262;
}

.grey-color {
  color: #D0D0D0 !important;
}

.grey-color span.measury-in-table-calc-show {
  background-color: #F3F3F3 !important;
  color: #D9D9D9!important;
}

.grey-span span i {
  color: #9C9C9C!important;
}

.valign-m {
  vertical-align: middle;
}

/** LEFT MENU **/
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall{
  0%{top:-13%}
  100%{top:100%}
}
@-webkit-keyframes snowflakes-shake{
  0%{-webkit-transform:translateX(0px);transform:translateX(0px)}
  50%{-webkit-transform:translateX(80px);transform:translateX(80px)}
  100%{-webkit-transform:translateX(0px);transform:translateX(0px)}
}
@keyframes snowflakes-fall{
  0%{top:-10%}
  100%{top:100%}
}
@keyframes snowflakes-shake{
  0%{transform:translateX(0px)}
  50%{transform:translateX(80px)}
  100%{transform:translateX(0px)}
}
.snowflakes {
  display: none;
}
.active_snowflakes {
  display: block !important;
}
.snowflake{
  position:fixed;
  top:-13%;
  z-index:9999;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  cursor:default;
  -webkit-animation-name:snowflakes-fall,snowflakes-shake;
  -webkit-animation-duration:10s,3s;
  -webkit-animation-timing-function:linear,ease-in-out;
  -webkit-animation-iteration-count:infinite,infinite;
  -webkit-animation-play-state:running,running;
  animation-name:snowflakes-fall,snowflakes-shake;
  animation-duration:9s,3s;
  animation-timing-function:linear,ease-in-out;
  animation-iteration-count:infinite,infinite;
  animation-play-state:running,running
}
.snowflake:nth-of-type(0){left:-5%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}
.snowflake:nth-of-type(1){left:0%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}
.snowflake:nth-of-type(2){left:5%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}
.snowflake:nth-of-type(3){left:10%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}
.snowflake:nth-of-type(4){left:15%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}
.snowflake:nth-of-type(5){left:20%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}
.snowflake:nth-of-type(6){left:-2%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}
.snowflake:nth-of-type(7){left:2%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}
.snowflake:nth-of-type(8){left:7%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}
.snowflake:nth-of-type(9){left:13%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}

.logo {
  height: 104px;
  text-align: center;
  background-color: #3C74A6;
  border-bottom: 1px solid #3C74A6;
}

.logo img {
  width: 80px;
  margin-right: 50px;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}

#header .navbar .navbar-header a.navbar-brand {
  padding: 10px;
}

a.navbar-brand {
  color: #91C9E5;
  font-weight: bold;
}

a.navbar-brand:hover {
  color: #B4E6FF
}

.logo-block {
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.menu-ls-info {
  width: 100%;
  position: relative;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  transition: all linear 0.5s;
}

.left-menu-ul {
  color: #ffffff;
  text-shadow: 0px 0px 1px #366C9C;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  list-style: none;
}

.disableChandeDiff {
  color: #5D5D5D;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.disableMeasury {
  font-size: 12px;
  font-weight: 200;
}

.left-menu-ul i, .ls-type-period i {
  width: 30px;
  text-shadow: 1px 1px 1px #1e5799;
  font-size: 16px;
  color: #72ACE0;
  margin-left: 10px;
  transition: color 0.5s linear;
  -webkit-transition: color 0.5s linear;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
}

.left-menu-ul li {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid #437EB1;
  /*border-top: 1px solid #6591B7;
    border-bottom: 1px solid #4275A0;*/
  transition: background-color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.5s linear, border-color 0.5s linear;
  -ms-transition: background-color 0.5s linear, border-color 0.5s linear;
  padding: 11px 6px;
}

.left-menu-ul-first {
  border-top: 1px solid #437EB1;
}

.left-menu-ul li:hover {
  background-color: #3C74A6;
  color: #FFFFFF;
  /*border-top: 1px solid #214C72;
    border-bottom: 1px solid #214C72;*/
  transition: background-color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.5s linear, border-color 0.5s linear;
  -ms-transition: background-color 0.5s linear, border-color 0.5s linear;
}

.li-account-mode {
  cursor: default !important;
}

.left-menu-ul li.li-account-mode:hover {
  background-color: inherit;
  color: inherit;
  transition: none;
}

.left-menu-ul li:hover i {
  color: #CEE8FF;
  transition: color 0.5s linear;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -ms-transition: color 0.5s linear;
}

/*.inactive-menu-item{
  color: #95A1AE;
  border-left: none !important;
  cursor: default !important;
  border-top: 1px solid #2184BB;
  border-bottom: 1px solid #036AA3;
  background-color: #0077B9!important;
}*/

/*.inactive-menu-item:hover{
  border-top: 1px solid #2184BB;
  border-bottom: 1px solid #036AA3;
  background-color: #0077B9!important;
}*/

.inactive-menu-item i {
  color: #7386A6
}

.left-menu-ul li:active {
  background-color: #2F628E;
  color: #FFFFFF;
  /*border-top: 1px solid #12517E !important;
    border-bottom: 1px solid #0B4066 !important;*/
}

.left-menu-ul li:hover i.information {
  color: #FFF89C !important;
  transition: all 0.5s linear, border-color 0.5s linear;
  -webkit-transition: all 0.5s linear, border-color 0.5s linear;
  -moz-transition: all 0.5s linear, border-color 0.5s linear;
  -ms-transition: all 0.5s linear, border-color 0.5s linear;
}

.active {
  background-color: #3C74A6;
  /*#336998;*/
  color: #FFFFFF!important;
  /*border-top: 1px solid #074E82 !important;
    border-bottom: 1px solid #074E82 !important;*/
  /*border-left:3px solid #86EB24;
    padding:11px 6px 11px 3px !important;*/
}

.inactive {
  cursor: default;
  color: #849AAD;
  background-color: #53616D;
  border-bottom: 1px solid #42515E!important;
  text-shadow: 1px 1px 1px #2A3A48;
}

.inactive i {
  color: #6C849A!important;
}

.active i {
  color: #CEE8FF;
}

.inactive:hover {
  cursor: default;
  color: #849AAD !important;
  background-color: #53616D !important;
  border-bottom: 1px solid #42515E!important;
  text-shadow: 1px 1px 1px #2A3A48;
}

.active-tab {
  display: block;
}

.hidden-tab {
  display: none;
}

.ls-type-period {
  padding: 10px;
  color: #ffffff;
  text-shadow: 1px 1px 1px #1e5799;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.ls-type-period i {
  font-size: 18px;
}

.ls-type-period span {
  font-size: 12px;
  font-weight: 400;
}

.information {
  float: right;
  width: 22px !important;
  font-size: 18px !important;
  cursor: pointer;
  text-shadow: none !important;
  color: #4A83B5 !important;
  /*
    border-top:1px solid #6591B7;
    border-bottom: 1px solid #4275A0;
    border-left:1px dashed #4275A0;*/
  z-index: 999;
}

.ls-type-period .fa-caret-down {
  font-size: 12px !important;
  width: 12px !important;
  margin-left: 5px !important;
}

.current-ls {
  padding: 10px;
  min-height: 50px;
  position: relative;
  background-color: #4A83B5;
  font-size: 22px;
  font-weight: bold;
  color: #ffffff;
}

.menu-ls-info-table {
  margin-top: 10px;
}

.menu-ls-info-table tr {
  margin: 5px;
  font-size: 12px;
  color: #ffffff;
  text-shadow: 1px 1px 1px #373B49;
}

.phone-info {
  padding: 20px;
}

.phone-info-table tr {
  margin: 5px;
  font-size: 14px;
  color: #686868;
}

.splitter {
  width: 100%;
  height: 8px;
}

/** TOP MENU **/

.welcome-div {
  float: left;
  margin: 8px 0px 0px 15px;
}

.welcome-div span {
  font-size: 14px;
  color: #626262;
  text-shadow: 1px 1px 0px #F0F0F0;
}

.user-notes {
  padding: 5px;
  position: relative;
  margin-right: 20px;
  margin-top: 6px;
}

.user-notes {
  font-size: 15px;
  color: #B5B5B5;
  cursor: pointer;
}

.note-numbers {
  background-color: #9B9B9B;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 11px;
  position: absolute;
  border-radius: 8px;
  padding: 1px 5px;
  top: 7px;
  left: 25px;
}

.top-buttons {
  float: right;
  margin-right: 45px;
  margin-top: -5px;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
}

.top-buttons div {
  display: inline-block;
}

.anim-out {
  display: none!important;
}

/** RIGHT TAB **/

.content-tab {
  padding: 0px 10px 0px 10px;
  min-height: 500px;
  top: 0px;
  left: 0px;
}

.container-for-content {
  position: relative;
  min-height: 500px;
  width: 100%;
  margin-top: 40px;
}

.main-table-head, .main-table-footer {
  /*box-shadow: 0px 0px
    .6px #CACACA;*/
}

.main-table {
  width: 100%;
}

.footer-text {
  font-size: 16px;
  font-weight: 100;
  color: #4F4F4F;
  margin-bottom: 5px;
}

.main-table-head th, .main-table-footer tr td {
  font-size: 12px;
  padding: 20px 6px;
  color: #4F4F4F;
  font-weight: bold;
  text-shadow: 1px 1px 0px #EEF4FA;
  background-color: #D3E5EE;
}

.no-fine-info {
  color: #787878;
  border-radius: 10px;
  padding: 10px 0px;
  font-weight: 100;
}

.main-table-footer span {
  background-color: transparent;
  color: #535353;
}

.supplier-in-table td {
  padding: 7px 16px;
}

.main-table tr td {
  /*padding: 2px 4px;*/
  /*border-top:1px solid #D6DBDF;*/
  font-size: 12px;
  border-collapse: collapse !important;
  color: #4F4F4F;
}

.main-table-head th {
  border-bottom: 1px solid #B2CBE2;
  border-right: 1px solid #9EB6CD;
  border-top: 1px solid #C1D7EA;
}

.main-table-head tr th:first-child {
  border-radius: 5px 0px 0px 0px;
  border-left: 1px solid #C1D7EA;
}

.main-table-head tr th:last-child {
  border-radius: 0px 5px 0px 0px;
}

.main-table-footer tr td:first-child {
  border-radius: 0px 0px 0px 5px;
}

.main-table-footer tr td:last-child {
  border-radius: 0px 0px 5px 0px;
}

.main-table-footer tr td {
  border-bottom: 1px solid #B5CFDC;
  border-top: 1px solid #B5CFDC;
  padding: 10px 16px;
}

.main-table tbody tr td {
  border-bottom: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  padding-left: 5px;
}

.main-table tbody tr td:last-child {
  border-right: 1px solid #CCCCCC;
}

.main-table tbody tr:last-child td {
  border-bottom: 0px;
}

/* TABLE PAYS */

.table-pays .data-tr:hover td, .table-calc .data-tr:hover td {
  background-color: #F2F2F2;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
}

.table-calc tr td {
  padding: 8px;
}

/* TABLE CALC */

.table-calc tr td:first-child {
  border-left: 1px solid #E8E8E8;
}

.table-calc tfoot tr td {
  border-right: 1px solid #9EB6CD;
}

.table-calc tfoot tr td:first-child {
  border-left: 1px solid #9EB6CD;
}

/************ Data table **************/

.supplier-in-table {
  cursor: pointer;
}

.succesfully-updated {
  background-color: #D8ECD9 !important;
  transition: background-color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.5s linear, border-color 0.5s linear;
  -ms-transition: background-color 0.5s linear, border-color 0.5s linear;
}

.not-succesfully-updated {
  background-color: #F5DEDA !important;
  transition: background-color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.5s linear, border-color 0.5s linear;
  -ms-transition: background-color 0.5s linear, border-color 0.5s linear;
}

.not-editable-counter {
  font-size: 10px;
  color: #7A7A7A;
  text-align: center;
}

.supplier-result {
  text-align: right;
}

.supplier-in-table td {
  background: #E7F2F6;
}

.supplier-in-unified-table td{
  background: #F2F2F2;
  padding: 7px 16px;
}

.supplier-in-unified-table span {
  background-color: transparent;
  color: #7B7B7B;
}

.supplier-in-unified-table.table-splitter {
  background-color: #fff!important
}

.srvname-in-table {
  margin-left: 25px !important;
  padding-left: 25px !important;
  position: relative;
}

.caret-class {
  font-size: 14px!important;
  padding: 0px 5px;
}

.supplier-fin-in-table td {
  background: #F2F7DD !important;
  font-weight: bold;
  color: #444;
}

.counter-td input {
  width: 70px;
  font-weight: bold;
  height: 20px;
}

.col-value {
  width: 100px;
  font-size: 12px !important;
}

.col-name {
  width: 240px;
}

.data-tr td {
  padding: 5px;
}

.data-tr-payments td {
  padding: 8px 5px;
}

.supplier-fin-in-table td {
  padding: 1px!important;
}

.supplier-in-table span {
  background-color: transparent;
  color: #7B7B7B;
}

.top-calc-menu {
  height: 50px;
  padding: 15px 0px 0px 15px;
  background-color: #F3F3F3;
}

.top-calc-menu-date {
  display: inline-block;
}

.top-calc-menu-settings {
  display: inline-block;
  position: relative;
}

.top-calc-menu-settings label {
  margin-left: 20px;
}

.calc-details-p {
  font-size: 10px;
  color: #969696;
}

/************** Settings tab ****************/

.control-group-email {}

.control-group-email .form-control {
  background-color: #FFFFFF;
  background-image: none;
  border-radius: 0;
  box-shadow: none;
  color: #333;
  display: block;
  padding: 0;
  text-indent: 4px;
  vertical-align: middle;
}

/*.div-block-ac-main-content label{
  float:left;
  width:180px;
  margin-right:10px;
}*/

h3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.info-text {
  color: #777777;
  padding: 0px 20px 0px 10px;
  font-size: 14px;
  text-indent: 10px;
  font-weight: 200;
  text-align: justify;
  border-left: 4px solid #9E9E9E;
}

.notification {
  position: relative;
  padding: 10px;
  margin: 10px 0px 10px 0px;
  border-radius: 3px;
  box-shadow: 0px 0px 3px #E7E7B9;
  background-color: #FBF1D7;
  border: 1px solid #DCD7CA;
  color: #616161;
}

.notification-grey {
  background-color: #F7F7F7;
  border: 1px solid #E8E8E8;
  color: #616161;
  box-shadow: 0px 0px 0px;
}

.notification-grey .notification-icon {
  font-size: 36px;
  color: #E1E1E1;
}

.notification p {
  font-size: 12px;
  color: #696969;
  text-shadow: 1px 1px 0px #FFFEED;
}

.notification h3 {
  font-size: 16px;
  text-shadow: 1px 1px 0px #FFFFFF;
}

.notification-icon {
  font-size: 50px;
  color: #4B4B4B;
}

.notification-close {
  float: right;
  cursor: pointer;
  position: relative;
  top: -5px;
  left: 5px;
  font-size: 16px;
  color: #4B4B4B;
}

.col-details {
  border-left: 1px solid #D6DBDF;
  width: 20px;
  text-align: center;
}

.col-details i {
  cursor: pointer;
  font-size: 16px !important;
}

.col-diff {
  border-right: 1px solid #D6DBDF;
}

.current-ls a {
  color: #FFFFFF;
  text-decoration: none;
}

/********** [ CALC ] *********/

.calc-date {
  width: 260px;
  text-align: center;
}

.calc-date-wrapper {
  position: relative;
}

.calc-date-year-wrapper, .calc-date-month-wrapper, .calc-date-year, .calc-date-month {
  display: inline-block!important;
  position: relative;
  text-align: center;
  float: left;
  width: 100px;
}

.calc-date-month-wrapper {
  width: 120px;
}

.calc-date-item {
  text-align: center;
  width: 80px;
}

.calc-date-year-wrapper .year {
  margin: 0px;
  padding: 0px;
  font-size: 26px;
  text-align: center;
  font-weight: bold;
  height: 40px;
  width: 100px;
}

.calc-date-month-wrapper .month {
  margin: 0px;
  padding: 3px;
  font-size: 21px;
  text-align: center;
  height: 40px;
  text-transform: uppercase;
}

.calc-month-overflow {
  text-align: center;
}

.activetab {
  font-weight: bold;
}

.calc-date-year {
  width: 100px;
}

.calc-date-month {
  width: 120px;
  overflow: hidden;
}

.calc-year-overflow {
  width: 100px;
  height: 40px;
  overflow: hidden;
}

.calc-month-overflow {
  width: 120px;
  height: 40px;
  overflow: hidden;
}

.hdn {
  display: none !important;
}

.calc-settings div {
  display: inline-block !important;
}

.calc-settings label {
  font-weight: 100;
  margin-left: 5px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 22px;
  color: #6F6F6F;
}

/********** [ modal window ] ***********/

#modal_form, #modal_form_payments, #modal_form_additionaluser, #modal_form_password_settings {
  width: 600px;
  height: 440px;
  /* Рaзмеры дoлжны быть фиксирoвaны */
  border-radius: 5px;
  border: 1px #8B8B8B solid;
  background: #fff;
  position: fixed;
  /* чтoбы oкнo былo в видимoй зoне в любoм месте */
  top: 45%;
  /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
  left: 50%;
  /* пoлoвинa экрaнa слевa */
  margin-top: -220px;
  margin-left: -300px;
  /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
  display: none;
  /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
  opacity: 0;
  /* пoлнoстью прoзрaчнo для aнимирoвaния */
  z-index: 10000;
  /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
}

#modal_form_payments {
  width: 800px;
  margin-left: -400px;
}

#modal_form_additionaluser {
  height: 270px;
  margin-top: -135px;
}

#modal_form_password_settings {
  height: 250px;
  margin-top: -125px;
}

/* Пoдлoжкa */

#overlay, #overlay_payments, #overlay_additionaluser {
  z-index: 9999 !important;
  /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
  position: fixed;
  /* всегдa перекрывaет весь сaйт */
  background-color: #000;
  /* чернaя */
  opacity: 0.5;
  /* нo немнoгo прoзрaчнa */
  -moz-opacity: 0.5;
  /* фикс прозрачности для старых браузеров */
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  /* рaзмерoм вo весь экрaн */
  top: 0;
  /* сверху и слевa 0, oбязaтельные свoйствa! */
  left: 0;
  cursor: pointer;
  display: none;
  /* в oбычнoм сoстoянии её нет) */
}

.modal-header {
  height: 50px;
  background-color: #EEEEEE;
  border-bottom: 1px solid #C8C8C8;
  box-shadow: 0px 1px 3px #B5B5B5;
  z-index: 9;
}

.modal-table-wrapper {
  padding: 5px;
}

.modal-footer {
  height: 58px;
  margin-top: 8px;
  text-align: left;
  font-size: 14px;
  font-weight: 100;
  color: #2E2E2E;
  background-color: #EEEEEE;
  border-top: 1px solid #C8C8C8;
  z-index: 9;
  box-shadow: 0px -1px 3px #B5B5B5;
}

.modal_close {
  font-weight: bold;
  color: #616161;
  font-size: 20px;
  float: right;
  margin-top: -5px;
  left: -3px;
  z-index: 10;
  cursor: pointer;
  display: block;
}

.diff-history-header {
  font-size: 16px;
  font-weight: 100;
  color: #2E2E2E;
  text-shadow: 1px 1px 1px #FFFFFF;
}

.modal-year-group {
  width: 150px;
  padding: 8px 0px 0px 0px;
  margin: 0px;
  float: left;
  z-index: 8;
  background-color: #0077B9;
  height: 328px;
}

.modal-year-group ul li {
  list-style: none;
  padding: 5px 6px;
  border-top: 1px solid #2184BB;
  border-bottom: 1px solid #036AA3;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.5s linear, border-color 0.5s linear;
  -ms-transition: background-color 0.5s linear, border-color 0.5s linear;
}

.modal-year-group ul li:hover {
  background-color: #10507D;
  border-top: 1px solid #0B4066;
  border-bottom: 1px solid #0B4066;
  transition: background-color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.5s linear, border-color 0.5s linear;
  -ms-transition: background-color 0.5s linear, border-color 0.5s linear;
}

.modal-period-group {
  margin-left: 155px;
}

.modal-list-item-active {
  background-color: #0E5E96 !important;
  border-left: 3px solid #99F116;
  border-top: 1px solid #12517E !important;
  border-bottom: 1px solid #0B4066 !important;
  padding: 5px 6px 5px 3px !important;
}

.list-of-additional-users, .list-of-additional-users-emails {}

.div-del-form div {
  display: inline-block;
}

.list-of-additional-users-emails {
  padding: 5px 5px 0px 40px;
}

.div-del-form {
  width: 100%;
  height: 30px;
  padding: 6px 5px 2px 5px;
  font-size: 12px;
  color: #6A6A6A;
  background-color: #F7F7F7;
  margin-bottom: 5px;
}

.additional-user {
  width: 30px;
  margin: 5px 5px 5px 5px;
  height: 30px;
  float: left;
  border-radius: 2px;
  background-color: #B5CFA0;
  /*
  border-top: 1px solid #CBDFBB;
  border-left:1px solid #CBDFBB;
  border-right:1px solid #9DB986;
  border-bottom:1px solid #94AF7E;*/
  transition: background-color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.5s linear, border-color 0.5s linear;
  -ms-transition: background-color 0.5s linear, border-color 0.5s linear;
  cursor: pointer;
}

.additional-user:hover {
  transition: background-color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.5s linear, border-color 0.5s linear;
  -ms-transition: background-color 0.5s linear, border-color 0.5s linear;
  background-color: #7CA858;
}

.additional-user-inactive {
  width: 30px;
  margin: 5px 20px 5px 5px;
  border-radius: 2px;
  height: 30px;
  float: left;
  background-color: #E0E0E0;
  cursor: default;
}

.additional-user a, .additional-user-inactive a {
  color: #ffffff;
  padding: 0px 0px 0px 5px;
  font-size: 18px;
}

.div-del-form i {
  font-size: 18px;
  height: 3px;
  cursor: pointer;
  color: #7FA75C;
  top: 8px;
  position: relative;
}

.table-acs tr td {
  padding: 0px !important;
  vertical-align: top !important;
}

.small-delete {
  top: 0px!important;
  margin-right: 5px;
  font-size: 14px;
  color: #DB7653!important;
  float: right;
  transition: color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.5s linear, border-color 0.5s linear;
  -ms-transition: background-color 0.5s linear, border-color 0.5s linear;
}

.small-delete:hover {
  color: #EA320F!important;
  transition: color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.5s linear, border-color 0.5s linear;
  -ms-transition: background-color 0.5s linear, border-color 0.5s linear;
}

.remove-ac {
  border-radius: 2px;
  width: 30px;
  height: 30px;
  background-color: #E77E6D;
  transition: background-color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.5s linear, border-color 0.5s linear;
  -ms-transition: background-color 0.5s linear, border-color 0.5s linear;
}

.remove-ac i {
  margin: -5px 0px 0px -5px;
  font-size: 18px;
  cursor: pointer;
  color: #FFFFFF;
  position: relative;
}

.remove-ac:hover {
  background-color: #DA442C;
  transition: background-color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.5s linear, border-color 0.5s linear;
  -ms-transition: background-color 0.5s linear, border-color 0.5s linear;
}

#id_email_of_new_user {
  width: 250px;
  margin-right: 10px;
  height: 30px;
  border: 1px solid #aeaeae;
  text-indent: 5px;
  padding: 3px 5px;
  border-radius: 2px;
  background-color: #efefef;
}

.a-acntf-desc {
  padding: 4px 0px 0px 6px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: #E6C784;
  color: #FFFFFF;
  float: left;
  cursor: pointer;
}

.a-acntf-desc:hover {
  color: #FFFFFF
}

.span-desc, .div-table-acs-desc {
  padding: 5px;
  background-color: #F7F7F7;
  border-radius: 2px;
  margin-right: 5px;
  height: 30px;
  font-size: 12px;
}

.col-desc-input {
  width: 90%;
}

.form-control option {
  padding: 3px;
  cursor: pointer;
  border: none!important;
}

.modal-period-group-active {}

.scrollable-div {
  height: 280px;
  overflow-y: scroll;
  border: 1px solid #eeeeee;
}

.modal-table-diffs {
  margin-top: 5px;
  width: 100%;
}

.modal-table-diffs thead th {
  border-top: 1px solid #B2CBE2 !important;
  border-bottom: 1px solid #B2CBE2 !important;
  border-left: 1px solid #B2CBE2 !important;
  padding: 8px;
  background: #E5F1F5;
  font-weight: normal;
  font-size: 12px;
  color: #254B64;
}

.modal-table-diffs tbody {}

.modal-table-diffs tr {
  height: 28px;
  color: #484848;
  border-bottom: 1px solid #eeeeee;
  font-size: 12px;
}

.modal-table-diffs td {
  border-left: 1px solid #eeeeee;
}

.modal-table-diffs tr td {
  text-align: left;
  text-indent: 20px;
}

/********** [ settings-account-block ] *************/

.settings-account-block {
  background-color: #FDFDFD;
  border: 1px solid #EBEBEB;
  width: 100%;
  padding: 5px;
  margin-bottom: 10px;
}

.year-top, .year-down, .month-top, .month-down {
  font-size: 18px;
  cursor: pointer;
}

.year-top, .month-top {
  top: 5px;
  position: relative;
}

.year-down, .month-down {
  top: -5px;
  position: relative;
}

.active-arrow {
  color: #0077B9;
}

.inactive-arrow {
  color: #BCBCBC;
}

.history-link {
  display: inline !important;
  border-bottom: 1px dashed #5699CB;
}

.history-link:hover {
  background-color: #FFFFFF !important;
}

.help-inline {
  font-size: 11px;
  color: #828282;
  margin-top: 0px !important;
}

.form-group label {
  font-weight: normal;
  font-size: 13px;
  color: #535353;
}

.input-group {
  font-size: 12px;
}

.input-group label {
  text-align: left !important;
  float: none;
  width: 250px;
}

.provider-settings tr {
  height: 20px;
}

.provider-settings tr td {
  padding-left: 20px;
}

.media-body a {
  font-size: 11px;
}

.media {
  width: 150px;
}

.input-group-label {
  float: right;
  margin: 8px 20px 0px 0px;
  width: 200px;
  font-weight: 100;
  font-size: 14px;
}

#id_default_account {
  width: 230px;
}

#id_phone {
  width: 225px;
}

#id_email {
  width: 228px;
}

.add-new-account {
  float: left;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
}

.table-acs {
  margin-bottom: 10px;
}

.block-div {
  display: inline-block;
  float: left;
}

.block-div label {
  font-weight: bold;
  font-size: 12px;
  margin-right: 5px;
}

#id_number {
  font-weight: bold;
}

#id_pc {
  width: 20px;
  height: 24px;
  margin-left: 20px;
}

.vvodpokazaniy {
  background-color: #E5F1F5 !important;
}

.vodpokazaniyeditable {
  background-color: #E5F1F5 !important;
}

/********** [FIX] ***********/

.nav>li>a {
  padding: 0px;
}

.table>thead>tr>th {
  border: 0px;
  padding: 5px;
}

label {
  margin-bottom: 0px;
}

.form-horizontal .form-group {
  padding: 0px;
}

p {
  margin: 0px;
  /* !important; */
} 

#togglemymenu {
  color: #5A92C3;
  font-size: 30px;
  cursor: pointer;
  float: left;
  position: relative;
  z-index: 99999;
  margin: 38px 5px 0px 10px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

#togglemymenu:hover {
  color: #D3E5EE;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.stroke {
  font-size: 12px;
  font-weight: 200;
  color: #ffffff;
}

.contact-list {
  font-size: 14px;
  font-weight: 200;
  color: #ffffff;
}

.contact-link {
  text-decoration: none;
}

.contact-link:link, .contact-link:visited {
  color: #ffffff;
}

.contact-link:hover {
  color: #ffffff;
}

.green {
  color: #AACA2B !important;
  text-shadow: 1px 1px 1px #526D27 !important;
}

small {
  font-size: 10px;
}

/** BUTTONS **/

.exit-btn {
  width: 80px;
  background-color: #CECECE;
  text-align: center;
  vertical-align: middle;
  padding: 16px 10px 16px 3px;
  text-transform: uppercase;
  color: #707070;
  font-size: 12px;
  position: relative;
  font-weight: bold;
  z-index: 999;
  cursor: pointer;
  transition: background-color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.5s linear, border-color 0.5s linear;
  -ms-transition: background-color 0.5s linear, border-color 0.5s linear;
}

.exit-btn:hover {
  background-color: #B2B2B2;
  transition: background-color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.5s linear, border-color 0.5s linear;
  -ms-transition: background-color 0.5s linear, border-color 0.5s linear;
}

.pay-btn {
  position: relative;
  padding: 12px 12px !important;
}

.btn-success {
  border: 0px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #7FA75C;
  padding: 8px 8px;
  width: 220px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  transition: background 0.5s linear;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
}

.btn-success:hover {
  background-color: #689F38;
  color: #ffffff;
  transition: background 0.5s linear;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
}

.hiddenLeftMenu {
  width: 46px;
  background-color: #3C5067;
}

.collapsed li {
  /*border-bottom:1px solid #304257 !important;*/
}

.collapsed li:first-child {
  /*border-top:1px solid #304257 !important;*/
}

.collapsed li i {
  color: #FFFFFF !important;
  text-shadow: 0px !important;
}

.collapsed li:hover {
  background-color: #363647;
}

.collapsed li.active {
  background-color: #527798;
}

.collapsed .inactive i {
  color: #6C849A!important;
}

.counter-td input[disabled="disabled"] {
  background-color: #fefefe;
  color: #D0D0D0;
}

/** [CHECKBOXES] **/

/* Cначала обозначаем стили для IE8 и более старых версий
т.е. здесь мы немного облагораживаем стандартный чекбокс. */

.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}

.checkbox-counters {}

.checkbox-counters:not(checked)+label {
  /* padding: 0px 0px 0px 10px !important; */
  margin-top: 0px !important;
  margin-left: 10px !important;
}

/* Это для всех браузеров, кроме совсем старых, которые не поддерживают
селекторы с плюсом. Показываем, что label кликабелен. */

.checkbox+label {
  cursor: pointer;
}

/* Далее идет оформление чекбокса в современных браузерах, а также IE9 и выше.
Благодаря тому, что старые браузеры не поддерживают селекторы :not и :checked,
в них все нижеследующие стили не сработают. */

/* Прячем оригинальный чекбокс. */

.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}

.checkbox:not(checked)+label {
  position: relative;
  /* будем позиционировать псевдочекбокс относительно label */
  padding: 0 0 0 50px;
  /* оставляем слева от label место под псевдочекбокс */
  /* margin-top: 8px; */
  height: 20px;
  display: block;
}

/* Оформление первой части чекбокса в выключенном состоянии (фон). */

.checkbox:not(checked)+label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 21px;
  border-radius: 13px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
}

.pay-checkbox:not(checked)+label:before {
  background: #9FD468;
}

/* Оформление второй части чекбокса в выключенном состоянии (переключатель). */

.checkbox:not(checked)+label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 17px;
  height: 17px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  transition: all .2s;
  /* анимация, чтобы чекбокс переключался плавно */
  -webkit-transition: all linear .2s;
  -moz-transition: all linear .2s;
  -ms-transition: all linear .2s;
}

/* Меняем фон чекбокса, когда он включен. */

.checkbox:checked+label:before {
  background: #9FD468;
  border: none;
}

/* Сдвигаем переключатель чекбокса, когда он включен. */

.checkbox:checked+label:after {
  left: 26px;
}

/* Показываем получение фокуса. */

.checkbox:focus+label:before {}

.top-calc-menu-settings label {
  font-size: 13px;
  font-weight: 100;
  color: #686868
}

/********************************************************************************************************
***********************************************[LOGIN FORM]**********************************************
********************************************************************************************************/

/** MAIN STYLES **/

.main-container {
  width: 100%;
  height: 100%;
  background: #b2e1ff;
  background: -moz-linear-gradient(45deg, #b2e1ff 0%, #66b6fc 100%);
  background: -webkit-linear-gradient(45deg, #b2e1ff 0%, #66b6fc 100%);
  background: linear-gradient(45deg, #b2e1ff 0%, #66b6fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc', GradientType=1);
}

.content {
  top: 45%;
  left: 50%;
  /* width: 500px; */
  margin-left: -270px;
  margin-top: -270px;
  position: absolute;
}

.qr-block {
  width: 140px;
  height: 36px;
  background: #F6F6F6;
  position: absolute;
  left: 0px;
  top: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px 10px 0 0;
  border: 1px solid #33333317;
  padding-bottom: 10px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}

.qr-block:hover {
  top: -37px;
  background: #E9E8E8;
  /* transform: rotateX(10px); */
}

.qr-block-active {
  top: -37px;
  background: #E9E8E8;
}

.content-form {
  width: 500px;
  background-color: #F6F6F6;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #A5A5A5;
  border-radius: 0px 0px 5px 5px;
  padding: 25px;
}

.form-header {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 100;
  color: #4B4B4B;
  text-shadow: 1px 1px 0px #D9D9D9;
  width: 100%;
  text-align: center;
}

.div-form {
  margin-top: 20px;
}

.div-form-reg {
  padding: 10px 40px 10px 0px;
}

.payonline {
  padding: 5px 15px;
  background-color: #56BCE1;
  border-radius: 3px;
  border-top: 1px solid #97C9DB;
  border-left: 1px solid #9FDEF5;
  border-right: 1px solid #5FA5BE;
  border-bottom: 1px solid #3993B4;
  margin-top: 10px;
  position: relative;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.payonline:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background-color: #1DA6D8;
}

.table-label, .table-label-small {
  /*  text-transform: uppercase;*/
  font-size: 12px;
  padding: 10px 0px;
  color: #4F4F4F;
  font-weight: 100;
  text-shadow: 1px 1px 0px #ffffff;
  text-align: right;
  padding-right: 25px;
  width: 160px;
}

.table-label-small {
  font-size: 12px;
}

.account-set-defauls-input .first-item-ul {
  background-color: #F5F5F5;
  border: 1px solid #E6E6E6;
}

.qr-code-button {
  background: none;
  border: none;
  cursor: pointer;
}

.card {
  position: relative;
}

.back-act {
  opacity: 1 !important;
}

.back {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;

  background: #3333334d;
  border-radius: 5px 5px 0 0;

  transition-duration: .5s;
  transition-property: transform, opacity;

  p {
    font-size: 0.9125rem;
    color: #333;
  }
}

.qr-checkbox {
  position: absolute;
  width: 140px;
  height: 40px;
  opacity: 0;
  cursor: pointer;
}

.qr-img {
  width: 200px;
  height: 200px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 10px;
  background: #fff;
}

.qr-img-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.blure-filter {
  filter: blur(1.5px);
}

.refresh-icon-block {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid orange;
  outline: solid 2px #fff;
  transition: all 0.2s ease-out;
}

.success-icon-block {
  position: absolute;
  width: 80px;
  height: 80px;
}

.pulse {
}

.pulse::before {
  content: ''; 
  position: absolute;
  border: 3px solid #fff; 
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 1.5s linear infinite; 
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

.refresh-icon {
  width: 50px;
  height: 50px;
  transition: all 0.3s ease-in-out;

  &:hover {
    transform: rotate(180deg);
    transition: all 0.3s ease-in-out;
  }
}

.qr-live-timer {
  padding: 5px 20px;
  background: #fff;
  border-radius: 5px;
  margin-top: -40px;
}

.checkmark {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #4bb71b;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #4bb71b;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  position:relative;
  margin: 0 auto;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4bb71b;
  fill: #fff;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
      stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%, 100% {
      transform: none;
  }

  50% {
      transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}
/**************** ERRORS ****************/

.errors-div {
  width: 530px;
  padding: 10px 10px 15px 10px;
  margin-top: 5px;
  border-radius: 4px;
  background-color: #F6F6F6;
  box-shadow: 1px 1px 0px #868CA0;
}

.error-content {
  width: 480px;
  margin-left: 50px;
}

.errors-div i {
  font-size: 40px !important;
  color: #B84848;
  float: left;
}

.error-block p {
  font-size: 12px;
  font-weight: bold;
  color: #707070;
}

.error-block ul li {
  margin: 0px 0px 0px 20px;
  color: #6B6B6B;
  font-size: 12px;
  font-weight: 100;
}

.error-block ul {
  margin-bottom: 5px;
}

.form-errors {
  background-color: #ffffff;
  padding: 10px;
  margin-left: -15px;
  margin-right: -15px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.form-errors ul li {
  color: #343434;
  font-size: 14px!important;
}

.error-block-red {
  color: #343434;
  font-weight: 300;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background-color: #F9C8C8;
}

.error-block-green {
  color: #343434;
  font-weight: 300;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  background-color: #B8E268;
}

.error-block-green i {
  color: #86A845;
  font-size: 18px!important;
  margin-left: 15px;
  margin-right: 8px;
}

/*error-div-bg{
  background-color:#EBEBEB;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.big-alert-icon{
  font-size: 30px !important;
  margin-right:25px;
  margin:5px 25px 0px 0px;
  float:left
}
.error-div{
  font-weight: 100;
  left:0px;
  width:100%;
  margin:5px 0px 5px -25px;
  height:40px;
  padding:5px 25px;
  color:#5C5C5C;
  text-shadow:1px 1px 1px #E7E7E7;
  text-align:left;
  font-size:13px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}*/

/*.error-div p{
}
.error-lack-of-login span{
  display: table-cell;
  height: 40px;
  vertical-align: middle;
}
.error-incorrect-login, .error-lack-of-login, .error-lack-of-password{
}*/

.social a {
  text-decoration: none;
}

.social i {
  color: #959595;
  transition: color 0.2s linear, border-color 0.2s linear;
  -webkit-transition: color 0.2s linear, border-color 0.2s linear;
  -moz-transition: color 0.2s linear, border-color 0.2s linear;
  -ms-transition: color 0.2s linear, border-color 0.2s linear;
}

.sicon-vkontakte-rect:hover, .sicon-vkontakte-rect.active-social {
  color: #5186AC;
}

.sicon-odnoklassniki-rect:hover, .sicon-odnoklassniki-rect.active-social {
  color: #E47B27;
}

.sicon-facebook-rect:hover, .sicon-facebook-rect.active-social {
  color: #326BC4;
}

.sicon-twitter:hover, .sicon-twitter.active-social {
  color: #78C8E2;
}

.sicon-google:hover, .sicon-google.active-social {
  color: #C13030;
}

.sicon-Yandex:hover, .sicon-Yandex.active-social {
  color: #E6B517;
}

.sicon-mailru:hover, .sicon-mailru.active-social {
  color: #2184E9;
}

.fa-circle {
  color: black;
}

.info-icon-reg {
  height: 15px;
  border-left-style: solid;
  border-left-width: 0px;
  position: absolute;
  left: 295px;
  top: 11px;
  font-size: 15px;
  color: #807f7f;
}

.show-hide-icon {
  width: 15px;
  height: 15px;
  background-image: url(../img/view-hide-icon.svg);
  background-size: 15px !important;
}
.show-hide-icon.view {
	background-image: url(../img/view-icon.svg);
}

.show-hide-block {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 12px;
  top: 10px;
}

.show-hide-checkbox {
  position: absolute;
  width: 20px !important;
  height: 20px !important;
  right: -3px;
  top: -1px;
  opacity: 0;
  cursor: pointer;
}

.table-login {
  position: relative;
}

.table-login input{
  width: 310px;
    padding: 5px;
    height: 18px;
    color: #3E3E3E;
    background-size: 10px;
    background-color: #ECECEC;
    border: 1px solid #E1E1E1;
    transition: background-color 0.5s linear, border-color 0.5s linear;
    -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
    -moz-transition: background-color 0.2s linear, border-color 0.2s linear;
    -ms-transition: background-color 0.2s linear, border-color 0.2s linear;
  }

.table-registration {
  position: relative;
}

.table-registration input{
  width: 310px;
    padding: 5px;
    height: 18px;
    color: #3E3E3E;
    background-size: 10px;
    background-color: #ECECEC;
    border: 1px solid #E1E1E1;
    transition: background-color 0.5s linear, border-color 0.5s linear;
    -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
    -moz-transition: background-color 0.2s linear, border-color 0.2s linear;
    -ms-transition: background-color 0.2s linear, border-color 0.2s linear;
  }

.table-input input {
  width: 310px;
  padding: 5px;
  height: 18px;
  color: #3E3E3E;
  background-color: #ECECEC;
  border: 1px solid #E1E1E1;
  transition: background-color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.2s linear, border-color 0.2s linear;
  -ms-transition: background-color 0.2s linear, border-color 0.2s linear;
}

.table-input input:focus {
  background-color: #F8F8F8;
  transition: background-color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.2s linear, border-color 0.2s linear;
  -ms-transition: background-color 0.2s linear, border-color 0.2s linear;
}

.table-input i {
  float: left;
}

.fa-block {
  background-color: #E1E1E1;
  height: 30px;
  border-radius: 5px 0px 0px 5px;
  text-align: center;
  width: 30px;
}

/*
.error-container-username, .error-container-password{
  position: absolute;
  left:535px;
  width: 250px;
  height: 28px;
}
.error-container-username{
  top:120px;
}
.error-container-password{
  top:160px;
}

.error-div-content{
  padding: 5px;
  background-color: #E1E1E1;
  color: #646464;
  height: 18px;
  font-size: 12px;
}
.error-div-content i{
  font-size: 16px;
  color: #818181;
  margin-right:3px;
}
.left-arrow-css{
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-right: 8px solid #E1E1E1;
  border-bottom: 14px solid transparent;
  float:left;
  margin-left:-8px;
}*/

.red-bg {
  background-color: #EDD2D2 !important;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}

.red-border {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  background-color: #FFD6D6;
  border: 1px solid #D69999 !important;
}

.fa-block i {
  color: #807F7F;
  padding-top: 8px;
}

.btn-login, .btn-registration, .btn-forgot {
  margin-top: 5px;
  float: right;
  cursor: pointer;
  width: 120px;
  text-align: center;
  padding: 4px 12px;
  border-radius: 4px;
  border: 1px solid #5A8D12;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: normal;
  box-shadow: 0px 0px 2px #6F6F6F;
  background-color: #5F9B0A;
  transition: background-color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.5s linear, border-color 0.5s linear;
  -ms-transition: background-color 0.5s linear, border-color 0.5s linear;
}

.btn-login:hover, .btn-registration:hover, .btn-forgot:hover {
  background-color: #76B819;
  transition: background-color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear, border-color 0.5s linear;
  -moz-transition: background-color 0.5s linear, border-color 0.5s linear;
  -ms-transition: background-color 0.5s linear, border-color 0.5s linear;
}

.btn-registration {
  width: 195px;
}

.btn-forgot {
  width: 220px;
}

.a-register, .a-remind, .a-test {
  font-size: 14px;
  text-decoration: none;
  color: #5AAACD;
  border-bottom: 1px dashed #5AAACD;
}

.a-register {
  position: relative;
  margin-right: 15px;
}

.a-register:hover, .a-remind:hover, .a-test:hover {
  text-decoration: none;
  color: #3888AB;
  border-bottom: 1px dashed #3888AB;
}

.a-remind, .a-test {
  position: relative;
  top: 6px;
  margin: 0px 20px;
}

.grey-info {
  text-align: justify;
  position: relative;
  top: 10px;
  font-size: 13px;
  color: #868686;
  padding: 5px 5px 5px 10px;
  border-left: 2px solid #DBDBDB;
}

.grey-info ul li {
  margin-left: 20px;
}

.base-error-div {
  width: 100%;
  background-color: #EDEDED;
}

.base-error-div i {
  position: relative;
  font-size: 30px !important;
  top: 15px;
  color: #AAAAAA;
  left: 10px;
  float: left;
}

.base-error-div-content {
  margin-left: 30px;
  font-size: 14px;
  color: #7E7E7E;
  padding: 20px;
}

.col-tariff {
  width: 90px;
}

.marginRightHelpBtn {
  height: 50px;
}

.marginLeftTopBtn {
  margin-right: 264px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.btn {
  position: relative;
}

.white-icon {
  color: #FFFFFF!important;
}

/********** [ modal window ] ***********/

#modal_form_registration {
  width: 600px;
  height: 280px;
  /* Рaзмеры дoлжны быть фиксирoвaны */
  border-radius: 5px;
  border: 1px #8B8B8B solid;
  background: #F6F6F6;
  position: fixed;
  /* чтoбы oкнo былo в видимoй зoне в любoм месте */
  top: 45%;
  /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
  left: 50%;
  /* пoлoвинa экрaнa слевa */
  margin-top: -140px;
  margin-left: -300px;
  /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
  display: none;
  /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
  opacity: 0;
  /* пoлнoстью прoзрaчнo для aнимирoвaния */
  z-index: 10000;
  /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
}

/* Пoдлoжкa */

#overlay_registration {
  z-index: 9999 !important;
  /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
  position: fixed;
  /* всегдa перекрывaет весь сaйт */
  background-color: #000;
  /* чернaя */
  opacity: 0.5;
  /* нo немнoгo прoзрaчнa */
  -moz-opacity: 0.5;
  /* фикс прозрачности для старых браузеров */
  filter: alpha(opacity=50);
  width: 100%;
  height: 100%;
  /* рaзмерoм вo весь экрaн */
  top: 0;
  /* сверху и слевa 0, oбязaтельные свoйствa! */
  left: 0;
  cursor: pointer;
  display: none;
  /* в oбычнoм сoстoянии её нет) */
}

.modal-header {
  padding: 25px;
  border-bottom: none;
}

.modal_close {
  float: right;
  margin-top: -35px;
  left: 0px;
  font-size: 28px;
  color: #9F9F9F;
  cursor: pointer;
  transition: color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: color 0.5s linear, border-color 0.5s linear;
  -moz-transition: color 0.5s linear, border-color 0.5s linear;
  -ms-transition: color 0.5s linear, border-color 0.5s linear;
}

.modal_close:hover {
  color: #4D8CB7;
  transition: color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: color 0.5s linear, border-color 0.5s linear;
  -moz-transition: color 0.5s linear, border-color 0.5s linear;
  -ms-transition: color 0.5s linear, border-color 0.5s linear;
}

/********************************************************************************************************
**********************************************[/LOGIN FORM]**********************************************
********************************************************************************************************/

.clear {
  width: 100%;
  height: 3px;
  background-color: #D90404;
  clear: both;
}

.breadcrumbs ul li {
  display: inline-block;
  font-size: 14px;
  list-style: none;
}

.breadcrumbs ul li.active {
  background-color: #ffffff;
  border: 0px !important;
  padding: 0px !important;
  font-weight: 300;
  color: #8F8F8F;
}

.breadcrumbs ul li i {
  color: #525252;
  padding: 0px 5px;
}

.breadcrumbs ul li.inactive {
  background-color: #ffffff;
  color: #454545;
  border: 0px !important;
  padding: 0px !important;
  font-weight: 300;
  cursor: pointer;
  border-bottom: 1px dashed #7C7C7C !important;
}

.password-settings-form {
  padding: 5px;
}

.password-settings-form {}

.password-alert {
  color: #8E8E8E;
  font-size: 12px;
  font-weight: 300;
}

.password-alert i {
  color: #CE7171;
  padding: 0px 3px 0px 5px;
}

.password-alert-success {
  color: #8E8E8E;
  font-size: 12px;
  font-weight: 300;
}

.password-alert-success i {
  color: #A3C464;
  padding: 0px 3px 0px 5px;
}

.pop-up-wrapper {
  position: fixed;
  overflow: hidden;
  z-index: 999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  filter: blur(0.5em);
}

/* .pop-up-window {
  width: 600px;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -300px;
  position: absolute;
  z-index: 9999;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #565656;
} */

.pop-up-window {
  position: absolute;
  background-color: #4A83B5;
  top: 50%;
  left: 50%;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #565656;
  z-index: 9999;
  /* padding: 0 20px 20px 20px; */
}

.pop-up-wide {
  width: 800px;
  margin-top: -250px;
  margin-left: -400px;
}

.pop-up-medium {
  width: 600px;
  margin-top: -100px;
  margin-left: -300px;
}

.pop-up-tiny {
  
}

.bg-blue {
  background-color: #4A83B5;
}

.bg-gray {
  background-color: #F0F0F0;
}

.pop-up-window-content {
  /* height: 400px; */
  color: #DCEFFF;;
  font-size: 16px;
  text-align: justify;
  padding: 20px 20px 0 20px;
}

.pop-up-window-content h2 {
  text-align: center;
  font-size: 24px;
  color: #DCEFFF;
  font-weight: 100;
}

.pop-up-window-footer {
  position: relative;
  width: 100%;
  /* height: 50px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.pop-up-window-del-acc-h2 {
  background-color: #4A83B5;
  color: #ffffff!important;
  font-size: 24px!important;
  width: 100%;
  font-weight: 100!important;
  text-align: center;
}

.pop-up-window-del-acc-content {
  background-color: #4A83B5;
  border-radius: 0 0 3px 3px;
  font-weight: 100;
  color: #FFFFFF;
  padding: 30px 30px 30px 30px;
}

.pop-up-window-del-acc-content p {
  margin-bottom: 10px!important;
  /* text-indent: 20px; */
  text-align: justify;
}

.welcome__image {
  vertical-align: top;
}

.welcome__image img {
  margin-top: 25px;
  width: 260px;
  height: 230px;
  margin-left: 20px;
}

.image__phone {
  vertical-align: top;
}

.image__phone img{
  width: 200px;
}

.image__tg_qr_code {
  vertical-align: top;
}

.image__tg_qr_code img{
  width: 100px;
  height: 100px;
}

.pop-up-window-welcome {
  width: 800px;
  /*height: 500px;*/
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -400px;
  position: absolute;
  background-color: #F0F0F0;
  z-index: 9999;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #565656;
}

.pop-up-window-modal-error-counters {
  width: 600px;
  /* height: 30%; */
  bottom: 50%;
  top: 40%;
  left: 50%;
  margin-top: -50px;
  margin-left: -300px;
  position: absolute;
  color: #272727;
  background-color: rgb(255, 231, 217);
  /* background-color: #4A83B5; */
  z-index: 9999;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #a6a6a6;
  justify-content: center;
  display: flex;
}

.pop-up-window-modal-warning-counters {
  width: 600px;
  /* height: 30%; */
  bottom: 50%;
  top: 40%;
  left: 50%;
  margin-top: -50px;
  margin-left: -300px;
  position: absolute;
  color: #272727;
  background-color: rgb(255, 231, 217);
  /* background-color: #4A83B5; */
  z-index: 9999;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #a6a6a6;
  justify-content: center;
  display: flex;
}

.pop-up-window-modal, .pop-up-window-modal-success {
  width: 600px;
  top: 25%;
  bottom: 25%;
  left: 50%;
  margin-top: -50px;
  margin-left: -300px;
  position: absolute;
  color: #272727;
  background-color: #F9FDF8;
  z-index: 9999;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #A6A6A6;
  display: flex;
  justify-content: center;
}

.pop-up-window-modal-info-success {
  width: 600px;
  top: 40%;
  bottom: 40%;
  left: 50%;
  margin-top: -50px;
  margin-left: -300px;
  position: absolute;
  color: #272727;
  background-color: rgb(200, 250, 205);
  z-index: 9999;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #A6A6A6;
  display: flex;
  justify-content: center;
}

.error-modal-header {
  display: flex;
  align-items: center; 
  background: #ff6d00;
  position: absolute;
  top: 0;
  width: 100%;
  height: 80px;
  padding: 10px;
}

.error-modal-text {
  color: #333;
  font-size: 20px;
  padding-top: 60px;
  text-align: center;
  width: 100%;
}

@media (max-height: 576px) {
  .pop-up-window-modal-epd-state-info {
    width: 450px;
    top: 8%;
    bottom: 8%;
    left: 50%;
    margin-top: -50px;
    margin-left: -300px;
    position: absolute;
    color: white;
    background-color: #F9FDF8;
    z-index: 9999;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #A6A6A6;
    justify-content: center;
    text-align: -webkit-center;
  }
}

@media (min-height: 576px) {
  .pop-up-window-modal-epd-state-info {
    width: 450px;
    top: 12%;
    bottom: 12%;
    left: 50%;
    margin-top: -50px;
    margin-left: -300px;
    position: absolute;
    color: white;
    background-color: #F9FDF8;
    z-index: 9999;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #A6A6A6;
    justify-content: center;
    text-align: -webkit-center;
  }
}

@media (min-height: 800px) {
  .pop-up-window-modal-epd-state-info {
    width: 600px;
    top: 25%;
    bottom: 25%;
    left: 50%;
    margin-top: -50px;
    margin-left: -300px;
    position: absolute;
    color: white;
    background-color: #F9FDF8;
    z-index: 9999;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #A6A6A6;
    justify-content: center;
    text-align: -webkit-center;
  }
}

.pop-up-window-modal-success {
  /* background-color: #7BCF66; */
  background-color: rgb(200, 250, 205);
  color: #FFFFFF;
  font-weight: normal;
}

.pop-up-window-modal table img, .pop-up-window-modal-success table img {
  width: 60px;
  height: 60px;
  padding: 12px 10px 10px 10px;
}

.pop-up-success-msg-text {
  /* color: rgb(0, 123, 85); */
  color: #fff;
}

.pop-up-msg-subtitle {
  color: #fff;
  font-weight: bold;
  font-size: 18px !important;
  margin-bottom: 10px !important;
}

.pop-up-msg-undertext {
  color: #fff;
  padding: 10px 35px;
  text-align: justify;
  line-height: 24px;
  font-size: 16px !important;
}

.ok-icon {
  font-size: 60px!important;
  color: #E3FFB9;
  padding: 30px;
}

.ok-test-icon {
  font-size: 60px!important;
  color: rgb(140, 237, 73);;
  padding: 30px;
}

.no-icon {
  font-size: 60px!important;
  color: #F05142;
  padding: 30px;
}

.no-test-icon {
  font-size: 60px!important;
  color: rgb(183, 33, 54);
  padding: 30px;
}

.warn-icon {
  font-size: 60px!important;
  color: rgb(183, 129, 3);
  padding: 30px;
}

.warn-icon_issue {
  font-size: 32px !important;
  color:rgb(255, 190, 37) !important;
  padding: 0 !important;
  margin: 0 !important;
}

.payment-buttons-block {
  padding: 8px 8px;
  border: 1px dashed #C7C7C7;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}

.payment-buttons-block-main {
  display: flex;
  justify-content: space-between;
}

.payment-buttons-block-autofill {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  margin-top: 20px;
}

.paytype-checkbox-block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 13px;
}

.see-more-span {
  position: relative;
  cursor: pointer;
  margin-left: 2px;
  border-radius: 3px;
  color: #4183c4;
  background: #4183c41c;
  padding: 2px 4px;
}

.see-more-span:hover {
  background: #4183c436;
}

.see-more-span:after {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #4183c4;
	content: "";
	transition: width 0.3s ease-out;
}

.see-more-span:hover:after,
.see-more-span:focus:after {
	width: 100%;
}

.link-decoration {
  position: relative;
  cursor: pointer;
  margin-left: 2px;
  border-radius: 3px;
  color: #4183c4;
  background: #4183c41c;
  padding: 2px 4px;
}

.link-decoration:hover {
  background: #4183c436;
}

.span-grey-decoration {
  background: #80808042;
  border-radius: 3px;
  padding: 2px 4px;
}

.button-cancel {
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #bbb;
  transition: all 0.5s linear;
  padding: 8px 12px;
}

.close-sngb-modal-icon {
  color: #fff !important;
  margin-top: 0 !important;
  position: absolute;
  top: 13px;
  right: 5px;
}

.sngb-onlinepayment-modal {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #F0F0F0;
  z-index: 9999;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #565656;
  transform: translate(-50%, -50%);
}

.sngb-onlinepayment-modal__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
  padding: 20px 30px;
}

.sngb-onlinepayment-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 40px;
}

.sngb-onlinepayment-info__top-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: justify;
  margin-bottom: 10px;
}

.payment-action-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 260px;
  height: 165px;
  font-size: 14px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  background: #fff;
  transition: 0.2s linear;
}

.payment-action-card:hover {
  .payment-action-card__content {
    border: 2px solid #4caf50;
  }
  transform: scale(1.02);
}

.payment-action-card__content {
  font-size: 14px;
  padding: 20px;
  text-align: justify;
  border: 2px dashed #4caf50;
  border-radius: 10px 10px 0 0;
  min-height: 135px;
  transition: 0.2s linear;
}

.ngdialog-open
{
  overflow: unset !important;
}

.payment-action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  border: none;
  border-radius: 0 0 10px 10px;
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #4caf50;
  padding: 2px;
  margin-top: -5px;
}

.pop-up-window-300 {
  width: 700px;
  /*
  height: 385px;*/
  top: 50%;
  left: 50%;
  margin-top: -180px;
  margin-left: -350px;
  position: absolute;
  background-color: #F0F0F0;
  z-index: 9999;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #565656;
}

.pop-up-window-resizable {
  width: 800px;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -400px;
  position: absolute;
  background-color: #4A83B5;
  z-index: 9999;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #565656;
}

.pop-up-window-500 {
  width: 800px;
  height: 500px;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -400px;
  position: absolute;
  background-color: #F0F0F0;
  z-index: 9999;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #565656;
}

.pop-up-window-addaccount {
  width: 700px;
  /*
  height: 500px;*/
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -350px;
  position: relative;
  background-color: #FFFFFF;
  z-index: 9999;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #565656;
}

.pop-up-window-header {
  width: 100%;
  height: 50px;
  background-color: #3C74A6;
  border-radius: 3px 3px 0px 0px;
  text-align: center;
  padding: 0 20px;
}

.agreement-block {
  text-align: center;
  background: whitesmoke;
  color: #313131;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
  padding: 0 10px;
}

.agreement-block-text {
  font-size: 16px;
  text-indent: 16px;
  margin-bottom: 20px !important;
  text-align: justify;
}

.agreement-checkbox {
  display: flex;
  width: fit-content;
  align-items: center;
  text-align: left;
  padding: 0;
}

.agreement-checkbox #text {
  display: inline;
  color: #216992;
  font-size: 14px;
  cursor: pointer;
  margin-left: 10px;
}

.pop-up-window-header#epd-state{
  width: 100%;
  height: 45px;
  background-color: #F9FDF8;
  border-radius: 3px 3px 0px 0px;
}

.information-modal-header {
  text-align: right;
  padding-right: 10px;
  padding-top: 5px;
  float: right;
  position: absolute;
  top: 0px;
  left: 580px;
}

.information-modal-header i {
  cursor: pointer;
  color: #f86a6a;
  transition: color 0.5s linear;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -ms-transition: color 0.5s linear;
}

.information-modal-header i:hover {
  color: #E24545;
  transition: color 0.5s linear;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -ms-transition: color 0.5s linear;
}

.information-modal-header i#rc_alert_close {
  cursor: pointer;
  color: #b58105;
  transition: color 0.5s linear;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -ms-transition: color 0.5s linear;
}

.information-modal-header i#rc_alert_close:hover {
  color: #e8b333;
  transition: color 0.5s linear;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -ms-transition: color 0.5s linear;
}

#mobile.pop-up-window-footer {
  height: 60px;
}

.pop-up-window-header h2 {
  padding: 12px 0;
  font-weight: 500;
  text-shadow: -1px -1px 0px #486783;
  font-size: 20px;
  color: #FFFFFF;
}

.pop-up-window-header#epd-state h2{
  padding: 12px 20px;
  font-weight: bold;
  text-shadow: 0px 0px 0px #486783;
  font-size: 18px;
  color: #fff;
}

.ngdialog-close {
  display: none;
}

.pop-up-window-controls {
  display: inline-block;
  text-align: center;
  margin-top: 10px;
  width: 100%;
}

.pop-up-window-addacc-controls {
  /* margin-top: 7px;
    margin-right: 10px;*/
  float: right;
  display: inline-block;
}

.pop-up-window-addacc-controls-welcome {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 20px;
}

.modal-expired-acc {
  background-color: #4A83B5;
  height: 400px;
  color: #313131;
  font-size: 16px;
  text-align: justify;
  padding: 5px 20px;
}

.expired-acc-title {
  padding-bottom: 40px !important;
  text-align: center;
  font-size: 16px;
  color: #DCEFFF;
  font-weight: 100;
}

.expired-acc-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.expired-acc-icon {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: #fffeab;;
  box-shadow: rgb(30, 30, 30) 3px 3px 6px 0px inset, rgba(94, 94, 94, 0.5) -3px -3px 6px 1px inset;
}

.expired-acc-content__right-block {
  color: #DCEFFF;
  width: 73%;
}

.no-more-checkbox {
  color: #366990;
}

.jf-content__right {
  justify-content: right;
}

.modal-bonus__list {
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.modal-bonus__img {
  width: 35px;
  margin-right: 15px;
}

.pop-up-window-errors {
  padding: 10px 10px;
  box-shadow: 0px 0px 5px #424242;
  background-color: #F6F6F6;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 260px;
  margin-left: -400px;
  width: 800px;
  z-index: 99999;
}

.popup-table-info-td {
  border-radius: 5px;
  height: 273px;
  border: 1px dashed #D6D6D6;
}

.popup-table-info-table {
  width: 100%;
  padding: 10px;
  color: #333;
}

.popup-table-info-table-counter {
  /*width: 100%;*/
}

.no-counter-history {
  width: 100%;
  height: 273px;
  font-size: 12px;
  text-align: center;
  font-weight: 100;
  color: #9C9C9C;
}

.no-counter-history span {
  top: 130px;
  position: relative;
}

.popup-table-info-table-counter thead th {
  text-align: center;
}

.popup-table-info-table thead th {
  text-align: center;
}

.popup-table-info-table-counter tbody tr td {
  text-align: center;
  vertical-align: top;
  font-size: 11px;
  padding: 3px;
}

.popup-table-info-table tbody tr td {
  text-align: center;
  vertical-align: top;
  font-size: 12px;
  padding: 5px 8px;
}

.splitter-popup {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  width: 100%;
  height: 10px;
}

.popup-table-info-table tbody tr:nth-child(odd), .popup-table-info-table-counter tbody tr:nth-child(odd) {
  background-color: #FFFFFF;
}

.popup-table-info-table tbody tr:nth-child(even), .popup-table-info-table-counter tbody tr:nth-child(even) {
  background-color: #FBFBFB;
}

.table-counters-head {
  width: 100%;
}

.table-counters-head thead th {
  font-size: 12px;
  font-weight: bold;
  color: #4A4A4A;
  padding: 15px 9px;
}

.counter-table-counter tr {
  background-color: #f3f3f3;
  font-size: 12px;
  color: #494949;
}

.counters-table-cell {
  padding: 0 9px !important;
  text-align: center;
  min-width: 110px;
}

.counter-table-counter tr td i.fa-pie-chart {
  font-size: 22px!important;
  margin: 0px 10px;
  color: #797979;
}

.fa-pie-chart-active {
  color: #4A83B5;
}

.hidden-service-indicator {
  position: absolute;
  color: #E68918;
  z-index: 9;
  top: 0px;
  margin-top: -11px;
  margin-left: -2px;
  font-size: 18px;
  left: 0px;
}

.hidden-caret-right {
  color: #E68918;
  font-size: 18px;
}

.counter-table-counter tr td {
  padding: 15px 4px;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}

.counter-table-counter tr td input[type="number"] {
  width: 100px;
  padding: 5px 2px;
  font-weight: bold;
}

.b-small {
  font-weight: normal;
  font-size: 14px;
  color: #606060;
}

.diff-input {
  width: 72px !important;
}

.empty-td {
  padding: 0 !important;
  border: none !important;
  background: #fdfdfd;
}

.counter-error {
  padding: 5px !important;
  color: #CA3410;
  border-top: none !important;
  border-bottom: none !important;
}

.blue-block {
  background-color: #B4D5EF;
  border-left: 1px solid #97B5CC;
  border-right: 1px solid #7DB9E8;
}

.blue-block-counter {
  background-color: #9CC2E0;
  border-top: 1px solid #D5E9FB !important;
  border-bottom: 1px solid #659DCA !important;
}

.counter-item {}

.grey-small-span {
  font-size: 12px;
  color: #C1C1C1;
}

.counterDataItem {
  background-color: #F7F7F7;
  position: relative;
  padding: 10px;
  height: 380px;
  overflow: hidden;
  border-radius: 0px 0px 0px 10px;
  border-left: 1px solid #D7D7D7;
  border-right: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
}

.chart-container canvas {
  width: 100%;
  height: 220px;
}

.hide_null_service_flag {
  font-size: 12px;
  color: #B2B2B2;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 100;
}

.first-init-account {
  /* background-color: #D2DFAC;*/
}

.first-init-span {
  font-weight: 300;
  font-size: 10px;
  color: #333333;
  width: 150px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.error-title {
  font-size: 14px;
  font-weight: 300;
  color: #656565;
}

.city-list {
  padding: 5px;
  width: 260px;
  margin-left: 25px;
}

.city-list input {
  margin-right: 10px;
  cursor: pointer;
}

.back-button {
  border-radius: 5px;
  color: #DDDDDD;
  cursor: pointer;
  font-weight: 100;
  font-size: 14px;
  margin: 10px 0px 10px 0px;
  transition: color 0.5s linear;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -ms-transition: color 0.5s linear;
}

.back-button i {
  vertical-align: middle;
  font-size: 32px;
  margin-right: 5px;
}

.back-button:hover {
  color: #B1B1B1;
  transition: color 0.5s linear;
  -webkit-transition: color 0.5s linear;
  -moz-transition: color 0.5s linear;
  -ms-transition: color 0.5s linear;
}

select {
  width: 120px;
  padding: 5px 8px;
  background-color: #F5F5F5;
  border: 1px solid #E6E6E6;
  text-indent: 5px;
  color: #545454;
  font-size: 13px;
  box-shadow: 0px;
  cursor: pointer;
}

select option {
  padding: 4px;
  cursor: pointer;
}

.spiderman-button {
  padding: 10px 12px;
  margin-left: 10px;
  background-color: #2486BD;
  border: 0px;
  cursor: pointer;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
}

.spiderman-button:hover {
  background-color: #216992;
  transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
}

.spiderman-button[disabled='disabled'] {
  background-color: #A6A6A6;
  cursor: auto;
}

.button-active[disabled='disabled'] {
  background-color: #A6A6A6;
  cursor: auto;
  box-shadow: 1px 1px 0px #5C5C5C;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #AAAAAA;
  border-bottom: 0px;
}

.pop-up-window-header i {
  float: right;
  margin-top: -32px;
  /* margin-right: 15px; */
  font-size: 20px!important;
  color: #216992;
  cursor: pointer;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.pop-up-window-header i:hover {
  color: #FFFFFF;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.grey-link {
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  color: #7D7D7D;
  border-bottom: 1px dashed #999999;
  margin-left: 20px;
}

.small-text, .small-text-white {
  font-size: 12px;
  color: #999999;
  font-weight: 100;
}

.small-text-white {
  color: #FFFFFF;
}

.countersHistoryPopup_table tr td {
  padding: 1px 2px;
}

.error-p-payment {
  font-size: 16px;
  font-weight: normal;
  font-weight: 100;
  font-size: 16px;
  margin-top: 10px;
  line-height: 24px;
  color: #3b3b3b;
}

/* .pop-up-window-content {
  padding: 10px 20px;
  color: #7B7B7B;
  font-size: 14px;
  text-align: justify;
} */

.small-info-welcome {
  text-indent: 0px!important;
  padding: 5px 15px;
  color: #565656;
  font-size: 13px;
}

.small-info-welcome a {
  color: #45515D;
  text-decoration: none;
  border-bottom: 1px dashed #8A949F;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.small-info-welcome a:hover {
  color: #323A41;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.small-info-welcome i {
  font-size: 18px;
  margin-right: 5px;
  color: #A5B4C1;
}

.grey {
  font-size: 14px;
  color: #535353;
  text-shadow: 1px 1px 0px #FFFFFF;
  margin-left: 10px;
}

.pop-up-window-content-welcome {
  background-color: #4A83B5;
  height: 400px;
  color: #313131;
  font-size: 16px;
  text-align: justify;
}

.pop-up-window-content-welcome#epd-change {
  background-color: #4A83B51C;
  height: 400px;
  color: #313131;
  font-size: 16px;
  text-align: justify;
}

.pop-up-window-content-welcome h2 {
  padding: 5px 10px;
  text-align: center;
  font-size: 24px;
  color: #DCEFFF;
  font-weight: 100;
}

.welcome_new_p {
  color: #DCEFFF;
  line-height: 22px;
  font-weight: 100;
  text-indent: 15px;
}

.welcome_simple_p {
  color: #DCEFFF;
  line-height: 22px;
  margin-top: 20px !important;
  font-weight: 100;
  text-indent: 15px;
  margin-bottom: 4px !important;
}

.no-more-checkbox {
  color: #DCEFFF;
  font-size:14px;
  line-height: 22px;
  font-weight: 100;
  text-indent: 15px;
}

.no-more-widndow {
  color: #DCEFFF;
  line-height: 22px;
  font-weight: 100;
  text-indent: 15px;
}

.no-more-checkbox-size {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.no-more-checkbox-label {
  cursor: pointer;
}

.pop-up-window-content-welcome div {
  padding: 7px 15px;
}

.pop-up-window-content-welcome p {
  text-indent: 15px;
  margin-bottom: 4px !important;
}

.pop-up-window-content p {
  margin-bottom: 2px !important;
  font-size: 14px;
}

.grey-text-info b {
  margin-left: 10px;
  font-size: 14px;
}

.new-acc__item div {
  float: left;
  display: inline-block;
}

.pop-up-window-content-newacc {
  padding: 15px 20px;
  background-color: #4A83B5;
  color: #FFFFFF;
  font-size: 14px;
  position: relative;
  text-align: justify;
}

.addacc-img1 {
  float: right;
  margin-top: 25px;
  width: 320px;
}

.addacc-img2 {
  float: right;
  /* margin-top: -165px; */
  width: 320px;
  position: absolute;
  top: 20%;
  left: 45%;
}

.addacc-img3 {
  float: right;
  width: 345px;
  margin-top: 50px;
  margin-right: -25px;
}

.city-hm-on-map.ng-hide, .city-rd-on-map.ng-hide, .city-py-on-map.ng-hide, .city-sg-on-map.ng-hide, .city-nu-on-map.ng-hide, .city-lp-on-map.ng-hide, .city-nv-on-map.ng-hide {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  opacity: 0;
}

.city-hm-on-map, .city-rd-on-map, .city-py-on-map, .city-sg-on-map, .city-nu-on-map, .city-lp-on-map, .city-nv-on-map {
  padding: 2px 4px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #222;
  position: absolute;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  opacity: 1;
}

.city-hm-on-map {
  top: 168px;
  left: 468px;
}

.city-py-on-map {
  top: 190px;
  left: 515px;
}

.city-lp-on-map {
  top: 168px;
  left: 540px;
}

.city-rd-on-map {
  top: 150px;
  left: 580px;
}

.city-sg-on-map {
  top: 175px;
  left: 526px;
}

.city-nu-on-map {
  top: 178px;
  left: 508px;
}

.city-nv-on-map {
  top: 173px;
  left: 571px;
}

.city-hm-on-map i, .city-rd-on-map i, .city-py-on-map i, .city-sg-on-map i, .city-nu-on-map i, .city-lp-on-map i, .city-nv-on-map i {
  color: #DE4730;
  font-size: 18px;
}

.grey-text-popup {
  color: #777777;
  font-size: 14px;
  font-weight: 200;
  margin: 0px !important;
  margin-top: 5px !important;
}

.grey-text-counter {
  color: #777777;
  font-size: 14px;
  padding-bottom: 5px;
  font-weight: 200;
  margin: 0px !important;
}

.grey-text-info {
  font-size: 16px;
}

.images-counter-services {
  width: 100%;
  height: 24px;
  margin-top: 4px;
}

.images-counter-services img {
  float: left;
  position: relative;
}

.images-counter-services span {
  position: relative;
  margin-left: 10px;
  font-size: 12px;
}

.new-account-wrap {
  padding: 10px;
  background-color: #C8DCF5;
  box-shadow: 0px 0px 5px #D2D2D2;
  border-radius: 3px;
  margin: 10px 0px;
}

.table-splitter {
  background-color: #fff!important;
  padding: 0px !important;
  width: 4px;
  border: 0px !important;
}

.table-splitter-row {
  background-color: #E2E2E2 !important;
  padding: 0px !important;
  width: 4px;
  border: 0px !important;
}

.succesfully-updated td.table-splitter-row {
  background-color: #D8ECD9 !important;
}

.not-succesfully-updated td.table-splitter-row {
  background-color: #C78080 !important;
}

.left-bordered {
  border-left: 1px solid #E8E8E8 !important;
}

.left-bordered-th {
  border-left: 1px solid #9EB6CD !important;
  border-radius: 5px 0px 0px 0px;
}

.right-bordered-th {
  border-radius: 0px 5px 0px 0px;
}

.supplier-in-table.table-splitter {
  background-color: #fff!important
}

.counters-error-div {
  background-color: #F5F5F5;
  padding: 10px;
  margin-bottom: 5px;
  border-left: 1px solid #E2E2E2;
  border-right: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  border-radius: 0px 0px 5px 5px;
}

.copy-account-button {
  position: absolute;
  top: -4px;
  right: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  background: #f7f7f7;
  padding: 2px 3px;
}

.pay-info-popup {
  right: 0px !important;
  top: -80px !important;
  left: auto !important;
}

 .pay-info-popup-block {
  position: absolute;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-top: -10px;
 }

 .pay-info-popup::before, .pay-info-popup::after {
  content: ''; 
  position: absolute;
  right: 5px; bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #9EB6CD;
 }
 .pay-info-popup::after {
  border-top: 10px solid #f5f5f5;
  bottom: -19px; 
 }

.onlinepayfnr__header {
  width: 100%;
  height: 50px;
  background-color: #3c74a6;
}

.mobile-onlinepayfnr__header {
  width: 100%;
  height: 50px;
  background-color: #3c74a6;
}

@media (min-width: 300px) and (max-width: 1199.98px)  {
  .mobile-onlinepayfnr__header {
    text-align: center;
  }
}

.mobile-headre-logo {
  margin-left:30px;
  margin-top:3px;
}

@media (min-width: 300px) and (max-width: 1199.98px)  {
  .mobile-headre-logo {
    margin: 6px;
  }
}

.onlinepayfnr__main_container {
  padding: 0px 20px 0px 20px;
}

.mobile-onlinepayfnr__main_container {
  padding: 0px 20px 0px 20px;
}

@media (min-width: 300px) and (max-width: 1199.98px) {
  .mobile-onlinepayfnr__main_container {
    padding: 0px 10px 0px 10px;
  }
}

.onlinepayfnr__left_block {
  width: 250px;
  z-index: 100;
  position: relative;
  padding: 10px 10px 20px 10px;
  background-color: #F9F9F9;
  border-radius: 8px;
  box-shadow: 1px 1px 0px #d6d6d6;
  float: left;
}

.onlinepayfnr__left_block input[type="text"] {
  width: 200px!important;
}

.onlinepayfnr__left_block select {
  width: 218px!important;
}

.onlinepayfnr__left_block select option {
  padding: 5px;
}

.onlinepayfnr__left_block p {
  font-weight: 100;
  font-size: 14px;
  color: #898989;
  padding: 10px 10px 0px 10px;
}

.onlinepayfnr__left_block span {
  font-weight: 100;
  font-size: 20px;
  color: #cecece;
  margin-left: 10px;
}

.onlinepayfnr__right_block {
  min-height: 100%;
  margin-left: 290px;
  position: relative;
  padding-bottom: 100px;
  height: 100%;
}

.mobile-onlinepayfnr__right_block {
  min-height: 100%;
  position: relative;
  padding-bottom: 100px;
  height: 100%;
}

.counters-main-content-block {
  /* height: 96vh; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
}

.onlinepayfnr__block_header {
  background-color: #4a83b5;
  height: 50px;
  margin-bottom: 15px;
}

.mobile-onlinepayfnr__block_header {
  background-color: #4a83b5;
  height: 50px;
  margin-bottom: 15px;
  line-height: 30px;
}

@media (min-width: 300px) and (max-width: 1199.98px) 
{
  .mobile-onlinepayfnr__block_header {
    text-align: center;
  }
}


.simple-info {
  font-weight: 100;
  font-size: 16px;
  color: #696969;
  padding: 10px 10px 0px 10px;
}

.separator {
  padding: 0px 10px;
  margin: 15px 0px 10px -10px;
  width: 100%;
  height: 0px;
  border-top: 1px dashed #f1f1f1;
}

.onlinepayfnr__main_h1 {
  margin: 0px 0px 0px 40px!important;
  position: relative;
  font-size: 24px;
  color: #E7E7E7;
  font-weight: 100;
}

.mobile-onlinepayfnr__main_h1 {
  margin: 0px 0px 0px 40px!important;
  position: relative;
  font-size: 24px;
  color: #E7E7E7;
  font-weight: 100;
}

@media (min-width: 300px) and (max-width: 1199.98px) 
  { 
    .mobile-onlinepayfnr__main_h1 {
      font-size: 18px;
      margin: 0 !important;
    }
  }

.onlinepayfnr__main_p {
  font-size: 18px;
  color: #707070;
  font-weight: 100;
  text-indent: 15px;
  padding-bottom: 5px;
}

.onlinepayfnr__main_p_small {
  font-size: 16px;
  color: #8A8A8A;
  padding: 15px 0px 0px 15px;
  position: relative;
  font-weight: 100;
}

.onlinepayfnr__loading {
  width: 100%;
  top: 0;
  left: 0;
  min-height: 450px;
  height: 100%;
  position: absolute;
  z-index: 99;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: #ffffff;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.onlinepayfnr__loading.ng-hide {
  opacity: 0;
}

.onlinepayfnr__loading.ng-show {
  opacity: 1;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.onlinepayfnr__breadcrumbs {
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 15px;
}

.mobile-onlinepayfnr__breadcrumbs {
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 15px;
}
.mobile-onlinepayfnr__breadcrumbs span {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 100;
  color: #C9C9C9;
}

.mobile-onlinepayfnr__breadcrumbs a {
  color: #787878;
  text-decoration: none;
  border-bottom: 1px dashed #9A9A9A;
}

.mobile-onlinepayfnr__breadcrumbs i {
  color: #B6B6B6;
  margin-left: 5px;
  font-size: 14px;
}

@media (min-width: 300px) and (max-width: 1199.98px) {
  .mobile-onlinepayfnr__breadcrumbs {
    padding: 0;
  }
}

.onlinepayfnr__breadcrumbs span {
  margin-left: 5px;
  font-size: 16px;
  font-weight: 100;
  color: #C9C9C9;
}

.onlinepayfnr__breadcrumbs a {
  color: #787878;
  text-decoration: none;
  border-bottom: 1px dashed #9A9A9A;
}

.onlinepayfnr__breadcrumbs i {
  color: #B6B6B6;
  margin-left: 5px;
  font-size: 14px;
}

.simple-link {
  color: #787878;
  text-decoration: none;
  border-bottom: 1px dashed #8DADCA;
}

.yellow {
  color: #FFC702 !important;
  text-shadow: none !important;
}

.yellow i {
  color: #FFD401 !important;
}

.null-data-container {
  height: 90px;
}

.main-ul {
  margin-left: 15px;
}

.main-p, .main-ul,  .main-ol{
  font-size: 14px;
  font-weight: 100;
  color: #595757;
  line-height: 25px;
}

.main-p-middle {
  font-size: 14px;
  font-weight: 100;
  color: #595757;
  line-height: 25px;
  text-indent: 18px;
  margin-bottom: 10px!important;
}


.bonus-span {
  padding: 3px 9px 2px 10px;
  float: right;
  border-radius: 1px;
  margin-right: 5px;
  background-color: #444444;
  font-weight: bold;
  margin-top: -2px;
  text-align: right;
}

.bonus-span-phone i {
  float: right;
  border-radius: 1px;
  margin-right: 10px;
  color: #ffffff !important;
  font-weight: 100;
  margin-top: -3px;
  text-align: right;
  font-size: 24px;
}

.onlinepay__bonusbox {
  padding: 10px 5px;
  float: right;
  width: 312px;
  background-color: #444444;
  font-size: 14px;
  color: #F1A214;
  font-weight: normal;
  border-radius: 5px;
}

.onlinepay__bonusbox i {
  width: 30px;
  height: 30px;
  float: left;
  color: #F1A214;
  font-size: 30px;
  margin: 2px 10px 0px 2px;
}

/** COUNTER TABLE **/

.countertable__infodiv {
  padding: 5px;
  border-radius: 5px;
  margin: 5px;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 2px #E7E7E7;
}

.countertable__infodiv_p {
  color: #777777;
  font-size: 12px;
  padding-bottom: 5px;
  font-weight: 200;
  margin: 0px !important;
}

.countertable__infodiv_p_text {
  color: #777777;
  font-size: 12px;
  padding-bottom: 5px;
  font-weight: normal;
  margin: 0px !important;
}

.issue-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.issue-block-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/** ATTENTION BLOCK **/

.attention {
  width: 100%;
}

.sales-span__blue {
  font-weight: bold;
  border-radius: 3px;
  color: #4183c4;
  background: #4183c41c;
  padding: 2px 4px;
}

.more-info-span__blue {
  margin-top:10px;
  margin-left: 52px;
  border-bottom: 1px dashed #4A83B5;
  color: #4A83B5;
  cursor: pointer;
  margin-right: 30px;
}

.sales-span__red {
  font-weight: bold;
  border-radius: 3px;
  color: #ff6010;
  background: #fce8d8;
  padding: 2px 4px;
}

.attention-blue__container {
  padding: 10px;
  background-color: rgb(228, 246, 255);
  border: 1px solid #C8D8E2;
  font-weight: 100;
  border-radius: 10px;
  color: #4a83b5;
  font-size: 14px;
}

.attention-blue__container h3 {
  color: #4A83B5;
  font-weight: normal;
  margin-top: 2px !important;
  margin-bottom: 5px !important;
  font-size: 20px;
  margin: 0px;
}

.attention-blue__container i {
  color: #4A83B5;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
  font-size: 44px;
}

.attention__container {
  padding: 10px;
  background-color: #FFFCF9;
  border: 1px solid #FCD3B3;
  font-weight: 100;
  border-radius: 10px;
  color: #FFA658;
  font-size: 14px;
}

.attention__container h3 {
  color: #FF9D4D;
  font-weight: normal;
  margin-top: 2px !important;
  margin-bottom: 5px !important;
  font-size: 20px;
  margin: 0px;
}

.attention__container i {
  color: #FF9D4D;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
  font-size: 44px;
}

.attention-red {
  width: 100%;
}

.attention-red__container {
  padding: 10px;
  background-color: rgba(252, 249, 248, 1);
  border: 1px solid #FCD3B3;
  font-weight: 100;
  border-radius: 10px;
  color: rgba(199, 96, 0, 1);
  font-size: 14px;
}

.attention-red__container h3 {
  color: #FF6010;
  font-weight: normal;
  margin-top: 2px !important;
  margin-bottom: 5px !important;
  font-size: 20px;
  margin: 0px;
}

.attention-red__container i {
  color: #FF6010;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 10px;
  font-size: 44px;
}

.no-inherit-icon {
  width: auto !important;
  height: auto !important;
  float: right !important;
  margin-right: 0 !important;
  font-size: 14px !important;
}

.service-details-i {
  float: left;
  font-size: 15px!important;
  cursor: pointer;
  color: #E1924F;
}

.service-details-i2 {
  float: right;
  font-size: 15px!important;
  cursor: pointer;
  color: #3A71A2;
}

.service-details.ng-show {
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  display: block;
}

.service-details.ng-hide {
  transition: all linear 0.4s;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  display: none;
}

.service-details {
  position: absolute;
  padding: 10px 15px 10px 20px;
  top: 100%;
  left: 0px;
  background: #f5f5f5;
  box-shadow: 1px 1px 2px #A4A4A4;
  text-align: justify;
  border-left: 2px solid #9EB6CD;
  width: 280px;
  z-index: 999;
}

.calced-td {
  position: relative;
}

.service-details div {
  color: #333!important;
  text-align: justify;
}

/*товары из интернет-магазина*/

.shop-box-item {
  width: 18%;
  display: inline-block;
  text-align: center;
  padding: 5px;
  border-right: 1px solid #eaeaea;
  height: 90px;
}

.shop-infougra {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  /* margin-top: 90px; */
  height: 70px;
}

.shop-box-cta {
  width: 18%;
  display: inline-block;
  float: right;
  max-width: 270px;
}

.shop-box-cta a {
  padding: 10px 15px;
  background-color: #29abe2;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  clear: both;
  margin-top: 15px;
}

.shop-box-cta i.fa.fa-gift {
  color: #fc0;
  font-size: 48px;
  float: left;
  padding-right: 10px;
}

.shop-box-cta h4 {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
}

.shop-box-item img {
  width: 35%;
  float: left;
  padding-bottom: 20px;
}

.shop-infougra h4 {
  font-weight: 400;
  font-size: 12px;
}

.shop-infougra h3 {
  font-weight: 400;
  margin-bottom: 3px !important;
  margin-top: 3px !important;
}

.shop-box-item a {
  font-weight: 400;
  font-size: 12px;
  color: #333;
  text-decoration: none;
}

.shop-box {
  padding: 10px;
}

.shop-old-price {
  color: #bababa;
  text-decoration: line-through;
  font-size: 12px;
}

.shop-new-price span {
  padding: 3px 15px;
  background-color: #fc0;
  border-radius: 30px;
  font-size: 14px;
}

.shop-discription p {
  text-align: center;
  font-size: 14px;
  color: #555;
}

.logo img {
  width: 60%;
  margin-right: 50px;
  margin-top: 30px;
  position: relative;
  z-index: 10;
}

.banner-box-item {
  display: inline-block;
  padding: 5px;
  /* height: 90px; */
  width: 60%;
  height: 40%;
  margin: 0px auto;
  text-align: center;
  position: absolute;
  top: 0;
  left: -120px;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 1900px) {
  .shop-box-item img {
    width: 90px;
    float: left;
    padding-bottom: 20px;
  }
  .shop-infougra {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    /* margin-top: 90px; */
    height: 35px;
  }
  .banner-box-item {
    display: inline-block;
    padding: 5px;
    /* height: 90px; */
    width: 50%;
    height: 40%;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: -120px;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  .banner-box-item img {
    width: 95px;
    float: left;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .shop-box-cta {
    width: 18%;
    display: inline-block;
    float: right;
    max-width: auto;
  }
  .banner-box-cta {
    width: auto;
    padding-left: 15px;
    display: inline-block;
    float: right;
    font-size: 14px;
    max-width: 700px;
  }
}

.banner-item-delimiter {
  border-right: 1px solid #eaeaea;
  display: inline-block;
  padding: 5px;
  height: 90px;
}

.banner-infougra {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
}

.banner-box-item img {
  width: 95px;
  float: left;
  padding-left: 15px;
  padding-bottom: 20px;
}

.banner-box-cta {
  width: auto;
  padding-left: 15px;
  display: inline-block;
  float: right;
  font-size: 14px;
  max-width: 700px;
}

.banner-box {
  padding: 10px;
  /* width: 1900px; */
  position: relative;
}

.viber-banner-text {
  display: inline-block;
}

.viber-banner-qrcode {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  height: auto;
  padding-top: 20px;
}

.hidden-banner {
  display: none;
}

.policy-wrapper {
  padding: 36px 32px;
}

.policy-wrapper p {
  font-size: 0.85em;
}

.policy-wrapper li {
  font-size: 0.85em;
}

/************************ [INTERNET EXPLORER RETARD 10-11] *******************/

.ie10 .anim-in-out {
  display: hidden!important;
  opacity: 1!important;
}

.ie10 .loading.ng-hide, .loading-popup.ng-hide, .loading-small.ng-hide, .onlinepayfnr__loading.ng-hide {
  display: none!important;
}

.attention-text-color {
  color: rgba(199, 96, 0, 1);
}

.goToTop {
  position: fixed;
  width: 45px;
  height: 45px;
  font-size: 24px;
  bottom: 0;
  left: 265px;
  z-index: 100000;
  border-radius: 4px;
  cursor: pointer;
  background-color: #f3f3f3;
  margin: 10px;
  -moz-opacity: 0.60;
  opacity: .60;
  filter: alpha(opacity=60);
}

.detail-company {
  padding: 8px 10px;
  background-color: #4CAF50;
  cursor: pointer;
  border-radius: 5px;
  color: #fdfdfd;
  margin-right: 20px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.detail-company:hover {
  color: rgb(76, 186, 61);
  background-color: #58D35C;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.company-tr {
  opacity: 1;
}

.company-tr.ng-enter {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.company-tr.ng-enter-active {
  opacity: 1;
}

.issues-message-box {
  position: relative;
  top: 200px;
  left: 50%;
  margin-left: -100px;
  color: rgb(185, 185, 185);
  font-size: 13px;
  text-transform: uppercase;
  width: 200px;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  border: 1px dashed rgb(185, 185, 185);
}

.msg-box {
  color: rgb(185, 185, 185);
  font-size: 13px;
  text-transform: uppercase;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  border: 1px dashed rgb(185, 185, 185);
}

.company-detail-item {
  font-size: 16px !important;
}

.chat-ul {
  list-style-type: none;
}

.chat {
  width: 100%;
  float: left;
  color: #434651;
}

.chat .chat-history {
  padding: 30px 30px 20px;
  border-bottom: 1px solid grey;
  overflow-y: scroll;
  height: 450px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}

.chat .chat-history .message-data {
  margin-bottom: 15px;
}

.chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}

.chat .chat-history .message {
  color: white;
  padding: 10px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 30px;
  width: 90%;
  position: relative;
}

.chat .chat-history .my-message {
  background: #94C2ED;
  width: max-content;
}

.chat .chat-history .other-message {
  background: #86BB71;
  width: max-content;
}

.chat .chat-history .other-message:after {
  border-bottom-color: #86BB71;
  left: 93%;
}

.chat .chat-message {
  padding: 30px;
}

.chat .chat-message textarea {
  width: 93%;
  /* border: none; */
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 4px;
  resize: none;
}

.chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
  font-size: 16px;
  color: gray;
  cursor: pointer;
}

.online, .offline, .me {
  margin-right: 3px;
  font-size: 10px;
}

.online {
  color: #94C2ED;
}

.offline {
  color: #E38968;
}

.me {
  color: #86BB71;
}

.align-left {
  text-align: left;
}

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

.float-right {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.detail-information-block {
  border-collapse: collapse;
}

.info-cell-bot-border {
  border-bottom: 1px solid grey;
}

.info-cell-left-border {
  border-left: 1px solid grey;
}

.button-bonus-cancel:hover {
  background-color: rgb(211, 88, 88);
  transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
}

.button-bonus-cancel {
  background-color: rgb(175, 76, 76);
  cursor: pointer;
  border-radius: 4px;
  box-shadow: 1px 1px 0px rgb(114, 62, 62);
  border-top: 1px solid rgb(234, 179, 179);
  border-left: 1px solid rgb(202, 150, 150);
  transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
}

.detail-payment-history {
  width: 1400px; 
  margin-left: -700px;
}

.post-back-button {
  padding: 8px 16px;
  border-radius: 2px;
  color: #9B9B9B;
  border: 1px solid #C7C7C7;
  box-shadow: 0px 0px 0px;
  text-decoration: none;
}
.post-back-button:hover {
  box-shadow: 0px 0px 3px;
  transition: box-shadow 0.1s ease-in-out;
}
.post-controls {
  padding-bottom: 25px;
}
.post {
  margin-left: 15px;
  margin-right: 20px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  font-family: Noto-Sans, sans-serif !important;
}
.post-title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.8em;
  font-weight: 500;
  color: #474747;
}
.post-meta {
  font-size: 14px;
  color: #5f5f5f;
  font-weight: 500;
}
.post-content {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  color: #222;
  align-items: center;
  max-width: 900px;
  font-family: Noto-Sans, sans-serif !important;
}
.post-content::before {
  content: "";
  display: block;
  margin-bottom: 25px;
  border-top: 1px solid #00000079;
}
.post-content::after {
  content: "";
  display: block;
  margin-top: 25px;
  border-top: 1px solid #00000079;
}
.post-content h1, h2 {
  font-weight: 600;
}
.post-content h3 {
  font-size: 1.5rem;
  font-weight: 500;
}
.post-content h4 {
  font-size: 1.25rem;
  font-weight: 500;
}
.post-content blockquote {
  margin-left: 1rem;
  border-left: solid 1px grey;
  padding-left: .5rem;
  padding-top: .2rem;
}
.post-content table {
  border-collapse: collapse;
}
.post-content table td {
  border: 1px solid;
  padding: 5px;
}
.post-content ul, ol {
  padding-left: 17px;
}
.post-not-found {
  display: flex;
  margin-top: 100px;
  flex-direction: column;
  align-items: center;
  font-family: Noto-Sans, sans-serif !important;
  font-size: 18px;
  font-weight: 500;
  color: #3B3B3B;
}
.post-not-found > h1 {
  font-size: 1.9em;
  font-family: Noto-Sans, sans-serif !important;
}
.post-tag {
  border-radius: 4px;
  font-size: .75rem;
  display: inline-flex;
  white-space: nowrap;
  justify-content: center;
  line-height: 1.5;
  height: 2em;
  padding-left: .75em;
  padding-right: .75em;
  align-items: center;
}
.post-tag.is-new {
  background-color: #f14668;
  font-weight: 700;
  color: #fff;
}

.news-top-menu {
  display: flex;
  margin-left: 50px;
  margin-right: 50px;
  padding: 25px;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
  font-family: Noto-Sans, sans-serif !important;
  overflow-x: auto;
}
.news-top-menu ul {
  border-bottom: 1px solid;
  border-color: #dbdbdb;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  display: flex;
  list-style: none;
  justify-content: center;
  white-space: nowrap;
  padding: .5em 1em;
}
.news-top-menu li a {
  padding: .5em 1em;
  /* cursor: pointer; */
  text-align: center;
  font-size: 16px;
  vertical-align: top;
}
.news-top-menu li.is-active a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #1DA6D8;
  color: #1DA6D8;
}
.news-top-menu a:hover {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #363636;
  color: #363636;
}

.news-content-container {
  margin-left: 50px;
  margin-right: 50px;
}
.news-post-list {
  display: flex;
  flex-direction: column;
}
.news-post {
  border: 1px solid #d4d4d4;
  margin-top: 25px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  font-family: Noto-Sans, sans-serif !important;
  box-shadow: 0px 0px 5px #0000001c;
  transition: box-shadow 0.1s ease-in-out;
  max-width: 1500px;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
.news-post:hover {
  box-shadow: 0px 0px 8px #00000044;
  transition: box-shadow 0.1s ease-in-out;
}
.news-post-author {
  background-color: #3298dc;
  font-weight: 500;
  padding: 5px 8px;
  margin-right: 10px;
  border-radius: 4px;
  color: #fff;
}
.news-post-header {
  font-size: 1.4em;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  color: #474747;
}
.news-post-content {
  padding-top: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.9;
}
.news-post-meta {
  font-size: 12px;
  display: flex;
  padding-top: 15px;
  justify-content: flex-end;
  align-items: center;
  font-weight: 400;
  color: #636363;
}
.news-post-meta-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-post-meta.start {
  display: flex;
  justify-content: flex-start;
}
.news-post-meta.end {
  display: flex;
  justify-content: flex-end;
}
.news-post-list-error {
  margin-top: 150px;
  display: flex;
  font-family: Noto-Sans, sans-serif !important;
  font-size: 18px;
  color: #3B3B3B;
  font-weight: 500;
  justify-content: center;
}

.new-posts-counter {
  border-radius: 4px;
  color: #fff;
  text-transform: none;
  vertical-align: baseline;
  font-weight: 500;
  margin-left: 5px;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  background-color: #f14668;
}

.read-all-news-button {
  float: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 5px;
  cursor: pointer;
}

.popup-warning-issue-header {
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  background: #3C74A6;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.login-loader {
  -webkit-animation: loader-keyframe 1.4s infinite linear;
  animation: loader-keyframe 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes loader-keyframe {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-keyframe {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Styles for Error Message */

.error-onlinepayment-message {
  padding-bottom: 10px;
  color: rgb(211, 88, 88);
  font-size: 14px;
}



/* New Panel - EPD Notification Welcome Pop-Up Window */

.pop-epd-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  margin-top: 10px;
}

.pop-epd-list-item, .pop-epd-list-item-calc {
  font-size: 12px;
  color: #717171;
  font-weight: 100;
  width: 300px;
  padding: 15px 10px 8px 25px;
  text-align: end;
  height: 10px;
}

.pop-epd-unsubmitted-email {
  font-size: 14px;
  color: #FAC710;;
  /* font-weight: bold; */
}

.pop-epd-info-link {
  font-size: 12px;
  color: whitesmoke;
  text-decoration: none;
  border-bottom: 1px dashed #B6B6B6;
  transition: color 0.5s linear, border-color 0.5s linear;
  -webkit-transition: color 0.5s linear, border-color 0.5s linear;
  -moz-transition: color 0.5s linear, border-color 0.5s linear;
  -ms-transition: color 0.5s linear, border-color 0.5s linear;
}

.pop-epd-info-link-success {
  color: #00DA00!important;
  font-size: 12px;
}

.pop-epd-confirmed-email {
  color: #00DA00;
}

.pop-up-window-content-welcome#epd-denied {
  height: 100px;
  background-color: #4A83B51C;
}

.pop-up-window-content-welcome#epd-main {
  height: 320px;
}

.pop-up-window-content-welcome#epd-change {
  height: 410px;
}

/* Main Window - Terms of Use */

div#maindiv {
  height: 300px;
  /* overflow: auto; */
  text-align: -webkit-center;
}

.pop-epd-checkbox { 
  display: inline-block; 
}

.pop-epd-checkbox #text { 
  display: inline; 
  color: #216992;
}

.pop-epd-terms-of-use#content {
  height: 310px;
  width: 100%;
  padding: 5px;
  background-color: whitesmoke;
  /* overflow: scroll; */
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-radius: 0.28571429rem;
}

.pop-up-terms-of-use-button, .pop-up-terms-of-use-button-close-no {
  float: right;
  margin: -75px -20px 0px 0px;
}

/*  */



.epd-table-items {
  text-align: -webkit-center;
}

.epd-list-item-checkbox {
  width: 75px;
  text-align: -webkit-center;
}

#epd-red-cross {
  color: #216992;
}

#epd-red-cross:hover, #epd-red-cross:active{
  color: #fff;
}

/*  */

td#history-state:hover, td#history-state:active{
  color: gray;
}

td#history-sended-epd:hover, td#history-sended-epd:active {
  color: gray;
}

/* .pop-up-terms-of-use-button-close-no button{
  color: #E4E4E4;
}

.pop-up-terms-of-use-button-close-no:hover, .pop-up-terms-of-use-button-close-no:active {
  color: rgb(183, 33, 54);
} */

.button-active-no:hover {
  background-color: rgb(183, 33, 54);
  color:white;
  transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
}

.button-active-no {
  background-color: #A2A2A2;
  color:rgba(0, 0, 0, 0.9);
  cursor: pointer;
  border-radius: 4px;
  box-shadow: #A0A0A0;
  border-top: 1px solid #A0A0A0;
  border-left: 1px solid #A0A0A0;
  transition: background-color 0.5s linear;
  -webkit-transition: background-color 0.5s linear;
  -moz-transition: background-color 0.5s linear;
  -ms-transition: background-color 0.5s linear;
}

.pop-up-window-modal-warning-recalc-alert {
  width: 600px;
  /* height: 30%; */
  bottom: 45%;
  top: 35%;
  left: 50%;
  margin-top: -50px;
  margin-left: -300px;
  position: absolute;
  color: #b58105;
  background-color: #fff8db;
  /* background-color: #4A83B5; */
  z-index: 9999;
  border-radius: 3px;
  box-shadow: 0px 0px 5px #a6a6a6;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

#rc_alert_ok{
  background-color: #b58105;
}

#rc_alert_ok:hover, #rc_alert_ok:active{
  background-color: #e8b333;
}

.ng-hide {
  display: none !important;
}

.unified-info {

}

.unified-info section{
  margin-bottom: 20px;
}

.unified-info h2{
  font-size: 20px;
  color: #333;
  scroll-margin-top: calc(40px + 10px);
  margin-bottom: 10px;
}

.unified-info h3{
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}

.unified-info ul, ol{
  padding-left: 17px;
  margin-left: 25px;
  margin-bottom: 20px;
}

.unified-info li{
  font-size: 14px;
  margin-bottom: 5px;
}

.unified-info a {
  text-decoration: none;
  color: #4A83B5;
}

.promo-video {
  width: 180px;        /* Фиксированная маленькая ширина */
  height: 320px;       /* Соответствующая высота для 9/16 */
  flex-shrink: 0;      /* Не сжимается */
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
