html,
body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.as-button .as-check-button {
  display: none;
}
.as-check-button + label {
  /* <-- style the artificial checkbox */
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 0 26px;
  cursor: pointer;
  -khtml-user-select: none;
  font-weight: normal;
}
.as-check-button + label:before,
.as-check-button:checked + label:before {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  content: '';
  left: 0;
  border: 1px solid #3d89bd;
  border-radius: 2px;
}
.as-check-button:checked + label:before {
  background: url(../images/car-checkbox.png) 0 0 no-repeat;
}
.as-button .as-check-button + label:after,
.as-button .as-check-button + label:before {
  background-color: #3d89bd;
}
.wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.jumbotron {
  text-align: center;
  background-color: transparent;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}
.not-set {
  color: #c55;
  font-style: italic;
}
/* add sorting icons to gridview sort links */
a.asc:after {
  content: "\e151";
}
a.desc:after {
  content: "\e152";
}
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding-left: 5px;
}
.sort-numerical a.asc:after {
  content: "\e153";
}
.sort-numerical a.desc:after {
  content: "\e154";
}
.sort-ordinal a.asc:after {
  content: "\e155";
}
.sort-ordinal a.desc:after {
  content: "\e156";
}
.grid-view td {
  white-space: nowrap;
}
.grid-view .filters input,
.grid-view .filters select {
  min-width: 50px;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
  padding: 8px;
}
.nav > li > form > button:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .nav > li > form {
    padding: 3px;
  }
}
.slick-arrow {
  position: absolute;
  color: #626262;
}
.slick-arrow:hover {
  color: #222;
  cursor: pointer;
}
.slick-arrow {
  top: 40%;
}
.slick-arrow:first-child {
  left: 5px;
}
.slick-arrow:last-child {
  right: 5px;
}
.cslogo-link:active,
.cslogo-link:hover,
.cslogo-link:focus {
  text-decoration: none;
}
.cslogo div {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
.cslogo div span {
  font-weight: bold;
}
.cslogo > div:first-child {
  font-size: 50px;
}
.cslogo > div:last-child {
  font-size: 18px;
}
header {
  z-index: 999;
}
@media (max-width: 767px) {
  header {
    margin-top: 50px;
  }
}
header h3 {
  color: #626262;
}
header .sign-links {
  text-align: center;
  padding: 0px !important;
  display: inline-block;
  padding-left: 15px;
}
header .sign-links a {
  border-radius: 0px 0px 15px 15px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
  display: inline-block;
  line-height: 2.4;
  white-space: nowrap;
}
header .sign-links a.lk {
  min-width: 140px;
}
header .sign-links a:hover,
header .sign-links a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  header > .container:first-child {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  header .container {
    width: auto;
  }
}
@media (max-width: 767px) {
  header .minimized {
    display: block !important;
  }
}
header .contacts a {
  white-space: nowrap;
}
header .navbar-collapse {
  white-space: nowrap;
}
header .navbar {
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  z-index: 99;
}
@media (max-width: 768px) {
  header .navbar {
    position: fixed;
    top: 0px;
    width: 100%;
  }
}
header .navbar .navbar-nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header .navbar .navbar-nav > li {
  text-align: center;
}
@media (min-width: 870px) {
  header .navbar .navbar-nav > li {
    width: 14.28571429%;
  }
}
section {
  display: block;
  color: #626262;
  padding: 45px 0;
}
section h1 {
  margin-bottom: 45px;
  text-align: center;
  font-size: 26pt;
  font-weight: bolder;
}
section h2 {
  font-weight: bolder;
}
.modal {
  z-index: 9999;
}
@media (max-width: 768px) {
  .modal {
    margin-top: 30px;
  }
}
.modal input[type=checkbox],
.form-popup input[type=checkbox] {
  display: none;
}
.modal-header,
.form-popup-header {
  border-bottom: none;
}
.modal .with-checkbox,
.form-popup .with-checkbox {
  padding-left: 40px;
  font-weight: bold;
  color: #000;
}
.modal .custom-checkbox i,
.form-popup .custom-checkbox i {
  position: absolute;
  left: 0px;
  top: -10px;
  color: #32c35f;
}
.modal h1,
.form-popup h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #626262;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.modal .form-control,
.form-popup .form-control {
  padding-right: 6px;
  padding-left: 42.5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.modal .form-control-feedback,
.form-popup .form-control-feedback {
  left: 5px;
  padding-top: 10px;
}
.modal label,
.form-popup label {
  color: #626262;
  text-transform: uppercase;
}
.modal button,
.form-popup button {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.modal-content,
.form-popup-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bootstrap-switch,
.bootstrap-switch-label {
  height: 25px;
}
.site-login {
  width: 70vw;
  margin: 5% auto;
}
.promo {
  height: 60vh;
  margin-top: 0;
  padding-top: 0vh;
}
.promo .carousel-promo {
  height: 60vh;
}
.promo .carousel-promo .slick-arrow {
  z-index: 99;
}
.promo .carousel-promo .slick-arrow:hover {
  color: #626262;
}
.promo .carousel-promo .slick-arrow {
  top: 50%;
}
.promo .carousel-promo .slick-arrow:first-child {
  left: 5px;
}
.promo .carousel-promo .slick-arrow:last-child {
  right: 5px;
}
@media (min-width: 768px) {
  .promo .carousel-promo .slick-arrow {
    top: 40%;
  }
  .promo .carousel-promo .slick-arrow:first-child {
    left: 50px;
  }
  .promo .carousel-promo .slick-arrow:last-child {
    right: 50px;
  }
}
.promo .carousel-promo .item {
  height: 100%;
  position: relative;
}
.promo .carousel-promo .item img {
  z-index: -999;
  width: 100%;
}
.promo .carousel-promo .item .slide-caption {
  bottom: 10%;
  position: absolute;
  min-height: 80px;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.promo .carousel-promo .item h2 {
  text-transform: uppercase;
}
.promo .carousel-promo .item .btn {
  margin-top: 30px;
}
.how-it-works .fa-stack {
  display: block;
  margin-top: 30px;
  color: #32c35f;
}
.how-it-works div:not(.col-sm-2) {
  padding-left: 15px;
  text-align: justify;
}
.promotion-item {
  min-height: 150px;
  border: 4px solid;
  border-left: none;
  border-bottom-right-radius: 80px;
  border-top-right-radius: 80px;
  margin-bottom: 25px;
}
.promotion-item h2 {
  text-align: center;
}
.promotion-item .fa-plus {
  display: inline-block;
  box-sizing: border-box;
  width: 100px;
  height: 100px;
  padding-top: 20px;
  margin-top: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #626262;
  color: #32c35f;
  text-align: center;
}
@media (max-width: 500px) {
  .promotion-item .fa-plus {
    display: none;
  }
}
.tariff-item {
  padding: 0;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .tariff-item:nth-child(even) {
    margin-left: 5.55555556%;
    margin-right: 5.55555556%;
  }
}
.tariff-header {
  padding: 1px;
  background-color: #626262;
  text-align: center;
  text-transform: uppercase;
}
.tariff-header h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.tariff-header h2:before,
.tariff-header h2:after {
  content: '"';
}
.tariff-header h3 {
  margin-top: 40px;
  margin-bottom: 5px;
  font-size: 12pt;
  letter-spacing: 4px;
}
.tariff-body {
  width: 80%;
  margin: 0 auto;
  padding: 15px;
}
.tariff-body .minute-cost {
  margin-left: auto;
  margin-right: auto;
  padding: 15pt;
  width: 130pt;
  height: 130pt;
  font-size: 50pt;
  font-weight: bold;
  text-align: center;
  border: 2px solid #ababab;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tariff-body .minute-cost i {
  font-size: 30pt;
}
.tariff-body .minute-cost span {
  display: block;
  font-size: 12pt;
  letter-spacing: 4px;
  font-weight: normal;
}
.tariff-body .tariff-block {
  padding: 20px;
  border-top: 1px solid #ababab;
}
.tariff-body .tariff-price {
  margin-top: 25px;
  font-size: 14pt;
}
.tariff-body .tariff-price .row:not(:last-child) {
  margin-bottom: 20px;
}
.tariff-body .tariff-price .type {
  float: left;
}
.tariff-body .tariff-price .price {
  float: right;
}
.tariff-body .tariff-description {
  font-size: 11pt;
  text-align: center;
}
.tariff .main-tariff-item .minute-cost::first-letter {
  color: #32c35f;
}
.apps {
  background-size: contain;
  background: url('../images/apps-index.png') no-repeat;
  padding-bottom: 30px;
}
.apps .wrapper {
  display: block;
  float: right;
  width: 50%;
}
.apps h1 {
  text-align: left;
}
.apps p {
  display: block;
  width: 75%;
  text-align: justify;
}
.news {
  padding-bottom: 50px;
}
.news .slick-arrow {
  top: 40%;
}
.news .slick-arrow:first-child {
  left: 30px;
}
.news .slick-arrow:last-child {
  right: 30px;
}
.news .slick-slide {
  height: auto;
}
.news .slick-arrow {
  color: #626262;
  z-index: 1;
}
.news-item {
  z-index: -10;
  position: relative;
  margin-top: 15px;
  box-sizing: border-box;
  padding: 15px 20px;
}
.news-item .caption {
  position: absolute;
  width: 96%;
  padding-left: 20px;
  bottom: 15px;
  background: transparent;
  background: -moz-linear-gradient(bottom, #141414 0%, rgba(0, 0, 0, 0.01) 100%);
  background: -webkit-gradient(left bottom, left top, color-stop(0%, #141414), color-stop(100%, rgba(0, 0, 0, 0.01)));
  background: -webkit-linear-gradient(bottom, #141414 0%, rgba(0, 0, 0, 0.01) 100%);
  background: -o-linear-gradient(bottom, #141414 0%, rgba(0, 0, 0, 0.01) 100%);
}
@media (max-width: 768px) {
  .news-item .caption p {
    display: none;
  }
}
.news-item img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.news-item a {
  float: right;
}
.partners {
  padding-bottom: 40px;
}
.partners .carousel-partners {
  height: 100px;
  width: 98%;
}
.partners .carousel-partners .slick-arrow {
  z-index: 5;
}
.partners .carousel-partners .partner-item {
  line-height: 150px;
}
.partners .carousel-partners .partner-item img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
.footer {
  background-color: #0472a8;
  border-top: 1px solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer .gplay:hover,
.footer .apple:hover {
  cursor: pointer;
}
.footer .gplay {
  margin-left: -12px;
  height: 76px;
}
.footer .apple {
  height: 50px;
}
.footer .social a {
  display: block;
}
.footer .fa-stack .fa-circle {
  color: #337ab7;
}
.footer .fb .fa-circle {
  color: #3957a2;
}
.footer .vk .fa-circle {
  color: #597ea5;
}
.footer .tw .fa-circle {
  color: #51adf4;
}
.footer .ok .fa-circle {
  color: #fe9800;
}
.footer .gplus .fa-circle {
  color: #dc4d35;
}
.footer .copyright {
  font-size: 12pt;
  padding-bottom: 10px;
  text-align: center;
}
.account-person {
  margin: 10px;
}
.account-person div {
  font-size: 16px;
  color: gray;
}
.tab-header-none {
  display: none;
}
.account-isMain-card {
  color: #337ab7;
}
.btn-confirm {
  font-size: 13px;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .btn-confirm {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .btn-confirm {
    font-size: 11px;
  }
}
@media (max-width: 1200px) {
  .modal-hdr h1 {
    font-size: 25px;
  }
}
.globus {
  top: auto !important;
  bottom: 0px !important;
}
.media-object {
  max-height: 200px;
  max-width: 200px;
}
/* SPOILERBOX */
.spoilerbox {
  margin: 0 0 10px;
}
.spoilerbox:after {
  content: "";
  clear: both;
  display: block;
}
.spoilerbox__name {
  font-size: 24px;
  line-height: 26px;
  margin: 0;
  font-weight: 400;
}
.spoilerbox.parent {
  margin: 20px 0;
}
.spoilerbox.first {
  margin-top: 0;
}
.spoilerbox.parent > .spoilerbox__name {
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
.spoilerbox__name a {
  color: #414141;
  text-decoration: none;
  border-bottom: 1px dashed #2b2b2a;
}
.spoilerbox__name a:hover {
  color: #337ab7;
  border-bottom: 1px dashed #337ab7;
}
.spoilerbox__content {
  color: #2b2b2a;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.spoilerbox.opened > .spoilerbox__name a {
  color: #337ab7;
  border-bottom: 1px dashed #337ab7;
}
.spoilerbox.opened > .spoilerbox__content {
  height: auto;
  overflow: visible;
  visibility: visible;
  padding: 5px 0 0;
  margin-top: 10px;
}
.faq__title {
  text-align: center;
}
.inline-icon {
  display: inline-block;
  padding-right: 5px;
}
