/* Font */

@font-face{
  font-family:'Effra Corp';
  src:url(../fonts/effra_corp_md-webfont.eot);
  src:url(../fonts/effra_corp_md-webfont.eot?#iefix) format('embedded-opentype'),
      url(../fonts/effra_corp_md-webfont.woff) format('woff'),
      url(../fonts/effra_corp_md-webfont.ttf) format('truetype'),
      url(../fonts/effra_corp_md-webfont.svg#effra_corpmedium) format('svg');
  font-weight:700;
  font-style:normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'Effra Corp';
    src: url('../fonts/effra_corp_md-webfont.svg#effra_corpmedium') format('svg');
    font-weight:700;
    font-style:normal;
  }
}

@font-face{
  font-family:'Effra Corp';
  src:url(../fonts/effra_corp_rg-webfont.eot);
  src:url(../fonts/effra_corp_rg-webfont.eot?#iefix) format('embedded-opentype'),
      url(../fonts/effra_corp_rg-webfont.woff) format('woff'),
      url(../fonts/effra_corp_rg-webfont.ttf) format('truetype'),
      url(../fonts/effra_corp_rg-webfont.svg#effra_corpregular) format('svg');
  font-weight:400;
  font-style:normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'Effra Corp';
    src: url('../fonts/effra_corp_rg-webfont.svg#effra_corpregular') format('svg');
    font-weight:400;
    font-style:normal;
  }
}

@font-face {
	font-family: 'FontAwesome';
	src: url('https://static.kcell.kz/fonts/fontawesome-webfont.eot?v=3.2.1');
	src: url('https://static.kcell.kz/fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('https://static.kcell.kz/fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('https://static.kcell.kz/fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('https://static.kcell.kz/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Common styles */

.full-width {
  width: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
}

.round {
  border-radius: 50%;
}

.brand-gradient-horizontal, .separator .background, .separator-no-margin .background, .main-carousel h3 {
  background: #ee255c;
  background: -moz-linear-gradient(left,  #2c2e8c 0%, #9f248f 35%, #ee255c 65%, #f37021 85%, #faa61a 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2c2e8c), color-stop(35%,#9f248f), color-stop(65%,#ee255c), color-stop(85%,#f37021), color-stop(100%,#faa61a));
  background: -webkit-linear-gradient(left,  #2c2e8c 0%,#9f248f 35%,#ee255c 65%,#f37021 85%,#faa61a 100%);
  background: -o-linear-gradient(left,  #2c2e8c 0%,#9f248f 35%,#ee255c 65%,#f37021 85%,#faa61a 100%);
  background: -ms-linear-gradient(left,  #2c2e8c 0%,#9f248f 35%,#ee255c 65%,#f37021 85%,#faa61a 100%);
  background: linear-gradient(to right,  #2c2e8c 0%,#9f248f 35%,#ee255c 65%,#f37021 85%,#faa61a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9166f', endColorstr='#ef413d',GradientType=1 );
}

.brand-gradient-top-right {
  background: #ee255c;
  background: -moz-linear-gradient(45deg,  #2c2e8c 0%, #9f248f 35%, #ee255c 65%, #f37021 85%, #faa61a 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#2c2e8c), color-stop(35%,#9f248f), color-stop(65%,#ee255c), color-stop(85%,#f37021), color-stop(100%,#faa61a));
  background: -webkit-linear-gradient(45deg,  #2c2e8c 0%,#9f248f 35%,#ee255c 65%,#f37021 85%,#faa61a 100%);
  background: -o-linear-gradient(45deg,  #2c2e8c 0%,#9f248f 35%,#ee255c 65%,#f37021 85%,#faa61a 100%);
  background: -ms-linear-gradient(45deg,  #2c2e8c 0%,#9f248f 35%,#ee255c 65%,#f37021 85%,#faa61a 100%);
  background: linear-gradient(45deg,  #2c2e8c 0%,#9f248f 35%,#ee255c 65%,#f37021 85%,#faa61a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9166f', endColorstr='#ef413d',GradientType=1 );
}

@media (min-width: 768px) {
  .brand-gradient-horizontal-sm-plus {
    background: #ee255c;
    background: -moz-linear-gradient(left,  #2c2e8c 0%, #9f248f 35%, #ee255c 65%, #f37021 85%, #faa61a 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2c2e8c), color-stop(35%,#9f248f), color-stop(65%,#ee255c), color-stop(85%,#f37021), color-stop(100%,#faa61a));
    background: -webkit-linear-gradient(left,  #2c2e8c 0%,#9f248f 35%,#ee255c 65%,#f37021 85%,#faa61a 100%);
    background: -o-linear-gradient(left,  #2c2e8c 0%,#9f248f 35%,#ee255c 65%,#f37021 85%,#faa61a 100%);
    background: -ms-linear-gradient(left,  #2c2e8c 0%,#9f248f 35%,#ee255c 65%,#f37021 85%,#faa61a 100%);
    background: linear-gradient(to right,  #2c2e8c 0%,#9f248f 35%,#ee255c 65%,#f37021 85%,#faa61a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9166f', endColorstr='#ef413d',GradientType=1 );
  }
}

.slow-animated {
  -o-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.panel-group .panel-title a .chevron-down {
  padding: 5px;
  color: white;
  background-color: #ee255c;
  border-radius: 50%;
  margin-right: 5px;
}

.brand-4-circles {
  color: white;
}

.brand-4-circles > div {
  width: 50%;
  padding-bottom: 50%;
  position: relative;
  float: left;
}

@media (min-width: 768px) {
  .brand-4-circles > div {
    width: 25%;
    padding-bottom: 25%;
  }
}

@media (min-width: 1200px) {
  .brand-4-circles > div {
    width: 242px;
    padding-bottom: 242px;
    margin-left: 40px;
  }
}

.brand-4-circles > div > div {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border-radius: 50%;
}

.circle-1-4, .circle-4-4 {
  background: #d02478;
  background: -moz-linear-gradient(45deg, #93258f 0%, #f3304f 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#93258f), color-stop(100%,#f3304f));
  background: -webkit-linear-gradient(45deg, #93258f 0%,#f3304f 100%);
  background: -o-linear-gradient(45deg, #93258f 0%,#f3304f 100%);
  background: -ms-linear-gradient(45deg, #93258f 0%,#f3304f 100%);
  background: linear-gradient(45deg, #93258f 0%,#f3304f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93258f', endColorstr='#f3304f',GradientType=1 );
}

.circle-2-4 {
  background: #f36527;
  background: -moz-linear-gradient(45deg, #e92462 0%, #faa61a 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#e92462), color-stop(100%,#faa61a));
  background: -webkit-linear-gradient(45deg, #e92462 0%,#faa61a 100%);
  background: -o-linear-gradient(45deg, #e92462 0%,#faa61a 100%);
  background: -ms-linear-gradient(45deg, #e92462 0%,#faa61a 100%);
  background: linear-gradient(45deg, #e92462 0%,#faa61a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e92462', endColorstr='#faa61a',GradientType=1 );
}

.circle-3-4 {
  background: #69288f;
  background: -moz-linear-gradient(45deg, #2c2e8c 0%, #aa248b 100%);
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#2c2e8c), color-stop(100%,#aa248b));
  background: -webkit-linear-gradient(45deg, #2c2e8c 0%,#aa248b 100%);
  background: -o-linear-gradient(45deg, #2c2e8c 0%,#aa248b 100%);
  background: -ms-linear-gradient(45deg, #2c2e8c 0%,#aa248b 100%);
  background: linear-gradient(45deg, #2c2e8c 0%,#aa248b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2e8c', endColorstr='#aa248b',GradientType=1 );
}

@media (min-width: 768px) {
  .circle-1-4 {
    background: #342d8c;
    background: -moz-linear-gradient(left, #2c2e8c 0%, #6f2e8c 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2c2e8c), color-stop(100%,#6f2e8c));
    background: -webkit-linear-gradient(left, #2c2e8c 0%,#6f2e8c 100%);
    background: -o-linear-gradient(left, #2c2e8c 0%,#6f2e8c 100%);
    background: -ms-linear-gradient(left, #2c2e8c 0%,#6f2e8c 100%);
    background: linear-gradient(to right, #2c2e8c 0%,#6f2e8c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2e8c', endColorstr='#6f2e8c',GradientType=1 );
  }

  .circle-2-4 {
    background: #9f248f;
    background: -moz-linear-gradient(left, #92278f 0%, #cf128c 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#92278f), color-stop(100%,#cf128c));
    background: -webkit-linear-gradient(left, #92278f 0%,#cf128c 100%);
    background: -o-linear-gradient(left, #92278f 0%,#cf128c 100%);
    background: -ms-linear-gradient(left, #92278f 0%,#cf128c 100%);
    background: linear-gradient(to right, #92278f 0%,#cf128c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92278f', endColorstr='#cf128c',GradientType=1 );
  }

  .circle-3-4 {
    background: #ee255c;
    background: -moz-linear-gradient(left, #d9166f 0%, #ef413d 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d9166f), color-stop(100%,#ef413d));
    background: -webkit-linear-gradient(left, #d9166f 0%,#ef413d 100%);
    background: -o-linear-gradient(left, #d9166f 0%,#ef413d 100%);
    background: -ms-linear-gradient(left, #d9166f 0%,#ef413d 100%);
    background: linear-gradient(to right, #d9166f 0%,#ef413d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9166f', endColorstr='#ef413d',GradientType=1 );
  }

  .circle-4-4 {
    background: #f37021;
    background: -moz-linear-gradient(left, #f04e23 0%, #faa61a 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f04e23), color-stop(100%,#faa61a));
    background: -webkit-linear-gradient(left, #f04e23 0%,#faa61a 100%);
    background: -o-linear-gradient(left, #f04e23 0%,#faa61a 100%);
    background: -ms-linear-gradient(left, #f04e23 0%,#faa61a 100%);
    background: linear-gradient(to right, #f04e23 0%,#faa61a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04e23', endColorstr='#faa61a',GradientType=1 );
  }
}

.brand-color-pink {
  color: #ee255c;
}

/* widths */

.width-xs-1 {
  width: 100%;
}
.width-xs-2 {
  width: 50%;
}
.width-xs-3 {
  width: 33.3333%;
}
.width-xs-4 {
  width: 25%;
}
.width-xs-5 {
  width: 20%;
}
.width-xs-6 {
  width: 16.6666%;
}
.width-xs-7 {
  width: 14.2857%;
}
.width-xs-8 {
  width: 12.5%;
}
.width-xs-9 {
  width: 11.1111%;
}
.width-xs-10 {
  width: 10%;
}

@media (min-width: 768px) {
  .width-sm-1 {
    width: 100%;
  }
  .width-sm-2 {
    width: 50%;
  }
  .width-sm-3 {
    width: 33.3333%;
  }
  .width-sm-4 {
    width: 25%;
  }
  .width-sm-5 {
    width: 20%;
  }
  .width-sm-6 {
    width: 16.6666%;
  }
  .width-sm-7 {
    width: 14.2857%;
  }
  .width-sm-8 {
    width: 12.5%;
  }
  .width-sm-9 {
    width: 11.1111%;
  }
  .width-sm-10 {
    width: 10%;
  }
}

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}

.h3-mbottom-20 h3 {
  margin-bottom: 20px;
}

/* End of Common styles */


.container {
  min-width: 320px;
}

/* Padding for fixed header */
@media (min-width: 768px) {
  main {
    padding-top: 166px;
  }
}

.feedbackCorner_kk {
  display: none;
}

@media (min-width: 992px) {
  .container>.navbar-header {
    margin-left: 0;
    margin-right: 0;
  }
  .feedbackCorner_kk {
    display: block;
    background-image: url('https://static.kcell.kz/images/activ/consultant.png');
    position: fixed;
    height: 306px;
    font-size: 13px;
    font-weight: bold;
    right: 0px;
    top: 400px;
    width: 129px;
    padding-top: 70px;
    color: #fff;
    text-decoration: none;
    z-index: 99999;
  }
  .feedbackCorner_kk .consultant {
    width: 85px;
    text-align: center;
    display:block;
    float: right;
  }
}


/* Fallback for svg */
body.no-svg svg, body.no-svg svg text {
  display: none;
}

.svg-alttext {
  display: none;
}

body.no-svg .svg-alttext {
  display: block;
}

/* Navigation */
.navbar {
  margin-bottom: 0;
}

.navbar-fixed-top {
  border-width: 0;
}

@media (max-width: 767px) {
  .navbar-fixed-top {
    position: relative;
  }
  .topnav .navbar-nav.nav-selections .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
  }
  .topnav .navbar-nav.nav-selections {
    max-width: 75%;
    max-width: calc(100% - 74px);
  }
  .topnav .navbar-nav.nav-selections .nav-region-select {
    max-width: 70%;
    max-width: calc(100% - 71px);
  }
  .nav-region-select .btn-group, .nav-region-select .btn-group button {
    max-width: 100%;
  }
  .nav-region-select .region-name {
    display: inline-block;
    width: 80%;
    width: calc(100% - 20px);
  }
}

.navbar-header {
  float: left;
}

.navbar>.container .navbar-brand {
  margin: 0;
  padding: 15px 15px 0 15px;
}

@media (min-width: 992px) {
  .navbar>.container .navbar-brand {
    margin: 0 30px 0 0;
  }
}

.navbar-brand {
  height: auto;
}

.xs-search {
  display: block;
  float: right;
  font-size: 21px;
  padding: 15px 15px 7px 15px;
  color: #a9a9a9;
}

.xs-search:hover {
  color: #666666;
}

.navbar-default {
  background: white;
}

.navbar-default .navbar-toggle {
  clear: right;
  margin: 0 -15px 0 0;
  padding: 15px;
  border: 0;
  border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #666666;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #a9a9a9;
  width: 30px;
  height: 4px;
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .container>.navbar-collapse {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .topnav {
    margin-top: 8px;
  }
}

.main-nav {
  position: absolute;
  background-color: #9f248f;
  width: 90%;
  width: calc(100% - 60px);
  border: 0;
}

#menu-fog {
  position: fixed;
  background-color: rgba(255,255,255,0.75);
  z-index: 1029;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.navbar-fixed-top .navbar-collapse.main-nav {
  max-height: none;
}

.main-nav .nav-sections {
  margin: 50px -15px 15px -15px;
}

.main-sub-nav {
  margin-top: 110px;
  margin-bottom: 0;
  min-height: 8px;
}

.main-nav>ul>li>a {
  font-weight: bold;
  font-size: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-nav>ul>li>a {
    font-size: 19px;
  }
}

.main-nav li.hdots {
  height: 10px;
  background: url('../imgs/dots-h-xs-30x2@2x.png') 0 50% repeat-x;
  background-size: 30px 2px;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .main-nav {
    z-index: 1030;
  }
  .main-sub-nav.panel-group .panel .panel-body h4 {
    margin: 0;
  }
  .main-sub-nav.panel-group .panel .panel-body a {
    display: block;
  }
  .main-sub-nav.panel-group .panel .panel-body h4 a {
    padding: 9px 15px 8px 15px;
    border-bottom: solid 1px white;
    font-size: 19px;
  }
  .main-sub-nav.panel-group .panel .panel-body h4 a .fa {
    font-size: 16px;
    line-height: 22px;
  }
  .main-sub-nav.panel-group .panel .panel-body ul {
    background-color: white;
  }
  .main-sub-nav.panel-group .panel .panel-body li {
    border-top: dotted 2px #a9a9a9;
    margin: 0 15px;
  }
  .main-sub-nav.panel-group .panel .panel-body li:first-child {
    border-top: none;
  }
  .main-sub-nav.panel-group .panel .panel-body li a {
    color: #9f248f;
    font-size: 15px;
    padding: 5px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-nav .nav-sections {
    height: 35px;
  }
}

@media (min-width: 768px) {
  .main-nav {
    position: static;
    background-color: transparent;
    width: auto;
    margin-top: 113px;
  }

  .main-nav .nav-sections {
    margin: 0;
  }

  .main-nav ul {
    text-align: justify;
    font-size: 0.1px;
    width: 584px;
  }

  .main-nav ul li {
    display: inline-block;
    float: none;
  }

  .main-nav ul:after {
    content: '';
    width: 100%;
    display: inline-block;
  }

  .main-nav>ul>li>a {
    padding: 7px 5px 3px 5px;
  }

  .main-nav>ul>li:last-child>a {
    padding-right: 15px;
  }

  .main-sub-nav {
    position: relative;
    margin: 0;
    clear: both;
  }

  .main-sub-nav-row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .main-sub-nav {
    margin-top: 0;
    min-height: 18px;
  }

  .main-sub-nav:before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    border-top: 10px solid white;
    border-right: 10px solid transparent;
    display: block;
    content:" ";
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
  }

  .main-sub-nav:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border-top: 10px solid white;
    border-left: 10px solid transparent;
    display: block;
    content:" ";
    -o-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
  }

}

@media (min-width: 992px) {
  .main-nav {
    margin-top: 110px;
  }
  .main-nav ul {
    width: 770px;
  }
  .main-nav>ul>li>a {
    padding: 6px 5px 4px 5px;
  }
}

@media (min-width: 1200px) {
  .main-nav ul {
    width: 970px;
  }
}

.main-sub-nav .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.main-sub-nav.panel-group .panel {
  margin: 0;
}

.main-sub-nav.panel-group .panel .panel-body {
  border: 0;
  padding: 0;
  margin: 0;
  color: white;
}

@media (min-width: 768px) {
  .main-sub-nav.panel-group .panel .panel-body{
    padding: 30px 0 20px 0;
  }
}

@media (min-width: 1200px) {
  .main-sub-nav.panel-group .panel .panel-body .row > div {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .main-sub-nav .panel.subnav-left-border {
    border-left: 3px dotted white;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-image: url(../imgs/dots-v-xs-3x50@2x.png) 0 6 round;
  }
}

.main-sub-nav h4 {
  font-weight: normal;
}

.main-sub-nav  ul {
  padding: 0;
  margin: 0;
}

.main-sub-nav li {
  list-style: none;
}

.main-sub-nav li a {
  font-size: 13px;
}

.main-sub-nav a {
  color: white;
}

.navbar-nav.nav-selections {
  margin: 15px -15px 0 0;
}

@media (min-width: 768px) {
  .navbar-nav {
    margin: 0;
  }
  .navbar-nav.nav-selections {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .navbar-nav.nav-selections {
    margin-top: 11px;
  }
}

.nav-sections span.svg-alttext {
  font-size: 26px;
  padding-top: 6px;
}

.textgradient1-5 {
  color: #dc004f;
}

.textgradient2-5 {
  color: #cc0057;
}

.textgradient3-5 {
  color: #b60063;
}

.textgradient4-5 {
  color: #a1006e;
}

.textgradient5-5 {
  color: #8f0079;
}

.textgradient1-6 {
  color: #2d2e8c;
}

.textgradient2-6 {
  color: #711584;
}

.textgradient3-6 {
  color: #a40372;
}

.textgradient4-6 {
  color: #e1004b;
}

.textgradient5-6 {
  color: #f34f30;
}
.textgradient6-6 {
  color: #faa51a;
}

.nav-sections li>a {
  padding-top: 10px;
  padding-bottom: 8px;
}

.nav-sections li>a>.fa-chevron-right {
  color: white;
  font-size: 18px;
  margin-top: 7px;
}

.nav-sections li>a.active, .nav-sections li>a.active:hover {
  background-color: white;
}

.nav-sections li>a.active>.fa-chevron-right {
  color: #a9a9a9;
}

.navbar-search {
  font-size: 33px;
}

.navbar-search li>a {
  padding-top: 12px;
}



.navbar-default .dropdown-toggle {
  background-color: transparent;
  border: 0;
}

.navbar-default .open .dropdown-toggle {
  color: #a9a9a9;
}

.dropdown-toggle .glyphicon.glyphicon-chevron-down {
  top: 3px;
}

.navbar-default .dropdown-toggle {
  padding: 10px 15px;
}
.dropdown-toggle .glyphicon.glyphicon-chevron-down {
  margin-left: 6px;
}

.navbar-default .dropdown-toggle {
  color: #a9a9a9;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navbar-default .navbar-nav.navbar-right.mini-nav {
  margin-right: 0px;
}

.navbar-default .mini-nav {
  float: right;
  margin: 0;
}

.navbar-default .mini-nav > li, .navbar-default .nav-selections, .navbar-default .nav-selections > li {
  float: left;
}

.navbar-default .mini-nav>li>a {
  color: #646464;
  padding: 10px 9px;
}

.mini-nav .badge {
  padding: 4px 5px 5px 5px;
  border-radius: 15px;
  font-size: 20px;
  height: 30px;
  background-color: #ffffff;
  color: #e1004b;
}

@media (min-width: 768px) {
  .mini-nav .badge {
    color: #ffffff;
    background-color: #b7b7b7;
  }
  .navbar-default .mini-nav {
    margin-top: 10px;
  }
  .navbar-default .mini-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar-default .mini-nav>li>a:hover .badge {
    background-color: #b72d87;
  }
}

.mini-nav .badge-label {
  position: relative;
  top: -4px;
  margin-left: 6px;
}

.search-form {
  margin-top: 14px;
}

.animated {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.95);
    transform: scale(.95);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}




/* Main carousel */

.bubble {
  border-radius: 50%;
  position: absolute;
}

.main-carousel {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .main-carousel {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Main carousel dots */

.main-carousel .carousel-indicators {
  position: static;
  width: 100%;
  margin: 5px 0 0 0;
}

.main-carousel .carousel-indicators li {
  border: 0;
  margin: 5px;
}

.main-carousel .carousel-indicators li.active {
  width: 10px;
  height: 10px;
}

@media (min-width: 768px) {
  .main-carousel .carousel-indicators li.active {
    background: transparent;
  }

  .main-carousel .carousel-indicators li:first-child {
    border-left: none;
  }
}

.indicator-dot, .main-carousel .carousel-indicators li .indicator-dot {
  background-color: #b4b4b4;
  border-radius: 10px;
  width: 10px;
  height: 10px;
}

.indicator-dot:active, .main-carousel .carousel-indicators li.active .indicator-dot {
  background-color: #e1004b;
}

.refill {
	background: url('/themes/wooppay_5/for_activ/imgs/refill.png') 50% -5px no-repeat;
  background-size: contain;
  height: 100px;
}
.newcustomers {
  background: url('/themes/wooppay_5/for_activ/imgs/newbie.png') 50% 0 no-repeat;
  background-size: contain;
  height: 100px;
}
.hidden-number {
	background: url('/themes/wooppay_5/for_activ/imgs/hidden.png') 50% 0 no-repeat;
  background-size: contain;
  height: 100px;
}
.fun {
	background: url('/themes/wooppay_5/for_activ/imgs/fun.png') 50% 0px no-repeat;
  background-size: contain;
  height: 100px;
}
.special-offer {
	background: url('/themes/wooppay_5/for_activ/imgs/discount.png') 50% -17px no-repeat;
  background-size: contain;
  height: 100px;
}
.myactiv-login {
  background: url('/themes/wooppay_5/for_activ/imgs/ics.key.png') 50% 0 no-repeat;
  background-size: contain;
  height: 100px;
}

.main-carousel .item-image {
  background-position: 50% 50%;
  background-size: cover;
  height: 190px;
}

/* Main carousel caption */

.main-carousel .carousel-caption {
  position: static;
  text-align: left;
  text-shadow: none;
  padding: 0;
}

.main-carousel h3 {
  padding: 10px 15px;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  color: white;
}

.main-carousel h4 {
  padding: 0 15px 10px;
  margin: 0;
  background: white;
  color: #646464;
  font-weight: normal;
}

@media (min-width: 768px) {
  .main-carousel .item-image {
    height: 280px;
  }
  .main-carousel .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 0;
    position: absolute;
  }
  .main-carousel h3 {
    display: none;
    border-top: none;
    border-radius: 50%;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 260px;
    height: 260px;
    top: 10px;
    left: -5px;
    color: white;
    background: #faa61a;
    background: -moz-linear-gradient(top, #faa61a 0%, #e1004b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faa61a), color-stop(100%,#e1004b));
    background: -webkit-linear-gradient(top, #faa61a 0%,#e1004b 100%);
    background: -o-linear-gradient(top, #faa61a 0%,#e1004b 100%);
    background: -ms-linear-gradient(top, #faa61a 0%,#e1004b 100%);
    background: linear-gradient(to bottom, #faa61a 0%,#e1004b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa61a', endColorstr='#e1004b',GradientType=0 );
  }
  .main-carousel h3 div {
    height: 260px;
    padding: 35px;
    font-size: 29px;
    display: table-cell;
    vertical-align: middle;
    line-height: 130%;
    font-weight: bold;
  }
  .main-carousel h4 {
    display: none;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 140px;
    left: 254px;
    background: #880e7e;
    background: -moz-linear-gradient(top, #880e7e 0%, #b956b8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#880e7e), color-stop(100%,#b956b8));
    background: -webkit-linear-gradient(top, #880e7e 0%,#b956b8 100%);
    background: -o-linear-gradient(top, #880e7e 0%,#b956b8 100%);
    background: -ms-linear-gradient(top, #880e7e 0%,#b956b8 100%);
    background: linear-gradient(to bottom, #880e7e 0%,#b956b8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#880e7e', endColorstr='#b956b8',GradientType=0 );
  }
  .main-carousel h4 div {
    display: table-cell;
    width: 90px;
    height: 90px;
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    text-shadow: none;
    color: white;
    font-size: 18px;
    line-height: 20px;
  }
  .main-carousel h4 div big {
    font-size: 72px;
    line-height: 30px;
    font-weight: bold;
  }
}

@media (min-width: 992px) {
   .main-carousel .item-image {
    height: 380px;
  }
  .main-carousel h3 {
    width: 350px;
    height: 350px;
    top: 29px;
    left: -20px;
  }
  .main-carousel h3 div {
    height: 350px;
    padding: 50px;
    font-size: 38px;
  }
  .main-carousel h4 {
    width: 120px;
    height: 120px;
    top: 195px;
    left: 333px;
  }
  .main-carousel h4 div {
    width: 120px;
    height: 120px;
    font-size: 24px;
    padding: 25px 20px 15px 20px;
  }
  .main-carousel h4 div big {
    font-size: 112px;
    line-height: 50px;
  }
}

h3 {
  font-weight: normal;
  margin-bottom: 0px;
}

h3.page-title {
  font-weight: bold;
}

ul.plain {
  list-style: none;
  padding: 0;
  line-height: 150%;
}
.plain li a, .plain li a:hover {color: #2c2c2c;}
.separator {
  margin-top: 0px;
  margin-bottom: 8px;
}
.separator.below-title, .page-title {
  margin-top: 0;
}

.separator.below-title-nomargin {
  margin-bottom: 0;
}

.separator.below-title-nomargin .background {
  margin-bottom: 0;
}

.separator .background, .separator-no-margin .background {
  	height: 20px;
	margin-bottom: 10px;
}

.separator .dots, .separator-no-margin .dots {
	height: 20px;
	background-color: transparent;
	background-image: url('../imgs/dots.png');
	background-repeat: repeat-x;
}
.robutton {
  width: 160px;
  height: 160px;
  color: #ffffff;
  margin: 15px 0;
  border-radius: 50%;
  text-align: center;
}

.robutton-small {
	width: 120px;
	height: 120px;
}

.robutton div {
  width: 160px;
  height: 160px;
  padding: 20px;
  line-height: 120%;
  display: table-cell;
  vertical-align: middle;
}

.robutton-small div {
  width: 120px;
  height: 120px;
}

.robutton .glyphicon {
  font-size: 55px;
}

@media (max-width: 480px) {
  .robutton, .robutton div {
    width: 140px;
    height: 140px;
  }
  .robutton div {
    padding: 15px;
  }
  .robutton .glyphicon {
    font-size: 35px;
  }
}

.robutton-left-top {

background: #8d0d7c; /* Old browsers */
background: -moz-linear-gradient(45deg,  #8d0d7c 0%, #bf0063 49%, #e70c45 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#8d0d7c), color-stop(49%,#bf0063), color-stop(100%,#e70c45)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #8d0d7c 0%,#bf0063 49%,#e70c45 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #8d0d7c 0%,#bf0063 49%,#e70c45 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #8d0d7c 0%,#bf0063 49%,#e70c45 100%); /* IE10+ */
background: linear-gradient(45deg,  #8d0d7c 0%,#bf0063 49%,#e70c45 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d0d7c', endColorstr='#e70c45',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

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

}

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

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

}

.robutton-left:hover, .robutton-right:hover {
  background: #faa61a;
}

.news li {
  margin-bottom: 20px;
}

.news .date {
  color: #a8a8a8;
}

.news a {
  color: #333333;
  text-decoration: none !important;
}

.round-thin-gray-border {
  border: solid 1px #dbdbdb;
  border-radius: 10px;
  padding: 0 20px 15px 20px;
}

.my-activ-login input[type=submit] {
  float: right;
  color: #ffffff;
  background: #f37021;
  border: none;
  line-height: 37px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.my-activ-login .form-group:last-child {
  margin-bottom: 0;
}

/* Regions popup */

.regions-dropdown {
  height: 200px;
  overflow: auto;
}

@media (min-height: 470px) {
  .regions-dropdown {
    height: 300px;
    overflow: auto;
  }
}

@media (min-height: 730px) {
  .regions-dropdown {
    height: auto;
    overflow: auto;
  }
}

#regions-popup {
  width: 300px;
  margin: 0 auto;
  display:none;
}

#regions-popup .dropdown-toggle {
  width: 255px;
  border-width: 2px;
  border-color: #a1a1a1;
}

#regions-popup .dropdown-toggle .truncate {
  float: left;
}

#regions-popup .dropdown-toggle .fa {
  float: right;
  color: #f37021;
  line-height: 20px;
}

#regions-popup .dropdown .round-orange-button {
  padding: 0;
}

.round-orange-button {
  float: right;
  color: #ffffff;
  background: #f37021;
  border: none;
  line-height: 34px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 15px;
  font-weight: bold;
}
.pass-request {
  color: #6b6b6b;
  text-decoration: underline;
  margin: 18px 0 8px 0;
  display: inline-block;
}

.join-button {
  margin-top: 15px;
}

footer {
  color: #ffffff;
  font-size: 19px;
}

footer .panel {
  background: transparent;
  margin-bottom: 0;
  border-radius: 0;
}

footer a {
  color: #ffffff;
}

footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (min-width: 768px) {
  a.toggle-collapse-xs {
    cursor: default;
  }

  a.toggle-collapse-xs:hover {
    text-decoration: none;
  }
}

.footer-submenu a {
  display: block;
  line-height: 1.1;
  padding: 9px 15px 8px 15px;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: solid 1px #ffffff;
  font-weight: bold;
}

.footer-submenu a .fa-chevron-right {
  margin-top: 1px;
}

.footer-subitems {
  background-color: white;
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
  padding: 0 15px;
  margin-bottom: 0;
}

.footer-subitems > li {
  border-top: dotted 2px #a9a9a9;
}

.footer-subitems > li:first-child {
  border-top: none;
}

.footer-subitems > li > a {
  display: block;
  color: #9f248f;
  padding: 5px 0;
  font-size: 15px;
  line-height: 21px;
  border-bottom: solid 1px #ffffff;
}

.footer-subitems > li > a:hover {
  color: #9f248f;
}

.up-link {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 120%;
  text-align: center;
}

@media (min-width: 768px) {
  footer {
    font-size: 15px;
  }
  .footer-submenu {
    padding-top: 21px;
  }
  #footer-menu > div {
    border-left: 3px dotted white;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-image: url(../imgs/dots-v-xs-3x50@2x.png) 0 6 round;
  }
  .footer-subitems {
    display: block;
    padding: 0;
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
  }
  .footer-subitems > li {
    border: none;
  }
  .footer-subitems > li > a, .footer-submenu a {
    border-bottom: none;
    padding: 0;
    line-height: inherit;
    color: white;
    margin-left: 0;
    margin-right: 0;
  }
  .footer-subitems > li > a:hover {
    color: white;
  }
  footer {
    padding-top: 29px;
    padding-bottom: 20px;
  }
  .license {
    margin-top: 80px;
  }
}

.centered {
  text-align: center;
}

img.scale-with-grid {
  max-width: 100%; height: auto;
}

img.scale-with-grid-half {
  max-width: 50%; height: auto;
}

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

.small-separator .background {
  height: 6px;
}

.small-separator .dots{
  height: 8px;
  background-color: transparent;
  background-image: url('/themes/wooppay_5/for_activ/imgs/small-dots.png');
  background-repeat: repeat-x;
}

.social {padding: 0;}
.social li {float: left; width: 25%; margin: 3px 0; text-align: center;}
.content-block-left {width: 20%; min-width: 140px; float: left; background-image: url('/themes/wooppay_5/for_activ/imgs/date_bg.png'); background-repeat: no-repeat; min-height: 285px;}
.content-block-middle {width: 65%; float: left; height: 100%;}
.content-block-right {width: 15%; float: left; padding-left: 10px;}
.news_year {color: #ffffff; padding-top: 35px; padding-left: 15px;display: block; }
.news_date {color: #ffffff; padding-top: 10px; padding-left: 10px; text-align: center; position: relative;}
.news_date div {max-width: 115px; valign: middle; text-align: center; align: center; padding-left: 20px;}
.inline-img {margin-top: 10px; margin-bottom: 10px; max-width:100%; height:auto;}

.display-none{display: none;}

.cities-toggle {
  display: block;
  padding: 20px 15px;
}

.clickable {
  cursor: pointer;
}

.office-map-border {
  border: solid 1px #dbdbdb;
  border-radius: 6px;
}

#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CCC;
}

#office-map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.office-cities-list {
  padding-top: 15px;
}

.office-cities-list .panel-body ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.office-cities-list li.city a {
  font-weight: bold;
  display: block;
  padding: 5px;
}

.office-cities-list li.district {
  color: #999;
}

#offices-list {
  padding: 5px 15px;
  list-style: none;
}

#offices-list li {
  border-top: dotted 2px #dbdbdb;
  padding: 10px 0;
}

#offices-list li:first-child {
  border-top: none;
}

#offices-list .fa {
  padding: 5px;
  margin-right: 0;
}

#offices-list .fa + div {
  padding: 5px;
}

#offices-list .fa + div {
  margin-left: 34px;
}

.contacts-circles {
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.contacts-circles .hover {
  font-size: 18px;
}

.contacts-circles .hover small {
  font-weight: normal;
}

.contacts-circles a {
  color: white;
}

.contacts-circles .inner {
  display: table;
  height: 100%;
  width: 100%;
}

.contacts-circles .inner .hover {
  display: none;
}

.contacts-circles .inner:hover .normal {
  display: none;
}

.contacts-circles .inner:hover .hover {
  display: table-cell;
}

.contacts-circles .inner > div {
  display: table-cell;
  vertical-align: middle;
}

.contacts-circles .circle-2-4 a {
  width: 40px;
  height: 36px;
  display: inline-block;
}

#news-date {
  background: url(/imgs/news-date-bg-134x160@2x.png) 0% 0% no-repeat;
  background-size: 134px 160px;
  height: 160px;
  color: white;
}

#news-date .news-date-year {
  position: absolute;
  width: 60px;
  top: 32px;
  left: 15px;
  font-size: 20px;
  text-align: center;
}

#news-date .news-date-daymonth {
  position: absolute;
  top: 58px;
  left: 40px;
  width: 102px;
  font-size: 24px;
  line-height: 110%;
  text-align: center;
}

#news-date .news-date-daymonth .news-date-month {
  font-size: 18px;
}

.orange-accordeon .panel-default .panel-title {
  position: relative;
}

.orange-accordeon .panel-default .panel-heading a {
  display: block;
  color: white;
  padding: 10px 5px;
  text-align: center;
  background: #f37021;
  background: -moz-linear-gradient(top,  #f04e23 0%, #faa61a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f04e23), color-stop(100%,#faa61a));
  background: -webkit-linear-gradient(top, #f04e23 0%, #faa61a 100%);
  background: -o-linear-gradient(top, #f04e23 0%, #faa61a 100%);
  background: -ms-linear-gradient(top, #f04e23 0%, #faa61a 100%);
  background: linear-gradient(to bottom, #f04e23 0%, #faa61a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04e23', endColorstr='#faa61a',GradientType=0 );
}

.orange-accordeon .panel-default .panel-heading a:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #faa61a;
  border-width: 12px;
  margin-left: -12px;
}

.orange-accordeon .panel-default .panel-heading a.collapsed {
  background: #c9c9c9;
}

.orange-accordeon .panel-default .panel-heading a.collapsed:after {
  display: none;
}

.orange-accordeon.panel-group .panel-default .panel-body {
  margin: 0 0 4px 0;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.orange-accordeon.panel-group .panel+.panel {
  margin-top: 1px;
}

#news-months-acc .panel-body {
  padding: 20px 15px 10px 15px;
}

#news-months-acc ul {
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  width: 100px;
}

#news-months-acc li, .news-list li {
  color: #ee255c;
}

#news-months-acc li a, .news-list li a {
  color: #4e4e4e;
}

#news-months-acc li a:hover, .news-list li a:hover {
  color: #ee255c;
}

.news-list ul {
  list-style: none;
  padding: 0;
}

.news-list li {
  margin-bottom: 20px;
}

.news-list .date {
  color: #a8a8a8;
}

.news-list {
  margin-top:10px;
}

.news-list li .active-news {
  color: #ee255c;
  cursor: text;
}

.news-list li .active-news:hover {
  text-decoration: none;
}

.news-list li a {
  cursor: pointer;
}

.news-title {
  margin: 0 0 30px 0;
}

#news-switch {
  text-align: center;
  font-size: 18px;
}

#news-switch .fa {
  color: #a8a8a8;
  padding-top: 19px;
}

#news-switch .day {
  border-radius: 50%;
  background-color: #342d8c;
  color: white;
  padding: 11px 0;
  font-size: 24px;
  display: inline-block;
  width: 55px;
  height: 55px;
}

#news-switch .month-year {
  color: #929292;
}

.registration-missing-div{background-color: #d20157;margin-bottom: 20px; color:#ffffff;	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;border-radius: 5px;font-size: 15px; padding: 10px 15px;}
.registration-missing-div a{color:#ffffff;text-decoration: underline;}
.autopayment-ussd-code{
    display: inline-block;
    color: white;
    font-weight: bold;
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    line-height: 22px;
    position: relative;
    padding: 0 6px;
    left: 0;
}

.tsWarmOrangeGrdHC {
    background: #ff6319;
    background: -moz-linear-gradient(top, #ff9166 0%, #ff6319 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff9166),
    color-stop(100%, #ff6319) );
    background: -webkit-linear-gradient(top, #ff9166 0%, #ff6319 100%);
    background: -o-linear-gradient(top, #ff9166 0%, #ff6319 100%);
    background: -ms-linear-gradient(top, #ff9166 0%, #ff6319 100%);
    background: linear-gradient(top, #ff9166 0%, #ff6319 100%);
}
.autopay-section .side-text-field{line-height:34px;float:left;}
.autopay-section #time.autopay-schedule-params{width:90px !important;}
.autopay-section #scheduleType, .autopay-section .amount-holder,.autopay-section #threshold{width:150px !important;}
#autodow.autopay-schedule-params{margin-left:10px; width:120px !important;}
#autodom.autopay-schedule-params{margin-left:10px; width:50px !important;}
.autopay-section #pincode, .autopay-section #pincodeConfirm {width:120px !important;}
.autopay-section .threshold-group .side-text-field{margin-left: 30px;}
.autopay-section #ruleTypes .radio label{font-weight: bold;}

#roaming-countries .country-select {padding-left: 0;}
#roaming-country-operators table#operators-list tr td.operator-type{text-align: left; font-weight: bold; color: #342D8C;}
#roaming-country-operators table#operators-list th{text-align: center;}

@media (max-width: 767px) {
	.mm-page .blurbox-bodyContent .smaller {
		opacity:0.9;
	}
	.mm-page .blurbox-bodyContent .smaller nav .nav-selections {
		display:none;
	}
	.mm-page .blurbox-bodyContent .smaller .container #main-sub-nav {
		margin-top:60px;
		transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
   	   -moz-transition-duration: 0.5s;
       -ms-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
	}	
	.navbar-fixed-top .container #main-sub-nav {
		transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
   	   -moz-transition-duration: 0.5s;
       -ms-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
	}	
	.mm-page .blurbox-bodyContent .smaller .navbar-brand img {	
		background-repeat: no-repeat; 
		width:37px; 
		height:40px; 
		transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
   	   -moz-transition-duration: 0.5s;
       -ms-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
	}	
	.navbar-fixed-top .container .navbar-header .navbar-brand img {
		transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
   	   -moz-transition-duration: 0.5s;
       -ms-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
	}	
	.mm-page .blurbox-bodyContent .smaller .topnav a .navbar-toggle {
		margin-top:5px; 
	}
	.mm-page .blurbox-bodyContent .smaller .topnav .xs-search {
		margin-top:5px; 
	}
	#content .container > .row:first-child {
		margin-top: 115px;
	}
	.mm-page .blurbox-bodyContent .navbar-fixed-top {
		position:fixed;
	}
	.navbar .container .navbar-brand {
		padding: 10px 15px 0 15px;
	}
}

.spinner {
   position: fixed;
   top: 50%;
   left: 50%;
   margin-left: -50px; 
   margin-top: -50px; 
   text-align:center;
   z-index:1234;
   overflow: auto;
   width: 100px; 
   height: 102px; 
}

.bx-pager {
   display: none;
}

.bx-wrapper .bx-prev {
   float:left;
   text-decoration:none;
}

.bx-wrapper .bx-next {
   float:right;
   text-decoration:none;
}

.bx-prev, .bx-next {
   margin-top: 15px;
   font-size:20px;
}

.bx-wrapper .bx-controls-direction a.disabled {
   display: none;
}

#login-input button {
	width: 100%;
	background-color: #9f248f;
	border-color: #9f248f;
	margin: 10px 0px 20px 0px;
	color: #fff;
}

.notice .info-text {
	font-size: 12px;
}

@media (min-width: 768px) {	
	#login-input {
		padding: 0 30%;
	}
	#temp-pass {
		padding: 0 10%;
	}
} 

@media (max-width: 767px) {
	#login-input {
		padding: 0 20px;
	}	
	.notice #ics-get-password {
		font-size: 24px;
	}
	.notice .mobile-left-text {
		text-align: left;
	}
	#my-activ-tab {
    	margin-top: 40px !important;
	}
} 

#my-activ-tab .nav li {
	width: 100%; 
	padding: 20px 20px;
}

.instruction-circle {
	width: 250px;
	height:250px;
	border-radius: 50%;
	padding: 30px;
	margin: 0 auto;
}

.instruction-circle img {
	width: 120px;
}

#personal-pass {
	background: linear-gradient(to right, #2c2e8c 0%, #9f248f 60%, #ee255c 100%, #f37021 0%, #faa61a 100%);
}

 #addit-code {
	background: linear-gradient(to right, #2c2e8c 0%, #9f248f 0%, #ee255c 0%, #f37021 1%, #faa61a 100%);
}

.instruction-circle text {
	color: #fff;
    position: relative;
    top: 10%;
    font-size: 14px;
    left: 4%;
    line-height: 0.9;
    padding-right: 20px;
}

.instruction-circle text b {
	font-size: 16px;
}

#personal-pass img {
	margin-left: 85%; 
	margin-top: 20%;
}
	
#addit-code img {
	margin-left: 85%; 
	margin-top: -5%;
}

@media screen and (max-width: 767px) { 
	.personal-settings {
	padding: 10px 20px 20px 20px;
	}
}

@media screen and (min-width: 768px) { 
 	#ics-login-circles {
		margin: 20px 0px 50px 0px;
	} 
	 #personal-pass {
		float: right;
		margin-right: 50px;
	 }
	 #addit-code {
	 	margin-left: 50px;
	 }
}

@media (max-width: 400px) {
 	.instruction-circle {
		width: 230px !important;
		height: 230px !important;
	}
	.instruction-circle img {
		width: 100px;
	}
}

@media (min-width: 768px) { 
	#get-password-box {
		padding: 0 20px 20px 20px;
	}
	
	#get-password-box .helpbox {
		padding: 15px;
	}	
	#get-password-box .helpbox #helpbox-img{
		width: 100%; 
		position: relative;
	}	
	#get-password-box .helpbox #helpbox-img>i{
		font-size: 30px;
		position: absolute;
		top: 0;
		margin-top: 40%;
		margin-left: 100%;
		display: block;
		color: #c9c9c9;
	}	
	#get-password-box .helpbox #helpbox-img span{
		position: absolute; 
		left: 0; 
		margin-top: 40%;
		font-size: 20px;
		margin-left: 82%; 
		top: 0;
		color: #c9c9c9;
	}	
	#get-password-box .helpbox #helpbox-text{
		width: 100%; 
	}	
	#get-password-box .helpbox #helpbox-text p i {
		display: none;
	}
}

@media (min-width: 992px) { 
	#get-password-box .helpbox #helpbox-img span{
		font-size: 30px;
		margin-top: 37%;
		margin-left: 90%; 
	}
}
@media (max-width: 767px) { 
	#get-password-box {
		padding-bottom: 20px;
	}
	#get-password-box .helpbox {
		padding: 0 15px;
	}	
	#get-password-box .helpbox #helpbox-img{
		width: 30%;
		float: left; 
	}	
	#get-password-box .helpbox #helpbox-text>i{
		position: absolute;
		left: 40%;
		font-size: 30px;
		top: 90%;
		color: #c9c9c9;
	}		
	#get-password-box .helpbox #helpbox-text span{
		position: absolute;
		left: 36%;
		font-size: 30px;
		top: 70%;
		color: #c9c9c9;
	}	
	#get-password-box .helpbox #helpbox-text{
		width: 70%;
		display: table-cell;
		vertical-align: middle;
		position: relative; 
	}	
	#get-password-box .helpbox #helpbox-text p i {
		background-color: #ee255c;
		padding: 4px;
		color: #fff;
		border-radius: 50%;
		margin-left: 5px;
		-webkit-transform: rotate(360deg);
	    -moz-transform: rotate(40deg);
	    -o-transform: rotate(40deg);
	    transform: rotate(40deg);
	}
	#get-password-box .helpbox #change-img {
		content: url("/public/imgs/ics.login2.png");
	}
}

#login-possibility div p {
	font-size: 13px;
}

#login-possibility {
  border: 1px solid #c9c9c9;
  margin: 20px 0;
  border-radius: 3px;
}

.settings-list p {
	margin-top: 10px;
}

@media (max-width: 767px) {
	#login-possibility {
		padding: 20px 20px 0px 20px;
	}	
	.settings-list div {
		display: table;
	}
	#login-possibility div {
		padding: 10px 0;
	}
	.settings-list img {
		float: left; 
		padding-right: 20px; 
		width: 120px;
	}
	.settings-list p {
		display: table-cell; 
		vertical-align: middle; 
	}
}

@media (min-width: 768px) {
	#login-possibility {
		padding: 20px;
	}
	.settings-list div {
		float: left;
		text-align: center;
	}
	#login-possibility div{
		padding: 0 25px;
	}
	.settings-list section:before, .settings-list section:after {
		content: ' ';
		display: table;
	}
	.settings-list section:after {
		clear: both;
	}
	.settings-list img {
		max-width: 100%;
	}
}

#my-activ-accordion a.collapsed .resp-tab-active {
	background: #c9c9c9;
}
#my-activ-accordion a.collapsed .resp-tab-active:after{
	
  pointer-events: none;
  border-color: transparent;
  border-top-color: none;
}

#my-activ-accordion a.collapsed #my-activ-tab {
	margin-bottom: 20px !important;
}

.mobile-gradient-text {
	color: #ee255c;
	-webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(left, #2c2e8c 0%, #9f248f 35%, #ee255c 65%, #f37021 85%, #faa61a 100%);
    -webkit-background-clip: text;
}

.mobile-gradient-text h3 {
	font-weight: bold;
}

.well {
	-webkit-box-shadow: none; 
	box-shadow: none;
	background-color: #ffffff;
 }  
.socialmedia-li {
	left: 0px; margin-left: 0px !important;
	}
.socialmedia-li li {
	float: left; padding-left: 10px;
	}
.block {
	display: inline-block; width: 100%;
	}
.gray-dotted-separator {
	background-image: url(/imgs/small-dots.png);
	height: 6px;
	background-color: transparent;
	background-repeat: repeat-x;
	border-image: url(https://static.kcell.kz/images/activ/one-gray-dot@2x.png) 8 0 round;
	border-left: 0px;
	border-top-width:  3px dotted white;
	border-right-width: 0;
	border-bottom-width: 0;
	line-height: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.gray-bg {
	background-color: #a8a8a8;
}
.inline-separator {
	display: flex;
	margin: 10px;
}
.content-image-margin {
	margin: 0 20px 20px 0px;
}
.blue-header-table, .call_forwarding {
	border: 1px solid #c6c6c6;
}
.blue-header-table td, .blue-header-table th {
	border: 1px solid #c6c6c6;
	text-align: center;
	padding: 10px;
}
.vertical-align-middle tr th,  .vertical-align-middle tr td {
	vertical-align: middle !important;
}
.blue-header-table th, .blue-cell, .blue-header-table thead td, .call-forwarding thead td, .call-forwarding th {
	background-color: #2d4595;
	color: #ffffff;
	font-weight: normal;
}
.blue-header-table select {
	color: gray;
}
.orange-header-table th{
    background-color: #FAA61A;
    color: #ffffff;
    font-weight: normal;
}
.orange-header-table td, .orange-header-table th {
    border: 1px solid #c6c6c6;
    text-align: center;
    padding: 10px;
}
.blue-header-table td a, .call-forwarding td a {
	color: #e0004a;
}
.call-forwarding td, .call-forwarding th {
	border: 1px solid #c6c6c6;
	padding: 10px;
}
.content-desc {
	margin-bottom: 15px;
}
.resp-tab-content .table-50percent-width {
	min-width: 50%;
}
#social li {
	list-style-type: none;
	}
.separator-no-margin {
	margin-top: 0px;
	margin-bottom: 0px;
}

.panel {
	border: none;
	box-shadow: none; 
}
.round-gray-button .fa {
	padding-left: 3px;
	padding-top: 2px;
	display: block;
	}
.round-gray-button {
	float: left;
	color: #ffffff;
	background: #ed2b5e;
	border: none;
	line-height: 22px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	margin-right: 5px;
	padding-top: 5px;
}
.round-gray-button .collapsed {
	background: #a7a9ac;
	line-height: 18px;
	width: 25px;
	height: 25px;
	font-size: 14px;
	margin-left: 3px;
}
.panel-default>.panel-heading {
	background-color: transparent;
	}
.panel-body {
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	margin-top: 10px;
}
.panel-title .collapsed, .accordion-group .accordion-heading .accordion-toggle {
	line-height: 30px; text-valign: baseline; vertical-align: middle;
}
.panel-title, .accordion-group .accordion-heading .accordion-toggle .collapsed {
	line-height: 30px; text-valign: baseline; vertical-align: middle;
}
.panel-default .panel-heading {
	padding: 0px;
}
.panel-default .panel-heading .collapsed, .accordion-heading a {
	text-decoration: none; color: #4e4e4e; font-size: 13pt;
}
.panel-default .panel-heading a, .accordion-heading a:hover {
	text-decoration: none; color: #ca0458; font-size: 13pt; vertical-align: super;
}
.small-margin-bottom {
	margin-bottom: 10px;
}
@media (min-width: 992px) {
.margintopsmall .col-md-7 {
	min-height: 360px;
	}
}
.earphone {
	color: #ffffff;
	padding: 4px;
	border-radius: 50%;
	font-size: 70%;
	background-color: #ed2b5e;
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}
.earphone:before {
	content: "\e182";
}
.tariffs {
	color: #ffffff;
	width: 300px;
	height: 300px;
	margin-right: 5%;
	margin-top: 30px;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	float: left;
	padding: 35px;
	}
.tariffs .tariff-3 {
	margin-right: 0px;
}
.tariff-6-1 {
	background: #5c157d;
	background: -moz-linear-gradient(45deg,  #5c157d 0%, #9a0b74 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#5c157d), color-stop(100%,#9a0b74));
	background: -webkit-linear-gradient(45deg,  #5c157d 0%,#9a0b74 100%); 
	background: -o-linear-gradient(45deg,  #5c157d 0%,#9a0b74 100%);
	background: -ms-linear-gradient(45deg,  #5c157d 0%,#9a0b74 100%);
	background: linear-gradient(45deg,  #5c157d 0%,#9a0b74 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c157d', endColorstr='#9a0b74',GradientType=1 );
}
.tariff-6-2 {
	background: #b10867;
	background: -moz-linear-gradient(45deg,  #b10867 0%, #e20b44 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#b10867), color-stop(100%,#e20b44)); 
	background: -webkit-linear-gradient(45deg,  #b10867 0%,#e20b44 100%); 
	background: -o-linear-gradient(45deg,  #b10867 0%,#e20b44 100%);
	background: -ms-linear-gradient(45deg,  #b10867 0%,#e20b44 100%);
	background: linear-gradient(45deg,  #b10867 0%,#e20b44 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b10867', endColorstr='#e20b44',GradientType=1 ); 
}
.tariff-6-3 {
	background: #e52931;
	background: -moz-linear-gradient(45deg,  #e52931 0%, #f79c1d 100%); 
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#e52931), color-stop(100%,#f79c1d));
	background: -webkit-linear-gradient(45deg,  #e52931 0%,#f79c1d 100%); 
	background: -o-linear-gradient(45deg,  #e52931 0%,#f79c1d 100%); 
	background: -ms-linear-gradient(45deg,  #e52931 0%,#f79c1d 100%); 
	background: linear-gradient(45deg,  #e52931 0%,#f79c1d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e52931', endColorstr='#f79c1d',GradientType=1 );
}
.tariff-6-4 {
	background: #3c1b7c;
	background: -moz-linear-gradient(45deg,  #3c1b7c 0%, #7b107e 100%); 
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#3c1b7c), color-stop(100%,#7b107e)); 
	background: -webkit-linear-gradient(45deg,  #3c1b7c 0%,#7b107e 100%); 
	background: -o-linear-gradient(45deg,  #3c1b7c 0%,#7b107e 100%); 
	background: -ms-linear-gradient(45deg,  #3c1b7c 0%,#7b107e 100%); 
	background: linear-gradient(45deg,  #3c1b7c 0%,#7b107e 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c1b7c', endColorstr='#7b107e',GradientType=1 );
}
.tariff-6-5 {
	background: #8e0d7b;
	background: -moz-linear-gradient(45deg,  #8e0d7b 0%, #d20253 100%); 
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#8e0d7b), color-stop(100%,#d20253)); 
	background: -webkit-linear-gradient(45deg,  #8e0d7b 0%,#d20253 100%); 
	background: -o-linear-gradient(45deg,  #8e0d7b 0%,#d20253 100%); 
	background: -ms-linear-gradient(45deg,  #8e0d7b 0%,#d20253 100%); 
	background: linear-gradient(45deg,  #8e0d7b 0%,#d20253 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e0d7b', endColorstr='#d20253',GradientType=1 ); 
}
.tariff-6-6 {
	background: #dc2d34; 
	background: -moz-linear-gradient(45deg,  #dc2d34 0%, #f38618 100%); 
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#dc2d34), color-stop(100%,#f38618)); 
	background: -webkit-linear-gradient(45deg,  #dc2d34 0%,#f38618 100%);
	background: -o-linear-gradient(45deg,  #dc2d34 0%,#f38618 100%);
	background: -ms-linear-gradient(45deg,  #dc2d34 0%,#f38618 100%); 
	background: linear-gradient(45deg,  #dc2d34 0%,#f38618 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc2d34', endColorstr='#f38618',GradientType=1 );
}
.tariffs .price { font-size: 500%; line-height: 50px;}
.white-dotted-separator {
	border-image: url(https://static.kcell.kz/images/one-white-dot@2x.png) 8 0 round;
	border-left: 0px;
	border-top-width:  3px dotted white;
	border-right-width: 0;
	border-bottom-width: 0;
	line-height: 8px;
}
.tariff-9-1 {
	background: #a72489;
	background: -moz-linear-gradient(45deg,  #a72489 0%, #da2469 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#a72489), color-stop(100%,#da2469));
	background: -webkit-linear-gradient(45deg,  #a72489 0%,#da2469 100%);
	background: -o-linear-gradient(45deg,  #a72489 0%,#da2469 100%);
	background: -ms-linear-gradient(45deg,  #a72489 0%,#da2469 100%);
	background: linear-gradient(45deg,  #a72489 0%,#da2469 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a72489', endColorstr='#da2469',GradientType=1 );
}
.tariff-9-2 {
	background: #d4256d;
	background: -moz-linear-gradient(45deg,  #d4256d 0%, #f14d3d 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#d4256d), color-stop(100%,#f14d3d));
	background: -webkit-linear-gradient(45deg,  #d4256d 0%,#f14d3d 100%);
	background: -o-linear-gradient(45deg,  #d4256d 0%,#f14d3d 100%);
	background: -ms-linear-gradient(45deg,  #d4256d 0%,#f14d3d 100%); 
	background: linear-gradient(45deg,  #d4256d 0%,#f14d3d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4256d', endColorstr='#f14d3d',GradientType=1 );
}
.tariff-9-3 {
	background: #f04245;
	background: -moz-linear-gradient(45deg,  #f04245 0%, #f78e1d 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#f04245), color-stop(100%,#f78e1d));
	background: -webkit-linear-gradient(45deg,  #f04245 0%,#f78e1d 100%);
	background: -o-linear-gradient(45deg,  #f04245 0%,#f78e1d 100%);
	background: -ms-linear-gradient(45deg,  #f04245 0%,#f78e1d 100%);
	background: linear-gradient(45deg,  #f04245 0%,#f78e1d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f04245', endColorstr='#f78e1d',GradientType=1 );
}
.tariff-9-4 {
	background: #75278e;
	background: -moz-linear-gradient(45deg,  #75278e 0%, #b22483 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#75278e), color-stop(100%,#b22483));
	background: -webkit-linear-gradient(45deg,  #75278e 0%,#b22483 100%);
	background: -o-linear-gradient(45deg,  #75278e 0%,#b22483 100%);
	background: -ms-linear-gradient(45deg,  #75278e 0%,#b22483 100%);
	background: linear-gradient(45deg,  #75278e 0%,#b22483 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75278e', endColorstr='#b22483',GradientType=1 );
}
.tariff-9-5 {
	background: #ac2587;
	background: -moz-linear-gradient(45deg,  #ac2587 0%, #de2466 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ac2587), color-stop(100%,#de2466));
	background: -webkit-linear-gradient(45deg,  #ac2587 0%,#de2466 100%);
	background: -o-linear-gradient(45deg,  #ac2587 0%,#de2466 100%);
	background: -ms-linear-gradient(45deg,  #ac2587 0%,#de2466 100%);
	background: linear-gradient(45deg,  #ac2587 0%,#de2466 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac2587', endColorstr='#de2466',GradientType=1 );
}
.tariff-9-6 {
	background: #d8256a;
	background: -moz-linear-gradient(45deg,  #d8256a 0%, #f15138 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#d8256a), color-stop(100%,#f15138));
	background: -webkit-linear-gradient(45deg,  #d8256a 0%,#f15138 100%);
	background: -o-linear-gradient(45deg,  #d8256a 0%,#f15138 100%);
	background: -ms-linear-gradient(45deg,  #d8256a 0%,#f15138 100%);
	background: linear-gradient(45deg,  #d8256a 0%,#f15138 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8256a', endColorstr='#f15138',GradientType=1 );
}
.tariff-9-7 {
	background: #422c8d;
	background: -moz-linear-gradient(45deg,  #422c8d 0%, #82268e 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#422c8d), color-stop(100%,#82268e));
	background: -webkit-linear-gradient(45deg,  #422c8d 0%,#82268e 100%);
	background: -o-linear-gradient(45deg,  #422c8d 0%,#82268e 100%);
	background: -ms-linear-gradient(45deg,  #422c8d 0%,#82268e 100%);
	background: linear-gradient(45deg,  #422c8d 0%,#82268e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#422c8d', endColorstr='#82268e',GradientType=1 );
}
.tariff-9-8 {
	background: #7a278e;
	background: -moz-linear-gradient(45deg,  #7a278e 0%, #b62480 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#7a278e), color-stop(100%,#b62480));
	background: -webkit-linear-gradient(45deg,  #7a278e 0%,#b62480 100%);
	background: -o-linear-gradient(45deg,  #7a278e 0%,#b62480 100%);
	background: -ms-linear-gradient(45deg,  #7a278e 0%,#b62480 100%);
	background: linear-gradient(45deg,  #7a278e 0%,#b62480 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a278e', endColorstr='#b62480',GradientType=1 );
}
.tariff-9-9 {
	background: #b02484;
	background: -moz-linear-gradient(45deg,  #b02484 0%, #e22564 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#b02484), color-stop(100%,#e22564));
	background: -webkit-linear-gradient(45deg,  #b02484 0%,#e22564 100%);
	background: -o-linear-gradient(45deg,  #b02484 0%,#e22564 100%);
	background: -ms-linear-gradient(45deg,  #b02484 0%,#e22564 100%);
	background: linear-gradient(45deg,  #b02484 0%,#e22564 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b02484', endColorstr='#e22564',GradientType=1 );
}
.tariff-name {
	height: 70px;
	vertical-align: middle;
}
.tariff-desc {
	text-align: left;
	}

.col-md-5 .bg-image {
    position: relative;
    background-image: url(https://static.kcell.kz/images/activ/tariff-layer.png);
	background-repeat: no-repeat;
	width: 440px;
	height: 425px;
}
.bg-image h1 {
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 23%;
    right: 0;
    color: white;
}
@media (min-width: 1200px) {
	.bg-image h1 {
	left: -75px;
	}
}
@media (max-width: 1199px) and (min-width: 992px) {
	.bg-image h1 {
	left: -75px;
	}
}

@media (max-width: 991px) {
	.bg-image h1 {
	left: -75px;;
    bottom: 0;
    top: 23%;
    right: 0;
	}
}
@media (max-width: 767px) {
.bg-image, .trf-img {
	display: none;
	}
}
.trf-dsc {position: relative;}
.bg-image .trf-dsc h1, .bg-image .trf-dsc h4 {
    position: absolute;
    z-index: 998;
    text-align: center;
    bottom: 0;
    right: 0;
    left: 29%;
    color: white;
}
.bg-image .trf-dsc h1 {
	top: 260px;
	font-size: 500%;
}
.bg-image .trf-dsc h4 {
	top: 337px;
}
.gray-text {
	color: #7e7e7e;
}
.well h3, .well h2 {
	margin-top: 0px;
	}
.ics-phone-show {
	text-align: center;
	}
@media (max-width: 767px) {
.ics-phone-show {
	text-align: left;
	}
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}

.pagination {
	height: 40px;
	margin: 20px 0;
}

.pagination ul {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pagination li {
	display: inline;
}

.pagination a,.pagination span {
	float: left;
	padding: 0 14px;
	line-height: 38px;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-left-width: 0;
}

.pagination a:hover,.pagination .active a,.pagination .active span {
	background-color: #f5f5f5;
}

.pagination .active a,.pagination .active span {
	color: #999999;
	cursor: default;
}

.pagination .disabled span,.pagination .disabled a,.pagination .disabled a:hover
	{
	color: #999999;
	cursor: default;
	background-color: transparent;
}

.pagination li:first-child a,.pagination li:first-child span {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a,.pagination li:last-child span {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination-centered {
	text-align: center;
	width: 100%;
}

.pagination-right {
	text-align: right;
}
#wrap th,#data-table th {
	font-weight: bold;
	padding: 7px;
	border-right: 1px solid #e0e0e0;
}

#wrap td,#data-table td {
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-left: 10px;
	border-right: 1px solid #e0e0e0;
}

#wrap .odd,#data-table .odd {
	background-color: #f6f6f6;
}

a.caret {
	margin-top: 7px;
	margin-left: 0;
}

a:hover .caret,.open.btn-group .caret {
	opacity: 1;
	filter: alpha(opacity = 100);
}
.date-text {
	padding: 7px 7px;
	height: 14px;
	font-weight: normal;
	line-height: 18px;	
	margin-right: 2px;
}
.usage-result {
	display: block;
	margin-top: 10px;
}
@media (min-width: 768px) {
	.usage-result {
	padding-top: 40px !important;
	clear: both;
	}
}
@media (max-width: 767px) {
	.usage-result {
	padding-top: 30px !important;
	}
	.usage-result div {
	width: 300px !important;
	text-align: center !important;
	}
}
.span4 {width:300px;}
#usage-details .fa-calendar {
	font-size: x-large;
	color: #c90358;
}
#control-buttons {
	margin-left: 20px;
}
#callforward #wrap {
	border: 1px solid #e0e0e0;
}
#callforward a {
	cursor: pointer;
}
.ok {
	color: #ffffff;
	background: #f37021;
	border: none;
	line-height: 37px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-top: -3px;
}
select {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	}
.topup {
	width: 250px; display: initial;
	}
.lss-language label{
	color:#797979;font-size: 18px;
	}
@media (max-width: 767px) {
    .lss-language label{width: 100%;}
    .lss-language .radio-inline+.radio-inline, .radio-inline{
        margin: 10px 0 10px 0;
    }
}
.lss-language h5{color:#404040;}
.margintop20{margin-top: 20px;}
.margintop10{margin-top: 10px}

#email_settings .wrapper-emails{
    margin-top: 20px;
    border:1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius:5px;
    padding: 20px;
}

@media (max-width: 767px) {
    #email_settings .wrapper-emails{
        border: 0 none;
        padding: 0;
        margin-top: 0;
    }
}
span.has-error{color: #a94442;}
.status-block-button {float:right; position: absolute; right: 20px; top: 10px;}
.tariff-edit-button {float:right; position: relative; right: 5px; top: -50px;}
.small-dotted-border td, div .small-dotted-border {border-bottom: 2px dotted #cbcbcb;}
#mainTable td {padding: 10px;}
.right-top {float: right; position: top;}
.pad-left {padding-left: 30px;}

#calc_sliders input[type='range']{
	-webkit-appearance: none;
	background-color: #b5b5b5;
	height: 5px;
	vertical-align: middle;
}
#calc_sliders input[type='range']::-moz-range-track {
	-moz-appearance: none;
	box-shadow: inset 0 0 5px #333;
	background-color: #999;
	height: 5px;
}
#calc_sliders input[type='range']::-webkit-slider-thumb {
	-webkit-appearance: none !important;
	border-radius: 20px;
	width: 14px;
	height: 14px;
	background-image: url('https://static.kcell.kz/images/activ/activ_point.png');
	cursor: pointer;
}
#calc_sliders input[type='range']::-moz-range-thumb {
	-moz-appearance: none;
	border-radius: 20px;
	background-color: #FFF;
	box-shadow:inset 0 0 10px rgba(000,000,000,0.5);
	border: 1px solid #999;
	height: 14px;
	width: 14px;
}
.melonred {color: #ec0a56; line-height: normal !important;}
.black-text, .black-text:hover {color: #000;font-size: 19px; text-decoration: none;}
.result-text, .result-text:hover {font-size: 19px; text-decoration: none;}
.calc-results-window {padding: 10px;}

.right-pad {padding-top: 0px;}

.btn-gray, .btn-gray:hover {
	background-color: #a8a8a8;
	color: #ffffff;
}
.right-top {float: right; position: top;}
.footnote {clear: both; font-size: 12px; padding-top: 10px;}
@media (max-width: 767px){
.table-responsive .usage-result {
width: 600px !important;}
}
.font-color {color: #ffffff !important;}
.dashboard .date, #search-section .date {font-weight: normal;}
.search-query {height: 33px;}
.search-position {position: relative; left: 2px; top: 0px;}
#mainDiv .col-md-12 {padding-left: 0px !important;}
.error-block {
	text-align: center;
	line-height: 1.25;
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-moz-box-orient: vertical;
	-moz-box-pack: center;
	display: box;
	box-orient: vertical;
	box-pack: center;
	position: absolute;
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin-top: 0px;
    }
.search-line {
	line-height: 25px;
}
.subscribed-services-title a, .subscribed-services-title a:hover, .resultset-title, .resultset-title:hover {color: black; text-decoration: none; font-weight: bold;}
#pages a, #pages a:hover {font-size: 16px; color: gray; text-decoration: none;}
.pagination-left-pages {
	margin-left: 20px;
}
.pagination-center-page {
	margin: 20px;
}
.pagination-right-pages {
	margin-right: 20px;
}
.active-page-bg {
	color: #ffffff;
	background: #3e1c7d;
	background: -moz-linear-gradient(45deg,  #3e1c7d 0%, #64137c 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#3e1c7d), color-stop(100%,#64137c));
	background: -webkit-linear-gradient(45deg,  #3e1c7d 0%,#64137c 100%);
	background: -o-linear-gradient(45deg,  #3e1c7d 0%,#64137c 100%);
	background: -ms-linear-gradient(45deg,  #3e1c7d 0%,#64137c 100%);
	background: linear-gradient(45deg,  #3e1c7d 0%,#64137c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e1c7d', endColorstr='#64137c',GradientType=1 );
	border: none;
	display: inline-block;
	line-height: 37px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
#clear_input {
	background-color: transparent;
	border: none;
	color: gray;
	font-size: 18px;
		}
		
@media (min-width: 992px){
	#clear_input {
	position: absolute;
	display: inline-block;
	right: 110px;
	margin-top: 6px;
		}
	}
@media (max-width: 991px) {
	#clear_input {
	position: absolute;
	display: inline-block;
	background-color: transparent;
	border: none;
	left: 170px;
	color: gray;
	margin-top: 6px;
	font-size: 18px;
		}
	}
@media (min-width: 992px){
	.selections-blocks {
	position: relative; float: right;
	}
	.search-form {
	margin-right: 0px;
	}
}
#country .countries-list {
	background-color: #f6f6f6; height: 30px;
}
#search-form-container {display: inline-block;}

@media (min-width: 768px){
.has-feedback .form-control {padding-right: 0;}
}
.separator-margin {
	display: block; margin-bottom: 20px;
	margin-top: 10px;
	}
.subscribed-services-title, .subscribed-services-title:hover {text-decoration: none; margin-bottom: 20px;}	
@media (min-width: 992px) {
.exit-class {text-align: right;}
}
@media (max-width: 991px) {
.exit-class {padding-left: 15px;}
}
.exit-class a, .exit-class a:hover {color: gray; text-decoration: none;}
#searchQuery {border-radius: 5px;}
.title-line-height {line-height: 1.2;}
.useful-com-title {height: 40px; valign: top;}
.spec-margins {margin-right: 15px; margin-left: 15px; margin-bottom: 7px; margin-top: 7px;}
.useful-com-price {font-size: 15px !important; font-weight: bold !important;}
.usage-details-email {padding: 2px 15px; margin: 0px 10px 0 0; background-color: #f6f6f6; width: 220px; float: left;}
.usage-details-email, .select-email-format { height: 34px;}
.paragraph-block {display: block; clear: both;}
#send_email {margin-top: -4px; margin-left: 10px;}

[class^="icon-"],
[class*=" icon-"] {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	*margin-right: .3em;
	}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	text-decoration: inherit;
	display: inline-block;
	speak: none;
	}
.icon-arrow-left:before {
	content: "\f060";
	}
.icon-arrow-right:before {
	content: "\f061";
	}
#social .resp-tabs-list li {
	padding-left: 0px !important; padding-top: 0px !important; background-color: none !important;
	}
#social .resp-tab-active:after {
	border: none;
	height: 0;
	width: 0;
	display: hidden;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: white;
	border-width: 12px;
	margin-left: -12px;
}
#social .nav>li>a {padding: 5px !important;}
#social .resp-tab-item .resp-tab-active, #social .resp-tab-item {background: none !important;}
#social .nav-tabs>li>a:focus {background: none !important;}	
#social .resp-tabs-container > div {border: none; padding: 0px;}
#vk, #page_wrap {height: 260px !important; overflow: hidden; }
.a2a_kit a {margin-right: 7px !important;}
.a2a_default_style .a2a_count, .a2a_default_style .a2a_svg, .a2a_floating_style .a2a_svg {border-radius: 17px !important;}
.social-li-padding {padding-right: 10px !important; padding-bottom: 10px !important;}
#social ul {padding-left: 0px;}
.mobilescreen {height: 378px; overflow: auto; border: 0px solid #cccccc; width: 247px; margin-left: 15px; margin-top: 0px !important;}
.mobilescreen::-webkit-scrollbar {
    width: 7px;
}
.mobilescreen::-webkit-scrollbar-thumb {
  background-color: #c9c9c9;
  border-radius: 4px;
  height: 48px;
}
.mobilescreen > div {border: none !important;}
.ts-icon-arrow-down:before { content: "▼"; color: orange; }
.ts-icon-arrow-up:before { content: "▲";  color: orange;}
#vendorSelectBoxItOptions, #terminalSelectBoxItOptions, #countrySelectBoxItOptions {overflow: auto;}
#vendorSelectBoxItOptions li#0, #terminalSelectBoxItOptions li#0, #countrySelectBoxItOptions li#0 {display: none;}
label.custom-select {
    position: relative;
    display: inline-block;

}
    .custom-select select {
        display: inline-block;
        padding: 4px 3px 3px 5px;
        margin: 0;
        font: inherit;
        outline:none; /* remove focus ring from Webkit */
        line-height: 1.2;
        background: #ffffff;
        border:0;
    }

    .custom-select:after {
        content: "▼";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        font-size: 60%;
        line-height: 30px;
        padding: 0 7px;
        background: #ffffff;
        color: orange;
    }
    
    .no-pointer-events .custom-select:after {
        content: none;
    }
#settings .horizontal-tab {clear: both;}
.tel-setings .resp-tabs-list ul {width: 200px !important;}
#settings {padding-top: 25px;}
#settings .resp-tabs-list li {clear: both;}

@media (min-width: 768px) {
	.tel-setings ul {
		width: 223px;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -97px;
	}
	#setting-section {
		width: 794px;
		margin: 0 auto;
		position: relative;
		height: 45px;
		}
	#settings {
		width: 794px;
		margin: 0 auto;
		}
	#settings .resp-tabs-list li {
	width: 223px;
	}
	.tel-setings li {
		margin-bottom: 5px !important;
	}
	.tel-setings .resp-tab-active:after {
	content:"";
	top: 19px;
	left: 100%;
	width: 20px;
	height: 20px;
	display:block;
	position:absolute; 
	border: none !important;
	background: -webkit-linear-gradient(left top, #ea5c14 0%,#faa519 100%); 
	-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);
	border-top-color: transparent !important;
	z-index:-1;
}
.tel-setings .resp-tab-item {border-right: none !important;}
}
@media (max-width: 767px) {
	.vendor-select { margin-bottom: 20px;}
	.country-select { margin-bottom: 20px;}
	.tel-setings .settings-text {width: 100%;
	height: 100%; background-image: none !important;}
	#setting-section {
		width: 100%;
		margin: 0 auto;
		}
	.tel-setings .settings-text {
		margin:0 auto;
		padding: 15px;
	}
	#settings .horizontal-tab .resp-tabs-container > div {
		padding-top: 15px;
	}
	.mobilescreen {
		height: 100%; 
		width: 100%;
		margin-top: 20px !important;
		margin-left: 0px !important;
		padding: 10px;
	}
}
.margin-top-15 {margin-top: 15px;}
.margin-top-0 {margin-top: 0;}
.padding-top-15 {padding-top: 15px;}
.margin-bottom-15 {margin-bottom: 15px;}
.margin-bottom-10 {margin-bottom: 10px;}
.padding-top-5 {padding-top: 5px;}
.margin-bottom-5 {margin-bottom: 5px;}
.padding-left-10 {padding-left: 10px;}
.margin-right-10 {margin-right: 10px;}
.connected-services-hint{font-size: 90%;}
.welcome-bonus{margin: 10px 0;}

.doPrint {
	display: none !important;
}

@media print {
	.dontPrint {
		display: none;
    }
    
    .doPrint {
		display: block !important;
    }
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; flex-direction: row; -webkit-flex-direction: row;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}
.flex-column {
    display: flex; flex-direction: column; -webkit-flex-direction: column;
}
.flex-space-around {
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.flex-space-between {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.module-item {
	min-height: 150px;
	margin-top: 10px;
}






.settings-list section{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-error {
  width: 100%;
  padding: 20px 15px;
  border-radius: 5px;
  background-color: rgb(242, 222, 222);
  border: 1px solid rgb(235, 204, 209);
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Tahoma", sans-serif;
  color: #af4442;
  margin-top: 10px;
}

.form-error:empty {
  display: none;
}

#login-input .btn:hover {
  background-color: #be29ab;
  border-color: #be29ab;
  color: #fff;
}
#login-input .btn:focus {
  background-color: #721D65;
  border-color: #721D65;
  outline: none;
}
.form-error--show {
  display: block;
}

.check-container {
  width: 450px;
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 30px;
}

.btn {
  width: 100%;
  background-color: #9f248f;
  border-color: #9f248f;
  color: #fff;
}
.btn:hover,
.btn:focus {
  background-color: #be29ab;
  border-color: #be29ab;
  color: #fff;
}
.btn:focus {
  background-color: #721D65;
  border-color: #721D65;
  outline: none;
}
.check {
  width: 100%;
  margin-top: 40px;
  padding: 25px 30px 30px;
  box-sizing: border-box;
  box-shadow: 0px 5px 15px 0px rgba(51, 51, 51, 0.4);
}
.check h2 {
  margin-bottom: 25px;
  font-family: "Effra Corp", Tahoma, sans-serif;
  font-size: 30px;
  line-height: 1;
  color: #333333;
  text-align: center;
  font-weight: 400;
}

.check__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #333;
}
.check__span {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
  box-sizing: border-box;
}
.check__span--left {
  margin-right: 30px;
  padding-right: 10px;
  color: #999999;
}
.check__button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
.check__btn {
  width: 175px;
  padding: 8px 15px;
  box-sizing: border-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border: none
  box-sizing: border-box;
}
.check__btn--print {
  background-color: #999999;
  border: none;
}
.check__btn--print:hover {
  background-color: #B3B3B3;
  border: none;
}
.check__btn--print:focus {
  background-color: #878787;
  border: none;
  outline: none;
}
.check__btn--download {
  background-color: #2d4595;
  border: none;
}
.check__btn--download:hover {
  background-color: #334CB1;
  border: none;
}
.check__btn--download:focus {
  background-color: #2A3F7E;
  border: none;
  outline: none;
}
.separator {
  width: 100%;
  margin-bottom: 20px;
  height: 15px;
  background: url(../imgs/separator.png) no-repeat 50% 50%;
}
@media (max-width: 460px) {

  .settings-list section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;

  }
  .check-container {
    max-width: 96%;
  }
  .check__btn {
    width: 140px;
  }
  #content .container>.row:first-child {
    margin-top: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
  #login-input {
    width: 300px;
    margin: 0 auto;
    padding: 0;
  }
  .settings-list section {
    max-width: 737px;
    margin: 0 auto;
  }
  .settings-list p {
    width: 245px;
    margin: 0 auto;
    text-align: center;
  }
  .helpbox {
    width: 300px;
  }
  #helpbox-img {
    margin-bottom: 15px;
  }

}
@media (min-width: 1200px) {
  .helpbox {
    width: 25%;
  }
  #helpbox-img {
    margin-bottom: 10px;
  }
}